2024/05/04

From HypertWiki
Revision as of 15:50, 4 May 2024 by Woozle (talk | contribs)
Jump to navigation Jump to search
05/0305/0405/05

Saturday, May 4

Cleanup, Cont.

FTM is currently copying more stuff off the bad SSD -- and for some reason it's not running into that bad patch anymore (where it succeeds in opening the file -- the code does detect if that doesn't work -- and then gets stuck trying to read from it). Theory: it partly copied the file over, and now is detecting that the files are different sizes and skipping the copy attempt. That'll do for now.

I think the next piece that needs to happen is that the conf builder needs to have some command-line options so I can tell it not to expect the environment to be right (or to create any folders) when I'm working on it locally. ...so that I can finally actually deploy the latest VbzCart demo (and then maybe work on migrating more stuff over to that Hetzlet).

That means integrating it with the Futilities libraries -- which should be a little easier now that I did that namespace refactoring... I hope.