Sep 30, 2019 Post comments count2 Post likes count0 Where did DirectX code names come from? Raymond Chen From too much pizza.
Sep 27, 2019 Post comments count2 Post likes count0 My summer vacation: Paris public transportation Raymond Chen Getting around is easy. Paying for it is hard.
Sep 27, 2019 Post comments count3 Post likes count0 Why does the compiler refuse to let me export my class? If I don’t export it, then the class works fine. Raymond Chen You forced the compiler to try to compile it.
Sep 26, 2019 Post comments count1 Post likes count0 My summer vacation: Versailles Raymond Chen Ostentation fatigue is a real thing.
Sep 26, 2019 Post comments count6 Post likes count0 Why does std::is_copy_constructible report that a vector of move-only objects is copy constructible? Raymond Chen Because it has a copy constructor, says so on the tin, even though the constructor itself doesn't compile.
Sep 25, 2019 Post comments count6 Post likes count0 My summer vacation: The Louvre Museum Raymond Chen Don't waste your time queueing to see the Mona Lisa.
Sep 25, 2019 Post comments count1 Post likes count1 How do I create a Windows Runtime method that accepts a lambda? Raymond Chen You can use a delegate as a generalized lambda.
Sep 24, 2019 Post comments count11 Post likes count0 How did MS-DOS decide that two seconds was the amount of time to keep the floppy disk cache valid? Raymond Chen A stopwatch and a race against time.
Sep 23, 2019 Post comments count1 Post likes count0 Stop cherry-picking, start merging, Part 11: Chasing the commit by taking a train Raymond Chen Let the train carry you.
Sep 20, 2019 Post comments count6 Post likes count0 Why perform all these complex git machinations when you can just tweak the command line to get what you want? Raymond Chen Who controls the command line?