Trying to Sum Up Summer Before It Ends

I felt tired and defeated after the 2nd milestone presentation of my PhD thesis. A lot more friction (external and internal) than my last go. So I'm going to have to retool the approach. Less engineering. More law. Other than some new notes, not much going on with the draft (We are currently at 63 pages, and 1,382 notes).

Ruby and I travelled deeper into Kyushu - into Saga and Arita. A lot of obvious signs (abandoned fields and houses) that the Japanese countryside is being hollowed out by the declining birth rate. We felt sorry for a while, but then exploited the economic dowturn by buying their stuff at a discount.

Got myself a mini-PC (a Minisforum UM 790 Pro) and an old ThinkPad X1. Stripped off the Windows 11 and installed Linux (Arch on the Mini PC, NixOS on the laptop). Spent much of August just configuring a workflow for the writing and programming work ahead. Everything is now built around light, distraction-free terminal-based tools. I draft my thesis as LaTex files in Neovim, using the same editor to Python code.

But before all this I got to try out the latest version of Windows - something I haven't done since version 8 of the OS. It has become so much worse in terms of bloat,of pushing things like cloud services, content partnerships, and "Artificial Intelligence", with no easy way to set these aside. Meanwhile, the Linux experience has improved a lot. Installation and documentation is better (but then again my baseline Linux is experience is early 2000's Slackware distro - we had to compile everything ourselves). Arch has a well-earned reputation among programmers because it's so customizable and bleeding edge. On the other hand, NixOS gives you an interesting vision of computing - everything in your OS, like the apps installed and their settings can be encoded in a declarative programming language, and then "built" by a compiler/package manager. So theoretically, I can instantiate my NixOS environment in any computer through one script (without having to trust a cloud provider). Interesting times ahead.