• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
  • There was a good discussion online between Christine Lemmer-Webber, one of the editors of the ActivityPub W3C Standard, and Bryan Newbold, protocol engineer at BlueSky.

    These are long reads. But they are worth reading. Christine and Bryan agree that ATProto and ActivityPub have different design goals and so what you get from “federation” with each is different. ATProto makes a centralized index of the entire system possible, at the cost of relying on very few (practically likely one) centralized providers.

    As a result, the Lemmy ecosystem, as it exists today, wouldn’t be possible with ATProto. It would probably look more like Reddit, but with a “credible exit” possible as a defense against enshittification.



  • I don’t frequent that world much these days, but I personally preferred the agent/pull model when I did. I can’t really articulate why, I think I feel comfortable knowing that the agent will run with the last known config on the machine, potentially correcting any misconfiguration even if the central host is down.

    The big debate back in the day was Puppet vs. Chef (before Ansible/SaltStack). Puppet was more declarative, Chef more imperative.

    I also admit, I don’t like YAML, other than for simple, mostly flat config and serializing.

    I further admit that Ansible just has a bigger community these days, and that’s worth something. When I need to do a bit of CM these days, I use Ansible.









  • This is interesting because I’ve been thinking about switching from Debian to Arch. I’m already running Nix inside of my Debian installation to get more recent apps (I don’t like how snap interacts with the rest of the system, so I avoid it if I can).

    Is there anything else on a more base OS level (like apt v pacman) that you’ve noticed is different, if you’re willing to share?