> ## Content Index
> Fetch the complete content index at: https://www.bramadams.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Care, Authority, Emotion
- URL: https://www.bramadams.dev/care-authority-emotion/
- Published: 2023-10-14T02:55:45.000Z
- Updated: 2023-10-20T19:49:02.000Z
- Description: A dive into Way of Kings by Brandon Sanderson and examining three themes from the book
- Author: Bram Adams
- Tags: livestream, wander, creative-coding

## Stream

[(youtube url)](https://youtu.be/9PA3VR0Gc-I?si=5MjV861SnT0f%5F1Gf&ref=bramadams.dev)

## Threads

- [Why it is critical to care...but not too much!](https://discord.com/channels/1059980663404646420/1059980664222515273/1162533665838997535?ref=bramadams.dev)
- [How to manage emotions in the face of your deep values](https://discord.com/channels/1059980663404646420/1059980664222515273/1162533799511478372?ref=bramadams.dev)
- [What makes someone authority? What is good authority?](https://discord.com/channels/1059980663404646420/1059980664222515273/1162533799511478372?ref=bramadams.dev)

## Code Poem (Ode to Way of Kings!)

[Run it on Replit here to see the computed output of the poem!](https://replit.com/@bramses/first-test-code-poem?ref=bramadams.dev#index.js)

```javascript
summon(the_hero) // to the front
let him = "stick his courage to his chest"
if (he_falls) {
  while (fighting) {
    continue // to
  }
  summon(the_rest)
}
```