Showing tag results for Other

Mar 24, 2010
Post comments count0
Post likes count1

First, try reading the error message, episode 3: Even programmers see error messages without reading them

Raymond Chen
Raymond Chen

As we all know, users don't read error messages. And, sad to say, this behavior extends to the group of people you would think pay the most attention to error messages, namely, programmers, who are the people who cause your computer to display the error messages! Today's example comes from an internal programmer's tool which I will call Program&...

Other
Mar 23, 2010
Post comments count0
Post likes count1

Why does it take longer to reject an invalid password than to accept a valid one?

Raymond Chen
Raymond Chen

You may have noticed that it takes longer to reject an invalid password than to accept a valid one. There are a few reasons for this. First of all, it simply takes longer to confirm that a password is invalid. Your local computer retains a password cache. This password cache improves performance of local authentication operations, such as unloc...

Other
Mar 10, 2010
Post comments count0
Post likes count1

One of the consequences of accepting a job offer is that you might end up working with an interviewer who didn't like you

Raymond Chen
Raymond Chen

At an informal gathering, my colleagues and I started talking about our experiences being interviewed at Microsoft. One of the people there remembered how one of the pieces of feedback on the interview lo these many years ago was that although my colleague was certainly smart enough and hardworking enough, there seemed to be insufficient enthusiasm...

Other
Mar 8, 2010
Post comments count0
Post likes count1

Why doesn't double-right-click bring up the Properties dialog?

Raymond Chen
Raymond Chen

kip asks why double-right-click isn't a shortcut for Properties. Recall the logical consequences of the way Windows converts single-clicks into double-clicks. The double-click action is an extension of the single-click action. In the case of context menus, the proposed double-right-click action is not an extension of the single-right-click, bec...

Other
Mar 2, 2010
Post comments count0
Post likes count1

Microspeak: Dialogue

Raymond Chen
Raymond Chen

Why have a conversation when you can dialogue? I think this is minimal work, but do others care? If they don't, then this is one for the ideas that failed bin. If they do, well let's dialogue... No need to talk when you can dialogue.

OtherMicrospeak
Feb 23, 2010
Post comments count0
Post likes count0

Le Chatelier's principle in action: Announcements

Raymond Chen
Raymond Chen

As I noted some time ago, one of the most important lessons I learned from Systemantics is Le Chatelier's Principle for complex systems which states, "Every complex system resists its proper functioning." At Microsoft, there are processes galore. For example, when a server is taken down for planned maintenance, you can expect a series of messages...

Other
Feb 16, 2010
Post comments count0
Post likes count1

It rather involved being on the other side of this airtight hatchway: Dubious escalation

Raymond Chen
Raymond Chen

Consider this type of dubious security vulnerability: There is a buffer overflow bug in kernel driver X. To exploit it, call this function with these strange parameters. The exploit works only if you are logged on as administrator, because non-administrators will get . Yes, this is a bug, and yes it needs to be fixed, but it's not a securit...

Other