May 6, 2019 5 0 Mundane git commit-tree tricks, Part 1: Building a commit manually out of a tree Raymond Chen A little bit of plumbing.
May 3, 2019 6 0 Async-Async: Consequences for exceptions Raymond Chen The exception doesn't pop out until later.
May 2, 2019 2 0 Async-Async: Consequences for ordering of multiple calls in flight simultaneously Raymond Chen You don't know when they'll reach the other side.
May 1, 2019 5 0 Async-Async: Consequences for parameters to parallel asynchronous calls Raymond Chen Keep those parameter stable.