FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

otnc/uustupid: UUID-shaped, never a UUID. · GitHub

/ uustupid Public

Repository files navigation

uustupid

UUID-shaped, never a UUID.

Random strings that keep the familiar UUID layout while being guaranteed not to be valid RFC 9562 UUIDs.

35c8928b-2e6f-0eb0-446b-b2dd0fec9d0c
2d3dd9e3-3048-9058-5637-710af513cf2e

All 32 hex digits come from Web Crypto. The two reserved nibbles are then moved out of the RFC’s reach and kept there, so no future revision of the spec can make a value valid.

This repository is a pnpm workspace.

Package Location What it is
uustupid pkg/ The npm package
Website pages/ The Astro site, built and deployed by Cloudflare Workers Builds

Development

Node.js >= 22 and pnpm.

pnpm install
pnpm --filter uustupid build   # the site consumes pkg/dist, so build it first
pnpm run dev                   # start the site's dev server

Dependency versions live in the catalog: block of pnpm-workspace.yaml, not in the individual package.json files.

See CONTRIBUTING.md for the full set of scripts and conventions.

License

WTFPL

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL