2026年4月19日 的 Show HN
17 篇Faceoff – A terminal UI for following NHL games #
The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using it, as I spent way too much time in the terminal over the last few months.
Try it out with `uvx faceoff` (requires uv).
Google Gemini Is Scanning Your Photos – and the EU Said No #
https://vucense.com/privacy-sovereignty/surveillance-biometr...
Backlit Keyboard API for Python #
Clone, a small Rust VMM, forks VMs in under 20ms via CoW #
Since many other projects on HN looked like they were doing this too, open sourcing this was the right thing to do.
Feel free to use in whole or in part as you see fit!
Open Passkey – open-source passkey auth with free "backendless" host #
We are also releasing gateway (https://gateway.locke.id) a "backendless" hosted auth server that frontend apps can consume for free so that you can ship a React or Angular app using a CDN like Netlify without needing to configure a server at all. We are willing to freely share the resources of an AWS t.large instance which should easily support millions of accounts & sessions. This decision was made to improve our velocity when it comes to shipping small apps (it should go without saying that this is not designed for large apps).
Open-passkey prioritizes post-quantum algorithms, though they are not supported by browsers yet. On top of Gateway, we also built a simple end-to-end encrypted key value store modeled after localStorage. A simple setItem() and getItem() API that uses PRF with passkeys to store encrypted values on gateway with zero config. This, again, was made to improve our velocity to securely add API keys and stuff to frontend apps without needing to pay for a server to host. Obviously gateway is completely optional and exporting out your users public keys is supported with rp_id verification via domain TXT records.
Brygga – A modern, fast, feature-rich IRC client for macOS #
Free PDF redactor that runs client-side #
What this does is rasterize each page to an image with your redactions burned in, then it rebuilds the PDF so the text layer is permanently destroyed and not just covered up and easily retrievable.
I welcome any and all feedback as this is my first live tool, thanks!
A font that auto-translates Chinese #
but with ligatures, I was thinking about how much could you actually push them? I decided to try making a font that literally translates Chinese characters (with some context-aware rules/replacements for common phrases).
Turns out, this experiment took only several minutes to make with Claude Code and works surprisingly well!
OpenClawdex – Open-Source Orchestrator UI for Claude Code and Codex #
Free, open-source, MIT licensed.
Why I built it:
- I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side
- I want files and diffs open straight in my editor!
- And I wanted both agents - Anthropic + OpenAI — in one place
How it works:
- No API keys, no OAuth, no separate billing — it just uses whatever you're already logged into. So your Claude Max and ChatGPT/Codex subscriptions both work out of the box.
- Talks to Claude Code via the Claude Agent SDK
- Talks to Codex via its app-server JSON-RPC
For now it's MacOS-only but can be easily extended to other platforms.