Welcome to MSDN Blogs Sign in | Join | Help

May 2006 - Posts

Seven Deadly Sins of Programming - #6

Seven Deadly Sins of Programming - #6 Way back in my early career, I worked on a graphics program written in FORTRAN that was used to plot engineering data. It ran on Tektronix 4014 terminals. Our application - known as E.G.G. (Engineering Graphics Generator,
Posted by ericgu | 21 Comments
Filed under: ,

Seven Deadly Sin of Programing - #7 - Excessive coupling

(these will be in reverse order...) #7 - Excessive Coupling We start out with a simple one. Coupling is obviously a necessary evil. The Console class, for example, wouldn't be able to send text through Win32 without being coupled to Win32. Given that,
Posted by ericgu | 12 Comments
Filed under: ,

Anybody working on an interesting hobby project?

Anybody working on an interesting hobby project? I finally got around to firing up my Atmel STK500 development board, after the untimely death of a wireless router gave me the perfect power supply to use. That will get used on some LED-based holiday lights
Posted by ericgu | 14 Comments

Make your own motivational poster

If you're a fan of Despair, Inc ., now you can make your own. Motivator
Posted by ericgu | 0 Comments

Random sometimes, not random other times

From a email: private void button1_Click(object sender, EventArgs e) { Customer c = new Customer(); c.Randomize(); Customer b = new Customer(); b.Randomize(); MessageBox.Show(string.Format( "object c random number = {0}, object b random number = {1}",
Posted by ericgu | 4 Comments
Filed under: ,

My favorite driver's ed moment

One of the comments on my last post reminds me of a story. Back when I took driver's education - which would have been the fall of 1979 - one of the modules of the class was spending time in the "simulator". I used quotes around term "simulator", because
Posted by ericgu | 3 Comments

Sacrifices

Sacrifices are part of parenting. And as a long-time parent, I've made a fair number of them. Sitting up with a sick child. Coaching soccer games. Going to plays and recitals. That sort of thing. You don't have to like it. You just have to do it, and
Posted by ericgu | 3 Comments

Review - Operation Mindcrime II (Queensryche)

I own a fair number of Queensryche (yes, I'm missing the umlaut over the y (a sure sign of 1980s metal pretentiousness)) CDs, but the band has never been a favorite of mine, mostly because of the varying quality of their albums. Though they do get a few
Posted by ericgu | 15 Comments
Filed under:

The Seven Deadly Sins of Programmers

A while back, I made an offhand comment about something being one of the seven deadly sins of programmers (/programming/developers/software engineering/coding/...). At the time, I really didn't have 7 things in mind, but after a little thought, I came
Posted by ericgu | 8 Comments
Filed under:

Using GC Efficiently

Spending lots of time on C++ means I haven't been paying as much attention to managed code as I did in the past, and I missed an excellent series of articles by Maoni about the GC. They are: Using GC Efficiently – Part 1 Using GC Efficiently – Part 2
Posted by ericgu | 1 Comments
Filed under: ,

New LINQ bits now available...

There's a new download of the LINQ bits available. I haven't had a chance to play around with it, but I hope to in the near future.
Posted by ericgu | 0 Comments
Filed under: ,

Retire Shuttle Now

Dave Brody advocates retiring the shuttle now - or at least after servicing Hubble one more time. I've got to agree. A few things are clear to me: Shuttle is old, and getting older. Shuttle cannot fly the number of flights that make ISS a going concern
Posted by ericgu | 5 Comments

Yelling at car drivers...

While bicycles don't have horns, I do have some decent lungs, and every once and a while I'll yell *HEY* loudly at a car driver to get their attention before they do something stupid. It works often enough to make it worthwhile, and even when it doesn't,
Posted by ericgu | 6 Comments
Filed under:

C# Trivia Test Answers - Part 11

C# Trivia Test - Part 11 (My initial set of responses vanished into the bit bucket due to the wonder that is on-line blog editing, so you'll have to do with the following, absent most of the humor and wittiness that was present in the first version) Here
Posted by ericgu | 14 Comments
Filed under: ,

In case you were worried, I'm okay...

Zombies attack Seattle hospital
Posted by ericgu | 0 Comments

C# Trivia Test - Part 11

Here we go, with the last installment of the series... Language Details 1) How is decimal different from other C# types? 2) What kind of constructor is not legal on structs? Why? 3) What’s the difference between “out” and “[out]”? 4) When you write ulong
Posted by ericgu | 27 Comments
Filed under: ,
 
Page view tracker