# Quantified-self

Ich sammle viele Daten über mein Leben und werte sie aus. Deshalb habe ich mit [LifeOS](https://github.com/LifeOS-HQ/lifeos) angefangen.

Ich möchte Dinge, die ich gelernt habe in LifeOS umsetzen, damit ich so viel wie möglich automatisieren kann z.B. aktuelles Kaloriendefizit berechnen.

Ich möchte noch viel mehr Daten verarbeiten. Es soll ein Dashboard für mein Leben werden mit Zielen für verschiedene Lebenbereiche (z.B. Finanzen, Ernährung) und konkreten Schritten, wie ich sie erreiche. Zusätzlich soll es Tools geben, die mich dabei unterstützen (z.B. Kalorienrechner).

Ich möchte zusätzlich Gamification Elemente, wie Level und Quests einbauen.

Aktuell verarbeite ich:

* Bewertung der Tage
* Arbeitszeit
* Depot
* Gewicht
* Ernährung

## Links

* [A Framework for Personal Science](https://quantifiedself.com/)
* [Map of my personal data infrastructure](https://beepb00p.xyz/myinfra.html)
* [What data on myself I collect and why?](https://beepb00p.xyz/my-data.html)
* [Project Blueprint](https://blueprint.bryanjohnson.co/) - Project Blueprint aims to measure all 70+ organs of my body and then maximally reverse the quantified biological age of each.
* [A typical Blueprint morning / Nov 2021](https://www.youtube.com/watch?v=F_3p81GmHEg)


---

# Agent Instructions: 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:

```
GET https://notes.d15r.de/leben/quantified-self.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
