Hacker News new | ask | show | jobs
by tr97 543 days ago
The words are generated by ChatGpt Api, and I store them in DynamoDB.
1 comments

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.