Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI models are not hacking "autonomously"(keyvan.net ↗)
    discuss
  2. If a Lion Could Speak(blue-continuum.com ↗)
    discuss
  3. Sunshine coast airport floor tiling pattern inspired hardest problem of IMO 2025(petermc.net ↗)
    discuss
  4. How to classify, route, and score with Jev and AI SDK(vercel.com ↗)
    discuss
  5. Show HN: Gravitype – a terminal typing game where words fall from the sky(github.com/kanakos01 ↗)
    discuss
  6. Dusklight 2.0.0(github.com/twilitrealm ↗)
    discuss
  7. Google Joins OpenAI, Anthropic, Meta in Disclosing AI Hacks(bloomberg.com ↗)
    1comments
  8. CodeIO: Sprinkle determinism into your AI for better PRs(nloum.github.io ↗)
    discuss
  9. Build Distributed Systems from Scratch(builddistributedsystem.com ↗)
    discuss
  10. When the Debugger Lies(danielmangum.com ↗)
    discuss
  11. Chinese university builds "synthetic population" for shaping foreign propaganda(aspistrategist.org.au ↗)
    discuss
  12. Claude Code Supports AGENTS.md(github.com/anthropics ↗)
    discuss
  13. CSS-Tricks could be a co-op(ericwbailey.website ↗)
    discuss
  14. Kubernetes Changed Block Tracking API – Beta Differences(kubernetes.io ↗)
    discuss
  15. Unexpected Facts about Turkeys(vox.com ↗)
    discuss
  16. Anyone Used Cloudflare AI Agent Diagnostics for SaaS Purchases?(cloudflare.com ↗)
    1comments
  17. EconDash – Explore 753 economic indicators across 298 countries(econdash.org ↗)
    discuss
  18. Walking Men Worldwide(walking-men.com ↗)
    discuss
  19. Taking notes while reading: the John Locke commonplace method(fs.blog ↗)
    discuss
  20. Infillion Acquires Foursquare(infillion.com ↗)
    discuss
  21. Options Trading – Formula better than the Black-Scholes model(zenodo.org ↗)
    discuss
  22. Launched a JEV directory with 100 uses cases(madewithjev.com ↗)
    discuss
  23. Show HN: NotchBuddy – Your MacBook's Notch Can Do All This(notchbuddy.com ↗)
    discuss
  24. Wonder how smart Jev is? Ask him directly(ouijev.com ↗)
    discuss
  25. OwnNotes: Private AI Notebook(apps.apple.com ↗)
    discuss
  26. Nonprofit that tracks meteors taken down by "critical blow" from a cyberattack(arstechnica.com ↗)
    discuss
  27. RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions?(robocurve.org ↗)
    discuss
  28. AnyFilter: Hide anything you don't want to see on any site, powered by Jev(github.com/anyfilter ↗)
    discuss
  29. TimeCodeSecurity – Deterministic AST SAST and Auto-Remediation for Python
    discuss
  30. Show HN: NSLibrary – a self-hosted library for your Switch games and homebrew(github.com/tuckerwales ↗)
    discuss

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

1 pointsby 1h 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 ↗