Showing tag results for Other

Oct 27, 2004
Post comments count0
Post likes count0

Sometimes you can’t read the text under the cursor

Raymond Chen

I had previously written on how you can retrieve the text under the cursor, and you may have noticed that it produces mixed results. It works great with some programs but not with others. It depends on the program in question. Some programs were written with greater attention to supporting screen readers than others. Internet Explorer, for examp...

Other
Oct 26, 2004
Post comments count0
Post likes count1

The strangest way of detecting Windows NT

Raymond Chen

A colleague of mine nominated this code for Function of the Year. (This is the same person who was the first to report that a Windows beta used a suspect URL.) I have to admit that this code is pretty impressive. Of all the ways to check the operating system, you have to agree that sniffing at an undocumented implementation detail of memory-mapp...

Other
Oct 13, 2004
Post comments count0
Post likes count0

Dispatching items collected from the suggestion box

Raymond Chen

Okay, I got around to digging through the suggestion box, and today I'm going to dispatch the items that don't require much thought but seemed worthy of reply to some degree. You won't learn much of anything today. Other entries require more thought. Each non-code entry takes me a half hour or so, more if I have to do research (if somebody as...

Other
Oct 12, 2004
Post comments count0
Post likes count0

People lie on surveys and focus groups, often unwittingly

Raymond Chen

Philip Su's discussion of early versions of Microsoft Money triggered a topic that had been sitting in the back of my mind for a while: That people lie on surveys and focus groups, often unwittingly. I can think of three types of lies offhand. (I'm not counting malicious lying; that is, intentional lying for the purpose of undermining the results...

Other
Sep 16, 2004
Post comments count0
Post likes count0

A visual history of spam (and virus) email

Raymond Chen

I have kept every single piece of spam and virus email since mid-1997. Occasionally, it comes in handy, for example, to add naïve Bayesian spam filter to my custom-written email filter. And occasionally I use it to build a chart of spam and virus email. The following chart plots every single piece of spam and virus email that arrived at my...

Other
Sep 14, 2004
Post comments count0
Post likes count1

The x86 architecture is the weirdo

Raymond Chen

So unlike all the others, yet people think it's the normal one.

Other
Sep 6, 2004
Post comments count0
Post likes count0

The shift key overrides NumLock

Raymond Chen

Perhaps not as well-known today as it was in the days when the arrow keys and numeric keypad shared space is that the shift key overrides NumLock. If NumLock is on (as it usually is), then pressing a key on the numeric keypad while holding the shift key overrides NumLock and instead generates the arrow key (or other navigation key) printed in sm...

Other
Aug 22, 2004
Post comments count0
Post likes count0

Summary of the recent spate of /3GB articles

Raymond Chen

A table of contents now that the whole thing is over. I hope. I'm not sure how successful this series has been, though, for it appears that even people who have read the articles continue to confuse virtual address space with physical address space. (Or maybe this person is merely mocking a faulty argument? I can't tell for sure.)

Other
Aug 20, 2004
Post comments count0
Post likes count0

The curious interaction between PAE and NX

Raymond Chen

Carmen Crincoli covered the interaction between PAE and NX on his own blog, so I'll merely incorporate his remarks by reference. (And notice again the concession to backwards compatibility. Without the backwards compatibility work, XP SP2 would have shipped with NX support and an asterisk, "* and those of you who have device drivers that a...

Other