CLI tool for running text through OpenAI Text to speech - GitHub - simonw/ospeak: CLI tool for running text through OpenAI Text to speech... (more…)
Read more »
Since this topic keeps coming up, I’d like to briefly share my thoughts on Python package metadata because it’s – as always – more complex than it seems. (more…)
Read more »
Python app to export pictures and associated metadata from Apple Photos on MacOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata. - RhetTbull/... (more…)
Read more »
Fredrik Lundh crafted our current string search algorithms, and
they've served us very well. They're nearly always as fast as
dumbest-possible brute force search, and sometimes much faster. This
was bought with some very cheap one-pass preprocessing of t... (more…)
Read more »
One of the most important takeaways of McCabe’s cyclomatic complexity is that functions and methods that have the highest complexity tend… (more…)
Read more »