Not much

I’ve just entered a period of my project at work that is learning me why SCRUM “iterations” are called sprints. After we have sprinted for seven sprints in a row, with only a weekend in between each we have not started a period of bug-cleaning.

And it feels so slow (this is the second week, mind you). Nothing that pushes you, no goal in sight and just bugs coming in and being fixed. Booooring!

But hey - if you’re not bored the fun will not feel as fun. I guess.

OK - in my private life there is loads of things to do right now so i might be a blessing in disguise. I also try to do some reading up on new technolgies - first in line is WCF and LINQ

Read More

The non-exsisting Service Quality at The Phone House

I can’t hold it in anymore. The service quality of The Phone House is bugging me enough to write them an angry email and enclose this service.

About 8 months ago i bought the most expensive telephone in my life, 4000 SEK. It was an HTC MTeoR. I have used HTC before and was recommended by the salesman at The Phone House that it was a good choice. Little did i know…

However - after a few months some problem did occur. When the phone rang it all of a sudden just lost it’s net. When i rebooted it the net was there again. Annoying but no problemos - that can happen.

I went to The Phone House to get some help. I was very surprised when i did get to give them the phone until i tried for the third time. Their excuses “Have you tried to patch it?”,...

Read More

Last sprint-demo of the project

Tomorrow we have the last demo of the project. It feels great when you think of what we have accomplished in this short while:

  • 4-5 persons
  • 6 months (including the famous Swedish vacation month of 6 weeks)
  • 100 000 lines of code
  • Implementing and learning new architecture and Scrum

I am really proud of the project and the members in it. Thank you guys for the opportunity to do this together.

Read More

Strange, sad things happening

The last few weeks there have been a lot of really strange and sad things happening in my network of friends and relatives. There have been deaths, suicidals, people nearly dying, relationships ending and several friends with some pretty serious problems to handle.

At the same time i feel like i am on the right place and at the right time in life. I experience the best project and learning experience of my life at work, i love the band and my corps and most of all Elin and I have never had it better.

Why is this? It feels really strange to still feel … not happy but strong, maybe. I can only take it as a blessing from God and that i hope that i can be of support to anyone who needs me. I cannot count the number of times it’s been the other way around.

My...

Read More

Teamplain rocks

Just some short lines of praise to an excellent web GUI to access TFS (Team Foundation Server) - Team plain.

Via this GUI you can easily access most functionality for TFS in a very nice manner. And this have to be the nicest Web-GUI i’ve ever seen. I could possibly be because it’s using AJAX - and then my friends the future promises good thing for us.

Read More

Slow and fast

We are closing in on the end of the project (the development phase) and it a mixture of feelings that comes over me.

First and foremost i would say it’s a bit of sadness. This is the best project i’ve been in so far - a lot of fun, speed, wild discussions and great flow in the group. Much to this i have to credit SCRUM for - which promotes just those things; building teams and delivering software.

Then of course i am proud of what we have accomplished. 100 000 lines of code in 4 months, 4 people. And the structure of the system feels very nice too - the bugs that are found now is quite easy to fix.

So the project is, in all right, slowing down while we are transiting into the testing phase. Oh how i would have loved to have testers in our team....

Read More

Hairs standing up!

Here is a video with the Cory Band and a singing group. Really nice and made the hairs of my arm stand on end.

Pretty cool in the beginning when the band takes the stage (i.e. mountain)…

Read More

Listen, just listen to the band

Every Monday morning i usually listens to the last broadcast of Listen to the band. This week there are some serious playing going on… Grimethorpe and Black Dyke.

This is very, very good playing indeed - and live. Don’t try this a home kids… Please keep all limbs inside the computer until it has come to a complete stop. :)

It’s out for a week. Don’t miss the chance to hear some great playing.

Read More

Friends in need

There’s been a lot of blogging about computer stuff for a while - that time in the project i suspect… Well - this one is not.

For a while i have been disturbed about the fact that many young people in Sweden today doesn’t “feel good” or “have issues”. Often that means that there some psychic problems, but it’s not considered good manners to use that words. “Burnt out” is another phrase, used too much to capture the true sense.

This hits everyone, it seems. Students and working, young (13?!!) and older, happy and sad. It has gone so far among people i know that everyone knows somebody who has these kind of problems.

Just this day i met a friend of mine that always seems to be in a good mood. He’s very, very successful, a Christian and always seems to have time. But now he looked slow, almost...

Read More

Declaring arrays in VB.NET

OK - this is driving me mad. Arrays in VB.NET really, really annoys me. Here is a short list on how to work with arrays, in my example an array of strings.

  1. Declaring an new empty array: Dim arr() as String = {} or (this is where the pain begins…why is there a choice?) Dim arr as String() = {}
  2. Declaring an array with three elements: Dim arr(2) as String
  3. Declaring an array with two elements and initializing the values Dim arr as String() = {"Element 1", "Element 2"} So - again the pain of VB.NET comes from the urge to want to help us all the time. Why, oh why, are there several ways of doing one thing?

I will sure get back to this post a lot because i forget how this is done...

Read More