Busyness is Not a Virtue
blog.idonethis.com
Busyness is Not a Virtue
1–10 of 35 posts
Re: Busyness is Not a Virtue
#2Re: Busyness is Not a Virtue
#3The article is well written, you should read it. Here is a tldr if you don't have the time though: http://tldr.io/tldrs/51680e1bc2bdcc645c000169/busyness-is-no...
Re: Busyness is Not a Virtue
#4Re: Busyness is Not a Virtue
#5Less is more, as in coding.
Re: Busyness is Not a Virtue
#6Re: Busyness is Not a Virtue
#7Re: Busyness is Not a Virtue
#8Less is more, as in coding.
It's funny, many coders are smart enough to figure out that the solution to an O(n^2) algorithm is typically not more CPU cycles but changing to an O(n*log n) algorithm (or what-have-you). Yet they often refuse to make the same observations when it comes to their own productivity, they just throw more cycles at the same algorithms and expect that to be the optimal solution.
Re: Busyness is Not a Virtue
#9There is another thing that "I've been really busy" means: I'm sorry. I'm sorry I haven't kept in touch. I'm sorry I missed your concert/art show/party. I'm sorry I've been mentally absent, unfocused, and overwhelmed. Can we be friends again?
Re: Busyness is Not a Virtue
#10Less is more, as in coding.
It's funny, many coders are smart enough to figure out that the solution to an O(n^2) algorithm is typically not more CPU cycles but changing to an O(n*log n) algorithm (or what-have-you). Yet they often refuse to make the same observations when it comes to their own productivity, they just throw more cycles at the same algorithms and expect that to be the optimal solution.
Scaling is just a large value of n.