frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tailwind Labs is joining Shopify

https://tailwindcss.com/blog/tailwind-is-joining-shopify
383•EdwinHoksberg•2h ago•150 comments

Desert Ant Labs: local, fast models that run on device

https://desertant.com/blog/introducing-desert-ant-labs/
217•willwhitedc•4h ago•61 comments

Claude, change the "Add to Cart" button to blue

https://opusfived.dev/
496•matthieu_bl•6h ago•191 comments

Investing in Mothers? The Long-Run Impact of a Universal Child Care

https://www.nber.org/papers/w35514
17•throw0101d•56m ago•7 comments

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
19•atomburst•56m ago•10 comments

I advertise malicious software on Google Ads

https://xlii.space/eng/malicious-software-on-google-ads/
222•xlii•4h ago•128 comments

DeepSeek launching v4.1 flash cheaper and more capable than v4 pro

280•nickweb•4h ago•144 comments

Playing whack-a-mole is losing

https://dadrian.io/blog/posts/whack-a-mole-is-losing/
26•surprisetalk•2h ago•5 comments

Muse – Meta’s personal AI agent

https://ai.meta.com/muse/
593•yks•20h ago•649 comments

Coyote v. Acme (1990)

https://www.newyorker.com/magazine/1990/02/26/coyote-v-acme
107•ChrisArchitect•3d ago•45 comments

Navier-Stokes – Tristan Buckmaster [pdf]

https://cims.nyu.edu/~tristanb/statement.pdf
1904•procedurecall•1d ago•782 comments

Building a Wall Lamp from Scratch

https://mbugert.de/posts/2026-09-09-bedroom-lamp-build/
58•jcklie•5h ago•20 comments

Searching for the best silicone USB cable

https://www.frankchiarulli.com/blog/best-silicone-usb-cable/
51•evakhoury•4d ago•27 comments

Roame (YC S23) Is Hiring Viral Content Editor

https://www.ycombinator.com/companies/roame/jobs/KuVVqSh-content-systems-builder-editor
1•zman0225•3h ago

Smolts: A pedagogical IDE for a teaching language

https://eighty-twenty.org/2026/09/04/smolts
29•tonyg•5d ago•2 comments

Open-source 3D anatomy explorer: 2,234 selectable BodyParts3D meshes

https://github.com/ashemag/human-atlas
53•metrofun•1d ago•18 comments

Lotus Notes and the dangers of starting from scratch

https://buttondown.com/blog/lotus-notes-email
126•maguay•5h ago•79 comments

How GPT‑5.6 Sol helps run quantum computing experiments

https://openai.com/index/codex-quantum-computing-experiments/
124•theanonymousone•8h ago•98 comments

Tension wood: A 'muscle' that can both bend and straighten plants

https://phys.org/news/2026-09-trees-muscle-posture-newly-role.html
148•mdp2021•6d ago•36 comments

How to build a printer

https://nishantjosh.dev/blogs/how-to-build-a-fking-printer/
415•cat-whisperer•18h ago•91 comments

How An AI math breakthrough ignited a controversy

https://www.science.org/content/article/how-ai-math-breakthrough-ignited-controversy
193•pseudolus•5h ago•195 comments

AlphaGenome Atlas: a high-resolution map of human DNA

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/alphagenome-atlas/
585•utiiiD•1d ago•125 comments

Researchers Spot Fake Ancient Pottery Using the Earth's Magnetic Field

https://www.smithsonianmag.com/smart-news/researchers-determine-how-to-spot-fake-ancient-pottery-...
76•cisc•3d ago•30 comments

The Ancient Greek Water Clock That Kept the Most Accurate Time for 1,800 Years

https://www.openculture.com/2026/09/the-ancient-greek-water-clock-that-kept-the-most-accurate-tim...
21•Brajeshwar•1h ago•6 comments

A Biography of Lee Holloway, the Architect of Cloudflare's Technology (Part 1)

https://note.com/masakazu_urabe/n/n7815f5b64fab?hl=en
90•porridgeraisin•11h ago•19 comments

Surplus Agriculture Equipment

https://svdisposition.com/
8•Bluestein•2d ago•3 comments

Mercury 2.5

https://www.inceptionlabs.ai/blog/introducing-mercury-2-5
241•Topfi•19h ago•48 comments

DaVinci Resolve 21.1

https://www.blackmagicdesign.com/media/release/20260908-03
428•tosh•1d ago•194 comments

Large language models develop novel social biases through adaptive exploration

https://openreview.net/challenge?redirect=%2Fforum%3Fid%3Dpc7fqaOcAH
194•paimapi•18h ago•98 comments

I-have-ADHD: A skill to stop coding agents from burying the answer

https://github.com/ayghri/i-have-adhd
512•domhudson•1d ago•352 comments
Open in hackernews

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
19•atomburst•56m ago

Comments

getatme32•36m ago
Seems like something that could also have enterprise applications for Shadow AI within an organization. Wouldn't be surprised if some of the observability/governance companies pick this up to use in their stack.
embedding-shape•35m ago
> One read-only command that inventories every AI agent, harness, MCP server, plugin, and AI extension on a machine

If this tool is returning even a single hit from this, you're probably using these agents wrong. You really want to run these in a way so they cannot touch your system drive/general filesystem that you use to do real work on. Even SOTA models at the end of their context limit behave REALLY illogical and does mistakes frequently. Don't run them straight on your machine unless you have backups and confirmed your backups work.

msdz•24m ago
This is the correct response, but it also feels as though ≈nobody is sandboxing their agents/harnesses in practice. Or at least, a good majority isn’t.
Muromec•23m ago
I run it on a physically dedicated machine, it has a root there (through sudo nopassword) and I keep some of my stuff there too. I don't do it for security reasons, I just want it to run when my laptop is closed and I'm outside or what not.

Haven't seen any close calls so far. The thing just behaves. Nothing of the horror stories of eremerefing the whole home directory or a database. Am I just lucky?

embedding-shape•20m ago
I don't think you're just lucky, depends heavily on the model + reasoning effort. I've never had any of the GPT models do anything of the sorts when using the higher reasoning efforts, but sometimes when I play around with local models, even "big" ones (as big as you can fit with 96GB VRAM) sometimes forgets/misses to define $ID then do "rm -rf data/$ID" for example, deleting more than they intended.
Muromec•13m ago
>sometimes forgets/misses to define $ID then do "rm -rf data/$ID"

Right, that's kinda the same failure mode as delete from table something and hitting enter before you write the condition or writing the wrong one. If you reach the point where you opened the terminal to do it this way you already lost.

embedding-shape•10m ago
> If you reach the point where you opened the terminal to do it this way you already lost.

I'm not sure what this means, the model and agent harness is the ones "opening the terminal and running this" (via a exec_shell tool or whatever), they do mistakes like this sometimes. Sometimes the scope is bigger, sometimes less, but anything below SOTA + higher reasoning efforts seems to fall into these mistakes sometimes.

lukan•3m ago
"Even SOTA models at the end of their context limit behave REALLY illogical "

The trick is not go to that limit, but stay under 50% or even better 25% of context length. But backups are a smart thing anyway.

dpflan•25m ago
Wes McKinney has a project for agent visibility: https://www.agentsview.io/
Muromec•20m ago
I need to wire a pixel-display to show emoji faces of the agents and how they roll their eyes and all of that. I have the display, I have the prompt to pick a mood from emotional vocabulary, a custom harness and all of that. I just can't figure out how to make the eyes move on a statically pre-rendered emoji.