- **First Light**: What is on your mind? What is your focus today? Continue to chip away at writting, post on social media, have fun with these things Keep an eye on Stock discounts for the rest of the week - **Last Light**: What were wins today? What's on tap for tomorrow? # Freewrite I like this Idea around Buddhist philosophy in creative prqactice, maybe I will spend more time fleshing this out. This could be an excellent webinar or audio series. Ah SHould I finally record some audio? Got to spring into action topday. The year in review was very helpful and I was able to really let ideas and reflections flow. It was apparent how important music is for me and I really think thats because it is my favorite expressive medium at the moment. The music is great but it boils down to performance for me. It boils down *to outright channeling of creativity and reaching deep minto my subconscious to discover bits of beautiful articulations.* Beautiful because they are honest, mysterious, and pieces of a larger story. > [!calendar] Past years > ```base > filters: > and: > - formula["On this day"] > - file != this.file > formulas: > date: date(file.basename.slice(0, 10)) > created_date: if(created.isType("date"), created, if(created.isType("string"), date(created), null)) > active_note_created: if(this.created.isType("date"), this.created, if(this.created.isType("string"), date(this.created), null)) > today_mmdd: formula.active_note_created.format("MMDD") > On this day: formula.date.format("MMDD") == formula.today_mmdd || formula.created_date.format("MMDD") == formula.today_mmdd > Year Modified: created.year > "Outlink #": file.links.length > Links: file.backlinks.length > Shared Links: list(this.file.links).filter(list(file.links).containsAny(value)).unique() > Years: created.toString() > views: > - type: table > name: On this day > order: > - formula.Years > - file.name > sort: > - property: formula.Years > direction: DESC > limit: 33 > columnSize: > formula.Years: 93 > > ```