I remember an old PhD comics strip where a professor says “Remember kids, the only difference between fooling around and science is writing it down.”. In the context the goal was obviously for it to be funny but it is actually a very good and wise advice.
Wow, that's actually deeper than it sounds. I do wonder though: did a lot of famous scientists (like Einstein, Feynman, Turing, etc) use writing as a vehicle for learning?
Writing about what you learn pushes you to understand topics better
91–100 of 167 posts
Re: Writing about what you learn pushes you to understand topics better
#92I've tried to create a tech blog for a long time. But because I'm quite OCD about my writing, it took ages to create a post. In the end, writing became such a chore that I stopped altogether.
Re: Writing about what you learn pushes you to understand topics better
#93Original post in Turkish: https://www.phpr.org/neden-blog-yazmalisiniz/
English translation: https://www-phpr-org.translate.goog/neden-blog-yazmalisiniz/...
Re: Writing about what you learn pushes you to understand topics better
#94But it takes ages
The great thing about self-publishing on the internet is that you can pick the quality you are comfortable with. No trees were harmed in the publication of this blog post!
Re: Writing about what you learn pushes you to understand topics better
#95See one, do one, teach one is the mantra in medicine. In the military it was common to hear, "you don't know something until you can teach a class on it." So there was an expectation that everyone should be able to pass on the skills they are responsible for.
So they might have meant that you don't just need to be able to teach it. You'll understand it only after you've already taught it to someone.
Re: Writing about what you learn pushes you to understand topics better
#96See one, do one, teach one is the mantra in medicine. In the military it was common to hear, "you don't know something until you can teach a class on it." So there was an expectation that everyone should be able to pass on the skills they are responsible for.
In programming - good luck, literally everything you work with is new, all the time. I guess that's why FAANG tests on useless algos - it's at least something you can memorize and pretend it applies to everything.
Maybe I am just using excuses, but I have never used things I wrote articles on: RxJS, Angular Route Resolvers, Modern CI/CD, Web Components - all of these things either died or I used them once in my career and even the articles themselves are useless.
Re: Writing about what you learn pushes you to understand topics better
#97I've tried to create a tech blog for a long time. But because I'm quite OCD about my writing, it took ages to create a post. In the end, writing became such a chore that I stopped altogether.
Same. I want to limit myself to creating posts that are 2 or 3 paragraphs long, but I find that when I start, I expand and clarify so much it becomes another long post. I always need to have an entire free afternoon to write some prose.
Re: Writing about what you learn pushes you to understand topics better
#98Re: Writing about what you learn pushes you to understand topics better
#99another similar concept i have found to be effective is to “teach what you learn”, i have noticed that it takes some good understanding of the topic you want to teach in order to communicate that effectively as well.
Some problem domains simply becomes so hard to teach, because once you learnt the domain, you tend to forget what made it confusing or hard, and thus unable to "teach" it to someone who hasn't understood it.