Live data from Hacker News

The more senior your job title, the more you need to keep a journal (2017)

hbr.org

1–10 of 135 posts

Re: The more senior your job title, the more you need to keep a journal (2017)

#2
As 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 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)

#3
Not specifically because of job title, but I've found that I've tended to keep notes during the first few weeks/months of any new job/engagement. There are always curveballs and stressful moments, and writing them down has helped me calm down a bit and 'step back' from the situation (not a lot, but it helps some). I am not diligent/daily about it, nor do I keep it up for more than few months at the most, but as another tool to keep notes while getting to know people, it helps to be able to double check my recollection of their behavior, our interactions, etc outside of whatever corporate note-taking system is in place.

Re: The more senior your job title, the more you need to keep a journal (2017)

#5
This is a great idea / application for writing.

Last 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)

#6
I'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 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)

#7
Independently of the title I suggest keeping private employment journal. I had so many situations when one wanted to do scapegoat out of me. But I had meeting notes made few months/years ago and could defend myself very well. Of course, there is this productivity topic too, but I treat it as a secondary benefit.

Re: The more senior your job title, the more you need to keep a journal (2017)

#8
A large whiteboard in my home office, on wheels. Two sided, one is blank for brainstorming, the other always full of things I have up in the air. Some lines remain there for months, some for days, until the subject is done.

I 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)

#9
post #6

I'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…

I do the same-ish thing. Main highlights on mine: 1) I start off the day with things I should be working on (samesies) 2) I use ### to demarcate different "working sessions" ... one for each meeting, etc. 3) I struggle with finding something that lets me: encrypt, search, big notes, and use multi platform easily :( Closest I've found was google keep so far .. but i hate relying on it like that. I'm pretty sure "something" plus encrypted sqlite will work once i find it. 4) I name it Today.YYYYMMDD ... I'm trying to get into the habit of retroing once a month, creating a Month.YYYYMMDD to try to be more reflective and understand high level impact I had and systemic issues I'm running into.

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)

#10

As 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…

For this reason I try to write everything down twice. Once roughly by hand, and then a day or two later tidied up and put on the computer.
Post reply on HN