Live data from Hacker News

Anki-fy your life

abouttolearn.substack.com

51–60 of 233 posts

Re: Anki-fy your life

#51

I'm a huge fan of spaced repetition and Anki. I strongly believe that most people's professional lives would be improved by using it. There is a huge amount of information that falls into the zone of it's needed often enough that not knowing it is a pain, but it's not needed often enough that you would "naturally" remember it. I've yet to find anything else that only takes 10 to 20 minutes a day that has a higher ROI…

Do you have a TLDR for that article? It's pretty long and wordy.

Re: Anki-fy your life

#53

[flagged]

I literally just typed in Anki on Google and the first link to their homepage very obviously explains that it's free to use even with synchronization across multiple devices. The only cost I can think of is that they charge a one time fee for the mobile app for iOS, but the clients for android and desktop apps for computers are completely free. I have no idea where you got your information from but perhaps next time…

To be fair, Anki is trademark-squatted in many flash card apps on the net. Even on the iOS App Store, there are multiple squatters for "Anki" that outrank the real one.

Re: Anki-fy your life

#54

Maybe it’s just me, but I can’t think of anything in my job as a software engineer that I’d benefit from memorizing through flash cards. What are people memorizing exactly?

Coworkers' names and the reason for meeting with them.

I used Anki for this when I was in a management position that involved meeting with many people, often just once or twice each, across my very large company. It was nice to be able to greet someone by name in the cafeteria six months after our meeting, and ask how such-and-such project was going. I'm sure some people already remember names, faces, and context effortlessly. I'm not one of those people. But I always appreciate when someone remembers me, so I was willing to work to do the same for them.

I stopped doing it once my work universe got a little more stable, and life's daily encounters were themselves the spaced repetition I needed to remember everyone.

Re: Anki-fy your life

#55
post #51

I'm a huge fan of spaced repetition and Anki. I strongly believe that most people's professional lives would be improved by using it. There is a huge amount of information that falls into the zone of it's needed often enough that not knowing it is a pain, but it's not needed often enough that you would "naturally" remember it. I've yet to find anything else that only takes 10 to 20 minutes a day that has a higher ROI…

Do you have a TLDR for that article? It's pretty long and wordy.

The article discusses how to create effective prompts that aid in long-term learning using spaced repetition. Matuschak suggests that good prompts should be specific, clear, and concise, and should be designed to encourage active recall rather than passive recognition.

He also emphasizes the importance of interleaving, which involves mixing up different types of problems or questions to enhance retention and facilitate transfer of knowledge. Additionally, he suggests that prompts should be personalized and contextualized to increase engagement and motivation.

Re: Anki-fy your life

#56

A major limitation exists for spaced repetition software (e.g. Anki, SuperMemo, or other flashcard-style systems), in my experience using them for several years for long-term memory: it's neither necessary nor sufficient to use this software to learn certain topics. Several excellent physics and math students I worked with have never used spaced repetition software, but were excellent at their studies because they co…

> (though I moved to SuperMemo about a year back)

What pushed you to make the switch? Was it Incremental Reading, or some other feature/reason?

Re: Anki-fy your life

#57
Allow me to mention my project Ankivalenz[1], which turns structured HTML files into Anki decks. I use it with Quarto[2][3] to generate my Anki decks. Instead of having an unorganized "pool" of Anki cards, I can create hierarchical, well-organized notes and turn them into an Anki deck. This makes it easier to create Anki decks, but more importantly, it makes it easier to keep Anki decks up to date.

[1] https://github.com/vangberg/ankivalenz

[2] https://quarto.org/

[3] https://github.com/vangberg/quarto-ankivalenz

Re: Anki-fy your life

#59
post #51

I'm a huge fan of spaced repetition and Anki. I strongly believe that most people's professional lives would be improved by using it. There is a huge amount of information that falls into the zone of it's needed often enough that not knowing it is a pain, but it's not needed often enough that you would "naturally" remember it. I've yet to find anything else that only takes 10 to 20 minutes a day that has a higher ROI…

Do you have a TLDR for that article? It's pretty long and wordy.

I have found out that I was bad at card making when reviewing the first cards I made after a lapse of time of not using Anki. My then self got frustrated and irritated by how vague and non-specific the cards I made myself were. I certainly learned something about my memory and cognition. The article is long, but it has some insights that resonated with me. I think the quality of the cards one makes is as important, if not more so, than spaced repetition.

Re: Anki-fy your life

#60

I'm surprised no one mentioned Memoet ( https://github.com/memoetapp/memoet ). It is a much more modern version of Anki - much more open algorithm, REST APIs and universal interfaces and self-hosted control over one's data.

I agree that Anki is likely less developer friendly but its popularity does make up for that I feel, with ostensibly state of the art SRS algorithms being published with Anki implementations (https://github.com/open-spaced-repetition/fsrs4anki) out of the box. Though as someone that's solely used Anki for language learning, I do value the ability to remember more words in less time more than ease of development so it's not unlikely Memoet is a better choice for other usecases.
Post reply on HN