---
## Notes
- what we spend our time on is our answer on what it means to be alive, but sometimes it ends up not being what we value
- the quality of our time and the value of it comes from how available other people are to share it there time as well
- the fun of the way we use our time is in the problems and the process - [[Journey before destination]]
## 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"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```