Hanging With The Zapatistas
Pushed out some (possibly more to come) pics of my trip during the controversial 2006 Mexico elections. See the rest here.
Pushed out some (possibly more to come) pics of my trip during the controversial 2006 Mexico elections. See the rest here.
Just pushed these pretties to flickr:
Gotta love the public batphone. If you want to see more, check out 2600’s Payphones of the World. I checked the wikipedia article for stats on the decline of payphones, but I was surprised to find it pretty barren. I guess that comes with the whole decline thing.
Borrowing a lot from this sage advice, I decided it’s time to figure out 256 color vim on OS X. That meant immediately leaving Terminal.app for dead, since he can’t display more than 8 (16 w/ANSI bold) colors. Here’s the alternative I came up with:
#terminfo and termcap for nice 256 color terminal # allow bold colors - necessary for some reason attrcolor b ".I" # tell screen how to set colors. AB = background, AF=foreground # the first two are for other terminal emulators, just in case. termcapinfo xterm "Co#256:AB=E[48;5;%dm:AF=E[38;5;%dm" termcapinfo xterm-color "Co#256:AB=E[48;5;%dm:AF=E[38;5;%dm"termcapinfo xterm-256color "Co#256:AB=E[48;5;%dm:AF=E[38;5;%dm"term xterm-256color # erase background with current bg color defbce "on"
set t_Co=256:colorscheme railscasts