rapnie 3 hours ago

(2023) but worth being reposted, never got a good HN discussion. Between 8 and 12 July there's DWebCamp [0] and many experts and devs on both protocols are present, so opportunity for some good cross-pollination here.

[0] https://dwebcamp.org

  • inigyou 1 hour ago

    Damn, I could've been there, if I'd known about it

4lx87 2 hours ago

RSS/webmention > ActivityPub > ATProto

  • jayemar 2 hours ago

    I don't disagree with the sentiment as I love RSS, but doesn't it have a different use case than ActivityPub or ATProto?

    • madeofpalk 42 minutes ago

      I mean, conceptually ActivityPub is quite similar to RSS. You might be able to call it Less Simple Syndication.

  • spankalee 1 hour ago

    And how does RSS let you move your data to a new host while preserving your identity like AT Proto does?

gnashxyz 2 hours ago

Huge fan of this concept.

nekusar 3 hours ago

I can easily install an ActivityPub server, with Glitch.

Show me the ATProto server that can integrate with BlueSky.

  • master-lincoln 3 hours ago
    • Hoodedcrow 1 hour ago

      The answer here would be "there's no such thing as a generic "server" like in ActivityPub because it's split into different components, of which a PDS is only one".

      Honestly my main question here is "If you disagree with various ActivityPub instances' defederations, you can get around this by starting your own instance that federates with everything; is there an equivalent for bypassing Bluesky's moderation decisions?"

  • madeofpalk 3 hours ago

    > I can easily install an ActivityPub server, with Glitch.

    Can you? The same Glitch that shut down last year? https://blog.glitch.com/post/goodbye-glitch

    Regardless, ActivityPub and ATProto have different designs and goals. Your question is akin to comparing a helicopter and an airplane.

    There's no such thing as a "ATProto server". How complicated it is, and the trade-offs it made are valid criticisms of it. It all depends on what exactly your goal is as a participant of a distributed social network.

    • inigyou 2 hours ago

      What does ATProto run on, if not servers? Is it fully decentralised mesh P2P that runs on phones?

      • madeofpalk 47 minutes ago

        What makes up the ATProto is more than one type of server. Compared to ActivityPub where you just run a single Mastodon instance and you're set.

        If the thing you want to own is your identity and data, you can fairly easy run a PDS yourself. If the thing you care about is different moderation decisions, you can run your own labeller (moderation system) or subscribe to another someone else has made.

      • anentropic 31 minutes ago

        There's not one server instance type, there are different components to it

        To 'own your data' you just need a PDS, which should be cheaper to run than an ActivityPub server

        To build an app you need some of the more expensive parts

  • well_ackshually 1 hour ago

    A PDS? Here: https://blog.bront.rodeo/setting-up-your-own-pds/

    Want your own AppView so you can have nekusar.net and post your messages and people on BSky see it ? https://github.com/blacksky-algorithms/atproto

    ActivityPub zealots would do well to calm down for one second, this can't be good for your heart man.

    • kyle-rb 3 minutes ago

      Well actually, that's not what an AppView is for.

      If you just want to post messages on your website that get syndicated to BlueSky (as blog post links or full threads or whatever) you could have your website server make API calls to your PDS (whether that's self-hosted or not).

      If you're talking about building your own custom BlueSky app, "AppView" is not synonymous with "viewer app"; basically it's an "AppView" because it provides a "view" of the network necessary to power an end user "app". I.e. it holds a copy of every single post, repost, and like, so you don't have to. Your custom app would simply make requests to the logged-in user's PDS, which routes most of those requests to that user's preferred AppView.