this post was submitted on 13 Jun 2023
53 points (100.0% liked)
Lemmy.World Announcements
28381 readers
2 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world
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.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
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
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!Seems like its not yet, theres a github issue discussing adding the feature
Curses! Thanks for the share, will keep an eye on that.
it ought to be something simple like
/p/<ID>
Problem is posts have a different ID on each instance they federate to. It's a bit of a bugger.
It seems dumb to me that the fediverse doesn't use UUIDs
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.
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.