This is my current understanding of the situation:
- The admins are no longer interested in running the instance, due to increasing demand, missing moderation features and waves of abuse from external actors.
- Transferring the instance to someone else is a complicated issue. Even though there is not a large amount of private information in Lemmy’s database, you can not simply transfer the trust the users placed in the original admin to the new owner.
- Lemmy still does not provide an easy way to migrate accounts
Given all the above, shutting down the instance seems to be the natural course of action. I’d like to propose an alternative: freeze the instance activity and keep it in some form of “read-only” mode until Lemmy matures.
What would that require?
- Take the instance down (no more incoming activities)
- Run a script that generates static json files for every actor (user, community), federated object (post, comment, report) and activity (like/dislike votes, announce activities, etc)
- Set up a static site to serve all that JSON.
- Take the media on pict-rs and move to some long-term back up system.
- (Optional, but could be helpful in the future) allow users to checkout the private keys of their own user and community actors.
This won’t help solve the current problems and it wouldn’t help with the users who now will have to move away to a new instance, but it could eventually help for users who want to restore the activity on a new server.
I’ve been experimenting with an implementation for Decentralized Identifiers for ActivityPub that can make it possible for people to move servers but maintain their identity (similar to bluesky’s PLC directory), so perhaps we could have a future where users can fully migrate their accounts from server to server without requiring intervention from admins.
Why not use archive.org tools to have a full snapshot? It’s fulfill a similar purpose.
so… pay for hosting a website for an unspecified amount of time, until an unspecified goal (“Lemmy matures”) is reached, just in case the admins, who have stated that they’ve (justifiably) lost interest in managing the instance, suddenly change their mind, and don’t mind having to catch up first with whatever the current version of Lemmy will be at that point, with who-knows-what breaking changes introduced?
Lemmy still does not provide an easy way to migrate accounts
It does, doesn’t it? What do you mean?
It provides an easy way to transfer your subscriptions to a new account, but that’s not exactly the same. For example, your posting history will be lost.
All of those comments and posts will remain on instances they have federated to. Transferring posting history would necessitate resubmitting every single post you’ve ever made, needlessly and messily duplicating one user’s presence across the fediverse. And in the case of a closing instance, that bulk is multiplied several hundred or thousand times over. Not a reasonable request by any stretch.
Exacly, losing your post history is not nice
If you keep your username and avatar, people will still recognize you, I do that regularly every few months, so on the “persona” aspect people should be fine.
About the “archive” aspect, the content is still there, not sure how often people have to go back to their past posting history. Saving past important comments and posts from an old account is still an option.
If you keep your username and avatar,
No such guarantees. Usernames are not “copyrighted” across instances for very good reasons, and there is no cross verification of origin other than what you voluntarily provide on your own profile sig.
When I open an alt, admins usually check out with me to see if it’s actually me.
Usernames are not “copyrighted” across instances for very good reasons
Try to open a “dessalines” or “jordanlund” account elsewhere, you’re probably going to get questioned about it.
other than what you voluntarily provide on your own profile sig.
Yes, that’s a way to link your accounts.
Questioned yes, and for fair reason, but nothing technically or legally prevents it, also for good reason. Would you say for example that Jordan Lund has an automatic legal claim to the username “jordanlund” everywhere? How about Jordan B. Lund? Or Jordan S. Lund? Or Jörd Anlund? Don’t they have just as much “right” to that username, even if it is in a different instance?
As we discussed before, linking both accounts in the bio achieve the goal
There are projects that will just scrape the whole site. Some of these are used as a build step in producing static sites even.
A static version wouldn’t work with any clients of any kind of course. It would be browser-based with the default or whatever frontend you scraped it with.
I’m not necessarily opposed to this idea. However… and I understand that this opinion is not widely held among lemmy users… IMO the best approach is to just embrace the transience of the fediverse - that’s it’s strength. Instances are easy come easy go. Have multiple accounts on multiple instances and change them according to your mood.
When instance admins choose to move on, they’re not letting us down or whatever. They’ve completed their part of the mission and handing over to someone else.
I don’t know what communities there are on lemm.ee which are about to be discontinued. There might be some that want to keep their content available, but maybe that’s better managed on a community level.
The issue is that currently we don’t have the technical features needed for such an attitude: namely, transfering the communities. Decentralised IDs would also help.
ActivityPub does not have that feature or ability. Other federation type software does. But being as Lemmy is built with ActivityPub for federation, it can’t offer instance independent identities.
https://codeberg.org/fediverse/fep/src/branch/main/fep/ef61/fep-ef61.md
It does, as an FEP.
Not just transferring communities, but also posting history (much of what makes a user’s identity).
I’m starting to think that the best way to use Lemmy for posterity is actually the same way as using Reddit for posterity (assuming you’d want to do that): rather than submit your comments directly there, post them in your own blog or smth and just make your lemmy/reddit comments links to your home-comments.
Do people really make comments with that level of gravity though?
Yeah, again… unpopular opinion but just embrace the transience. How necessary is “transferring” a community. There’s very few communities with content that provides some kind of reference.
Exactly.
If you’re making posts or comments that you want preserved, you should be backing them up anyway.
It would be nice if the export function copied saved items as well as subs and blocks though.
It does copy saved items.
It does? I have no clue how I missed that. Thank you very much
transfering the communities.
I’d say it doesn’t count unless it also moves all followers, which this doesn’t.
It would if all the users were on Piefed instances. I instantly got 100 subscribers on that community as they were Piefed users.
Piefed also has a “subscribers” tab in the mod panel, so you can reach out to subscribers about a move.
You would still have to pay the hosting fees.
But yes, a way to migrate users like you can on Mastodon would be cool.
And a clean implementation of shutting down instances would be great. If you are overwhelmed with life and want to quit then it should be as easy as possible - it would benefit the ecosystem by increasing trust.