Showing tag results for History

Sep 1, 2010
Post comments count0
Post likes count1

Yes, the Windows 7 beta wallpaper was a picture of a betta fish

Raymond Chen
Raymond Chen

It wasn't long before people realized that the fish in the default wallpaper for the Windows 7 beta was a betta fish. This was intended to be a cute little pun, though some people took the semiotics to an extreme, Dude, this is Windows, not The Da Vinci Code. It's not like the people who chose the wallpaper are using a backchannel to pass se...

History
Aug 24, 2010
Post comments count0
Post likes count1

Windows 95: It sucks less

Raymond Chen
Raymond Chen

An unofficial team motto.

History
Aug 20, 2010
Post comments count0
Post likes count1

Why does the primary monitor have (0,0) as its upper left coordinate?

Raymond Chen
Raymond Chen

By definition, the primary monitor is the monitor that has (0,0) as its upper left corner. Why can't the primary monitor be positioned somewhere else? Well, sure you could do that, but then you'd have to invent a new name for the monitor whose upper left corner is at (0,0), and then you're back where you started. In other words, it's just a name....

History
Aug 16, 2010
Post comments count0
Post likes count1

What happened to WinHelp?

Raymond Chen
Raymond Chen

Commenter winhelp (probably not his/her real name) wonders what happened to WinHelp.exe. I don't know, but it turns out the answer was already known to the Internet. At the time the question was posted, the answer was already in the Wikipedia entry for Windows Help—it even had a citation! The question does highlight another one of those n...

History
Aug 3, 2010
Post comments count0
Post likes count1

Don't forget to replace your placeholder bitmaps with real bitmaps

Raymond Chen
Raymond Chen

The story We Burned the Poop reminded me of an embarrassing story a colleague of mine related from earlier in his programming career. During the development of the product he was working on, the programmers needed an image for a comparatively rarely-used piece of the user interface. Since programmers aren't graphic designers, they inserted a plac...

History
Jul 27, 2010
Post comments count0
Post likes count1

Hardware backward compatibility: The finicky floppy drive

Raymond Chen
Raymond Chen

I think the behavior is more petulant than finicky, but finicky is alliterative. Back in the days of Windows 95, I was talking with the person responsible for, among other things, the floppy disk driver, and I learned about a particular driver hack that was needed to work around a flaw in a very common motherboard chipset. Apparently the flo...

History
Jul 6, 2010
Post comments count0
Post likes count1

Hardware backward compatibility: The firmware that missed one tiny detail

Raymond Chen
Raymond Chen

The person responsible for the floppy disk driver in Windows 95 also was responsible for the low-level CD-ROM drivers. (Not to be confused with the CDFS file system, which was handled by the file system team, not the hardware driver folks.) And I remember a story about one particularly strange CD-ROM drive. This drive was produced by a name-b...

History
Jun 15, 2010
Post comments count0
Post likes count2

What does the PRE in PREfast stand for?

Raymond Chen
Raymond Chen

Commenter Jeff asks what the PRE in PREfast stands for. It's an inside joke. The Microsoft Programmer Productivity Research Center (MSPPRC) originally produced a tool called PREfix. Michael Howard put me in touch with the development team, and they explained that it was called PREfix because it helps you fix your bugs before (PRE) you even run...

History
May 25, 2010
Post comments count0
Post likes count1

Why doesn't the Windows Vista copy progress dialog show the names of the files being copied?

Raymond Chen
Raymond Chen

When you copy multiple files in Windows Vista, the progress dialog gives you an estimate of the time remaining as well as an indication of what fraction of the operation has been completed. But one thing it doesn't tell you is the name of the file currently being copied. Why not? The programmer responsible for the file copy progress dialog in Wind...

History