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.

Cursor to Join SpaceX

https://xcancel.com/cursor_ai/status/2066875698346954891
1•SpyCoder77•39s ago•0 comments

Show HN: MockNest Serverless – Bedrock-Assisted API Mocks on AWS Lambda

https://github.com/elenavanengelenmaslova/mocknest-serverless
1•elenavanengelen•52s ago•0 comments

French domestic spy agency ditches Palantir for local rival, PM says

https://www.rappler.com/technology/french-dgsi-spy-agency-ditches-palantir-rival-chapsvision/
2•vidalee•2m ago•0 comments

SpaceX to Acquire Cursor

https://xcancel.com/SpaceX/status/2066873915717136548
1•SpyCoder77•2m ago•0 comments

Full 3D Mars optimization in 26 pages of Fortran

https://temporalmechanics.org/
1•BTUBill•2m ago•0 comments

Show HN: Cron-naturally – plain English to cron and back, in the browser

https://github.com/rillsai/cron-naturally
1•Stezu•4m ago•1 comments

How Open Source Projects Change Hands

https://nesbitt.io/2026/06/16/how-open-source-projects-change-hands.html
1•chmaynard•5m ago•0 comments

Firefox Roadmap

https://www.firefox.com/en-US/whatsnext/
2•pentagrama•5m ago•0 comments

Show HN: dbconform – stateless schema drift repair, no migration history

1•Datahenge•6m ago•0 comments

Show HN: 1Password-Style Quick Access for Proton Pass on macOS

https://github.com/CiTroNaK/Quick-Access-for-Pass
1•citronak•7m ago•0 comments

Show HN: Satd – a Bitcoin full node in Rust

https://github.com/epochbtc/satd
1•epochbtc•7m ago•0 comments

Infinite Context Paging Engine – Zero-copy LLM context paging in Rust ~419.34 µs

https://github.com/matheusdelgado/infinite-context
1•matheusdelgs•8m ago•0 comments

I made the same AI compete against itself in SEO tasks

https://medium.com/@a.galecki/i-made-the-same-ai-compete-against-itself-in-seo-tasks-9f973a3ee97c
1•NodesHub•8m ago•0 comments

Google Chrome update will close the door on ad blockers

https://9to5google.com/2026/06/15/google-chromes-next-update-will-mark-the-end-of-popular-ad-bloc...
2•speckx•8m ago•0 comments

Designing Software for Software Factories

https://blog.sshh.io/p/designing-software-for-software-factories
1•surprisetalk•10m ago•0 comments

Show HN: A site for generating AI videos with Seedance 2.0 Mini

https://seedance2-mini.com/
1•Evanmo666•10m ago•0 comments

Ask HN: How do you think AI comment moderation should work?

2•linmer•11m ago•1 comments

Why you got that ad, in plain text

https://vishsubramanian.me/why-you-got-that-ad-in-plaintext/
1•ingvay7•13m ago•0 comments

Context Monorepos

https://backnotprop.com/blog/context-monorepos/
2•ramoz•13m ago•0 comments

SpaceX is Officially Buying Cursor

https://www.theverge.com/ai-artificial-intelligence/950571/spacex-is-officially-buying-cursor-for...
3•SpyCoder77•14m ago•0 comments

Representation-Free Editing

https://alperenkeles.com/posts/representation-free-editing/
1•alpaylan•15m ago•0 comments

Critical Copilot vulnerability allowed hackers to steal 2FA code from users

https://arstechnica.com/security/2026/06/critical-copilot-vulnerability-allowed-hackers-to-seal-2...
2•kif•17m ago•0 comments

Show HN: Red and Black Knights Sandbox

https://chrismo.github.io/screensavers/knights/
2•the_chrismo•19m ago•1 comments

The Robot That Pulls Its Punches – Industrial and Manufacturing

https://atomsfrontier.substack.com/p/the-robot-that-pulls-its-punches
1•jpatel3•19m ago•0 comments

Introducing the next Surface Pro and Surface Laptop

https://blogs.windows.com/devices/2026/06/16/introducing-the-next-surface-pro-and-surface-laptop-...
2•WalterSobchak•19m ago•0 comments

GitHub Copilot's Pricing Gamble

https://humanwhocodes.com/blog/2026/06/github-copilot-pricing-gamble/
1•ilreb•20m ago•0 comments

Show HN: I made an open-source free tasks app that looks good

https://github.com/Benji377/Timety
1•Benji377•21m ago•0 comments

Firefox is easier than ever to customize

https://blog.mozilla.org/en/firefox/firefox-settings/
2•pentagrama•21m ago•0 comments

Omega v1.0 Final Candidate: a typed governance language for autonomous systems

https://omega-lang.org/
1•jstakelum•22m ago•0 comments

Ask HN: How is your company getting cited by ChatGPT?

1•robeym•23m ago•0 comments