The simplest form of configurable Dependency Injection
I love the concept of dependency injection, but I’ve never found a dependency injection framework that I think is easy enough to use.
Linq Expressions – From and to delegates
I’m getting quite a few hits on my blog regarding Linq Expressions and how to convert those to and from delegates, so I figure I can just as well make a small post about it.
An intentional extensible language?
Ever since I first saw Lisp I have had a sort of hate love for it.
The syntax is horrible to look at, but at the same time it is pure genius in the sense that you can add new language constructs since everything are functions.
I have never seen any other language that can do this.
Evolutionary Compression
When I first posted the “Evolution of Mona Lisa” post, there were a few questions raised regarding how well an evolutionary approach to image compression would work out.
A few days later, some guys at the NVidia forms started to try out the concept using hardware accellerated graphics.
That attempt was fairly successful, it was better than normal JPG, but worse than JPG2000.
Casting and Type vs. Set theory
A few days ago I saw an awesome movie where Brian Beckaman talks about monads on channel9: http://channel9.msdn.com/shows/Going+Deep/Brian-Beckman-Dont-fear-the-Monads/
Good cop, Bad cop, Stylecop?
So what do I mean with this title?
I thought I knew C#
I honestly thought I had a pretty fair grasp on C# for the last few years.
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.
Scaling Clustered Evolution: 1 + 1 = 4
This is a follow up on: http://rogeralsing.com/2009/01/01/clustering-evolution-we-have-lift-off/