Live data from Hacker News

Anki – Powerful, intelligent flashcards

ankisrs.net

41–50 of 141 posts

Re: Anki – Powerful, intelligent flashcards

#41

I use it a lot for language learning and brushing up on those obscure nuggets of programming knowledge that tend to be asked at interviews. The interface is quite clunky, but it's good enough, and with Latex and media support quite powerful. Probably not fluffy enough for the general public, though.

I think you hit the nail on the head with this summary apart from that you forgot to mention that the syncing across multiple devices works quite well too.

Re: Anki – Powerful, intelligent flashcards

#42

I use this every day, on my commute. Currently focusing on: Physics Python module stuff. It's not my main language, so I tend to forget exact names for functions in modules. I.e. what was that function that did that thing? Is it in os or os.path? If I look something up on stack overflow or in the Python module docs, I tend to create an Anki card for it. Same for Cocoa / Obj-C

Did you make your own Physics cards too?

Re: Anki – Powerful, intelligent flashcards

#43

My friend and I have been using this for years. My friend took it pretty serious this year: http://rs.io/2014/04/05/anki-10000-cards-later.html It's really useful for courses in college, especially Language, Biology, Chemistry, and Physics for definitions, pronunciations, systems, etc. Math and Computer Science is a bit hard since a lot of that requires practice and it takes time to figure out how to structure those…

It definitely helps a lot for axioms, basic definitions, basic theorems, distribution functions and for things you "get wrong every time" etc., but everything beyond that it's inferior to exercises. As an example: I remember learning set theory and the subset relations of the number sets much faster than anyone else in my class.

Re: Anki – Powerful, intelligent flashcards

#44

Does anyone have experience learning JavaScript with Anki? I am still trying to figure out the best way to learn JS.

Yes, in fact that's exactly how I've been getting myself to learn some of the more fundamental / weird parts of JS. I've been following this path and building Anki decks after each chapter:

http://javascriptissexy.com/how-to-learn-javascript-properly...

Re: Anki – Powerful, intelligent flashcards

#46
I used Anki for French and am currently using it for Spanish. It's TERRIFIC. It's the best method for brute-force memorization of vocabulary and conjugation. While it's a bit lengthy to set it up, the creation process actually helps with the memorization.

Remember to only use photos where you can, dont use english words in it. The whole key is to skipping the "translation" step in your brain. Learn by thinking of the action, not by thinking of the english word and its translation. Getting rid of that "lookup" step is the key to getting good at learning a new language.

Re: Anki – Powerful, intelligent flashcards

#47

A lot of people point out other software. The whole point is the algorithm [1] which how Anki schedules your cards. It is based on Supermemo's [2], and improved a lot over the years, so I think it's the most optimal from all of the SRS software's out there. Also I think Anki has a very simple UI, not sure how people can find it complicated. You just add cards, and by review you press a button, that's all. Cards are j…

> most optimal from all of the SRS software's out there

You should check out http://ankiapp.com

The SRS algorithm uses scoring prioritization instead of intervals and I've found it to be more optimal than Supermemo/Anki.

I was an Anki desktop user for over 8 years, but I always became overwhelmed by the number of reviews due that would accumulate if I didn't stay active with the app almost every day (review hell). I've found the priority SRS model much easier when studying in small chunks (5-10 minutes at a time, 2-3 times a day).

Re: Anki – Powerful, intelligent flashcards

#48
I used to be a SuperMemo user for several years and accumulated more than six thousands items. It has advanced algorithms. Both Anki and Mnemosyne are based on the algorithm of SuperMemo 2(its version is 16 now). And there are several pieces of articles about human memory on its website which are very helpful.

But about a year ago, I gave up Supermemo. Because it's really buggy and bloated. I was so worried about my data that I used to back up my data into a zip file every day. Then I decided that I shouldn't trust a buggy closed source software like SuperMemo to protect my data. If it died, I would have trouble converting my data to other formats.

When I was considering the alternatives, I chose Mnemosyne instead of Anki. Because Mnemosyne seems cleaner, and its author is doing some research on human memory which made me think that its algorithm could be better than Anki.

Re: Anki – Powerful, intelligent flashcards

#49
post #47

A lot of people point out other software. The whole point is the algorithm [1] which how Anki schedules your cards. It is based on Supermemo's [2], and improved a lot over the years, so I think it's the most optimal from all of the SRS software's out there. Also I think Anki has a very simple UI, not sure how people can find it complicated. You just add cards, and by review you press a button, that's all. Cards are j…

> most optimal from all of the SRS software's out there You should check out http://ankiapp.com The SRS algorithm uses scoring prioritization instead of intervals and I've found it to be more optimal than Supermemo/Anki. I was an Anki desktop user for over 8 years, but I always became overwhelmed by the number of reviews due that would accumulate if I didn't stay active with the app almost every day (review hell). I'…

I study 10-30 minutes a day once (have a lot of cards in a lot of topic) and I just don't miss a day no matter what. I use the Anki mobile app if I can't use the computer on a day. I'm very lazy, but even I find this method very easy to do. I just made it as a habit; wake up, do the Anki review quickly and that's all.

Also I prefer a desktop app, because it's open all day, and whenever I encounter a new info, I immediately put it into Anki!

Re: Anki – Powerful, intelligent flashcards

#50
If you use emacs org-mode, check out org-drill http://orgmode.org/worg/org-contrib/org-drill.html. It uses the same algorithms, allows you to tweak everything, and you can keep your flashcards alongside the relevant notes/code/files/issues/ToDos/bookmarks/contacts/feeds/calendar-entry/emails/thesis/spreadsheets/journals/diagrams/pictures/evernotes/etc. http://www.youtube.com/watch?v=1-dUkyn_fZA, rather than in a totally separate program.
Post reply on HN