Testing Delicious Bookmark Plugin for WLW

These are a few of the links I have added to my delicious bookmarks within the last year. I am thinking about doing a “see which links i added post” once in a while, so this is just to get off to a start. This is also my trial run of Delicious Bookmarks Plugin for Windows Live...

Read more

NU – gem like packaging for .NET

I just had a look at NU which is made to be for .NET what gems are for Ruby. Why should you care? Well if you are like me downloading new versions of miscellaneous open source projects and updating them along the way is not your favorite thing. It’s just tedious and seems to be a...

Read more

IronRuby 1.1 with LINQ support

Finally LINQ is supported in IronRuby now from v. 1.1 and I think it has been solved quite elegantly without any real syntactical gooeyness. Trying it out has been made very straight forward by looking at the 101 LINQ samples rewrite for IronRuby . From day one LINQ has seemed a...

Read more

IronRuby and hashes in metaprogramming

This will probably be one of the shortest blogposts I'll ever write, and probably the one with the least amount of code - besides an occational rant. The reason is that like pictures sometimes say more than a 1000 words, so does elegant code. module MyModule class MyClass def...

Read more