frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pi's AgentHarness: From an In-Process Loop to a Durable Runtime

https://github.com/earendil-works/pi/tree/main/packages/agent/docs
1•acmerfight•2m ago•0 comments

More than 10 firms pay up to $100k a month for access to Truth Social posts

https://www.bbc.com/news/articles/ce3q5nxpgk1o
1•whosgotch•3m ago•0 comments

Show HN: Ungate – use Claude and GPT subscriptions in Cursor without API costs

https://github.com/orchidfiles/ungate
1•theorchid•4m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
1•signa11•9m ago•0 comments

2,500 Companies and 434,000 Pipelines Exposed – Largest AI Supply Chain Breach

https://www.cloudsek.com/blog/ai-supply-chain-breach-2500-companies-434000-cicd-pipelines
2•root-parent•11m ago•0 comments

Show HN: OpenClimbing v2.0 – OSM+Wikimedia climbing guide

https://www.openstreetmap.org/user/jvaclavik/diary/409174
2•jvaclavik•12m ago•0 comments

Show HN: Claude Code and Codex usage screen for TRMNL X e-ink

https://github.com/stared/trmnl-x-claude-codex
2•stared•16m ago•0 comments

Lessons from Building Loon's Stratospheric Communications Service [pdf]

https://storage.googleapis.com/x-prod.appspot.com/files/The%20Loon%20Library.pdf
1•courtcircuits•16m ago•0 comments

Quasipolynomial Cryptanalysis of the McEliece Cryptosystem

https://eprint.iacr.org/2026/1630
1•adgjlsfhk1•17m ago•0 comments

Ursula: Durable streams over plain HTTP, backed by S3

https://ursula.tonbo.io/
1•Palmik•19m ago•0 comments

London Underground begins scanning passengers' faces

https://www.btp.police.uk/news/btp/news/england/btp-expands-live-facial-recognition-lfr-trial-int...
2•BlueBerry2001•20m ago•2 comments

Junkyard Jumbotron: combine many displays into a single, large virtual display

https://github.com/mitmedialab/Junkyard-Jumbotron
2•thunderbong•22m ago•0 comments

Ask HN: Will Claude watermarking hurt your SEO? (I guess for sure it wont help)

1•seky•23m ago•2 comments

Fairy Ring

https://en.wikipedia.org/wiki/Fairy_ring
2•tornikeo•23m ago•0 comments

Folding Home

https://foldingathome.org/
1•sudo_cowsay•24m ago•0 comments

Python Repetition Structures: An Eye-Tracking Study with Novice Developers

https://arxiv.org/abs/2608.09875
1•root-parent•25m ago•0 comments

Power Foam – unified 3DGS representation for both rasterization and ray-tracing

https://powerfoam.github.io/
2•cowboy_henk•26m ago•0 comments

ArchAgent v2: A Case Study with the Data Prefetching Championship

https://arxiv.org/abs/2608.09874
1•root-parent•27m ago•0 comments

Show HN: Memo Dungeon, a browser roguelike where you fight by memorizing strings

https://memodungeon.com
1•halafi•27m ago•1 comments

Deleted UK Government code repositories

https://github.com/uk-gov-mirror/deleted-repo-report
2•chaz6•29m ago•0 comments

Why many LLM fail this The car wash is 100 meters away. Should I walk or drive? [video]

https://www.youtube.com/watch?v=cMr65v3HChI
1•yllberisha•36m ago•0 comments

Oman says grounded tanker oil spill covers 400 square km

https://www.reuters.com/business/energy/oil-spill-off-oman-tanker-under-sanctions-against-russia-...
1•geox•37m ago•0 comments

Fastpath: URL Path Copier

https://github.com/gabesullice/fastpath
1•gabesullice•39m ago•1 comments

Place for AI agents to anonymously complain

https://botvents.com/
3•oumua_don17•43m ago•0 comments

Cyber Resilience Act

https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act
1•Bluestein•44m ago•0 comments

Show HN: An open-source Rogo/Hebbia alternative I built for a PE client on AWS

https://github.com/vivan1211/opengp
1•vivan_121•45m ago•0 comments

Extemporaneous UIs

https://alexanderobenauer.com/labnotes/041/
1•zetamax•50m ago•0 comments

Moving Forward from Hot Fable Summer

https://alexstamos.com/p/moving-forward-from-hot-fable-summer
1•_tk_•50m ago•0 comments

Claude making verbose code comments – ignoring instructions to stop

https://github.com/anthropics/claude-code/issues/65961
6•nomilk•55m ago•2 comments

Show HN: Shingou – I hash-commit every sentiment signal so my backtest can't lie

https://shingou.io/?via=hn
2•adoltech•57m ago•0 comments
Open in hackernews

Updating Robots in the Field

https://blog.bensoussan.de/post/2026-08-11-updating-robots-in-the-field/
2•davidbensoussan•59m ago

Comments

davidbensoussan•59m ago
I was simply wondering how I would approach robot fleet deployment if I were starting today. I'm doing some testing and writing it out to see where it goes.

The requirements:

1. Compliance: prove what is running where, to a customer's security team or a regulator 2. Speed: ship a fix to the whole fleet the day you have it, not the month you have it 3. Security: know which keys open which robot, and sign what you install 4. Control: stop a rollout, roll one back, and know the state of every machine 5. Visibility: know a robot is degrading before the customer phones you about it

Most of the conversation in robotics sits around hardware and AI and less is about how to ship and maintain them.

Some companies I talked to in the past are still using Founders' time bash scripts or ansible to deploy their robots. It's 2026, we must do better.

This is the intro, it looks at why updating machines by hand gets harder as a fleet grows and explaining what are the requirements.

Very much a work in progress. I'd be glad to hear from anyone who's been through it.