My Digital Garden
A curated collection of useful links and resources
My Weekly Internet Treasures
Curated treasures from the overlooked corners of the internet
Hand-picked resources that algorithms don't prioritize
Thoughtful summaries that respect your time and attention
Weekly delivery with zero spam, ever
AI Browser Security: Prompt Injection & Containment
AI browser agents face growing prompt injection risks. Learn how containment, VM isolation, and deterministic automation reduce real-world security threats.
Most Engineers Have No Idea What They're Bad At. Here's How to Find...
Stop learning everything and start fixing what's actually holding you back. A practical approach to quantifying your engineering skills using PR review comments and turning them into a targeted growth plan.
The Final Bottleneck
AI speeds up writing code, but accountability and review capacity still impose hard limits.
Shades of Halftone - The Blog of Maxime Heckel
An interactive deep dive into building halftone shaders in GLSL, covering everything from classic dot patterns and CMYK color separation to Moiré interference, gooey effects, and animated displacement.
Notes on The Crux
The Crux by Richard Rumelt is a fantastic follow on to his Good Strategy, Bad Strategy, providing many of the same core ideas but in a more readable format, and a clearer target to take down: the incoherent outputs of process and goal-driven strategy. Recently, I’ve been looking for more strategy books to read, and folks pointed out that I’...
A React trick to improve exit animations
Suspense can pause a component's DOM updates, ensuring smoother exit animations.
Building Bulletproof React Components - Shu Ding
The real test isn’t whether your component works on your current page. It’s whether it works when someone else uses it.