Live data from Hacker News

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

news.ycombinator.com

851–860 of 1001 posts

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

#851
post #169

Anything which requires me to use a Google captcha or hcaptcha. I generally don't get annoyed very easily but spotting fire hydrants and traffic lights just to login into a site to which you are a paying customer is plain nonsense. I've actually decided to move my entire infrastructure from Digital ocean to AWS because of this captcha before login nonsense (thankfully DO reverted it just in time)

I've started intentionally making my answers subtly wrong. E.g., if something might look like a fire hydrant, but isn't, I mark it positive. I usually have to do it a few times anyway, and it makes me feel better to think Google's AI datasets are inaccurate.

We will all thank you when Waymo will be stuck at an hydrant thinking it is a red traffic light lol

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

#854

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…

Yeah, docker is an anti-pattern in so many ways. Linux is partially to blame as well, since the container/isolation APIs can be hard to use correctly, and many people have latched on to docker as something that sort of works. It also seems to me that the failed security and isolation designs, and painful management and administration designs, of every mainstream operating system have been primary factors in pushing u…

The isolation stuff is a bit arcane and confusing, but also not that hard to figure out or implement as a wrapper.

I think the biggest reason people like Docker is that Docker makes it so easy to distribute containers.

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

#855

Anything Atlasssian. Jira, Bitbucket, confluence. Just frustrating to use, poor UX, and slow. Business types love them however. AWS. It’s UI is honestly baffling, it feels and looks like someone made it in a rush with jQuery and Bootstrap years ago. It’s login and identity and resource management is confusing, and apparently you need a chrome extension which adds a bunch of complicated options I don’t really understa…

You can't mention UX in Atlasssian without mentioning bamboo. It's the pinnacle of random placed ui elements. It's faster to navigate by remembering URLs and typing in the browser address bar

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

#858
post #195

WhatsApp. The desktop version has very few features, requires constant connection to a mobile phone and gets out of sync very often. It's practically irremediable if you're in a crowded wi-fi area and ethernet is the only way to get a good connection. It's also designed so no conversation is ever private despite advertising it's E2E encryption. Everyone you talk to has automatic backups enabled and they're stored une…

The most annoying thing is that you can’t just message a new phone number. You have to create a contact and then add their phone number to that contact, close the contact app to go back to WhatsApp, press “+” again, search for the contact you just made, select it, then start typing. God forbid the phone number is entered wrong and you have to go back into the contact app. Meeting someone in a bar/club (outside the US…

You can get around that using a special "https://web.whatsapp.com/send?phone=[..]" and/or "https://api.whatsapp.com/send?phone=[..]" URL. I think the web. URL only works with WhatsApp web and the api. works on phones, but I'm not 100% sure (I typically use WhatsApp Web myself).

I have a simple form on my website to make that a bit easier: https://www.arp242.net/wa.html.

Post reply on HN