sr-white
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hey HN, I built memtui. It's a terminal UI for Memcached that lets you browse keys organized in a tree structure, like a file manager. Keys with common prefixes (user:1001:profile, user:1001:session) automatically group…
-
Hi HN, I built mcp-tidy to solve a problem I kept running into with Claude Code. As I tried different MCP servers over the past few months, my ~/.claude.json accumulated servers I'd forgotten about. Claude Code loads…
-
Hi HN! I built a Snowflake emulator for local development and testing. Testing Snowflake code locally is frustrating – you need a real account (expensive) or mock everything (tedious). I wanted something that just works…
-
Hi HN! I built gopin to solve a gap in my dependency management workflow. Renovate and Dependabot keep my CI workflows updated automatically, but they don't touch go install commands in them. I was stuck manually…