Where have I been? Well the lock-down for all its curses also gives opportunities to do things that otherwise you would not simply get the chance or time to do. As for this old programmer who has moved on to do seemingly fancier things with grander job titles in far off places (er, I am joking in regard to the latter), it allowed me to take a part-time, remote learning, university based, computer programming course in Python 3 over the last seven weeks.
It was a breathe of fresh air for this old programmer who had lost the love of doing it, as actual commercial software development spends more time and energy on getting the vendor's view of the world fitting your own. This inevitably meant swallowing a bible of commercial product truth (or untruth) that did not focus on "getting the job done better" but rather adding to the profit column of a tech giant. The commercial frameworks were heavy (are heavy), hard to learn (with a multitude of courses to attend that only give part truths to the bigger picture), inevitably flaky as they were always changing - and worse IMHO wedded to your [rote-learned] knowledge of how a particular Integrated Development Environment (IDE) works. My head hurts just thinking about it and I will pause to take a sip of tea and relax, take a deep breath.
However, Python is a lightweight (and I say that as a very, very positive thing) but extremely powerful programming language used in education (to teach kids the art of programming), some commercial applications [please note it is extremely powerful in Network Programming and Data Science) but more importantly allows you to start on the real guts of programming quickly and helps you focus on generating results rather than wading through HTML(the graphical web-interface stuff that is a bugger to get working for all users) based UX (user experience). If you are inclined in any way to get into programming then I would highly recommend this as a "first principle first" programming language. I feel invigorated for doing so. You don't need a PhD in Computer Science to use it, but even if you have one you will be impressed at its beautiful simplicity and power.
But what has this got to do with wargaming? Well another feature of the lock-down has been mt interest in the stack of "barely played" wargames I brought down from the loft. These are the Avalon Hill, SPI and Victory Games classics that are the folk-lore of the wargaming world (from Midway, Tokyo Express, Carrier, B-17 Queen of Skies to Squad Leader [I still have not made the full transition to ASL]). The combination of my newly acquired or resurrected programming skills in Python with these classics should get me through the rest of lock-down. No "first person shooter" but more your classic "Computer Assisted Instruction" in helping you actually play a wargame (through the sequence of play) - and save one to resume later in a preserved state. It may feel 1970-80's wargamimg, retro in the art of programming and one man's folly; because it is and I am more than happy with it ;)
I may even make public a GitHib repository or two available. Watch this space.
:)
Addendum: I should write of my brief fling with JavaScript and HTML5, the product of which was satisfying but I still felt hindered by the weight and responsibility of learning how other people did things (out of rote learning rather than understanding).