D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
jm3
Full window
Github gist
Cognitive Bias Codex
Cognitive Bias Codex
Further Reading
180+ cognitive biases, codified and categorized by Buster Benson:
Cognitive bias cheat sheet
printed poster version:
now available from
Design Hacks
<!DOCTYPE html> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="./styles.css" /> <body> <h1>Cognitive Bias Codex</h1> <h2>180+ cognitive biases, codified and categorized.</h2> <h3>inspired by Buster Benson's <a href="https://betterhumans.coach.me/cognitive-bias-cheat-sheet-55a472476b18">Cognitive bias cheat sheet</a> post. </h3> <div class="main"> <div id="radial"> <img src="render.png" /> </div> </div > <h4> a <a href="https://www.jm3.net/">@jm3</a> hack </h4> </body> </html>