July 2011
13 posts
tumblrbot asked: WHERE WOULD YOU MOST LIKE TO VISIT ON YOUR PLANET?
Jul 31st
4 tags
“‘When you are in the middle of something, your boss comes in and demands...”
– Liking the help examples for git stash … :)
Jul 31st
Simpsons Skateboards | Fubiz™ →
I would actually love one of these … LOVE the Santa Cruz references … 
Jul 29th
recursion - Google Search →
Only for the geeks… 
Jul 29th
Using Redis with Ruby on Rails →
Nice write up for Redis on Rails …
Jul 28th
4 tags
Node with specific attribute
obj.xpath("//attribute[@class='metadata']")
Jul 28th
2 notes
4 tags
Quickly parse with Nokogiri
This is a reminder for myself because I always forget the different ways for getting at data with Nokogiri. doc = Nokogiri::XML(xml_doc) objects = doc.xpath("//object") value = objects.first.text attribute = objects.first['attribute_name']  
Jul 28th
11 notes
Apps vs the Web » Matt Legend Gemmell →
Clever stuff on mobile apps …
Jul 27th
Just found Safari reading list ...
love it … #lion
Jul 27th
Stuff I love about #lion #1
It’s a small thing, but when you open a new tab in Terminal, it opens the prompt in the directory you were in and not home.
Jul 26th
Goodbye Mail.app ... again
I wanted to like you but #sparrow is so much better …
Jul 26th
Jul 25th
5 tags
Fixing imagemagick on mac osx lion 10.7 with...
After installing lion, imagemagick started playing up. No surprises there. The problem is that Imagemagick relies on Perl 5.8 which wasn’t installing correctly on lion due to some internal changes. This is all laid out in the ticket, but I thought I might be able to confirm it. So here’s how I got it back up and running again. I’ve been on MacPorts for a long time, I know...
Jul 25th
5 notes