I don't find doing things tangential to the thing you want to learn all that effective compared to just doing the thing you want to get better at. Maybe it is just me. If you want to improve your vocabulary read more books. If you want to improve in a programming language program more in that language. If you want to learn chess openings - play more chess. Actually doing things you want to learn is way more fun than…
How to Use Anki to Improve Your Memory
91–100 of 150 posts
Re: How to Use Anki to Improve Your Memory
#92Earlier quoted context omitted.
Are you saying you’re reading through anki? If so, what? Brilliant strategy.
This is called 'incremental reading' and techniques around this have been developed by research/development from the person who wrote supermemo (the closed source anki predecessor).
Re: How to Use Anki to Improve Your Memory
#93I never managed to use Anki for long. Maybe the interface is just too clunky. Sets that can be downloaded are also often low quality, or at least there is no way to tell in advance. I think some day there may be a unicorn startup doing the flash card thing right.
There are software companies doing the spaced repetition thing (like Duolingo).
Re: How to Use Anki to Improve Your Memory
#94Am I the only one who finds Anki's UI/UX to be absolutely atrocious? I know it's petty, but it's literally the only reason that's always made me not use it for more than just a few days at a time. Is anyone working on improving the UI? Or are there alternative "frontends" out there? Does anyone know how hard it would be do it? (I assume it might not be trivial since Anki has a plugin system, but I don't know to what…
Re: How to Use Anki to Improve Your Memory
#95Thanks for the article, I've read though. I've been using Anki quite successfully to learn things about wines in french, especially about the wine domains in Bordeaux and Bourgogne. It's easy to create, as a flash card. One side shows the map, the other shows the name. Now, I'm keen on learning the list of the main french authors of each century, but I don't know how to proceed. Let's say a list of 20 names, how woul…
Piotr Woznaik recommends turning lists into enumerations. You can see more here: https://www.supermemo.com/en/archives1990-2015/articles/20ru... In general you want to reduce the amount of things you have to retrieve from memory in one go, and attempting to retrieve a 20 person list is just going to give you problems. The cloze solution is certainly better than the full list (and does follow the minimum information p…
Your answer and your link (especially the paragraph about sets) help me a lot
Re: How to Use Anki to Improve Your Memory
#96I don't find doing things tangential to the thing you want to learn all that effective compared to just doing the thing you want to get better at. Maybe it is just me. If you want to improve your vocabulary read more books. If you want to improve in a programming language program more in that language. If you want to learn chess openings - play more chess. Actually doing things you want to learn is way more fun than…
Many masters say the fastest progress can be made in chess by doing "find the checkmate" exercises on tricky or otherwise interesting positions. This aspect of chess disproportionately contributes to success, compared to how much time is spent on each of these positions in the natural course of play. A bit of meta-knowledge about what makes someone successful at chess lets players play more effectively by focusing most on whatever helps them win.
Similarly, if you're learning a language and find yourself constantly groping for the right word, you might make a connection between your ineffectiveness at communication and lack of a memorized vocabulary, then shore it up by focusing specifically on that.
While there's a very strong correlation, there's no special rule of nature dictating that the best way to learn a thing is the same as doing it.
Re: How to Use Anki to Improve Your Memory
#97Am I the only one who finds Anki's UI/UX to be absolutely atrocious? I know it's petty, but it's literally the only reason that's always made me not use it for more than just a few days at a time. Is anyone working on improving the UI? Or are there alternative "frontends" out there? Does anyone know how hard it would be do it? (I assume it might not be trivial since Anki has a plugin system, but I don't know to what…
Re: How to Use Anki to Improve Your Memory
#98quizlet is another excellent alternative -- all web-based no installers
Re: How to Use Anki to Improve Your Memory
#99Any suggestions for what to use Anki to remember in everyday life as a software engineer?
- what does ABC stand for
- describe process X
- how process X differs from Y, and why
- what is the role of system A in process Z
- what is the shape of data that comes from A to B in process Ł
This vastly reduced the number of times I got stumped with something during various high-level meetings (to the point that I routinely pointed out some false assumptions people made). It worked better for me than passive documentation. The domain was unusually complex though.