Live data from Hacker News

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

news.ycombinator.com

181–190 of 1001 posts

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

#181
Jira: slow, confusing, ugly, but then again most of its competitors suck too. All ticketing and PM systems suck.

Xcode: don't use it every day but damn it is unnecessarily weird and unintuitive. It's clearly something designed for the people who know it and nobody else.

Mac Mail, but unfortunately the alternatives suck too and I hate web mail.

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

#183

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…

Docker is also essentially completely broken on MacOS and has been for years. The performance penalty on anything doing I/O is like 5x, and it tends to completely hammer my CPU. There are tons of internet discussions, so it appears to not be just me.

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

#185
post #140

Google Drive. I have no idea how a company with a search background produced software where it is impossible to find something.

Everyone one of these cloud storage services (Dropbox, Box, Drive, iCloud, S3, OneDrive) has adopted the same mental model of file storage that computer systems from the 80s devised to mimic filing cabinets. Namely: folders. I think a folder hierarchy has some value but they should really all be using a tagging system instead. Orgs tend to have multiple hierarchies based or org charts, projects, disciplines, timeline…

Tagging is hard from UX perspective, this is why it does not exist yet. Tagging system is at the core of Windows Vista failure, the promise on which Microsoft has never delivered.

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

#186

Finder on Macs. I've used a Mac for over 5 years and it still amazes me how unintuitive it is for basic tasks like copying and pasting files, creating new directories, etc.

I've been using it for 25 years but don't seem to have the same problem. Across macOS Finder, Windows Explorer and the likes of KDE and Gnome's file managers most of those tasks are identical.

Copying and pasting are universally hotkey+c and hotkey+v as an example. Creating a directory is context->new in all cases.

Some changes were weird for a small period of a few days, like when moving from Classic Finder to Mac OS X Finder where the priority of hotkeys for new windows vs. new directories changed. Or when in Windows the address bar got a lower priority than filesystem abstraction of user directories (at which point the purpose got mixed). Same with Gnome2 to Gnome3.

I'm curious to see if it's "hard" as-is, or "hard" when you come from one single environment with a lot of experience that is hard to adapt to something that is not visually identical.

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

#190

* Jira - over-engineered, unnecessarily complex and utterly slow. * Zoom - worst video conference product __EVER__. Can't say a single good word about it. * AWS admin console - same as jira, at least it's not slow. * VPNs in general annoy me beyond reason too. At this point I use a raspberry pi to connect to the vpn and I use it as an SSH access server (and tunnel respectively).

What do you not like about Zoom, and which video conference product would you recommend instead?
Post reply on HN