Showing results for February 2010 - Page 4 of 4 - The Old New Thing

Feb 2, 2010
Post comments count0
Post likes count0

It appears that car park computers revert to their native language, German, when placed under stress

Raymond Chen
Raymond Chen

A car park in Birmingham switches from English to German in times of stress. That reminded me that over a decade ago, a colleague of mine noticed an error message on the screen at the exit to the parking garage at the Seattle-Tacoma International Airport. The way the airport works, you pick up a ticket as you enter, and you pay your parking fee a...

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

Microspeak: Future-proofing

Raymond Chen
Raymond Chen

It has been famously said that England and the United States are two countries separated by a common language. The same holds true for Microspeak. In the Redmond dialect of Microspeak, we talk about extensibility: Designing a system with specific points where features can be added in the future, often by outside parties. For example, an example ...

OtherMicrospeak
Feb 1, 2010
Post comments count0
Post likes count0

It looks a little like CMD except there is white on the background

Raymond Chen
Raymond Chen

Surely by now you've seen the video where NextGenHacker101 shows you how to use the "Tracer T" program to view "how many IP's are looking at Google", their name, and connection speed (to then to then to then). (And commenter squizz explains why it "worked" in spite of the http prefix.) But more awesome is the fact that some...

OtherExcursions into East Asian pop music
Feb 1, 2010
Post comments count0
Post likes count0

Why can't I use the linker to delay-load a function from kernel32?

Raymond Chen
Raymond Chen

For some time (I am too lazy to look up when it was introduced), the Visual Studio linker has supported a feature known as delay-loading. But why can't you use this feature to delay-load a function from ? It would be very handy: If you write the program fails to load on versions of Windows which do not support the function because the Win32 ...

Code