October 2007
12 posts
fixing ruby inline in leopard
inside the ruby inline gem: lib/inline.rb:387 before: flags = @flags.join(’ ‘) after: flags = @flags.join(’ ‘)  + ’ -lruby’ all better!
Oct 31st
Oct 31st
Oct 31st
Oct 31st
fixing leopards terminal prompt
# normal font weight PS1=’\e[32m\u@\h\e[0m:\e[34m\w\e[0m\$ ‘ # bold PS1=’\e[1m\e[32m\u@\h\e[0m\e[0m:\e[1m\e[34m\w\e[0m\e[0m\$ ‘
Oct 30th
installing mysql gem on leopard
install mysql via package from mysql’s website  sudo env ARCHFLAGS=”-arch i386” gem install mysql — —with-mysql-config=/usr/local/mysql/bin/mysql_config
Oct 30th
fixing leopard's dock
defaults write com.apple.dock no-glass -boolean YES && killall Dock
Oct 30th
Lessons in Spec'ing →
be careful…
Oct 26th
“Totally plan on whipping that out.”
– Dave Bishop
Oct 23rd
Amazon Patents Including a String at End of a URL →
wtf?
Oct 23rd
“work expands to fill the time available”
– http://en.wikipedia.org/wiki/Parkinson’s_law
Oct 22nd
hello world…
Oct 21st