Jan 12, 2022 1 0 Standing on the shoulders of giants: Let the compiler tell you what the ABI is Raymond Chen Consult the oracle.
Jan 11, 2022 11 0 Jumping into the middle of an instruction is not as strange as it sounds Raymond Chen It's just another trick for saving space.
Jan 10, 2022 0 0 How can I detect that a thread pool work item is taking too long? Raymond Chen Call in a watchdog.
Jan 7, 2022 7 0 How do I upgrade a 32-bit tick count to a 64-bit one? Raymond Chen Fortunately, there's a 64-bit one sitting nearby.
Jan 6, 2022 17 0 Filling in some gaps in the story of Space Cadet Pinball on 64-bit Windows Raymond Chen The story as I experienced it.
Jan 5, 2022 0 0 How do I prevent folder verbs intended for file system directories from showing up in my shell extension’s virtual folder’s context menu? Raymond Chen They shouldn't be there in the first place.
Jan 4, 2022 4 12 My Excel spreadsheet doesn’t scroll even though I can use the arrows to move around Raymond Chen Freeze, and put your hands up!
Jan 3, 2022 1 0 Speculation on the design decisions that led to the common ABI for C++ coroutines Raymond Chen Considering some alternatives.