I just the other day got, an internet was sent by my staff at 10 o’clock in the morning on Friday and I just got it yesterday. Why? Because it got tangled up with all these things going on the internet commercially. Perhaps he meant email? And maybe their email server was down? And let’s…
Category: General
NUnit GUI Running on Mono/Linux
I’ve had some time this weekend to tinker around with NUnit. Part of my role on the NUnit dev team is to make sure everything is working on Mono/Linux. Up until now, NUnit works, but only on the console. That’s now starting to change. I was able to get the GUI and toolkits to compile,…
The right of a free press should not be absolute?
I’m not normally one to post political stuff here, but this particular story quite amazed me. It seems that the New York Times published a report last week that the Bush Administration was tapping into the international banking transfer program to track international wire transfers without a warrant. But the Bush Administration didn’t want the…
Solving “configuration not set for eth0” on Gentoo Linux
Recently I updated some of my configuration files on my Gentoo box. When I brought it back up, X had died and eth0 was failing with “configuration not set for eth0”. After about an hour of searching for why eth0 wasn’t coming up, I paused and stepped back from it. I realized that my USB…
Offshoring, TDD and Quality
I’ve been at several organizations, both large and small, who keep the same chant over and over that offshoring is the key to getting your software cheap. When it comes up, it never seems to be to be a good solution, and so far that’s panned out. None of the offshored projects have succeeded. That’s…
How Mono gets its CultureInfo
Recently, we had a core NUnit test failing on Mono/Linux. It was expecting the CultureInfo to be set to a certain pattern of string (xx-XX, or [a-z][a-z]-[A-Z][A-Z]), but when I ran it, it was coming back blank. Since CultureInfo is something that is usually read from the underlying OS, I inquired on the Mono list…
Communication and Coaching
During the time off with the new baby, I was able to catch up on some reading. I came across two great articles that are worthy of reading. The first is from Esther Derby. She wrote an article on the Scrum Alliance site entitled 7 Questions to Ask Yourself Before You Begin Coaching. It’s a…
Welcome to Annabelle Katherine Foy!
At just past 2am last night, June 14th, our first child, Annabelle Katherine was welcomed into the world. We had gone in for an checkup at 7:30 am on Tuesday the 13th, and they decided to induce at 8am. Thanks for all of the support, and be sure to check out her gallery:
Bit fiddling computers and dealing with humans
It’s always amusing to me when people find out I build software for a living and get this, “Well, that must be hard!” expression. The funny thing is that bulding software, fiddling with bits on a computer, isn’t terribly difficult. If I need to add 2 numbers, any language will do that, and even if…
Test-Driving Yahoo API Call with Ruby
I just started a new project for a web site (non-work related) I am very excited about. One of the things I have to do is make a call to the Yahoo Maps API to Geocode some information. I wanted to wrap the functionality into a class to make it easier to call from my…