dear xcode 4.3 - bite me.

since i’m in kind of a pissy mood anyways … i’d like to thank you for making me waste a solid 45 minutes fixing various and sundry pointers because you decided that moving everything from /Developer to /Applications/Xcode.app/Contents/... was a productive way to facilitate an “upgrade”. this results in all sorts of unexpected behaviors. like oh say, an inability to find stdio.h. some quality time with xcode-select and its associated manpages as well as some judicious googling seemed to result in the appropriate behavior....

March 4, 2012 · steve ulrich

perl sorting IP addresses

if you have to deal with big ass arrays of IP addresses in perl and you need to sort things. i recommend reading the following paper. ...

November 15, 2011 · steve ulrich

interesting nerd topics - Q3CY2011

in no particular order. ...

October 10, 2011 · steve ulrich

fixing a lion nit

about those oh so annoying window animations, make them go away: defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO

August 1, 2011 · steve ulrich