Showing tag results for Other

Jul 30, 2007
Post comments count0
Post likes count0

There's a whole Internet out there, folks, you might want to check it out

Raymond Chen

If you're going to add a topic to the Suggestion Box,¹ at least do the courtesy of researching the question before asking it. It takes me an hour to answer each question; it's only fair that you spend ten minutes making it a good question. For example, one entry in the Suggestion Box asked for the story behind the hotkey. But even the most ...

Other
Jul 23, 2007
Post comments count0
Post likes count1

The real cost of compatibility is not in the hacks; the hacks are small potatoes

Raymond Chen

Commenter Myron A. Semack asks how much faster Windows would be if you took out the backward compatibility stuff. Myron is so anxious about this that he asked the question a second time. Asking a question twice typically counts as a reason not to answer it, but since I had already written up the answer, I figured I'd post it anyway. Oh great, ...

Other
Jul 20, 2007
Post comments count0
Post likes count1

Screwing the computer parts back together is the most dangerous step

Raymond Chen

I had removed the cover from one of the computers in my office in order to upgrade one of its hard drives (from 20GB to 200GB, woo-hoo). The hard drives are kept in a removable cage, so first I had to unscrew the cage, then unscrew the drive from the cage, then swap in the new drive. Of course, you don't screw everything back in until you've tested...

Other
Jul 13, 2007
Post comments count0
Post likes count1

I was sort of interested at first, but now I'm not so sure any more

Raymond Chen

Some time ago, there was a product under development that was starting to get some buzz, so I thought I'd go check it out. I went to the product's Web site, but the product was so new that they didn't have any substantial information available. The only way to learn about the product was to download the documentation. And before they would let me d...

Other
Jul 6, 2007
Post comments count0
Post likes count1

It rather involved being on the other side of this airtight hatchway: If they can run code, then they can run code

Raymond Chen

Some people can't get over the initial burst of adrenaline when they think they've found a security vulnerability and rush to file a report with Microsoft so they can get credit for it and add it to their "security vulnerability portfolio" to show that they are so wicked cool. Learning that what they found isn't a security vulnerability isn't goin...

Other
Jul 2, 2007
Post comments count0
Post likes count0

The conversations backstage at computer Go tournaments

Raymond Chen

Steve Rowe linked to an essay on why computers can't play Go well even though they've mastered other "difficult" games like chess. I was reminded of a description I received of what happens backstage at computer Go tournaments (i.e., tournaments that pit Go-playing computers against each other). ("Backstage" is a bit of a misnomer, of course; s...

Other
Jul 2, 2007
Post comments count0
Post likes count1

Image File Execution Options just inserts the debugger in front of the command line

Raymond Chen

If you use the Image File Execution Options registry key to force a program to run under the debugger, all the kernel does is insert the debugger in front of the command line. In other words, the function figure out what program is about to be run and checks the Image File Execution Options. If it finds a debugger, then the debugger is prepended ...

Other
Jun 25, 2007
Post comments count0
Post likes count1

There's no point improving the implementation of a bad idea

Raymond Chen

is a bad idea and you shouldn't call it. In the comments, many people proposed changes to the function to improve the implementation. But what's the point? is just a bad idea. There's no point improving the implementation of a bad idea. On the other hand, some people suggested making it clear that is a bad idea by making it worse. While this...

Other
Jun 22, 2007
Post comments count0
Post likes count1

Even advanced users liked the Windows XP Start menu

Raymond Chen

In addition to testing out the Windows XP Start menu on beginners, we asked advanced users (including lots of system administrators) what they thought of it, and the response was still positive. This was kind of surprising, for advanced users tend to be resistant to change. In fact, system administrators like the new Start menu so much that t...

Other