May 6, 2019 Post comments count5 Post likes count0 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 Post comments count6 Post likes count0 Async-Async: Consequences for exceptions Raymond Chen The exception doesn't pop out until later.
May 2, 2019 Post comments count2 Post likes count0 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 Post comments count5 Post likes count0 Async-Async: Consequences for parameters to parallel asynchronous calls Raymond Chen Keep those parameter stable.