vault backup: 2026-01-05 13:03:55

This commit is contained in:
windyboy
2026-01-05 13:03:55 +08:00
parent 21460fc35d
commit be7c6cdcc9
589 changed files with 396508 additions and 27 deletions
@@ -0,0 +1,9 @@
---
title: Daily Productive Hours
created: 2025-12-30
updated: 2025-12-30
tags: []
---
- Focus block for at least 2pm to 3pm as it's my most productive hour.
- Probably better to go for 2-4 pm as 4pm is where stuff drops
+14
View File
@@ -0,0 +1,14 @@
---
title: Productivity
type: area-hub
tags: [area, para, productivity]
created: 2025-12-29
updated: 2025-12-29
---
### Notes
```dataview
table file.ctime as Date from "200-area/Productivity"
sort file.name
```
+23
View File
@@ -0,0 +1,23 @@
---
title: Task Triage
tags: [productivity, task-management, prioritization]
created: 2025-12-29
updated: 2025-12-29
---
1. Direct real harmful impact if not done -> drop everything and do it
- Customer lost data, server.
- Family member in trouble
- [[Nala]] is sick and need care
2. Important needed to be done today -> start working on it asap
- Surprise deadline, blocking work
- Might turn into a no. 1 if left unattended
- Important show stopper
3. Important needed to advance -> schedule it to be done
- Could block a project
- Needed to advance other project
- Can be pushed for a couple days
4. Nice to have -> try to scheduling it before it grow higher
- If I have time left
- Will become needed later
- Might be done in a couple day or week without impact
+17
View File
@@ -0,0 +1,17 @@
---
title: Timesheet
created: 2025-12-30
updated: 2025-12-30
tags: []
---
### Week view
^a7db2c
%% The dates are setup for previous Monday to last Friday range, when we're Monday %%
```dataview
task from "1. 📚 Projects/📅 Planning"
where file.day >= date(today) - dur(7 days) and file.day < date(today) - dur(2 days)
sort file.day asc
```