Difference between revisions of "2022/10/19"
(Created page with "{{page/date}} right Cloud5 filled up again overnight. Mek drew my attention to it right away, though I would have noticed...") |
|||
Line 2: | Line 2: | ||
[[File:2022-10-19 11-34-57.screen.file copying.png|right]] | [[File:2022-10-19 11-34-57.screen.file copying.png|right]] | ||
Cloud5 filled up again overnight. Mek drew my attention to it right away, though I would have noticed it ''eventually''... probably when I was trying to do something on wooz.dev and suddenly couldn't. Once again I had to start copying the slow-but-easy way because I hadn't been working on {{l/wooz|futilities/human/ftm|FTM}} when I should have been. Bleh. | Cloud5 filled up again overnight. Mek drew my attention to it right away, though I would have noticed it ''eventually''... probably when I was trying to do something on wooz.dev and suddenly couldn't. Once again I had to start copying the slow-but-easy way because I hadn't been working on {{l/wooz|futilities/human/ftm|FTM}} when I should have been. Bleh. | ||
---- | |||
Accidental discovery: [https://toot.cat/@woozle/109196736890132002 over-network document-scanning works now!] (...barely! But I'll take it!) (The scanner device in question is [[Inventory/SS106|this one]].) | |||
---- | |||
Here's where we are with {{l/wooz|Futilities/human/ftm|FTM}}: | |||
<pre> | |||
================================== | |||
File Tree Mover v0.00 / 2022-10-19 | |||
================================== | |||
INPUT ERROR: You must enter folders for both source and target. | |||
USAGE: ./ftm [<options>] <source folder> <target folder> | |||
DOCS: https://wooz.dev/Futilities/human/ftm | |||
Options: | |||
--config-file | |||
--do-delete | |||
--show-progress | |||
-cf | |||
-dd | |||
-sp | |||
</pre> | |||
The error message is in accordance with my {{l/wooz|Futilities/human/ui standards|UI standards}}: if the user didn't type in enough information to do something, then the app should explain this and describe briefly what is needed. | |||
When I give it a source folder it goes into an infinite loop – which is apparently because I'm mis-implementing the <code>DescribeSelf()</code> method, so I'm documenting that and fixing it. |
Revision as of 20:29, 19 October 2022
Wednesday, October 19, 2022 (#292)
|
|
|
Cloud5 filled up again overnight. Mek drew my attention to it right away, though I would have noticed it eventually... probably when I was trying to do something on wooz.dev and suddenly couldn't. Once again I had to start copying the slow-but-easy way because I hadn't been working on FTM when I should have been. Bleh.
Accidental discovery: over-network document-scanning works now! (...barely! But I'll take it!) (The scanner device in question is this one.)
Here's where we are with FTM:
================================== File Tree Mover v0.00 / 2022-10-19 ================================== INPUT ERROR: You must enter folders for both source and target. USAGE: ./ftm [<options>] <source folder> <target folder> DOCS: https://wooz.dev/Futilities/human/ftm Options: --config-file --do-delete --show-progress -cf -dd -sp
The error message is in accordance with my UI standards: if the user didn't type in enough information to do something, then the app should explain this and describe briefly what is needed.
When I give it a source folder it goes into an infinite loop – which is apparently because I'm mis-implementing the DescribeSelf()
method, so I'm documenting that and fixing it.