The hottest Substack posts of Getting Traction

And their main takeaways
0 implied HN points 12 May 24
  1. UUIDs are not always the best choice for identifiers because they're long and hard to read. A new approach suggests using shorter, more human-friendly IDs that are easier to copy and work with.
  2. The modern ID format uses a prefix for the table and a suffix for uniqueness, allowing for better organization and user experience. This means URLs can be cleaner and easier to understand.
  3. Different tables can have different suffix lengths based on their volume and sensitivity, making it flexible. It also makes it easier to manage potential ID conflicts as your database grows.