···11+---
22+template:
33+slug: bujo
44+title: The quest to optimize productivity
55+subtitle: This blog is devolving into a techbro cliché
66+date: 2021-11-04
77+---
88+99+Us folks in tech have this general obsession with productivity. It's all
1010+about getting the workflow _just right_. Or at least, that's the goal.
1111+Heck, there are entire companies built around optimizing productivity in
1212+specific workflows -- email, notes, tasks, etc. Suffice to say, there's
1313+a lot of activity in this space.
1414+1515+I've heard reports of varying degrees of success with these tools, from
1616+"OMG it like, totally changed how I take notes!", to "I'm not sure it's
1717+worth paying $30 per month for a mail client" (yeah, you know the
1818+one)[^1]. However, I will never use these tools. Primarily because I
1919+don't trust them -- I don't trust them with my data; more importantly, I
2020+don't trust them to exist long enough before they decide to thank me for
2121+their incredible journey and "sunset" their product.
2222+2323+[^1]: In case you didn't, I'm talking about Superhuman.
2424+2525+That said, I wasn't entirely opposed to digital solutions. I tried
2626+a method called the OBTF, or the One Big Text File. It's what it says on
2727+the tin: a single text file to manage everything -- tasks, email,
2828+meetings, notes, habit tracking, etc. Its effectiveness relies on your
2929+text editor's ability to search for things. I even came up with my own
3030+"syntax" to help accelerate finding relevant bits. It looked like so:
3131+3232+```
3333+wed, 03 nov
3434+3535+some task here // DONE
3636+another task here
3737+a note here
3838+meet foo @ 12:30 // CANCELLED
3939+```
4040+4141+I don't exactly recall why I stopped doing it, but I did. Maybe because
4242+I tried to do way too many things all at once. It also meant I needed to
4343+be at my computer to update tasks -- some of which were offline/IRL.
4444+Yeah, you can see where this is going. You probably guessed it from the
4545+post slug. That's right -- bullet journaling. Well, sort of -- let me
4646+explain.
4747+4848+The [bullet journal method](https://youtu.be/fm15cmYU0IM) is a somewhat
4949+involved process. I recommend watching the video since I'm going to skip
5050+explaining how bullet journaling works. The method I use draws
5151+inspiration from bullet journaling -- but just mostly the task symbols
5252+and daily/weekly logs. These are the symbols I use:
5353+5454+- `•` is a new task
5555+- `×` is a completed task
5656+- `>` is a task that's been carried forward
5757+- `~strikethrough~` is a cancelled task
5858+- `-` represents a note
5959+6060+And somewhat less commonly, `⊙` (a circled dot) to scribble a small note
6161+pertaining to that task, i.e. reason for cancellation, delegation, etc.
6262+Tasks are sometimes broken down into further subtasks represented as a
6363+checkbox `□`. Ticking off a checkbox feels great.
6464+6565+Tasks are grouped under a weekly list, running from Monday to Sunday. I
6666+had previously done daily lists, but that... didn't really work out.
6767+Here's what happened:
6868+6969+```
7070+mon, 01 nov
7171+> long task here
7272+× something else
7373+7474+tue, 02 nov
7575+> long task here
7676+7777+wed, 03 nov
7878+> long task here
7979+8080+...
8181+```
8282+8383+See the problem? Most often, my tasks tend to span an entire week. While
8484+I could theoretically break it down into subtasks, stuff like "Write an
8585+RFC for Foo Service" are just that. It's a big task, and I can't really
8686+break it down. Hence, the running weekly log.
8787+8888+I can't go without posting what it actually looks like in my notebook;
8989+so here, have a FOIA-declassified-looking picture of my bullet journal.
9090+9191+
9292+9393+This was when I first attempted the weekly log. Evidently, I struggled
9494+to compute dates accurately. And yes, "rice acme" was a task -- one
9595+that I promptly completed, I'll have you know.
9696+9797+I use a pencil to write. There's no real reason for it, but I started
9898+the book with a pencil and I plan to continue with it until I finsh this
9999+notebook -- there's still about half of it left. I plan to cop a dotgrid
100100+notebook for my next one, and start using a pen.
101101+102102+
103103+104104+At first I was sceptical. I didn't think I'd stick to it. But hey, looks
105105+like I did. I've been using my bullet journal spinoff method to great
106106+success for the past 6-odd months. Have I become more productive? I
107107+don't know, but I can confidently state that my head has become
108108+"lighter". I no longer have to _remember_ tasks; I can simply offload
109109+them to my journal.
110110+111111+I think the key to making it work was the realization that it's not
112112+"perfect". I put perfect in quotes because I had this notion of an
113113+all-in-one, flawless productivity tool that'll take care of everything,
114114+from anywhere. I then embraced the fact that some tasks don't really
115115+need noting down and it's ok to _not follow the rules_. I guess what I'm
116116+trying to say is -- don't force it; use the journal loosely.
117117+118118+No self-help-productivity-bullshit-post is complete without a list of
119119+tips, so here it is:
120120+121121+- Make it your own. Don't attempt to shoehorn someone else's solution.
122122+- Don't try to manage everything -- that hardly ever works.
123123+- Don't over optimize. Task states don't need 20 different symbols. Keep
124124+ it simple.
125125+- It doesn't have to be an art project[^2]. I know mine isn't. Keep it
126126+ functional.
127127+128128+[^2]: I'm looking at you,
129129+ [r/bulletjournal](https://old.reddit.com/r/bulletjournal).
130130+131131+Okay, this self-help-productivity-bullshit-post is now complete.