It was my first home. I thank them for bringing me in.
Fediverse
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
The linkrot is real but not unexpected when anyone can spin up and shut down instances. Nothing is forever
Thanks for your support! It was great having you for the time we had you.
Hello world, lemmee refugee here, & first post on piefed! I had exported my settings before the ship went down, figured we could import it in another instance to save my comments and communities, but I don't see any option to import here. Does piefed speak with Lemmy yet it's not part of Lemmy?
Piefed speaks to Lemmy instances, yes.
You can import data here: https://piefed.social/user/settings/import_export
o7
I think linkrot is happening much faster here than on reddit, even if just counting deleted posts.
Are you sure? Are lemm.ee posts showing as deleted for you? It looks like the copies of anything posted to lemm.ee still exist on the instances that it was federated with. Try this link [email protected], I am pretty sure it should still work on your instance.
It's not all the lemm.ee posts, just a significant amount of them.
also in the meantime I realized my hundreds of lemm.ee links are not actually links to lemm.ee hosted posts, but just links to the lemm.ee view of them. I was just very often copying the wrong link that still worked, but wasn't the definitive one
🫡
I was literally filling out an application for another server when it went down. Sad day.
Unfortunately I waited too long and now I can’t see my subs that I wanted to migrate.
Goodbye ee
You were waiting for this one for a month, aren't you? :)
$ curl -sI https://lemm.ee/ | grep '^location:'
location: https://join-lemmy.org/
Deleting your account deletes your content, unlike deleting your Reddit account. Hence the linkrot.
I learnt pretty early on that saving posts using the save button was not a good way to save the information 😮💨
speaking of that, there was a userscript that is able to find the same post on other instances. I should look it up, in case it can also work with posts of offline instances
it should, as long as the post was synchronized in the past...
https://lemmy.zip/c/[email protected]
seekms your username was different on lemm.ee:
~~hmm that's interesting because I did not have a lemm.ee account! :D~~ just 3 tons of links to it.
edit: I misunderstood it, no I didn't have an account there
also in the meantime I did some research. it turns out I was probably remembering the Lemmy Universal Link Switcher userscript: https://greasyfork.org/en/scripts/469273-lemmy-universal-link-switcher
it can look up posts by their activitypub id, which is the de-facto ID of a post, that is same across all instances. this ID is the url of the content on the original instance. so, the following could be an activitypub id, if the post was actually created on lemm.ee: https://lemm.ee/post/64477597
to look up a post by this, the userscript uses the /api/v3/resolve_object
API endpoint.
it searches your local instance, and if you are authenticated it also queries the host in the url, lemm.ee in this example. but of course this remote query does not work anymore.
now here comes the twist. I know I always read lemmy through sh.itjust.works, so whatever I saved should be known by this server. and the link that I save, often does not point to the origin instance, because clients work that way.
so it seems 2 lemm.ee links that I tried to look up were not actually posted there, because bmy server does not know a post that has this ap id, I just somehow got a link that points to the lemm.ee version of that post or comment........
Fortunately the messaging app I misuse for link collection always loads the title and image of the webpage, so by some manual work I should be able to find the actual links to each of them.