Welp that answers a lot of why all .ml are down

BarterClub@sh.itjust.works to Technology@lemmy.world – 1468 points –
498

You are viewing a single comment

yet another example of why activitypub is kind of a terrible protocol for a platform like this.

Why? I don't quite see the relationship between losing access to a domain, and it being uniquely bad for activitypub.

Because it means losing access to the content unless the operators go through the ardous process of moving to another domain, whereas with the matrix protocol the content would remain perfectly available and the only thing that happens when a server has domain issues is that the accounts and specific room alias become unusable.

XMPP has the same issue because it also relies on one central server to host a room, whereas with matrix ALL involved servers replicate the room which means that there is no central server to go down, which is just objectively better for things like chats and forums.

With activitypub all involved servers also replicate the content so I'm not sure what distinction you're trying to make. That's why we can still see all the communities, posts, and comments on the servers that are still online.

that is not entirely true from a lemmy perspective. When an instance subscribes to a community, the remote instance gets the last 20 or so posts, as well as subscribes to all new posts from then on. IT has a local copy of that community. What it doesn't have is any of the embedded media.

AFAIK, this is similar to how matrix works too. I do not know if this is a lemmy implementation choice, or a AP standard?

Edit: haha, i just saw that i am the 3rd person to say the same thing. oops!

Technically instances do actually duplicate the communities. Right now I'm responding to a comment cached on the database of lemmy.thesanewriter.com, and I would retain that ability even if your instance defederated from mine or went down forever.

Do you have a better protocol in mind, or any fixes that could be made to make ActivityPub better?

The AT protocol that Bluesky runs on is designed to address this specific limitation of ActivityPub.

Yes, the matrix protocol is very mature and perfectly suited for forums.

do you think that the matrix protocol may be a bit too heavy for this sort of usecase?

Do you know of any forum-like websites that use the matrix protocol?

i'm going to be scraping the bottom of the barrel here, so bear with me:

  • cerulean - an experiment to do with threading features, so it is not guaranteed to be as good as lemmy, nor is it maintained
  • commune - it feels more like discord, and has its own api in front of matrix, but it is still built on matrix!

yeah i dunno, there are others like somix and morum but they seem more early stages.

I really appreciate the links! So it looks like matrix has mainly been focused on the chat room side of things and another downside is that you need some sort of translation layer to connect a matrix thing to an activity pub thing. Definitely gives a lot to think about. I’ve been trying to decide where I should donate my time to doing dev work at but the answer appears to be “it’s complicated”

3 more...