TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is anyone else tired of programming?

5 点作者 nobody271将近 6 年前
Sorry if this is just complaining to you. I&#x27;ve been thinking this way a lot lately.<p>I&#x27;ve been programming professionally for eight years. I just have so little interest in doing anything with computers anymore. For me programming has become a continuous stream of problems. For example, if you try to install software A you&#x27;ll run directly into something like &quot;error 12394: can&#x27;t read stream. blah blah blah&quot; and then you have to Google that and eventually find out it&#x27;s because SQLite isn&#x27;t installed or it is but it&#x27;s global. You know, stuff like that. Maybe you get a mystery error that you just have to Google your way through and by the end you&#x27;ve tried so many things you don&#x27;t even know if it was JUST the last thing that fixed it. Stuff like that.<p>But maybe what I find the most frustrating is the subjective nature of what &quot;good&quot; means. Like it&#x27;s all in head-space. You can write something absolutely brilliant and no one has any idea unless you sell it to them and at that point it&#x27;s just about selling it to them. For example, I&#x27;ve been doing woodworking as a hobby and with that there is a physical object that people can see. If you don&#x27;t do your cuts right it&#x27;s obvious. People can see. Your work speaks for itself.<p>I could go on but basically, programming has changed for me. I used to feel being good meant knowing the most and at some point the people who knew nothing changed what the important things to know were and it&#x27;s been backwards ever since. I&#x27;m just tired of sitting behind a computer screen all day. All day! I swear I&#x27;d rather plow fields but that pays like $4&#x2F;hr.<p>Anyone else feel like this? Just looking to see what like minded people have to say about this. Thanks.

1 comment

kstenerud将近 6 年前
I&#x27;ve been programming professionally for a little over 20 years (and programming in general since I was 8 years old, on a Commodore 64). Over the years, my desire to program has only increased, and my projects have become more ambitious. However, my tolerance to bad software has diminished significantly.<p>Software just doesn&#x27;t seem to work anymore. It seems that every time I try some new piece of software, I&#x27;m one of the few unlucky ones who gets the &quot;Error: friprack has no strubnozzle&quot; error message, have to dig through dozens of pages of forum posts leading to &quot;never mind, solved it&quot; messages with no further explanation, and finally figuring out that it&#x27;s a missing dot in the configuration file, so that I can move ahead one more millimeter to the &quot;Error: unknown domain&quot;, and the cycle continues. This happens in both hardware and software, and it sucks the life out of any project you might be working on.<p>Software is terrible. Testing is terrible. U&#x2F;X is even worse, and yak shaving de rigueur. The problem, unfortunately, is that too many non-craftsmen are in the arena now, with more piling in as they smell the money.<p>It used to be so difficult to find information (trying to find the right books at your crappy local library, figuring out how to use a modem, trying to find BBSes to call that weren&#x27;t long distance, etc) that only the most dedicated practitioners could succeed. Nowadays, anyone can publish an npm module full of edge cases and security holes, which then gets subsumed into all sorts of mega-frameworks until the whole thing blows up as malicious actors move in.<p>So do I still love programming? Absolutely! I just don&#x27;t trust other peoples&#x27; code anymore. Maybe it&#x27;s time for craftsman guilds...