Posts by this author

Apr 2, 2007
Post comments count0
Post likes count0

Groundwork being laid for Vladimir Putin to run for his fourth term (out of a maximum of two)

The Russian constitution limits the president to two consecutive four-year terms, and Vladimir Putin is coming up on the end of his third. When he ran for his third term, he explained that his first term didn't count since it was served under the old constitution. This explanation appears to have been widely accepted because everybody reports that ...

Non-Computer
Apr 2, 2007
Post comments count0
Post likes count1

Why do operating system files still adhere to the old 8.3 naming convention?

Commenter Brian Reiter asks a duplicate of a question that was already submitted to the Suggestion Box: Darren asks why operating system† files still (for the most part) adhere to the old 8.3 naming convention. There are a few reasons I can think of. I'm not saying that these are the reasons; I'm just brainstorming. First, of course, ...

History
Mar 30, 2007
Post comments count0
Post likes count0

On the effect of dandruff on climate

The Improbable Research blog alerted me to a news report on the effect of dandruff and other cellular material on climate (full report).

Non-Computer
Mar 30, 2007
Post comments count0
Post likes count1

What do the colors in the elevation dialog mean?

On Windows Vista with User Account Control enabled, when you right-click a program and select Run as Administrator, the elevation prompt contains a particular snippet of warning text and a corresponding color-coding. Here are what the four colors mean. You can learn about the philosophy behind UAC in this Channel9 interview. Pre-emptive snarky...

Tips/Support
Mar 29, 2007
Post comments count0
Post likes count1

How to talk like Marketing: The awareness space

The great thing about Marketing is that you get to use words and phrases that normal human beings never use. Here's an example from over a decade ago: XYZ fit the installed base of web browsers we were targeting, and worked well in an awareness space. I have no idea what an "awareness space" is. The punch line? This sentence came from a person ...

Non-Computer
Mar 29, 2007
Post comments count0
Post likes count1

The buffer size parameter to GetFileVersionInfo is the size of your buffer, no really

The function takes a pointer to a buffer () and a size (), and that size is the size of the buffer, in bytes. No really, that's what it is. The application compatibility folks found one popular game which wasn't quite sure what that parameter meant. The programmers must have thought it meant "The size of the version resources you want to loa...

Code
Mar 28, 2007
Post comments count0
Post likes count1

The social skills of a thermonuclear device, part 4

Last summer, one of my colleagues thought it would be fun to have an informal "lunch chat with Raymond" as a special treat for our summer interns. One of the interns reacted to the invitation a bit unexpectedly, asking meekly, "Is he going to yell at us?"

OtherThe social skills of a thermonuclear device
Mar 28, 2007
Post comments count0
Post likes count1

Why are there both TBSTYLE_EX_VERTICAL and CCS_VERT?

There are two ways to make a vertical toolbar. You can use the common style, or you can use the extended style which is specific to the toolbar. Why are there two ways of doing the same thing? Because we messed up. Whoever created the extended style didn't realize that there was already a perfectly good way of specifying a vertical toolbar (na...

Other