• 0 Posts
  • 49 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle








  • Did Mozilla signal any intention to phase out V2 though? It makes sense for them to support both, as a lot of extensions (that don’t rely on V2 features that are missing from V3) are going to be built for V3 now and if Mozilla wants to keep their extension store full. If they didn’t offer both versions, extensions developers might disregard Firefox as a platform because of its low usage share numbers if they had to maintain two different architectures.








  • You don’t quite understand. One of the major drawbacks of UUIDs over monotonically increasing id’s is the lack of ability to sort them. Not just for manual querying, but for index operations, caching, data locality etc.

    It’s very handy and is a big part of the reason why Twitter developed Snowflake IDs, which are basically like UUIDs v6 and v7.

    The UUIDs specs are quite easy to understand and definitely not “enterprisey”.

    They chose “version” because they are just that, versions. Improvements over the original design that benefit from new insights and technological improvements. We’re lucky they had the foresight to include a version number in the spec.