Ask HN: What's the worst piece of software you use everyday?
111–120 of 1001 posts
Re: Ask HN: What's the worst piece of software you use everyday?
#112Apple CarPlay is an absolute piece of garbage. It always hangs on the “connecting to iPhone” screen. I just want to see my nav. Infuriating.
Re: Ask HN: What's the worst piece of software you use everyday?
#113Re: Ask HN: What's the worst piece of software you use everyday?
#114JIRA. The most complex simple system I used. Simple in theory (Project Management) but complex in implementation.
Replace your IT team before you replace Jira.
My Jira experience is that I couldn’t live without it.
Re: Ask HN: What's the worst piece of software you use everyday?
#115cmd.exe on Windows - trully horrible shell. bash on *nix - less horrible then cmd.exe but still trurlly horrible anyway. I want to kill myself any time I enter any of those. PowerShell cross platform made all my cells rejoice.
Re: Ask HN: What's the worst piece of software you use everyday?
#116Slack
The network connection quality on Slack calls seems to be very lacking compared to other call apps.
Re: Ask HN: What's the worst piece of software you use everyday?
#117JIRA. The most complex simple system I used. Simple in theory (Project Management) but complex in implementation.
I am sorely tempted to build a frontend so that I can avoid wasting so much time on it. Just a better frontend not yet another project management tool that will not be bought by management.
I don't understand the slowness at all, even if their backend and architecture is Fubar to fix at this point without massive work, they could have handled it in UX with non blocking loading states, backgrounding actions which were slow etc?
Re: Ask HN: What's the worst piece of software you use everyday?
#118Slack
Re: Ask HN: What's the worst piece of software you use everyday?
#119Concur, ADP, and Workday are all really bad.
Re: Ask HN: What's the worst piece of software you use everyday?
#120Docker. I use it and love it every day in both dev and prod, but I also really kind of hate it. I'll keep my complaints short. There should not be a system-wide daemon. (Or any daemon). It should not require root at all (no setuid either). From outside the container, the container and its processes should be a single process (with threads). (Like glueing a bunch of processes together.) The containers should be nest-a…