Skip to content

Commit cbd65ec

Browse files
authored
Add MD brain-plate section
1 parent 774e213 commit cbd65ec

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

blogs/posts/2026-05-28_brain_plates/index.qmd

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,22 @@ that maintaining a minimal and focused toolbox helps me keep reasonably organise
102102
It also allows me to leverage a wider range of computers (older, with constrained resources), as most of my tools are lightweight, easy to install and free. Finally, I favour plain markdown or JSON - if hierarchy is required - as they are portable and universal formats.
103103
The majority of my time is spent in a terminal window - aligning with the team's nerdery - and my web browser running Solveit and GitHub tabs.
104104

105-
106-
#{{< include MD.qmd >}}
105+
## ![A white thirty-something male with short brown hair, wearing a blue jumper over shirt and tie. The type of person who looks like his name is probably 'Matt'.](MD.jpg){width="10%" fig-align="right"} Matt: yak-shaver
106+
107+
As a developer and scrummaster, I record tasks as **GitHub issues** and track them through our GitHub project board.
108+
I label issues by type and priority and add them to release milestones.
109+
In the comments I write up-to-date notes, tag team members and record any agreements.
110+
This way, _all the information is on the task_.
111+
112+
At the start of the day I might write down a few to-dos with **pen and paper**.
113+
Sometimes I'll scribble ephemeral notes as I work, but my notepad is disposable.
114+
Meaningful information goes on GitHub where it belongs.
115+
Anyway, the notepad can't be a long-term store because I can barely read my handwriting.
116+
117+
I wrote a [lightweight Python-powered command-line interface called jot](https://github.com/matt-dray/jot) to log time-stamped notes in **a text file**.
118+
During my work day I go frequently to a terminal and type something like `jot "circled-back on paradigm-shifting"`.
119+
This isn't about note-taking; I use the entries to help reflect on what I've been up to.
120+
It's especially useful for capturing 'softer skills' or 'glue work' that often goes undervalued.
107121

108122
## ![Picture of Chris](CB.jpg){width="10%" fig-align="right"} Chris: Head of data science
109123

0 commit comments

Comments
 (0)