Live data from Hacker News

Augmenting long-term memory (2018)

augmentingcognition.com

21–27 of 27 posts

Re: Augmenting long-term memory (2018)

#21

Earlier quoted context omitted.

Would you care to expand on how Anki helped you with Leetcode problems? Did you just think of a solution in your head and then compared it with the back of the card?

I put an href on the front side of the card to the problem, and most of the time actually clicked through and redid the problem from scratch (making sure to avert my eyes while I deleted LC's copy of my last attempt). If I felt particularly lazy or confident, I would just mentally sketch out the solution. Worth noting I also became much more adept at things like list comprehensions and using Counters and DefaultDicts…

Interesting. I have seen public decks of Leetcode questions that had a summary of the solution for each problem, but I've never heard of this take.

I'm tempted to try it for my self. Did you only include problems that you solved previously?

Re: Augmenting long-term memory (2018)

#22
post #8

Earlier quoted context omitted.

20 rules for formulating knowledge [1] are also very useful. They were written by the creator of SuperMemo, which to my knowledge developed a lot of the spaced repetition algorithms. For example Anki, the software talked about in the article, uses the SM-2 algorithm by default which was developed by SuperMemo. [1]: https://www.supermemo.com/en/blog/twenty-rules-of-formulatin...

While SuperMemo is at SM-18 in meantime and also much ahead of Anki in other features like incremental reading (which in my experience is its real super power, not the spaced repetition as such). Although there might be plugins for Anki that offer something similar.

Iirc there used to be an Anki plugin that implemented incremental reading, but I think that one of the more recent Anki updates broke it.

Re: Augmenting long-term memory (2018)

#23
post #22

Earlier quoted context omitted.

While SuperMemo is at SM-18 in meantime and also much ahead of Anki in other features like incremental reading (which in my experience is its real super power, not the spaced repetition as such). Although there might be plugins for Anki that offer something similar.

Iirc there used to be an Anki plugin that implemented incremental reading, but I think that one of the more recent Anki updates broke it.

That's one of my major gripes with Anki, it's just a bit too brittle for my taste. SuperMemo is not without its quirks (I mean, it's a quirky niche software to begin with), but all in all, I never had any major problem with it and I've been using it for more than a decade now.

Re: Augmenting long-term memory (2018)

#24

Earlier quoted context omitted.

I put an href on the front side of the card to the problem, and most of the time actually clicked through and redid the problem from scratch (making sure to avert my eyes while I deleted LC's copy of my last attempt). If I felt particularly lazy or confident, I would just mentally sketch out the solution. Worth noting I also became much more adept at things like list comprehensions and using Counters and DefaultDicts…

Interesting. I have seen public decks of Leetcode questions that had a summary of the solution for each problem, but I've never heard of this take. I'm tempted to try it for my self. Did you only include problems that you solved previously?

No. In fact, I had never solved a Leetcode problem before. Every time a card came up that I had never attempted before, I simply flipped it over and typed in whatever answer was on the other side - but only the first time. Each other time I would try to remember as much of the solution as I could.

Eventually I got good enough that I started naturally thinking up solutions to entirely new problems without having to check the answer first, which is what one would expect if they were building new crystallized intelligence by practicing earlier problems.

Re: Augmenting long-term memory (2018)

#25
post #22

Earlier quoted context omitted.

Iirc there used to be an Anki plugin that implemented incremental reading, but I think that one of the more recent Anki updates broke it.

That's one of my major gripes with Anki, it's just a bit too brittle for my taste. SuperMemo is not without its quirks (I mean, it's a quirky niche software to begin with), but all in all, I never had any major problem with it and I've been using it for more than a decade now.

I think for most people who want to get started with SRS, Anki is just fine. A lot of people like to hate its UI but I personally find it perfectly fine (and even good before the recent update where they forced drop shadows on random UI elements). It being available on every major platform is also a major plus point for when one needs to review cards with no access to their workstation.

That being said, the $40 is probably what holds most people back from using SuperMemo. If I had $40 to spend on SRS without feeling guilty I'd 100% use SM over Anki.

Re: Augmenting long-term memory (2018)

#26

Anki is great. I am gigging asking 33,000 cards among all of my decks right now, with about 6000 in active rotation. I built what one person called the highest quality Finnish flashcard deck on the Internet, and it was the project that finally convinced me that software was my calling. Some very scattershot hacker's notes. - The underlying Anki database is "just" an SQLite database. You can copy it, run Datasette on…

Thanks, these are great! Do you take notes directly into Anki cards or process them later?

Re: Augmenting long-term memory (2018)

#27
post #26

Anki is great. I am gigging asking 33,000 cards among all of my decks right now, with about 6000 in active rotation. I built what one person called the highest quality Finnish flashcard deck on the Internet, and it was the project that finally convinced me that software was my calling. Some very scattershot hacker's notes. - The underlying Anki database is "just" an SQLite database. You can copy it, run Datasette on…

Thanks, these are great! Do you take notes directly into Anki cards or process them later?

Directly into Anki. I try not to use cloze deletions either - straight Q & As whenever possible.
Post reply on HN