July 2011
13 posts
tumblrbot asked: WHERE WOULD YOU MOST LIKE TO VISIT ON YOUR PLANET?
4 tags
‘When you are in the middle of something, your boss comes in and demands...
– Liking the help examples for git stash … :)
Simpsons Skateboards | Fubiz™ →
I would actually love one of these … LOVE the Santa Cruz references …
recursion - Google Search →
Only for the geeks…
Using Redis with Ruby on Rails →
Nice write up for Redis on Rails …
4 tags
Node with specific attribute
obj.xpath("//attribute[@class='metadata']")
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']
Apps vs the Web » Matt Legend Gemmell →
Clever stuff on mobile apps …
Just found Safari reading list ...
love it … #lion
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.
Goodbye Mail.app ... again
I wanted to like you but #sparrow is so much better …
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...