|
|
|
|
|
by fire
1290 days ago
|
|
TIL about ULID[0]; It looks interesting, but the spec was last touched in 2019 and I haven't really heard of it before... is it actively used? Also curious because I don't actually know: If a format spec is GPL, does that encumber implementations of said spec? 0: https://github.com/ulid/spec |
|
Most ULID implementations are still actively maintained and people are still using it in production. Most implementations also have liberal license like MIT so no, you should not worry about the GPL spec (unless you plan to distribute the spec with your app).