5067 comments
2220 subscribers
4798 on Twitter
Subscribe! Feed reader E-mail

Quantified Awesome: Why I track

People often ask me why I measure what I measure. I do it because I’m curious, and measurement lets me collect the data I need to answer those questions. For example:

  • How do I use time, and does that align with how I want to use my time?
  • How do I use money, and does that also align with my priorities?
  • How much time does it take me to do things, and how can I optimize?
  • How much of my things do I really use, and where does it make sense to improve or to eliminate?
  • How can I reduce the time I spend looking for things by simplifying and by organizing?
  • How can I reduce waste in the kitchen by making perishable foods more prominent?
  • How many books do I read and in what areas? How much value do I get out of the library? (Tons!)
  • How much progress am I making towards my goals, and do those goals really matter to me?

There might be long-term advantages to tracking, too. I’ll be able to see trends and changes that might not be noticeable day-to-day. I can use data to support longer-term decisions. I can get better at estimating and dealing with risks, costs, and benefits.

It doesn’t cost a lot of time or attention to track. For example, I prefer to manually track my activities using an app on my smartphone (Time Recording for Android Pro, although there’s a free version). It takes me a few seconds to switch activities, and I do that as I’m heading out the door, waiting for the subway, or doing other things that don’t need a lot of attention. It does take some time to analyze my data, particularly as I build many of my own tools. That also counts as professional development time (Ruby on Rails, visualization, etc.), though, so it might even be more of a benefit than a cost.

I love reading about behavioural psychology, economics, and other sciences that illuminate our predictable irrationality. I can see how I compare in terms of sleep, leisure, and other areas that researchers have explored. It’s fun finding patterns and getting a sense of what lies ahead.

What could help me take this to the next level?

I’ve started sharing work in progress to motivate myself to track data. This also makes it easier to refer to data and visualizations when sharing observations. The more I add to it, the more I come up with ideas for improving it.

I’d like to organize my posts better, so that you can easily find experiments and ongoing observations. It will also help me see what I’ve changed and review my decisions.

I’d like to write more about how people can try things out themselves, and build publicly-available tools to simplify analysis. That way, I might get to learn from other people’s observations and be inspired by the changes they make.

Reading primary research would be great, I think. I can find some papers online, but not all. Summaries in popular psychology books often skip the details, like the methodology the researchers used. I’ll see which journals are carried by the Toronto Public Library. I can also try writing to the authors to ask, or I can look into getting a digital subscription to the University of Toronto’s Robarts Library ($79.10 for six months or $135.60 for one year, mostly access to ProQuest 5000).

I also want to connect with other people who also measure and experiment. I like going to the Quantified Self Toronto meetups, sharing my experiences and ideas, and following up with sketchnotes of those sessions. Edison and the Quantified Self forums might be good ways to connect with people outside Toronto as well.

Plenty of room for growth!

Short URL: http://sachachua.com/blog/p/22598

2 Responses to “Quantified Awesome: Why I track”

  1. Very useful article for this time of the year, when people are planning their lives for the following year. Congrats Sacha! Regards, Pericles.

  2. Although I like the idea, and I did do it at least once. I don’t find it fun, but I like to go through the process at least once to get an idea.

    I see the benefits, but also the cost (time and fun factor). You just balance out the two and get the result you want.

    For example, I used to track my finances meticulously in MS Money for about a couple of months, then I found it took too much time, now I just have an Google sheet and let the day to day graphs and planning be done by people who have the passion for it (i.e. my THREE fund advisors and my friend who likes this sort of thing and my wife) :D

    Just because I abandon it does not mean it’s a bad idea mind you.

    I do the full process to understand it and find ways of improving it or incorporating lessons of it in day to day life causing me to improve my day to day routines.

    A good example of this would be doing our career stuff for work. The lessons I learned from it allow me to plan things at a higher level and see things written down and also allow me to update my resume which also allows me to understand myself a bit better.

    As compared to saying, I don’t like this and just do the same routine over and over again with no growth.

Comment, share a thought, ask a question...

Please comment as you, not your organization.





 

On This Day...

  • 2010: Weekly review: Week ending November 19, 2010 — From last week’s plans Work [X] Submit yearly review [X] Drupal: Write more of the access control [...]
  • 2009: Drawing is about seeing the magic in everyday things
  • 2008: Weekly review: Week ending November 21, 2008 — I rocked. =) I turned my Drupal-based project over to a new team member. It was in great shape: the new [...]
  • 2006: Dinner with a technology evangelist — When Kaleem invited me to dinner with Betsy Weber, chief evangelist at TechSmith, I immediately cleared my schedule and accepted. After all, [...]
  • 2005: Back at the beginning — The last class of tango was today. We ended on a strange note, realizing how much more there is to learn. [...]
  • 2005: Brain Gain Network – Philippines — Get to meet other geeks and tech-savvy business people at the Techie Palooza to be held by Brain Gain Network [...]
  • 2003: Cool elisp hack! — I’ve gotten the bot-like improvements I wanted thanks to these snippets of elisp code: (require 'hippie-exp) (setq hippie-expand-try-functions-list [...]
  • 2003: ERC+BBDB — (add-to-list 'erc-nick-popup-alist '("BBDB" . (bbdb nick nil)))
  • 2003: Automatic encryption of wiki pages — From EmacsWiki#AutoEncryption ;; crypt++ – i use this in conjunction with emacs-wiki (require ‘crypt++) (setq crypt-encryption-type ‘mcrypt crypt-encryption-file-extension “\\(Secure\\)$\\|\\(\\.enc\\)$”) (setq emacs-wiki-ignored-extensions-regexp “\\.\\(bz2\\|gz\\|[Zz]\\|enc\\)\\’”)
  • 2003: Books mirror — http://downloads.apc.edu.ph/books/
  • 2003: HideShow mode — M-x hs-minor-mode I think I rather like hs-hide-all… (defun sacha/hs-minor-mode-hide-all () "Turn on `hs-minor-mode' and hide everything." (hs-minor-mode 1) [...]
  • 2003: HTML wizardry: including files — But this has scrollbars and doesn’t really inline the text…
  • 2003: Things to try in class — education — http://www.ncsu.edu/felder-public/Papers/Secondtier.html - One-minute papers: most important point made in the lecture and the single most pressing unanswered question - Encourage or mandate [...]
  • 2003: Learning styles — http://www.ncsu.edu/felder-public/Papers/LS-1988.pdf The paper has important insights. I learn inductively – from complex examples, I try to figure out principles and ideas. However, [...]
  • 2003: No-host trackbacks — http://brutalhugs.com/trackback/ Maybe I can use this to add trackbacks and comments to my semi-static pages! =) It’ll require Javascript, though… Oh, but they’re [...]