Thursday, October 4, 2007

VI

You either are a VI guy or you're not. I am, and I found this cool cheat sheet. Now the thing that worries me a bit is that is it made on April 1st.

Monday, October 1, 2007

YA virtualization flavor

I just came across a product call coLinux.
It describes itself as: "Virtualization with VmWare, Xen, and Kernel-based Virtual Machine (KVM) are all the rage these days. But did you know that you can run Linux® cooperatively with Microsoft® Windows®?". I guess the main difference is that it runs a privileged process on Windows, so that if it crashes it will also take the Windows down. In other world it's not *really* a virtual machine! Sounds kinda scary, but it maybe cool for my development box, if it turns out that it takes up fewer resources to run.

Saturday, September 22, 2007

Stuck on Java

If you hadn't guess by the title of this blog then you know now. I'm in a longterm relationship with Java. I get headaches when I don't drink it and I find it easier to write Java code then to write this blog. Back in high school we learned programming using Pascal, that was until we got actual computers; 5 Apple II's, which ran BASIC. My first program where a bunch of print lines to show the speed skating results of the speed skate world cup. Man it felt good to see the lines slowly being printed from left to right. No pauses necessary, the machines where slow enough all by themselves to get the desired effect. Next I was allowed to skip geography class to code Population Pyramid graphs. You punched in the current age distributions, the birth and death rates and it would slowly redraw the graphs for each year going by, but I'm digressing.

After BASIC, it was back to PASCAL, FORTRAN, C, C++ and finally Java. Java is just great. I've been doing Java for over 10 years now and it doesn't get old. I think part of it is the vast API combined with the enormous amount of Open Source code out there. That and the fact that I can write it once run it anywhere. Life in the Java world is good. I recently played with the JAI API. It took me a while to catch on but after I discovered the javadocs things got much easier. The Geotools guys are using it too. Something tells me I'm going to spend some time with JScience soon. Java rocks.

How to clean your ipod?

I own a ipod shuffle, and I guess last week it was time to give it thorough cleaning; it ended up in the washing machine! So a few hours of washing, my Miele super-spinning-washer centrifuged the last drop out of my 'laundry' I finally got my ipod back. Nice and clean. I didn't think the dryer would be a good next step, as it was already unresponsive the way it was. So I just let it sit for a few days, and then stuck it in my PC to see what would happen. And yes ... it still worked just fine!

Friday, June 22, 2007

Maven sucks

I've been trying to like maven for over a year now, and it simply sucks. The problem is you get all this stuff you really don't need for free, plus it gets you there 90% of the way in no time. So you start off all happy. It's all based on conventions, so as long a you can follow them you are golden. SO now you're golden and in good spirits and then you get to the last 10% and now you're in trouble. The issue is that "The Best Tech Support in the World (Google) just does not index Maven well. Maybe Maven does to much with too little code. I love what Maven does for me, I love most of everything about Maven actually but "What Maven want Maven gets". No wonder Maven2 is a rewrite from Maven1, which -by the way- is making using Google even harder. Maybe in a few years it will suck less.

Friday, June 15, 2007

Karma

I got some more karma today. Apache is all about Karma, you may have comitter privileges but that is meaningless without karma. Today I found out I that I was left off the 'general comitter list', which was corrected. My Karma is fully restored. I can sleep well tonight.