Blog Archives

Write Your Own Language, Sort Of

Because it’s there.

Posted in Amusement, Craftiness, Fiddling & Time Wasters, Technical Geekery, Useful Code

Weird I/O on Your Linux Box?

Use iotop (thanks Guillaume Chazarain) to figure out (thanks Paul Wise) where the issue is at.

Posted in Technical Geekery, Tutorial, Useful Code

Best Comments in Source Code

stop(); // Hammertime!

Posted in Amusement, Cleverness & Wit, Fiddling & Time Wasters, Technical Geekery, Useful Code, User Interface Design, Web

srcset Allows Your Site to Pull Hi-Res When Appropriet

Here’s a little gem of an idea to make even your images responsive to the device they are displayed on.

Posted in Technical Geekery, Useful Code, User Interface Design, Web

One Line Webserver

For when you just need to save a file but don’t have time to install a web server…

Posted in Technical Geekery, Tutorial, Useful Code, Web