Expand Discipline - elephant rider

This commit is contained in:
Dejvino 2023-08-28 06:51:17 +02:00
parent 037eaf959a
commit 26f98384da
3 changed files with 32 additions and 1 deletions

View File

@ -40,6 +40,9 @@
.reveal .hidden { .reveal .hidden {
display: none display: none
} }
.reveal .metaphor {
color: purple;
}
.reveal .pathfinder-rerun { .reveal .pathfinder-rerun {
z-index: 1000; z-index: 1000;
position: fixed; position: fixed;

View File

@ -11,9 +11,32 @@ but your emotions do something else.
### Elephant Rider ### Elephant Rider
- metaphor describing our internal interactions
- elephant = emotional side
- rider = rational side
-V-
The **rider** is tiny but intelligent,<br />holding the reigns and choosing the right path.
The **elephant** is huge but simple,<br />with a mind of its own.
-V-
Most of the time, the elephant let's the rider lead the way.
But at 6 tons it won't be bossed around! <!-- .element: class="fragment" -->
-V-
If the rider is indecisive or tired,<br />the elephant will do as it likes.
If the elephant gets scared,<br />it will not obey the rider.
<!-- .element: class="fragment" -->
--- ---
### Cognitive resource ### Ego depletion
- capacity, depleting, replenishing, growing - capacity, depleting, replenishing, growing

View File

@ -305,3 +305,8 @@ Starting small is fine, as long as you start!
### My Start ### My Start
I started fixing defects in Android apps I use. I started fixing defects in Android apps I use.
It covers:
- coding useful software
- learning from others
- sharing code publicly