Mar 28, 2025 Post comments count1 Post likes count3 The 2025/2026 Seattle Symphony subscription season at a glance The pocket reference guide for 2025/2026.
Mar 28, 2025 Post comments count3 Post likes count2 Fixing exception safety in our task_sequencer 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 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? 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 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 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 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 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? A simplified execution environment means fewer things that you can stumble over.
Mar 19, 2025 Post comments count9 Post likes count6 You can’t simulate keyboard input with PostMessage, revisited If it didn't go through the input system, it only looks like input as much as the app allows itself to be fooled.