Dec 17, 2018 0 0 Not getting past the title: This is not the bug you’re looking for Raymond Chen The title contains the same word, but that's about the only thing that's the same.
Dec 14, 2018 0 0 The case of the mysterious LoadLibrary error message after signing in Raymond Chen A little screen shot forensics.
Dec 13, 2018 0 1 How can I programmatically wait until the taskbar has finished booting completely before I create my notification icon? Raymond Chen It will let you know.
Dec 12, 2018 0 0 How can I programmatically wait until the system has finished booting completely before doing my own computations? Raymond Chen Your observation of the system mutates the system.
Dec 11, 2018 0 0 Why doesn’t my lock screen image change after I replace the image file? Raymond Chen It got captured when it was set.
Dec 10, 2018 0 0 When a customer asks for something unsupported, and they promise not to get upset when it stops working, don’t believe them Raymond Chen Because they'll be back.
Dec 7, 2018 0 0 The case of the buffer overflow vulnerability that was neither a buffer overflow nor a vulnerability Raymond Chen Not quite knowing how assembly language works, I guess.
Dec 6, 2018 0 0 Xformer 10: The Atari 800 emulator has gotten a huge update Raymond Chen It's over 30 years old, but can still be improved, and it sure did.
Dec 6, 2018 0 0 How is it that WriteProcessMemory succeeds in writing to read-only memory? Raymond Chen Because it tries really hard.
Dec 5, 2018 0 0 How can dereferencing the first character of a string take longer when the string is longer? I’m looking only at the first character, which should be constant time Raymond Chen There's a lot hiding in that O.