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?

  • rglullis@communick.news
    link
    fedilink
    English
    arrow-up
    4
    ·
    20 hours ago

    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
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      19 hours ago

      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
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        18 hours ago

        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.