sync 2026-03-31

This commit is contained in:
Yeghia 2026-03-31 00:03:41 -04:00
parent 248656cf1d
commit d10f625801
5 changed files with 136 additions and 7 deletions

View File

@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "30 - Resources/Tech/Torrents To Do.md", "file": "30 - Resources/Tech/Useful Commands.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Torrents To Do" "title": "Useful Commands"
} }
}, },
{ {
@ -214,9 +214,12 @@
}, },
"active": "2cba6fc2478ced83", "active": "2cba6fc2478ced83",
"lastOpenFiles": [ "lastOpenFiles": [
"inbox.md~",
"routine.md",
"daily/2026-03-30.md",
"30 - Resources/Tech/Torrents To Do.md",
"30 - Resources/Tech/CURRENT PROJECTS.md", "30 - Resources/Tech/CURRENT PROJECTS.md",
"20 - Areas/Writing/Essay ideas.md", "20 - Areas/Writing/Essay ideas.md",
"30 - Resources/Tech/Torrents To Do.md",
"30 - Resources/Tech/Things to Learn.md", "30 - Resources/Tech/Things to Learn.md",
"30 - Resources/Tech/Setup Optimization.md", "30 - Resources/Tech/Setup Optimization.md",
"30 - Resources/Tech/Secrets/sha256sum.md", "30 - Resources/Tech/Secrets/sha256sum.md",
@ -239,8 +242,6 @@
"20 - Areas/Gaming/Launch Command.md", "20 - Areas/Gaming/Launch Command.md",
"10 - Projects/CSC/Chapter 7/00 - Overview.md", "10 - Projects/CSC/Chapter 7/00 - Overview.md",
"10 - Projects/CSC/CSC Volume 1 Exam.md", "10 - Projects/CSC/CSC Volume 1 Exam.md",
"10 - Projects/CSC/Chapter 6/00 - Overview.md",
"10 - Projects/CSC/Chapter 11/00 - Overview.md",
"9999 - Media", "9999 - Media",
"30 - Resources", "30 - Resources",
"20 - Areas", "20 - Areas",
@ -249,7 +250,6 @@
"9999 - Media/Pasted image 20260310153447.png", "9999 - Media/Pasted image 20260310153447.png",
"9999 - Media/Pasted image 20260310153559.png", "9999 - Media/Pasted image 20260310153559.png",
"10 - Projects/CSC/Chapter 6", "10 - Projects/CSC/Chapter 6",
"20 - Areas/Job", "20 - Areas/Job"
"30 - Resources/Other"
] ]
} }

32
daily/2026-03-30.md Normal file
View File

@ -0,0 +1,32 @@
# 2026-03-30
## Inbox dump
-
## MITs (max 3)
- [AWS]
- [Mom's website]
- [Apply to jobs]
## Secondary
- [Reply to current job offers]
- [Stream website work on Twitch]
## Time blocks
| Time | Task |
|-------------|-----------------------------|
| 06:0008:00 | |
| 08:0010:00 | |
| 10:0012:00 | |
| 12:0014:00 | |
| 14:0016:00 | Apply to jobs (and reply) |
| 16:0018:00 | AWS |
| 18:0020:00 | Work on website |
| 20:0022:00 | Work on website |
| 22:0000:00 | |
## End of day
-
## Carry forward
-

4
inbox.md Normal file
View File

@ -0,0 +1,4 @@
make terminal animation smoother
storefront publishable API:
pk_444004f6709c8fbdfa54168bbd9e4bad6dc4b8c96063fefb8f6f0928556068a1
what kind of online business can I do?

62
routine.md Normal file
View File

@ -0,0 +1,62 @@
# Daily Routine
## Morning (510 min)
1. `today` or `Space+zd` — open today's note (creates from template if new)
2. Open inbox in a split — `:vs ~/notes/inbox.md` or `Space+zi`
3. Process inbox → pick up to 3 MITs, move the rest to Secondary or discard
4. Fill in time blocks — be honest about what fits
5. Close inbox and start working
---
## During the Day
- Any thought, task, or idea → `Space+zi`, one line, move on
- Task that belongs today → add directly to Secondary in today's note
- Jump back to today's note anytime → `Space+zd`
---
## End of Day (5 min)
1. `today` or `Space+zd` — scroll to the bottom
2. Write 23 lines in **End of day** — what happened, what derailed you
3. Fill **Carry forward** — unfinished MITs go here for tomorrow's triage
4. `nsync` — commit and push everything to Gitea
---
## Weekly (15 min — Sunday evening or Monday morning)
1. `week` — open this week's note
2. Review the last 7 daily notes
3. Note what kept getting carried forward (that's a signal — schedule it or drop it)
4. Write the 35 most important things for the coming week
---
## Key Keymaps
| Key | Action |
|--------------|-------------------------|
| `Space+zd` | Open today's daily note |
| `Space+zi` | Open inbox |
| `Space+zf` | Find notes |
| `Space+zg` | Search notes |
| `Space+zn` | New note |
| `Space+zz` | Follow link |
| `Space+zb` | Backlinks |
| `Space+zt` | Tags |
| `Space+zp` | Panel |
---
## Aliases
| Alias | Action |
|---------|---------------------------------------------|
| `today` | Open today's daily note |
| `inbox` | Open inbox |
| `week` | Open this week's note |
| `nsync` | Commit and push all notes to Gitea |

31
templates/daily.md Normal file
View File

@ -0,0 +1,31 @@
# {{date}}
## Inbox dump
-
## MITs (max 3)
- [ ]
- [ ]
- [ ]
## Secondary
- [ ]
## Time blocks
| Time | Task |
|-------------|-----------------------------|
| 06:0008:00 | |
| 08:0010:00 | |
| 10:0012:00 | |
| 12:0014:00 | |
| 14:0016:00 | |
| 16:0018:00 | |
| 18:0020:00 | |
| 20:0022:00 | |
| 22:0000:00 | |
## End of day
-
## Carry forward
-