Live data from Hacker News

Show HN: Pika – pragmatic, functional, prefixed IDs

github.com

1–2 of 2 posts

Re: Show HN: Pika – pragmatic, functional, prefixed IDs

#2
Hey HN - I created this new ID system which combines Stripe-style (developer friendly) IDs with Snowflakes (proven, scalable and timestamped) IDs. I believe it combines the best of both worlds and allows for functionality to be added (e.g. secure, signed tokens) while still remaining short and identifiable. Main disadvantage (when compared to Snowflakes, for example) is that they're not sequenceable in a db, which is a trade off we were happy to make.

Let me know your thoughts. :)