Feb 18, 2025 Post comments count4 Post likes count6 Your statement is now available, just two hidden flyouts and five clicks away Raymond Chen Beware of the leopard.
Feb 17, 2025 Post comments count7 Post likes count7 API design note: Beware of adding an “Other” enum value Raymond Chen What are you going to do when you add a new kind?
Feb 14, 2025 Post comments count3 Post likes count3 Investigating an argument-dependent lookup issue and working around it Raymond Chen Picking apart the language specification.
Feb 13, 2025 Post comments count1 Post likes count2 A sample implementation of the weak reference pattern for COM callbacks Raymond Chen A forwarder through a weak reference.
Feb 12, 2025 Post comments count3 Post likes count2 Async-Async revisited: What about cancellation? Raymond Chen Even the cancellation is async.
Feb 11, 2025 Post comments count3 Post likes count8 Did the Windows 95 setup team forget that MS-DOS can do graphics? Raymond Chen Oh look what you just made there.
Feb 10, 2025 Post comments count4 Post likes count2 How does Explorer find the “first” icon in a file Raymond Chen It enumerates them and takes the first one, so this is really a question about enumeration.
Feb 7, 2025 Post comments count1 Post likes count2 Using alternate locales to get more interesting case mapping than the C Raymond Chen Looking for something better.
Feb 6, 2025 Post comments count7 Post likes count0 The default C locale is not a very interesting one Raymond Chen It barely understands anything.
Feb 5, 2025 Post comments count7 Post likes count0 On exactly when XAML bindings are evaluated if an element is not yet loaded Raymond Chen It depends on which abstraction you prefer.