The Quote Database
The quote database I work on (Akyu) have been updated to 0.2 recently (24th August).
This changed some things:
- Voting buttons now actually tells you they are, i.e voting buttons
- No text error messages, all error messages are displayed when you hover over the button you just clicked
- Some minor changes to the layouts of some pages (for example the search page)
Continue reading ‘Some updates (and new creations)’
So… I just thought I’d post some updates to keep this blog from being idle for way too long.
As you might know (at least if you checked out the Projects tab) I’m working on an irclib, so I thought I’d give you a bit of a preview on how the actual ircbot looks from the command-line.
Sadly it seems like the coloring and stuff will be Linux only since it requires an extra (3rd-party, not Microsoft) executable for Windows.

So, this is how it looks
Continue reading ‘Random updates’
As a belated follow up to my post on C# Anonymous Methods, let’s look at a closely related feature of the CLS: lambda expressions. Then let’s use a lambda expression to improve the code example from that earlier article. Continue reading ‘C#: Lambda Expressions’