alex@programming.devtoLinux@programming.dev•“Something has gone seriously wrong,” dual-boot systems warn after Microsoft update
1·
5 months agoFor me I have to keep a Windows VM around to run payroll software once a month. There is a Linux version of the software but it depends on some ancient glibc, IIRC. It takes up around 50GB of my NVMe, which I’d move it off of if it didn’t already take around 15 minutes for this app to finish loading. All around it is very annoying. The one upside is that while this app is loading it has this ugly always-on-top logo for HMRC but because it’s in a VM now I don’t have to see it.
There’s a few languages I come back to after a while to fix something and have to consult their reference manual / docs. But bash is the only one where that’s necessary just to read back my own code. Like [[ -z ${ARG} ]]? Wtf is -z doing here. Wtf kind of syntax is that.
Next time I think oh this could be automated with a little bash scrip I’m going to investigate one of those compiles-to-bash languages.