Geekcamp Baguio or The First Geekcamp In The Philippines
This is about the May 5 event which I co-organized with Andrei Navarro and Vincent Tabor.
Continue reading »
This is about the May 5 event which I co-organized with Andrei Navarro and Vincent Tabor.
Continue reading »During the Geekcamp in SG last year, there was a presentation on VIM . One of the attendees thought it would be cool if developers could just do "bundle install" to install VIM plugins.
It's great to know there's vundle now which allows us to install plugins using ":BundleInstall."
Continue reading »Not sure if I'm the only one experiencing this but installing Ruby 1.8.7 using these commands don't work:
rvm install 1.8.7
or
CC=/usr/bin/gcc-4.2 rvm install 1.8.7
This worked for me:
Continue reading »Failed to update a Mac earlier so I encountered some issues regarding XCode update.
cat /var/log/install.log
shows
The package "DeveloperTools.pkg" is untrusted.
This blog post was very helpful but to make your life easy, try this:
Continue reading »Recently found out my apps aren't working due to FactoryGirl changes. I've honestly felt more comfortable using Textmate until I tried its find and replace feature. It totally works but it is so slow.
Continue reading »