Author Archives: svrist

What does CodingHorror have in common with Apache H-Base?

As I was in my “Advanced data management” class today I realized that CodingHorror aka Jeff Atwood of stackoverflow fame agree quite alot with Apache H-base. Apache H-base is a column-store database system based on the Google BigTable ideas leveraging … Continue reading

Posted in English | Leave a comment

The .dk zone and complaints – The Orango Case

This post is about the danish toplevel domain and in danish – These links describes much of the case in english http://www.isquattedyour.eu/2009/11/18/something-is-rotten-in-the-state-of-denmark-d/ and http://www.noervig.dk/?p=16 Dette er hvordan sagerne ser ud fra min del af internettet Først dukkede sagen om eof.dk … Continue reading

Posted in English | 2 Comments

This week one year ago…

I went running. 20minutes + 6 minutes of breaks spread through out. 2-4 kilometers. 6 weeks before this I went to the physiotherapist – again. Third time, overloaded knees – Patellar tendinitis. First problem, april 2007, second time march 2008. … Continue reading

Posted in English | 2 Comments

My favorite WordPress plugins

So I kinda challenged David – apprently a fellow plugin/addon junkie -  to share his favorite wordpress plugin. Google Analytics for WordPress Stats! I love stats! ShareThis My wonderous writing should be shared everywhere. This allows all my readers to … Continue reading

Posted in English | Leave a comment

Logging vs. debugging

It is probably no news that measurements in an experiment almost by definition affects the experiment.  This is true also for IT systems, where logging is a very used way for observing running code. From Jeff Atwoods Coding Horror blog … Continue reading

Posted in English | 1 Comment

What I like about Unit Tests

They are included with the source code, committed to SC and build along with the code  pretty automatically these days! Actually I dont really care if it’s unit tests, integration tests or any other kind of test, I just see … Continue reading

Leave a comment

Using my Certification

  Finally I found a way to use my certification!

Leave a comment

Bali – II

Anden rejseberetning fra Bali. Se billederne fra Fredag/Lørdag, Søndag og blomsterhaven. Hovedtemaet har været afslapning selvom vi faktisk har set og oplevet en masse. Fredag gik med morgenyoga på stranden, efterfulgt af lækker morgenmad og derefter en rundvisning i blomsterhaven. … Continue reading

2 Comments

Bali – I

Første rejseberetning fra det varme Bali. Se billederne her Indledningsvis kan vi konkludere, at 10 timer i et fly er lang tid! Især, når man flyver kl. 14.30-01.00, men med lokal tid kl. 06.00 ved ankomst – så forsvinder natten. … Continue reading

Leave a comment

Eclipse setup

Image from WikipediaI work with eclipse all day, so I’ve spent some time messing around with plugins. Lots and lots of plugins. The plugins I’ve current stablized on is: Maven2 plugin: http://m2eclipse.codehaus.org/ (update-site: http://m2eclipse.sonatype.org/update/) PMD for static analysis of java … Continue reading

14 Comments