2:06PM is a little Mac app that runs in your status bar and tracks all the music that you’ve been listening to. Once, you have it running, you can open the text file with a neat simple list of music.

2:06PM is an open source project. You can find the code on Gihub. Most of the code is derived directly from the open source GrowlTunes.
How can you help?
- Add the ability to export to XML and JSON
- Come up with cool visualizations with this data (storing more info about each song is trivial once XML’s set up)
- Track other things like clipboard history or keystrokes or cursor movements
Personal Tracking
Not much of personal tracking is done. The only application that I can think of that does this is RescueTime and it only tracks application usage. But there is a lot of data that could be used for very good reasons (privacy is not an issue here because I assume it’s only a single person tracking her/his own behavior). So many things in life can only be changed if you can measure it. And so much of life is spent on a computer. So, we should be doing more personal tracking on the computer. The data ranges from bluetooth devices nearby at any point in time (could be used to figure out who was in your room that day), location (see a map of your path on a particular day), keystrokes (to find out which words you type or which ones you always misspell), cursor data. The examples and uses are endless.
You.app
I put up a page here that gives a sneak peek of what such an app might look like. If you have any ideas for projects related to this, you should contact me. To keep up with this project, follow me on Twitter or subscribe to this blog.
February 19th, 2010
by Alexander Limi
Slife (formerly known as Onlife) tracks your application usage and other stats:
http://www.slifeweb.com/
February 20th, 2010
by Gordon P. Hemsley
Perhaps I’m missing the point, but how is this different from Last.fm and iScrobbler?
February 22nd, 2010
by Abi Raja
The Author
Oh yeah, forgot about Slife. Pretty cool too.
Not very different at the moment but I want to extend this beyond just music. Also, does Last.fm give you machine readable access to your own data?
February 25th, 2010
by jrheard
http://www.last.fm/api
(e.g. http://lastgraph.aeracode.org/ )