Home New Trending Search
About Privacy Terms
#
#UUID
Posts tagged #UUID on Bluesky
Preview
Every UUID A searchable list of every UUID v4 - scroll till you find a new favorite.

Falls ihr mal wieder eine #uuid für eure Projekte braucht, hier kann man sich frei bedienen:

https://everyuuid.com

#development #friday

0 0 0 0
Preview
Explainer: UUIDs How to read a UUID to determine whether it's supposed to be random, or has a specific meaning. Where you'll find them, and whether you'll ever see two the same.
0 1 0 0
Preview
GitHub - ulid/spec: The canonical spec for ulid The canonical spec for ulid. Contribute to ulid/spec development by creating an account on GitHub.

May I present to you a lexicographically sortable #UUID alternative? A simple and intuitive design is presented in ULID. It embeds a timestamp in the first 48 bits, followed by a random suffix of 80 bits.

#bigdata #databases

2 0 1 0
Preview
避免使用UUIDv4作为主键 Avoid UUIDv4 Primary Keys (andyatkinson.com) 18:08  ↑ 102 HN Points

Avoid UUID Version 4 Primary Keys | Software Engineer, Author, High Performance PostgreSQL for Rails

#uuid #postgres #rails

Origin | Interest | Match

0 0 0 0
Preview
Why UUIDs Are Silently Destroying Your DB Performance Look, I’ve been there. You’re building a distributed system, reading best practices, and everyone’s saying “use UUIDs for primary keys!”…

codingplainenglish.medium.com/why-uuids-ar... #pointofview #database #uuid

0 0 0 0
Drupal Eastern Time Zone Meetup: Dec 3, 2025 with Ben Ramsey

Drupal Eastern Time Zone Meetup: Dec 3, 2025 with Ben Ramsey

Ben Ramsey joins the Dec 3 Eastern Time Zone Drupal Meetup to share PHP insights on UUIDs.

Best known for the widely used ramsey/uuid library, his session promises practical tips for devs.

🕕 6PM EST via Zoom

🔗 https://bit.ly/4irXnno

#Drupal #PHP #UUID #OpenSource

1 0 0 0

Need a unique ID for your next project? 🧐 Generate a UUID (v1 or v4!) with uppercase/no hyphen options. Perfect for databases & distributed systems. Super fast & private!

Try it here → www.webtoolskit.org/p/uuid-gener...

#UUID #Developers #OnlineTools

1 0 0 0
Preview
Oops, my UUIDs collided! Why UUID collisions happen in practice

#Development #Pitfalls
Oops, my UUIDs collided! · How Universally Unique Identifiers can collide ilo.im/1682w2 by Robert Alexander

_____
#Identifiers #Collisions #UUID #Mistakes #Attacks #Hashes #JavaScript #WebDev #Frontend #Backend

1 0 0 0
Preview
Why you should ditch NPM UUIDv4. Faster and native, Node has you covered! In this post, you will see the reason why you shouldn't use anymore the uuid NPM package anymore for...

This is why you should avoid using NPM UUIDv4. Faster and natively available, Node has you covered!🏆

→ dev.to/pierre/you-...

#node #performance #javascript #uuid

1 0 0 0
Preview
Why you should ditch NPM UUIDv4. Faster and native, Node has you covered! In this post, you will see the reason why you shouldn't use anymore the uuid NPM package anymore for...

...do you use UUID package or the native JS crypto.randomUUID()?
But here is why you should ditch the NPM UUID package 👇
dev.to/pierre/you-...

#node #performance #javascript #uuid

2 0 0 0
Preview
Why it's time to ditch UUIDv4 and switch to UUIDv7! I've been using UUIDv4 as my go-to identifier for database primary keys for quite a long time, moving...

Why it's time to ditch UUIDv4 and switch to UUIDv7!
→ dev.to/pierre/why-...

#uuid #database #performance #node #javascript

2 0 0 0

Episode 331 - Le retour des jackson 5 #Java #JUnit #Grails #Jackson #Groovy #IA #React #Wasm #UUID #RAG #MCP #NanoBanana #YAML #Documentation #RTO #CloudCode sur youtube www.youtube.com/watch?v=n6UK... et en podcast lescastcodeurs.com/2025/11/06/l...

13 5 0 0
Post image Post image

#TIL that footnotes in #GitHub flavored #Markdown can be tagged with an arbitrary identifier like, e.g., a #UUID.

So, if you have to merge several Markdown files to generate a comprehensive document, everything is fine.

1 0 0 0

I always marvel at the fact that any random 128-bit number is probably unique in the history of the universe.

