Nov 30, 2016 Post comments count0 Post likes count0 What could be happening in Safe Mode to make my heap corruption bug go away? Raymond Chen It's more about what's not happening.
Nov 29, 2016 Post comments count0 Post likes count0 The case of the volume label that doesn’t change Raymond Chen Who can read it?
Nov 28, 2016 Post comments count0 Post likes count0 If I simply want to create a registry key but don’t intend to do anything else with it, what security access mask should I ask for? Raymond Chen If you need nothing, then ask for nothing.
Nov 25, 2016 Post comments count0 Post likes count0 The Gävle Goat is now 50 years old Raymond Chen Welcome to Gävle. Please don't burn down our goat.
Nov 25, 2016 Post comments count0 Post likes count0 Lock free many-producer/single-consumer patterns: A work queue of distinct events, FIFO Raymond Chen No cutting in line.
Nov 24, 2016 Post comments count0 Post likes count0 Turkeys Away: An Oral History Raymond Chen The most famous sitcom Thanksgiving Day episode.
Nov 24, 2016 Post comments count0 Post likes count0 Lock free many-producer/single-consumer patterns: A work queue of distinct events, order not important Raymond Chen Each one is different in its own special way, but we don't care what order they are processed.
Nov 23, 2016 Post comments count0 Post likes count0 Lock free many-producer/single-consumer patterns: A work queue of identical non-coalescable events Raymond Chen They're all the same, but each one counts.
Nov 22, 2016 Post comments count0 Post likes count0 Lock free many-producer/single-consumer patterns: A work queue where the last one wins Raymond Chen There can be more than one, but only the last one counts.
Nov 21, 2016 Post comments count0 Post likes count0 Lock free many-producer/single-consumer patterns: A work queue with task coalescing Raymond Chen Starting out simple.