Who picks the model? Last week I ran a single task that touched four different models. I chose exactly one of them. That’s a... July 30, 2026 Code / Working with AI
Running Loose Without Flying Blind Am I the only one finding myself running agents in YOLO mode more and more? As they continue to get... July 8, 2026 Code / Work / Working with AI
Agent Angst I’ve noticed something new that maybe you can relate to if you’re building with AI – this awesome feeling of... April 9, 2026 Code / Entrepreneurship / Introspective / Projects / Work
Intro to Navigation Timing API Navigation timing API has been around in browsers for several years now, but I’m still often surprised how many people... May 5, 2015 Javascript / Performance
13 JavaScript Performance Tips Daniel Clifford recently gave a great talk at Google I/O 2012 called “Breaking the JavaScript Speed Limit with V8”. In... July 10, 2012 Javascript / Performance
Find the Time to First Byte Using Curl I was recently looking for an easy way to find the time to first byte (TTFB) for a given url... October 10, 2011 Code
PHP str_replace_last function I recently found myself in need of a way to replace the last (and only the last) occurrence of a... September 26, 2011 Code / PHP
How to programmatically find the continent from a given city or state I recently ran across a somewhat unusual problem. I needed to find a programatic way to convert a string that... August 24, 2011 Code / PHP
How To Detect Transparency In PNG Images I recently came across a problem where I needed to check for transparency in PNG images using PHP. After some... April 15, 2011 Code / PHP
One time use email addresses Recently I threw together a tool to simplify my sign up on other services. It’s a script that allows me... January 2, 2011 Code / PHP / Random Ideas