No need to coordinate with anyone. Just generate a random number! It's yours and no-one else's!

#uuid

1 0 0 0
Awakari App

Quoting Alexander Fridriksson and Jay Miller Using UUIDv7 is generally discouraged for security when the primary key is exposed to end users in external-facing applications or APIs. The main issue ...

#uuid #postgresql #privacy #security

Origin | Interest | Match

0 0 0 0
A screenshot from an IDE with the following code:

func Uuid(uuid uuid.UUID) UUID {
	return UUID{UUID: uuid}
}

A screenshot from an IDE with the following code: func Uuid(uuid uuid.UUID) UUID { return UUID{UUID: uuid} }

I'm not sure, but the code might do something with UUIDs.

#Programming #Golang #UUID

4 23 6 0
Announcing: FUID (Fully Unique Identifiers) Announcing: FUID (Fully Unique Identifiers) In my research and experience over the years fo various forms of Infrastructure and Application Development & Deployments, I’ve found there are many kinds o...

Blogged: Announcing: FUID (Fully Unique Identifiers)

blog.kilasuit.org/2025/09/24/a...

Bye Bye #GUID #UUID #ULID and hello to #FUID

0 0 0 0
Preview
What’s new in Python 3.14 Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 will be the lates...

What's New in Python 3.14:

* Support UUID versions 6, 7, & 8 via uuid.uuid6(), uuid.uuid7(), & uuid.uuid8()

* uuid.NIL and uuid.MAX represent Nil and Max UUID formats

* Generate multiple UUIDs at once via python -m uuid --count

docs.python.org/3.14/whatsne...
#Python #Python314 #UUID #RFC9652

23 7 0 2
If your entity needs a random ID, but also to be sequential, you may not need two fields anymore (uuid and createdAt). The UUID version 7 combines these two. It is time-ordered, and unique enough for most use cases.

If your entity needs a random ID, but also to be sequential, you may not need two fields anymore (uuid and createdAt). The UUID version 7 combines these two. It is time-ordered, and unique enough for most use cases.

TIL 🧠

If your entity needs a random ID, but also to be sequential, you may not need two fields anymore (uuid and createdAt). The UUID version 7 combines these two. It is time-ordered, and unique enough for most use cases.

www.ietf.org/archive/id/d...

#uuid

2 0 0 0
Preview
PostgreSQL UUID: Bulk insert with UUIDv7 vs UUIDv4 PostgreSQL 18 (currently in beta) introduces a UUID version 7 generation function that features a...

✍️ New blog post by Franck Pachot

PostgreSQL UUID: Bulk insert with UUIDv7 vs UUIDv4

#postgres #uuid #sql #database

0 0 0 0
Preview
Identificador Único Universal (UUID): o que a pgcrypto e a sua mãe têm em comum... Sim eu sei, a comparação entre a sua mãe e uma extensão do PostgreSQL pode soar um tanto quanto...

Identificador Único Universal (UUID): o que a pgcrypto e a sua mãe têm em comum... Sim eu sei, a comparação entre a sua mãe e uma extensão do PostgreSQL pode soar um tanto quanto estranha e ...

#uuid #rails #humor #postgres

Origin | Interest | Match

0 0 0 0
8334015: Add Support for UUID Version 7 (UUIDv7) defined in RFC 9562 by kieran-farrell · Pull Request #25303 · openjdk/jdk With the recent approval of UUIDv7 (https://datatracker.ietf.org/doc/rfc9562/), this PR aims to add a new static method UUID.timestampUUID() which constructs and returns a UUID in support of the ne...

What will be first? JDK 25 or UUIDv7 native support in #Java?

I guess if the next "LTS release" (quotes!) is 29 to include #UUID v7, most java devs will be using something different by then - #snowflake, #TSID, #ULID, #NanoID, UUIDv7 via library.

What do you use?

PR: github.com/openjdk/jdk/...

2 1 0 0
Original post on phpc.social

This is a particularly concerning issue in ramsey/uuid, though the severity is low, since the worst case scenario is that some UUIDs are out of sort order, but I’d still like to the bottom of it.

If you’re able to help debug the issue, please feel free to take a look.

The reports all say the […]

0 0 0 0
Preview
Release manifest@4.12.0 · mnfst/manifest Minor Changes beb4317: Replaced incremental int IDs by UUIDs, thanks @jerryjappinen

Manifest now uses UUIDs instead of IDs 🔐
✅ No more predictable URLs, ✅ cleaner API, ✅ better privacy.

Thanks to the community for the feedback!

Details: github.com/mnfst/manife...

#webdev #backend #opensource #privacy #api #javascript #uuid

2 0 0 0