Difference between revisions of "2024/05/04"

From HypertWiki
Jump to navigation Jump to search
m (Woozle moved page Woozle/blarg/2024/05/04 to 2024/05/04 without leaving a redirect)
(One intermediate revision by the same user not shown)
Line 11: Line 11:


That means integrating it with the Futilities libraries -- which should be a little easier now that I did that namespace refactoring... I hope.
That means integrating it with the Futilities libraries -- which should be a little easier now that I did that namespace refactoring... I hope.
Oh: and of course at some point I need to set up ''proper'' database backups, everywhere... with some kind of notification system so I know they're working (or not).

Revision as of 13:44, 5 May 2024

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.

Oh: and of course at some point I need to set up proper database backups, everywhere... with some kind of notification system so I know they're working (or not).