total 328K
| Mode | Links | User:Group | Size | Date | Name |
|---|---|---|---|---|---|
| -rw-r--r-- | 1 | coronado@blog | 5.664K | 2026-03-21 | anki-gets-you-cracked.mdACTIVE |
| -rw-r--r-- | 1 | coronado@blog | 3.717K | 2026-03-18 | when-the-craft-starts-talking-back.mdACTIVE |
| -rw-r--r-- | 1 | coronado@blog | 1.359K | 2026-02-19 | hello-world.mdACTIVE |
I was watching a youtuber Coding Jesus grill CS students with CS Trivia, fun Saturday night ofc. I critiqued his methods I believed this was just useless trivia, but then I realized. I'm a web developer who can't explain what a socket is.
It started with a Coding Jesus video.
Some people might criticize him but I thank him. He inspired me to dive deeper into tech which led for me regaining my love for it. I as no longer just creating CRUD APP GPT WRAPPERS with typescript anymore I was learning interesting things and creating interesting things too!
While diving on this rabbit hole (which I'm still inside of btw), I got better at different foundational tech skills which I will go deeper into in a different post, but I discovered TECHNICAL BOOKS. Technical books are great, you get to learn a lot BUT with a caveat.
If you don't use it, you lose it.
Anki is a free, open-source flashcard app which comes with an amazing algorithm underneath for Spaced Repetition underneath.
Here's the main idea: your brain forgets things, the end.
Kidding, The simplest explanation is the longer you go without reviewing something, the more you forget. BUT if you review something just before you're about to forget it, you level up that memory, and it takes even longer to fade the next time.
Hence why you know the capital of France but probably don't remember how to do long divisions.
Image description
So where does Anki fall into this?
Instead of reviewing everything every day, Anki schedules each card based on how well you knew it last time:
Over time, Anki becomes your "knowledge bank" of things you don't want to forget.
When I finish a chapter or a section, I go back through my notes and write cards for the things I actually want to keep. This has two benefits:
So my workflow: READ -> NOTES -> ANKI
Bad card:
Q: What is consistent hashing and how does it work?
Good cards:
Q: What problem does consistent hashing solve? A: It minimizes key redistribution when nodes are added/removed from a distributed system.
Q: In consistent hashing, what are "virtual nodes" used for? A: To create a more even distribution of keys across nodes, preventing hotspots.
Break big ideas into small questions.
Cloze deletions are also amazing for things like this.
This is a trap I fell into early and I want to save you the pain. Do not put programming language syntax on your Anki decks. I TRIED IT WITH RUST AND IT WAS A WASTE OF TIME
My Rule: if I it daily, just code. If I rarely encounter it but need to actually understand, I add it to the deck.
When I started I was reviewing every single day and it was really fun until... it wasn't. As your deck grows the time you need to spend to review everything exponentially grows. Sure daily review is feasable with 30 cards, but 200+ eeh I'm good.
Personally I do it 3 times per week, sometimes 2 depending on how busy the week has been.
At the beginning I wanted to ankify everything but I narrowed it down to a few topics.:
Let's be real for a second: this isn't going to make you a 10x developer that gets 10 interivews a day at big tech. Your day-to-day job performance probably won't change dramatically because you read SICP and put every new concept in an anki card.
But that's not why I did it.
It gave me an edge in my ability to memorize things faster and grasp concepts quicker. And to be real? It's just satisfying I really recommend getting the heatmap plugin to see those green boxes lit up everyday.
I'm thinking about sharing my decks at some point for anyone who wants to get started without building from scratch. No promises yet, but if that's something you'd find useful, let me know in the comments. (I still recommend making your own though!)
Are you already using Anki? Or thinking about starting? Drop a comment — and let me know if you'd want me to share my decks.
-- End of preview --