Risto_Saarelma comments on Anki on Android in 60 seconds - Less Wrong

13 Post author: lukeprog 17 March 2011 10:47PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (25)

You are viewing a single comment's thread.

Comment author: Risto_Saarelma 18 March 2011 01:28:16PM *  5 points [-]

I started using Anki daily around 3 weeks ago. I made myself a 'general' deck for inputting whatever random things I want to have in my memory. I've put in some simple mathematical definitions and productivity stuff like Czikzsentmihalyi's list of identifying features for flow. I'm planning on trying to read Penrose's The Road to Reality, Lawvere's Conceptual Mathematics and Gelman's Bayesian Data Analysis and making cards of the memorizable stuff like formulas and definitions and see how that goes.

The phone is no good for writing new cards, so you'll want the deck on a PC as well, and then you'll be wanting an easy way to synchronize between the two. An ankiweb account does this very nicely. Of course you can just manually pass the .anki deck file between the phone and the PC as well.

I've also picked up premade decks for the Lojban language gismu root words (gismu by frequency), the pubilic Heisig Kanji deck and a hiragana/katakana deck. I've set these to add 10 new words/symbols per day. Textbook stuff is hard to understand by just grabbing some other person's deck, but basic foreign language vocabulary is much more context-free, so it's easy to do with the premade decks. (It's a good idea to have read through Heisig's mnemonic guide for the kanji before drilling them though.) After a week of drilling the hiragana, I can now recognize most of the alphabet without aid. AnkiDroid also has a whiteboard function which lets you draw the kanji/kana before showing the answer, which is quite handy.

Doing the vocabulary stuff feels quite effortless now, more like playing a casual game than doing work. The SRS takes care of boring stuff like figuring out what needs reviewing and keeping track of the materials, and I just need to come up with weird mnemonics for stuff.

Anki has support for embedded Latex, and doing mathy stuff will probably involve using it sooner or later. You need a PC with Latex installed to generate bitmap files for the cards from the formula markup. The phone can't do this, so you'll need to transfer the PC-generated formula images over.

Anki on PC supports having your media in a Dropbox account. Dropbox support is apparently forthcoming for AnkiDroid. In the meanwhile, you'll want an Android program that downloads entire Dropbox folders, like dropboxdownloader and manually download the png directory from your Dropbox account.

The generated formulas are also likely to have too large a DPI for an Android device. I got the Configure latex plugin for Anki from Anki's Download plugin menu command, and edited the DPI value in file plugins/Configure latex.py to 100 from 150. (The settings line looks like latex.latexDviPngCmd = ["dvipng", "-D", "100", "-T", "tight"] after editing.)

Comment author: KatjaGrace 26 September 2011 06:55:43PM 0 points [-]

I tried fiddling with the latex plugin on my computer, but still can't get the latex to show up on my phone - I see either boxes or boxes with question marks in. Any idea how to fix this?

Comment author: Risto_Saarelma 27 September 2011 02:25:46AM 0 points [-]

Check your phone with a file manager application. Is there a directory AnkiDroid/general.media/ on the sd-card of the phone with the same set of png-files generated from the latex as there is on the PC?

Comment author: KatjaGrace 02 October 2011 06:37:10PM 0 points [-]

No, though actually there are other media folders for different decks than the one I wanted to use, which it seems work fine, so I will delete and re-add this deck. Thanks.