## Notes
aside from what i mentioned in the self-actualization post i've been learning to have a holistic approach. not everyone can fit every social need, and it's okay to have some super intellectual friends and some gamer friends. i'm also feeling that cultivating long-term relationships that will last even during your deathbed will lead to a fulfilling life, so playing long-term games is much more effective than trying to manipulate or benefit off of people, since the real meaning and fulfillment comes in the cultivation
[[My social filter]]
## 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
```