Forking My Claude Code Statusline

About six months ago I wrote about dropping in hell0github’s statusline and calling it done. That stuck for a while. Then I kept wanting to change small things — the...

read on

eliza and the AI Frontier

The world of technology never ceases to amaze me with its rapid evolution and unexpected convergences. Recently, I’ve been deeply involved with an exciting project at the intersection of artificial...

read on

HTML5 Photobooth

After reading an article about the experimental support for WebRTC getting put into the latest version of browsers, my buddy David Burns was inspired to write a quick app called...

read on

Resurrection

Finally took the old personal blog from d5 to d6 and gave it a face lift. The new Acquia Slate theme is pretty slick, but I wanted to give it...

read on

DrupaLMAO Pilot 3

Dave and I have been planning http://DrupaLMAO.com for a while now, and the idea has finally come to fruition with Dave’s purchase of a camera.

read on

jQuery checkbox goodness

I was working on a select all feature today and just wanted to share this with the world. (a.k.a. keep it for later) $(document).ready( function() { $('a#select_all').click( function() { $('input:checkbox').each(...

read on

Drupal Theme Loader

I’ve started a project on drupal.org to contribute a module that will allow loading of new themes into Drupal from a compressed file (zip, gzip) that is either on your...

read on

Interesting note on login

For a while, I’ve been annoyed by the default way Drupal displays it’s login box automatically if you’re not signed in. So I usually just put a link in the...

read on