Link to original

Build YOUR Life Operating System (BYLOS)

BYLOS is the instantiation of my Life Operating System (FAKRA VACAR) using Obsidian.md. It is a work-in-progress describing FAKRA VACAR , discussing the concepts, the tool Obsidian and provides an example of the pairing.

This journey is being captured by blog entries and musings leading to VACAR. The blog provides specific information I’m presenting to keep you informed of progress. My musings capture my questions, my wrestling with the questions and general philosophy on life - observing it, managing it and sometimes just surviving it.

Latest Blog Posts

2024-03-11_What I touched

A recent addition that I’m experimenting with is my “What I touched Today” and “What I touched THIS WEEK” queries. At the end of the day, I can quickly see what I’d worked with, and decide if any of it needs to be filed, scheduled or discarded (“Now that I do know it I shall do my best to forget it.” - Sherlock Holmes, A Study in Scarlet).

I am continually surprised at the number if items I’ve touched.

This works in Daily Notes titled: YYYY-MM-DD

What I touched today

LIST
WHERE file.mday=date(this.file.name)
>[!note]+ What I touched today
> 
>```dataview
>LIST
>WHERE file.mday=date(this.file.name)
>```

This works in Weekly Notes titled: YYYY-”w”WW_MMM

What I touched this week

Table split(split(this.file.name,"-w")[1],"_")[0] AS "week"
FROM -"~Calendar"
WHERE string(file.mday.year) = split(this.file.name, "-w")[0]  AND string(file.mday.weekyear) = split(split(this.file.name,"-w")[1],"_")[0]
>[!note]+ What I touched this week
> 
>```dataview
>Table split(split(this.file.name,"-w")[1],"_")[0] AS "week"
>FROM -"~Calendar"
>WHERE string(file.mday.year) = split(this.file.name, "-w")[0]  AND string(file.mday.weekyear) = split(split(this.file.name,"-w")[1],"_")[0]
>```
Link to original

2023-12-20_Why accepting To Dos is Liberating

Rounding out the “Activities” with To Dos may be the final step in capturing my responsibilities so they are not lost and can be prioritized. I captured this idea back on Nov-18, so I’ve had a month to think about it. I published a description of my TO DOs on 2023-12-04_To Dos (some more) and starting to sort out priorities. With a month of their use, I can say that I now have an easy way to quickly capture the little things that need to be done so they are not all “what was that thing I realized I need to fix this morning” (but of course have now forgotten). They are captured in a way they can be ranked beside tasks and efforts. I also have no problem converter a To Do into an Effort or Task, which means even if it starts as a simple capture, I can formalize it into planned deliverables if needed. One less thing to beat myself up over (no worries, there are more).

(2023-12-20)

Link to original


more

Latest Musing