Where do you find the best developers?

I’ve always been fascinated with the different schools of software development. Some make games, some make 3D tools, some make web portal development and some do software for fighter jets etc. So, in what branch of software development do you think we find the absolutely brightest developers? I think the bloggosphere might contribute to some…More

I thought I knew C#

I honestly thought I had a pretty fair grasp on C# for the last few years. But apparently there are features that I haven’t known about. The first one is covariance on arrays in C# I know that true covariance and contravariance will come in C# 4. But I really didn’t know it was already…More

Clustering Evolution – We have lift-off

After some horrible failures trying to cluster EvoLisa, I finally succeeded! (And some creds goes out to Fredrik Hendeberg on this solution too) All of my other attempts failed because of the overhead in the communication. I was trying to synchronize things too often, simply because I didn’t see how it would be possible to…More

Boolean logic and intentions

Boolean logic I’ve seen quite a few blog and forum posts about how developers “abuse” boolean logic. The most common of these examples would probably be something like: And people are arguing about how bad that is and that it can be shortened down to: And then the next guy comes along and says it…More