Posts by this author

Sep 14, 2007
Post comments count0
Post likes count0

The code page on the server is not necessarily the code page on the client

It's not enough to choose a code page. You have to choose the right code page. We have a system that reformats and reinstalls a network client computer each time it boots up. The client connects to the server to obtain a loader program, and the loader program then connects to the server to download the actual operating system. If anything goes wr...

Code
Sep 13, 2007
Post comments count0
Post likes count0

Snatching defeat from the jaws of victory now more popular than vice versa

If you go to your favorite search engine and search for the phrase "defeat from the jaws of victory", you'll find that it turns up several times more its than the phrase "victory from the jaws of defeat". I just find it oddly amusing that the joke has become more popular than the phrase it came from.

Non-Computer
Sep 13, 2007
Post comments count0
Post likes count0

Why isn't QuickEdit on by default in console windows?

In the properties of console windows, you can turn on QuickEdit mode, which allows the mouse to be used to select text without having to go explicitly into Mark mode. (In a sense, the console window is permanently in Mark mode.) Why isn't this on by default? It's so useful! Somebody thought the same thing and changed the default in one of the earl...

History
Sep 12, 2007
Post comments count0
Post likes count0

Astrologers struggling with reclassification of Pluto

One of the consequences of the demotion of Pluto from planet to dwarf planet is being felt by astrologers, who now have to decide what role the body plays in the lives of mere humans. I remember reading an article many years ago wherein the writer asked several astrologers what impact the discovery of a new planet would have on their craft and wh...

Non-Computer
Sep 12, 2007
Post comments count0
Post likes count0

Making some statements and asking for advice isn't a question

This is a corollary to Don't forget to ask your question: Making some statements and asking for advice isn't a question. When we do X, and then select Y, and then click the Q button, we get an error message saying that Q can't be performed because "The computer Z that Y refers to cannot be contacted." Can you provide advice? ...

Non-Computeremail
Sep 11, 2007
Post comments count0
Post likes count0

The wisdom of seventh graders: A Wrinkle in Time

The recent passing of Madeleine L'Engle reminded me of a quiz seventh grade students were given in order to see whether they were at least paying attention during a reading of a chapter from A Wrinkle in Time. I forget the question exactly, but it asked the students about the mechanism that Mrs Who, Which and Whatsit use to travel through the univ...

Non-ComputerThe wisdom of seventh graders
Sep 11, 2007
Post comments count0
Post likes count0

What's the difference between EM_UNDO and WM_UNDO?

Daniel Chait wonders why we have both and . You know, I wonder the same thing. But I'm going to make an educated guess. Actually, most of what I write is just a lot of educated guessing. Like my explanation of why has such complicated rules? A guess. Why address space granularity is 64KB? A guess. Why most messages are in the system message...

Code
Sep 10, 2007
Post comments count0
Post likes count0

The Minimalist Jukebox Festival

Last year, NPR covered The Minimalist Jukebox Festival, a week-long exploration of the school of minimalist music. The NPR story includes a clip of my favorite minimalist work: Music for 18 Musicians, as well as a telling of the classic minimalism knock-knock joke. I remember reading somewhere that the world premiere of Music for 18 Musicians w...

Non-Computer
Sep 10, 2007
Post comments count0
Post likes count0

If control-specific messages belong to the WM_USER range, why are messages like BM_SETCHECK in the system message range?

When I discussed which message numbers belong to whom, you may have noticed that the messages for edit boxes, buttons, list boxes, combo boxes, scroll bars, and static controls go into the system range even though they are control-specific. How did those messages end up there? They didn't start out there. In 16-bit windows, these control-spec...

Code
Sep 7, 2007
Post comments count0
Post likes count0

Wayback machine: The Fake Job

Digging through my pile of junk, I found a reference to a fake article in The New Yorker magazine titled My Fake Job that turned out to be (partly) fake itself. Unfortunately, I missed the article the first time around so I didn't get to see what all the excitement was about, but it sure sounded like a funny article. (Fractionally more details fr...

Non-Computer