Showing archive results for 2007

Feb 2, 2007
Post comments count0
Post likes count0

The publicity machine doesn't stop: TechNet podcast interview

Raymond Chen
Raymond Chen

The TechNet Magazine Podcast page has just posted their February 2007 entry, which includes an interview with little old me in the second half. I haven't listened to the whole interview yet, but what struck me immediately is that I was pretty darned punchy and goofy, whereas I think the host was trying to take a more serious tone. Oops.

Non-Computer
Feb 2, 2007
Post comments count0
Post likes count0

Super Bowl Sunday: The day the entire country stops doing anything

Raymond Chen
Raymond Chen

This upcoming Sunday features an event that means absolutely nothing to people outside the United States: The Super Bowl. I call it an event because it is more than simply a football game. It's an American institution. Even people who think a nose guard is a piece of safety equipment will watch the game, or at least pretend to be interested in it...

Non-Computer
Feb 2, 2007
Post comments count0
Post likes count0

The ironic thing about fixing a bug

Raymond Chen
Raymond Chen

The ironic thing about fixing a bug, or at least once I mention on this web site that I fixed a particular bug, is that people immediately complain that I didn't fix some other bug. One school of complaint believes that cosmetic bugs should be fixed first: "You suck. I mean, look at these egregious cosmetic bugs. If you can't get even those righ...

Other
Feb 1, 2007
Post comments count0
Post likes count0

The network interoperability compatibility problem, second follow-up

Raymond Chen
Raymond Chen

I post this entry with great reluctance, because I can feel the heat from the pilot lights of the flame throwers all the way from here. The struggle with the network interoperability problem continued for several months after I brought up the topic. In that time, a significant number of network attached storage devices were found that did not imp...

Other
Jan 31, 2007
Post comments count0
Post likes count0

If you ask an author to sign a book, you have to tell him/her what to write

Raymond Chen
Raymond Chen

If you happen to catch me, say by stopping by my office if you happen to work at Microsoft, I'd be happy to sign your copy of my book. (There's no need to set up a formal book signing appearance in building 9; just stop by my office any time.) One of the things you don't realize as a fan waiting in line at a book signing is that when you get...

Non-Computer
Jan 31, 2007
Post comments count0
Post likes count0

Crackpots in computer security: A complete solution to computer security

Raymond Chen
Raymond Chen

Now that computer security grabs headlines, the crackpots are drawn to it. This means that the security folks are innundated with dubious vulnerability reports and revolutionary computer designs. Today's story is one of the "revolutionary computer designs" category. I have developed a complete solution to computer security. Construct one case ...

Other
Jan 29, 2007
Post comments count0
Post likes count0

If vertical strips are better, why do toolbars use horizontal strips?

Raymond Chen
Raymond Chen

If vertical strips are better, why do toolbars use horizontal strips? An early version of the toolbar control first made its appearance in Windows 3.0, and in those days, screen resolutions were low and toolbar buttons were small. Horizontal or vertical didn't really matter. Ten bitmaps, each 16 × 16, at 4-bit color, comes out to one ...

Code
Jan 26, 2007
Post comments count0
Post likes count0

The real underground (and subway)

Raymond Chen
Raymond Chen

London's Transport Museum commissioned a gorgeous interactive map called The Real Underground which lets you see two of the many versions of the world-famous London Underground Map, as well as a street map, and switch among them to see how the two schematics agree with actual geography. I wasted way too much time playing with the Real Undergrou...

Non-Computer
Jan 26, 2007
Post comments count0
Post likes count0

The /MAXMEM switch doesn't set the maximum amount of memory Windows will use

Raymond Chen
Raymond Chen

The Windows file has a switch whose name would lead you to believe that it sets the maximum amount of memory that Windows will use. But that's not what it does; the name is misleading. What the flag really does is set the maximum physical address that Windows will scan in search of RAM. If your physical memory map contains discontiguous chunks ...

Other