by Jonathan | May 24, 2025 | AI
I’ve been playing with OpenAI’s Codex (online) and Google’s Jules, both asynchronous web-based coding agents. Both start the same way: connect to GitHub, choose a repository, and give them a task to work on. Codex lets you set up an environment with...
by Jonathan | Nov 2, 2023 | Tech
I use used Digital Ocean’s App Platform for a docker run application. I also use celery for asynchronous processing and cronjobs inside of this application. For months it worked without issue, and then one day my logs started filling up things like Errno 38...