Tag Archives: geek

Devops w/ Perl @ Linode PPW Talk Slides

Earlier this month a gave a talk about Linode’s use of Perl for devopsy things at the Pittsburgh Perl Workshop. Finally getting around to posting the slides online. I wanted to add some details so more of the slides made … Continue reading

Posted in General | Tagged , , | Leave a comment

Whole House Energy Monitoring

I placed an order for a TED 5000 on February 10th. The TED 5000 is a whole house energy monitor — a kill-a-watt for the whole house. I’ve spent a lot of time reading about the products available in this … Continue reading

Posted in geek | Tagged , , , , , | 2 Comments

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 , , , | 3 Comments