Anki is overated

2025-08-13 Wed
alt-theme?

warning : this very much comes from the view of a computer science student and a math nerd, though I think it aplies to quite a lot of aspects

If you're anything like me you've probably experimented with study methods trying to decide what works best for you. Afterall the idea of spending 3 hours instead of 8 is really appealing. When researching this subject in any capacity you will find a lot of different study methods like mindmapping, summarizing, preperation tests and one that it bassicly praised by everyone I know, flash cards.

All of these methods can learn you a lot about the subject but the main differentiation between most of these is what they focus on.

These are all desirable and can all be used to study specific parts of a subject everyone of them is not a one size fits all tool. It doesn't matter how many summaries you write if you can't solve any questions on your own then that might become a bigger problem when learning subjects that build of of previously seen concepts.

Which brings me to the main reason I am writing this

not everything can be learned with flashcards

Flashcards are neat, and they can be very usefull to learn things that you frequently need to recall. But they often lack depth of understanding, after learning a dozen flashcards abotu math formulas you might now them by heart but you don't understand where they came from making you mis out on a lot of opportunities to understand the concepts better. A great example of this was during my calculus class, an insight my professor gave me, we were asked to learn the the formulas for volumes and surfaces of several figures, one of which being the sphere. Which has a rather odd volume formula, namely 4 * pi * r * r, the reason for this throwing people of was due to the surface area formula just being r * r * pi, so the 4 feels almost random.

But the professor explained that by calculating the derivative of the formula for the volume of a sphere u would also get this answer, since we are getting a super small layer of the sphere. Bassicly making the formula of the area of a sphere kind of redundant, since deriving is honestly really easy.

The point I'm trying to get to is that certain things can not be learned by flashcards and other things are way easier and more rewarding to learn without flashcards

what I use

This is a very much a personal preference, but I use mostly non-linear notes. What I mean by this is that I go through a books index, write down keywords that I find, so for example for algorithms and datastructures

I then write small descriptions for these, I keep them as small as possible, so for example brute force will just be "trying out all possible answers", divide and conquer "split big problem in several smaller problems"

Then to finish of I start connection how things relate to eachother, mostly focusing on what i need to know to understand this, so for example for divide and conquer u usually use recursion, recursion is also often used for brute force and branch and bound problems, b&b problems are often represented in trees and trees are usually implemented as arrays.

plain text

I do the exact same in plain, all I need is a system that links nodes (and preferably allows me to represent those links via a visual, like for example obsidians graph view). So instead of these keywords being on a page they are just seperate notes, and the description is inside of said note, I usually tend to make these descriptions be more encompasing. For example placing an important math proof in there.

example pictures
an example of a mind map I made in rnote (free hand drawing app) about discrete probability

an example of a graph of nodes linked in an org roam (emacs note taking system) database about calculus
							, it slightly cuts of since taylor series connect to discrete maths, which is not what I wanted to
							highlight
but yeah that's all thx for reading :D