this post was submitted on 27 Mar 2024
-4 points (48.0% liked)
Technology
59219 readers
3980 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I heard that interview and have been casually digging into ActivityPub.
BSKY does account for a few more situations that ActivityPub currently doesn’t.
One is pluggable algorithms. This way you’re not tied to one kind of ordering in your feed.
Another is layered moderation so you can adjust automated vs human moderation policies.
And the last one is how to transport all your stuff to a different server under several different lockout scenarios. I’m still not clear which one’s better if your server just disappears or gets locked out.
In the long run, though, there has to be just one service. You can’t have Mastodon, Bsky, and Threads each with different functionality and incompatible islands.
But is the first two ActivityPub's fault or Lemmy/*bin's? If it's the former, then that'd imply a failure in the essence of the protocol. If it's the latter, then it's something that may be changed.
The account portability issue is being addressed in ActivityPub. Just saw some proposed extensions.
The layered/plugin approach, though, seems like it’s more of an implementation feature. The description of how it’s implemented in BSKY made it sound like you’re not locked into a single chronological way to show a home feed. That seemed like it had a lot of potential.