Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
11–19 of 19 posts
Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#12Thank you, but I won't even consider a yet another AI/LLM slop which will not be maintained in a few months, nor anyone will ever invest their life time into, too. > Hey everyone, I wrote this tool... Hey there. And yes, I don't you believe it's you who "wrote" it (where even the Readme file seems to be generated), nor you have experience enough in the so crucial subjects raised, to invest my own life time in the pro…
This tool was built on top of our engine: yeetd.
We put a lot of work into abstracting BPF into a JavaScript framework to give builders, human or agentic, the ability to use complex kernel primitives with a familiar programming model to build production grade, scalable infrastructure tools.
Our hope is that everyone here will soon be able to build their own tools on-demand, versus buying them.
We separate a lot of the data layer code from the presentation-level code, to make them re-usable and keep the test surface on the actual data's accuracy manageable across all the random edge cases that arise across CPU architectures, kernel versions, and environments like AWS ECS network namespace voo-doo.
Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#13Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#14Thank you, but I won't even consider a yet another AI/LLM slop which will not be maintained in a few months, nor anyone will ever invest their life time into, too. > Hey everyone, I wrote this tool... Hey there. And yes, I don't you believe it's you who "wrote" it (where even the Readme file seems to be generated), nor you have experience enough in the so crucial subjects raised, to invest my own life time in the pro…
Let me project it back at you; neighbors I sit around the fire pit with having beers talk of how sick of "software people" they are as we over complicated the world.
Everyone else happy to move on regardless of how it impacts software engineers same as software engineers ignored their work upended careers of others.
Of all the skills I have; learning from Michelin chefs, to playing multiple musical instruments, to hardware and software engineering; the only people who care about the eng skills are rich people who want to exploit my labor then lay me off.
As you requested; software devs are being held accountable for the role they had in ending others gigs. Call the waaaahmbulance.
Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#15Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#16Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#17(And don't mind the haters, some people don't want to embrace the new AI powered world, others are just happy building things that are useful.)
Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#18Off topic, but watching the output of this thing renews my disappointment that so many programming languages/frameworks fail to provide signal sender information to signal handlers. It’s there! Crusty ABI and historical reasons are, as far as I can tell, the only reason why languages like Python (and many others) don’t surface sigaction to handlers without unnecessary acrobatics. Sigh. We shouldn’t have modeled signa…
There's no reason Python and Ruby can't provide the same.
Re: Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
#19Thanks for sharing this.