Are there any plans to deal with the most common annoyances regarding Lemmy? In my opinion these are all based on federation:
- Some completely automated way for users to join Lemmy. Yeah, it's not hard to select a server and it's a "good thing to do", but it's still better to give people the option to go for convenience instead of the "proper" path. Maybe some kind of system where instances sign up for this general, convenience way of signing up, and the registered users just get automatically distributed evenly across those instances.
- Duplicate post aggregation. The nature of federation will always make it make sense to have duplicate communities, but this will also make posts with the same links, same images, same videos, etc show up in people's "all" feeds multiple times. It is technically possible to algorithmically detect these duplicates and offer users a UI option (not actual backend merge) to merge them all visually into one post.
- A way to backup your whole user data and completely restore it on any instance you want. If an instance goes under, it should be possible to keep all subscriptions, all your posts, all your comments, and migrate them to a new instance.
The official one also does that. I'm talking about choosing a username, password, and email maybe, and then clicking register, and being done. No thinking involved.
False, you get links to the other posts, of which you posted a screenshot, but each post is handled as being completely separate. If you are in the subscribed, local or all feeds, you would see all of these posts separately. Have you really never noticed scrolling by "the same" post multiple times? You have to go to each post manually to get all the comments to the "same" thing.
Yes, I know that. But I'm also a programmer and I know that "technical limitations" is mostly a term for "that's how we started it and it would be too costly to solve now, so we'll just dismiss it" and not for actual limitations (i.e. not technically possible). It'd maybe require breaking changes of some kind or some kind of annoying backwards compatibility workaround, but that is why I'm asking. I'm not completely familiar with activity pub, but there's likely some key used to verify posts/messages are made by a certain user, and there's currently no way to transfer or change that key to a new account. But it seems very technically possible to me, and also possible without massive security issues. So that was my question, is there any plans to do this or no?