Explore >> Select a destination


You are here

www.paepper.com
| | dusty.phillips.codes
6.2 parsecs away

Travel
| | I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them:
| | cp4space.hatsya.com
16.7 parsecs away

Travel
| | I gave a half-hour talk on Tuesday about the project to search for optimal Boolean chains for all equivalence classes of 5-input 1-output and 4-input 2-output functions. The talk was not recorded, but the slides and transcript are included here for posterity. Some of the ideas in the talk haven't been previously published, although it...
| | florimond.dev
16.9 parsecs away

Travel
| | ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.
| | dhariri.com
59.2 parsecs away

Travel
| The website of David Hariri, a software developer, designer, and entrepreneur.