Reformatting text with Copilot
I wanted to write alt text for the following screenshot (of this page), so I could include it in this post on Mastodon.
7 posts tagged “gpt3”.
I wanted to write alt text for the following screenshot (of this page), so I could include it in this post on Mastodon.
I like jq, but I always have to think pretty hard about how to construct the right syntax for it. I wanted to sum up the total number of comments in JSON that looks like this (truncated example): The…
Here's the pattern I figured out for using the openai Python library to extract structured data from text using a single call to the model.
I found a killer application for ChatGPT today: writing AppleScript! I've been stubbornly refusing to learn AppleScript for nearly twenty years at this point.
I wanted to stream the results from the ChatGPT API as they were generated, rather than waiting for the entire thing to complete before displaying anything.
I needed a name for my new Python CLI tool. It was originally called because I checked and https://pypi.org/project/py-grep/ was available - but when I tried to push the package to PyPI I got an error…
I needed to write a relatively repetitive collection of tests, for a number of different possible error states.