I scored a hotel for two weeks in Portland by the airport for $7/night! Woot! What a score.
Posted on March 22nd, 2008 by dysinger
Filed under: @work | 1 Comment »
Notes on Life, ‘Puters and Hawaii
I scored a hotel for two weeks in Portland by the airport for $7/night! Woot! What a score.
Posted on March 22nd, 2008 by dysinger
Filed under: @work | 1 Comment »
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 [...]
Posted on March 4th, 2008 by dysinger
Filed under: @work | 4 Comments »
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 [...]
Posted on February 15th, 2008 by dysinger
Filed under: @work | No Comments »
I struggled but ultimately succeeded in installing Bazaar with bzr-svn (subversion support) on Leopard. I added the script to the bzr-svn wiki page. The following is how I got it to work:
# Install the latest stable Bazaar (if you didn’t already)
sudo easy_install -U paramiko pycrypto bzr
# Compile Subversion 1.5 (for better python [...]
Posted on January 26th, 2008 by dysinger
Filed under: @work | 4 Comments »
Update: Tim Harper points out in the comments there is now a fairly up to date OS X installer at google code if you would rather not deal with building it yourself. Easy! (You’ll still want to do the configuration part at the end of this article, though, using the scripts starting at [...]
Posted on December 30th, 2007 by dysinger
Filed under: @work | 30 Comments »
Use svnsync to make copies of your repository. You can set up a cron job to do the last part ’svnsync sync’ to keep it up to date each day too.
export LOCAL=~/some/new/svnrepo
svnadmin create $LOCAL
echo ‘#!/bin/sh’ > $LOCAL/hooks/pre-revprop-change
chmod +x $LOCAL/hooks/pre-revprop-change
svnsync init file://$LOCAL svn://some/remote/repo
svnsync sync file://$LOCAL
Posted on December 30th, 2007 by dysinger
Filed under: @work | No Comments »
Playing with my son on Lego NXT requires me to get Ruby in the mix just for fun. Here is the install notes that I used to get everything going. Once you get the communication working, you may want to install the ruby gem ’statemachine’ and learn that too. It’s useful for [...]
Posted on December 29th, 2007 by dysinger
Filed under: @work | No Comments »
You need XCode and libgd installed and then the following script should work pasted into a terminal window:
cd /tmp
curl http://www.erlang.org/download/otp_src_R12B-2.tar.gz | tar xz
cd otp_src_R12B-2
./configure –enable-smp-support –enable-hipe –enable-darwin-universal
# If you see an ODBC warning don’t sweat it
make
sudo make install
cd ..
Posted on December 20th, 2007 by dysinger
Filed under: @work | 5 Comments »
I have been using Apple’s default Mail.app client as a front-end to my new domain’s email provider, “The Goog” apps. I find it to be really a good client and I have no complaints. One thing to remember is to, after you have the mail account configured as IMAP, go in and high-light [...]
Posted on December 20th, 2007 by dysinger
Filed under: @work | No Comments »
Ruby and Rails comes on Leopard. Yahoo! That’s great. Oh wait, it’s a slightly out of date Ruby 1.8.6 and Rails 1.2.3. Hmm It’s owned by root too and you might fsck it up walking around as sudo all the time. So… Here you go. Make sure you have XCode 3.0 installed and then open [...]
Posted on December 19th, 2007 by dysinger
Filed under: @work | 2 Comments »