- Read non-fiction (philosophy, psychology, spirituality, business, pretty much everything that can help me grow)
- Watch anime
- Play games (mostly valorant and baldur's gate 3 atm)
- Life optimization related to health and energy (gym, diet, sleep, etc)
- Bouldering
- Freeskating
- Content creation (kind of a job now though QQ)
## Inspiration
- I have four hobbies. One that helps you relax, one that helps intellectually stimulate you, one that creative passions, and then one for physical stimulation. I guess for me, my physical stimulation is just exercise and a hint of VR. Intellectual stimulation would be my other personal projects actually intellectual would be like any coding related project reading and note making and then creative pursuit would also be a blend of that it would be oh but then for expression it would it would boil down to content creation and then for relaxation i would say anime and gaming are probably my best ones are just napping
- [[Simple living hobbies]]
## Queries
### Projects
```dataview
table Deadline
FROM #project AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```