Mar 31, 2025 Post comments count12 Post likes count1 If one program blocks shutdown, then all programs block shutdown, revisited Raymond Chen No take-backs.
Mar 28, 2025 Post comments count1 Post likes count3 The 2025/2026 Seattle Symphony subscription season at a glance Raymond Chen The pocket reference guide for 2025/2026.
Mar 28, 2025 Post comments count3 Post likes count2 Fixing exception safety in our task_sequencer Raymond Chen Exception safety, the forgotten requirement.
Mar 27, 2025 Post comments count8 Post likes count2 On launching a dialog when a specific combo box item is selected Raymond Chen Changing selections is not a good time to launch a dialog box.
Mar 26, 2025 Post comments count1 Post likes count4 Why does INVALID_HANDLE_VALUE cast through a LONG_PTR first? Raymond Chen To ensure that the proper sign extension happens.
Mar 25, 2025 Post comments count4 Post likes count1 We’ll fly you to Atlanta, Texas, and getting to your hotel in Atlanta, Georgia is your problem Raymond Chen Reading the fine print.
Mar 25, 2025 Post comments count7 Post likes count3 A note on the USB-to-PS/2 mouse adapter that came with Microsoft mouse devices Raymond Chen It's a purely mechanical adapter that relies on smarts in the mouse itself.
Mar 24, 2025 Post comments count11 Post likes count2 On how different Windows ABIs choose how to pass 32-bit values in 64-bit registers Raymond Chen Surveying the options and looking for commonalities.
Mar 21, 2025 Post comments count11 Post likes count4 The case of the critical section that let multiple threads enter a block of code Raymond Chen It had one job.
Mar 20, 2025 Post comments count4 Post likes count0 What could cause a memory corruption bug to disappear in safe mode? Raymond Chen A simplified execution environment means fewer things that you can stumble over.