Hacker News new | ask | show | jobs
by AyanamiKaine 21 days ago
Two really good modern books on how we actual learn are. 1. The ABCs of How We Learn by Daniel L. Schwartz 2. How Learning Happens 2nd by Paul A. Kirschner & Carl Hendrick

I can really recommend them. Now back to flashcards and active recall. They are the secret sauce. People in the thread are saying that understanding is important, while I agree you should understand things its not THAT important.

Important is that you remember not only *facts* what something is. But also how to do something. If you stare at a blank page not being able to do something like writing a a simple typedef struct in C. But knowing what a typedef and struct is, you are missing procedural knowledge.

If you can only programming with an IDE giving you cues like autocompletion you will never form the memory for the actual symbol. Only when you active recall something it will be rememberd until it becomes automatic freeing your working memory from the load and reducing cognitive load overall.

I strongly believe that an AI rephrasing your backside and giving some additional knowledge from your own notes is helpful. You should still write your own notes and flashcards, an AI can help here too but just dont copy and paste them.

Learning can be so much, creating mental models and checking their validity, creating anecdotes, connecting new knowledge and ideas to already learned ones. Have fun!

There are many people that start using anki or flashcards only to stop doing them after a month.

Another interesting observation is that some people use flashcards to optimize for testing not learning. You can get good grades (really good ones) but it might hurt your actual learning. (What that actual means would be a longer topic)

2 comments

I agree, having learned something with flashcards is like you have a repertoire to choose from. Instead of having to sort everything A1, A2, A3, B1, B2, B3, C1, C2, C3 you get to sort A, B, C. It has built in chunking. And what I noticed is that with memorizing comes understanding. Your flashcard says A on the front and A1, A2, A3 on the back. After reading it a few times you will understand what A means. But it will also help you put together the overall topic of A, B, C. It is wonderful compression.
Thank you for the recommendations! The 2 books seem to be a little more detailed than the average general-audience book but not too intense and deep like a textbook.

Would definitely take a look!