reminds me of https://libraryofbabel.info/ (which seems to be down at the moment try Archive https://web.archive.org/web/20241112121646/https://libraryof... ). It's a fun implementation inspired by the short story https://en.wikipedia.org/wiki/The_Library_of_Babel and "At present it contains all possible pages of 3200 characters," though the character set is limited (no dash) so you won't find these UUIDs there.
Every V4 UUID
111–120 of 381 posts
Re: Every V4 UUID
#112I'm going to take these, please mark them as taken ec971907-4564-46ec-b28b-d76f1a2233c8 58737c1a-9294-4ffa-8082-b5364923a59c ba6ca980-b405-48b9-9770-252611d40ef1 Thanks!
Re: Every V4 UUID
#113Re: Every V4 UUID
#114The fact that the search works impressed me more than anything. Of course, like every great magic trick, it seems so simple once it is explained. For the curious, here's the linked blog post describing how the project works: https://eieio.games/blog/writing-down-every-uuid/ Edit to add: I'd only tried searching for an exact UUID when I wrote this comment. I didn't realize it supports full text search! Now I'm even mo…
Re: Every V4 UUID
#115Finally a use case for creating a table with a million rows in React.
Re: Every V4 UUID
#116Re: Every V4 UUID
#117HN recently (last few months) had an article explaining how large a number was. The number was something like busy beaver or 128 bit integers or something else.
It illustrated how large the number was by creating activities you would do, incrementing the counter as you did them. The sequence went something like this:
Walk, and every time you take a step. Add 1
After you have circled the earth, place a sheet of paper on a pile, and start walking again.
Continue, until the paper pile reaches the sun, then place a grain of sand in the Grand Canyon and start over.
Continue until you have filled the Grand Canyon, etc etc
It continued for a lot of such steps until you finally counted up to the number in question.What was the number? What were the steps?
Re: Every V4 UUID
#118The search seems to be missing `c12a7328-f81f-11d2-ba4b-00a0c93ec93b`
Re: Every V4 UUID
#119Tangentially related: HN recently (last few months) had an article explaining how large a number was. The number was something like busy beaver or 128 bit integers or something else. It illustrated how large the number was by creating activities you would do, incrementing the counter as you did them. The sequence went something like this: Walk, and every time you take a step. Add 1 After you have circled the earth, p…
Re: Every V4 UUID
#120I wonder if modern web developers of modern web applications could somehow harness this technology.