Writing From a Learning Firehose
I’m attending the Recurse Center (remotely).
I value writing things down because I don’t trust my memory to retain the information that I’ve learned. Writing everything down from the diversity of people and the pace of learning from the recurse center is difficult.
I had a great conversation about how to write about the things that you’re learning or working on.Special thank you to Aditya, Mike, and Rachel for their generous ideas! These are some of my takeaways from that conversation.
Spool Brain to Disk
Or, take notes as you go.
Aditya uses git commit messages to record his thoughts in the moment. Anything that would want to refer back to later, ends up in the git messages. It acts an append-only buffer, timestamped with when specific notes were written.
I plan to use jrnl
to do the same, with a custom journal for a writing project I’m working on.
Lower the Bar
Write less and be okay with it.
Rachel suggested writing for 5 minutes, 1 minute. Make it a tiny habit to start writing.
Mike uses writing as accountability. A short summary of what he did posted in a public blog post.
In both cases, the lesson is to write less, and to be okay with hitting publish sooner rather than later.
Conclusion
- Spool your brain
- Lower the bar
- Pair and share
I plan to use these suggestions to write about what I learn.