this post was submitted on 29 Jun 2025
294 points (99.0% liked)

Fediverse

20451 readers
546 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 5 years ago
MODERATORS
 

lemm.ee has shut down at 00:14 UTC.

unfortunately I realized too late that I have had hundreds of saved links to posts and comments from there, so I did not have enough time to save them, but anyways it is interesting that maybe a third of the post links I could try were dead. I think linkrot is happening much faster here than on reddit, even if just counting deleted posts.

(page 2) 20 comments
sorted by: hot top controversial new old
[–] HiddenLayer555@lemmy.ml 6 points 2 days ago (2 children)

Out of the loop, why did they shut down?

load more comments (2 replies)
[–] golden_zealot@lemmy.ml 1 points 1 day ago
[–] bruce_babbler@lemmy.zip 5 points 2 days ago
[–] davel@lemmy.ml 5 points 2 days ago
$ curl -sI https://lemm.ee/ | grep '^location:'
location: https://join-lemmy.org/
[–] WhyJiffie@sh.itjust.works 5 points 2 days ago* (last edited 2 days ago) (1 children)

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

[–] 14th_cylon@lemmy.zip 5 points 2 days ago* (last edited 2 days ago) (2 children)

it should, as long as the post was synchronized in the past...

https://lemmy.zip/c/meta@lemm.ee

seekms your username was different on lemm.ee:

https://lemmy.zip/u/WhyJiffie@lemm.ee

[–] WhyJiffie@sh.itjust.works 3 points 2 days ago* (last edited 2 days ago) (1 children)

~~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.

[–] davel@lemmy.ml 2 points 2 days ago* (last edited 1 day ago)
$ curl -sw'\n' \
     https://lemmy.ml/api/v3/resolve_object?q=https%3A%2F%2Fsh.itjust.works%2Fcomment%2F19488525 \
     | jq -r '.comment.comment.content' | head -n 1
~~hmm that's interesting because I did not have a lemm.ee account! :D~~ just 3 tons of links to it.
$

Edit to add: Lemmy seems to URL-encode ':' and '/' sometimes :/

[–] ramble81@lemmy.zip 1 points 2 days ago

Awesome. Zip managed to cache my ee account so I can at least refer back to any place I posted or commented off of ee. Wonder how long it’ll keep it for

[–] Semi_Hemi_Demigod@lemmy.world 4 points 2 days ago
[–] mesamunefire@piefed.social 1 points 2 days ago

Thanks for your support! It was great having you for the time we had you.

load more comments
view more: ‹ prev next ›