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. Fediverse
  3. ActivityPub
  4. The state of conversational contexts (February 2025)

The state of conversational contexts (February 2025)

Scheduled Pinned Locked Moved ActivityPub
activitypubforumwgswicgbackfill
35 Posts 10 Posters 619 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.
  • silverpill@mitra.socialS This user is from outside of this forum
    silverpill@mitra.socialS This user is from outside of this forum
    silverpill@mitra.social
    wrote on last edited by
    #4

    @julian Mitra can backfill from Streams and Hubzilla, but it doesn't publish any collections yet.

    Streams and Hubzilla have interoperable FEP-171b implementations, but I don't know about pulling the collection. They are more focused on private conversations where backfilling is not needed.

    julian@community.nodebb.orgJ jupiter_rowland@hub.netzgemeinde.euJ 2 Replies Last reply
    0
    • silverpill@mitra.socialS silverpill@mitra.social

      @julian Mitra can backfill from Streams and Hubzilla, but it doesn't publish any collections yet.

      Streams and Hubzilla have interoperable FEP-171b implementations, but I don't know about pulling the collection. They are more focused on private conversations where backfilling is not needed.

      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.org
      wrote on last edited by
      #5

      @silverpill@mitra.social thank you! I've updated the original post to reflect that now.

      1 Reply Last reply
      0
      • silverpill@mitra.socialS silverpill@mitra.social

        @julian Mitra can backfill from Streams and Hubzilla, but it doesn't publish any collections yet.

        Streams and Hubzilla have interoperable FEP-171b implementations, but I don't know about pulling the collection. They are more focused on private conversations where backfilling is not needed.

        jupiter_rowland@hub.netzgemeinde.euJ This user is from outside of this forum
        jupiter_rowland@hub.netzgemeinde.euJ This user is from outside of this forum
        jupiter_rowland@hub.netzgemeinde.eu
        wrote on last edited by
        #6
        @silverpill I've yet to see Hubzilla backfill an entire existing thread at once. It does backfill posts from new connections on certain server apps, though. And it sometimes appears to backfill threads bit by bit over prolonged periods.

        As for (streams), I can't see inhowfar it backfills because I barely actually follow anyone from there.
        julian@community.nodebb.orgJ 1 Reply Last reply
        0
        • jupiter_rowland@hub.netzgemeinde.euJ jupiter_rowland@hub.netzgemeinde.eu
          @silverpill I've yet to see Hubzilla backfill an entire existing thread at once. It does backfill posts from new connections on certain server apps, though. And it sometimes appears to backfill threads bit by bit over prolonged periods.

          As for (streams), I can't see inhowfar it backfills because I barely actually follow anyone from there.
          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.org
          wrote on last edited by
          #7

          @jupiter_rowland@hub.netzgemeinde.eu if you're seeing Hubzilla backfill "bit by bit" it is likely doing inReplyTo traversal, which is what NodeBB does if it cannot find a resolvable context.

          1 Reply Last reply
          0
          • mario@hub.somaton.comM This user is from outside of this forum
            mario@hub.somaton.comM This user is from outside of this forum
            mario@hub.somaton.com
            wrote on last edited by
            #8
            @julian Hubzilla internally backfills via context. Has done so all along. Activitypub content is so far backfilled via inReplyTo traversal and the replies collection.
            julian@community.nodebb.orgJ 1 Reply Last reply
            0
            • angus@socialhub.activitypub.rocksA This user is from outside of this forum
              angus@socialhub.activitypub.rocksA This user is from outside of this forum
              angus@socialhub.activitypub.rocks
              wrote on last edited by
              #9

              Thanks for putting this together @julian. I'll be coming to the next Forum WG meeting on March 6 to discuss next steps

              1 Reply Last reply
              0
              • panos@community.nodebb.orgP This user is from outside of this forum
                panos@community.nodebb.orgP This user is from outside of this forum
                panos@community.nodebb.org
                wrote on last edited by
                #10

                IIRC @kopper@brain.d.on-t.work implemented backfill on Iceshrimp.net, maybe they wanna share their approach.

                kopper@brain.d.on-t.workK 1 Reply Last reply
                0
                • panos@community.nodebb.orgP panos@community.nodebb.org

                  IIRC @kopper@brain.d.on-t.work implemented backfill on Iceshrimp.net, maybe they wanna share their approach.

                  kopper@brain.d.on-t.workK This user is from outside of this forum
                  kopper@brain.d.on-t.workK This user is from outside of this forum
                  kopper@brain.d.on-t.work
                  wrote on last edited by
                  #11

                  @panos there's nothing i could really add that's anything novel.

                  we simply recurse through replies collections with plans to load context collections whenever they get more adoption (and whenever i get the motivation to write the code). we already expose context collections of our own

                  julian@community.nodebb.orgJ 1 Reply Last reply
                  0
                  • kopper@brain.d.on-t.workK kopper@brain.d.on-t.work

                    @panos there's nothing i could really add that's anything novel.

                    we simply recurse through replies collections with plans to load context collections whenever they get more adoption (and whenever i get the motivation to write the code). we already expose context collections of our own

                    julian@community.nodebb.orgJ This user is from outside of this forum
                    julian@community.nodebb.orgJ This user is from outside of this forum
                    julian@community.nodebb.org
                    wrote on last edited by
                    #12

                    > we already expose context collections of our own

                    @kopper@brain.d.on-t.work you do? Kick ass. Let me run some tests and see how it performs!

                    > with plans to load context collections whenever they get more adoption

                    ♥️

                    Can I put you down under the "wait and see" category?

                    1 Reply Last reply
                    0
                    • kopper@brain.d.on-t.workK This user is from outside of this forum
                      kopper@brain.d.on-t.workK This user is from outside of this forum
                      kopper@brain.d.on-t.work
                      wrote on last edited by
                      #13

                      @julian

                      Can I put you down under the "wait and see" category?
                      sure!

                      1 Reply Last reply
                      0
                      • silverpill@mitra.socialS This user is from outside of this forum
                        silverpill@mitra.socialS This user is from outside of this forum
                        silverpill@mitra.social
                        wrote on last edited by
                        #14

                        @julian I implemented collection of posts in mitra. For now it is only attached to top-level posts (via context).

                        Here, for example: https://mitra.social/objects/019529ff-7a45-9752-16f2-a3e780746c1c

                        julian@community.nodebb.orgJ 1 Reply Last reply
                        0
                        • eeeee@community.nodebb.orgE This user is from outside of this forum
                          eeeee@community.nodebb.orgE This user is from outside of this forum
                          eeeee@community.nodebb.org
                          wrote on last edited by
                          #15

                          Very complicated all this Fediverse stuff! Far from the dream of having one account for everything, I seemed to need an account on every service to get the whole picture. I have now Nodebb, Mastodon, Lemmy, PixelFed and Peertube!
                          I dont know if Im just not using it properly, or if seeing everything from any one of these site is even possible?
                          @julian how far off is the prospect of using my nodebb account for all Federated chat, is that even achievable in long term?

                          K 1 Reply Last reply
                          0
                          • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

                            Very complicated all this Fediverse stuff! Far from the dream of having one account for everything, I seemed to need an account on every service to get the whole picture. I have now Nodebb, Mastodon, Lemmy, PixelFed and Peertube!
                            I dont know if Im just not using it properly, or if seeing everything from any one of these site is even possible?
                            @julian how far off is the prospect of using my nodebb account for all Federated chat, is that even achievable in long term?

                            K This user is from outside of this forum
                            K This user is from outside of this forum
                            kichae@community.nodebb.org
                            wrote on last edited by
                            #16

                            @eeeee
                            From this website, you can follow almost any user account you want on almost any Mastodon-, Lemmy-, mbin-, PixelFed-, Misskey- (and its forks), Hometown-, Friendica-, Hubzilla-, or Mitra-based website, barring a few minor obstacles (neither side needs to have blocked the other, neither side needs to have disabled federation, and the user you're following needs to have not blocked you). You can also follow groups like Lemmy communities, or Guppe groups.

                            There's really no need to have accounts on all platforms. Not unless you want to have separation between what you post, or want the variation in UX that comes with all of these different pieces of software focusing on different core experiences.

                            What's important to know is that they work via syndication -- content is mirrored across the network, not viewed insitu -- and that syndication doesn't occur without prompting. So, you need to go through the steps of entering a remote user or group's url or full account address (username@host.tld) in order to fetch content, and that content, by and large, is not backfilled.

                            If you can accept these limitations, then a single Mastodon, mbin, nodeBB, etc. account is all you need.

                            julian@community.nodebb.orgJ 1 Reply Last reply
                            0
                            • K kichae@community.nodebb.org

                              @eeeee
                              From this website, you can follow almost any user account you want on almost any Mastodon-, Lemmy-, mbin-, PixelFed-, Misskey- (and its forks), Hometown-, Friendica-, Hubzilla-, or Mitra-based website, barring a few minor obstacles (neither side needs to have blocked the other, neither side needs to have disabled federation, and the user you're following needs to have not blocked you). You can also follow groups like Lemmy communities, or Guppe groups.

                              There's really no need to have accounts on all platforms. Not unless you want to have separation between what you post, or want the variation in UX that comes with all of these different pieces of software focusing on different core experiences.

                              What's important to know is that they work via syndication -- content is mirrored across the network, not viewed insitu -- and that syndication doesn't occur without prompting. So, you need to go through the steps of entering a remote user or group's url or full account address (username@host.tld) in order to fetch content, and that content, by and large, is not backfilled.

                              If you can accept these limitations, then a single Mastodon, mbin, nodeBB, etc. account is all you need.

                              julian@community.nodebb.orgJ This user is from outside of this forum
                              julian@community.nodebb.orgJ This user is from outside of this forum
                              julian@community.nodebb.org
                              wrote on last edited by
                              #17

                              @Kichae @eeeee that is my approach as well. I was tired of having to maintain so many accounts for "social media", and so when I was finally able to make NodeBB my primary gateway to social media that was a big step for me.

                              It doesn't hurt that I get way more engagement on the open social web 😅

                              1 Reply Last reply
                              0
                              • K This user is from outside of this forum
                                K This user is from outside of this forum
                                kichae@community.nodebb.org
                                wrote on last edited by
                                #18

                                @julian "We're making a super cool product that's adopting this space" tends to go over well in the Fediverse, yeah. We love being catered to with cool toys and tools!

                                And good God do I miss real forums, after a decade on Reddit.

                                1 Reply Last reply
                                0
                                • eeeee@community.nodebb.orgE This user is from outside of this forum
                                  eeeee@community.nodebb.orgE This user is from outside of this forum
                                  eeeee@community.nodebb.org
                                  wrote on last edited by
                                  #19

                                  Ok, if I can give specific example. I found a community via lemmy which is interesting.
                                  @medicine@mander.xyz
                                  If I want to post a topic in it, can I make a nodebb post and send it there?

                                  julian@community.nodebb.orgJ 1 Reply Last reply
                                  0
                                  • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

                                    Ok, if I can give specific example. I found a community via lemmy which is interesting.
                                    @medicine@mander.xyz
                                    If I want to post a topic in it, can I make a nodebb post and send it there?

                                    julian@community.nodebb.orgJ This user is from outside of this forum
                                    julian@community.nodebb.orgJ This user is from outside of this forum
                                    julian@community.nodebb.org
                                    wrote on last edited by
                                    #20

                                    @eeeee I'm not actually sure about it, but I think all you have to do is mention the community.

                                    In fact, you did in your reply, and I don't actually know what would happen normally. Perhaps it has to be a root post.

                                    1 Reply Last reply
                                    0
                                    • eeeee@community.nodebb.orgE This user is from outside of this forum
                                      eeeee@community.nodebb.orgE This user is from outside of this forum
                                      eeeee@community.nodebb.org
                                      wrote on last edited by
                                      #21

                                      Ok I tried this as as a root post
                                      1000041037.jpg

                                      It didnt get there.
                                      Whereas I can post into that community with my similar named lemm.ee account

                                      1 Reply Last reply
                                      0
                                      • eeeee@community.nodebb.orgE This user is from outside of this forum
                                        eeeee@community.nodebb.orgE This user is from outside of this forum
                                        eeeee@community.nodebb.org
                                        wrote on last edited by
                                        #22

                                        .. in medicine@mander.xyz group nothing arrived
                                        There is a post I made earlier (using isurg@lemm.ee) but not this latest one from isurg@nodebb
                                        1000041036.jpg

                                        julian@community.nodebb.orgJ 1 Reply Last reply
                                        0
                                        • eeeee@community.nodebb.orgE eeeee@community.nodebb.org

                                          .. in medicine@mander.xyz group nothing arrived
                                          There is a post I made earlier (using isurg@lemm.ee) but not this latest one from isurg@nodebb
                                          1000041036.jpg

                                          julian@community.nodebb.orgJ This user is from outside of this forum
                                          julian@community.nodebb.orgJ This user is from outside of this forum
                                          julian@community.nodebb.org
                                          wrote on last edited by
                                          #23

                                          @eeeee Thanks, can you open an issue about this? I'll have to see what Lemmy expects for a new submission.

                                          1 Reply 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