Notes on Life, ‘Puters and Hawaii

Installing StGit (Stacked Git) On Mac OS X Leopard

I wanted to try out stacked git for maintaining patches. Here is how I did it on my mac.

git clone http://homepage.ntlworld.com/cmarinas/stgit.git
cd stgit
git checkout -b stable origin/stable
sudo python setup.py install –prefix=/usr/local

Here is some resources to get started using stacked git.

StGit Home Page
StGit Tutorial
Crash Course

JRuby 1.1 Has Been Released

JRuby, the awesome Java meets Ruby project, has been released and tagged as 1.1. This is really good news. Thanks should be patted on the backs of each JRuby developer for this milestone. If you haven’t checked JRuby out, now is the time.
Here is the announcement http://docs.codehaus.org/display/JRUBY/2008/04/05/JRuby+1.1+Released

E-Trade: An Entire Company of Bumbling Baboons

Don’t even try opening a online business bank account at E-Trade. I finally got my business bank accounts open….. After a month of hassling with E-Trade I got Bank of America to open my accounts in less than an hour.
Here is the story: E-Trade messed up the account application. We had to [...]

It’s About to Git Crazy: Rails Moves to Git

Rails-core announced yesterday that they are moving to Git source control hosted at github. Github is this really nice social-networking-meets-source-control site that helps support developers using Git help each other. It’s hard to explain but it is just awesome. It’s like Linked-In or Facebook for open-source developers using Git.
There was a lot [...]

Creating Blank Git Branches

Most of the time in git you will be creating branches of your main project and working on them. What if you wanted to create a ‘documentation’ branch or something? It doesn’t really deserve it’s own repository because it’s so closely related. The git project repository does this. The git project [...]

Amazon Releases a New EC2

Amazon released their new EC2 API today.
The big news: You can have static IP addresses now. You can pick the data center where your machine instance is launched. Cool!
The minor news: Lots of little things were updated. They added tmpfs to the list of LOCAL_FS_TYPES so ubuntu volume images work without [...]

Rollerskating Ruby

Ever since I read Martin Fowler’s article on rollerskating and shared it with my partner in crime, we have been using the term and practice liberally. Fowler describes a customer service web form that a guy he knew put together. This customer service form wasn’t quite ready for the internets yet but they [...]

RailsConf ‘08 hotel for $7/night! Woot!

I scored a hotel for two weeks in Portland by the airport for $7/night! Woot! What a score.

Creating the Perfect Gentoo Amazon EC2 AMI (image)

Update: I need to upgrade this for amazon ec2 2008-02-01 api.
I been playing with Gentoo again. I hadn’t been an active Gentoo user since it pissed me off in a emerge -u world snafu in 2004. I created some Gentoo EC2 images and thought I would share with you all.
I have recently stopped [...]

Amazon AWS Down: Everybody Panic

Amazon web-services has some trouble for a few hours this morning, causing the blogs to burst with criticism. I say plan for outages - they happen. Read the SLAs. Do your homework and come up with a plan for the following:

Back up! Back up your Xen EC2 images hourly/nightly/weekly - whatever makes [...]