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

help-circle







  • Fixing the script extender itself won’t take that long as it doesn’t need to hook that many functions (although depending on how much free time people have and whether there are any surprises, it could still take longer than most people expect). Fixing all the mods that depend on it will take much longer, as between them, they hook lots more functions than the script extender itself, and with this update, it’s not just a case of most functions being the same, but at a slightly different address (as was typical with creation club updates, which tools could help with), but instead lots of functions have changed slightly due to using an updated compiler, and lots of functions have been inlined differently (so instead of just existing once, they get copied into every function that uses them, and then optimised differently in each place based on the surrounding code).







  • About ten years ago, I was using a third-party OneDrive client to sync it on an Ubuntu install. It was working brilliantly until daylight savings started our stopped, then it got confused about file times not matching so tried resyncing everything, and then saw the times still didn’t match, so made a new file for each file with an added numeric suffix, then tried doing the same for the new files, and kept going until my disk was full. That was a mess to tidy up, and once it was sorted, I had to start the sync program in GMT to stop it happening again.