688Ruby Version Manager for OSX

Nice, simple and clean way to install the latest version of Ruby and Gems on OSX. The Tutorial: http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac And here’s also the direct link: http://rvm.beginrescueend.com/

624Compiling VTK from Source on OSX

Getting the VTK (“Visualization Tool Kit”) on Mac OSX running does not seems to be for the faint-of-heart. I will follow the “Installing VTK on Mac OS X” from macresearch.org, as it was written in 2007, I’ll highlight the differences to a current (August 2010, OSX 10.6) Installation. CMake CMake can be installed with the following command macports sudo port install cmake VTK – 1st Try Wondering if you can install VTK also with MacPorts? Wonder not longer, you can’t. VTK – 2nd Try Ok, sometimes following a tutorial is good. Obviously replace export MACOSX_DEPLOYMENT_TARGET=10.4u with your current OSX version (mine is now: 10.6)

612Installing TextMate Bundles via Subversion

Instruction from the TextMate site, this is the minimal info for installing TextMate Bundles mkdir -p /Library/Application\ Support/TextMate/Bundles cd /Library/Application\ Support/TextMate/Bundles svn co http://svn.textmate.org/trunk/Bundles/Haskell.tmbundle Update all bundles cd /Library/Application\ Support/TextMate/Bundles svn up *.tmbundle