summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkash Chandwani <3483277+akashchandwani@users.noreply.github.com>2020-10-17 23:57:42 +0530
committerAkash Chandwani <3483277+akashchandwani@users.noreply.github.com>2020-10-17 23:57:42 +0530
commit3dbc237c1f1c59e809969320cc0ae4347a4b45c3 (patch)
treecc247f97b09c944a1ac49a6b084b9af7a47aa2cf
parent7b341fc0d205f076e25ff8fedb972e652201c3c6 (diff)
feat: Dunning Kruger Effect
-rw-r--r--README.md16
-rw-r--r--images/Dunning_Kruger_effect.svg48
2 files changed, 64 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa4daa2..0098f76 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor
* [Conway's Law](#conways-law)
* [Cunningham's Law](#cunninghams-law)
* [Dunbar's Number](#dunbars-number)
+ * [Dunning-Kruger Effect](#dunning-kruger-effect)
* [Fitts' Law](#fitts-law)
* [Gall's Law](#galls-law)
* [Goodhart's Law](#goodharts-law)
@@ -218,6 +219,21 @@ See also:
- [Conway's Law](#conways-law)
+
+### Dunning-Kruger Effect
+
+[Dunning-Kruger Effect on Wikipedia](https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect)
+
+In the field of psychology, the Dunning–Kruger effect is a cognitive bias in which people with low ability at a task overestimate their ability. It is related to the cognitive bias of illusory superiority and comes from the inability of people to recognize their lack of ability. Without the self-awareness of metacognition, people cannot objectively evaluate their competence or incompetence. People experiencing this bias are said to be at the top of "Mount Stupid," (refer to the graph below)-
+
+<img width="500px" alt="Diagram Dunning-Kruger Effect" src="./images/Dunning_Kruger_effect.svg">
+
+The effect suggests that poor performers are usually not in a position to recognize the shortcomings in their performance.
+
+See also:
+* [Impostor syndrome](https://en.wikipedia.org/wiki/Impostor_syndrome)
+* [Illusory superiority](https://en.wikipedia.org/wiki/Illusory_superiority)
+
### Fitts' Law
[Fitts' Law on Wikipedia](https://en.wikipedia.org/wiki/Fitts%27s_law)
diff --git a/images/Dunning_Kruger_effect.svg b/images/Dunning_Kruger_effect.svg
new file mode 100644
index 0000000..665999c
--- /dev/null
+++ b/images/Dunning_Kruger_effect.svg
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="100%" height="100%" viewBox="0 0 1236 1028" version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <g id="background">
+ <rect x="0" y="0" width="1236" height="1028" stroke="none" fill="#fff"/>
+ </g>
+ <g id="curve" fill="none" stroke="#070" stroke-width="5">
+ <path d="M140.809,896C150.835,585.362 172.797,303.102 200.138,303.102C217.32,303.102 222.771,436.388 239.375,564.778C254.802,684.068 279.936,799.132 331.064,799.132C395.988,799.132 516.833,671.32 618.084,556.632C692.01,472.896 775.548,385.208 846.286,347.071C921.645,306.441 1030.85,271.318 1161.69,266.718"/>
+ </g>
+ <g id="axes" fill="none" stroke="#000" stroke-width="5">
+ <path d="M134.5,150L134.5,896.5L1183,896.5"/>
+ </g>
+ <g id="arrowheads" fill="#000" stroke="none">
+ <path d="M134.5,139.5L124.966,164.5L144.034,164.5L134.5,139.5Z"/>
+ <path d="M1199.5,896.5L1174.5,886.966L1174.5,906.035L1199.5,896.5Z"/>
+ </g>
+ <!-- THIS APPEARS IN THE GERMAN VERSION OF THIS IMAGE, BUT NOT IN THE ENGLISH VERSION >
+ <g id="bracket" fill="none" stroke="#000" stroke-width="3">
+ <path d="M295.468,732.5L310.552,732.5C319.906,732.5 327.5,724.906 327.5,715.552L327.5,413.448C327.5,404.094 319.906,396.5 310.552,396.5L295.468,396.5"/>
+ </g>
+ < -->
+ <g id="text" font-family="Arial,sans-serif" font-weight="700">
+ <g id="heading" font-size="43">
+ <text x="650" y="86" text-anchor="middle">Dunning–Kruger Effect</text>
+ </g>
+ <g id="axis_labels" font-size="36">
+ <text x="80" y="540" text-anchor="middle" transform="rotate(-90,80,540)">Confidence</text>
+ <text x="710" y="949" text-anchor="middle">Competence</text>
+ </g>
+ <g id="annotations" font-size="28">
+ <text x="154" y="278">Peak of “Mount Stupid”</text>
+ <text x="688" y="554">Slope of Enlightenment</text>
+ <text x="1151" y="238" text-anchor="end">Plateau of Sustainability</text>
+ <text x="366" y="837" text-anchor="middle">Valley of Despair</text>
+ <!-- THIS APPEARS IN THE GERMAN VERSION OF THIS IMAGE, BUT NOT IN THE ENGLISH VERSION >
+ <text x="348" y="520">Program</text>
+ <text x="348" y="550">Termination</text>
+ <text x="348" y="580">Zone</text>
+ < -->
+ </g>
+ <g id="axis_markers" font-size="28">
+ <text x="134" y="948">Know nothing</text>
+ <text x="1175" y="948" text-anchor="end">Guru</text>
+ <text x="68" y="202" text-anchor="middle">High</text>
+ <text x="68" y="878" text-anchor="middle">Low</text>
+ </g>
+ </g>
+</svg> \ No newline at end of file