frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hydraulic Erosion Simulator in Unity

https://elumenix.itch.io/hydraulic-erosion-simulator
1•krunck•47s ago•0 comments

Omarchy 4 (Quattro) Released

https://github.com/basecamp/omarchy/releases/tag/v4.0.0
1•mlitwiniuk•1m ago•0 comments

I built an efficient graph-search plugin for Claude Code skills

https://github.com/danielLublinsky/Skill_Atlas
1•danson1•1m ago•0 comments

Chandler: Note to Self Organiser

https://github.com/owenmorris/chandler
1•Bluestein•1m ago•0 comments

Show HN: LuaCAD – Parametric CAD Scripted in Lua

https://luacad.ad-si.com
1•adius•2m ago•0 comments

Wallabag Full Disclosure CVSS8.5 Stored XSS+SSRF after no patched no cve

https://infosec.exchange/@FUNFACTOR1/117093620077858014
1•turbozampier•4m ago•0 comments

Show HN: I built a tool that delegates bounded spending to an AI agent

https://github.com/meyerdav24/molt
1•meyerdav•5m ago•0 comments

Show HN: Agentic Ship – open-source Lovable alternative that runs on your agent

https://github.com/moasq/agentic-ship
1•moh_quz•6m ago•0 comments

The Qdrant Output Connector

https://opencrawling.org/blog/introducing-qdrant-output-connector.html
2•softwaredoug•10m ago•0 comments

TMNT: Shredders Revenge is a beat 'em up

https://www.reddit.com/r/AndroidGaming/comments/1voakcv/tmnt_shredders_revenge_is_an_awesome_beat...
1•akshatjiwan•13m ago•0 comments

My Dad Is in Prison. Here's Why I Built an AI Chatbot for His Electronic Tablet

https://www.themarshallproject.org/2026/08/14/prison-ai-chatbot-nova-cj-jones
2•Jimmc414•13m ago•0 comments

Wall Street's Nonprofits Use Selective, Opaque Logic to Defund Charities

https://www.propublica.org/article/donor-advised-funds-charity-contributions
3•Jimmc414•14m ago•0 comments

Gravettian

https://en.wikipedia.org/wiki/Gravettian
2•dieselgate•14m ago•0 comments

Ask HN: Let's all sell our AI stocks, short Nvidia and pop the AI bubble

5•roschdal•15m ago•4 comments

Peter Sarnak on "The AlphaZero Test" for Mathematics

https://www.ams.org/journals/notices/202607/noti3373/noti3373.html
2•adharmad•17m ago•0 comments

How to ship a database every day

https://turbopuffer.com/blog/control-plane
3•cbrewster•18m ago•0 comments

WakeAI – an AI assistant that tells you when to leave so you're never late

https://apps.apple.com/us/app/wakeai/id6755909459
2•Abzino•18m ago•0 comments

Show HN: Karma in Menu Bar

https://github.com/rorz/karma-bar
3•sarreph•18m ago•0 comments

The restaurant menu that never goes out of date

https://menu.qrcard.in/
2•nookeshkarri7•19m ago•0 comments

Tesla defeats Sweden's IF Metall union after 1,021-day strike

https://electrek.co/2026/08/13/tesla-defeats-sweden-if-metall-union-strike/
3•robtherobber•20m ago•0 comments

The Neurosurgery Resident Who Proved Crouzeix's Conjecture [pdf]

https://alextownsend.net/essays/SIAMNews_CrouzeixConjecture.pdf
3•ilamont•20m ago•0 comments

Taxpayers Funded a $533M Artillery Plant That Made Nothing

https://www.propublica.org/article/general-dynamics-artillery-factory-failed
9•Jimmc414•24m ago•0 comments

Software Factory with AI

https://twitter.com/i/status/2088296448563503269
3•flashbrew•28m ago•0 comments

Maximizing the value of your Claude Code sessions

https://claude.com/blog/maximizing-the-value-of-your-claude-code-sessions
3•twapi•30m ago•0 comments

Show HN: DST this DST that, test your containers

https://github.com/bxrne/dstest
3•bxrne•31m ago•0 comments

Show HN: Hexis, open-source Claude Skills management

https://github.com/Bevel-Software/Hexis
4•empire23•31m ago•0 comments

Guilt-Driven Development

https://markuseliasson.se/article/guilt-driven-development
3•speckx•32m ago•0 comments

RustDesk now supports true unattended remote access on Wayland

https://rustdesk.com/blog/unattended-remote-access-wayland/
19•rustdesk•32m ago•0 comments

Enabling the next iteration of the borrow checker on nightly

https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nightly/
3•ksec•33m ago•0 comments

Live Experiment of the Veblen Effect

2•henryfudgeoffic•35m 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.