Writing Blogging from an iPad In this post I share my findings and my current setup which allows me to write and publish blog posts from my iPad, for my static generated blog, powered by Pelican and GitHub Pages.
Development Use OpenAI API to make two GPT bots talk to each other Use OpenAI API to make two GPT bots talk to each other
Development HowTo use OpenAI API for ChatGPT in Python How to use the OpenAI API for ChatGPT in Python
Development Ignoring hosts with python vcr when writing tests with pytest and generating cassettes How to ignore hosts with python vcr when writing tests with pytest and generating cassettes
Development Using pyenv and pyenv-virtualenv to install Python and create a virtual environment on MacOS How to use pyenv and pyenv-virtualenv to install a specific version of Python and create a virtual environment with that version on MacOS