Wttr: Console-oriented weather forecast service (github.com)
33 points by saikatsg 1h ago 7 comments
How and where will agents ship software? (instantdb.com)
122 points by stopachka 14h ago 58 comments
Show HN: Linux CLI tool to provide mutex locks for long running bash ops
25 bigattichouse 10 7/17/2025, 4:58:40 AM github.com ↗
Been exploring claude and spec-based coding, I think it turned out fairly successful. It's just a simple unix-style tool that gives you a single command to use in bash scripts to simplify mutex or semaphore locking of execution.
I would say one good reason is that
is a lot easier to use and remember thanFlock -s file && script.
Pretty simple. (I forgot the argument, I think is -s..