Feb 2, 2021 Post comments count2 Post likes count1 A metric that is consistently at 100% is probably broken Raymond Chen They say that you get what you measure.
Feb 1, 2021 Post comments count3 Post likes count1 Why am I being told my fire_and_forget coroutine is not returning a value? Raymond Chen Fire-and-forget coroutines don't return a value, do they?
Jan 29, 2021 Post comments count1 Post likes count0 Autoscrolling on drag, part 5: Adding wiggle-to-scroll to escape velocity Raymond Chen Reintroducing a bug that's now a feature.
Jan 28, 2021 Post comments count1 Post likes count0 Autoscrolling on drag, part 4: Dynamic autoscroll based on escape velocity Raymond Chen Get a good running start.
Jan 27, 2021 Post comments count5 Post likes count0 Autoscrolling on drag, part 3: Dynamic autoscroll based on mouse position Raymond Chen Pull the rubber band more taut.
Jan 26, 2021 Post comments count5 Post likes count0 Autoscrolling on drag, part 2: Why does scrolling go faster if I wiggle the mouse? Raymond Chen You're tickling the adjustment code outside its normal cycle.
Jan 25, 2021 Post comments count0 Post likes count0 Autoscrolling on drag, part 1: Basic implementation Raymond Chen Setting the groundwork.
Jan 22, 2021 Post comments count3 Post likes count1 How do I protect myself against a COM call that can hang? I’m already running the server out-of-process. Raymond Chen You can cancel the call, and if the server ignores you, it's left working on a canceled operation.
Jan 21, 2021 Post comments count8 Post likes count1 What happens to the value returned from the function passed to QueueUserWorkItem? Raymond Chen Nothing. Nothing at all.
Jan 20, 2021 Post comments count2 Post likes count1 How do I disassociate a thread from an I/O completion port? Raymond Chen Escaping the trap.