Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
1–10 of 236 posts
Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#2Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#3UUIDv7 has been taking HN by storm for years now! When is it going to become a proper standard, and when are libraries and databases and all the rest going to natively support it?
Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#4Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#5Unrelated, but this links to "Crockford's alphabet", https://www.crockford.com/base32.html , which is a base-32 system that includes all alphanumeric characters except I and L (which are confusable with 1), O (which is confusable with 0), and U (????). The page says the reason for excluding U is "accidental obscenity'. What the heck is it talking about?
Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#6Unrelated, but this links to "Crockford's alphabet", https://www.crockford.com/base32.html , which is a base-32 system that includes all alphanumeric characters except I and L (which are confusable with 1), O (which is confusable with 0), and U (????). The page says the reason for excluding U is "accidental obscenity'. What the heck is it talking about?
Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#7Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#8Unrelated, but this links to "Crockford's alphabet", https://www.crockford.com/base32.html , which is a base-32 system that includes all alphanumeric characters except I and L (which are confusable with 1), O (which is confusable with 0), and U (????). The page says the reason for excluding U is "accidental obscenity'. What the heck is it talking about?
FUCK
eg: google "allinurl:fag site:youtube.com"
Re: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
#9ksuid is the best general purpose id generator with sort-able timestamps I've found and has libraries in most languages. UUID v1-7 are wasteful.