The Robodebt scandal in Australia didn't spill over to violence in the streets, but it came close. Robodebt was a debt collection system introduced by the Federal government to recover supposed overpayments of social security. It was flawed at every level, including software design, and resulted in nationwide protests. see https://www.canberratimes.com.au/story/6037228/robo-debt-cen...
Similar but worse, the Horizon scandal in the UK where bugs in Fujitsu stocktaking software sent post office workers to jail and ruined lives because administrators took the software's side when it found accounting shortfalls https://www.bbc.com/news/business-56718036
Ask HN: Have you ever heard of users demonstrating against software?
111–120 of 194 posts
Re: Ask HN: Have you ever heard of users demonstrating against software?
#112Having worked in IT supporing doctors, nurses, scientists, and academics for the last 23 years, in all honesty, it doesn't matter what they would have chosen it would have resulting in a percentage of them complaining. Doctors like change that they control and understand, such as research leading to new treatments and improved patient outcomes. They do NOT like having their workflows challenged, though. They have ver…
From observing a family member implement these systems, I'd say that what doctors like is an administration that's willing to listen to their specific complaints and then get the changes or some subset of them implemented in the system. There's often a fair amount of customization that can even be done at the customer level to achieve this.
Seemingly, too many institutional administrators fall in love with the sales pitch and then are demoralized into acrimony when their doctors don't just automatically feel the same way on the roll out day.
Re: Ask HN: Have you ever heard of users demonstrating against software?
#113Earlier quoted context omitted.
In my experience, the software development profession could spend a long, long time doing some self-reflection about this one. It's eloquently stated, and something a lot of developers could learn. Too many times, I've seen overly restrictive inputs cause users to hate and distrust the software. Ironically, overly restrictive inputs cause users to think that the software doesn't properly understand the domain, which…
I agree! But what would you put in the database? A NULL? A special fuck-it value?
Re: Ask HN: Have you ever heard of users demonstrating against software?
#114Earlier quoted context omitted.
Yeah. These messaging services essentially place doctors on call at zero extra compensation.
“On call” has a precise, intuitive, definition that “receives messages and can respond to them at-will” does not fit.
Re: Ask HN: Have you ever heard of users demonstrating against software?
#115Old school RuneScape is an mmorpg where each game update goes to a vote, and if it doesn’t get 75% approval the updates are not worked on by devs and don’t get released. The community feels a strong ownership and connection over the game. So much so that when the development company (Jagex) makes a wrong decision, it’s common for users to “riot” in game. They go to a specific world, at a specific town, place down spe…
Game I learned to code on/with, writing java bots around 2001 time frame. Involved in the big dupe, fun times. May need to see how much has changed.
Re: Ask HN: Have you ever heard of users demonstrating against software?
#116Earlier quoted context omitted.
Disclaimer: My Epic experience is around a decade old. I never saw a riot, but I definitely saw providers who hated Epic when it was installed. As in people literally screaming at the top of their lungs at IT nerds. I saw a few contributing factors: 1. Epic supports making all the technically-mandatory-but-not-mandatory-if-you're-in-a-hurry data actually mandatory, so providers have more typing and less ability to ju…
>technically-mandatory-but-not-mandatory-if-you're-in-a-hurry :/
Re: Ask HN: Have you ever heard of users demonstrating against software?
#117Earlier quoted context omitted.
In my experience, the software development profession could spend a long, long time doing some self-reflection about this one. It's eloquently stated, and something a lot of developers could learn. Too many times, I've seen overly restrictive inputs cause users to hate and distrust the software. Ironically, overly restrictive inputs cause users to think that the software doesn't properly understand the domain, which…
I highly doubt the developers have anything to do with this in this case. The people requiring the inputs are managers who are responding to regulators and insurers. They're not going to buy software that has a Fuck It Button that allows workers to skip data entry that could cost them money, time, or lawsuits.
So it is interesting to me because most of the design choices - both good and bad - are made by the devs themselves with input from area experts in the aforementioned group, QA, and customer implementation/support.
Some might argue there would be better results with someone who is not the dev managing the product more. But there are pros as well as cons.
Re: Ask HN: Have you ever heard of users demonstrating against software?
#118Earlier quoted context omitted.
Pretty much same argument could be said against checklists ('paper controlling humans is a violation of basic human dignity'), but it is a thing that consistently improves outcomes in medicine. In general, it is restricting autonomy in order to improve consistency and quality.
> Pretty much same argument could be said against checklists No, the same argument most certainly cannot be made against useful patient safety tools like simple checklists. Not only are they useful, they are simple and integrate seamlessly with pretty much any workflow without obstructing them. Meanwhile poorly designed software can go so far as to actively impede the work being done which I have no doubt is the case…
Re: Ask HN: Have you ever heard of users demonstrating against software?
#119Old school RuneScape is an mmorpg where each game update goes to a vote, and if it doesn’t get 75% approval the updates are not worked on by devs and don’t get released. The community feels a strong ownership and connection over the game. So much so that when the development company (Jagex) makes a wrong decision, it’s common for users to “riot” in game. They go to a specific world, at a specific town, place down spe…
I’m writing a book about Why We Play RuneScape, and the evolution of democratic updates is one of my favorite topics.
Re: Ask HN: Have you ever heard of users demonstrating against software?
#120Secondary to the question, but I live right by the Epic campus and use the Epic MyChart platform to communicate with the University of Wisconsin health system. It is phenomenal as a patient; I can handle all billing, message any doctor I've seen, view test results as soon as they're uploaded, etc. Recently I saw the results of some bloodwork in the ER before the nurses had time to come and tell me about it. (The UI/U…