Showing tag results for History

Dec 8, 2005
Post comments count0
Post likes count0

Using a physical object as a reminder

Raymond Chen
Raymond Chen

On our team, we have a mailing list where people can report problems. Those people could be testers from our team or they could be people from elsewhere in the company. Everybody on the team is expected to keep an eye on the messages and debug problems in their area. The job of monitoring the mailing list to ensure that every issue is ultimately ad...

History
Dec 7, 2005
Post comments count0
Post likes count0

Whimsical embarrassment as a gentle form of reprimand

Raymond Chen
Raymond Chen

A few months ago, I messed up a cross-component check-in and broke the build. I'm not proud of it. (In my excitement over finally having passed a few weeks' worth of testing requirements, I absently submitted only one of the components for check-in! My change was 99% within one component, and I forgot about the other 1%.) My submission cleared the ...

History
Dec 6, 2005
Post comments count0
Post likes count0

When a token changes its meaning mid-stream

Raymond Chen
Raymond Chen

The project leader for the initial version of Internet Explorer was well-known for wearing Hawaiian shirts. I'm told that the team managers decided to take one of those shirts and use it as an award to the team member who fixed the most bugs or some similar thing. What the team managers failed to take into account that nobody actually liked having ...

History
Dec 5, 2005
Post comments count0
Post likes count0

Using floppy disks as semaphore tokens

Raymond Chen
Raymond Chen

In the very early days of Windows 95, the distribution servers were not particularly powerful. The load of having the entire team installing the most recent build when it came out put undue strain on the server. The solution (until better hardware could be obtained) was to have a stack of floppy disks in the office of the "build shepherd". (Th...

History
Nov 22, 2005
Post comments count0
Post likes count0

Why is a drive letter permitted in front of UNC paths (sometimes)?

Raymond Chen
Raymond Chen

A little-known quirk is that the file system accepts and ignores a drive letter in front of a UNC path. For example, if you have a directory called \\server\share\directory, you can say dir P:\\server\share\directory and the directory will be listed to the screen. The leading P: is ignored. Why is that? Rewind to 1984 and the upcoming relea...

History
Nov 21, 2005
Post comments count0
Post likes count0

What’s the difference between HWND_TOP and HWND_TOPMOST?

Raymond Chen
Raymond Chen

The special values and have similar names but do completely different things when passed as the parameter to the function (or its moral equivalents such as ). As a backgrounder, you should start off by reading the MSDN discussion, which is perfectly accurate as far as it goes. Here, I'll discuss the issue from a historical perspective in the h...

History
Nov 17, 2005
Post comments count0
Post likes count0

Force-feeding the dogfood

Raymond Chen
Raymond Chen

Windows 95 contained some new networking features, and since I was one of those crazy people who sampled every flavor of dogfood in the store, I actually tried out all of them. One of the features, a network protocol, I thought was interesting enough that I decided to help them out by forcing everybody else on the team to dogfood it. Here's...

History
Nov 16, 2005
Post comments count0
Post likes count0

Sampling every flavor of dogfood in the store

Raymond Chen
Raymond Chen

During the development of Windows 95, everybody was, of course, self-hosted and upgraded the operating system on a regular basis as new builds came out. I took it upon myself never to install the operating system twice the same way. Each time I ran setup, I would give different answers to the questions. Maybe this time, I'll leave out Wordpad ...

History
Nov 10, 2005
Post comments count0
Post likes count0

When was the last time you formatted a floppy disk?

Raymond Chen
Raymond Chen

For some reason, I was reminded of the people who pooh-poohed Windows 95 because it didn't format floppy disks smoothly. Who spends all day formatting floppy disks? Even in 1995, when you bought a box of floppy disks, they came pre-formatted!

History