kopper of sub-standard quality

full time trainwreck, recreational computer toucher

been on the fedi for a fair bit which is why i’m vaguely leftist and questioning my gender. i blame all of you for this

not the best at social interaction so feel free to bonk if i’ve done something wrong

best viewed through internet explorer 6 on an MFM compatible instance

avatar description: copper ingot item from minecraft
bannya description: a cat sitting in front of a window with bars. looking behind towards the camera clearly wanting to go outside.

  • 0 Posts
  • 3 Comments
Joined 8 months ago
cake
Cake day: November 15th, 2023

help-circle
  • @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!


  • 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