Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added The Basic Laws of Human Stupidity #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor
* [Premature Optimization Effect](#premature-optimization-effect)
* [Putt's Law](#putts-law)
* [Reed's Law](#reeds-law)
* [The Basic Laws of Human Stupidity](#the-basic-laws-of-human-stupidity)
* [The Law of Conservation of Complexity (Tesler's Law)](#the-law-of-conservation-of-complexity-teslers-law)
* [The Law of Demeter](#the-law-of-demeter)
* [The Law of Leaky Abstractions](#the-law-of-leaky-abstractions)
Expand Down Expand Up @@ -557,6 +558,20 @@ See also:
- [Metcalfe's Law](#metcalfes-law)
- [Dunbar's Number](#dunbars-number)

### The Basic Laws of Human Stupidity

[The Basic Laws of Human Stupidity on Wikipedia](https://en.wikipedia.org/wiki/Carlo_M._Cipolla#%22The_Basic_Laws_of_Human_Stupidity%22_(1976))

These are Cipolla's five fundamental laws of stupidity:

> Always and inevitably, everyone underestimates the number of stupid individuals in circulation.
> The probability that a certain person (will) be stupid is independent of any other characteristic of that person.
> A stupid person is a person who causes losses to another person or to a group of persons while himself deriving no gain and even possibly incurring losses.
> Non-stupid people always underestimate the damaging power of stupid individuals. In particular, non-stupid people constantly forget that at all times and places, and under any circumstances, to deal and/or associate with stupid people always turns out to be a costly mistake.
> A stupid person is the most dangerous type of person.

Corollary: a stupid person is more dangerous than a pillager.

### The Law of Conservation of Complexity (Tesler's Law)

[The Law of Conservation of Complexity on Wikipedia](https://en.wikipedia.org/wiki/Law_of_conservation_of_complexity)
Expand Down