my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bujo post

+131
+131
pages/blog/bujo.md
··· 1 + --- 2 + template: 3 + slug: bujo 4 + title: The quest to optimize productivity 5 + subtitle: This blog is devolving into a techbro cliché 6 + date: 2021-11-04 7 + --- 8 + 9 + Us folks in tech have this general obsession with productivity. It's all 10 + about getting the workflow _just right_. Or at least, that's the goal. 11 + Heck, there are entire companies built around optimizing productivity in 12 + specific workflows -- email, notes, tasks, etc. Suffice to say, there's 13 + a lot of activity in this space. 14 + 15 + I've heard reports of varying degrees of success with these tools, from 16 + "OMG it like, totally changed how I take notes!", to "I'm not sure it's 17 + worth paying $30 per month for a mail client" (yeah, you know the 18 + one)[^1]. However, I will never use these tools. Primarily because I 19 + don't trust them -- I don't trust them with my data; more importantly, I 20 + don't trust them to exist long enough before they decide to thank me for 21 + their incredible journey and "sunset" their product. 22 + 23 + [^1]: In case you didn't, I'm talking about Superhuman. 24 + 25 + That said, I wasn't entirely opposed to digital solutions. I tried 26 + a method called the OBTF, or the One Big Text File. It's what it says on 27 + the tin: a single text file to manage everything -- tasks, email, 28 + meetings, notes, habit tracking, etc. Its effectiveness relies on your 29 + text editor's ability to search for things. I even came up with my own 30 + "syntax" to help accelerate finding relevant bits. It looked like so: 31 + 32 + ``` 33 + wed, 03 nov 34 + 35 + some task here // DONE 36 + another task here 37 + a note here 38 + meet foo @ 12:30 // CANCELLED 39 + ``` 40 + 41 + I don't exactly recall why I stopped doing it, but I did. Maybe because 42 + I tried to do way too many things all at once. It also meant I needed to 43 + be at my computer to update tasks -- some of which were offline/IRL. 44 + Yeah, you can see where this is going. You probably guessed it from the 45 + post slug. That's right -- bullet journaling. Well, sort of -- let me 46 + explain. 47 + 48 + The [bullet journal method](https://youtu.be/fm15cmYU0IM) is a somewhat 49 + involved process. I recommend watching the video since I'm going to skip 50 + explaining how bullet journaling works. The method I use draws 51 + inspiration from bullet journaling -- but just mostly the task symbols 52 + and daily/weekly logs. These are the symbols I use: 53 + 54 + - `•` is a new task 55 + - `×` is a completed task 56 + - `>` is a task that's been carried forward 57 + - `~strikethrough~` is a cancelled task 58 + - `-` represents a note 59 + 60 + And somewhat less commonly, `⊙` (a circled dot) to scribble a small note 61 + pertaining to that task, i.e. reason for cancellation, delegation, etc. 62 + Tasks are sometimes broken down into further subtasks represented as a 63 + checkbox `□`. Ticking off a checkbox feels great. 64 + 65 + Tasks are grouped under a weekly list, running from Monday to Sunday. I 66 + had previously done daily lists, but that... didn't really work out. 67 + Here's what happened: 68 + 69 + ``` 70 + mon, 01 nov 71 + > long task here 72 + × something else 73 + 74 + tue, 02 nov 75 + > long task here 76 + 77 + wed, 03 nov 78 + > long task here 79 + 80 + ... 81 + ``` 82 + 83 + See the problem? Most often, my tasks tend to span an entire week. While 84 + I could theoretically break it down into subtasks, stuff like "Write an 85 + RFC for Foo Service" are just that. It's a big task, and I can't really 86 + break it down. Hence, the running weekly log. 87 + 88 + I can't go without posting what it actually looks like in my notebook; 89 + so here, have a FOIA-declassified-looking picture of my bullet journal. 90 + 91 + ![bullet journal](https://x.icyphox.sh/QzrdK.jpeg) 92 + 93 + This was when I first attempted the weekly log. Evidently, I struggled 94 + to compute dates accurately. And yes, "rice acme" was a task -- one 95 + that I promptly completed, I'll have you know. 96 + 97 + I use a pencil to write. There's no real reason for it, but I started 98 + the book with a pencil and I plan to continue with it until I finsh this 99 + notebook -- there's still about half of it left. I plan to cop a dotgrid 100 + notebook for my next one, and start using a pen. 101 + 102 + ![notebook with sticker](https://x.icyphox.sh/0psb8.jpeg) 103 + 104 + At first I was sceptical. I didn't think I'd stick to it. But hey, looks 105 + like I did. I've been using my bullet journal spinoff method to great 106 + success for the past 6-odd months. Have I become more productive? I 107 + don't know, but I can confidently state that my head has become 108 + "lighter". I no longer have to _remember_ tasks; I can simply offload 109 + them to my journal. 110 + 111 + I think the key to making it work was the realization that it's not 112 + "perfect". I put perfect in quotes because I had this notion of an 113 + all-in-one, flawless productivity tool that'll take care of everything, 114 + from anywhere. I then embraced the fact that some tasks don't really 115 + need noting down and it's ok to _not follow the rules_. I guess what I'm 116 + trying to say is -- don't force it; use the journal loosely. 117 + 118 + No self-help-productivity-bullshit-post is complete without a list of 119 + tips, so here it is: 120 + 121 + - Make it your own. Don't attempt to shoehorn someone else's solution. 122 + - Don't try to manage everything -- that hardly ever works. 123 + - Don't over optimize. Task states don't need 20 different symbols. Keep 124 + it simple. 125 + - It doesn't have to be an art project[^2]. I know mine isn't. Keep it 126 + functional. 127 + 128 + [^2]: I'm looking at you, 129 + [r/bulletjournal](https://old.reddit.com/r/bulletjournal). 130 + 131 + Okay, this self-help-productivity-bullshit-post is now complete.