ULID in Ruby
I was learning about ULIDs [Universally Unique Lexicographically Sortable Identifier] this morning (ULID spec), and there are implementations of this specification in several languages, including Ruby.
It's interesting to compare this Ruby implementation of ULID to implementations in other languages, sort-of like a Rosetta Stone.
Edited by Mike Lockhart | GitLab