Y
Hacker News
new
|
ask
|
show
|
jobs
by
kbhomes
562 days ago
You should check out the author's blog post about the site — it is quite literally every UUID, computed and rendered on demand.
https://eieio.games/blog/writing-down-every-uuid/
1 comments
nomilk
562 days ago
Oh.. ha, gotcha. Thanks for explaining. Incidentally, glad uuid's computed on the fly (as opposed to pre-computed) as I think the site would require a very (impossibly?) large database.
link
lxgr
562 days ago
If it weren't impossible to store 2^122 128 bit values, things would look pretty dire for most cryptographic algorithms we use.
link