frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tony Hoare has died

https://blog.computationalcomplexity.org/2026/03/tony-hoare-1934-2026.html
797•speckx•3h ago•90 comments

Show HN: RunAnwhere – Faster AI Inference on Apple Silicon

https://github.com/RunanywhereAI/rcli
77•sanchitmonga22•1h ago•20 comments

Debian decides not to decide on AI-generated contributions

https://lwn.net/SubscriberLink/1061544/125f911834966dd0/
155•jwilk•3h ago•117 comments

Billion-Parameter Theories

https://www.worldgov.org/complexity.html
14•seanlinehan•31m ago•3 comments

I built a programming language using Claude Code

https://ankursethi.com/blog/programming-language-claude-code/
39•GeneralMaximus•1h ago•44 comments

Intel Demos Chip to Compute with Encrypted Data

https://spectrum.ieee.org/fhe-intel
164•sohkamyung•5h ago•51 comments

Rebasing in Magit

https://entropicthoughts.com/rebasing-in-magit
133•ibobev•4h ago•92 comments

I put my whole life into a single database

https://howisfelix.today/
344•lukakopajtic•8h ago•164 comments

Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy

https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md
296•pjmlp•9h ago•314 comments

Meta acquires Moltbook

https://www.axios.com/2026/03/10/meta-facebook-moltbook-agent-social-network
222•mmayberry•3h ago•137 comments

Show HN: How I Topped the HuggingFace Open LLM Leaderboard on Two Gaming GPUs

https://dnhkng.github.io/posts/rys/
142•dnhkng•5h ago•48 comments

Launch HN: Didit (YC W26) – Stripe for Identity Verification

35•rosasalberto•3h ago•37 comments

More agent tools and AI tools should be pricing on outcomes

https://jxnl.co/writing/2025/06/12/lovable-monetization-and-the-vibe-coder-economy/
11•AnhTho_FR•16h ago•2 comments

RFC 454545 – Human Em Dash Standard

https://gist.github.com/bignimbus/a75cc9d703abf0b21a57c0d21a79e2be
76•jdauriemma•3h ago•60 comments

The Enterprise Context Layer

https://andychen32.substack.com/p/the-enterprise-context-layer
9•zachperkel•3h ago•0 comments

Throwing away 18 months of code and starting over

https://tompiagg.io/posts/we-threw-away-1-5-years-of-code
6•tomaspiaggio12•2h ago•0 comments

I used pulsar detection techniques to turn a phone into a watch timegrapher

https://www.chronolog.watch/timegrapher
26•tylerjaywood•2d ago•5 comments

Open Weights Isn't Open Training

https://www.workshoplabs.ai/blog/open-weights-open-training
15•addiefoote8•18h ago•3 comments

Online age-verification tools for child safety are surveilling adults

https://www.cnbc.com/2026/03/08/social-media-child-safety-internet-ai-surveillance.html
348•bilsbie•5h ago•204 comments

Defeat as Method

https://www.cabinetmagazine.org/issues/71/khosravi.php
6•akbarnama•1h ago•0 comments

The Gervais Principle, or the Office According to "The Office" (2009)

https://www.ribbonfarm.com/2009/10/07/the-gervais-principle-or-the-office-according-to-the-office/
228•janandonly•3d ago•97 comments

We are building data breach machines and nobody cares

https://idealloc.me/posts/we-are-building-data-breach-machines-and-nobody-cares/
21•idealloc_haris•3h ago•7 comments

PgAdmin 4 9.13 with AI Assistant Panel

https://www.pgadmin.org/docs/pgadmin4/9.13/query_tool.html#ai-assistant-panel
70•__natty__•6h ago•20 comments

Levels of Agentic Engineering

https://www.bassimeledath.com/blog/levels-of-agentic-engineering
9•bombastic311•9h ago•2 comments

Yann LeCun's AI startup raises $1B in Europe's largest ever seed round

https://www.ft.com/content/e5245ec3-1a58-4eff-ab58-480b6259aaf1
393•ottomengis•7h ago•210 comments

How many options fit into a boolean?

https://herecomesthemoon.net/2025/11/how-many-options-fit-into-a-boolean/
35•luu•3d ago•17 comments

Sending Jabber/XMPP Messages via HTTP

https://gultsch.de/posts/xmpp-via-http/
42•inputmice•4h ago•5 comments

MariaDB innovation: vector index performance

http://smalldatum.blogspot.com/2026/02/mariadb-innovation-vector-index.html
12•gslin•2d ago•0 comments

A New Version of Our Oracle Solaris Environment for Developers

https://blogs.oracle.com/solaris/announcing-a-new-version-of-our-oracle-solaris-environment-for-d...
38•naves•2d ago•24 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
45•dougdonohoe•5h ago•11 comments
Open in hackernews

Show HN: A playable version of the Claude Code Terraform destroy incident

https://www.youbrokeprod.com
13•cdnsteve•3h ago

Comments

cdnsteve•3h ago
If you followed the Claude Code terraform incident last week - Claude Code ran terraform destroy on production, took down 2.5 years of course submissions - you probably read Alexey's postmortem and the 500+ comment HN thread about it.

What struck me reading the postmortem wasn't the destruction itself. It was the decision chain: no remote state backend, deletion protection disabled, a Terraform archive from the old machine sitting there with full production state. Claude actually flagged the risk at multiple points. The human approved the destroy anyway.

I built a playable version of that session. You sit in a split-panel Claude Code interface - terminal on one side, AI agent on the other - and work through the recovery. The scenario uses the same kind of setup that caused the original disaster. It takes about 10-15 minutes.

This is part of YouBrokeProd, a browser-based incident response trainer I've been building. 10 scenarios total built from real postmortems - connection pool exhaustion, Kubernetes crashloops, DNS failures, SSL expiry, and others. Three are free including this one.

Stack: Next.js, Turso (SQLite at the edge), Supabase Auth. Each scenario is a state machine - you run commands, get realistic output back, form a hypothesis, and submit a diagnosis and fix. Scored on speed, accuracy, and efficiency.

The hardest part has been writing log output that's realistic enough to teach something but designed well enough to actually be solvable in 15 minutes. Curious what the SRE folks here think of the tradeoff.

thinkingemote•3h ago
I like the idea and wanted to play it out but after the incident began nothing happened and was stuck on waiting for incident to start, or "start incident"
cdnsteve•2h ago
Thanks for trying it out! Just pushed a fix - there was a bug where the game engine wasn't starting properly after clicking GO. Should work now. Create a free account and give it another shot, would love to hear how you do.
june-jule•2h ago
Interesting. love the concept and super relevant.
cdnsteve•1h ago
thanks, let me know if you try a scenario
fduran•1h ago
Nice, this is like SadServers with a twist, excellent :-)
cdnsteve•1h ago
Thanks! SadServers is great - love what Fernando built there. The main twist here is that the scenarios are built from real postmortems rather than generic server puzzles. The terraform one is modeled directly on the Claude Code incident from last week.

Lots more to come