2023-09-01 04:52:34 +00:00
|
|
|
## Left out for brevity
|
|
|
|
|
2023-09-24 08:54:09 +00:00
|
|
|
---
|
|
|
|
<!-- .slide: class="pathfinder-page" -->
|
|
|
|
#### Try whatever comes?
|
|
|
|
|
|
|
|
<header class="navbar hidden">
|
|
|
|
<nav class="navbar">
|
|
|
|
<div class="navbar-item">
|
|
|
|
<div class="custom-select">
|
|
|
|
<select class="algo-select">
|
|
|
|
<option value="DFS" selected>Depth First Search</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="navbar-item">
|
|
|
|
<div class="custom-select">
|
|
|
|
<select class="maze-algo-select">
|
|
|
|
<option value="Random" selected>Random Maze</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="navbar-item">
|
|
|
|
<div class="speed-container slidecontainer">
|
|
|
|
<span class="range-caption">Speed</span>
|
|
|
|
<input type="range" class="slider range-speed" min="0" max="200" value="100">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<div class="main-grid-container">
|
|
|
|
<div class="grid-container"><div class="grid"></div></div>
|
|
|
|
</div>
|
|
|
|
<div class="pathfinder-rerun">Restart</div>
|
|
|
|
|
|
|
|
On average this takes several lifetimes.
|
|
|
|
|
2023-09-23 19:43:29 +00:00
|
|
|
---
|
|
|
|
<!-- .slide: data-background-color="#030" -->
|
|
|
|
|
|
|
|
*Leaders Eat Last*
|
|
|
|
|
|
|
|
by Simon Sinek
|
|
|
|
|
|
|
|
<img data-src="slides/books/leaders.jpg" alt="Book cover" class="r-stretch" />
|
|
|
|
|
|
|
|
---
|
2023-09-01 04:52:34 +00:00
|
|
|
|
|
|
|
#### Arousal addiction
|
|
|
|
|
|
|
|
(not about sexual arousal)
|
|
|
|
|
|
|
|
Addiction to new, stronger stimuli. <!-- .element: class="fragment" -->
|
|
|
|
|
|
|
|
e.g. by setting bigger and bigger goals. <!-- .element: class="fragment" -->
|
2023-09-23 19:43:29 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Discipline
|
|
|
|
|
|
|
|
---
|
|
|
|
<!-- .slide: data-background-color="#542" data-background="slides/daily_heroism.jpg" data-background-size="contain" data-background-opacity="0.5" -->
|
|
|
|
### TOOL: Daily Heroism <!-- .element: class="text-over-image" -->
|
|
|
|
[Philip Zimbardo] <!-- .element: class="reference-author" -->
|
|
|
|
|
|
|
|
-V-
|
|
|
|
<!-- .slide: data-background-color="#542" data-background="slides/daily_heroism.jpg" data-background-size="contain" data-background-opacity="0.1" -->
|
|
|
|
Take a small step out of your comfort zone.
|
|
|
|
|
|
|
|
Daily.
|
|
|
|
|
|
|
|
-V-
|
|
|
|
<!-- .slide: data-background-color="#542" data-background="slides/daily_heroism.jpg" data-background-size="contain" data-background-opacity="0.1" -->
|
|
|
|
#### Why?
|
|
|
|
- grows your ability to **act**, step out of the crowd
|
|
|
|
- supports fulfilling your vision and maintaining discipline
|
|
|
|
|
|
|
|
It makes the elephant jump before it realizes<br/> the hole is too deep for comfort.
|
|
|
|
<!-- .element: class="fragment" -->
|
|
|
|
|
|
|
|
-V-
|
|
|
|
<!-- .slide: data-background-color="#030" -->
|
|
|
|
### My Heroism
|
|
|
|
|
|
|
|
Game of smalltalk
|
|
|
|
|
|
|
|
- chat up random people<!-- .element: class="fragment" -->
|
|
|
|
- do it before you rationalize a reason to back out<!-- .element: class="fragment" -->
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### Real world
|
|
|
|
|
|
|
|
is complex and ever-changing.
|
|
|
|
|
|
|
|
### Mental model <!-- .element: class="fragment" data-fragment-index="2" -->
|
|
|
|
|
|
|
|
is our understanding of the world and its rules. <!-- .element: class="fragment" data-fragment-index="2" -->
|
|
|
|
|
|
|
|
-V-
|
|
|
|
|
|
|
|
Mental models have varying levels of *objectivity*,
|
|
|
|
|
|
|
|
i.e. how much they correspond to reality.
|