Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Firmware Freedom(playtaurus.com)
    discuss
  2. Lex Friedman Brings Back Strategery(daringfireball.net)
    discuss
  3. How HN: ScribeToAny – Free Audio and Video to Text Transcription(scribetoany.com)
    discuss
  4. Flomo: A two-person notes app from China that bought a product from ByteDance(sinosphere.app)
    discuss
  5. Why AI resembles a charismatic religious leader(theconversation.com)
    discuss
  6. I made ByeBlocked: hide blocked users(github.com/8ug8ird)
    discuss
  7. EveryCli: Natural-language CLI assistant that runs 100% locally (Rust and ONNX)(github.com/he11032006)
    discuss
  8. Apple Music to open concert venue in Battersea Power Station(bbc.com)
    discuss
  9. Hacking a BYD [video](youtube.com)
    1comments
  10. Live-Cell Imaging and the Limits of Structural Biology – Eric Betzig [video](youtube.com)
    discuss
  11. Microsoft, Google took down $66M marketplace selling VMs with pirated software(techradar.com)
    discuss
  12. Agent Disco at the Edge(edgedisco.com)
    discuss
  13. The secret Cold War bioweapons test that exposed millions in the Bay Area(sfgate.com)
    discuss
  14. Apache Fory JSON: High-Performance JSON Serialization for Kotlin(apache.org)
    1comments
  15. Using Apache Fory JSON with Spring MVC, WebFlux, and Spring Boot(apache.org)
    discuss
  16. Jev-powered writing without spaces(levmiseri.com)
    discuss
  17. PHP webserver that creates 1-click Redbean-like executables / zip files(github.com/qbix)
    discuss
  18. JP Morgan CEO says hyperscaler AI spending could hit $1T in 2027(cnbc.com)
    discuss
  19. Nearly half of young people trust AI over a human for fact-checking, report says(sky.com)
    discuss
  20. The Linux process that even SIGKILL can't kill(youtube.com)
    discuss
  21. StepFun teases Step 5 Preview, a 600B/27B MoE, open weights coming Oct 15(twitter.com/stepfun_ai)
    discuss
  22. Infinite Mac: Snow and a/UX(persistent.info)
    discuss
  23. OpenAI forms math advisory group as its AI resolves more than 100 open problems(techcrunch.com)
    discuss
  24. X-ray light is like guitar music(tuwien.at)
    discuss
  25. Tiny Startups Are Getting Even Smaller with Help from AI(wsj.com)
    discuss
  26. The Untold Story of Larry Page’s Incredible Comeback (2014)(inc.com)
    discuss
  27. Chinese paint cuts wall temperature by 25 degrees Celsius in summer test: report(scmp.com)
    3comments
  28. Show HN: A tool to find the dish you are craving(icrave.food)
    discuss
  29. Pangram flags award-winning novel as largely AI written(twitter.com/pangramed)
    discuss
  30. Belay – See what keeps going wrong in your Claude Code and Codex sessions(getbelay.vercel.app)
    1comments

Doyouok – Agent-free heartbeat monitoring for cron jobs and workflows

1 pointsby 1h agodoyouok.com
1 comments
1h agoHN ↗

Hi HN, A bit more context on why I built this:

The basic idea isn't new — there are already good cron/heartbeat monitoring services out there. I wanted something very small and simple: create a check, get a URL, and make one HTTP request when the job succeeds.

The part I’ve been particularly interested in is reliability. Doyouok currently runs across two servers behind a network load balancer, with PostgreSQL, so I’ve been using it as a small real-world exercise in designing and testing a highly available .NET service.

I’m also trying to keep the product focused rather than turning it into a full observability platform.

One small feature I find useful myself: Doyouok keeps a check-in trend chart, so you can quickly see whether a job or workflow has been running consistently over time, rather than only knowing when it failed.

I’d be interested to hear whether people find this kind of history useful, or if there are other things you’d want to see in the check history.

If you use cron jobs, background workers, n8n/Make/Zapier, or similar automation, I’d be especially interested in what you currently use and what you wish these services did better. I’m still looking for ideas from real users.