frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Xkcd's "Is It Worth the Time?" Considered Harmful

https://will-keleher.com/posts/its-not-worth-the-time-yet.html
27•gcmeplz•1y ago

Comments

jjk166•1y ago
XKCD'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 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.

arcfour•1y ago
My boss would probably prefer—thinking short-term—that I work by that chart. I would prefer to learn something new, and it usually pays off in the long-term, possibly years from now in unexpected and unforeseeable ways.
banku_brougham•1y ago
Yup if I followed team/management guidance I would be nowhere.
jjk166•1y ago
"This may help in unexpected and unforeseeable ways" doesn't sound like the most convincing argument for taking time from your job to learn a new skill.

All the same, you are choosing to learn something new, not to automate something to save time. Learning something new by automating a task which doesn't justify automation is no different from say reading a book or doing coding exercises in the same time - it's potentially a good use of your time, it just doesn't relate to the xkcd chart at all.

patrakov•1y ago
Key sentence from the article:

> Automating the easy things is how you build the skills, mindset, and muscle-memory to automate the hard things.

hicksyfern•1y ago
The counter to that is that going and looking at the call sites to that function would have given the author a better understanding of what those call sites were, why they called the function, etc, thus learning more about the codebase.
abc-1•1y ago
The goal to automate is to reduce suffering. Full stop. It’s not to “save time”. STEM types like to pretend they’re stoic cold calculating robots and everything is objective and they don’t mind doing some repetitive 5 minute task every day, because they saw some xkcd comic about efficiency. Maybe they pretend they don’t mind simply so they can smugly post the xkcd comic every time someone new asks why they’re suffering through some repetitive slog.
banku_brougham•1y ago
exactly. work can be fun and there is so much to learn.
try_the_bass•1y ago
Harmful? 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".
add-sub-mul-div•1y ago
Right. Almost nothing should be followed dogmatically, but a major theme of this site is to act like all advice was meant to be taken as gospel and then counter it with mundane exceptions.
karmakaze•1y ago
> ...updating the order of arguments to a function [...] was only in about 10 spots, so it would have only taken a minute to search and fix manually, but instead I spent an hour automating the fix using sed and xargs. And I think that was the right choice.

Spending 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.

dontreact•1y ago
The flip side of this is that for some tasks (especially in ml/ai), doing it manually at least a few times gives you a sense of what is correct and a better sense of detail.

For 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)

more_corn•1y ago
“Considered harmful” is considered harmful
V__•1y ago
> Automating the easy things is how you build the skills, mindset, and muscle-memory to automate the hard things.

I agree with the statement, yet I think it misses the point. Hyperbole: Pressing play on a mp3 robs you of the experience of learning to play all instruments yourself. They key question is whether automating is a task one wants to improve in at all.

phendrenad2•1y ago
I agree. The author spent an hour of trying to use 'sed', and the next time, they thought better and used Python! That's a valuable lesson right there! ;)
al_borland•1y ago
There is also the situation where if it doesn’t get automated, it won’t be done at all. Some things are just too annoying to manually do, especially if it would be nice if they were done more than once.

There is also an aspect of repeatability without mistakes. Assuming the code is good, it removes the human error from the equation, which has value.

atoav•1y ago
This is about tasks you automate to save time, that however isn't the only reason to automate a task.

A big one for me is to ensure consistency of data, intervals, etc.

banku_brougham•1y ago
Every day you are building the foundation for the rest of your career. When I can I execute tasks as though need to scale and be instrumented with alarms.

'We were guinea pigs': The Gen Zs who grew up online reflect on social media

https://www.theglobeandmail.com/life/article-we-were-guinea-pigs-the-gen-zs-who-grew-up-online-re...
1•1vuio0pswjnm7•1m ago•0 comments

The Rust Book Maintenance

https://v5.chriskrycho.com/notes/rust-book-maintenance/
1•Tomte•13m ago•0 comments

DaynaPORT SCSI/Link Linux Driver

https://github.com/jflitton/daynaport-scsilink-linux-driver
1•davewongillies•22m ago•0 comments

BSD col(1) for mandoc(1) on Linux

http://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/usr.bin/col/col.c
1•1vuio0pswjnm7•28m ago•1 comments

Small Teams Will Ship More Software Than They Can Maintain

