garden/journal/2020-10-31.md

904 B

2020-10-31

  • Set up this journal. See the [readme].
  • Looked into writing a [Ghidra] plugin to generate [MASM Assembly] for a [decompilation] project.
  • Explored whether or not it's possible to write recursive algorithms in constant space using [fs2], and how it applies to [sledge].
    • It was discussed in the Scala Discord whether or not there exists an algorithm to generate moves for the Dragon Fractal in constant space. The current theory is that there can't be an algorithm that uses less than linear space.