this post was submitted on 17 Nov 2023
28 points (100.0% liked)
Fediverse
17698 readers
2 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What makes AT protocol "more predictable, consistent"? I cannot find a detailed article about the protocol except empty hype articles.
Well for one, if a feature is implemented in Atproto, it'll be implemented for the entire federated network. With ActivityPub, there's inconsistency with the features (You still need Glitch-soc if you want Mastodon with text formatting, for instance) and, while yes it's cool that I can talk to Lemmy from my Mastodon account, it's quite a clunky experience IMO and shouldn't be a selling point to the regular user who just wants to post about what they're doing.
A technical overview of Atproto can be retrieved here.
My current understanding from reading some 3rd party articles is that AT employs a DAG to synchronize messages more consistently.
AP has a different model that has some downsides in regards to consistency, but it should be significantly more resource efficient and have better recovery from failure modes.
So in AT, unlike in AP, activity takes place between multiple servers and not only two servers 🤔