Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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
We Distribute
  1. Home
  2. Technical Discussion
  3. I have deeply mixed feelings about #ActivityPub's adoption of JSON-LD, as someone who's spent way too long dealing with it while building #Fedify.

I have deeply mixed feelings about #ActivityPub's adoption of JSON-LD, as someone who's spent way too long dealing with it while building #Fedify.

Scheduled Pinned Locked Moved Technical Discussion
fedifyjsonldfedidevactivitypub
168 Posts 35 Posters 268 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.
  • kopper@not-brain.d.on-t.workK kopper@not-brain.d.on-t.work
    @evan @gugurumbe

    here is a backwards incompatible change in a fep you authored:
    codeberg.org/fediverse/fep/src/branch/main/fep/b2b8/fep-b2b8.md#attributedto (specifically, the Link-and-name bit. mobile Firefox does not let me send highlights apparently)

    the http signature draft->rfc change is backwards incompatible.

    mastodon api to c2s is backwards incompatible for client developers (and,
    if done correctly, would require long and unwieldy migrations on servers. ask firefish.social users how those kinds of migrations end up)

    whatever the replacement for as:summary as content warnings would be backwards incompatible. replacing as:name with as:description for media alt text is backwards incompatible (gotosocial did it, and we adapted)

    making webfinger optional is backwards incompatible

    backwards compatibility is not here yet. now is the second best time to get rid of legacy cruft
    evan@cosocial.caE This user is from outside of this forum
    evan@cosocial.caE This user is from outside of this forum
    evan@cosocial.ca
    wrote last edited by
    #140

    @kopper @gugurumbe sorry, I don't understand your point.

    `attributedTo` has always had a range of `Object` or `Link`. The `Link` type has always had a `name` property.

    I agree, HTTP Signature suuucks for us. I think the best we can do is double-knock and cache the results. I don't think that process has even started that much.

    1 Reply Last reply
    0
    • evan@cosocial.caE evan@cosocial.ca

      @cwebber yes. Like I said, very low risk. If you want to be absolutely safe, wait until your first user reads the content before verifying it. It's usually not immediate. Most users aren't online. (TM)

      @patmikemid @kopper @hongminhee

      cwebber@social.coopC This user is from outside of this forum
      cwebber@social.coopC This user is from outside of this forum
      cwebber@social.coop
      wrote last edited by
      #141

      @evan @patmikemid @kopper @hongminhee I'm sorry hold on Evan I'm sorry but it's NOT very low risk. That's a COMPLETE misunderstanding of the information landscape we are currently in.

      Trust THEN verify?!?! Trust AND THEN verify?!?!!?!?!?!?

      "A random several minutes" until we know whether or not the content delivered authentically is from said actor...

      Even ONE minute is enough for someone to read, and believe, something false, and to reply, or to *take action*. Or to boost a post, which is then distributed across the fediverse, and then seen by a bunch of other nodes which also have not yet verified?

      Trust AND THEN verify doesn't make sense!!!

      AAAAAA I am losing my marbles over this one

      evan@cosocial.caE cwebber@social.coopC 2 Replies Last reply
      0
      • evan@cosocial.caE evan@cosocial.ca

        @cwebber lucky you, you get all the first deliveries!

        @patmikemid @kopper @hongminhee

        evan@cosocial.caE This user is from outside of this forum
        evan@cosocial.caE This user is from outside of this forum
        evan@cosocial.ca
        wrote last edited by
        #142

        @cwebber some last thoughts on digital signatures for solving the thundering herd problem:

        Unless the author's signing key is saturated in the network, you're going to have a thundering herd for the key, anyways. It's just pushing the problem down the line.

        cwebber@social.coopC evan@cosocial.caE 2 Replies Last reply
        0
        • evan@cosocial.caE evan@cosocial.ca

          @cwebber some last thoughts on digital signatures for solving the thundering herd problem:

          Unless the author's signing key is saturated in the network, you're going to have a thundering herd for the key, anyways. It's just pushing the problem down the line.

          cwebber@social.coopC This user is from outside of this forum
          cwebber@social.coopC This user is from outside of this forum
          cwebber@social.coop
          wrote last edited by
          #143

          @evan If it's a popular author, which most commonly is the type who causes the thundering herd, then the chances the key is cached is very high!

          evan@cosocial.caE 1 Reply Last reply
          0
          • evan@cosocial.caE evan@cosocial.ca

            @cwebber some last thoughts on digital signatures for solving the thundering herd problem:

            Unless the author's signing key is saturated in the network, you're going to have a thundering herd for the key, anyways. It's just pushing the problem down the line.

            evan@cosocial.caE This user is from outside of this forum
            evan@cosocial.caE This user is from outside of this forum
            evan@cosocial.ca
            wrote last edited by
            #144

            @cwebber

            If you don't think waiting until the first user loads the content to verify the content is an acceptable risk, there are still other solutions. One I like is using a content-addressed shared cache for public data, like IPFS. We have `alsoKnownAs` as a nice way to include this URI.

            cwebber@social.coopC 1 Reply Last reply
            0
            • cwebber@social.coopC cwebber@social.coop

              @evan If it's a popular author, which most commonly is the type who causes the thundering herd, then the chances the key is cached is very high!

              evan@cosocial.caE This user is from outside of this forum
              evan@cosocial.caE This user is from outside of this forum
              evan@cosocial.ca
              wrote last edited by
              #145

              @cwebber I think the use case you mentioned was an author with a small following getting boosted by one with a large following.

              Regardless, even if the caching level is 90%, you're still doing a big percentage of the original herd.

              1 Reply Last reply
              0
              • evan@cosocial.caE evan@cosocial.ca

                @cwebber

                If you don't think waiting until the first user loads the content to verify the content is an acceptable risk, there are still other solutions. One I like is using a content-addressed shared cache for public data, like IPFS. We have `alsoKnownAs` as a nice way to include this URI.

                cwebber@social.coopC This user is from outside of this forum
                cwebber@social.coopC This user is from outside of this forum
                cwebber@social.coop
                wrote last edited by
                #146

                @evan ESPECIALLY if it's on something like IPFS, you need signatures, because there's no "see if it's on this instance" to speak of as a trust step!!!!

                Am I am losing my mind over here

                evan@cosocial.caE 1 Reply Last reply
                0
                • cwebber@social.coopC cwebber@social.coop

                  @evan @patmikemid @kopper @hongminhee I'm sorry hold on Evan I'm sorry but it's NOT very low risk. That's a COMPLETE misunderstanding of the information landscape we are currently in.

                  Trust THEN verify?!?! Trust AND THEN verify?!?!!?!?!?!?

                  "A random several minutes" until we know whether or not the content delivered authentically is from said actor...

                  Even ONE minute is enough for someone to read, and believe, something false, and to reply, or to *take action*. Or to boost a post, which is then distributed across the fediverse, and then seen by a bunch of other nodes which also have not yet verified?

                  Trust AND THEN verify doesn't make sense!!!

                  AAAAAA I am losing my marbles over this one

                  evan@cosocial.caE This user is from outside of this forum
                  evan@cosocial.caE This user is from outside of this forum
                  evan@cosocial.ca
                  wrote last edited by
                  #147

                  @cwebber it's ok if you don't get it. You don't have to use it. There are other ways to handle the thundering herd, like shared caches.

                  julian@activitypub.spaceJ 1 Reply Last reply
                  0
                  • cwebber@social.coopC cwebber@social.coop

                    @evan ESPECIALLY if it's on something like IPFS, you need signatures, because there's no "see if it's on this instance" to speak of as a trust step!!!!

                    Am I am losing my mind over here

                    evan@cosocial.caE This user is from outside of this forum
                    evan@cosocial.caE This user is from outside of this forum
                    evan@cosocial.ca
                    wrote last edited by
                    #148

                    @cwebber yes.

                    1 Reply Last reply
                    0
                    • cwebber@social.coopC cwebber@social.coop

                      @evan @patmikemid @kopper @hongminhee I'm sorry hold on Evan I'm sorry but it's NOT very low risk. That's a COMPLETE misunderstanding of the information landscape we are currently in.

                      Trust THEN verify?!?! Trust AND THEN verify?!?!!?!?!?!?

                      "A random several minutes" until we know whether or not the content delivered authentically is from said actor...

                      Even ONE minute is enough for someone to read, and believe, something false, and to reply, or to *take action*. Or to boost a post, which is then distributed across the fediverse, and then seen by a bunch of other nodes which also have not yet verified?

                      Trust AND THEN verify doesn't make sense!!!

                      AAAAAA I am losing my marbles over this one

                      cwebber@social.coopC This user is from outside of this forum
                      cwebber@social.coopC This user is from outside of this forum
                      cwebber@social.coop
                      wrote last edited by
                      #149

                      @evan @patmikemid @kopper @hongminhee Okay, sorry for blowing up in public, this is a heated issue for me, and something I strongly regret us not just shipping an answer for, and something I have been troubled by for what's now, well, a decade. But I should have taken this to DMs rather than blowing up in public. Mea culpa.

                      1 Reply Last reply
                      0
                      • evan@cosocial.caE evan@cosocial.ca

                        @aeva the thundering herd?

                        @cwebber @patmikemid @kopper @hongminhee

                        aeva@mastodon.gamedev.placeA This user is from outside of this forum
                        aeva@mastodon.gamedev.placeA This user is from outside of this forum
                        aeva@mastodon.gamedev.place
                        wrote last edited by
                        #150

                        @evan @cwebber @patmikemid @kopper @hongminhee the json ld thing

                        evan@cosocial.caE virtuous_sloth@cosocial.caV 2 Replies Last reply
                        0
                        • evan@cosocial.caE evan@cosocial.ca

                          @cwebber it's ok if you don't get it. You don't have to use it. There are other ways to handle the thundering herd, like shared caches.

                          julian@activitypub.spaceJ This user is from outside of this forum
                          julian@activitypub.spaceJ This user is from outside of this forum
                          julian@activitypub.space
                          wrote last edited by
                          #151

                          @evan@cosocial.ca on the topic of shared caches as thundering herd mitigation... I spent a little bit of time trying to guard against it, and most of the load is just AP GETs.

                          Nginx cache was all I needed to handle the thundering herd, although I'll admit I haven't tested it against a good evanp or tchambers boost.

                          I'll write it all up as a separate topic another day.

                          @cwebber@social.coop

                          1 Reply Last reply
                          0
                          • aeva@mastodon.gamedev.placeA aeva@mastodon.gamedev.place

                            @evan @cwebber @patmikemid @kopper @hongminhee the json ld thing

                            evan@cosocial.caE This user is from outside of this forum
                            evan@cosocial.caE This user is from outside of this forum
                            evan@cosocial.ca
                            wrote last edited by
                            #152

                            @aeva what

                            @cwebber @patmikemid @kopper @hongminhee

                            1 Reply Last reply
                            0
                            • aeva@mastodon.gamedev.placeA aeva@mastodon.gamedev.place

                              @evan @cwebber @patmikemid @kopper @hongminhee the json ld thing

                              virtuous_sloth@cosocial.caV This user is from outside of this forum
                              virtuous_sloth@cosocial.caV This user is from outside of this forum
                              virtuous_sloth@cosocial.ca
                              wrote last edited by
                              #153

                              @aeva
                              Premium pot-stirring there

                              @evan @cwebber @patmikemid @kopper @hongminhee

                              1 Reply Last reply
                              0
                              • evan@cosocial.caE evan@cosocial.ca

                                @trwnh i was replying to a post that wanted all expanded terms.

                                @gugurumbe @cwebber @kopper @hongminhee

                                gugurumbe@mastouille.frG This user is from outside of this forum
                                gugurumbe@mastouille.frG This user is from outside of this forum
                                gugurumbe@mastouille.fr
                                wrote last edited by
                                #154

                                @evan @trwnh @cwebber @kopper @hongminhee I think it would be great to have everything expanded besides the required as2 context.
                                The results of the compaction algorithm would change if new things migrate into schema.org, so technically a document could become invalid or break without being modified, but this would be a lot better otherwise I guess.

                                trwnh@mastodon.socialT 1 Reply Last reply
                                0
                                • gugurumbe@mastouille.frG gugurumbe@mastouille.fr

                                  @evan @trwnh @cwebber @kopper @hongminhee I think it would be great to have everything expanded besides the required as2 context.
                                  The results of the compaction algorithm would change if new things migrate into schema.org, so technically a document could become invalid or break without being modified, but this would be a lot better otherwise I guess.

                                  trwnh@mastodon.socialT This user is from outside of this forum
                                  trwnh@mastodon.socialT This user is from outside of this forum
                                  trwnh@mastodon.social
                                  wrote last edited by
                                  #155

                                  @gugurumbe @evan @cwebber @kopper @hongminhee yup, using full IRIs also has the advantage that ld-unaware processors only need to recognize 1 form instead of infinitely many.

                                  the thing is, we have semantics imported from the content type (activity+json) which can also change. which is why i think versioning the context document is also important -- it freezes the semantics at the time of publishing, like pinning your dependencies.

                                  without that, we might well have a simpler profile...

                                  gugurumbe@mastouille.frG 1 Reply Last reply
                                  0
                                  • trwnh@mastodon.socialT trwnh@mastodon.social

                                    @gugurumbe @evan @cwebber @kopper @hongminhee yup, using full IRIs also has the advantage that ld-unaware processors only need to recognize 1 form instead of infinitely many.

                                    the thing is, we have semantics imported from the content type (activity+json) which can also change. which is why i think versioning the context document is also important -- it freezes the semantics at the time of publishing, like pinning your dependencies.

                                    without that, we might well have a simpler profile...

                                    gugurumbe@mastouille.frG This user is from outside of this forum
                                    gugurumbe@mastouille.frG This user is from outside of this forum
                                    gugurumbe@mastouille.fr
                                    wrote last edited by
                                    #156

                                    @trwnh as a paranoid person, I sometimes wonder what would happen if schema.org received a court order to partially censor its schema in certain regions of the world. Or inject a backdoor key. If it prevents people from sending memes across the geofence, it’s bad.

                                    1 Reply Last reply
                                    0
                                    • cwebber@social.coopC cwebber@social.coop

                                      @evan @kopper @hongminhee The problem is that signing json-ld is extremely hard, because effectively you have to turn to the RDF graph normalization algorithm, which has extremely expensive compute times. The lack of signatures means that when I boost peoples' posts, it takes down their instance, since effectively *every* distributed post on the network doesn't actually get accepted as-is, users dial-back to check its contents.

                                      Which, at that point, we might as well not distribute the contents at all when we post to inboxes! We could just publish with the object of the activity being the object's id uri

                                      rigo@mamot.frR This user is from outside of this forum
                                      rigo@mamot.frR This user is from outside of this forum
                                      rigo@mamot.fr
                                      wrote last edited by
                                      #157

                                      @cwebber @evan @kopper @hongminhee For the purpose of "message" wouldn't it then be easier to just sign an entire file that is transmitted? Or is this stream processing.

                                      1 Reply Last reply
                                      0
                                      • cwebber@social.coopC cwebber@social.coop

                                        @kopper @hongminhee As the person probably most responsible for making sure json-ld stayed in the spec (two reasons: because it was the only extensibility answer we had, and because we were trying hard to retain interoperability with the linked data people, which ultimately did not matter), I agree with you. I do ultimately regret not having a simpler solution than json-ld, especially because it greatly hurt our ability to sign messages, which has considerable effect on the ecosystem.

                                        Mea culpa 😕

                                        I do think it's fixable. I'd be interested in joining a conversation about how to fix it.

                                        rigo@mamot.frR This user is from outside of this forum
                                        rigo@mamot.frR This user is from outside of this forum
                                        rigo@mamot.fr
                                        wrote last edited by
                                        #158

                                        @cwebber @kopper @hongminhee If we consider data exchange just in one application context (mastodon), then JSON-LD is overhead because data structures are fixed.

                                        But as soon as we go out of that application context, JSON-LD will make a lot of sense. IMHO, the use will grow over time as this allows to add permissions to post on the data level using ODRL e.g. Or to have privacy considerations.

                                        On a very short term, JSON-LD may be an overhead. But it is an investment into the future.

                                        kopper@not-brain.d.on-t.workK 1 Reply Last reply
                                        0
                                        • rigo@mamot.frR rigo@mamot.fr

                                          @cwebber @kopper @hongminhee If we consider data exchange just in one application context (mastodon), then JSON-LD is overhead because data structures are fixed.

                                          But as soon as we go out of that application context, JSON-LD will make a lot of sense. IMHO, the use will grow over time as this allows to add permissions to post on the data level using ODRL e.g. Or to have privacy considerations.

                                          On a very short term, JSON-LD may be an overhead. But it is an investment into the future.

                                          kopper@not-brain.d.on-t.workK This user is from outside of this forum
                                          kopper@not-brain.d.on-t.workK This user is from outside of this forum
                                          kopper@not-brain.d.on-t.work
                                          wrote last edited by
                                          #159
                                          @rigo @hongminhee @cwebber
                                          But as soon as we go out of that application context, JSON-LD will make a lot of sense.
                                          i can't see it. you can indeed add new fields to json and even namespace them (just expand the namespaces! it even compresses better! (open in your own instance, my instance doesn't show reply trees logged out yet)), without requiring json-ld processing. almost all json parsers will either drop unknown fields by default or have an option to turn that functionality on. json-ld, seriously, brings nothing to the table
                                          the use will grow over time as this allows to add permissions to post on the data level using ODRL
                                          i seriously doubt this will happen. for permissions the community (not w3c! the implementations, because implementations are who give standards their value!) is more or less converging on docs.gotosocial.org/en/latest/federation/interaction_controls/ (including mastodon's quote post approvals, which is built upon the same framework)
                                          But it is an investment into the future.
                                          i don't know about that. i can't really find anyone other than people who have drunk the w3c kool-aid (including you from your bio) who thinks json-ld as allowing any new form of extensibility that Just Namespaces can't accomplish.

                                          no wonder why atproto decided to work with ietf on their standardization efforts. the strictness and validation capability of their lexicons actually make developers lives easy, letting them auto-generate the boring bits, and even with bluesky's own, infamously (?) strict lexicon that doesn't let any microblog >300 characters from being made,
                                          there's nothing stopping extensions from being made
                                          rigo@mamot.frR 2 Replies Last reply
                                          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.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups