this post was submitted on 16 Oct 2024
113 points (99.1% liked)

Fediverse

28055 readers
189 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

I'd like to invite you all to share your thoughts and ideas about Lemmy. This feedback thread is a great place to do that, as it allows for easier discussions than Github thanks to the tree-like comment structure. This is also where the community is at.

Here's how you can participate:

  • Post one top-level comment per complaint or suggestion about Lemmy.
  • Reply to comments with your own ideas or links to Github issues related to the complaints.
  • Be specific and constructive. Avoid vague wishes and focus on specific issues that can be fixed.
  • This thread is a chance for us to not only identify the biggest pain points but also work together to find the best solutions.

By creating this periodic post, we can:

  • Track progress on issues raised in previous threads.
  • See how many issues have been resolved over time.
  • Gauge whether the developers are responsive to user feedback.

Your input may be valuable in helping prioritize development efforts and ensuring that Lemmy continues to meet the needs of its community. Let's work together to make Lemmy even better!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 1 day ago (1 children)

It would be nice if there was a way to handle instance/user migrations. If an instance gets their domain name taken away, there's no way AFAIK for the admin to say "Here's our new location, with a verifiable signature". Likewise there's no way for a user AFAIK to move their account with a verifiable signature that the new one is still them. Ideally this could all happen automatically with signatures getting synced automatically and all that.

I'm sure it would be a lot of work and no idea if ActivityPub would get in the way, but it would give people a lot more assurance that they didn't pick a server that will screw them over by going down.

[–] [email protected] 4 points 1 day ago (1 children)

no idea if ActivityPub would get in the way

It totally would. In ActivityPub, all objects (like users and posts) have an identifier that includes the domain name. For instance, your ID is https://midwest.social/u/m_f. That's what identifies your user. There is no way to change an ID - the point of an ID is after all that it stays the same and still refers to the same entity. This is a pretty serious limitation of ActivityPub right now unfortunately.

[–] [email protected] 1 points 5 hours ago (1 children)

I think there's a FEP that could (or fixes) this. To my understanding ID can be any URI, so there are better ways. I guess it's hard because it would brake a lot of stuff or how mastodon is build.

[–] [email protected] 1 points 3 hours ago

Any FEP trying to fix this will be incompatible with existing instances, so I don't really see how it's gonna work.