Sep 19, 2019 4 2 How to duplicate a file while preserving git line history Raymond Chen Synthesize it in a branch via a rename.
Sep 18, 2019 1 0 How to split out pieces of a file while preserving git line history: The easy way with misleading commits Raymond Chen Anticipating the octopus.
Sep 17, 2019 5 0 How to split out pieces of a file while preserving git line history: The hard way with commit-tree Raymond Chen More commit-tree tricks.
Sep 16, 2019 8 0 How do I split a file into two while preserving git line history? Raymond Chen The octopus delivers.
Sep 12, 2019 6 0 The Turkish lira’s currency code is an unexpected source of problems with computer programmers Raymond Chen Following the rules for currency codes leads to a collision with popular macro.
Sep 11, 2019 3 0 The sad history of the MFC TRY/CATCH macros Raymond Chen Because standard C++ exception handling didn't exist yet.
Sep 10, 2019 4 0 Trying to wrangle a site visit to Paul Allen’s superyacht “Octopus” Raymond Chen An unsuccessful play for a site visit.
Sep 9, 2019 15 1 PowerShell programming puzzle: Convert snake_case to PascalCase in one line Raymond Chen Abusing linguistic helper functions for fun.