Showing tag results for Other

Nov 7, 2007
Post comments count0
Post likes count1

Proto-Microspeak: Pre-envisioning

Raymond Chen

I have only one citation, so it may not become proper Microspeak. Too early to tell. Further discussion will definitely generate a lot of good ideas and help drive them for pre-envisioning. Established Microspeak or not, I still don't know what it means.

OtherMicrospeak
Oct 31, 2007
Post comments count0
Post likes count1

It rather involved being on the other side of this airtight hatchway: Local execution

Raymond Chen

The security response team gets all sorts of reports, and a good number of them are from people who just get excited that they were able to do something unusual, even if it isn't a security vulnerability. Attached please find a security exploit in the ABC ActiveX control. If you save this Web page to a file and double-click it, it <does somethi...

Other
Oct 12, 2007
Post comments count0
Post likes count2

No good deed goes unpunished: Free code samples

Raymond Chen

There's no such thing as a free lunch. Or free code either. Many years ago, I wrote some samples for the SDK as a favor, and at each major SDK release, I am reminded that no good deed goes unpunished. I can tell when a major SDK release is coming, because I get a piece of mail that goes something like this: Hi. You are on file as the owner of at...

OtherNo good deed goes unpunished
Oct 3, 2007
Post comments count0
Post likes count1

The most important choice in writing is not what you say, it’s what you don’t say

Raymond Chen

"The most important choice in writing is not what you say. It's what you don't say." Eric Gunnerson gave me that advice when I was writing my book. It's sort of the writing version of "You don't know what you do until you know what you don't do." That's why I'll write Of course, you probably wonder this magical comes from. It comes from the...

Other
Oct 1, 2007
Post comments count0
Post likes count1

Suggestion Box 3, short answers (part 1 of who knows how many)

Raymond Chen

Some suggestion box topics turn into daily entries. Others deserve just a sentence or two. Here are the short answers. Can you shed some light on RPC_E_CANTCALLOUT_ININPUTSYNCCALL? This one is kind of bizarre, because the person who asked the question linked to the answer! What form do application hacks usually take in...

Other
Sep 25, 2007
Post comments count0
Post likes count1

Microspeak: Going forward

Raymond Chen

The jargon phrase going forward has largely replaced the more mundane equivalent from now on. It appears that I'm not the only person who is bothered by this phrase. Sample usages: Notice that the phrase going forward usually adds little to the sentence. You can delete it from all of the sentences above and nobody would notice a difference.

OtherMicrospeak
Sep 21, 2007
Post comments count0
Post likes count0

The Microsoft Cafeteria Tour (Redmond 2006 Edition)

Raymond Chen

In 2006, Christian Buckley set forth on a grand mission: To visit every cafeteria on Microsoft's Redmond campus. This marathon effort went by the name Microsoft Cafeteria Tour 2006, or for those in the know, MSCT2k6. Those looking for off-campus dining options can make use of this map mashup of restaurants which provide discounts to Microsoft em...

Other
Sep 20, 2007
Post comments count0
Post likes count0

Find the Flowers vs Minesweeper

Raymond Chen

David Vronay writes about the difficult balance that has to be maintained between people who like the classic Windows game Minesweeper and people who are (understandably) upset that Windows includes a game about landmines, trivializing a very serious issue. (Yes, the image used in the game is a water mine, not a land mine, but that's scant conso...

Other
Sep 17, 2007
Post comments count0
Post likes count1

What do I do with per-user data when I uninstall?

Raymond Chen

If the user chooses to uninstall your program, what do you do with the data your program kept in , and other parts of the user profile? Should you enumerate all the profiles on the machine and clean them up? No. Let the data go. First, messing with the profiles of users that aren't logged on can result in data corruption, as we saw when we look...

Other