## Notes
deep work was written bottom up (inductively), not deductively (ex. i analyzed the top YouTubers to see patterns), so it is not as prone to survivorship
have a pre-deep work routine to help get you the right context so during your deep work session you can just clearly start working
## 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
```