My Writings. My Thoughts.
Wake up you bastard.
// December 28th, 2009 // Comments Off // ...
If you’re reading this, just ignore it. I needed an RSS feed title for Tick Talk to read as an alarm. It’s a neat TTS iPhone app.
When Config Commenting Goes Too Far
// October 4th, 2009 // Comments Off // Code
I give you my ~/.vimrc. It’s a blog post in itself.
1 ” Jungle Rob Code is: ONLINE
2 “ o o–o o-o
3 “ | | | /
4 “ | O-Oo O
5 “ \ o | \ \
6 “ o-o o o o-o
7 ” Uber Pimped Sig is: ONLINE
8 “
9 “ Maintainer: Jungle Rob <junglerob@…com>
10 ” Last change: 2009 October 04
11 “
12 ” 2009.10.04: Commented the s**t out of this file.
13 “
14
15 ” Jungle Rob’s .vimrc
16
17 ” Behold the power of vim!
18 set nocompatible
. . .
57 ” To make these gui tunes “safe”, I should figure out
58 ” which platform that I’m gvim-ing on. I bet I could
59 ” `uname` it or something. TODO:
60
61 if has(“gui_running”)
62 set transparency=5 “MacVim ONLY
63 set fuoptions=maxvert,maxhorz “MacVim
64 set mousehide “X gvim
65
66 “After about 10 years of coding on all kinds of platforms,
67 “there is only one font I trust to be there. I’ve really
68 “liked the ones that have come before***, but courier is true.
69 set guifont=Courier:h16
70
71 endif
. . .
113 ” DO NOT, REPEAT, DO NOT F**K WITH MY TABS
114 ” EVER, EVER, EV-ER! This is how holy wars are started.
115 set expandtab
116 set shiftwidth=4
117 set tabstop=8
118 set softtabstop=4
. . .
124 set dir=/tmp ” For some reason, Win_32 doesn’t like this…
125 set backupdir=/tmp ” or this…… hmmmmm….
126
127 ” Jungle’s ULTIMATE must have status bar.
128 ” filename; is it dirty? ——– y:x, n% of lines
129 set statusline=%<%t\ \ %y%r%m%=\ %l\:%c\ %P\ of\ %L
130 set laststatus=2 “trying to remember what this does…
131
132 ” This tip never worked the way I thought it would.
133 “set matchpairs+=<:>
. . .
147 ” Yeah, these maps are cheese, but it’s real good cheese.
148 ” Besides, only the hardest of the hardcore vim *posers*
149 ” would call it cheese… Hey! wait a sec…
150 map <C-a> GVgg
151 map <S-F12> :source ~/.vimrc<cr>
152 map <C-F12> :sp ~/.vimrc<cr>
153 map <TAB> w
154 map <S-TAB> b
. . .
161 ” D’oh, I don’t remember what noeb does.
162 set noeb
163 :nnoremap <space> @q
164 set background=dark
. . .
180 “***Past fonts that I really like:
181
182 “Monaco: nice I still use it the most after Courier
183 “set guifont=Monaco:h13
184
185 “Anonymous: nice, but sort of broken.
186 “set guifont=Anonymous:h12.75
187
188 “Letter Gothic:
189 “I’m not sure what I was thinking here…
190 “I don’t even think Letter Gothic is fixed width.
191 “set guifont=Letter\ Gothic\ Std:h14
192
193 “Andale Mono: ok anti-aliased.
194 “set guifont=Andale\ Mono:h13
195
196 “OCR B: F**KING AWESOME in u-rxvt on slackware
197 “with no anti-aliasing. That u-rxvt terminal
198 “was also translucent with a watermark of the
199 “LoA (Coop) devil girl down in the corner.
200 “set guifont=OCR\ B\ Std\ 10
201
202 “Terminus: really nice, but I can’t mention it
203 “without a big nod to Triskweline.
204 “set guifont=Terminus\ 15
205
206 “I was being naughty… and I did feel a little dirty.
207 “-BUT-
208 “set guifont=Consolas\ 12
. . .
255 ” End of my .gvim. I hope *’ve had as much fun as I have!
My Latest Twitter Theme: BBCM v1.0
// August 20th, 2009 // Comments Off // opinion
I miss Code Monkeys. Very much. In fact, I identified with the characters on Code Monkeys almost as much as the people I know in real life. So, this month(ish) I’m dedicating my Twitter theme to: “Hey G4, Bring Back Code Monkeys!”
G4, Bring Code Monkeys Back (An Open Letter)
// August 20th, 2009 // Comments Off // opinion
Dear G4,
You guys are the devil. It’s been more than a year that we’ve been waiting for you to come to your senses and put Code Monkeys back on the air. I can understand that you have a network to run and all, but still. If you’re not going to bring it back, the either someone there or Adam de la Peña PLEASE tell us why.
Thanks,
Jungle Rob
The Rambo: A Custom Class for Call of Duty 4
// June 7th, 2009 // Comments Off // gaming
Last year, I started making Squidoo lens for Call of Duty classes. Well, I made one lens. Here is the video from that experiment.
Using bing.com in Google Chrome: Unholy Alliance
// June 7th, 2009 // Comments Off // tech
June 4, 2009: Chrome for Mac beta released.
June 6, 2009: Jungle Rob vowed to use bing.com for a week.
June 7, 2009: Jungle Rob downloaded Chrome for Mac.
June 7, 2009: The Unholy Alliance starts as Rob uses Chrome to get to Bing*.
*Bing works really, really well with Chrome.
Obey The Monolith
// May 30th, 2009 // Comments Off // monolith
This is my latest work on the Jungle Head. Bonus points if you can name the famous background picture I used.
All hail the Hypn…. Whoops, I meant…. Obey the Monolith
I wonder if I’m getting old.
// May 16th, 2009 // Comments Off // chatter
About a year ago, I got a pair of glasses from the eye doctor for driving at night. I haven’t worn them to drive at night, but I wear them when I switch Vim into tiny font mode so I can see more source code on one screen.
That’s right, I’ve been wearing them for reading. Now that I think about it, three out of four grand-pa’s admit to wearing reading glasses due to age. I’m not a grand-pa, but I’m really comfortable reading with my glasses on. Does that mean that I’m getting old?


