this post was submitted on 23 Mar 2025
146 points (100.0% liked)

Internet is Beautiful

1707 readers
74 users here now

Welcome to Internet is Beautiful Lemmy and Mbin community.

Find a cool or useful website on the internet. Share it here so others Lemmings can bookmark it too.


Rules

Related Communities

founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 week ago (1 children)

A uuid is something that can be used as an id (identifier). It stands for Univerally Unique Identifier. This has a list of all of them, because it generates every valid one.

[–] [email protected] 5 points 1 week ago (2 children)

I did learn what it stood for in my travels. I wish to know the use cases for such things. Eli5 if posssible, please.

[–] [email protected] 3 points 1 week ago

They are used as ids, like a post id or a user id in technology.

[–] [email protected] 3 points 1 week ago

One use is in URL identifiers. If my account number is 47, for example, I could reasonably guess that accounts 1-46 exist and potentially look at other customers' data.

But if it uses a UUID instead then it's a lot harder to do that.