Live data from Hacker News

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

news.ycombinator.com

481–490 of 1001 posts

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

#481

ServiceNow. Perfect storm of abysmal design/UX used to represent a bloated and confusing underlying information architecture. It's possible that I'm using an poorly configured version/instance of the product, but good lord, I'll do anything I can to avoid using it at work.

Every time I complain about ServiceNow someone pops up saying "You're just not configuring it correctly". A service that relies on the user to configure properly (or rather, have an in-house expert) is not a good service.

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

#482

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…

I can say many things about BitBucket but it isn't slow. In fact it's significantly more reactive than GitHub and GitLab in my experience.

Also your posts are hard to read if you systematically writes it's when you mean its.

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

#483

Dropbox. I've used it for a decade, but now it's slow, bloated, and takes over CPU and memory like there isn't a single other program I need to run... and I was paying $20 for the privilege. But a few weeks ago I switched to Syncthing[0], and it's the best software transition I've ever made. Opposite of everything Dropbox is now: fast, simple, and I don't even notice it running in the background. Seamless setup, and…

Dropbox may be unwieldy, but the document version history has been a lifesaver.

I'd love to find something for an environment where there are many people (many uncomfortable with technology) sharing a folder full of code, documents, and media for a project -- something that acts as a robust safety net. OneDrive is ok but has failed us multiple times (failed to upload, failed to sync, filed to notify).

Can Syncthing handle anything resembling an enterprise (ok, enterprise-light) setup? The last time I tried it on Android (~2 years old), it was painful, and that was just for my own personal backup, not a shared environment.

Thanks

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

#484
post #141

gmail, by so many orders of magnitude.. Email interface designed by people who seemingly have never tried to read email. Threading is completely broken, filtering is broken, compose screen is unusable. At previous companies I've had to use gmail but was able to use a sane email client via IMAP so it was almost ok (although still somewhat broken as gmail doesn't handle IMAP correctly). At current work they disable all…

I agree about threading, but how is filtering and compose broken?

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

#485

- GitHub + why do we centralize issues, documents for a distributed version control? + why do we use a a closed source, walled garden to develop free software? - Git + it's a leaky abstraction. + why do we need to know about the stash? + why is it that changing to a different branch doesn't give any visual clue, even worst it keeps the files I'm working on that are not part of the repository yet. for an academic trea…

99% of git usage seems to involve one or fewer remotes. Maybe multiple remotes is just not that useful.

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

#486

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…

> I recently started using Gitkraken which allows you to pull changes WITHOUT needing to commit locally first because it uses stashes. It basically does the same option. Why can’t git be smart like that?

This is not being smart, this is trying to be too clever for one's own good. Git does what it does because it wants you to know what might happen and to decide explicitly.

If I do a 'git pull' without remembering that I was doing something and that just goes through and stash my changes automatically then I have lost the exact state I was working in and I need to work to recover it. Now, on the other hand if git stops and tell me that I have changes pending then I can think and decide. It only takes a few seconds.

Trying to automate too much can be a false economy.

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

#487

IOS Podcast App. Its absolutely terrible. Stops playing in the middle of episodes, forgets what episode it is playing, episodes disappear, and it throws up a spinning wheel again and again...

I moved to Spotify in order to get my feeds synced across devices. It’s mostly been a better experience, but for some insane reason you can’t add a proper feed to Spotify.

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

#489
GnuPG

I'm surprised that it hasn't come up, yet. But it's CLI interface as well as it's data model are truly archaic. It's near impossible to properly invoke from other programs or scripts and most users don't even understand half of it's "web of trust" concepts.

This is especially bad since small mistakes can easily break your security model.

I don't want to rewrite GnuPG, I want a fresh start without all the cruft.

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

#490

* 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).

> * Zoom - worst video conference product __EVER__. Can't say a single good word about it.

There are tons of problems with Zoom, no disagreement there. But the heaping pile of crap called Skype for business formerly known as Microsoft Lync is a lot worse. It doesn't even run on Linux...

Post reply on HN