Explore >> Select a destination


You are here

saeedesmaili.com
| | simonwillison.net
19.1 parsecs away

Travel
| | Two weeks ago, the Stable Diffusion image generation model was released to the public. I wrote about this last week, in Stable Diffusion is a really big deal-a post which ...
| | dusty.phillips.codes
14.4 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:
| | blog.nuculabs.de
18.2 parsecs away

Travel
| | It's been a while since I wrote a post and I'm also going to make this one a short one. Python Fire is a pretty cool Python library from Google that lets you turn any Python script into a command line tool, this means that you don't have to write any logic for handling command line parameters and options, but, if you script has sophisticated use cases then you'll be probably be better by using argparse from the standard library.
| | teklinks.andrejnsimoes.com
66.9 parsecs away

Travel
| VS Code has had consistent, monthly updates and improvements. It's a big reason why so many developers are using the lightweight and smart...