Jun 11, 2026 Post comments count1 Post likes count1 Understanding the rationale behind a rule when trying to circumvent it Raymond Chen I mean, technically I didn't do it.
Jun 10, 2026 Post comments count5 Post likes count2 What’s the opposite of ClipCursor that lets me exclude the cursor from a region? Raymond Chen There is no such feature, but you can just exclude it virtually.
Jun 8, 2026 Post comments count3 Post likes count2 Rotation revisited: Shuffling more than three blocks, and other small notes Raymond Chen Generalizing the shuffle to arbitrary numbers of blocks.
Jun 5, 2026 Post comments count2 Post likes count2 Rotation revisited: Avoiding having to calculate the gcd when doing cycle decomposition Raymond Chen Math is hard. Let's go counting!
Jun 4, 2026 Post comments count1 Post likes count2 Rotation revisited: Cycle decomposition in clang’s libcxx Raymond Chen Rotating in the minimum number of steps by performing cycle decomposition.
Jun 3, 2026 Post comments count1 Post likes count3 Rotation revisited: A shocking discovery about gcc’s unidirectional rotation algorithm Raymond Chen We've seen this before.
Jun 2, 2026 Post comments count1 Post likes count4 Rotation revisited: Another unidirectional algorithm Raymond Chen Moving in a straight line, in a different way.
May 29, 2026 Post comments count0 Post likes count1 Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 3 Raymond Chen A variation where we try only once.
May 28, 2026 Post comments count1 Post likes count2 Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 2 Raymond Chen Just let each person take turns trying.
May 27, 2026 Post comments count0 Post likes count2 Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1 Raymond Chen Caching the result and knowing when the cache is valid.