Tag Archives: geek

Task Management with Hiveminder and Perl

This is how I manage my tasks with Hiveminder on a weekly basis and the Perl script that helps me do it. I don’t really expect the Perl script to be useful to anyone as-is but portions of it may … Continue reading

Posted in General | Tagged , , | Leave a comment

YAPC|10

I will be at YAPC|10 in Pittsburgh the end of June. Here’s a schedule of the talks I plan to attend. There are a few holes not because the talks at those time suck but because they rock so hard … Continue reading

Posted in General | Tagged , , | Leave a comment

Playing a Tone Through an Arduino Connected Piezo

I’m working on a top secret project, all I’ll say is it involves the Arduino, Twitter, and the refrigerator, and needed to play a tone through a piezo connected to the Arduino. I looked around and the closest I could … Continue reading

Posted in General | Tagged , , | 3 Comments

pitz prepares to rock my socks

Matt Wilson must be spying on my dialogs in sekrit IRC channels. After setting up Task this evening I mentioned there being several project ticketing systems, like Ditz, that store data in the RCS. I was lamenting the fact that … Continue reading

Posted in General | Tagged , , , , | Leave a comment

~/.bashrc Perl Module Version Tip

I often need to quickly check the version of a perl module currently installed. A while back I got tired of running: $ perl -MPOE::Filter -E ‘say $POE::Filter::VERSION’ 1.2357 So I added a quick function to .bashrc: pm-vers () { … Continue reading

Posted in General | Tagged , , , | Leave a comment

git diff and white space

So I’m getting ready to make a commit to wxperl and I run a git diff to check on changes and git yelled at me that I had some trailing white space. Well it didn’t yell but it hi-lighted the … Continue reading

Posted in General | Tagged , | 2 Comments

Geeky Weather Station Stuffs

http://weather.thegrebs.com/ I recently received a nice Honeywell weather station. It turns out they are actually manufactured by a company called Irox which also sells stations under it’s own name but they seem to be more popular in Europe. Being a … Continue reading

Posted in General | Tagged , , , | 4 Comments

Join the FSF Today

The Free Software Foundation is having a year end fund drive. Go join today. Can you think of a better way to spend $10 per month? Tell them member 7097 sent you.

Posted in General | Tagged , | Leave a comment

Ruby’s not Ready

Was looking for a specific essay about some of the issues with Ruby to point my boss to and stumbled across this instead, still haven’t quite finished reading it yet but good stuff. Increases my desire to further my Python … Continue reading

Posted in General | Tagged , | Leave a comment