vault backup: 2025-01-13 15:36:51

This commit is contained in:
Dane Sabo 2025-01-13 15:36:51 -05:00
parent db84d9c178
commit 723627029f
3 changed files with 10 additions and 7 deletions

View File

@ -161,7 +161,9 @@
"Organization": 149, "Organization": 149,
"Frequency": 150, "Frequency": 150,
"Administrative": 151, "Administrative": 151,
"ME2046": 152 "ME2046": 152,
"ME": 153,
"ME2150": 154
}, },
"_version": 3 "_version": 3
} }

View File

@ -11,7 +11,7 @@ tags:
## What's Overdue! ## What's Overdue!
```dataview ```dataview
task task
from "1 Daily Notes" from "1 Daily Notes" or "2 Cole Group Meeting Notes"
where !completed where !completed
and status != "-" and status != "-"
and file.name != this.file.name and file.name != this.file.name

View File

@ -41,11 +41,12 @@ where readstatus and dateread => this.date-dur(7)
- 1st complete draft on NPIC paper. At least for all stuff I can write about - 1st complete draft on NPIC paper. At least for all stuff I can write about
- Keep looking around at thesis ideas - Keep looking around at thesis ideas
- Meet with Dan about evaluation form - Meet with Dan about evaluation form
- SeL4 - [ ] SeL4 #ME2150
- Capabilities - [ ] Capabilities
- Threads - [ ] Threads
- IPC - [ ] IPC
- MCS - [ ] MCS
- Natural numbers game
## Tasks This Next Week ## Tasks This Next Week
### Tasks Overdue ### Tasks Overdue
```dataview ```dataview