this post was submitted on 10 Mar 2025
28 points (78.0% liked)

Fediverse

31319 readers
1387 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Bluesky, which uses it, has been opened to federation now, and the standard basically just looks better than ActivityPub. Has anyone heard about a project to make a Lemmy-style "link aggregator" service on it?

you are viewing a single comment's thread
view the rest of the comments
[–] rglullis@communick.news 23 points 1 day ago* (last edited 1 day ago) (2 children)

And they are either in for one of the following:

  • a $30 Million lesson where they learn that they will have to reinvent ActivityPub in order to be "properly" decentralized
  • a rug pull where they come up with a second relay like Bluesky but fork to give exclusive access for large institutions and the enterprise.
[–] MysticKetchup@lemmy.world 12 points 1 day ago

It's ridiculous they were asking for $30m to do something that ActivityPub already does. Wasted money that could have gone anywhere else

[–] jackalope@lemmy.ml 2 points 21 hours ago (3 children)

There are important features that ATPro has that activity pub doesn't. I'd prefer activity pub be the winner but they really need to improve some things. Namely, identity. Bluesky identity is more portable.

[–] dpflug@kbin.earth 8 points 19 hours ago (3 children)

Identity was already solved with Zot aka Nomad, which is part of the Fediverse and easier to implement than ATProto.

It's mostly been ignored because it's just not that important to people, apparently.

[–] jackalope@lemmy.ml 1 points 9 hours ago

It's not implemented in mastodon or lemmy though. I'm not saying it can't be implemented, but it hasn't been in any platform.

[–] mesamunefire@lemmy.world 1 points 5 minutes ago

Nomad is very good at what it does.

[–] rglullis@communick.news 5 points 21 hours ago (1 children)

We still don't need ATProto for that. ActivityPods solves that.

ActivityPub itself is built around the principle that the server owns your identity: the best you can do is abandon an identity (i.e, your actor URL) and tell everyone else (via the Move Activity) that you are adopting a new identity.

[–] jackalope@lemmy.ml 1 points 19 hours ago* (last edited 19 hours ago) (1 children)

The move activity ain't a great solution. We need federated identity or else ux will continue to lag. When I want to move servers, I can set the move activity but there's no guarantee my followers will subscribe to the new account. It's bad ux. Mass adoption is not going to happen with that kind of flow.

Activity Pods is cool bit not implemented on mastodon.

[–] rglullis@communick.news 2 points 19 hours ago* (last edited 19 hours ago) (1 children)

We need federated identity or else ux will continue to lag

What I am saying is that the ActivityPub protocol is inherently built towards a server-centric system, where identities are owned by the server. Go read the spec: even the "Client-to-Server" specification assumes that the server owns the keys and dictates that the client (i.e, users) must do everything through the API provided by the server (i.e, the client's outbox).

Anything that is built with a design where the client owns the keys may even be able to interoperate with ActivityPub, but is not ActivityPub.

Activity Pods is cool bit not implemented on mastodon.

It's the other way around. We shouldn't be looking for "Mastodon on ActivityPods", but "ActivityPods applications that can talk with Mastodon servers", and those do exist.

[–] jackalope@lemmy.ml 1 points 9 hours ago

How do I as a user use mastopod etc?

[–] CanadaPlus@lemmy.sdf.org 1 points 2 hours ago

There is also the consideration that ATPro has a community that's both larger and less technical, so it would be harder to move them here than the other way around. I'm thinking the direction to go might be ActivityPub servers that can route things between ATPro personal data stores, but obviously I'm still learning.