Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thomasmillerGo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thomasmillerGo
6mo ago
Nice project. I use Claude Code daily for building macOS apps (shipped two: a process killer and a productivity timer). The terminal-only workflow works but gets messy once you're juggling multiple projects. Curious about the multi-pro
2.
▲
by
thomasmillerGo
6mo ago
Maker here. Some technical context: Process discovery uses sysctl + NSRunningApplication. Kill signals go through POSIX kill() with SIGKILL — no graceful shutdown, just immediate termination. For the I/O monitor, I'm polling per-p
3.
▲
PIDKill – Auto-kill rogue macOS processes on a loop
(pidkill.com)
2 points
by
thomasmillerGo
6mo ago
|
2 comments
4.
▲
by
thomasmillerGo
6mo ago
Hey HN, You know that moment when your Mac fan starts screaming and you open Activity Monitor to find six Chrome Helper processes eating 4 GB of RAM? And you kill them, and thirty seconds later they're back? That's what PIDKill au