JIRA gets a lot of deserved hate but I think nearly all software work tracking systems suffer from the same issue: marketing over promises about velocity and predictions about project delivery timelines. Have we as an industry gotten any better at delivering projects on time? If you have a lot of dysfunction in your organization no software is going to fix that. Or to put it another way, you can’t solve people proble…
Right. We're optimizing for the wrong metrics. Hours spent arguing if something is a 3 or 5 story points could've been spent just building it. The obsession with predictability in an unpredictable process is the real problem, especially in copilot and cursor era. :D
Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
21–30 of 47 posts
Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#22MacOS
Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#23Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#24Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#25MacOS
Related. Apple is turning into Sony with their naming of stuff. In my house I have Apple branded hardware running: Mac OS Mac OS X Server Mac OS X OS X macOS iOS iPad OS tvOS watchOS homeOS audioOS And now I’ll have the strange honor of having two Macs, one running Mac OS X Server 1.23 and one running macOS 26.
homeOS doesn’t exist yet for the public, does it?
The only outlier is iOS, which should have been called phoneOS or iPhoneOS.
Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#26Git. Most people have no need for 95 percent of its features and don't have a good mental model of how it works. Just copy and paste commands to get it to work, more or less.
Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#27Git. Most people have no need for 95 percent of its features and don't have a good mental model of how it works. Just copy and paste commands to get it to work, more or less.
I have to disagree with this strongly. Git is probably the perfect software. It is designed around a mental model that is exactly matched to its use case. Far from copy pasting experienced developers are often fluent in the git model and use it intentionally. I took a look at the man page out of curiosity given your 95 percent comment and I would agree that the majority of ancillary and log level commands are unused.…
I think if the interface were better, fewer people would be copy pasting git commands.
Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#28Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#29Re: Ask HN: What's the most overengineered tool everyone uses but won't admit sucks?
#30Git. Most people have no need for 95 percent of its features and don't have a good mental model of how it works. Just copy and paste commands to get it to work, more or less.