palanga, part 1

Hide hard words

the Trakaido°hard word project continues°hard word.

Hopefully today (or possibly tomorrow) it will be at a "release°hard word milestone°hard word".

----

The three main issues°hard word I am dealing with:

  • LLMs°hard word are bad at state machines, and React°hard word has a lot of them.
  • LLMs°hard word are bad at succinct°hard word UIs°hard word, and mobile°hard word apps need them.
  • The app was architected so most of the code°hard word was in Trakaido°hard word.jsx°hard word, and passed to the "Modes°hard word". But, with additional°hard word modes°hard word, it is now three-layers°hard word (Trakaido°hard word to Mode°hard word to Activity°hard word). And the functions°hard word being passed (like playAudio°hard word) should be imported°hard word directly by the activity°hard word. This refactor°hard word, somehow, is beyond the LLMs°hard word unaided°hard word capabilities°hard word.

So, after 90 minutes of trying and failing°hard word to get it to work, I reverted°hard word and am doing°hard word a more hands-on°hard word approach°hard word of re-factoring°hard word.