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.

Show HN: Pgrust, Postgres in Rust (passing 100% of Postgres regression tests)

https://github.com/malisper/pgrust
1•malisper•21s ago•0 comments

If you have a MSI EdgeXpert you haven't been getting firmware updates

https://forum-en.msi.com/index.php?threads/msi-edgexpert-firmware-updates.419482/
1•wtcross•57s ago•1 comments

The Benefits and Harms of Generative AI for Novice Programmers [video]

https://www.youtube.com/watch?v=HTUh0OO6Kmo
1•otterdude•1m ago•1 comments

Show HN: Traces – local-first ee tooling for part sourcing and schematic review

https://github.com/usetraces/traces
1•benstirling•1m ago•0 comments

The Digital Euro Is Coming: The EU's Convenience Paradox

https://medium.com/@wolfhf/the-digital-euro-is-coming-the-eus-convenience-paradox-874723b3f79f
1•lcubw•1m ago•0 comments

John-Chan

https://www.lowimpactfruit.com/p/john-chan
1•mnky9800n•2m ago•0 comments

UK professor says smearing yogurt on your windows can cool your home

https://fortune.com/2025/07/14/yogurt-on-windows-cool-home-ben-roberts-loughborough-university/
2•theanonymousone•4m ago•0 comments

Physicists Track and Trap the Elusive Neutrino

https://www.quantamagazine.org/how-physicists-track-and-trap-the-elusive-neutrino-20260624/
2•ibobev•5m ago•0 comments

Show HN: I made awesome lists available through CLI+Skills and MCP

https://www.context-awesome.com
2•bharatgel•5m ago•0 comments

Consecutive Pythagorean Triangle Sides

https://www.johndcook.com/blog/2026/06/25/consecutive-pythagorean/
2•ibobev•6m ago•0 comments

The Star Trek Lemma

https://www.johndcook.com/blog/2026/06/24/star-trek-lemma/
4•ibobev•6m ago•0 comments

Mtype: Monkeytype in the Terminal Offline

https://github.com/raminsharifi/mtype
3•techgeek99•7m ago•0 comments

The Citation Funnel: A Layered Theory of Machine Attribution (Open-Access Book)

https://zenodo.org/records/20848380
2•zaiq•7m ago•0 comments

Humba Ventures 2026 Deep Tech Fellowships

https://blog.humbaventures.com/p/humba-ventures-2026-deep-tech-fellowships
2•lpolovets•9m ago•0 comments

The Big Lebowskization of California

https://www.zocalopublicsquare.org/the-big-lebowskization-of-california/
2•casca•9m ago•0 comments

Steam Machine: Official Overview and Quick Start Guide [video]

https://www.youtube.com/watch?v=XPNW3GCIeOM
3•skibz•12m ago•0 comments

Show HN: Fiveminutebrief – Turn any topic into your own daily podcast

https://fiveminutebrief.ai/
2•danielshinall•13m ago•0 comments

Where U.S. Salary Ranges Help Job Seekers

https://corvi.careers/blog/salary-range-clarity-role-state-metro-rankings/
3•sp1982•13m ago•0 comments

Node.js worker threads in production: what's easy, what's not

https://www.inngest.com/blog/node-worker-threads-production
4•goodoldneon•14m ago•0 comments

The sorry state of skill distribution

https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/
3•speckx•14m ago•0 comments

Graph of Thoughts: Solving Elaborate Problems with Large Language Models

https://github.com/spcl/graph-of-thoughts
2•simonpure•15m ago•0 comments

OS9Map

https://yllan.org/software/OS9Map/
3•LaSombra•16m ago•0 comments

Recruitment and Selection of high performing programmers

https://ebellani.github.io/blog/2023/rec-sel-programmers/
2•b-man•16m ago•0 comments

8BBS: A Forgotten Primary Source (2017)

https://wrestlinggnon.com//hacking/2017/09/25/8bbs-a-forgotten-primary-source.html
2•surprisetalk•17m ago•0 comments

New agentic coding SOTA models

https://twitter.com/ornith_/status/2070148887067963854
3•kathyxiao•17m ago•1 comments

VRAM Ghost Busting: Who You Gonna Close()?

https://hcompany.ai/vram-ghost-busting-who-you-gonna-close
3•zhwu•17m ago•0 comments

The Library of Congress and AI for Libraries, Archives and Museums

https://blogs.loc.gov/thesignal/2026/06/library-of-congress-and-ai4lam/
2•geox•17m ago•0 comments

Most of an agent codebase is not the agent

https://blogs.jaseci.org/blog/posts/building-agentic-ai-with-jac
4•jayanaka98•18m ago•0 comments

Ford rehires 350 engineers after AI fails to preserve expertise or train juniors

https://www.bloomberg.com/news/articles/2026-06-25/ford-has-been-rehiring-quality-inspectors-afte...
7•alanwreath•18m ago•2 comments

Show HN: Navatala GPU – multi-back end GPU kernels and Python bindings

https://github.com/navatala-systems/navatala_gpu
5•bvenkat•18m ago•0 comments