Xkcd's "Is It Worth the Time?" Considered Harmful
will-keleher.com
Xkcd's "Is It Worth the Time?" Considered Harmful
1–10 of 19 posts
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#2If your goal is not to reduce time spent, why would you be looking at a chart to determine how much time you're reducing?
Learning is a very good use of time. Choosing to spend extra time to automate something for the sake of learning is a perfectly rational decision. But it's never harmful to know what your choice is costing you. If you wouldn't be willing to automate something in the full knowledge that it's going to take longer than just doing it manually, then the comic is succeeding in stopping you from making a choice you wouldn't want to make.
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#3> Automating the easy things is how you build the skills, mindset, and muscle-memory to automate the hard things.
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#4Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#5XKCD's comic is a very simple graphic that tells you whether your automation efforts will reduce the total amount of time for a task. If your goal is not to reduce time spent, why would you be looking at a chart to determine how much time you're reducing? Learning is a very good use of time. Choosing to spend extra time to automate something for the sake of learning is a perfectly rational decision. But it's never ha…
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#6Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#7Spending an hour to learn and use sed/xargs is good use of time. Bringing in the xkcd formula has nothing to do with that. It could/should have been done as a one-off whether manually or scripted. Automation doesn't make sense unless you plan to keep putting me function arguments in an undesired order.
I would have put in time sooner to use a static typed language the can reliably reactor in the IDE with a click.
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#8For example, spending the time to label a few examples yourself instead of just blindly sending it out to labeling.
(Not always the case, but another thing to keep in mind besides total time saved and value of learning)
Re: Xkcd's "Is It Worth the Time?" Considered Harmful
#9Harmful? No. Good rule of thumb? Yeah. Like any rule of thumb, if followed dogmatically, it loses the nuance that makes it a good "rule of thumb".