7
Points
3
Comments
johndory80
Author

Top Comments

TerrettaAug 13
not a good look the comment posted by OP here is also LLM written.

anyway, real feedback:

this is one of the longest existing unix service patterns ... what's this doing that the distro and usual suspects don't? (as a startup ISP in early 90's, we found what we needed already in BSD 3 distro)

to browse countless variants, swing by github, search terms like angel, daemon, dead man monitor, etc., although to be fair, most of those will long predate vibe coding, so this one may bring properties those don't

such a tool likely shouldn't be yet another separate SaaS, and the 'narrower' point is why: it should not feed that separate Saas (opposite of narrow), it should feed OTel, PagerDuty, whatever is your "broken things" sink, dash, and comms tree sender ... if you don't have that, do that first, then do this class of thing

Naitik88Aug 13
When a background job dies, knowing that it stopped is usually easy. Figuring out what it was doing immediately before that is the frustrating part.
johndory80Aug 12
I built this to keep track of a worker that was stopping too often without an obvious reason and I had no idea what the job was doing when it stopped. Now, it's been for a few months with very successful results and I decided to make it available to everyone with a nice free tier. Capto watches heartbeats / cron / HTTP for background jobs, which can carry short breadcrumbs (structured notes, not a log dump). When the ping stops, those last notes are frozen onto the incident and ride along on the alert.

If you'd like to try it out, the link is a live demo on the real API — no account, no email. You get a ping URL for an hour. Curl it a few times, POST a breadcrumb, stop curling, wait. An incident opens with the context still attached.

It's deliberately narrow: not logs, not APM, not on-call. I'd love to get some feedback on it.

Visit the Original Link

Read the full content on capto.run

Source
capto.run
Author
johndory80
Posted
August 12, 2026 at 02:44 PM


More Top Stories

huggingface.co Aug 14
Qwen 3.8 27B
1426790 commentsby erdaltoprak
Details
blog.plover.com Aug 14
Seven books I keep close because I love them
308135 commentsby surprisetalk
Details
mixedbread.com Aug 14
Introducing Toast 1
6820 commentsby mplappert
Details
z.ai Aug 14
GLM-5.3: Frontier coding with emergent cyber capabilities
896460 commentsby pella
Details
rustdesk.com Aug 14
RustDesk now supports true unattended remote access on Wayland
293 commentsby rustdesk
Details
blog.google Aug 14
Google is making private AI practical with homomorphic encryption
497288 commentsby u1hcw9nx
Details
👋 Need help with code?