You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

patrickmclaren comments on Is there an automatic Chrome-to-Anki-2 extension or solution? - Less Wrong Discussion

6 Post author: Mark_Eichenlaub 16 January 2013 05:26AM

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

Comments (32)

You are viewing a single comment's thread.

Comment author: patrickmclaren 16 January 2013 06:32:00PM *  3 points [-]

Since I've often found myself in similar situations, I decided to start developing a spaced repetition web application, called memoread, for importing information and links straight from the browser.

Ideally there'll also be Chrome and Firefox extensions, plus an Android interface of some sort. Currently, you can either add links directly to memoread, or through a bookmarklet.

You can check it out at http://damp-wave-1655.herokuapp.com/ . I'm planning on releasing the source on GitHub soon, once I create a separate repo for deployment specifics.

Keep in mind, the app should be considered PRE-alpha, with no guarantees of any functionality whatsoever, hence it being located on some obscure heroku subdomain, not a domain of it's own.

EDIT: Also, although in most spaced repetition software you can select a difficulty level of 1-5, this is not yet available as I have not had the time to implement the changes on the UI side.

Comment author: [deleted] 16 January 2013 07:12:13PM *  1 point [-]

Will it be a repository of links sorted by a SR algorithm or does it offer some way of processing the information into flashcards?

I can see this working well with article summaries, e.g. in conjunction with tldr.io.

Comment author: patrickmclaren 16 January 2013 08:15:09PM *  0 points [-]

Currently it is just a repository of links sorted by a SR algorithm. However, I'll consider pinging tldr.io for summaries, thanks for the reference.

I'm wary of implementing the flashcard behavior, as it allows users to cherry pick information, and possibly exclude more important information on a page, thereby by-passing the utility of learning the material.

Personally, flashcard usage seems to reinforce some sort of reflexive response to queries, rather than encouraging one to turn fields of knowledge into well-trodden gardens, as a neuroprosthetic should. I'm not sure whether this happens to the majority of users or not, more research needed.

Comment author: [deleted] 17 January 2013 10:57:26PM 0 points [-]

flashcard usage seems to reinforce some sort of reflexive response to queries

This is my fear also. I trust SR for factoids, references and vocabulary - not so much for skill (at least, not in its default form).

I've heard that the folks at tldr.io are looking to improve their summaries index page. I'd be very excited to see a hybrid of your webapp and their service. Maybe shoot them an email?