An idea per day was simply too much for me, I must admit now being almost a month behind after only two months. Thus I change the concept into a Month of Ideas and the first such was then January 2010.
I will now update the previous entries to reflect this change and restructure the current [...]
Related posts:
I had to get some statistics about file sizes today, but couldn’t really find a tool for the job, so naturally, I wrote one.
import os, sys, re
from os.path import join, getsize, exists
def median(numbers):
s = sorted(numbers)
l = len(numbers)
if l % 2 == 0:
[...]
I was actually planning on making my march something about running in the lovely spring weather. Well, there are stille traces of snow and I injured my knee, so I better come up with something different. Especially now when one third of the month have already passed. So I’m setting a goal that should be [...]
I'm writing an article on stress and how to handle it
I will be as concise as I can. I will iterate over the sections and cut away babbling. My aim is to provide a useful tool-set and some mental tips. The fewer words with the better.
I will however be needing some feedback. If you read [...]
I think it’s about time to give my next company update.
Konstellation and Konstellation Hosting is running fine and we have enough work right now to keep us floating. Looking forward to 2010 where I’ll expect a growth in sales and cool projects. New year new budgets
Pagegangster: We are almost there with the new [...]
Leave a Reply