Category: Uncategorized

Sick Day

I took a sick day yesterday.  Somehow, I always manage to get some work done anyway.  I hope I never get really sick.  I don’t think local hospitals have broadband.

9 July, 2008 (10:15) | Uncategorized | No comments

Please Excuse the Broken

If you submit a comment here, you may get an error.  I’m looking into it.  At any rate, your comment is not lost and I will be able to approve it.  Sorry for the inconvenience. 

17 June, 2008 (16:32) | Uncategorized | No comments

Is the Compiler Wrong? - Part II

Here’s a simpler example of the previous post.  This won’t compile either.  Once again, the compiler reports that not all code paths return a value.  Is it wrong?
string ThisWillNotCompile(bool input)
{
if (input)
[...]

17 June, 2008 (16:29) | Uncategorized | 1 comment

Is the Compiler Wrong?

Consider the following C# program.
class Program
{
static void Main(string[] args)
{
ThisWillNotCompile(MyEnum.Foo);
}

private static string ThisWillNotCompile(MyEnum input)
{
switch (input)
[...]

17 June, 2008 (14:00) | Uncategorized | 2 comments

Seal Hunt Supporter

This enterprising soul was standing in front of the Nova Scotia Legislature, across the street from my office.  We spotted him from above, thanks to his shiny silver shoulder pads.  He was kind enough to let me take his photo.
 

17 April, 2008 (11:22) | Uncategorized | No comments

Best Forecast Ever

It might not seem like much, but if you’ve lived in Halifax in the spring, you understand.

6 April, 2008 (12:20) | Uncategorized | No comments

Ain’t Photoshop Grand?


24 December, 2007 (20:21) | Uncategorized | No comments

Why Manual Is Good

I just bought a new Canon Powershot A570IS.  One of the great things about it is that it has full manual control.  I was walking home tonight and took a couple of shots that, I think, show just how valuable that is - even to a photo newbie like me.  Both photos have been resized for [...]

17 September, 2007 (02:26) | Uncategorized | No comments

Saturday Night Update

Just got back from Steve’s birthday party.  Time to have a quick beer and venture out to see if there are any good bands playing in this town tonight.

2 June, 2007 (23:01) | Uncategorized | No comments

Paper Is Dead To Me

The other day one of my co-workers was asking about some computer books and I realized something — I’ve gotten to the point where I actually prefer reading on a computer screen than on paper.  Other than the newspaper I rarely read anything on dead trees anymore.  I stopped getting flyers in the mail (thank [...]

31 March, 2007 (00:08) | Uncategorized | No comments