this post was submitted on 13 Jun 2024
65 points (100.0% liked)
TechTakes
1400 readers
107 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
second hint: throw "monotonic UUIDs" into your search engine of choice
Would they not have monotonic uuids after altering the code in the article to use a function or lambda as they suggested?
~~you might know what "monotonic" means if you had googled it, which would also give you the answer to your question~~
edit: this was far too harsh of a reply in retrospect, apologies. the question is answered below, but i'll echo it: a "monotonic UUID" is one that numerically increases as new UUIDs are generated. this has an advantage when writing new UUIDs to indexed database columns, since most database index structures are more efficient when inserting at the end than at a random point (non-monotonic UUID's).