Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "dunghill"
-
Theorem 2.71 All software is shit.
Corollary 3.14 So stop the braindead OS wars. All OS are shit, too.
Proof. The only software that can stay beautiful and clean is software that is never used. Maybe if you are Dijkstra or live in a Haskellian world, you might come away with it, but for the rest of us our artifacts have to interact with other artifacts or are build upon strange historically grown systems, they have to deal with users who will put it to creative use.. and in the process we also actually might have to alter some state.
Or put another way: code is a social construct. Like science are the beliefs and superstitions grown by a scientific community, software is the montainous dunghill produced by our laborious efforts to make shit even work. Of course this only piles the stack higher and higher until you can already smell it from the moon. -
People who introduce unnecessary powers of 10 into calculations in the name of making things easier to understand, should be strung up by their testicles.
Like (1+r/100)^t for compound interest. Or saying the value of something is 1.5, when you might mean 1.5 or 150 or 0.015 depending on the context.
Idiots.
And then other people have to write code that moves decimal points around, and inevitably gets it wrong, and the stupidity gets passed around like a dose of the clap.
Just write down the actual fucking number. You're making it more confusing, not less, and pouring yet another bucket of shite onto the dunghill of human stupidity.
Unnecessary power of 10 => rope + testicles + tree.7