andros
andros@activity.andros.dev
<p>🏗️ Full-Stack developer (Mainly Python)<br>✍️ Writer (3 books)<br>🐧 Creator of Org Social, Django LiveView, Maza ad blocking and so on<br>👨🏫 Teacher<br>🟣 Emacs addicted<br>🗼 Amateur radio<br>🐱 Cat food opening<br><br>I write in 🇬🇧 English and 🇪🇸 Spanish</p>
Posts
-
Post #4137978
«Modern email can be built from borrowed parts» What if we designed the successor to email on top of HTTP, fixing 40 years of SMTP design flaws using only technologies that already exist? https://en.andros.dev/blog/d7ed8b07/modern-email-can-be-built-from-borrowed-parts/ #Email #ActivityPub #OpenWeb #Python
-
Post #3916079
I built an iOS app to manage my Denote notes from my phone. Dotdenote reads, edits and creates notes following the Denote naming scheme over WebDAV. No lock-in: notes stay as plain text files on your own server. Open source. https://en.andros.dev/blog/9abcdcfe/your-denote-notes-on-the-iphone/ #Emacs #Denote #OrgMode #iOS #SelfHosted
-
Post #3825735
Human fear in Emacs: my response to the Human Emacs debate. https://en.andros.dev/blog/b70b058a/human-fear-in-emacs/ #emacs #GNU #LLM #AI
-
Post #2440830
If anyone is into LoRa and uses MeshMonitor as an API... I've released an iOS app that I use for chatting. https://apps.apple.com/app/meshmonitor-chat/id6766212933 #meshtastic #lora
-
Post #956697
Gracias de corazón a @python_vlc por dejarme enseñaros los secretos de una red social descrentralizada en texto plano como es #twtxt. ¡Espero que os haya gustado la charla! ❤️🐍 #python
-
Post #843800
Fine! After getting 12k visits in less than a day with the article https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/ , with 100 comments on Hacker News (and 1 on my website), here is a technical summary of the first few hours: - Nginx cache solved the 99% of the problems (/media/ , /static/ and HTML render). - ASGI, with a WebSocket server, worked fine. - Django performed 100% well - Django LiveView, with 130 parallel users, worked... surprisingly well. I'...