Ask HN: Is it just me, or is software buggier across the board?
21–30 of 128 posts
Re: Ask HN: Is it just me, or is software buggier across the board?
#22Core libs/software have never been better, eg I have had much better luck with stuff like ffmpeg and virsh than ever before.
If it has a UI and targeted at consumers though? Bug city.
Re: Ask HN: Is it just me, or is software buggier across the board?
#23Re: Ask HN: Is it just me, or is software buggier across the board?
#24QA teams were fired/never hired in the first place (put onto the Devs/support/customer to report and test)
Management want features and selling not Lovability and polish. We are just hitting an all time of make make make.
Re: Ask HN: Is it just me, or is software buggier across the board?
#25Re: Ask HN: Is it just me, or is software buggier across the board?
#26I feel like no one has said the elephant in the room. QA teams were fired/never hired in the first place (put onto the Devs/support/customer to report and test) Management want features and selling not Lovability and polish. We are just hitting an all time of make make make.
Re: Ask HN: Is it just me, or is software buggier across the board?
#27Re: Ask HN: Is it just me, or is software buggier across the board?
#28It's similar to the ElectronJS desktop app problem. Sure the desktop apps use a lot more system resources, but it's doubtful those apps would have been created in the first place if it wasn't for the speedup of development allowed by ElectronJS. In this case, sure software is buggier, but there's also a ton more software+features that wouldn't have existed before AI coding tools.
That is, if you know how to make Electron apps you also know how to make web applications and web applications are generally superior and preferred by users. No install, no bloated runtime, "just works", say it again "JUST WORKS!"
Any time somebody makes an Electron app there is a reason why they make an Electron app and it usually is a bad reason. For instance, Electron apps can live in your tray and make your computer harder to use by hiding behind twisty little icons that all look alike, popping up and covering other things that live in the tray, etc. Defying the usual procedures for starting and stopping apps, finding and moving windows, etc.
And of course the whole point of living in the tray is running all the time, sucking RAM all the time, sucking CPU all the time, sucking GPU all the time, sucking network bandwidth, etc. In short, sucking.