Live data from Hacker News

Impossible for the HN crowd: Do nothing for 2 minutes

donothingfor2minutes.com

51–60 of 217 posts

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#51
post #46

I was just thinking about the fact that much of my work requires me to pause for a short time -- while building my project, or running a query, or launching the huge honkin' java webapp and waiting for 10 billion classes to initialize -- but the pause is too short to make a useful context switch, and too long to simply wait through without getting bored. So typically, I often check e-mail, HN, or whatever, but then e…

Actually, that's one of my biggest problems when it comes to productivity. The REPL (read-eval-print loop) takes too long because the unit tests take too long to run, or the environment takes too long to load. Recently, I took a day to tackle this problem for myself, and I've found that I'm just much more productive when I'm stuck in a quicker REPL loop, rather than when I need to wait and stare out the window--and t…

Can you run the tests in a thread instead though?

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#57

Earlier quoted context omitted.

Great idea, thanks. I'll add it. At the moment we're looking at the average time on site stats.

Great! One more thought I had: also track whether the failure was due to the mouse or keyboard. When you have gathered a decent number of results I will be very interested to see a blog post with some nice graphs.

Now tracking fails (with the event type), and successes. If the data looks interesting I'll definitely write it up!

Re: Impossible for the HN crowd: Do nothing for 2 minutes

#60

I closed the tab with 4 seconds. I got stuff to read, homework to do and code to write. Plus I'd like a nap this afternoon. Roll my two minutes into nap time, then we can discuss it.

Sounds like you're exactly the type of person this was written for then.
Post reply on HN