Building a flashcard app day 2:
Using FSRS algorithm for spaced repetition. I’m glad there is a #golang implementation.
There is a single append-only log file that stores review history. It’s also storing all FSRS values to avoid the necessity of processing a full replay.
So far only q/a cards, but clozes are planned too.
It’s going to have a nice #terminal GUI.
#amcoding