Skip to content
  • Categories
  • Recent
  • Tags
  • All Topics
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Caint logo. It's just text.
  1. Home
  2. Uncategorized
  3. I would like to give an update on "federation" on Bluesky

I would like to give an update on "federation" on Bluesky

Scheduled Pinned Locked Moved Uncategorized
138 Posts 38 Posters 229 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mccM mcc

    @mat @eniko There is already such a Wordpress plugin that publishes to ActivityPub. I believe publishing a Wordpress or other blog as a PDS would be even easier than ActivityPub. All the ATP single-link APIs are very simple and almost even well documented. So the fact this sort of thing (PDS frontend to legacy data source like Wordpress) does not exist is I think a testament to the fact most people in a position to create such things take a look at, and cannot see the benefit of, ATProto interop

    Matthew ExonM This user is from outside of this forum
    Matthew ExonM This user is from outside of this forum
    Matthew Exon
    wrote last edited by
    #102

    @mcc @eniko There are WP AT crosspost-style plugins. If you're crossposting to Bluesky from WP then you probably care about your data sovereignty. I think the demand is there if a developer took on the task. Perhaps genuine WP AP integration only exists because Matthias is so committed.

    The difference between Wordpress and Friendica is that WP doesn't really require two-way communication. And that's what I don't get. I know how my posts get sent to the relay, but where are replies to those posts coming from in this setup?

    Emelia 👸🏻T mccM 2 Replies Last reply
    1
    0
    • Matthew ExonM Matthew Exon

      @mcc @eniko There are WP AT crosspost-style plugins. If you're crossposting to Bluesky from WP then you probably care about your data sovereignty. I think the demand is there if a developer took on the task. Perhaps genuine WP AP integration only exists because Matthias is so committed.

      The difference between Wordpress and Friendica is that WP doesn't really require two-way communication. And that's what I don't get. I know how my posts get sent to the relay, but where are replies to those posts coming from in this setup?

      Emelia 👸🏻T This user is from outside of this forum
      Emelia 👸🏻T This user is from outside of this forum
      Emelia 👸🏻
      wrote last edited by
      #103

      @mat @mcc @eniko I think you'd be hard pressed to implement AT Proto in PHP tbh..

      Matthew ExonM Emelia 👸🏻T 2 Replies Last reply
      1
      0
      • Matthew ExonM Matthew Exon

        @mcc @eniko There are WP AT crosspost-style plugins. If you're crossposting to Bluesky from WP then you probably care about your data sovereignty. I think the demand is there if a developer took on the task. Perhaps genuine WP AP integration only exists because Matthias is so committed.

        The difference between Wordpress and Friendica is that WP doesn't really require two-way communication. And that's what I don't get. I know how my posts get sent to the relay, but where are replies to those posts coming from in this setup?

        mccM This user is from outside of this forum
        mccM This user is from outside of this forum
        mcc
        wrote last edited by
        #104

        @mat @eniko "but where are replies to those posts coming from in this setup?"

        Short version: "You can't get them"

        Long version: Currently the only ways to get replies to a post published in your Bluesky PDS are

        - Run a "relay". This means (this is not a joke) receiving from Bluesky PBC a copy of literally every post made in the network, and filtering for ones that @ you.

        - Log in to bsky.app (or a clone like blacksky) with your PDS username and password, and look in the notifications tab.

        mccM 1 Reply Last reply
        1
        0
        • mccM mcc

          @mat @eniko "but where are replies to those posts coming from in this setup?"

          Short version: "You can't get them"

          Long version: Currently the only ways to get replies to a post published in your Bluesky PDS are

          - Run a "relay". This means (this is not a joke) receiving from Bluesky PBC a copy of literally every post made in the network, and filtering for ones that @ you.

          - Log in to bsky.app (or a clone like blacksky) with your PDS username and password, and look in the notifications tab.

          mccM This user is from outside of this forum
          mccM This user is from outside of this forum
          mcc
          wrote last edited by
          #105

          @mat @eniko Now, that last thing is possible, and even easy. But at that point it's really, super unclear *why* you would architect your Wordpress server to *be* a PDS, rather than running the regular PDS software on the same box, and having the Wordpress server post to it from time to time using the external API. It's extra work, but there's no obvious advantage and there's barely even a difference.

          mccM 1 Reply Last reply
          1
          0
          • Emelia 👸🏻T Emelia 👸🏻

            @mat @mcc @eniko I think you'd be hard pressed to implement AT Proto in PHP tbh..

            Matthew ExonM This user is from outside of this forum
            Matthew ExonM This user is from outside of this forum
            Matthew Exon
            wrote last edited by
            #106

            @mcc @thisismissem @eniko ...and that reminds me of another thing!

            In the spec it says "In addition to regular HTTP API endpoints, atproto supports continuous event streams." And indeed, implementing the event stream seems hard. But HTTP APIs don't sound hard. So... do PDS's have to implement both? It sounds like they don't.

            Emelia 👸🏻T mccM 2 Replies Last reply
            0
            • Emelia 👸🏻T Emelia 👸🏻

              @mat @mcc @eniko I think you'd be hard pressed to implement AT Proto in PHP tbh..

              Emelia 👸🏻T This user is from outside of this forum
              Emelia 👸🏻T This user is from outside of this forum
              Emelia 👸🏻
              wrote last edited by
              #107

              @mat @mcc @eniko you could probably take the bluesky-social/pds repo, and add in endpoints that a wordpress plugin would call to automatically create records in it for social posts, if you just wanna distribute out a app.bsky.feed.post for each wordpress post.

              That'd be pretty easy to do.

              1 Reply Last reply
              1
              0
              • mccM mcc

                @mat @eniko Now, that last thing is possible, and even easy. But at that point it's really, super unclear *why* you would architect your Wordpress server to *be* a PDS, rather than running the regular PDS software on the same box, and having the Wordpress server post to it from time to time using the external API. It's extra work, but there's no obvious advantage and there's barely even a difference.

                mccM This user is from outside of this forum
                mccM This user is from outside of this forum
                mcc
                wrote last edited by
                #108

                @mat @eniko Isn't it convenient that Bluesky has architected an "open" system where the solution to every problem turns out to be "use Bluesky", and any other solution requires fighting incredible gravity?

                Matthew ExonM 1 Reply Last reply
                1
                0
                • Matthew ExonM Matthew Exon

                  @mcc @thisismissem @eniko ...and that reminds me of another thing!

                  In the spec it says "In addition to regular HTTP API endpoints, atproto supports continuous event streams." And indeed, implementing the event stream seems hard. But HTTP APIs don't sound hard. So... do PDS's have to implement both? It sounds like they don't.

                  Emelia 👸🏻T This user is from outside of this forum
                  Emelia 👸🏻T This user is from outside of this forum
                  Emelia 👸🏻
                  wrote last edited by
                  #109

                  @mat @mcc @eniko yeah, because you need sync, afaik. https://atproto.com/specs/sync

                  1 Reply Last reply
                  1
                  0
                  • Matthew ExonM Matthew Exon

                    @mcc @thisismissem @eniko ...and that reminds me of another thing!

                    In the spec it says "In addition to regular HTTP API endpoints, atproto supports continuous event streams." And indeed, implementing the event stream seems hard. But HTTP APIs don't sound hard. So... do PDS's have to implement both? It sounds like they don't.

                    mccM This user is from outside of this forum
                    mccM This user is from outside of this forum
                    mcc
                    wrote last edited by
                    #110

                    @mat @thisismissem @eniko The continuous event streams are HTTP. Mine are being proxied through Apache

                    Emelia 👸🏻T 1 Reply Last reply
                    1
                    0
                    • mccM mcc

                      @mat @thisismissem @eniko The continuous event streams are HTTP. Mine are being proxied through Apache

                      Emelia 👸🏻T This user is from outside of this forum
                      Emelia 👸🏻T This user is from outside of this forum
                      Emelia 👸🏻
                      wrote last edited by
                      #111

                      @mcc @mat @eniko I mean, kinda correct in that WebSockets are tunneled over HTTP, but it's still the WebSocket Protocol that is being used..

                      mccM 1 Reply Last reply
                      1
                      0
                      • Tyler CookT Tyler Cook

                        @mcc I do, yeah. So it's just one part of the stack. The complicated parts come later, eh?

                        mccM This user is from outside of this forum
                        mccM This user is from outside of this forum
                        mcc
                        wrote last edited by
                        #112

                        @tylercook Yes, correct. If you already have a setup for hosting Docker containers standing up the PDS is *trivial*. Like, you could do it in under an hour. I don't pay per byte of bandwidth (VPS) but the load from running my PDS has been so low I don't notice it. And if it turns out to be a problem you can migrate out to another PDS.

                        I'm going to DM you a link to a Discord I found helpful when debugging issues with my PDS.

                        1 Reply Last reply
                        1
                        0
                        • Emelia 👸🏻T Emelia 👸🏻

                          @mcc @mat @eniko I mean, kinda correct in that WebSockets are tunneled over HTTP, but it's still the WebSocket Protocol that is being used..

                          mccM This user is from outside of this forum
                          mccM This user is from outside of this forum
                          mcc
                          wrote last edited by
                          #113

                          @thisismissem @mat @eniko Okay, yes, that's more accurate.

                          Emelia 👸🏻T 1 Reply Last reply
                          1
                          0
                          • mccM mcc

                            @fleeky 1. Correct
                            2. I don't know

                            flaeky pancakoF This user is from outside of this forum
                            flaeky pancakoF This user is from outside of this forum
                            flaeky pancako
                            wrote last edited by
                            #114

                            @mcc am having a discussion of this on bsky that is helping to disambiguate :
                            https://bsky.app/profile/futur.blue/post/3lyuzwzb2k226
                            also https://github.com/zeppelin-social/bluesky-appview

                            mccM 1 Reply Last reply
                            0
                            • mccM mcc

                              @thisismissem @mat @eniko Okay, yes, that's more accurate.

                              Emelia 👸🏻T This user is from outside of this forum
                              Emelia 👸🏻T This user is from outside of this forum
                              Emelia 👸🏻
                              wrote last edited by
                              #115

                              @mcc @mat @eniko so yeah, I was more saying PHP and WebSockets isn't likely to be the most pleasant time for someone. (much like Ruby and WebSockets)

                              But yeah, if you're suggesting a sidecar PDS to a wordpress blog that just publishes bluesky posts with a link to the wordpress post, then that'd be relatively simple. It's once you want to go beyond that that things start getting hard.

                              1 Reply Last reply
                              1
                              0
                              • mccM mcc

                                @mat @eniko Isn't it convenient that Bluesky has architected an "open" system where the solution to every problem turns out to be "use Bluesky", and any other solution requires fighting incredible gravity?

                                Matthew ExonM This user is from outside of this forum
                                Matthew ExonM This user is from outside of this forum
                                Matthew Exon
                                wrote last edited by
                                #116
                                @mcc @eniko I kinda feel like giving them the benefit of the doubt. All of these decisions can be explained by their goal of being Twitter 2.0, instant distribution to millions of people, everyone's eyeballs glued to the very latest posts as they continually fly past, desperate to respond in a way that generates traction before the world's attention fades. That's a hard problem to solve! The fact that I can't imagine why I would want it solved for me is not the point.
                                1 Reply Last reply
                                1
                                0
                                • mccM mcc

                                  Why does the "relay" matter? Well, because although Bluesky's claim is that moderation is "composable" in their system— that you can choose which moderators to follow— moderation decisions made by Bluesky are hard binding on systems they control. Someone blocked by Bluesky is blocked from the Bluesky appview, their content will get removed from the Bluesky PDS if they were using that. The Bluesky relay censors content that violates the data "schema"; I suspect (?) it enforces moderation also.

                                  Boris MannB This user is from outside of this forum
                                  Boris MannB This user is from outside of this forum
                                  Boris Mann
                                  wrote last edited by
                                  #117

                                  @mcc Content doesn’t get removed from the PDS it would be hidden by labels - accounts do have takedown labels applied.

                                  Bluesky operated relay doesn’t censor Lexicons that don’t validate and it doesn’t enforce moderation.

                                  For those following along at home the relay costs about $30/month to run for all ~38M accounts worth of content.

                                  mccM 1 Reply Last reply
                                  0
                                  • Boris MannB Boris Mann

                                    @mcc Content doesn’t get removed from the PDS it would be hidden by labels - accounts do have takedown labels applied.

                                    Bluesky operated relay doesn’t censor Lexicons that don’t validate and it doesn’t enforce moderation.

                                    For those following along at home the relay costs about $30/month to run for all ~38M accounts worth of content.

                                    mccM This user is from outside of this forum
                                    mccM This user is from outside of this forum
                                    mcc
                                    wrote last edited by
                                    #118

                                    @boris "Content doesn’t get removed from the PDS it would be hidden by labels - accounts do have takedown labels applied." I could be wrong but this seems to be contradicted by actual events over the last two weeks.

                                    "Bluesky operated relay doesn’t censor Lexicons that don’t validate" Contradicted by my own testing. Either the relay censors them or the appview does and it comes to the same thing, because when I make 301-character posts even third party tools can't see them.

                                    Boris MannB 1 Reply Last reply
                                    1
                                    0
                                    • flaeky pancakoF flaeky pancako

                                      @mcc am having a discussion of this on bsky that is helping to disambiguate :
                                      https://bsky.app/profile/futur.blue/post/3lyuzwzb2k226
                                      also https://github.com/zeppelin-social/bluesky-appview

                                      mccM This user is from outside of this forum
                                      mccM This user is from outside of this forum
                                      mcc
                                      wrote last edited by
                                      #119

                                      @fleeky As an update, I searched on blacksky.community for "from:me blackbird" and found a post from 2024. So they have some source of older posts.

                                      1 Reply Last reply
                                      1
                                      0
                                      • mccM mcc

                                        @boris "Content doesn’t get removed from the PDS it would be hidden by labels - accounts do have takedown labels applied." I could be wrong but this seems to be contradicted by actual events over the last two weeks.

                                        "Bluesky operated relay doesn’t censor Lexicons that don’t validate" Contradicted by my own testing. Either the relay censors them or the appview does and it comes to the same thing, because when I make 301-character posts even third party tools can't see them.

                                        Boris MannB This user is from outside of this forum
                                        Boris MannB This user is from outside of this forum
                                        Boris Mann
                                        wrote last edited by
                                        #120

                                        @mcc accounts get taken down! Posts do not / individual posts doesn’t get removed out of the repo (would also break verification of a repo and is detectable)

                                        yes apps all choose their validation (and for that matter strong types). Regardless it’s not the relay that’s doing it if you’d like to be correct about where locus of control is.

                                        mccM 1 Reply Last reply
                                        0
                                        • Boris MannB Boris Mann

                                          @mcc accounts get taken down! Posts do not / individual posts doesn’t get removed out of the repo (would also break verification of a repo and is detectable)

                                          yes apps all choose their validation (and for that matter strong types). Regardless it’s not the relay that’s doing it if you’d like to be correct about where locus of control is.

                                          mccM This user is from outside of this forum
                                          mccM This user is from outside of this forum
                                          mcc
                                          wrote last edited by
                                          #121

                                          @boris "(would also break verification of a repo and is detectable)"

                                          What happens if I delete a post from a repo? If it can't be removed can someone then query the post from my PDS direct and get a copy of the deleted content?

                                          Boris MannB 1 Reply Last reply
                                          1
                                          0

                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • All Topics
                                          • Popular
                                          • World
                                          • Users
                                          • Groups