Dec 3, 2024 0 0 Tricks from product support: We’re not smart enough to debug the problem, can you help us? It's not you, it's me.
Dec 2, 2024 0 0 News flash: Desire for loud cars correlates with psychopathy and sadism More research into loud vehicles.
Dec 2, 2024 0 0 An analogy about register preservation rules in calling conventions And tying it back to unwind codes.
Nov 29, 2024 0 0 Assessing the attack complexity of a race condition security vulnerability It's not just how small the race window is, but how easy it is to hit the window.
Nov 28, 2024 0 0 Why does my program successfully take foreground only when running under the debugger? That's a special exception to the normal foreground rules.
Nov 26, 2024 0 0 Microspeak: Real estate and Airspace Space on the screen and negotiating control over it.
Nov 25, 2024 0 0 How can I know when a window has processed a message that I posted to it? Best would be to have it tell you.
Nov 22, 2024 0 1 In C++, how can I make a default parameter be the this pointer of the caller?, revisited Expanding on the previous pattern.
Nov 21, 2024 1 1 How can I detect which menu my item was invoked from? Just give them all different IDs. But this might itself by an XY problem.