Hacker News new | ask | show | jobs
by slopinthebag 26 days ago
The issue is maintenance. If you want to use these projects for important things, you need to maintain them. If you don't want to maintain them, I can't see myself using them for anything important.

I actually want less software for myself. Less things to maintain. I've become a "digital minimalist" in that I use very few software, only ones maintained by others who can afford and are willing to keep them working.

1 comments

Some people find freedom in building their own house. Some people find freedom in living in a serviced apartment.

Some people find joy in home cooked meals. To others, wealth is never needing to cook again.

To each their own.

As for maintenance, I think LLMs are actually very well suited for small maintenance tasks. The expensive part of programming is loading and unloading context into my head. "Oh dear, what is all this code doing? Oh no, coffeescript? And some ancient version of express JS? How does any of this work?". LLMs can bomb in, fix a compilation error and bomb out. "This program isn't compiling any more on macos X.Y.Z. Read the patch notes. Figure out why and fix the problem." Perfect.