Some experience with uncertainty

I’m a big proponent of trying to live with and take embrace of uncertainty when you can. I’ve been saying “It’s just how things are - try to cope with it instead of fighting it”. Inspired by Dan North and his excellent talk: Embracing Uncertainty.

But lately I’ve been on the other side… where I was craving more certainty. As often before I found myself screaming for things that’s been asked of me before. “Give me a status! Give me a plan!” I heard myself begging.

I realized two things: it’s hard living with uncertainty and the smallest status (however uncertain) is better than no certainty at all.

No status = all statuses

As you might or might not known I’m in the process of moving to Indonesia. Right now we are waiting for the work permits and subsequently the visas to get into Indonesia....

Read More

What My Fair Lady can teach us about communication

I have a confession to make: I’m a sucker for musicals. Especially those old ones with those jolly tunes. One of my all-time favorites is: My fair lady. Since I like these old musicals it happens from time to time that I find myself singing the tunes. Out loud. The other day it happened again, but this time it was actually appropriate. In fact; the song I was humming told me something about visualization.

Here’s the scene: Eliza Dolittle have is fed being taught how to speak properly. And leaves the professor that tries to teach her. She leaves the house only to find a young man (Freddy) that loves her madly. He tries to tell her so. In oh so many long, beautiful and complicated words. So Eliza sings the following song:

The lyrics is brutal and to the point: > Words!...
Read More

A session on Open source software at Microsoft

I got invited to do a [Summer-session](http://www.microsoftsommarkollo.se/index.php/2013/05/microsoft-och-open-source-ur-ett-utvecklarperspektiv/) on Open Source from a developer perspective. It was my friend [Dag König](http://www.buzzfrog.se/) that invited me and I had great fun, both preparing and doing the session.
I even pulled of a demo of a life-time, in my opinion. We'll come to that later.
If you think about it the journey that OSS has done in the .NET and Microsoft community has been quite remarkable. Just a couple of years ago the words "Microsoft" and "Open source" could not be mentioned in the same sentence. Now you can fire up a virtual machine in Azure with Linux and the complete LAMP-stack on it. On top of that there's a number of prominent people promoting open source and alternatives to Microsoft recommendations and technologies - from within Microsoft.
That's cool in my book. It can be...
Read More

Move files at regular intervals on OSX

I’ve been starting to use Automator for some tasks that I commonly do and it’s actually quite capable although a bit convoluted and secretive.

In this post I’ll describe how to “write” a little task that moves files from one folder to another on a set schedule. I’m using this to move photos from my DropBox-folder to my SkyDrive-folder. This is done since I sync photos to DropBox and it fills up after awhile. And yes - I understand that this problem will come back for SkyDrive.

Ok - here we go:

Automating moving files

The trigger happy
Automator robot 

Open Automator...

Read More

CodeBetter - a new home for part of me

I started this blog about 8 years ago. It now contains 830-ish posts (this 831 I think). I have also just passed 20000 tweets:

With my 20000 tweets I wanted to say a big “Thank you” to all you tweeps that I’ve learned from so much. And a shout-out to @MikaelOstberg — Marcus Hammarberg (@marcusoftnet) August 8, 2013

During this time I have not drawn to much attention to myself, in my opinion, and by no means have become famous or well-known.

But some truly awesome things has happened during the last years that it directly related to the fact that I’ve been exposing my ideas, thoughts and failures on the net. Most of the things that I have learned during the last years as also come from me interacting with different awesome thinkers - not seldom ONLY online (twitter and through the blog).

A few...

Read More

Repost - Some tools for improved focus, improve teamwork and faster delivery

REPOST FROM CODEBETTER

I noticed that CodeBetter is slowing down. Maybe dying. I’m preserving my post from there, here to my site.

Original post

At one of the teams I’m coaching right now at Tradera (Swedish Ebay-branch) we are experimenting with increasing our focus on delivering completed work. We have had a big goal (technical upgrade of the complete site in a very short time) and there’s been some challenges to get the focus and team working together, towards this goal. Which has led us to try to experiment with some new practices and visualizations (board and backlog etc) and is summed up with a new question that we ask ourselves at our daily standups (you’ll find it under the Daily Standup heading if you’re in a hurry :)).

These a just a couple of practices that together has proven useful for us. In this...

Read More

Repost - Mob programming – full team, full throttle

REPOST FROM CODEBETTER

I noticed that CodeBetter is slowing down. Maybe dying. I’m preserving my post from there, here to my site.

This particular post makes me very proud to repost here, since it’s apparently one of the first posts ever written on mob programming, not by Woody Zuill - the father of the concept.

Original post

One of the things that fascinates me with our industry is that you can learn new stuff, things that throw your current ideas on end and even provokes you – every day. For my first blog post here I thought I share such a concept that have surfaced to my mind the last couple of months.

Being offered to blog for CodeBetter was nothing I expected and I’m deeply humbled, a bit proud and somewhat nervous. So I thought the best way of handle those feelings was to...

Read More

Setting up a new development machine without pressing Next a single time using Chocolately

Up to now I have sadly not have time to look into Chocolatey. I know what it is but I haven’t played with it. As the time grew closer to set up a new development machine I thought I’d give it a run Chocolatey a run for it’s money.

Could my entire development environment be installed using a script? That is - from a bare-bones Windows installation could I run a script and get everything I needed in place.

This was a real challenge since I don’t know (nor want to learn) any powershell and consider myself to be a newbie Chocolatey user.

This post describes my journey.

Getting a virtual windows installation in place

I use OS X and VirtualBox to run virtual instances of windows. Creating a virtual image is simple enough in VirtualBox and then you can attach an .iso-file...

Read More

Rules versus guiding stars ... and a lot about soccer

In Sweden there’s a radio show on each summer, everyday. It has the creative name “Summer”. It has been playing every summer since the 50-ies and is a Swedish institution. The concept is each: invite Swedes that have done interesting stuff last year or so and let them talk about their life during 1,5 hours, mixed with music of their choice.

This year I've only caught a few of them, and the one I'll tell you about now I only heard 5 minutes of. The program was hosted by the former manager and coach of the Swedish National team in soccer - Lars Lagerbäck. He has had a great career as a coach but always been very shy and in the background, so you...
Read More

Export all images from a Word (.doc) document .. and rename them

During the summer I was handed a delicate task for the book: “… and also, if you could hand us all the images in the book, thank you very much. Oh yeah, if you could name them CH01_01.png, CH01_02.png etc it would be great.”

Yes I felt a bit like:

Since Kanban In Action now have 13 chapters in different .doc-files I immediately realized two things: - Marcus - your are stupid for not tracking these images somewhere - This is to big to do manually This post describes how I did. It took me about 2 hours all together. ### Export all files in a Word document The chapters are written in .doc formats (for some reason), but I seem to recall that the newer format .docx in reality is just a zip-file. Maybe, just maybe, that could help...
Read More