October 2010
4 posts
Programmers: how to make the systems guy love you... →
Great post on the need to maintain discipline while developing so that you can hand projects off to the Operations department without them wanting to kill you.
1 tag
The ultimate Vim configuration - vimrc →
Pretty nice vimrc file. Nicely commented and seperated into logical sections. I stole Bclose() from it as a replacement for :bdelete, and will probably take more from it in the future.
Static blogging the Jekyll way →
You Tube, H.264, High Definition and FFmpeg →
Useful description of how to get an HD out of a sequence of images from ffmpeg.
September 2010
2 posts
1 tag
Coming Home to Vim / Steve Losh →
nvie.com - How I boosted my Vim →
August 2010
1 post
1 tag
Found my erlang book. Good reading for a plan ride?
July 2010
2 posts
Will it optimize? →
Neat article about gcc’s optimization capabilities.
Self-Referential Aptitude Test →
Maybe this is my big chance to learn Prolog, as it was designed for just this sort of problem, I believe.
May 2010
1 post
RE: What's so cool about Scheme? →
Great email about closures versus objects by Guy Steele.
April 2010
3 posts
1 tag
Real World Haskell →
Page 60 into Real World Haskell. Doing all the exercises is a nice mental stretch.
Gave up on the VIM/Haskell integration though. TextMate’s is much much more usable.
1 tag
WTF is a SuperColumn? An Intro to the Cassandra... →
Best introduction to Cassandra’s data model I’ve read yet.
1 tag
How to tweak your IRB usage →
As is, Ruby’s interactive client, irb, is functional, but that’s it. This article describes how to get completion, history, and logging enabled to make it much more pleasant to use.
March 2010
10 posts
2 tags
Command-T - Fast file navigation for VIM →
Closest replacement of TextMate’s Cmd-T file command yet. Written in C as a ruby module for speed. It’s still a little buggy though. It sometimes leaves a blank window behind.
1 tag
LustyExplorer - Dynamic filesystem and buffer... →
I prefer the file matching algorithm in LustyExplorer. It’s also still maintained, while FuzzyFinder_Textmate is not.
C++ AutoComplete feature in VIM | Ehsan Akhgari →
Nice description of how to setup tab-completion of scoped C++ identifiers.
2 tags
1 tag
ExVim IDE →
Awesome looking configuration for Vim with lots of interaction between NERDTree, taglist, minibufexplorer and more.
Might be difficult to integrate with existing configuration though.
1 tag
make-believe.org » Vim is forever →
I need to get my VIM looking as sweet as this. I only wish I could get NERDTree in there instead of the fileexplorer or FileTree plugins.
2 tags
vimpocalypse at technical.pickles →
Another great site for moving from Textmate to VIM.
2 tags
Hello VIM, or quitting TextMate cold turkey →
This was so helpful with moving on from TextMate. I immediately d/l’d and installed all these plugins.
1 tag
dotfiles ahoy →
I setup a dotfiles repository on github today so I can finally be smart about how I sync my settings between computers. It’s pretty great. Highly recommended. It makes me wish all apps used dotfiles though, and not ~/Library/Preferences/foo.plist or something.
6 tags
changing stuff around
Since we’re switching from SVN to GIT at work, I thought I’d also switch from TextMate to Vim, Terminal.app to iTerm, and WordPress to Tumblr.
So far, so good.