Hairectomy via SVN: Day 3
Day 3: The Gorget 2009-11-30T17:05$ for i in `svn pl -R * | grep "hair:facial"`; do svn del $i; done D Goatee D Sideburns Rampant 2009-11-30T17:05$ svn ci -m "Day 3: The Gorget" Deleting Goatee...
View ArticleHairectomy via SVN: Day 4
Day 4: The Gorget Décapitée 2009-12-07T15:11$ for i in `svn pl -R * | grep "hair:scalp"`; do sed -i '' 9,\$d $i; done 2009-12-07T15:11$ svn ci -m "Day 4: The Gorget Décapitée" Sending Scalp...
View ArticlePHP 5 + Apache 2 + MySQL 5 on OS X via MacPorts
# Displays all files in Finder. Optional: personal preference. $ defaults write com.apple.Finder AppleShowAllFiles YES # Relaunch Finder # Update MacPorts $ sudo port selfupdate $ sudo port -u upgrade...
View ArticleAn Open Letter to Web Developers on Percent-Encoding
Dear web developers, Please understand the difference between the encoding called for in application/x-www-form-urlencoded encoded data [1] and the encoding called for in URIs (and how that encoding...
View ArticleHow much is that WordPress App in the Window?
It’s free! I saw this in the Pasadena, CA Apple Store back in January. That’s how fast I am at blogging. Get the WordPress iPhone App.
View ArticleNewtons are Fruit and Cake
Or at least they were. From what I can tell from 13 seconds of research, Newtons started out life as chewy cookies (advertised by a creepy giant dancing fig), then became fruit and cake (advertised by...
View ArticlePrevent man, nano from Clearing Screen on Exit in Terminal.app
$ mkdir ~/.terminfo $ infocmp > ~/.terminfo/xterm-color-noclear.terminfo $ nano ~/.terminfo/xterm-color-noclear.terminfo # 1. Change 'xterm-color' on second line to 'xterm-color-noclear' # 2....
View Articlejrunscript on OS X
I just found this handy utility. $ man jrunscript I’m using it to deobfuscate some JavaScript.
View Article