The more senior your job title, the more you need to keep a journal (2017)
1–10 of 135 posts
Re: The more senior your job title, the more you need to keep a journal (2017)
#2Before this switch i would default to using memory. It was easy, it worked, and i have a rather good memory. Most things worth remembering somehow just "sticks" without any mnemonics.
After the switch, i got 10x the information i used to get before, and while i initially settled on using my inbox as a "todo list", flagging items that needed attention, this also became rather inefficient after a while.
I started keeping a journal. Every meeting i go to, i jot down notes, every agreement is written down. I still keep my todo list, but it's in Emacs org-mode now. Notes are handwritten.
As the author also hints, handwriting helps commit things to memory, so the times i actually consult my notes are rather rare. Instead, by simply having written them down, my brain somehow accepts that "it's under control", and focuses on something else, but still remembers it.
Re: The more senior your job title, the more you need to keep a journal (2017)
#3Re: The more senior your job title, the more you need to keep a journal (2017)
#4Re: The more senior your job title, the more you need to keep a journal (2017)
#5Last year I took a senior manager position at a fairly large company. I am also building a side project (not competing, totally unrelated). Between those 2 things my mind is constantly full.
I depend on my project plan to move through time / between tasks. But I still depend on my memory and a high volume of unstructured notes to move through small increments of time. You simply can’t plan every single sub task.
I have noticed when things get really busy and I start getting tired, everything around me speeds up. I really like the idea in this article that writing a journal by hand slows life down.
I’m going to try structured journaling. This year’s Big Project is about to go live, and I need a way to slow it all down for a few minutes each day.
Re: The more senior your job title, the more you need to keep a journal (2017)
#6There's a todo list at the top of each day's entry. But the rest is mostly free-form. Some days don't contain anything. Others contain meeting notes. Design ideas. Results of experiments. It's all plain text, so it's easily grep-able. Sometimes I look back at them to answer "why did I do that"-type questions. Sometimes $manager wonders what I've been working on or why it's taking so much time. I can just point at the journal and say "I've been doing 3 meetings every day and I've been onboarding people so I haven't had time to work on XYZ".
It's not much effort. And imho it's definitely worth it.
Re: The more senior your job title, the more you need to keep a journal (2017)
#7Re: The more senior your job title, the more you need to keep a journal (2017)
#8I use the blank side during calls to jot down notes which I transform into meeting summaries and email later. Then I clear it.
I find whiteboard writing very satisfying and the the fact it’s always out there in the room with you - can’t minimize it or just not open it - keeps you always synced to your tasks. Space is limited so it’s always relevant. You’re at some point forced to take care of things to make room for new things - can’t scroll down.
Re: The more senior your job title, the more you need to keep a journal (2017)
#9I'm a software engineer, and I've been keeping a "lab journal" on and off for the past decade or so. A single markdown file per day, with the date as filename. First thing I do every day is copy the previous day's entry, give it a once over & remove what's no longer relevant. This helps me remember what I've been working on, and it's a track record of sorts. There's a todo list at the top of each day's entry. But the…
The number of times this has saved me time figuring out "Oh .. i saw that error before .. how did I fix it?" and "who did i talk to about X and what did they say" months to years later has proven to be super helpful and I will be continuing indefinitely.
Re: The more senior your job title, the more you need to keep a journal (2017)
#10As someone who "recently" (couple of years or more) switched from "senior developer" to architect and at the same time got handed responsibility for 5-10 independent software systems, i completely agree. Before this switch i would default to using memory. It was easy, it worked, and i have a rather good memory. Most things worth remembering somehow just "sticks" without any mnemonics. After the switch, i got 10x the…