Mar 31, 2020 8 0 Why am I ignoring my second monitor? A case study in working from home. Raymond Chen Settling into the new routine has its rough spots.
Mar 30, 2020 6 0 A sneaky way to make sure nobody assigns test failures to your team Raymond Chen Buffer overflow.
Mar 27, 2020 8 0 Are Windows Runtime asynchronous operations guaranteed to complete? Raymond Chen As much as anything is guaranteed to complete.
Mar 26, 2020 1 0 If you say that your minimum requirements are the Universal contract, then you need to probe for anything beyond that Raymond Chen Reaching beyond your declaration.
Mar 25, 2020 6 0 How can I check whether a Windows Runtime object supports a member before I try to use it? Raymond Chen You can sniff at the metadata.
Mar 24, 2020 2 0 Accessing a member of a Windows Runtime class raises an InvalidCastException / throws a hresult_no_interface, what does this mean? Raymond Chen It's interfaces under the hood.
Mar 23, 2020 7 0 Why not just share a single event across all critical section? Raymond Chen How will you know when the thundering herd has calmed down?
Mar 20, 2020 10 0 The security check happens at the acquisition of the handle Raymond Chen Once you buy a handle, it's yours to keep.
Mar 19, 2020 7 0 Further refinements to the attempt to create a type-dependent expression that is always false Raymond Chen It still falls down, but for stranger reasons.
Mar 18, 2020 8 0 It rather involved being on the other side of this airtight hatchway: Booting into another operating system Raymond Chen It's not your computer any more.