Tyler Weir

Gotta hustle…


Using MacVim as your git mergetool

Install MacVim and the command line tool, mvim.

Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one):

[merge]
tool = mvim
[mergetool “mvim”]
cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE
keepbackup=false

Then you can “git mergetool” all you’d like.

Published by Tyler, on October 30th, 2009 at 1:17 pm. Filled under: Uncategorized Tags: , , , No Comments

iPhone SDK Beta 5 – 1 hour to install. …

iPhone SDK Beta 5 – 1 hour to install. 2 gigs to download. Not lightweight, but it was a simple clean install.

Published by Tyler, on May 8th, 2009 at 11:34 am. Filled under: Uncategorized Tags: , , No Comments

Image editors on OS X make for a disappo…

Image editors on OS X make for a disappointing experience when trying to make CharacterMaps.
Acorn and Pixelmator are not helpful.

Published by Tyler, on May 7th, 2009 at 11:27 am. Filled under: Uncategorized Tags: , , No Comments

HTTPClient: Debugging HTTP headers the sexy way

You can find it here: HTTPClient
Todd Ditchendorf also wrote Fluid.app which is an awesome Single-Site Browser application.

Hat tip to Al3x’s Delicious.com stream.

Published by Tyler, on December 8th, 2008 at 5:34 pm. Filled under: General Tags: , , , Comments Off