September 2006

Some things never change. Some things do. [Morpheus, The Matrix]

My wife and I had known each other for 5 years and 1 day today. It is scary how time flies. And we are still together, and very much in love.

But my blog site (and the other two "commercial" ones I have been carrying along) have merged into one consolidated blog - this one.

One person - one blog. Thought that would be elegant. Anything I post on from now can be found right here. Hope you like the new colour scheme. I do...

Blog Categories:

My attempt at maintaining a Reef Aquarium

I recently (about 3 months ago) started a reef aquarium. Back in the days I lived with my parents my dad used to own a large tropical aquarium, and I remember I was fascinated by it. But that was a lifetime ago...

It started with an itch. That slowly progressed to a curiosity, which ended up in LOTS of research on the Internet. After two weeks of research I decided I was ready to start looking around for a shop to purchase the tank from.

Blog Categories:

Why #region is evil in C#

C# has a nice preprocessor directive called #region. In principle it is very cool, but it is like so many cool ideas - HORRIBLY broken.

The idea behind the directive is to allow you (or the IDE) to mark a block of code for hiding in the IDE. So if I have:

#region Private members
private void SomeMethod() {
  int i;
  ...
}
#endregion

The editor will then allow me to use cold folding on that block and thus collapse it to:

Blog Categories:

160MP Camera

Blog Categories:

HB2M

Blog Categories:

Back to top