Welcome to MSDN Blogs Sign in | Join | Help

December 2005 - Posts

2006 goals, and bicycle coaches

I was reading Fatty, and he talked about his goals for 2006 . So, I thought that I'd talk about mine, and perhaps give him a bit of advice... I've decided on my bicycle goals this year. My big rides are going to be: STP One-day (July 15th) I've never
Posted by ericgu | 3 Comments
Filed under:

New Toys - iPod Shuffle and Roku M500

I got some new toys as presents - the ubiquitous iPod Shuffle , and a Roku M500 network music player . Well, strictly, speaking, they're not *my* toys - they belong to my daughter, but since she's unlikely to blog about them, I thought I would. The Roku
Posted by ericgu | 11 Comments

Holiday Letter 2005

Every year I write a humorous holiday letter to go along with the cards that we send out to friends and family. Well, let's be realistic. Each year I spend hours and hours writing, trying to come up with something that is at least amusing. Some years,
Posted by ericgu | 5 Comments

Want to review my new book?

I got a request from my publisher for reviewers for the third edition of my book. You would get a copy of the book, read it (that part's optional), and then write a review of it on Amazon. So, if you'd like to participate, leave a comment with the reason
Posted by ericgu | 45 Comments
Filed under: ,

Flow vs. Collaboration

I've been talking about some agile techniques with one of my co-workers, and one of his concerns about pair programming or not being in separate offices is that he won't be able to get into a state of flow in that kind of environment. My limited experience
Posted by ericgu | 13 Comments
Filed under:

Regex 101 Discussion I2 - Find two words in a string

I2 - Find two words in a string Find any string that has the following two words in it: “dog” and “vet” ****** This is an interesting one, since it's not something that regex is particularly suited for. The test strings that I'm using are: I took my dog
Posted by ericgu | 2 Comments

Barbecue hazing

Today, we took a group to Dixie's barbecue , so that some of our newer members could meet "The Man". "The Man", of course, is Dixie's extremely hot barbecue sauce. While the novices were recovering and the repeat customers were figuring out how to encorporate
Posted by ericgu | 1 Comments

Halo Zero

Halo as a sideshooter ... You can switch to english, but I find that french is a bit more fun...
Posted by ericgu | 0 Comments

Make it a warning!!!

My code samples of the past couple of days have led to a few requests for warnings, which reminds me of a story. So gather round old Grandpa Gunnerson. Like many such stories, this is something I've said before - probably on this very blog - but I can't
Posted by ericgu | 5 Comments
Filed under: ,

Checkin mail for today

From a checkin I made today: Though one might perhaps at this time expect With the holidays looming and the halls bedecked A check-in mail that is somewhat relevent Glad tidings to wish, or at least thoughts benevolent But I fear that all I can offer
Posted by ericgu | 1 Comments

What does this code print? - Discussion

I decided to talk about this example because somebody pointed out that the behavior was surprising, and somebody else said it would make a good blog post. I think it was Ray . There were a couple of comments in the original post that referred to other
Posted by ericgu | 9 Comments
Filed under: ,

What does this code print?

What does this code print, and why? using System; public class A { public void F(int i) { Console.WriteLine("A: {0}", i); } } public class B: A { public void F(object o) { Console.WriteLine("B: {0}", o); } } public class Test { public static void Main()
Posted by ericgu | 16 Comments
Filed under: ,

Spam filtering for outlook express

We've been blessed with a bounteous harvest of spam on our home account, and I'm now looking for a good spam filtering solution. Needs to run on outlook express. Free would be best, but if I need to pay a bit, that would be OK as well...
Posted by ericgu | 10 Comments

Regex 101 Discussion I1 - Match a floating point number

Match a floating point number. [Update: Fixed a cut/paste issue with the match for + and -. Many of the comments on the original post spoke of not having sufficient sample strings. I omitted them deliberately, so that the problem requires a bit more work
Posted by ericgu | 8 Comments

Regex 101 Exercise I2 - Find two words in a string

I2 - Find two words in a string Find any string that has the following two words in it: “dog” and “vet” (yes, I know, I didn't get last week's discussion out there. It will be there shortly...)
Posted by ericgu | 7 Comments

Overtraining

Fatty is talking about overtraining as a possible excuse for not riding, and mentions Friel's statement on overtraining () Less than one-tenth of one percent of the general population is capable of attaining such a feat. That's a pretty powerful statement,
Posted by ericgu | 6 Comments
Filed under:

Memories of layoffs

Bob (of Bob's Top 5) has a nice post about layoffs . Here's my story (well, one of my stories - maybe I'll tell the second one some other time). Near the end of the 80's, I worked for MicroRIM (of R:Base fame). Trivia fact: R:Base grew out of software
Posted by ericgu | 9 Comments

More HDTV info

I wrote about HDTV a while back, and now Rory has added some more information ..
Posted by ericgu | 2 Comments

Regex 101 Exercise I1 - Match a floating point number

Regex 101 Exercise I1 - Match a floating point number Match a floating point number. Sample strings: You know what a floating point number is.
Posted by ericgu | 6 Comments

Death star

Here's a description . From Bad Astronomy Blog
Posted by ericgu | 2 Comments

Regex 101 Discussion S6 - Change the extension on a file

Regex 101 Exercise S6 - Change the extension on a file Given a filename including path, change the extension to .out. Input string example: C:\utility\Processor.cs ***** I said in the exercise description that this take a bit of care. One first blush
Posted by ericgu | 2 Comments
 
Page view tracker