Showing tag results for Other

Aug 29, 2006
Post comments count0
Post likes count0

As I recall, Germany did not ratify the United States Constitution

Raymond Chen

I remember reading a news report on a court case wherein the defendant claimed protection under the First Amendment of the United States Constitution. An interesting angle, especially since the case was being tried in Germany under German law. I may be wrong, but it is my impression that Germany did not ratify the United States Constitution. There...

Other
Aug 25, 2006
Post comments count0
Post likes count1

We know it's insecure, but we want to do it anyway

Raymond Chen

I remember a question from somebody who asked, paraphrasing: We're writing a secure screen saver that the user can interact with. We're going to present the user with various types of information, and if they click on a hot link, we want to launch a web page on their desktop once the user unlocks the workstation. We know it's insecure, but we want...

Other
Aug 18, 2006
Post comments count0
Post likes count1

Applications and DLLs don't have privileges; users do

Raymond Chen

I can't believe you people are actually asking for backdoors. If an end user can do it, then so can a bad guy. In response to the requirement that all drivers on 64-bit Windows be signed, one commenter suggested adding a backdoor that permits unsigned drivers, using some "obscure registry key". Before somebody can jump up and shouts "security th...

Other
Aug 14, 2006
Post comments count0
Post likes count1

Why can't I see all of the 4GB of RAM in my machine?

Raymond Chen

Here's a question that came from a customer: I have set my boot options to /3GB /NOPAE. Even though the server has 4GB of physical memory, we see only 3.5GB of physical memory on the server after it boots up. However, when we change the boot options to /PAE, we can observe 4GB of memory. Furthermore, when I enable only /PAE, even though the physic...

Other
Aug 8, 2006
Post comments count0
Post likes count0

Candidate for most obscure keyboard shortcut: Shift+F8

Raymond Chen

One of the most obscure keyboard shortcuts has got to be Shift+F8, which is used for listbox discontiguous extended selection. Man, what a mouthful. KB article Q301583 doesn't help matters by listing this keyboard shortcut under "Dialog box keyboard shortcuts" even though it isn't a dialog box keyboard shortcut. It's a listbox keyboard shortcut. ...

Other
Aug 7, 2006
Post comments count0
Post likes count0

Even more about C# anonymous methods, from the source

Raymond Chen

If you want to know still more about C# anonymous methods, you can check out the web site of Grant Richins who has an entire category devoted to anonymous methods, and he should know, since he actually implemented them. Now that CLR week is over, I'm curious what you all thought of it. Would you like to see another CLR week at some point? Shou...

Other
Jul 31, 2006
Post comments count0
Post likes count0

Just because I don't write about .NET doesn't mean that I don't like it

Raymond Chen

Some people have inferred that I don't write about .NET because I don't like it. That's not true. I use it myself. The reason I don't write about .NET is because I'm not an expert on it and there are plenty of other .NET blogs out there, written by people who are actual experts. (Such as Maoni Stephens, whose little finger contains more knowledge...

Other
Jul 28, 2006
Post comments count0
Post likes count1

The efficiency of ordinal-based imports while still being name-based

Raymond Chen

Reader Tom brought up the interesting point that ordinal-based imports are slightly faster than name-based, though not by much. But if even that tiny fraction of a percentage bothers you, you can still get the benefits of ordinal-based imports while still being name-based. People are more familiar with the first half of the "rebase and bind" duo ...

Other