watch this space
-

Detecting deadlocks in a thread pool
“It ain’t over til it’s over.”
-

Intelligent waiting in a thread pool
No lifeguard on duty.
-

Silly solutions to elementary problems
Frivolous functions. Capricious code. Asinine algorithms.
-

Designing a test methodology for a compiler frontend
A great use case for data-driven testing
-

A caution about ceil
Did you mean floor + 1?
-

Manually instrumenting C# code to catch race conditions at runtime
Is thread-unsafe code nonetheless being used concurrently?
-

Running unit tests in parallel with GoogleTest and CMake
An easy way to run your tests in parallel
-

Changing the management IP address on an FS S3900 switch
A method is wrote
-

What’s in a constructor?
Would initialization by any other method smell as sweet? Answer: No
-

How not to use shared_ptr to this
Exploring a misuse of std::shared_ptr