-
2015-04-15
"My daily yaourt -Syua led me to realize that fig has been deprecated in favor of docker-compose. Switching however was just a straight renaming exercise. The fig.yml file is now docker-compose.yml, and the command is docker-compose instead of fig"
-
2015-04-13
"I just released 0.3.0 of my static blogging tool Sinor.
Major new features in this release:
Tags support Markdown can be used in archive pages Improved command line API It can be installed either by pip install sinor or by downloading it directly from Github."
-
2015-04-02
"I started blogging back in 2002. At that time I was working at Lecando, where I was lucky enough to be doing Java development and experimenting with XP together with some ridiculously bright people like Jimmy, Johan, Jon, Håkan and Visar.
Back then, Java was where it was happening. All the new things happened in Javaland, and we did our best to try out the new things; TDD with JUnit, CI with CruiseControl."
-
2015-03-02
"Almost a year and a half ago, I wrote about how I had built my own blog frameworky thing. In that post I wrote that I was happy with the result. Unfortunately, it didn’t last long.
The problem was that the tool I had built did too much. It found all the markdown files, converted them to HTML using Mustache templates and wrote the result to other files. All paths etcetera were hardcoded, the code was tied to the content in a way I strongly diskliked."
-
2014-02-02
"Friday was my last day as a consultant at Valtech, and starting Monday I will join the team of developers at Qwaya.
This was the second time I was employed by Valtech. I originally joined them in 2005 after five years at Lecando. Back then, Valtech was one of only three companies in Stockholm actively promoting agile software development. (The other two was Agero and Citerus). I spent two years away from Valtech, first in product development at WeMind and after that trying to set up a Thoughtworks office in Stockholm."
-
2014-01-10
"Recently I was replying to a post on the Valtech intranet, and tried coming up with a word for what I do as an agile coach. The thing that popped up in my mind was agile smurfing, which I think nails it. As an agile coach I do everything between teaching TDD to solving organizational issues, and since you can exchange every word in the smurf language to “smurf” it just works."
-
2013-11-22
"I have slowly realized that Jekyll isn’t for me. After evaluting a few alternatives like Pelican I decided to write my own, and I have to say that I’m happy with the result.
Not that what I have written is better than Jekyll in any measurable way, but it just that it suits my needs. For example: I use Mustache templates which I strongly prefer over Liquid, and as the Python Markdown library supports metadata and Pygments code formatting out of the box, I find that the original post format is clearer."
-
2012-12-05
"I took the train home to Stockholm from Skövde yesterday. The train was to my very small surprise late, somehow Swedish trains have a hard time dealing with snow.
The more interesting thing was how Swedish train company SJ calculates when the late train will arrive at its destination. The train started in Gothenburg, and had continuously become more late as it approached Skövde. But according to SJ, from Skövde and on we would not only start going faster, we would actually be going faster than normal."
-
2012-11-25
"I got a new laptop at work the other day. It is a Lenovo X230 which replaces the best laptop I ever had, the Lenovo X200. I carried the X200 around wherever I went for three years, and in that time I had to replace the battery once. Which is really simple: you buy a new one, take the old one out (no screws) and put the new one in. Oh, I replaced the old hard disk with an SDD one too."
-
2012-03-28
"We’re experimenting using veewee to create our vagrant boxes. However, when we tried to regenerate them, the disk was never attached and the installation halted.
We tried deleting the whole VM directory to no avail, the disk still was never mounted. It was only after trying to mount it manually in the VirtualBox GUI that we saw that VirtualBox keeps a sort of registry of disks.
To solve the problem - open the Virtual Media Manager, remove the old disk and restart the veewee install process."