Hi all,

Today I found out that there is a community over at lemmy I would very much like to join (via Kbin of course). I had searched for that community earlier through Kbin using the ‘Local and Federated’ option when searching but I hadn’t seen any results.

This made me wonder how many communities I thought didn’t exist in the threadiverse actually do. I searched for another community by visiting Lemmy directly and lo and behold, that was indeed the case. These communities exist over at Lemmy but I cannot find them using the Magazine search, even if I select ‘Local and federated’.

Is there a way to search for/add/subscribe to communities at Lemmy, or elsewhere at the fedi/threadiverse from Kbin? Am I missing some feature or hack?

Thanks in advance for any tips

  • there actually is a way to “backfill” content, being the outbox. (although it was not meant to be used this way, from what i can see from reading what little documentation is out there)

    lemmy uses it to federate about 10 or so (i think it was?) of the latest posts, and most microblog implementations use to federate the “pinned” posts of an account

    activitypub has quite a lot of quirks, both spec-wise and implementation wise, and there are many reasons including an apparent near civil war inside the working group which resulted in this messy state it’s ended up in

    honestly the fact that this protocol works at all is a miracle

      • @Doll_Tow_Jet-ski@kbin.social I don’t know if that’s the official word for it but I’m using “backfilling” to refer to loading the history of a person or group after first federating with it.

        the outbox is a special collection (list in activitypub speak) that’s intended to work kinda like an old school email outbox where you put messages to be delivered and it would deliver them to the inboxes of people (and servers that were offline at that time would later pull them in from the outbox)

        or, well, that’s what the spec says. nobody uses it like that in reality because activity pub was intended for a completely different kind of social media than how it ended up being used (it seems to expect more “everything apps”, including an entire client api that would completely abstract away the instance into nothing more than a dumb pipe for activities unlike the current reality where instance software dictate what you can do)

        this probably confused you even more but it’s getting pretty late here so I can’t words good, sorry!