With this one as with many others I think it's because a lot are worked on by multiple teams and a lot of bugs get stuck in a kind of "no man's land" between teams where nobody is really responsible.
Ask HN: Is Software Getting Worse?
21–30 of 107 posts
Re: Ask HN: Is Software Getting Worse?
#22It's absurd that a program should be so much slower on machines that are literally about 1000x faster.
Re: Ask HN: Is Software Getting Worse?
#23TikTok is designed to get people to download the app, so it's intentional.
Re: Ask HN: Is Software Getting Worse?
#24Honestly, I think the answer is no. But the sheer amount of software in our world is increasing. So if software quality lands on a bell curve, you'll see the lower end of that curve more often. Which actually argues that software quality is increasing - when so much of it "just works", the ones that don't stand out.
Yep. https://en.wikipedia.org/wiki/Sturgeon%27s_law
Re: Ask HN: Is Software Getting Worse?
#25Solitaire on Windows 3.1 started almost instantly and did exactly what you wanted. Solitaire on Windows 10 is a laggy behemoth that won't even work if you aren't connected to the Internet. Nobody asked for solitaire to be connected to the Internet. It's absurd that a program should be so much slower on machines that are literally about 1000x faster.
Re: Ask HN: Is Software Getting Worse?
#26That makes software harder. Just wait until you can't buy a new computer just like that.
Stick to vanilla Java/C+/HTML(5)/JSON/OpenGL/AL and make something great and you'll be fine.
Note + is NOT a typo: it means C++ compiler with mostly C syntax. I only use string, stream and namespaces. Classes very rarely.
Don't download things that are >1GB.
Re: Ask HN: Is Software Getting Worse?
#27> Is software quality in decline? No, you just have a skewed memory of some time when software was "good". Remember Windows ME?
I somewhat disagree. As an avid Visual Studio user.. it's definitly gotton worse. A lot of little Editor UX things seem to stop working. Example: in C++, writing switch(..) on an enum would automatically default create all switch cases. Then later versions, it only occasionally did it, now it doesn't do it at all. Another example: When my application finishes and VS is activated, sometimes the cursor is in one window…
Visual Studio -> Jetbrains.
Windows 11 -> Linux (or Mac)
While VS and Windows have gotten worse in recent years, other software like Jetbrains IDEs and Linux UX have gotten better.
Re: Ask HN: Is Software Getting Worse?
#28Solitaire on Windows 3.1 started almost instantly and did exactly what you wanted. Solitaire on Windows 10 is a laggy behemoth that won't even work if you aren't connected to the Internet. Nobody asked for solitaire to be connected to the Internet. It's absurd that a program should be so much slower on machines that are literally about 1000x faster.
Microsoft in general has consistently had a problem with dropping blocking network IO "stuff" into it's applications - i.e. it's always been absurd that Explorer will just lock right up if it hits network lag when doing SMB browsing.