Live data from Hacker News

Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

blog.idonethis.com

31–40 of 44 posts

Re: Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

#31

Started doing something similar on a private twitter account which follows no one, and no one follows it. Once I do something, I tweet. Benefits: Using twitter as a platform, keep description in 140 chars, search, timestamp etc. However, I violated the first rule of using the organization tool i.e. Trust your tool . Yet another post on hackernews and I got distracted into trying Trello, and what not for a promise of…

The trouble with Twitter is that you can't go back and find tweets from the past to figure out, say, what did I do in the 2nd week of November last year or when did I send that notice out.

Re: Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

#32
post #27

Anti-Todo List... otherwise known as "Lab Notebook"? This process is commonplace (and often required!) in academic settings. I love looking through mine and reliving the discovery process!

I get a similar feeling when looking over my git commits. So satisfying!

Re: Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

#33
post #32
post #27

Anti-Todo List... otherwise known as "Lab Notebook"? This process is commonplace (and often required!) in academic settings. I love looking through mine and reliving the discovery process!

I get a similar feeling when looking over my git commits. So satisfying!

This is actually why I tend to be pretty granular with my commits ... I just like looking at the list and saying, well, I done that!

Re: Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

#37
Here's something I've been doing for the past 3 years ago since I've gone indie.

I have a text file which I keep open in vim, called "wip" which I have loose sections of content. Let's call them section 1, section 2 and section 3.

I list TODOs which I want to accomplish recently in section 3. When I start working on an item, I might expand on it and add additional sub-items, indented. I mark items I'm working on with a "@" and when they are finished, with a "". Sometimes I'm on several items at the same time (too many is not a good sign), I will add a few @@@@ to the start of a line I'm really* on, no biggie.

I mentally group my items into projects/types of activities like Project1, Project2. Each time I start working on Project1, I add a new line which says Project1 and the start time to section 2. When I stop working with Project1, I add the end time to that line.

Every morning, I run a little script which scans through section 2 in "wip" and extract out the time I spent on each project and inserts that at the bottom of section 2. I then copy section 2 and section 3 of "wip" into a new file giving yesterday's date as the filename. Then I go into "wip" and remove all the items marked with "" as well as section 2 and then copy section 1 into section 3 as well. Section 3 contains things that I want to do daily, such as stretch myself in the morning or to manually check if a specific service is up (enough till I automate them or build a habit out of it).

A great side-effect — the files that are created everyday becomes my work log. I can run scripts to generate how much time I've spent on a specific project or how much time I've work in a given year.

My wip file looks like:

section 1 - template TODOs

section 2 - projects and their start-end time

section 3 - TODOs (each like might start with a @ or and might be indented to various levels, seldom more than 2-3 levels). I don't keep the entire project here.

Re: Marc Andreessen’s Productivity Trick to Feeling Marvelously Efficient

#38
Productivity Level measured when going to sleep:

Overworked - "I still haven't done XYZ..." (fall asleep and work in the dreams as well)

Great - "I did so much today!"

Rhythmic - "Everything went as per schedule"

Bored - "Today was probably same as yesterday"

Lazy - "What did I do today?"

Loafer - " What is today?"

Post reply on HN