Y
Hacker News
new
|
ask
|
show
|
jobs
by
majewsky
1134 days ago
Is anyone even still using non-random UUIDs? Every application I've ever seen them use is using v4.
1 comments
dragonwriter
1134 days ago
Yeah, everything I’ve seen (and written) which uses UUIDs uses UUIDv4, and the main alternative for similar use seems to be ULID, not any of the other UUID versions.
link