Rustyrazorblade - rustyrazorblade.com
General Information:
Latest News:
Cassandra, CQL3, and Time Series Data with timeuuid 2 Oct 2012 | 08:04 pm
Cassandra is a BigTable inspired database created at Facebook. It was open sourced several years ago and is now an Apache project. In cassandra, a row can be very wide and is identified by a key. Thi...
Cassandra, CQL3, and Time Series Data with timeuuid 2 Oct 2012 | 01:04 pm
Cassandra is a BigTable inspired database created at Facebook. It was open sourced several years ago and is now an Apache project. In cassandra, a row can be very wide and is identified by a key. Thi...
Setting up RAID0 in Ubuntu 12.04 in AWS High I/O 20 Jul 2012 | 09:42 am
Amazon announced high I/O instances today. This is huge for anyone with a database larger than available memory, as it’s been a complete nightmare dealing with EBS up till now. Now your Cassandra, Mon...
Setting up RAID0 in Ubuntu 12.04 in AWS High I/O 19 Jul 2012 | 11:42 pm
Amazon announced high I/O instances today. This is huge for anyone with a database larger than available memory, as it’s been a complete nightmare dealing with EBS up till now. Now your Cassandra, Mon...
Vim: Use !make: to avoid auto jumping to files 27 Apr 2012 | 05:53 am
I get annoyed when vim jumps to another file when using :make. To disable it, just add ! to the end, :make!
Vim: Use !make: to avoid auto jumping to files 26 Apr 2012 | 03:53 pm
I get annoyed when vim jumps to another file when using :make. To disable it, just add ! to the end,
Weird Disutils Error When Running Python Scripts within MacVim 26 Apr 2012 | 09:27 am
I saw this today when trying to run a nosetest in MacVim: DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now “10.4″ but “10.7″ during configure Add this to your .vimrc to fix this weird...
Weird Disutils Error When Running Python Scripts within MacVim 25 Apr 2012 | 07:27 pm
I saw this today when trying to run a nosetest in MacVim: Add this to your .vimrc to fix this weird message.
Installing vim-ipython with MacVim 13 Apr 2012 | 01:58 pm
I got really excited at the notion of having IPython built into MacVim (vim-ipython), so over the last few days I’ve spent some time mucking around trying to get this whole thing to work. Unfortunate...
Installing vim-ipython with MacVim 12 Apr 2012 | 11:58 pm
I got really excited at the notion of having IPython built into MacVim (vim-ipython), so over the last few days I’ve spent some time mucking around trying to get this whole thing to work. Unfortunate...