Skip to main content

Life is good...

Wow, I didn't post in here a long time I guess. So I guess whoever if anybody reading this could use an update.

Well my new job is fun. I program web applications all day long. It's actually better than college because I finally get to go hands on with programing. The theory is over! I like coding and college wasn't enough of it for me.

Anyhow I'm pretty exited about Apple's iLife '06 suite. The apps are pretty cool, especially the new iMovie. It really kicks ass. I'm really thinking about buying it, also because of the new GarageBand and its podcasting functionality.

If you want to check the whole details out yourself go head on over to Apple's website.

Comments

Popular posts from this blog

Japan

THE BROKEN TORII on the SHORES OF LAKE HARUNA, JAPAN Originally uploaded by Okinawa Soba

Japan

Shinkansen Originally uploaded by Jaako I really want to visit Japan some day. It's a country and culture that has always fascinated me.

Installing Ruby 1.8.7 on Mountain Lion with rbenv

Trying to build ruby- 1.8.7 with rbenv on Mountain Lion and getting something similar to: tcltklib.c:9862: error: expected ‘;’ before ‘event’  You need to install XQuartz first and then use the following CPPFLAGS evn-var. (Also won't hurt to throw proper readline support in there while we are at it ( brew install readline first): CPPFLAGS=-I/opt/X11/include/ RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 1.8.7-p374 Hope that helps you. If anything is a future reference point to myself :P