Many discriminatory policies could be considered rational. It is rational for jobs to discriminate against handicapped people who require extra affordances to be able to do the same job (for example, wheelchair ramps).
“Fair” is a much trickier beast! My favorite approach to conceptualizing fairness is Rawls’ veil of ignorance: if you were going to be placed as a random member of society, rather than your current position, and you would still support a policy given this change, then the policy is fair. Knowing that, beyond the veil of ignorance, I may be a paraplegic, would I still support dismantling the ADA’s wheelchair accessibility requirements?
Primogeniture in any form is discriminatory precisely since birth order is an immutable, permanent, unchosen characteristic assigned randomly at birth, just like race or sex.
>"bring back idiomatic design" doesn't help when we don't have enough idioms
One must always research and find the dominant or most applicable idioms for whatever they're doing. Are you building a command line tool? For which platform? What other similar tools are you basing its design on? You have to check yourself and see whether your software conforms to the idioms of the platforms, communities, etc that you're targeting.
Yeah, the consensus of a plurality of users of a Silicon Valley startup incubator heavily associated with the right wing is definitely the only opinion that matters about the subtext of a film.
Every single quality of life improvement for the working class, from minimum wage, to overtime, to weekends, was delivered by the left. Please tell me one thing that the right has accomplished for laborers.
Correct! It mandated eugenics in real life, in the early 20th century. I didn't say that the movie shows eugenics happening. I said "the film itself implies that the idiocracy is due to stupid people breeding more, a classic tenet of Nazism and eugenics alike." Work on your reading comprehension.
The film wasn't about education, it was about genetics, as the intro makes abundantly clear. And the Redditors who get themselves hot and bothered about this film aren't laughing, they're congratulating themselves on being the intelligent ones instead of the dysgenic stupids while crowing about how "Idiocracy is a documentary" -> stupid people are overbreeding.
The movie obviously doesn’t depict a eugenics program, but it makes the core argument of eugenics: if human breeding is left uncontrolled it will lead to “stupid” people breeding more.
Voting for the right as a member of the working class is truly idiotic. Not that most people on this site have ever dipped below PMC treatlerite comfort.
Many Useless Uses of cat in this documentation. You never need to do `cat file | foo`, you can just do `<file foo`. cat is for concatenating inputs, you never need it for a single input.