Categories
Etc

A TraceListener that writes to the Console

I keep writing this class over and over.  It’s quite handy.

class ConsoleWriter : System.Diagnostics.TraceListener {
  public override void Write(string message) {
    Console.Write(message);
  }
  public override void WriteLine(string message) {
    Console.WriteLine(message);
  }
}

Advertisements
Categories
Etc

Mossy Breaking Statue

Another older shot from the Sleepy Hollow cemetary.  Much like the cemetary in Buffalo, it’s a great place to walk around and enjoy a quiet day, among amazing sculpture and stained glass work.  As long as you don’t mind all the dead folks.

Categories
Etc

Crappy Self-Portrait

I don’t think I’ve ever really posted a photo of myself, and I’m not sure this one counts…  Taken at work just before I left for the night.  I finally got our fancy new build-system-for-.net-framework-apps up and running, which made it a fine fine day.

Categories
Etc

Tired in Fall

A shot from our field trip to Kykuit one very fall afternoon.  For whatever reason, I didn’t notice my camera was on “center weighted average” metering, so most everything I shot that day came out quite dark.  It’s really too bad; the day has a fantastic quality of light.  The wet day really brought out the color in everything, right at the peak of leaf season.  Next year, I’ll remember to check my metering mode before taking 100+ photos…

Categories
Etc

Tappan Zee At Night.

I havn’t gotten out to take anything new recently, so here’s an old one of the Tappan Zee at night.  I took this shortly after I picked up my 70-200L, so it was a first batch of experiments with the lens.