frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Visualizing Apple Health workout data (stats, trends, insights)

https://apps.apple.com/us/app/streakout-workout-stats/id6758457318
2•toni88x•9m ago•0 comments

Show HN: Gemini can now natively embed video, so I built sub-second video search

https://github.com/ssrajadh/sentrysearch
9•sohamrj•1h ago•0 comments

Show HN: Mapping the most convenient ways to meet someone with public transit

https://www.commutometer.com/meet-in-sanfrancisco
5•acavailhez•1h ago•0 comments

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/cq-stack-overflow-for-agents/
191•peteski22•23h ago•82 comments

Show HN: Craton HSM – A memory-safe PKCS#11 software HSM in Rust

https://github.com/craton-co/craton-hsm-core
3•victor-craton•2h ago•0 comments

Show HN: Think Fast. Type Faster

https://wordsnap.up.railway.app/
3•oyahud•2h ago•0 comments

Show HN: MangoWave – Open-source browser audio visualizer

https://mangowave.app/
3•lmascari•2h ago•1 comments

Show HN: a Rust Redis GUI that doesn't freeze on 100k keys

https://github.com/vicanso/zedis
2•vicanso•3h ago•0 comments

Show HN: AI agent got 237 rules from another agent, still made the same mistakes

https://github.com/getcalx/oss
3•spenceships•3h ago•0 comments

Show HN: Off By – a daily game about how wrong we are about the American economy

https://offby.io
5•offby99•3h ago•3 comments

Show HN: Running AI agents across environments needs a proper solution

https://github.com/liquidos-ai/Odyssey
7•human_hack3r•4h ago•5 comments

Show HN: zbot – an AI agent for MCU with Telegram chat (runs on Zephyr or Linux)

https://github.com/LingaoM/zbot
4•menggithub•4h ago•1 comments

Show HN: Danube – AI Tools Marketplace

https://danubeai.com
2•preston25•4h ago•1 comments

Show HN: The King Wen Permutation: [52, 10, 2]

https://gzw1987-bit.github.io/iching-math/
61•gezhengwen•1d ago•27 comments

Show HN: Offline-first UK train planner

https://railraptor.com
3•marcusdev•5h ago•2 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://proofshot.argil.io/
66•jberthom•8h ago•50 comments

Show HN: Chat with an exhaustive geopolitical simulation of the 2026 Iran War

https://notebooklm.google.com/notebook/4cf9474f-194d-4607-8953-8ee84a9e66e0
4•hrishirc•1h ago•2 comments

Show HN: Kern – One agent. One folder. One mind. Every channel

https://github.com/oguzbilgic/kern-ai
4•obilgic•8h ago•1 comments

Show HN: Littlebird – Screenreading is the missing link in AI

https://littlebird.ai/
43•delu•22h ago•22 comments

Show HN: Revise – An AI Editor for Documents

https://revise.io
81•artursapek•2d ago•70 comments

Show HN: WhyThere.life – Compare cities side-by-side to decide where to move

https://whythere.life
14•daversa•19h ago•13 comments

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

https://github.com/kenforthewin/atomic
147•kenforthewin•2d ago•24 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://github.com/oguzbilgic/agent-kernel
41•obilgic•1d ago•19 comments

Show HN: AgentDrive – Persistent file storage for AI agents

https://www.getagentdrive.com
3•itstomo•13h ago•0 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
145•FormerLabFred•3d ago•82 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
202•raskrebs•4d ago•80 comments

Show HN: VoidLLM – privacy-first LLM proxy (Go, self-hosted)

https://github.com/voidmind-io/voidllm
3•chrisremo85•16h ago•2 comments

Show HN: Mutatr – an open source A/B testing agent

https://github.com/novynlabs-repo/mutatr
3•AhmedAshraf•16h ago•0 comments

Show HN: Dgs-CLI – 63-command CLI for D-Link DGS-1100 switches via Selenium

https://github.com/bobberb/dgs-cli
3•ShellackGobln7•17h ago•0 comments

Show HN: OpenCastor Agent Harness Evaluator Leaderboard

https://craigm26.github.io/OpenCastor/
3•craigm26•17h ago•1 comments
Open in hackernews

Show HN: Chat with an exhaustive geopolitical simulation of the 2026 Iran War

https://notebooklm.google.com/notebook/4cf9474f-194d-4607-8953-8ee84a9e66e0
4•hrishirc•1h ago

Comments

hrishirc•1h ago
I built this using Claude Code as an orchestration layer — parallel research agents deployed per resource and per country, each producing a self-contained deep dive with sourced data. Cascade models then identify how disruptions compound across domains simultaneously.

The motivation: most war analysis is top-down political commentary. But wars are resource disruption events. If you model from physical constraints upward — who produces what, what ships through where, what breaks when supply X goes offline — you get different predictions than pundit-level analysis.

Findings that surprised me:

1. The chip famine is three independent input crises hitting simultaneously (helium 33% offline + bromine 67% at risk + neon combinatorial) — no single-source fix exists

2. The food crisis was locked in by March. Northern Hemisphere spring planting happened with disrupted fertilizer supply. Even an immediate ceasefire can't fix Q3-Q4 yields.

3. November 2026 is a convergence point where US midterms, China's gallium/germanium export deadline, and Europe's winter energy crisis all collide.

4. Insurance is a bigger weapon than missiles. The $1:$390 trade multiplier means Lloyd's war-risk designations freeze far more economic activity than physical damage.

You can chat with the full research via

1. NotebookLM (link above),

2. browse the site (https://hrishirc.github.io/iran-war-2026-analysis/),

3. or dig into the source (https://github.com/hrishirc/iran-war-2026-analysis).

All sourced from major news outlets, think tanks, and government reports (Feb-March 2026). Built with Claude Code using an "Agentic Brain" knowledge architecture — the CLAUDE.md in the repo documents how 76 files are organized and interconnected.

hrishirc•1h ago
Five bold predictions from the model:

1. *"The US has aircraft carriers. China has the periodic table."* The US won the military war in hours. But China controls rare earth processing, gallium/germanium for defense electronics, cobalt refining, lithium refining — and is insulated from Hormuz. By year-end, China establishes its first permanent Gulf naval presence and yuan-denominated oil rises 30-40%. The war's winner never fires a shot.

2. *Late April pharma cliff.* Pharmaceutical buffer stocks exhaust ~60 days after Hormuz closure. By late April, antibiotic and metformin shortages begin globally. China controls 70% of India's API imports. WHO's Dubai logistics hub is paralyzed. This one hits in 4 weeks.

3. *The 24-day November gauntlet.* Between Nov 3 (US midterms, 53% oppose the war) and Nov 27 (China's gallium/germanium export ban suspension expires), China holds maximum leverage over a politically wounded US — while Europe faces winter with gas storage at 55-70% (target: 90%). Three independent pressure peaks in 24 days.

4. *Taiwan's 11-day clock.* Taiwan has 11 days of LNG reserves. China doesn't need to invade — just delay tankers as "enhanced customs inspections." Combined with helium shortage hitting TSMC fabs, the chip crisis isn't caused by military strikes. It's caused by thermodynamics.

5. *1 nuclear state becomes 5 in a decade.* Even the best-case scenario leaves Iran with 440.9 kg of 60% enriched uranium as a permanent threshold state. This alone triggers Saudi acquisition via Pakistan (6-24 months). Then Turkey (3-7 years), Japan (6-12 months if it decides), South Korea (1-2 years). The NPT doesn't survive this war.