So, I’m using a (slightly modified) Pomodoro system. I have a
Beeminder goal to ensure
that I have at least 10 25-minute-long working periods every day, and
this has served me pretty well over the last 4+ years. I have things
set up so that if I’m doing something for X minutes and X≥25, my goal
gets a datapoint of ⌊x/25⌋ (so that if I’m doing something for 50
minutes without a break, it counts as two “tomatoes”). I don’t have a
fixed length of break between these 25-minute bursts, though.
But I’m more and more convinced that this is not the best idea. I
read about “Third time”; its author’s critique of Pomodoro resonates
with me very well. In fact, I implemented a very similar system which
measures my “efficiency” (i.e., the ratio of time spent working and
the total time), and makes sure it stays high. It’s similar to “third
time” with three exceptions:
- I usually set it up so that my efficiency goal is 85% (or sometimes
80%, when I’m feeling a bit lazy), compared to Third Time’s 75%. I
start the clock when I sit down to work at my office, and “clock
out” when I’m done. - I can start an “official break” which does not count towards the
total time. (I have a complicated system where I get so-called
“productivity points”, also beeminded. One way to gain those is to
have either “85% efficiency achieved and at most 15 minutes of
these breaks”, and another - scored less - is “80% efficiency and
at most 25 minutes of breaks”.) - Unlike Third Time, I can rest for longer than my efficiency goal
dictates, but then I need to work harder later. IOW, I can
“borrow” time, but I have to “pay it back” on the same day.
I am wondering if ditching the “tomatoes” isn’t a good idea. The
problem with them is that I often take a “forced break” after 25
minutes and lose context and/or flow and/or motivation. (Much like
the author of this article.)
Still, I’d like to have a Beeminder goal which would be an incentive
to work for longer periods of time. Working for 45 minutes without
taking a break is better than working for 15 minutes, taking a break,
working for another 15 minutes, taking another break, and working for
15 minutes again. On the other hand, work bursts of 60 minutes and
more should be at least not encouraged, and possibly actively
discouraged as unhealthy.
Does anyone here have any idea for a metric which could help me with
this? A few final thoughts:
- Goodhart’s law is not a problem for me – this would be one of quite
a few systems (at least three) I have in place to make sure I work
enough. - Workaholism is not a problem for me, so discouraging too long
periods of work is a nice-to-have, not really a requirement. - I can (and probably will) translate this metric into code so that it
will be beeminded automatically, but I’d still prefer a simpler one
over a more complicated one (for obvious reasons). - I’d prefer not to use systems other than Beeminder that store my
personal data “in the clown” – I try to avoid sharing my sensitive
data on the internet, and while Beeminder is one of the exceptions I
make, I’d prefer not to add too many other ones.
Thanks in advance!