this post was submitted on 13 Jun 2023
57 points (100.0% liked)

Lemmy.World Announcements

28648 readers
33 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

founded 1 year ago
MODERATORS
57
submitted 1 year ago* (last edited 1 year ago) by Whisdeer to c/lemmyworld
 

So I know about /c/[email protected] for communities and /u/[email protected] for users, but how do I link to individual posts in a way that won't be a hassle for people in other instances?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] TeaHands 13 points 1 year ago (2 children)

So we've figured out what the rainbow and regular link icons do. But that doesn't answer OP's question.

I've tried linking with just the /post/<ID>, linking with /post<ID>@<instance>, and no luck so far. This must be possible somehow!

[โ€“] [email protected] 5 points 1 year ago (1 children)

Seems like its not yet, theres a github issue discussing adding the feature

[โ€“] TeaHands 5 points 1 year ago

Curses! Thanks for the share, will keep an eye on that.

[โ€“] [email protected] 3 points 1 year ago (1 children)

it ought to be something simple like /p/<ID>

[โ€“] TeaHands 4 points 1 year ago (1 children)

Problem is posts have a different ID on each instance they federate to. It's a bit of a bugger.

[โ€“] [email protected] 3 points 1 year ago (1 children)

It seems dumb to me that the fediverse doesn't use UUIDs

[โ€“] TeaHands 2 points 1 year ago (1 children)

Yeah I wonder if the logic is that since instances don't know about each other (until, of course, they do) it would be possible to have duplicate IDs betwixt them so would be inherently unreliable. Idk, hopefully all of this gets sorted out by someone way smarter than me.

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

UUIDs are a computer science concept where you use some math and some black magic to guarantee that you have generated a unique identifier, even in an environment with federation. This concept predates the fediverse since this is needed for lots of different use-cases. Basically anything with horizontal scaling, orchestration, or p2p needs something like this in order to prevent collisions.