Live data from Hacker News

Anki: Memorization with Spaced Learning

apps.ankiweb.net

111–120 of 175 posts

Re: Anki: Memorization with Spaced Learning

#111
post #84

I've used Anki over the past 8 years or so very successfully. I strongly recommend it to anyone learning a language. Here are some tips to get the most out of it: * Only put things you know into Anki. An individual Anki card should feel a little too easy when you make it. * Put in words with a good amount of context. Avoid single words as much as possible. The quickest way to do this is to just input the sentence fro…

Sounds like the way you use Anki is more of a learning supplementary rather than a singular tool? Like you are learning of words elsewhere and entering them into Anki for memorization once you have learned about them?

I’m just curious. I’d like to use Anki to get better at reading and playing chords (on keyboard / piano) from symbol notation but I haven’t started yet. Would you recommend learning each chord one by one and entering them into Anki as I learn them?

Re: Anki: Memorization with Spaced Learning

#112

Earlier quoted context omitted.

I recently started a new job, and wrote a quick script that scrapes a slack team for all the names and profile photos and creates an Anki deck out of it. I'm usually terrible with names and faces so this helped me immensely.

Hah! I used the Meetup.com API for the same reason. Super annoying that lots of people use avatars though right ;) I also do this for friends and the ever growing list of baby names that I can't keep track of.

Some people's Slack avatars are dogs, pictures of two or more people, etc, so I'm overtraining a lot but overall it's positive.

Re: Anki: Memorization with Spaced Learning

#114
post #111
post #84

I've used Anki over the past 8 years or so very successfully. I strongly recommend it to anyone learning a language. Here are some tips to get the most out of it: * Only put things you know into Anki. An individual Anki card should feel a little too easy when you make it. * Put in words with a good amount of context. Avoid single words as much as possible. The quickest way to do this is to just input the sentence fro…

Sounds like the way you use Anki is more of a learning supplementary rather than a singular tool? Like you are learning of words elsewhere and entering them into Anki for memorization once you have learned about them? I’m just curious. I’d like to use Anki to get better at reading and playing chords (on keyboard / piano) from symbol notation but I haven’t started yet. Would you recommend learning each chord one by on…

I think that's a very fair assessment of how I use Anki. I think if you spend all your time using Anki and no time interacting with the actual language you're learning you won't get very far. Basically every sentence I put into Anki comes from a book, movie, TV show or conversation.

The question about piano chords is really interesting. I often compare learning a language to learning to play the piano. Both are real time skills that require practice, to just learning. I meet someone who loves reading grammar books I say "You can read a book on piano construction 100 times and you won't learn to play the piano.

As for your case, what is the skill you want to learn? Playing the chords right? Then that has to form the main focus of your practice. By all means, use Anki to help memorise chord names and chord patterns but be careful: You might just get really good at seeing a chord and saying it's name rather than seeing a chord and playing it!

Also, sight-reading is a very real-time skill. You have to read those chords and then play them on the right beat. If you practice chords with Anki you might get good at seeing them in Anki and then playing them a few seconds later, but it's not the same as doing it in real time.

Re: Anki: Memorization with Spaced Learning

#115

It has been a while since I used Anki and I vaguely recall I have a horrible experience with creating cards. I really wish there is a way I can create cards in vim or something, but that sounds really limited when it comes to things like Chinese where you need to somehow write out the character or find an image of it on the Internet.

Honest question, what is so hard about writing Chinese to create carss? I find at least typing in pinyin on windows and android isn't so bad, or did you mean specifically in the context of vim?

specifically with vim.

Re: Anki: Memorization with Spaced Learning

#116

I used Anki for about a year, and it definitely didn't work for me. Going through and remembering the answers was always a struggle. I only ended up with 36 cards -- the idea of making a bunch for every person I meet and book I read would overload my memory like crazy. My memory has always been really good at indexing "what's the word for that", "there is an algorithm for this called X", "the keyboard shortcut for th…

Your answer doesn't answer the question. You ask what type erasure is and then answer with some very specific information on Java's generics. Nothing in your question indicates that it's about Java or generics. > Maybe using it for precise definitions is the wrong way, as that might be more like remembering 20 things in a row. This is exactly what it can be like. The 20 rules from SuperMemo are really useful for tryi…

It's always odd how failing at most things leads me to ask "how am I doing this wrong?" and overcome, but I never asked this about Anki. Thanks for the link.

I was not aware till this moment that type erasure was something that C++ also has. I thought it was a specific gotcha for Java like the whole "no == for Strings" thing. In that context, I've only seen it connected to generics.

Re: Anki: Memorization with Spaced Learning

#118
post #51

I really like the idea of spaced repetition learning, but it's the little details that are driving me crazy. I cannot get Anki working on Raspberry Pi. (I have a Raspberry Pi connected to a TV in front of my rowing machine so I can study while I'm exercising.) I tried Mnemosyne but I can't get the sync server working, and I'm disappointed in the formatting options provided. I tried org-drill but adding images to card…

"running Anki on Raspberry Pi" It's a bit hard to help without knowing: - what OS you're using - what exactly you mean by "I cannot get Anki working", i.e. the standard stuff in a bug report: what did you do, what did you expect to happen, and what actually happened - what peripherals you're trying to use (e.g. some people using treadmills control their PI using an Xbox controller; perhaps your problem is related to…

I'm running a Raspberry Pi 3B+ with the latest Raspbian image (Stretch dated 2018-06-27). I used apt to install Anki version 2.0.32. Starting Anki from the command line results in "Import error: no module named QtWebKit".

Apparently, QtWebKit has been unmaintained for quite some time, and has been removed from the latest version of PyQt. When I get the time I'm going to load Jessie onto a spare micro-sd card and see if that solves the problem. If that doesn't work I may fall back to Plan A and roll my own SRS application.

Edited to add: The Raspberry Pi is not attached to the rowing machine or anything else besides keyboard, mouse, and TV. I'm using it to read ebooks, study, surf HN, etc, while I'm exercising.

Re: Anki: Memorization with Spaced Learning

#119

This looks like a derivative/expansion of the Leitner Method[0] which I first came across over on Reddit in /r/flying for flashcard-based studying. I have definitely always had more success with paper-based studying than studying electronically--I recommend that you take a look at that document if you fall into this category as well! [0] https://drive.google.com/file/d/0BzlHy07nfEjOQ2hXWjU3LWpDdmc...

I also just use a leitner box. Or rather a pair of business card file boxes.

Wikipedia actually has a great explanation, the labels are pretty ingenious.

https://en.wikipedia.org/wiki/Leitner_system

Re: Anki: Memorization with Spaced Learning

#120
post #17

Earlier quoted context omitted.

I recently started a new job, and wrote a quick script that scrapes a slack team for all the names and profile photos and creates an Anki deck out of it. I'm usually terrible with names and faces so this helped me immensely.

Do you mind sharing the script? Because the company I work for has grown at an insane rate - and there are a good 300+ coworkers I don't know. It'd be nice to know peoples' faces for when I see them walking around the building.

https://github.com/philsnow/slanki
Post reply on HN