https://www.vincentschmalbach.com/small-teams-will-ship-more-software-than-they-can-maintain/
2•vincent_s•28m ago•0 comments

'Once you have a machine think and write for you, you're cooked as a species'

https://www.theguardian.com/books/2026/jun/27/dave-eggers-once-you-have-a-machine-think-and-write...
6•devonnull•29m ago•0 comments

Science can enhance the synchronization and connection of human brains

https://www.nyu.edu/about/news-publications/news/2026/june/can-we-engineer-being-on-the-same-wave...
2•giuliomagnifico•31m ago•0 comments

Atlantic "Warming Hole" Heat Content Variations Caused by Ocean Heat Transport

https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025GL118383
2•thunderbong•32m ago•0 comments

It's dead, Jim – the old Microsoft UEFI CA from 2011 expired yesterday

https://blog.einval.com/2026/06/27
3•zdw•36m ago•0 comments

Integer programming easily encloses horse

https://dynomight.substack.com/p/horse
2•jacobedawson•36m ago•0 comments

Building an Open-Source Robot Vacuum – Meet Oomwoo

https://makerspet.com/blog/building-an-open-source-robot-vacuum-meet-oomwoo/
3•zdw•38m ago•0 comments

The Doomers Are All Right

https://asteriskmag.com/issues/14/the-doomers-are-all-right
3•littlexsparkee•43m ago•1 comments

How to Spot AI Maps

https://warmapper.substack.com/p/how-to-spot-ai-maps
2•bulla•44m ago•0 comments

Scalable Substrates for Dynamic Memory Polymers with Sensory Spines

https://github.com/triggger0357-web/PhoneServe/blob/main/paper.md
2•davidingalls•44m ago•0 comments

I made a game that teaches you how AI works

https://github.com/Tylersuard/Synapse_neural_net_training_game/tree/main
2•tylersuard•49m ago•1 comments

Cerberus – a local firewall for AI agents' tool calls

https://github.com/Adirdabush1/cerberus
2•cerberussec•50m ago•0 comments

Bashblog – a single bash script to create blogs

https://github.com/cfenollosa/bashblog
3•ludicrousdispla•51m ago•0 comments

Iran, US continue escalating attacks, recriminations over peace deal

https://www.reuters.com/world/asia-pacific/us-carries-out-fresh-strikes-against-iran-after-tanker...
2•rzk•55m ago•0 comments

ARRL Field Day 2026

https://www.arrl.org/field-day-locator
3•tepitoperrito•57m ago•1 comments

An AI Chief of Staff

https://github.com/suhasbhairav/ai-chief-of-staff
3•bsuhas•1h ago•0 comments

Wayfinder Router: deterministic routing of queries between local and hosted LLM

https://github.com/itsthelore/wayfinder-router
15•handfuloflight•1h ago•1 comments

Pac-832: A New Drug for Alzheimer's Disease

https://pacepharmaceuticals.com/overview
2•noleary•1h ago•0 comments

Life at Every Dropout Billionare Level [video]

https://www.youtube.com/watch?v=ZcfD9dBN0Tw
2•Animats•1h ago•1 comments

Show HN: Foveon – Bayer to Foveon X3, learned, Mac App using deep learning

https://code.intellios.ai/photo/
2•coolwulf•1h ago•1 comments

Show HN: NextRole – multi-agent resume tailoring and interview prep

https://github.com/tam159/next-role
2•tam159•1h ago•0 comments

Ask HN: Why are we humans still prompting to make Agents better?

2•shubhamintech•1h ago•2 comments

AI Berkshire

https://github.com/xbtlin/ai-berkshire
2•grajmanu•1h ago•0 comments

Building a custom octocopter from scratch with no prior hardware experience

https://karolina.mgdubiel.com/drone/
3•noleary•1h ago•0 comments

Chinese cars go blacker than black via hybrid nano tech

https://newatlas.com/automotive/ultra-black-cb-cnt-hybrid-coating-robust-cars/
3•breve•1h ago•1 comments

AI Is Making Silicon Valley Productive, Anxious and Afraid to Log Off

https://www.bloomberg.com/news/articles/2026-06-26/ai-anxiety-is-fueling-burnout-across-silicon-v...
2•uzyn•1h ago•0 comments