This is the more behind-the-scenes stuff in relation to my brand. For the actual philosophy behind DSA, visit [[Digital Self-Actualization]]
## Ideas
### Triangle
- Mindset (Why)
- Deep life stack
- Buddhism and desire
- Stoicism and virtue
- Methods (What)
- Task management
- Project management
- Knowledge management
- Time management and tracking
- Statistic management
- Life management via periodic reviews
- Tools (How)
- Obsidian
- Task plugin
- Project notes
- PARA templates
- Periodic notes
- Google calendar
- Habitica / tracker plugin
- Toggl Track
- Todoist ?
- ChatGPT
- enhances all of the above
### Story
- addicted gamer
- changing point - death
- at first i was scared, so was productive out of survival, but now i see it in a more meaningful light
- digital self actualization
- culmination of all the books and ideas ive been experimenting with
- self-help has a tendency to share ideas without much execution, but with my program, you can leave
#### New Years Framing
in 2021, i made a change.
this let me:
-
and now, im sharing you how you can do it to.
### Character
might not know what you want, so start with biological needs, then responsibilities, then desires
- [[Attention-centred productivity]]
#### [[The Deep Life Stack]]
- [[Discipline]]
- [[Deep Work]]
- hyperfocus
- Discipline is destiny
- Discipline is freedom
- Hyperfocus
- Indistractible
- overcome internal triggers
- anxiety from writing -> go on phone
- external triggers
- something ->
- pre-commitments
- Start quantifying your ratings so you know what to improve in
- Habit trackers
- Charts and journalling
- Time tracking
- Can also help you see how you should organize your different life areas
- Values
- Essentialism
- [[Life Design]]
- [[My Toggl areas and projects]]
- Calm
- [[Task management]]
- **Capture**: don't store anything in your head. Your ideas, info, commitments, plans.
- **Configure**: make effort organizing. Gather relevant info in one place.
- **Control**: proactively make a plan for your time in advance: quarterly, weekly, daily
- [[Time Management]]
- [[Time blocking]]
- [[The Ideal Week]]
- [[Periodic reviews]]
- Plan
- 12 week year
### Areas
- Shared across apps for consistency
- [[My Toggl areas and projects]]
- Creating your own projects and areas
### Periodic Reviews
### Project Management
[[My weekly review workflow]]
[[My project workflow]]
### Task Managment
[[Task management]]
[[My todoist workflow]]
### Time Management
[[Work cycles]]
[[Types of calendars]]
[[My akiflow workflow]]
[[Toggl Track]]
### Knowledge Management
- [[ChatGPT]]
- [[Obsidian]]
- [[]]
### Periodic Reviews
#### Weekly
[[My weekly review workflow]]
[[My weekly review workflow]]
## Structure
Based on the progression of [[The Deep Life Stack V2]]
- Am choosing to add on top of it though because:
- Cal Newport's is not necessarily digital, and there is no concrete application of the principles
- Mine will include the tools I use, which are digital since that is the most innovative and effective atm
- I will just be sharing my interpretations, since there is not yet a comprehensive breakdown of what the deep life stack is
## Teaching style
- Teach concepts
- Teach implementation in apps
- Examples of combining it all together
- Workshop-type experience???? idek bruh
## Positioning
think i might take the John Vervaeke approach where his definition of wisdom is very fucked up, but then market the problem that it can solve before introducing it (meaning crisis). the way i can think of simplifying it right now is if you were to just focus on the benefits and mission without talking about it's components
## ChatGPT First Impressions
"Digital Self-Actualization" suggests a focus on helping individuals achieve personal growth, fulfillment, and realization of their potential in the context of the digital age and the online world. Here are some possible themes and concepts that this rebranded newsletter might encompass:
1. **Personal Development in the Digital Era:** Exploring how individuals can leverage digital tools, resources, and platforms to enhance their personal growth, learning, and self-improvement.
2. **Digital Wellness:** Discussing strategies and practices for maintaining a healthy and balanced relationship with technology, addressing issues such as digital addiction, screen time management, and mental well-being in the digital world.
3. **Digital Creativity and Expression:** Encouraging readers to harness digital platforms to express their creativity, share their unique perspectives, and pursue artistic endeavors.
4. **Online Learning and Skill Development:** Providing insights into online education, e-learning platforms, and the acquisition of new skills through digital resources.
5. **Building Authentic Digital Identities:** Guiding individuals in crafting and curating genuine and authentic online personas that align with their values, interests, and aspirations.
Overall, "Digital Self-Actualization" would likely encompass a broad range of topics aimed at helping individuals make the most of the digital world while also achieving personal growth, authenticity, and fulfillment. It could serve as a guide for navigating the complexities of the digital age with intention and purpose.
## Queries
### Projects
```dataview
table Deadline
FROM #project AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT Deadline asc
```
### Inputs
```dataview
table Status, Author
FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Outputs
```dataview
table Status, Author
FROM #output AND [[]] AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```
### Other Notes
```dataview
table Created
FROM [[]] AND !#project AND !#input AND !#output AND !"Hidden" AND !outgoing([[]])
SORT file.mtime desc
```