From Lindesnes to Nordkapp with bicycle VI
June 2nd, 2010On Monday I did use my bike for the 60'th time this year to work, not bad I must say, because this includes two weeks of paternity leave and a course for one week out at Kolbotn, and not to mention a lot of days of in May. Anyhow, now I'm all the way to Oksfjordhamn. Could not find much about that place, but a search using Google gives a few hits at least.
On my way to work I'm passing by Akershus Fortress where you can find these chairs. Art is sometimes hard to understand
Also, on Monday morning I started counting cyclists I met from Aker Brygge to Bygdøylokket, 2.2 km, .... 110 cyclists..!!
Reinstalled Ubuntu on my T60
June 1st, 2010Yesterday I spent just about an hour reinstalling Ubuntu on my laptop, so now I'm running Ubuntu 10.4 LTS. Since I had tested so much on my 9.10 installation that I had lost control of what was running or not I reinstalled instead of upgrading. Used rsync to sync my pictures, videos and such to my external disk, then just booted with the cd and started the whole process of reinstalling. 7 dialog windows, then it installed itself in just about 30 minutes or so, and then it downloaded the updates from Internet. Really fast, compared to my previous windows installation that demanded about a day to be up and running.
Lunch at Fornebu - lovely day at work!
May 31st, 2010Today we ate outside, enjoying the view of Oslofjorden
My colleague Peter enjoying his lunch and the view
Skat - yet another luxury yacht
May 28th, 2010Had to stop and take a picture of this yacht when going to work this morning. The yacht is the 64th-largest in the world with a length of 71 meters, read more about it at Wikipedia http://en.wikipedia.org/wiki/Skat_%28yacht%29
Go open source, down with Micro$oft, when all the bosses can afford such yachts, no wonder Window$ costs a lot
Blog upgraded
May 26th, 2010Now upgraded from 3.3.2 to 3.3.3, it has been out for nearly half a year, but I have just not noticed it. Just a few bug fixes, easy and simple upgrade - b2evolution rocks!!
Terrengsykkelrittet 2010
May 23rd, 2010Yesterday I attended my first competition this year, which also was my first time trying Terrengsykkelrittet. Almost 60 kilometers hard core offroad biking in Østmarka. Manengen won using 2.55, I got more value for money and spent a bit more then one and a half hour more, which was expected. I'm pleased with the result, and also that I had no punctures or any other mechanical problems with the bike. Struggled hard with the brakes on Friday evening, but problem solved and it worked flawlessly for 4 and a half hour. Bit more problems with my own body, felt cramps several times, but luckily not anything bad, but very tired when finished.
The results for my class, Men 30-39, tow rounds can be viewed at Emit webpage
My legs and face when finished together with Espen showing his legs as well
From my training diary, kinda funny to see the red line at bottom right which is my pulse. Hard start and falling all the way
Creating my first Build Forge adaptor
May 20th, 2010This week I'm attending a two day course as an intro to Build Forge, followed up by a two day workshop on the use of RAFW. Between the lessons I have tried to create a simple adaptor to Build Forge which does nothing more than call a batch file and return the current date to the Bill of Materials. Not rocket science, but I need to start simple to learn it :-)
I got the bat file from http://www.tech-recipes.com/rx/956/windows-batch-file-bat-to-get-current-date-in-mmddyyyy-format/ I just edited it a bit, making this the last line
echo Current date: %dd%.%mm%.%yyyy%
Calling a bat file like this might seem kinda stupid, but since adaptors are meant to enable you to call executables using command line, stupid is ok for now. The XML for the adaptor calling the bat file is like this
<?xml version="1.0"?>
<!DOCTYPE PROJECT_INTERFACE SYSTEM "interface.dtd">
<PROJECT_INTERFACE IFTYPE="Source" INSTANCE="7.02">
<template>
<env name="FILEPATH" value="path_to_file_with_ending_slash" />
<env name="FILENAME" value="name_of_bat_file_to_run" />
</template>
<interface name="ByDate">
<run command="command" params="$FILEPATH $FILENAME" server="$BF_SERVER" dir="/" timeout="360"/>
</interface>
<command name="command">
<execute>
$FILEPATH$FILENAME
</execute>
<resultsblock>
<match pattern="^Current date: (.*)">
<bom category="Result" section="CurrentDate">
<field name="currdate" text="$1"/>
</bom>
</match>
</resultsblock>
</command>
<bomformat category="Result" title="Current Date">
<section name="CurrentDate">
<field order="1" name="currdate" title="Date"/>
</section>
</bomformat>
</PROJECT_INTERFACE>
(Using Blogcrowds to escape the XML)
Note that you also need to create an environment in Build Forge containing the two variables in the template-section. The adaptor xml only describes them, it does not instantiates them. So create the environment and refer to it in your project or the step.
I would also recommend playing around with the bomformat-tag, which enables you to format the "Bill Of Material format", creating headers, sections and fields.
Sheep rustling / Cattle rustling
May 19th, 2010I heard on the radio yesterday that farmers in England had started to worry about the rising of sheep rustling (Cattle rustling). The article they referred to on the radio was this one http://www.nrk.no/nyheter/verden/1.7125165. Did a further check on that one, and found this article on the BBC website. The last one is a bit more specific saying "Farmers raise Lothian and Borders sheep rustling fear". So not a national plaque after all :-)






