Difference between revisions of "2024/05/04"

From HypertWiki
Jump to navigation Jump to search
Line 1: Line 1:
{| width=100% style="border: solid green 1px;"
{| width=100% style="border: solid green 1px;"
|-
|-
| align=center | [start] ← [[../04|05/04]] → [[../05|05/05]]
| align=center | [[../03|05/03]] ← [[../04|05/04]] → [[../05|05/05]]
<big>Saturday, May 4</big>
<big>Saturday, May 4</big>
|}
|}

Revision as of 15:50, 4 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.