There will be blog
• 10 July 2024 •
Things have not been going smoothly on The Grand Locus recently. The blog was my first serious Python project, and as a beginner I made several mistakes. In particular, I did not realize that I had a huge technical debt. In 2012, I forked a Python 2 project for Google App Engine. Twelve years later, Google removed support for Python 2 and one good morning the blog went down.
I apologize to the readers who may have found the blog in a sorry state recently. It is a bit of a struggle to rewrite the code for Python 3, but I am getting there. Actually, if you are reading this, then I already managed to fix the back end so that I can publish new posts! With a bit of luck, I will soon be able to share my thoughts on more interesting topics.
In the meantime, here are some things I learned while fixing my blog. They are not particularly insightful, but it is just another way to ease my frustration.
1. The future does not always happen
Fifteen...