Live data from Hacker News

Anki: Memorization with Spaced Learning

apps.ankiweb.net

41–50 of 175 posts

Re: Anki: Memorization with Spaced Learning

#42
I've used anki for learning German a few years ago and it really worked for me - I was able to learn a few (When using anki, a browser extension, enabling creation of flashcards, from the content found on the Internet, is handy. I find a website fluentcards.com and its browser extension, quite OK. Unluckily, it seems not to be maintained and there is no official add-on for Firefox, but you can build it from the github repo [1] and it will work on FF, too. The webpage also allows export of the words saved on Kindle to the anki.

There are also a few extensions for learning Japanese specifically. [2] seems to be the most popular.

[1] https://github.com/katspaugh/fluentcards-extension

[2] https://foosoft.net/projects/yomichan/

Re: Anki: Memorization with Spaced Learning

#43

Also worth reading is the excellent (and pretty extensive) article by Michael Nielsen[1] showcasing how he used Anki to create an in-depth knowledge about AlphaGo. Personally, I've used Anki to keep remembering/revisiting the concepts that I use for a while and then move onto something else. Common APIs of programming languages and their standard libraries is one such area. I've found that while it's not really diffi…

org-mode has an implementation of several spaced repetition algorithms, which is what Anki is using under the hood and what was originally invented for SuperMemo. The module is called org-drill.

I'm in the process of turning many knowledge aspects of my life into a personal knowledge base inside org-mode. For books I'm reading, I find it invaluable to create org-mode items. One per concept. Sometimes I don't even bother filling the content. E.g. I just use a title like "Hadamard transform definition" and nothing else. It'd be to time consuming to write up the definition, and it's pointless as that's in the book anyway.

Then, org-drill brings up some of this cards according to the spaced-repetition algorithm. I answer them with pen and paper. Sometimes I need to prove a theorem, or recall a definition like in the example above. I then open up a book to check my reply is correct and grade myself accordingly. It's a great system to systematize learning.

Re: Anki: Memorization with Spaced Learning

#44
post #9

Also worth reading is the excellent (and pretty extensive) article by Michael Nielsen[1] showcasing how he used Anki to create an in-depth knowledge about AlphaGo. Personally, I've used Anki to keep remembering/revisiting the concepts that I use for a while and then move onto something else. Common APIs of programming languages and their standard libraries is one such area. I've found that while it's not really diffi…

This article is the best summarization of real, everyday usage of Anki outside of language learning and medical studies which are common uses of Anki. Reviewing flash cards is the highest leverage 10-15 minute habit I have besides planning my day. There's a certain joy and relief from having a reasonable confidence new information will be readily available to you for years to come. Much knowledge is better absorbed t…

Thanks for the inspiration, I've been using Pocket (and browsers) to bookmark everything I want to recall (like history facts or important people like you pointed out), I knew Anki but never thought about this, flash cards looks like a more simple and efficient way to accomplish this.

Re: Anki: Memorization with Spaced Learning

#45

I couldn't imagine learning a language without Anki. I had to learn Coptic in a month, which required memorizing the most common ~1000 words in the language. Anki made this as easy as it can be. I don't think I would have been able to meet my deadline had I been making paper flashcards or using some more informal system. The nice thing about Anki is that you can use it at any time without any overhead associated with…

What was your list of the most common ~1k words? Do you have a link?

Re: Anki: Memorization with Spaced Learning

#47
post #9

Also worth reading is the excellent (and pretty extensive) article by Michael Nielsen[1] showcasing how he used Anki to create an in-depth knowledge about AlphaGo. Personally, I've used Anki to keep remembering/revisiting the concepts that I use for a while and then move onto something else. Common APIs of programming languages and their standard libraries is one such area. I've found that while it's not really diffi…

This article is the best summarization of real, everyday usage of Anki outside of language learning and medical studies which are common uses of Anki. Reviewing flash cards is the highest leverage 10-15 minute habit I have besides planning my day. There's a certain joy and relief from having a reasonable confidence new information will be readily available to you for years to come. Much knowledge is better absorbed t…

Great inspiration, care to share the links?

Re: Anki: Memorization with Spaced Learning

#49
post #33

I've been using Anki for some time and I love it but it's not a perfect tool. What I especially like is it's flexibility when it comes to designing flashcards. You can adjust colors, font-sizes and pretty much every visual aspect using css code. You can even embed your own font within a deck, which can come in handy when you are dealing with Japanese kanji (Printed and handwritten kanji sometimes differ and iPhone co…

> Another problem (with the algorithm, not Anki itself)

My main gripe with the algorithm is you can't take weekends off. I used Anki a lot in College, and Mondays where terrible, due to the backlog built-up over the weekend.

One could also say, one shouldn't be drinking the weekend away ...

Re: Anki: Memorization with Spaced Learning

#50

Anki has become the de-facto standard for memorizing the large swaths of information required during medical school. Not everyone uses it, but pretty much everyone that does and sticks to it sees impressive results.

> Not everyone uses it, but pretty much everyone that does and sticks to it sees impressive results.

This is another way of say "everyone that it works for gets good results"

Post reply on HN