Hacker News new | ask | show | jobs
by throwaway3b03 536 days ago
What's the source of the words/dictionary? Where are you storing them?
1 comments

The words are generated by ChatGpt Api, and I store them in DynamoDB.
You could use the data you've collected in the DB to generate a quiz that tests your knowledge of the words. If you track how many times you entered the correct answer and sort by descending order on that field you will be presented with the least known words first. Easy alternative to spaced repetition.