macOS Tahoe's Window Resize Hitboxes Are Still Completely Unhinged

Someone spent actual engineering hours making macOS window resize zones follow rounded corners instead of being rectangles. The result? A pixel-perfect nightmare that makes resizing windows feel like playing Operation with a trackpad. This is your periodic reminder that Apple's UI decisions exist in their own reality.

· 3 min read

Hare 0.26.0 Ships: Uninitialized Memory and Error Ignoring Now Explicit

The systems language that's "simple and robust" just added two decidedly un-simple features. Hare 0.26.0 lets you explicitly leave memory uninitialized and ignore errors with syntax that looks suspiciously like ignoring any other return value. Is this the beginning of feature creep, or smart pragmatism?

· 3 min read

MVCC: The "Just Ship More Versions" Approach to Concurrency

Locks are the bottleneck. MVCC said "what if we just... didn't lock?" By versioning everything and letting transactions see their own snapshots, databases handle concurrency without the blocking. Here's why this matters for your Next.js app.

· 4 min read

PaperLab: A Markdown Editor That Ships With Less (On Purpose)

One dev got tired of Notion's loading spinners and Obsidian's plugin rabbit holes, so they built PaperLab—a local-first markdown editor that does three things well and nothing else. IndexedDB-backed, E2E encrypted, zero AI. Sometimes less is based.

· 3 min read