• 1 Post
  • 283 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle













  • 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.





  • But you’re wrong.

    Open source is not the same as source available. I’m not going to do a deep dive on definitions and licensing, but open source generally means that you are allowed to do what you want with it. It also usually implies that if the creator updates it, that updated code will also be shared.

    The leaked Cyberpunk 2077 source code is from 2022 at the absolute latest (released 2024 from a hack done in 2022), is not open source licensed for re-use (meaning any use of it by people outside of CDPR is illegal), and they have released numerous patches, updates, and an entire DLC since.