this post was submitted on 24 Nov 2024
429 points (98.2% liked)
Fediverse memes
491 readers
490 users here now
Memes about the Fediverse
- Be respectful
- Post on topic
- No bigotry or hate speech
Other relevant communities:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
founded 3 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks. I recall reading the blurb on the Mastodon site about Federation, decentralisation etc, positively encouraging people to fork and make Mastodon compatible servers. Obviously there are many front ends already so I’m amazed if no-one has customised their installation with a fork or made a competing impl in rust or something. Having the code centralised still seems like a flaw in the concept to me - Maybe the next stage of the fediverse is server code that can interoperate with the many different activitypub applications.
@NigelFrobisher There actually are a bunch of competing fediverse platforms that use entirely different codebases. Some are actually older than Mastodon.
For example, I am posting from Hubzilla, not Mastodon. Hubzilla has an entirely different codebase and an entirely different feature set.
#^https://hubzilla.network/page/info/compare
ActivityPub is both a server-to-server protocol and a client-to-server protocol, so in theory a generic server is possible. But almost nothing uses it that way because ActivityPub sucks at client-to-server.