> For the complete documentation index, see [llms.txt](https://notes.d15r.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.d15r.de/produktivitaet/2021/44.md).

# 44

[The Courage to Be Disliked](https://thelonggame.xyz/p/the-long-game-77-digital-health-the)

> "Living in a world packed with rivals is highly stressful."

> "Live your own life, and don’t try to fulfill the expectations of others."

[The Same Stories, Again and Again](https://www.collaborativefund.com/blog/the-same-stories-again-and-again/)

> "The same attitudes, the same flaws, the same stories that show up all over the place. They’re reflections of how people’s heads work no matter where they live or when they were born."

> "Take a good, honest, loving person and strip them of basic necessities and you’ll soon get an unrecognizable monster who’ll do anything to survive."

> "Declines occur because many people’s entire goal is to become so successful that they can relax, and relaxing leads to complacency that breeds decline."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notes.d15r.de/produktivitaet/2021/44.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
