Live data from Hacker News

Ask HN: What's the worst piece of software you use everyday?

news.ycombinator.com

111–120 of 1001 posts

Re: Ask HN: What's the worst piece of software you use everyday?

#112

Apple CarPlay is an absolute piece of garbage. It always hangs on the “connecting to iPhone” screen. I just want to see my nav. Infuriating.

I find it more infuriating that car makers like BMW make you "rent" CarPlay despite already paying for all the hardware. They make you pay extra for a luxury vehicle to overcome their garbage infotainment system only for CarPlay itself to be disappointing.

Re: Ask HN: What's the worst piece of software you use everyday?

#114

JIRA. The most complex simple system I used. Simple in theory (Project Management) but complex in implementation.

The main problem with Jira is inexperienced admins deciding they have to use all the bells and whistles all the time.

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?

#115

cmd.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.

The new terminal with PowerShell is quite lovely. I recently had to move my work from macOS to Windows and am pretty happy after setting it up like this: https://www.hanselman.com/blog/HowToMakeAPrettyPromptInWindo...

Re: Ask HN: What's the worst piece of software you use everyday?

#117

JIRA. The most complex simple system I used. Simple in theory (Project Management) but complex in implementation.

Not to mention it is slow as molasses(on the cloud at-least) and the UI is unwieldy with way too many clicks required for the simplest of actions.

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?

#120

Docker. 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…

Some good stuff here, however... Strong disagree on compose. I think it’s amazing.
Post reply on HN