TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some good examples of Anki card decks?

18 pointsby ParallelThreadabout 2 years ago
I am interested in learning Anki for spaced repetition. Looking for good examples especially about system design and programming.

4 comments

tra3about 2 years ago
Creating your own deck is the way to go. Other people&#x27;s decks never quite clicked for me the same way a self made deck does. A huge part of it is going through the material and identifying the pieces of knowledge that you actually want&#x2F;need to retain.<p>Andy Matushchak&#x27;s prompt guide [0] linked below is amazing. Supermemo&#x27;s 20 rules for formulating knowledge [1] is great too, Wozniak is the one that invented SRS.<p>[0] <a href="https:&#x2F;&#x2F;andymatuschak.org&#x2F;prompts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;andymatuschak.org&#x2F;prompts&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;www.supermemo.com&#x2F;en&#x2F;blog&#x2F;twenty-rules-of-formulating-knowledge" rel="nofollow">https:&#x2F;&#x2F;www.supermemo.com&#x2F;en&#x2F;blog&#x2F;twenty-rules-of-formulatin...</a>
评论 #35252887 未加载
Leftiumabout 2 years ago
Fluent Forever teaches how to make effective SRS flashcards, based on science and personal experience. I think many of the methods taught by Fluent Forever would work for other domains outside learning foreign languages.<p>Here are some of the more important points:<p>- Make your own flashcards (don&#x27;t just use unmodified decks made by other people). Just the act of making the flashcards exercises your brain so you will be more likely to recall in the future, even if you never use the deck.<p>- Make personal connections between the facts and yourself. Like if the fact is about `await`, use the first time that keyword helped make your code more readable. What function were you awaiting?<p>- Connect the facts to visceral feelings&#x2F;emotions. Perhaps some things are categorized by inconsistent&#x2F;illogical categories (like German genders). Attach that category to feelings&#x2F;emotions like hot, cold, explosive, sexy, sad.<p>- Use images because the brain is better at recalling images than abstract facts.<p><a href="https:&#x2F;&#x2F;lifeclub.org&#x2F;books&#x2F;fluent-forever-gabriel-wyner-review-summary" rel="nofollow">https:&#x2F;&#x2F;lifeclub.org&#x2F;books&#x2F;fluent-forever-gabriel-wyner-revi...</a><p><a href="https:&#x2F;&#x2F;www.grahammann.net&#x2F;book-notes&#x2F;fluent-forever-gabriel-wyner" rel="nofollow">https:&#x2F;&#x2F;www.grahammann.net&#x2F;book-notes&#x2F;fluent-forever-gabriel...</a>
minhmeokeabout 2 years ago
I&#x27;ve used this amazing deck for learning Chinese: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ChineseLanguage&#x2F;comments&#x2F;7mjmjc&#x2F;best_anki_deck_for_hsk_ive_come_across&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ChineseLanguage&#x2F;comments&#x2F;7mjmjc&#x2F;bes...</a><p>This looks like a nice Anki deck for reviewing system design concepts: <a href="https:&#x2F;&#x2F;github.com&#x2F;donnemartin&#x2F;system-design-primer">https:&#x2F;&#x2F;github.com&#x2F;donnemartin&#x2F;system-design-primer</a><p>You might also be interested in Alex Xu&#x27;s System Design Interview Book.
jazzabeanieabout 2 years ago
There was an comment yesterday (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35209775" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35209775</a>) that linked to <a href="https:&#x2F;&#x2F;andymatuschak.org&#x2F;prompts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;andymatuschak.org&#x2F;prompts&#x2F;</a>