this post was submitted on 26 Nov 2023
836 points (96.7% liked)

Fediverse

17241 readers
75 users here now

A community dedicated to fediverse news and discussion.

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

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

nerdica.net/photos/masimatutu/…

91 boosts and still going strong. Federation works, everyone!

@fediverse

you are viewing a single comment's thread
view the rest of the comments
[–] TWeaK@lemm.ee 2 points 7 months ago (1 children)

But they can only be globally unique if each instance has its own range of unique ID's, otherwise they'll have to check with the other instances to make sure the GUID they want to use hasn't already been used. With new instances spinning up all the time you can't really manage this.

I agree that the @instance provides a little more info, and it fits nicely in line with how user profile and community URLs are handled.

There was also a github issue report about putting the title in the URL, like reddit does, but I think this goes too far - lemmy has the ability to change the title and putting the title in the URL would just confuse things or lead to exploits (eg you put naughty words in the title then change it afterwards, but the URL still has the original title).

[–] Dave@lemmy.nz 4 points 7 months ago (1 children)

GUIDs are globally unique because of maths and clocks not because of checking. When you generate a GUID you can be confident no GUID the same has ever been generated using that algorithm, ever, anywhere, and you don't have to check.

However, someone pointed out you could run a malicious instance that copies GUIDs from other instances and federates them out to deliberately cause issues, so this idea is out.

[–] TWeaK@lemm.ee 2 points 7 months ago

Ah fair, I guess I misunderstood GUID's.