## Notes
Most people give up their addiction in their 30s
in addiction, a specific agent and arena is altered, which negatively influences [[Co-identification]]
- you become less agentic, it is a voluntary reduction of your identity through [[Parasitic processing]]
- opposite is [[Anagoge]]
To solve this, we need to identify the pain to think of better alternatives.
poor people in [[Having mode|Survival mode]] don't get addicted because addiction aids in temporary relief, but their situation causes them to always think about it.
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```