Echo JS
- Standalone UUID generator in JavaScript https://abhishekdutta.org/blog/standalone_uuid_generator_in_javascript.html 2 comments
- Generate Readable UUIDs; Shakespearean and Grammatically Correct Sentences https://github.com/Debdut/uuid-readable 2 comments
Hacker News
- Understanding How UUIDs Are Generated https://digitalbunker.dev/2020/09/30/understanding-how-uuids-are-generated/ 60 comments
- UUDIX: A fast, and cryptographically secure UUID (v4) generator for Crystal. https://github.com/krthr/uuix 2 comments
- Show HN: Generate Version 7 UUID's for a Timestamp https://uuidv7.org/ 3 comments
- Show HN: pg_idkit, a Postgres extension for generating exotic UUIDs https://github.com/t3hmrman/pg_idkit 7 comments
- UUID, serial or identity columns for PostgreSQL auto-generated primary keys? https://www.cybertec-postgresql.com/en/uuid-serial-or-identity-columns-for-postgresql-auto-generated-primary-keys/ 178 comments
- Show HN: I built an online service to generate passwords,UUIDs and EFF wordlists https://hipstapas.dev/ 5 comments
- 3 efficient ways to generate UUID in Node.js https://geshan.com.np/blog/2022/01/nodejs-uuid/ 2 comments node
- Generating billions of UUIDs in the browser https://medium.com/teads-engineering/generating-uuids-at-scale-on-the-web-2877f529d2a2 10 comments javascript
- Generating UUIDs at scale on the Web https://medium.com/teads-engineering/generating-uuids-at-scale-on-the-web-2877f529d2a2 9 comments programming
- Fast generation of guessable 192bit UUID's https://github.com/pradovic/fastuuid-rs 16 comments rust
- How to choose UUID or id when generating a migration https://betterprogramming.pub/empowering-a-rails-application-with-uuid-as-default-primary-key-44cd740828e8 12 comments rails
- libstud-uuid: portable, dependency-free UUID generation library for C++ https://github.com/libstud/libstud-uuid 46 comments cpp
- Demystifying UUIDS in Python: Generating Unique Identifiers https://medium.com/@m____b____/uuids-with-python-b133cead1b4c 7 comments python
- Java UUID generation – Performance impact https://blog.fastthread.io/2022/03/09/java-uuid-generation-performance-impact/ 8 comments coding
- Java UUID generation – Performance impact https://blog.fastthread.io/2022/03/09/java-uuid-generation-performance-impact/ 5 comments java
- Standalone UUID generator in Javascript (no external dependencies, only 6 lines of code) https://abhishekdutta.org/blog/standalone_uuid_generator_in_javascript.html 102 comments javascript
- I made a fun script to generate "vanity uuids" like "bef1dd1e-5ea7-egad-ba15-d15aff111a7e" https://github.com/operator-name/vanity-uuid 7 comments linux
- How to generate UUIDs as primary keys with Hibernate https://www.youtube.com/watch?v=bFdMrNwBFo4 5 comments java
- a short and sweet uuid generator I wrote in python https://gist.github.com/DoWhileGeek/b41bded95e9a5057307e 7 comments commandline
- Sole, a small C++11 library to generate UUIDs both v1 and v4 https://github.com/r-lyeh/sole 7 comments cpp
- uuid-nvim: Generate, insert, and highlight UUIDs in Neovim https://raw.githubusercontent.com/TrevorS/uuid-nvim/master/media/uuid-nvim.gif 11 comments neovim
- Introducing pg_idkit: A Postgres extension for generating UUIDs https://vadosware.io/post/introducing-pg-idkit/ 2 comments postgresql
- Auto-generated primary keys: UUID, serial or identity column? https://www.cybertec-postgresql.com/en/uuid-serial-or-identity-columns-for-postgresql-auto-generated-primary-keys/ 6 comments database
- Auto-generated primary keys: UUID, serial or identity column? https://www.cybertec-postgresql.com/en/uuid-serial-or-identity-columns-for-postgresql-auto-generated-primary-keys/ 12 comments postgresql
- You Might Not Need UUID V4 for Generating Random Identifiers https://medium.com/javascript-in-plain-english/you-might-not-need-uuid-v4-for-generating-random-identifiers-89e8a28a7d77?amp%3Bsk=f96ae339e0b689374bd342ee2e98eb56&source=friends_link 29 comments reactjs
- You Might Not Need UUID V4 for Generating Random Identifiers https://medium.com/javascript-in-plain-english/you-might-not-need-uuid-v4-for-generating-random-identifiers-89e8a28a7d77?source=friends_link&sk=f96ae339e0b689374bd342ee2e98eb56 3 comments javascript
- Go UUIDv4 library based on Linux kernel UUID generator https://github.com/ybubnov/go-uuid 3 comments golang
- update-grub/grub-mkconfig generating incorrect uuid https://pastebin.com/gjv4dmHW 5 comments linuxquestions
- What does postgreSQL's doc means when it says that to generate a uuid, "no single algorithm is well suited for every application"? https://www.postgresql.org/docs/9.1/static/datatype-uuid.html 7 comments learnprogramming
- [Java] Does UUID.randomUUID() generate a pseudo-random UUID or fully random UUID https://www.reddit.com/r/learnprogramming/comments/6ozcb3/java_does_uuidrandomuuid_generate_a_pseudorandom/ 25 comments learnprogramming
- cmackenzie1/go-uuid: library for generating version 4 (random) and version 7 (time-ordered) UUIDs https://github.com/cmackenzie1/go-uuid 19 comments golang
- Generate random, sortable, and signed IDs with Rando, a node package written in TypeScript. Rando combines the best features of UUID, Nano ID, Snowflake ID. https://www.npmjs.com/package/@balancer-team/rando 2 comments node
- Cuid2 - Secure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs. https://github.com/paralleldrive/cuid2 4 comments python
- I built an offline native macOS app for developers to replace online tools (JSON formatter, Base64 decoder, UUID generator, Regex Tester... many more) https://devutils.app/ 52 comments programming
- .toUUID(): A tiny library for generating human-readable UUIDs for automated tests https://www.reddit.com/r/java/comments/j9mv3x/touuid_a_tiny_library_for_generating/ 67 comments java