frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

China bans AI "boyfriends" and "girlfriends" over addiction, birth rate concerns

https://www.dexerto.com/entertainment/china-bans-ai-boyfriends-and-girlfriends-over-addiction-and...
1•randycupertino•1m ago•0 comments

Ahrefs free DR API Authentication starting August 10 2026

https://docs.ahrefs.com/en/api/reference/public/get-domain-rating-free
1•rexthonyy•1m ago•0 comments

Hyprland 0.56 Released

https://www.phoronix.com/news/Hyprland-0.56
1•Erenay09•2m ago•0 comments

Git email patch review addon for Thunderbird

https://mccd.space/git/thunderbird-patch-review/file/README.html.html
1•olexsmir•2m ago•0 comments

Ask HN: Claude's Unexpected Blind Test: Users = Data = Value?

1•Leewen•3m ago•0 comments

Show HN: CodeTrain – an AI tutor that refuses to write code for you

https://codetrain.ai
1•inferhaven•4m ago•0 comments

Tested Kimi K3 for Coding (2026)

https://www.dotnetperls.com/2026_7_18_tested-kimi-k3-coding
1•speckx•4m ago•0 comments

Frequently Asked Questions on Expertise

https://jtpeterson.substack.com/p/faq-on-expertise
1•surprisetalk•5m ago•0 comments

Meta Garbage Collection: Using OCaml's GC to GC Rust

https://soteria-tools.com/blog/meta-garbage-collection
1•annieversary•6m ago•0 comments

Thread: Differentiable Self-Organizing Systems

https://distill.pub/2020/selforg/
1•lioeters•6m ago•0 comments

The Age of Founder Control

https://tribunemag.co.uk/2026/07/the-age-of-founder-control
1•robtherobber•6m ago•0 comments

Show HN: Making 10-minute AI movies with Claude Code and Higgsfield ($200 each)

https://github.com/dawndrain/movie-gen
1•dawndrain•8m ago•1 comments

Sandbox Escape Vulnerabilities Across 4 Coding Agent Vendors

https://www.pillar.security/blog/the-week-of-sandbox-escapes
3•fogeltine•8m ago•0 comments

Flock License Plate Tracking Cameras

https://www.schneier.com/blog/archives/2026/07/on-flock-license-plate-tracking-cameras.html
3•pavel_lishin•8m ago•0 comments

Public Transport – Don't Make Me Think

https://shkspr.mobi/blog/2026/07/public-transport-dont-make-me-think/
2•pavel_lishin•8m ago•0 comments

Show HN: Pathfinding Puzzle Game

https://pathology.thinky.gg/
1•k2xl•9m ago•0 comments

Visualizing the Artemis II Mission

https://foxglove.dev/blog/visualizing-the-artemis-ii-mission
1•intrepidsoldier•9m ago•0 comments

Deterministic LLM router with a cryptographic audit trail – TEIA

https://github.com/felippebarcelos/teia-omega-awakening
1•felippebarcelos•9m ago•0 comments

The Washing-Machine Tragedy, by Stanisław Lem (1963)

https://www.newyorker.com/magazine/1981/11/30/the-washing-machine-tragedy
3•yesturi•12m ago•0 comments

Democratizing Abandonware

https://geopjr.dev/blog/democratizing-abandonware
1•AdmiralAsshat•13m ago•0 comments

Using LLM-Based Verification to Eliminate Bugs in Linux's Network Stack

https://www.basis.ai/blog/verified-nftables/
1•gopiandcode•13m ago•0 comments

Down with the Hierarchy: The "H" in HNSW Stands for "Hubs"

https://arxiv.org/abs/2412.01940
1•paldepind2•15m ago•0 comments

Show HN: The0 – self-hosted runtime for trading bots, bring your own language

https://github.com/alexanderwanyoike/the0
2•mercutio93•16m ago•1 comments

The Reranker Tax: When a Smart Layer Can't Save a Weak Foundation

https://www.eoinhurrell.com/posts/20260717-the-reranker-tax/
2•ehurrell•16m ago•0 comments

I wrote an API client for my water-cooled bed

https://tinkering.xyz/bedctl/
1•birdculture•17m ago•0 comments

Show HN: HN Comment Saver

https://github.com/overflowy/hn-comment-saver
3•overflowy•17m ago•2 comments

Show HN: OTP Inspired actor supervisor based full stack templates

https://shipstacks.net
1•annrap1d•18m ago•1 comments

Firefox Merges Support for Vulkan Video Decoding

https://github.com/search
1•DemiGuru•18m ago•2 comments

Kevin O'Leary Is Happy Playing the Villain

https://www.readtheprofile.com/p/kevin-oleary-mr-wonderful
2•polina09•19m ago•1 comments

Shinjuku Station in 3D

https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/
1•Gecko4072•22m ago•0 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.