Live data from Hacker News

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

news.ycombinator.com

131–140 of 1001 posts

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

#133
ConsoleZ on Windows that I use with Cygwin, being on one hand the best terminal app for Windows, on the other there were things that were driving me insane. The main project seems to be sort of abandoned, so I eventually fixed them myself[1].

[1] https://github.com/youurayy/console/releases/tag/1.19.0-pers...

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

#134

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…

Strongly agree about this. Docker is conceptually on the right track, but it's fundamentally the wrong abstraction.

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

#139

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…

For me one of the worst were Docker for Desktop on both Mac and Windows, especially when used for local Kubernetes. I fixed this with a project running Kubernetes directly on a local virtual machine(s) and local Docker (without polluting the machine with Docker for Desktop) is a bonus that comes with that[1].

[1] https://github.com/youurayy/hyperctl

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

#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, timelines. Being able to tag documents across all or multiple would make browsing to the right document less of a maze. And make search more accurate.
Post reply on HN