this post was submitted on 04 Jun 2025
653 points (96.4% liked)

Fediverse memes

1431 readers
487 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 8 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] AlteredEgo@lemmy.ml 2 points 1 day ago* (last edited 1 day ago) (1 children)

Yeah the biggest communities seem to be movies and television, and my guess is that they'll be gobbled up by lemmy.world. But every community migration like currently looses subscriber members, and split communities mean a lack of interaction. Social network require a critical mass, and also benefit from centralization. While federation works great for users there isn't a real solution for communities yet. There is a lot of randomness involved, like who gets to be the first to make a community might be a bad mod in the long term. For example the reddit r/climate mod is a climate skeptic. Not sure if there is any better solution.

I'm just wondering how the best design for this problem would look like. Maybe the mod of a community could have some kind of key that he can transfer to another instance and automatically transfer all the user subscriptions and link the post history with them.

[โ€“] Tweak@feddit.uk 1 points 1 day ago

For me, the bigger problem with how Lemmy is federated is the way comments and posts have unique IDs for every instance. You can't easily find a comment or post from one instance on any other instance. With users, you just have /user/username@instance, what we need is /post/###@instance or /comment/###@instance. Instead, we just have /post/### and the ### is different everywhere (I think it's just sequential for every post/comment the instance federates).

Maybe there's some reason they did it this way, but it feels like the better solution is to have the original host instance decide the number, then every other instance just use their number and their @instance.

Pretty sure that was on the bug list 2 years ago.