Sep 19, 2019 Post comments count4 Post likes count2 How to duplicate a file while preserving git line history Raymond Chen Synthesize it in a branch via a rename.
Sep 18, 2019 Post comments count1 Post likes count0 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 Post comments count5 Post likes count0 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 Post comments count8 Post likes count0 How do I split a file into two while preserving git line history? Raymond Chen The octopus delivers.
Sep 13, 2019 Post comments count7 Post likes count0 My summer vacation: The Eiffel Tower Raymond Chen It's really tall, for one.
Sep 13, 2019 Post comments count11 Post likes count1 Another way to sort GUIDs: Java Raymond Chen Because it's Java.
Sep 12, 2019 Post comments count6 Post likes count0 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 Post comments count3 Post likes count0 The sad history of the MFC TRY/CATCH macros Raymond Chen Because standard C++ exception handling didn't exist yet.
Sep 10, 2019 Post comments count4 Post likes count0 Trying to wrangle a site visit to Paul Allen’s superyacht “Octopus” Raymond Chen An unsuccessful play for a site visit.
Sep 9, 2019 Post comments count15 Post likes count1 PowerShell programming puzzle: Convert snake_case to PascalCase in one line Raymond Chen Abusing linguistic helper functions for fun.