Here you will find various writings on subjects which I deem interesting enough to write about. That typically includes
web development, miscellaneous programming with python and the Godot game engine, and linux things.
When developing a Flask application, the auto-reloader is incredibly helpful. Each time I edit a python file the server will restart, so that
my changes are immediately implemented. However, there is still room for improvement, which is what I will briefly discuss and fix in this post.
My first job out of university was entirely LAMP, using Zend framework. However, I had always loved writing python, and when it came time to leave that job I was mainly looking for something which would let me use it.
As you can imagine, recruiters were slightly sceptical of my …
For the unfamiliar, Ludum Dare is a 48 or 72 hour game jam. The organisers announce a theme and begin a countdown, then you have either 48 hours to create a game
by yourself and enter it into the "Compo", or 72 hours to work in a team of any …
At my workplace we like to use CI/CD to automatically deploy any changes to the master branch into production. This involves two main pieces of technology - Circleci and Ansible.
<br><br> In this post I will be going over how we use these two pieces of technology to deploy a flask application.
Update 07/2019
It seems Entroware have released a new version of the Zeus. It's now a 16" machine which features less IO than the model I purchased, but comes with
a better processor and a 2080 GPU. This means my review is now somewhat obsolete.
A few months ago I bought a shiny new gaming laptop as my main computer. No surprise, this laptop came with Windows 10 installed. Since I decided to pass on Windows 8 and 8.1, this was my first experience with something other than Windows 7 for at least 8 …