TJL #62: Make flashcards as you go (Daily productivity #37)
Productivity tips that work for me and might work for you
Daily productivity #37
Make flashcards as you go.
I hate forgetting things. Read my previous articles about how to use active recall to stop forgetting things:
What I currently do as a “system” to not forget things is to make flashcards as I go along.
Example
Right now I’m working on a small toy application where a user can upload a file by dragging it to the dropzone. Then I apply some algorithm over it and voila, something happens.
I was wondering how to access the file from the dropzone and send it to the backend, but I first had to figure out how!
After struggling for a while and reading the docs I finally found the answer! I had to use the “onDrop = useCallback(acceptedfiles)” callback.
The “normal” thing to do here is to just apply this function and move on with your life.
What I have trained myself to do now is recognise that I need to turn this into a flashcard to not forget this!
The problem is that if you just apply this and then move on with your life then there is no guarantee that you are going to remember this. If you do something once, your brain doesn’t necessarily store it.
On the other hand, if you turn it into a flashcard that you regularly review… then yeah, you brain remembers it! So I turned it into a flashcard!
Conclusion
Imagine someone who has to look up how to hammer in a nail every time, that’s silly! If you want to remember something later, invest a small bit of effort and turn it into a flashcard!
Previous TJLs
Read my previous TJLs by following on the links down below:
TJL #6: How to remember the difference between margin and padding
TJL #7: According to Jeff Bezos there are two types of failure
TJL #27: Be aware of the spotlight effect (Daily productivity #2)
TJL #28: Start with the upper-left hand brick (Daily Productivity #3)
TJL #30: Start with writing your README (Daily productivity #5)
TJL #35: Use the Pomodoro technique (Daily productivity #10)
TJL #36: How to handle your negative feelings (Daily productivity #11)
TJL #37: Imagine the work, not the reward (Daily productivity #12)
TJL #38: Separate your writing from editing (Daily productivity #13)
TJL #41: Don't be ashamed to ask for help (Daily productivity #16)
TJL #48: Focus on interests, not positions (Daily productivity #23)
TJL #54: Change your font to Comic Sans (Daily productivity #29)
TJL #58: Manage your time proactively (Daily productivity #33)