## Notes
A philosophy made by [[Cal Newport]] to help people achieve a meaningful and remarkable life.
- You can have a remarkable life that is not successful or busy
- Business is unrelated to being good
- Focus is not on action but on skill and prioritization
Resources include:
- [[Deep Questions with Cal Newport]]
Key ideas include:
- [[The Deep Life Stack V2]]
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### 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
```