VirtualBox Upgrade Breakage
VirtualBox prompted that there was an update today. After dutifully downloading and installing vagrant up
failed with:
…
Read more of VirtualBox Upgrade Breakage →VirtualBox prompted that there was an update today. After dutifully downloading and installing vagrant up
failed with:
…
Read more of VirtualBox Upgrade Breakage →It might sound pretty obvious to anyone working with web servers that a site’s assets when delivered compressed has a major boost on page performance and the benefits that brings as well as network load and the associated costs. I came across the issue today where IOT style devices communicating over a mobile operator’s wireless link would often fail or be patchy at best particularly during provisioing when fairly large amounts of XML were being transported.
…
Read more of Speed Up Downloads With Compression →I have inherited a python/flask project to maintain and add a few new features to. While I know python enough to get by I have struggled a little with the organisation of the source code. Coming from a Java and Apache Maven background going back at least twelve years I believe teams really benefit from using a conventional project layout which is something I have yet to find in python. That said flask seems to have some conventions but my colleagues are uncertain where the best place to keep unit tests and coming from Junit we always keep them in a different but parallel src tree. Builds are done using make. Yuck.
…
Read more of Converting to PyBuilder →Before I forget I had an issue with port forwarding a webapp from the base centos vm to my host through vagrant - the webapp was unresponsive and requests would eventually timeout. In the past the issue has always been starting the webapp listening on a non-“0.0.0.0” adapter but the webapp’s config is quite explicit that it is set to listen on the right one. A quick nestat test proved this:
…
Read more of Centos Port Forwarding →