
I accidentally launched my startup to localhost
143K views · Jun 21, 2026
The whole site worked. Investors were impressed. Then I closed my laptop and it died on exactly one Wi-Fi network.
Related reading
NetworkingWhy localhost has two addresses
Type localhost and you usually hit 127.0.0.1. Sometimes you hit ::1 instead, your app works in one terminal and dies in another, and nobody tells you why. Here's the actual reason.
Jun 19, 2026 · 9 min read
System DesignHow Stripe actually works
Your card gets charged in under a second, across half a dozen systems, in a way that survives a server dying mid-payment. I traced one $20 charge from click to settlement.
Jun 14, 2026 · 14 min read
AI & AgentsHow Cursor reads your whole codebase
It doesn't send your repo to a model. It chops it up, embeds it, and retrieves the three files that matter right before it answers. The trick is in what it leaves out.
May 27, 2026 · 12 min read


