Spaced repetition has been all the rage for 20 years now. Dozens of apps, thousands of lectures, and it turns out its not really a silver bullet. There's nothing really wrong with it, it's just that people tend to fall off the same way they do on any other education pattern. A couple years ago I was thinking "If Google and Apple really cared about kids they would make a spaced repetition unlock system", where by you…
Spaced repetition systems have gotten better
31–40 of 538 posts
Re: Spaced repetition systems have gotten better
#32Pretty OT: A few month ago I tried to marry my simple note system with anki. My goal was to be able to send simple front/backside cards to an api and it would get integrated and I can use it immediately. Ofc, when I edit cards via my notes-backend, the cards in anki should update too. Long story short: not possible with anki. It took like an entire day for me to realize its just not possible without diving deep into…
There is an implementation of their sync server, which you can self host. And it has a REST API
https://github.com/dsnopek/anki-sync-server
I think I ran into a blocker with it not supporting something I needed last time I tried to use it though.
Re: Spaced repetition systems have gotten better
#33Language vocab seems a good use case. What other things are people here using spaced repition for?
There's an anki deck built from the jeopardy archive with 400,000 questions, so I'm studying trivia that way. I enjoy trivia.
Re: Spaced repetition systems have gotten better
#34Re: Spaced repetition systems have gotten better
#35Language vocab seems a good use case. What other things are people here using spaced repition for?
• Memorizing Geoguessr metas. Made it to Master I rank this way.
• Memorizing new words. When I come across a word I don't know, I make a new flashcard for it.
• Memorizing things about people. My wife's favorite ice cream flavors, which spices each of my children dislikes, etc.
Anything I want to memorize but wouldn't be exposed to frequently enough in my day to day life. Flashcard review takes only a few minutes each day.
Re: Spaced repetition systems have gotten better
#36Language vocab seems a good use case. What other things are people here using spaced repition for?
Re: Spaced repetition systems have gotten better
#37I'm sorry, I didn't read the article but I thought my experience would be a good anecdote. I've used Anki for multiple years and learned around 18'000 Japanese words. It's difficult to say but I'd say I've learned how to read around 5'000 kanji. When I studied in Japan, my kanji reading—don't mix that up with comprehension !—was way above everyone else's. And most of my classmates were either Korean or Chinese. That'…
Re: Spaced repetition systems have gotten better
#38Earlier quoted context omitted.
I love Anki but it’s an archetypal example of “designed by an engineer”. It’s powerful, with a lot of depth to its features - but it’s also hideous, clunky and unintuitive, and it takes a long time to figure out how to use it effectively. An HN-reading tech nerd can probably figure it out, but your average Duolingomaxxing normie? No chance.
Sorry, but what's clunky about it? All buttons in reach of your thumb on the mobile app and usable keybindings on desktop? Is there not enough useless whitespace around every button?
Another example until recently was the extremely useful image occlusion enhanced add-on. Can you easily tell the difference between overlapping and nonoverlapping? At least they renamed those settings to the much more intuitive "Hide One , Reveal All" and "Hide All, Reveal One."
Re: Spaced repetition systems have gotten better
#39I have been trying for years to fined a way to use it for mathematics and physics - with the former being more of a focus and didn't really get anywhere. For definitions it works, but it's quite hard to write proofs in a way where there is a short obvious memorization based answer. Either you spend far too much time on a card or the card gives you too much information so you don't really test the knowledge.
I also tried it for computer shortcuts - it seems to me that they are really useful only when part of the muscle memory - so practicing them works better then memorization.
Re: Spaced repetition systems have gotten better
#40Pretty OT: A few month ago I tried to marry my simple note system with anki. My goal was to be able to send simple front/backside cards to an api and it would get integrated and I can use it immediately. Ofc, when I edit cards via my notes-backend, the cards in anki should update too. Long story short: not possible with anki. It took like an entire day for me to realize its just not possible without diving deep into…