• 0 Posts
  • 155 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle











  • Lol, tell me you’ve never worked IT support again.

    The average user can’t remember passwords without browser autofill. They don’t want to tinker. A “just works” linux distro with a relatively limited set of default features targeted to a specific hardware set to avoid complications, like SteamOS on Steam Deck, is pretty much at the limit of the investment level the average user is willing to put in to keep things working.





  • Assuming the latest version of OpenOffice doesn’t work for these files…


    My next course of action would be using the Win 10 machine with Word, or a VM with Win10 or 11 and the latest version of Word. Use MASGrave to trick M$ into considering it licensed if you need to.

    Use a Powershell script to interact with Word through the COM object interface and automate opening Word, opening the file, saving it as a different filetype, and closing. Here’s a snippet of Powershell from Reddit for going in the opposite direction (odt to docx) for a single file. I wouldn’t try to do this through Linux, just suck it up and use Windows so you don’t have an extra layer of mess to deal with.

    Going off M$ documentation of the save types enum, I would replace “wdFormatDocumentDefault” in that snippet with wdFormatOpenDocumentText or wdFormatStrictOpenXMLDocument, then test it with a single file to see which gives the output you need.

    Getting all the files of the starting type from a folder can be done using Get-ChildItem. Store those in a variable and use a foreach loop over the initial file list.




  • I waited too, and it was worth it.

    The last… two seasons-ish drop off in terms of pacing ridiculously, which causes the overall plot to suffer as they rush to the finish. There’s also a bunch of stuff about how everything ends that feels cheap because while it’s a believable state for everything to end up in, it isn’t earned or worked towards. The show is usually a slow burn punctuated by the occasional “big shit happens suddenly”, while the final seasons are just speeding along with no time to examine character motivations etc. Stuff that was hinted at previously jumps from “are they hinting that?” straight to “oh, yeah, it’s that. And about 10x the level they hinted at”.

    That said, there’s still a TON of good content in the show up until the end.