home.social

#nanoid — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nanoid, aggregated by home.social.

  1. Looking for a faster, smaller way to generate unique IDs for your CouchDB installation? CouchDB can automatically assign UUIDs by default, but it’s not the only option.

    #Nanoid for #JavaScript is the lightweight solution you didn’t know you needed for your @couchdb and @pouchdb 🥏

    We discuss setup tips and trade-offs in our new post: neighbourhood.ie/blog/2025/01/

  2. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys

  3. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys

  4. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys

  5. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys

  6. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys

  7. Souhaitant utiliser des ids random plus courts que des #UUID dans les urls d'une application web, j'ai testé dans le repository suivant une implémentation de #NanoID 100% basé sur #PostgreSQL.

    github.com/stephane-klein/nano

    #ProofOfConcept