frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Smallest 32-Bit ARM, the Cortex M0 MCU MSPM0C1104

https://www.hackster.io/mortenpaghfrederiksen/world-s-smallest-32-bit-arm-the-cortex-m0-mcu-mspm0...
1•andrewstuart•55s ago•0 comments

Ask HN: How to stop your coding agent from creating just AI slop for the UI/UX?

1•AlanAAG•1m ago•0 comments

Show HN: Surface skill for HTML pages a coding agent watches and reacts to

https://github.com/aac/surface
1•andrewacove•5m ago•1 comments

Americans Want More Trains. Amtrak Delivers

https://amtraknewera.com/
2•mooreds•8m ago•0 comments

Where in the wave of Physical are we now?

1•meligoli•8m ago•0 comments

Indian Peaks Wilderness

https://www.indianpeakswilderness.org/indian-peaks-wilderness
1•mooreds•8m ago•0 comments

Bison herd defend a newborn calf from wolf attack in a primeval Polish forest

https://www.livescience.com/animals/land-mammals/watch-bison-herd-defend-a-newborn-calf-from-wolf...
1•speckx•9m ago•0 comments

InfiniBand, RoCE, and All That

https://fergusfinn.com/blog/infiniband-roce-rdma/
1•kkm•9m ago•0 comments

Ask HN: What's the hardest part of maintaining a legacy codebase?

1•rafaepta•10m ago•2 comments

When Local Blocks Go Global: The India-Telegram BGP Incident

https://www.kentik.com/blog/when-local-blocks-go-global-the-india-telegram-bgp-incident/
1•wmf•12m ago•0 comments

"Optimizing" Concurrent Regexes

https://ayende.com/blog/204035-a/optimizing-concurrent-regexes
1•ayende•12m ago•0 comments

Flint Paper Battery

https://www.flintlabs.com/
1•wilsonfiifi•13m ago•0 comments

Managing High Performers

https://staysaasy.com/startups/2024/05/08/managing-high-performers.html
2•thisismytest•13m ago•0 comments

How are we so complacent with all the broken promises of social media?

https://circuitbored.com/viewtopic.php?t=247
1•winternett•14m ago•0 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
2•vforno•15m ago•0 comments

BI 240 Cristopher Moore: Cognition and Computational Complexity

https://braininspired.co/podcast/240/
1•chrsw•17m ago•0 comments

The RAM crisis just killed Nothing's next budget phone

https://www.techradar.com/phones/nothing-phones/the-ram-crisis-just-killed-nothings-next-budget-p...
2•not4uffin•18m ago•0 comments

AI makes us more of who we are

https://www.ricky-dev.com/ai/2026/06/ai-makes-us-more-of-ourselves/
1•DigitallyBorn•19m ago•1 comments

Giant Banana Pulled over in Montana Driver Says Cops Have Stopped Him 100s Times

https://cowboystatedaily.com/2026/06/18/giant-banana-pulled-over-in-montana-driver-says-cops-have...
2•Bender•19m ago•0 comments

Show HN: Nommy – Website builder and digital menu platform for food businesses

https://nommy.app
1•matthewphiong•20m ago•0 comments

Confidential Containers

https://confidentialcontainers.org/
2•ofrzeta•22m ago•0 comments

San Jose Semaphore Solved

https://www.adobe.com/about-adobe/visit-us/sj-semaphore.html
1•pfrrp•24m ago•0 comments

Show HN: Git worktrees and evidence gates for Codex and Claude Code

https://github.com/alex-reysa/glueRun-go
3•alex-reyss•26m ago•0 comments

The Agent as Compiler – Harness Engineering

https://nirantk.com/talks/agent-as-compiler.html
1•bargava•27m ago•0 comments

Some Thoughts on AI Safety

https://stevekinney.com/writing/thoughts-on-ai-safety
1•stevekinney•30m ago•0 comments

Is AI ruining our skills? Early results are in – and they're not good

https://www.nature.com/articles/d41586-026-01947-1
50•Michelangelo11•33m ago•36 comments

Simplicity always wins:SOTA on swe-pro,tb2,-verif on 21 models with simple-agent

https://github.com/strands-labs/benchmark-harnesses
2•gaurav71531•35m ago•1 comments

Better Graph Database Ball

https://blog.ladybugdb.com/post/better-graph-database-ball/
1•eatonphil•36m ago•0 comments

Poll: What's your primary AI coding agent/orchestrator Claude/Codex/Cursor, etc?

3•jacobgold•38m ago•0 comments

Windows 11 update broke the Recycle Bin, OneDrive, and your PC's stability

https://www.techspot.com/news/112831-microsoft-confirms-weird-recycle-bin-bug-windows-11.html
18•speckx•40m ago•3 comments
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.