• 3 Posts
  • 41 Comments
Joined 3 years ago
cake
Cake day: December 20th, 2021

help-circle




  • The DHT exists and is already a fully distributed system.

    Even without the DHT, there is no centralization in Bittorrent that would lend itself to federation. Anyone with a complete copy of the data can already start their own tracker.

    Do you perhaps mean a federated content index that links to torrents or magnet URIs?





  • I’ve been using it for just over 6 months and it’s perfectly fine as a desktop distribution. I’m enjoying that it’s based on Debian Sid and I get a more up to date GNOME release than I would have with Ubuntu or Debian. The update process is a bit slow but you can just leave it downloading in the background and then reboot when it’s ready. If you know that you want an immutable desktop distro based on Debian then I would definitely recommend it.

    If you’re using it for development then it’s a bit more complicated as you’ll need to get used to working in a distrobox container and understanding when it can and can’t access the host system or communicate with programs running on the host system.

    If you have the time and basic understanding to be able to switch your dev workflow to run inside a container, or if your dev environment never needs to interact with the base system that you’re running it on, then it’s perfectly usable for dev work - just a bit of a learning curve.














  • The article seems like a rebuttal to a strawman argument to me.

    You’d have to be pretty oblivious (or a non-software engineer) to express the premise of this article as an opinion.

    The only interesting part to me was asking specifically what types of functionality are being delegated to libraries instead of (re-)implemented in the program itself. The author should ask this same question of some Rust and Javascript programs of similar size, so we can see if left-pad in Javascript is just a meme or if programmers armed with convenient package managers are delegating trivial one-liners to external libraries.