Having done the heavy lifting to analyse Q1’s transport data, the only hard part today was to remember which bits did what. To that extent, the whole assembly is still manual till it hurts, which honestly isn’t much.
Changes from last time include:
As we head off for a couple of weeks away from home, catsitting for a dear friend, I thought I would get a jump on my usual tardiness and try to get my laptop in order and fully functional. As this would also be the first time using this laptop to do a bit of coding — at least that’s the plan — I also had to install all that stuff. Luckily, I had made a note of Chris Amico’s guide which, along with the bits I have learned about environments, made the whole thing a lot less stressful than it might have been.
Finally found time to summarise the first quarter of data that Overland collects for me.
The biggest surprise is the amount of time spent on the bicycle as opposed to in the car. Some of that difference was caused by the absence of the car for about three weeks, the result of some thieves helpin...
Professor Von Explaino kindly steered me towards ChatGPT to solve the problem I was having building a Python gui. His solution worked, for that part of the problem, and made me realise that I ought to ensure that I ask ChatGPT as well as simple search. Having then got my gui up on screen, happy to receive files, for the next series of errors I asked ChatGPT myself.
Horror!
Good tutorials are worth their weight in gold, and some of the best, for me, come from Programming Historian, even though I am not an actual historian. A new one promised to show me how to create GUIs in Python, which I definitely could use. Alas, I fell at the first. The tutorial clearly warns that PyQt5
would not easily be installed on my machine, which has an M1 chip. That proved correct. Nothing daunted, I tried to install PyQt6
instead, and that worked a treat, except that …