frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Zero Sum Attribution Powered by AI

https://www.upside.tech/platform/pipedash/
1•mada299•48s ago•0 comments

Count Binface, Nigel Farage's space-warrior foe

https://www.economist.com/the-world-in-brief/2026/07/11/b240d63f-2768-43dd-89b6-2bdceb6df745
1•tagawa•1m ago•0 comments

Show HN: A pixel pet for your GitHub README that eats your commits

https://github.com/Nomlings/badge
1•franwbu•1m ago•0 comments

Atuin AI Proxy

https://github.com/Vlad1mir-D/atuin-ai-proxy
1•Am1G0•2m ago•0 comments

State Actors and AI Slop Are Amplifying the Homegrown Data Center Revolt

https://alethea.com/insights/how-state-actors-and-ai-slop-are-amplifying-data-center-revolt
1•m-hodges•3m ago•0 comments

Rise of the 'Slop Zombies'

https://www.machinesociety.ai/p/rise-of-the-slop-zombies
2•mikelgan•3m ago•1 comments

How to become a -10x Engineering Manager

https://medium.com/@jackiexu1228/how-to-be-a-10x-engineering-manager-a9fa8e3dd558
1•kokodoko•4m ago•0 comments

Which 'AI scientist' suits your lab? A guide for the perplexed

https://www.nature.com/articles/d41586-026-02091-6
1•gnabgib•5m ago•0 comments

I Like Using Scrollbars

https://www.arp242.net/scrollbar.html
1•ingve•7m ago•0 comments

From Venture Rankings to Venture Decisions

https://www.thestateofventure.com/p/from-venture-rankings-to-venture
1•kteare•8m ago•0 comments

Unlocking the PSP's Dual Core Setup

https://wololo.net/2026/06/16/unlocking-the-psps-dual-core-setup/
1•msephton•12m ago•0 comments

Show HN: Hana JIT – LLVM-backed Python JIT with genetic-algorithm superoptimizer

https://github.com/ezducate/HanaJit
1•iqbal1980•13m ago•0 comments

Security settings every GitHub maintainer should enable this week

https://github.blog/security/6-security-settings-every-github-maintainer-should-enable-this-week/
1•mooreds•24m ago•0 comments

Build your favorite technologies from scratch

https://github.com/codecrafters-io/build-your-own-x
1•kamphey•25m ago•0 comments

What Does a WordPress Development Company Do?

https://www.techwrath.com/what-does-wordpress-development-company-do/
1•techwrath11•27m ago•0 comments

Wine 11.13 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.13
1•neustradamus•30m ago•0 comments

Agents of Our Own Illiteracy

https://royalicing.com/2026/agents-of-our-own-illiteracy
1•burntcaramel•31m ago•0 comments

Classicist Emily Wilson: 'Odysseus is a different kind of conman'

https://www.ft.com/content/3edbfdf4-cb20-4393-9d5d-ffc1dd241ca4
1•petethomas•33m ago•1 comments

Project Cybersyn

https://en.wikipedia.org/wiki/Project_Cybersyn
1•lschueller•34m ago•0 comments

Hermes – AI that turns customer behavior into actions instead of dashboards

https://tryhermes.dev
1•germainhirwa•35m ago•0 comments

Old Car Racing Photos (2021)

https://toni.org/2021/01/26/old-car-racing-photos/
1•mooreds•36m ago•0 comments

Grok Build hides a Doom-like 'easter egg' game behind the /gboom command

https://runtimewire.com/article/exclusive-grok-build-hides-a-doom-like-easter-egg-game-behind-the...
1•ryanmerket•37m ago•0 comments

A Big Headache for Police: Getting Driverless Cars to Obey Traffic Laws

https://www.wsj.com/business/autos/a-big-headache-for-police-getting-driverless-cars-to-obey-traf...
2•apparent•39m ago•1 comments

GPT-5.6 Luna outperforms GPT-5.5 on health reasoning, while being 25x cheaper

https://twitter.com/OpenAI/status/2075686461693898868
1•rstagi•45m ago•0 comments

The Persistent Gravity of Cross Platform

https://allenpike.com/2021/gravity-of-cross-platform-apps/
1•ingve•46m ago•0 comments

Querying Physical AI Data with Daft

https://www.eventual.ai/blog/egodex-scenario-search
1•DISCURSIVE•47m ago•0 comments

Designing a Listen Later Pipeline

https://www.coryd.dev/posts/2026/designing-a-listen-later-pipeline
1•cdrnsf•47m ago•0 comments

The Sorting Machine

https://sorting-machine.pages.dev
1•StrageMusik•51m ago•0 comments

Ethereum deploys AI agents to hunt bugs, discovers libp2p vulnerability

https://thecoinheadlines.com/tech-and-ai/ethereum-deploys-ai-agents-to-hunt-bugs-discovers-libp2p...
1•ar_writer•55m ago•0 comments

Dozens rescued in southeastern Missouri as 1-in-1k-year rainfall

https://www.cnn.com/2026/07/10/weather/missouri-flood-rescues-campers-climate
1•Bender•57m ago•0 comments
Open in hackernews

I run my agency's 10 AI agents from launchd, no n8n, 0 dependencies

https://github.com/Botfather90/digiton-agent-fleet
2•Brandon99pt•1h ago

Comments

tobiasdt•32m ago
This is a great setup. Curious — how do you handle agent crashes with launchd? Does it auto-restart them, and do you have any monitoring for when they go off the rails? I've seen agents accumulate state drift over hours of uptime and launchd by itself doesn't help with that.
tobiasdt•31m ago
Nice approach. One thing I'd add: launchd's KeepAlive is great for restarting crashed agents, but without a watchdog that monitors agent output for hallucinations, you might be auto-restarting agents into degraded states. Have you thought about adding a health-check endpoint each agent has to hit periodically?