## Notes
### Title
- Digital Self-Actualization
### Bio
How can we find meaning and purpose in a world that favors hedonism and traditional success? How can we cultivate intelligence, creativity, and wisdom? How can we reach our full potential using modern technologies? These are the guiding questions that Aidan Helfant and John Mavrick explore in their weekly podcast, Digital Self-Actualization.
### Intro
Welcome back to Digital Self-Actualization, the podcast where we ask how we can reach our full potential using modern technologies. Iām Aidan Helfant, and Iām John Mavrick, we're both past video game addicts turned content creators and life-long learners.
## Productivity
### Goals
```dataview
table list("šÆ " + Description, "š” " + Why) as "Details"
FROM #goal AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Projects
```dataview
table Deadline
FROM #project AND !"Hidden" AND !outgoing([[]])
WHERE contains(Area, this.file.link)
SORT file.ctime asc
```
### Habits
```dataview
table Status, Frequency, HabitGroup, Goal
FROM #habitNote AND [[]] AND !"Hidden"
WHERE icontains(file.frontmatter.Area, this.file.name)
SORT Created asc
```
## Knowledge
### 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
```