Category Archives: Software

Updates to Now Playing Perl Script

I recently updated my Now Playing script to work with OS X 10.6 Snow Leopard. It seems as though MacPerl and Mac::Processes do not work in Snow Leopard’s 64-bit environment. As a result, I went back to calling osascript directly in order to run the necessary AppleScript. You can look at the change history on … (Continue reading →)


Yahoo! Weather Feeds With Python

Download the weather script from GitHub. UPDATE: Chris Lasher updated my script. It now utilizes optparse and docstrings. Some of the options have been changed, too, and I have licensed the code under a by-nc-sa CC license. I have updated this post to reflect these changes. Thanks, Chris! I believe that everyone likes to know … (Continue reading →)


Geek Tool Redux

I last wrote about GeekTool when I had an iTunes script and some process management output on my desktop. I have a few new scripts that I’ll highlight here. tail -25 /var/log/system.log The first script displays the last 25 lines of the system log. In Mac OS X 10.5, the system log rolls over at … (Continue reading →)


WordPress 403 Forbidden Posting Error

In trying to post about my modified Twitter stats script, I ran into a 403 Forbidden error every time I tried to publish. I could write and publish test posts with minimal text, but I could not post what I had written about my scripts. At first I thought it was an outdated version of … (Continue reading →)


PandoraJam

PandoraJam is, at first glance, an application that allows a user to listen to her Pandora radio stations without using a browser window. Delve a little deeper, however, and one will find a well designed, impeccably implemented, and easy to use application chock full of useful features. Interface PandoraJam provides a wrapper to the Pandora.com … (Continue reading →)