• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle









  • They do get updated but very conservatively. They prioritize stability so their older kernel and system/library packages means all of their packages in general are also kept behind. Debian 11 for example is still on Python 3.9.2 whereas in Arch it’s at 3.11.3 (and it’s called python not python3).



  • Really hard to trust Meta. They could help advance ActivityPub. Or maybe they go full Microsoft Embrace Extend Extinguish and damage the Fediverse. Or it could be benign. Look at XMPP where it was adopted by big companies but they eventually stopped federating and down the line replaced it with their own proprietary protocols.



  • I’ve had similar musings as yours I think. I think the way to make a decentralized community as user friendly as a centralized one would be making the decentralization transparent somehow. One way would require a way for hosters to volunteer computing resources in a way that’s more like adding cattle to a herd rather than pets to a family like in fediverse/matrix/email. More ephemeral and happening in the background. I think the downside is that this is getting closer to peer-to-peer which has a lot of overhead and scaling issues (factorial growth). Federation lies between p2p and client-server but maybe there is room to push it closer to p2p to unlock transparent distribution of resources.


  • Arch Linux. Always very up-to-date and the AUR is huge. No dealing with PPAs or snaps or flatpaks or appimages. Just paru -S any-software-ever-made. Also very streamlined (systemd for everything lol) and well documented. I tried NixOS for a bit but it was very inconvenient in comparison and I felt like it was impossible to tinker with or understand if you weren’t good at Haskell. Terrible documentation.

    For servers it’s definitely Debian + docker.