Live data from Hacker News

At what time of day do famous programmers work?

ivan.bessarabov.com

1–10 of 215 posts

Re: At what time of day do famous programmers work?

#3
post #2

There is a possible issue though - would they commit immediately after coding - how long do they need to work on a commit before actually committing it?

Another issue is that when you travel to a different timezone, you don't necessarily update the timezone of your system.

Re: At what time of day do famous programmers work?

#5
post #2

There is a possible issue though - would they commit immediately after coding - how long do they need to work on a commit before actually committing it?

For one or two isolated commits, that is a fair question. But with hundreds I think it evens out.

A more detailed analysis could also take in account the number of changes. How many files per commit? How many lines, maybe?

The day of week is also a very interesting metric, that is very visible e.g. on github's timeline. I know my busiest days in terms of commits are in the middle of the week, a marked decrease on Friday afternoons, and if there are commits in the weekend, they most likely contain swearing in the message.

Edit: I'm betting Brad Fitzpatrick's pattern in Go (current job?) and memchached (not current job?) would vary in terms of day of week, not just hour.

Post reply on HN