From 553f175f3814fd20ba3b57c32e444991693ac05b Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 3 Mar 2025 10:12:17 -0500 Subject: [PATCH] vault backup: 2025-03-03 10:12:17 --- 1 Daily Notes/2025/2025-02-24.md | 2 +- 1 Daily Notes/2025/2025-02-26.md | 2 +- 1 Daily Notes/2025/2025-03-03.md | 50 +++++++++++++++++++ 3-99 Research/TLA/TLA+ Learning Plan.md | 2 +- .../!Things That Need Done.md | 2 +- .../Learning/2025-03-03 ME2046 HW3.md | 8 +++ 900s Calendars/Personal/Personal - README.md | 1 + 7 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 1 Daily Notes/2025/2025-03-03.md create mode 100644 900s Calendars/Learning/2025-03-03 ME2046 HW3.md diff --git a/1 Daily Notes/2025/2025-02-24.md b/1 Daily Notes/2025/2025-02-24.md index 46f0625a..4647a7db 100644 --- a/1 Daily Notes/2025/2025-02-24.md +++ b/1 Daily Notes/2025/2025-02-24.md @@ -9,7 +9,7 @@ tags: [[ Weekly Note 2025-02-17]] # Summary ## What's the plan? -- [ ] Investigate conference Robert mentioned "High Assurance Cyber Physical Something" #Thesis ⏳ 2025-02-24 📅 2025-02-28 +- [x] Investigate conference Robert mentioned "High Assurance Cyber Physical Something" #Thesis ⏳ 2025-02-24 📅 2025-02-28 ✅ 2025-03-03 ## What's the results! ```tasks done 2025-02-24 diff --git a/1 Daily Notes/2025/2025-02-26.md b/1 Daily Notes/2025/2025-02-26.md index 4b262bc2..ca893642 100644 --- a/1 Daily Notes/2025/2025-02-26.md +++ b/1 Daily Notes/2025/2025-02-26.md @@ -10,7 +10,7 @@ tags: # Summary ## What's the plan? - [ ] Homework 2 📅 2025-03-04 ⏳ 2025-02-27 #NUCE2113 -- [ ] Fix HW3? 📅 2025-02-26 ⏳ 2025-02-26 #NUCE2113 +- [-] Fix HW3? #NUCE2113 ⏳ 2025-02-26 📅 2025-02-26 ❌ 2025-03-03 ## What's the results! ```tasks diff --git a/1 Daily Notes/2025/2025-03-03.md b/1 Daily Notes/2025/2025-03-03.md new file mode 100644 index 00000000..3a8b30e3 --- /dev/null +++ b/1 Daily Notes/2025/2025-03-03.md @@ -0,0 +1,50 @@ +--- +date: <% tp.file.title %> +tags: +--- +# Yesterday | Tomorrow + << [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >> +# This Week's Weekly Note +[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]] +# Tasks for today +## Due +```dataview +task +where + due <= date(this.date) + and due + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Scheduled +```dataview +task +where + scheduled + and scheduled <= date(this.date) + and !completed + and status != "-" +sort due asc +group by file.folder +``` +## Tasks in Progress +```dataview +task +where +status != "-" +and status = "/" +sort due asc +group by file.folder +``` +## Completed +```dataview +task +where + completed + and completion = date(this.date) +sort due asc +group by file.folder +``` +# Calendar Tasks \ No newline at end of file diff --git a/3-99 Research/TLA/TLA+ Learning Plan.md b/3-99 Research/TLA/TLA+ Learning Plan.md index 7cab5075..b5d7e76f 100644 --- a/3-99 Research/TLA/TLA+ Learning Plan.md +++ b/3-99 Research/TLA/TLA+ Learning Plan.md @@ -1,6 +1,6 @@ - [x] Introduction to TLA+ #TLA ⏳ 2025-02-28 📅 2025-02-28 ✅ 2025-02-24 - [x] State machines in TLA+ #TLA ⏳ 2025-02-28 📅 2025-02-28 ✅ 2025-02-24 -- [ ] Resources and Tools #TLA 📅 2025-02-25 ⏳ 2025-02-24 +- [x] Resources and Tools #TLA ⏳ 2025-02-24 📅 2025-02-25 ✅ 2025-03-03 - [ ] Die Hard #TLA 📅 2025-03-04 ⏳ 2025-02-28 - [ ] Transaction Commit #TLA 📅 2025-03-11 ⏳ 2025-03-07 - [ ] Two-Phase Commit #TLA 📅 2025-03-18 ⏳ 2025-03-14 diff --git a/300s School/ME 2046 - Digital Control Theory/!Things That Need Done.md b/300s School/ME 2046 - Digital Control Theory/!Things That Need Done.md index 91efa400..a357584b 100644 --- a/300s School/ME 2046 - Digital Control Theory/!Things That Need Done.md +++ b/300s School/ME 2046 - Digital Control Theory/!Things That Need Done.md @@ -2,7 +2,7 @@ - [x] Homework Assignment 2 #ME2046 ⏳ 2025-02-03 📅 2025-02-06 ✅ 2025-02-13 - [x] Homework Assignment 2 - Code Files #ME2046 ⏳ 2025-02-03 📅 2025-02-06 ✅ 2025-02-13 - [<] Homework Assignment 3 #ME2046 ⏫ ⏳ 2025-02-17 📅 2025-02-27 -- [ ] Homework Assignment 4 #ME2046 ⏫ 📅 2025-03-06 ⏳ 2025-03-03 +- [ ] Homework Assignment 4 #ME2046 ⏫ ⏳ 2025-03-05 📅 2025-03-11 # Projects - [ ] Project Proposal #ME2046 ⏫ 📅 2025-03-20 ⏳ 2025-03-01 diff --git a/900s Calendars/Learning/2025-03-03 ME2046 HW3.md b/900s Calendars/Learning/2025-03-03 ME2046 HW3.md new file mode 100644 index 00000000..6df1e175 --- /dev/null +++ b/900s Calendars/Learning/2025-03-03 ME2046 HW3.md @@ -0,0 +1,8 @@ +--- +title: ME2046 HW3 +allDay: false +startTime: 10:20 +endTime: 11:30 +date: 2025-03-03 +completed: null +--- diff --git a/900s Calendars/Personal/Personal - README.md b/900s Calendars/Personal/Personal - README.md index aa3b6ec7..a49e6589 100644 --- a/900s Calendars/Personal/Personal - README.md +++ b/900s Calendars/Personal/Personal - README.md @@ -11,6 +11,7 @@ - [[2025-02-27 Bus in.md]] - [[2025-02-28 Bus in.md]] - [[2025-03-03 Bus In.md]] +- [[2025-03-03 Putzing with bank stuff.md]] - [[2025-03-03 Spring Break.md]] - [[2025-03-06 Work Remotely - No Water in Benedum.md]] - [[2025-03-08 Amber Work.md]]