• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • I imagine it like friend requests between communities: x@instance.a, all-about-x@instance.b and x-is-great@instance.c could send each other friend requests and merge into one federated meta-community about x. Then if one instance goes down the other two are still there to keep the meta-community alive, and if one goes rogue the others can just unfriend and keep going without it.

    The nice thing about manual federation is that the communities don’t have to have exactly the same name, and the mods can keep malicious or troll communities out. And ofc you could still have client-side control if you want to, e.g. add or remove a community just for you locally, or create your own local meta-community.







  • Not really. Most centralized services are accessible via multiple domains, e.g. for different countries. This would just disable one of them, but users could still use another to log into their accounts. For the Fediverse it “disables” an entire instance, cuts it off from federation and locks out users.

    Lets not put a positive spin on a situation that exposes a weakness of the current system. The federation protocol needs to be able to handle these things gracefully, like propagating domain changes and migrating accounts between instances!



  • Using p2p for messaging is really nice for decentralization, but it has the major downside that both communication partners have to be online at the same time to find each other and transmit a message. So you might have to wait for it until both look at their phones at the exact same time. On top there are privacy issues, like being able to see the devices and public IP addresses of other users.

    Imo its just not practical and robust enough to be used by millions of non-techy people.





  • I doubt it. While the server to server communication is standardized with ActivityPub, the server to client (app) communication isn’t. This means different Fediverse apps have different APIs to login, fetch and create posts and so on. It’s unlikely that we’ll ever have a standard API here, because the apps work diffently and have different needs for their APIs. Maybe some kind of common denominator, but that probably wouldn’t be feature complete on most apps.

    So the one app to rule them all would have to created custom API Implementations and UIs for every Fediverse app, which would be a loooot of work and probably a worse experience than specialized apps.