(0..999999999).
map { |i| i.to_s.rjust(9, "0") }.
map { |i| i[0..2] + "-" + i[3..4] + "-" + i[5..9] }Every V4 UUID
361–370 of 381 posts
Re: Every V4 UUID
#362I spent far too much time being childish with this, but I am quite pleased that: 69420694-2069-4206-9420-694206942069 is a valid UUID.
B00B1E5f-7117-4a61-816d-92710147f63f
Re: Every V4 UUID
#363Re: Every V4 UUID
#364Re: Every V4 UUID
#365IMO that's half of "real work" - figuring out how to think about a problem. Insights are funny that way - stuff that is obvious to one person is game-changing to others.
Re: Every V4 UUID
#366Re: Every V4 UUID
#367Earlier quoted context omitted.
The best part is that that kind of trick usually becomes more, rather than less, impressive when its inner working is revealed. I recently got to see them perform live, and my favorite trick by far was one of that kind.
Penn only agreed to the "Red Ball" trick after Teller hit on the idea to tell the audience how it works at the start. https://lasvegasweekly.com/news/2008/nov/20/man-ball-hoop-be... https://www.thisamericanlife.org/619/transcript https://www.youtube.com/watch?v=dhnATlPdG6A Here they are showing how they do ball & cups by using clear cups and it's no less amazing: https://www.youtube.com/watch?v=8osRaFTtgHo
Re: Every V4 UUID
#368Earlier quoted context omitted.
I was going to "see also also" you with https://libraryofbabel.info/ but RIP for it is dead. https://en.wikipedia.org/wiki/The_Library_of_Babel_(website)
Wow I hope that's temporary - I looked at the site less than a month ago and it was still up.
Re: Every V4 UUID
#369Re: Every V4 UUID
#370The 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…
I'm really happy that the trick was magical to you - I was so surprised and delighted when I realized that this was possible, and I wasn't really sure if anyone else would feel the same way! And of course, I'm proud to be providing so much utility here - finally we can find and use UUIDs tailor-fit to our needs