Thereâs a reason I avoid speaking my mind on the internet like the plague. The same reason Iâd set up a {B,Ph,Gem}log months ago but never got myself to publish any of the drafts in any of them.
I have managed to make the fetching of feeds asynchronous. To do this I have set up a small system of task queue. All requests are executed at the same time! đ
https://codeberg.org/andros/twtxt-el/src/branch/develop
#twtxtel #emacs
⊠Still reverse proxying an Nginx web server tho đ
Skill Issues of course, but thatâs going away next as soon as I get my php-fpm shi_ together.
FINALLY!! Got #Caddy server up and running and got rid of nginx proxy manager and Mysql database containers đ„łđ„łđ„ł
Enjoyed watching the movie Mighty Ducks (1992) on our family movie night.
I would like to drop Onedrive for Proton Drive and WhatsApp for Threema - I just need to convince my whole family to follow me with that.
Heute wurde im Ramschladen fast alles zum Thema âDinosaurierâ gekauft, denn morgen geht es zum Geburtstag vom Ziehkind und die Kleine steht da voll drauf! đŠ
Wir leben im Jahr 2025. Da kann ich auch endlich einmal htmx groĂflĂ€chig in einem Projekt einsetzten, wa?
@lyse@lyse.isobeef.org Ein schönes Tier. Seit dem ich den Film âDer Junge und der Reiherâ gesehen habe, muss ich immer an die Geschichte denken, wenn ich einen Reiher sehe.
Die Gardinenstange hÀngt.
Heute musste ich meiner Frau nachgeben und habe die âblockierende Aufgabeâ erledigt, die mich fast zwei Jahre vor handwerklichen TĂ€tigkeiten im GĂ€stezimmer geschĂŒtzt hat. đ€Ș
I would like to make another proposal to the community, to discuss it calmly: https://git.mills.io/yarnsocial/twtxt.dev/issues/9 #twtxt
I like this quote: «Nothing can be made idiot-proof, because idiots are very resourceful.»
I share a simple API template with Clean Architecture using #flask and #fastapi
https://git.andros.dev/andros/api-template-with-clean-architecture
#cleancode #cleanarchitecture
A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they wonât be able to do anything without the password.
You should run: ssh-keygen -p
And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.
Got my teeth cleaned professionally today and I am still feeling it. Recommendation is that I use an electric toothbrush⊠Health over sustainability I suppose.
Interesting where Goryon saves current logged account? Because if i kill app it will logout me :(. Save i noticed with IndiePass but it logout me in random moment (or maybe same after killed)
đ Hello @emily0824@txt.sour.is, welcome to txt.sour.is, a Yarn.social Pod! To get started you may want to check out the podâs Discover feed to find users to follow and interact with. To follow new users, use the âš Follow button on their profile page or use the Follow form and enter a Twtxt URL. You may also find other feeds of interest via Feeds. Welcome! đ€
@lyse@lyse.isobeef.org Danke! Ja, es gibt noch unzÀhlige Stellschrauben an dem Ding. Deine Anmerkungen werde ich einarbeiten. Eine mobile Ansicht wÀr auch noch schön. Derzeit sitzt es auf dem Smartphone doch noch recht stramm.
@Unterhaltungen: Die von gestern zu verschlĂŒsselten Nachrichten war ausschlaggebend fĂŒr die Umsetzung. In âTimelineâ und âYarnâ haben mich die LösungsansĂ€tze bisher nicht ĂŒberzeugt. Aber wir können ja alle etwas von einander lernen.
@lyse@lyse.isobeef.org Du kannst selbst gern mal im TwtxtReader-Dummy herumklicken. Da ist natĂŒrlich alles auf meinen Feed eingestellt.
Bildschirmfotos wirken irgendwie nicht.
Die Bastelei am TxtwtReader geht gut voran. Neben diversen Filtern und Ansichten werden Unterhaltungen nun schön strukturiert angezeigt. Jetzt mĂŒsste ich mich auch mal um das Verfassen von EintrĂ€gen kĂŒmmern. Wenn ich mit dem Projekt zufrieden bin, lasse ich es vielleicht auch auf die Welt los. #OpenSource
LECK MICH FETT!
Das KĂŒchenradio (Sagem - My Dual Radio 700) gibt wieder Töne von sich! Der XML-Parser von dem Ding ist sowas von hinĂŒber. Die âFertiglösungenâ YCast und YTuner haben ein zu ordentliches XML erstellt. Per Trial and Error habe ich dann die Formatierung gefunden, die die olle Kiste braucht. đ„ł
It is not possible to remove it, otherwise you do not know that the message is for you. With that information you canât decrypt.
@prologic@twtxt.net @lyse@lyse.isobeef.org First, please leave me your comments on the repository! Even if itâs just to give your opinion on what shouldnât be included. The more variety, the better.
Second, Iâm going to try to do tests with Elliptic keys and base64. Thanks for the advice @eapl@eapl.me
Finally, Iâd like to give my opinion. Secure direct messages are a feature that ActivityPub and Mastodon donât have, to give an example. By including it as an extension, weâre already taking a significant leap forward from the competition. Does it make sense to include it in a public feed? In fact, weâre already doing that. When we reply to a user, mentioning them at the beginning of the message, itâs already a direct message. The message is within a thread, perhaps breaking the conversation. Direct messages would help isolate conversations between 2 users, as well as keeping a thread cleaner and maintaining privacy. I insist, itâs optional, it doesnât break compatibility with any client and implementing it isnât complex. If you donât like it, youâre free to not use it. If you donât have a public key, no one can send you direct messages.
Keep breathing and stay cool.
Itâs ok for most encrypted protocols (In salty you can fetch other messages but canât decrypt). Btw i think recipient can be removed so if someone seen message they tried to decypt, if canât - its not message to you
hmmm? đ€
another one would be to allow changing public keys over time (as it may be a good practice [0]). A syntax like the following could help to know what public key you used to encrypt the message, and which private key the client should use to decrypt it:
!<nick url> <encrypted_message> <public_key_hash_7_chars>
Also Iâd remove support for storing the message as hex, only allowing base64 (more compact, aiming for a minimalistic spec, etc.)
my first thought is that encrypting messages with Elliptic keys is not as easy as with RSA, although I tried doing something similar a few months ago with ECIES
https://github.com/eapl-gemugami/owl/blob/main/src/app/controller/ecies_demo.php
interesting idea. Iâm not personally interested on having DM conversations on twtxt (for now), although I see the community could be interested in.
Iâd suggest to enable the Discussion section in your Github repo to receive comments, as we did for timeline https://github.com/sorenpeter/timeline/discussions
I want to share a little idea for a new extension with the goal of adding direct messages in #twtxt https://github.com/tanrax/twtxt-direct-message-extension
Does anyone here write in a Lisp dialect? #clojure #commonlisp #lisp
Google Begins Requiring JavaScript For Google Search
Google says it has begun requiring users to turn on JavaScript, the widely-used programming language to make web pages interactive, in order to use Google Search. From a report: In an email to TechCrunch, a company spokesperson claimed that the change is intended to âbetter protectâ Google Search against malicious activity, such as bots and spam, and to improve the over ⊠â Read more
Listening to a playlist kat made for me 7 months ago. Itâs fun!!
Israel and Hamas agree to ceasefire + 3 more stories
Scientists showcase new antimony atom method in quantum computing; UK leader signs treaty with Ukraine enhancing security; Israel and Hamas agree on ceasefire and hostages; SpaceX launches Falcon 9 with lunar landers for commercial missions. â Read more
Heute geht es ins Kino zu Nosferatu. Die Murnau-Adaption von Bram Stokerâs Dracula scheint, laut Trailer, hier Pate gestanden zu haben. Ich lasse mich ĂŒberraschen. đŠ
No Calls
Article URL: https://keygen.sh/blog/no-calls/
Comments URL: https://news.ycombinator.com/item?id=42725385
Points: 511
# Comments: 138 â Read more
I have no idea what happened in/around instagram but, Holly Shi_ !! People have been pouring out of it and into #Pixelfed for hours now. đ way to go #Fedi
i missed web design but i did not miss coding
Wussup twtxt Iâm rolling cigarettes (I donât smoke) (I think itâs funny) (itâs like crocheting a scarf when you donât wear scarves)
Nun habe ich mir einen eigenen webbasierten TwtxtReader erstellt. PHP-basiert mit Phpfastcache, Fluid Template Engine und asynchronen cUrl-Requests fĂŒr die abonierten Feeds. Inspiriert durch Timeline von @sorenpeter@darch.dk
@prologic@twtxt.net uhhh what happened to search.twtxt.net
I have said this before, but since I have been back on #IRC I am talking to a lot of interesting people.
Can you recommend some channels on Libera?
@prologic@twtxt.net Is it possible to make Pull Request on twtxt.dev ?
I am now using Streamlit at work to build admin interfaces and some internal application. Itâs amazing! I recommend it
Learned a new word today!
Gotta get punker
So Go lang is at a funny version huhâ v1.23.4 will there ever be a v1.23.45678? đ« đ€Ą
@prologic@twtxt.net Extremely, this whole episode has been insane
Hello again, spent a long time inactive!