--- type: dashboard --- # 🏠 Home > *The purpose of this vault is to think better and build better.* **Me:** [[Profile]] Β· [[Timeline]] Β· [[Decision Log]] Β· [[Investment Philosophy]] Β· **Flagship:** [[Tia]] --- ## ⚑ Active Projects ```dataview table status, target, priority from "30 - Projects" where status = "active" sort priority desc ``` --- ## πŸ—ΊοΈ Navigate | Domain | MOC | |--------|-----| | πŸ€– AI | [[MOC - AI]] | | πŸš€ Startup | [[MOC - Startup]] | | πŸ’° Investing | [[MOC - Investing]] | | 🌱 Renewables | [[MOC - Renewables]] | | πŸ’» Software | [[MOC - Software]] | | πŸ“š Learning | [[MOC - Learning]] | **Areas:** [[Business Overview|Business]] Β· [[Engineering Overview|Engineering]] Β· [[Finance Overview|Finance]] Β· [[AI Overview|AI]] Β· [[Renewables Overview|Renewables]] Β· [[Investing Overview|Investing]] Β· [[Operations Overview|Operations]] Β· [[Family Overview|Family]] Β· [[Health Overview|Health]] ## πŸ“‚ All Projects ```dataview table status, domain from "30 - Projects" where type = "project" sort file.name asc ``` --- ## 🌱 Recent Knowledge ```dataview table created, maturity from "60 - Knowledge" sort created desc limit 7 ``` ## πŸ“… Recent Daily Notes ```dataview list from "20 - Journal/Daily" sort file.name desc limit 5 ``` ## πŸ“₯ Inbox ```dataview list from "00 - Inbox" sort file.mtime desc limit 5 ```