Show HN: Clyp – Clipboard Manager for Linux (github.com)
2 points by timeoperator 29m ago 0 comments
Hacker and Physicist – A Tale of "Common Sense" (supasaf.com)
2 points by supasaf 38m ago 0 comments
Pixel 10 has new "sensitive eyes" PWM setting (9to5google.com)
3 points by jerlam 49m ago 0 comments
Show HN: Prisma-Prefixed-IDs – Stripe-Like Prefixes for Prisma JS
2 prageeths 0 8/22/2025, 2:10:29 PM github.com ↗
I built a small open-source Prisma extension that adds Stripe-style prefixed IDs (e.g. usr_abc123, ord_def456) on top of Prisma’s client.
Repo: https://github.com/pureartisan/prisma-prefixed-ids
* Works as a drop-in extension
* Adds prefixes automatically for models (configurable per model)
* Recently added support for nested writes (creates, connects, etc.)
* Useful if you want human-friendly IDs for APIs, logs, or external references instead of bare UUIDs
It’s free, open source, and I’d love feedback, contributions, or bug reports.
No comments yet