this post was submitted on 12 Jun 2023
11 points (100.0% liked)

Lemmy

12395 readers
2 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

I can share the link of a post like https://lemmy.world/post/58535 but if I change the domain to lemmy.ml it links to a different post.

I understand that the post Id is local but, is there a way to generate a global link that contains the information about the server, community and post?

I think it will be useful to make mirror sites, index in Google, addons to redirect to your Lemmy server...

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 year ago

This is actually quite strange to me - that lemmy doesn't use permalinks by default. When viewing from a non-source instance, there's a link button between the comment count and the save button that takes you to the post on the source instance, but that seems inadequate. I guess the post on the origin instance is its own permalink, but I don't like that it's not distinct in some way.

[โ€“] [email protected] 1 points 1 year ago

Part of the idea behind federation is that by only accessing content through your specific instance, you actually reduce the load on the instance you're browsing to, because your specific instance federates (essentially "caches") a local copy of the remote content. So by trying to obtain a direct "global" link to the original you're bypassing a lot of the natural load sharing and that is inherently undesirable for very large instances like lemmy.ml is becoming. As long as federation is working smoothly, you are losing no inherent information about the post by sharing a link to the post from your lemmy.world instance vs lemmy.one, lemmy.ml, or any other instance, whether the post is original to that instance or no.

Besides, the information about the "server/community/post" is sort of baked into Lemmy's UI with how it defines locations within Lemmy (eg. [email protected], tells you right off the bat the community is on the Beehaw instance, same for users). That's just down to user's learning knowledge about how the Lemmy system is laid out and displayed in the UI.