Wednesday
29
Dec 2004

iPod and earphones

(4:40 pm) Tags: [General]

I received an iPod Photo 60GB from my wonderful wife, and I have to say that I am impressed. Although I do not see myself EVER using the Photo functionality (I uploaded all my photos to try it out, and still don’t see the point, other than the obvious Grandma factor).

Based on a review from ipodlounge, I bought the Sony MDR-EX81SL earbuds from audiocubes. I was impressed that they shipped from Osaka, Japan to my door in 3 days, and it cost me almost nothing for shipping. Great experience, audiocubes is on the good list. Plugged the earbuds in, and my ears almost cried. The sound is beautiful compared to the now abyssmal earphones that ship with the iPod.

On another note, we tried out the Monster cable (1/8" to RCA) in the Honda, and the sound is great. Amanda also got an iPod for Christmas, and she loves it (using the lossless encoder) .

Popularity: 8%

Comments: (0)

Subversion Upgrade

(12:16 am) Tags: [Software, Site]

Upgraded the server to Subversion 1.1.2 tonight.

It went down something like this:

Subversion 1.1.2 upgrade
curl -O http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.gz
tar zxf subversion-1.1.2.tar.gz
cd subversion-1.1.2
more README
more INSTALL
./configure \
–with-apxs=/usr/local/apache2/bin/apxs \
–with-java=/usr/local/java/jdk
make
sudo make install
/usr/local/apache2/bin/apachectl graceful

Once the server has restarted, make sure that it is back up. :) The process was painless, and the server was back up and running in no time.

Now it is time to upgrade the client machines. TortoiseSVN 1.1.2 for Windows boxen, and fink update svn for Mac OS X, as well as not forgetting scplugin.

I also cannot stress enough the importance of reading “The Book“.

If only WordPress upgrades were this easy…

Popularity: 14%

Comments: (0)