diff --git a/content/daily/2024/06/2024-06-25.md b/content/daily/2024/06/2024-06-25.md index e2fadcbde..b1217457c 100644 --- a/content/daily/2024/06/2024-06-25.md +++ b/content/daily/2024/06/2024-06-25.md @@ -1,7 +1,7 @@ --- title: 2024-06-25 author: ["Justin"] -lastmod: 2024-06-25T05:33:14-04:00 +lastmod: 2024-06-26T02:24:28-04:00 draft: false --- @@ -10,11 +10,37 @@ draft: false ### Tasks {#tasks} -- [ ] Anki Review - Chinese -- [ ] Exercise -- [ ] Watch a new movie -- [ ] Write a new note +- [X] Anki Review - Chinese +- [X] Exercise +- [X] Watch a new movie + - [I Saw the TV Glow]({{< relref "../../../main/i_saw_the_tv_glow.md" >}}) +- [X] Write a new note - [ ] Read + - Did not get to read in any meaningful capacity (books, that is, finished + some articles) + + +## Summary {#summary} + +- Trying this out, I ended up making a new capture template for my org-roam + dailies, as you can see here. The differences between capture-today and the + template is a bit finnicky. + + + +```elisp +(setq org-roam-dailies-capture-templates + '(("d" "daily" plain + "* Agenda\n** Tasks\n- [ ] %?\n\n* Notes\n** Ideas\n- \n\n* Journal\n** Morning\n- \n\n** Evening\n- \n" + :target (file+head "%<%Y/%m/%Y-%m-%d>.org" + "#+title: %<%Y-%m-%d>\n#+hugo_tags: noexport\n\n") + :unnarrowed t + :empty-lines 1 + ))) +``` + +- I have some lunch meetings so I'm not sure how much I'll get done today. I'd + like to work on this site some more. ## Notes {#notes} @@ -38,32 +64,15 @@ draft: false something without SERIOUS cost overruns. -## Journal {#journal} +### Ideas {#ideas} - -### Morning {#morning} - -- Trying this out, I ended up making a new capture template for my org-roam - dailies, as you can see here. The differences between capture-today and the - template is a bit finnicky. - - - -```elisp -(setq org-roam-dailies-capture-templates - '(("d" "daily" plain - "* Agenda\n** Tasks\n- [ ] %?\n\n* Notes\n** Ideas\n- \n\n* Journal\n** Morning\n- \n\n** Evening\n- \n" - :target (file+head "%<%Y/%m/%Y-%m-%d>.org" - "#+title: %<%Y-%m-%d>\n#+hugo_tags: noexport\n\n") - :unnarrowed t - :empty-lines 1 - ))) -``` - -- I have some lunch meetings so I'm not sure how much I'll get done today. I'd - like to work on this site some more. - - -### Evening {#evening} - -- +- I found out the base quartz install doesn't really accomodate a lot of the + org-mode features I'd like, maybe a chance to make a component. + - It's mostly design stuff, though + - org-mode task css + some properties + - also for some reason <li>'s strikethrough persist in lower bullets in + tasks, I looked at the CSS but couldn't figure it out. +- [ My Org Roam Notes Workflow - Hugo Cisneros](https://hugocisneros.com/blog/my-org-roam-notes-workflow/) + - Older blog article but they use a different process for building their + global org-roam graph. Might be worth looking at if I wander into speed + issues as mentioned in Aster Hu's [post]() diff --git a/content/daily/index.md b/content/daily/index.md index e69de29bb..8042bb6e5 100644 --- a/content/daily/index.md +++ b/content/daily/index.md @@ -0,0 +1,5 @@ +--- +title: Dailies +--- + +If I don't have an entry for a date I was lazy or I wasn't near my computer or something. Shame. diff --git a/content/index.md b/content/index.md index 50235961a..e93b0a527 100644 --- a/content/index.md +++ b/content/index.md @@ -3,7 +3,7 @@ title: Welcome --- I haven't prettied it up yet, but plan on using this as a dumping ground for notes and media and such. -The ideal would be then to utilize those for bigger articles on the [main site(?)](https://justin.vc) - we'll see how it goes. +The ideal would be then to utilize those for bigger articles on the [main site(?)](https://justin.vc) - we'll see how it goes. It's abit heavier on dependencies than I would like. Before this I was planning on doing some mass exports with a doomscript but I found quartz to be a easier solution, with a bonus that it kind of looks like (which I'm sure it was originally meant for) a host-yourself variant of obsidian publish. diff --git a/content/main/i_saw_the_tv_glow.md b/content/main/i_saw_the_tv_glow.md new file mode 100644 index 000000000..7f90dc6d5 --- /dev/null +++ b/content/main/i_saw_the_tv_glow.md @@ -0,0 +1,37 @@ +--- +title: "I Saw the TV Glow" +author: ["Justin"] +date: 2024-06-25T06:59:00-04:00 +lastmod: 2024-06-26T02:21:19-04:00 +tags: ["film", "media"] +draft: false +--- + +[I Saw the TV Glow - Wikipedia](https://en.wikipedia.org/wiki/I_Saw_the_TV_Glow) - 2024 film, I wandered into this because of Rotten Tomatoes, +I think. I liked it, the audience score is higher than I thought given +the themes (suburbia, conformity, identity). I could see someone being +disappointed if they came into it purely as a 'horror' fan. + + +## Watching Notes {#watching-notes} + +- A24! I feel like I see them everywhere now. +- Are you afraid of the dark analogue? Campfire scene thingymajig +- I'm curious if we're going to get more 90's nostalgia like we did with the + 80's +- Unsure what the pink opaque itself could be a reference to + - monster of the week? (was mentioned after - yeah) + - musical choice and framing reminds me of twin peaks +- identity discussion, not feeling anything, asexuality? + - (after watching) oh. +- the time skips aren't as distracting as I was worried about +- okay, so the uh.. "i need to leave" was literal +- the overlays feel a bit off, I'm not sure if that was intended? +- if this was a real show, and I watched it as a kid, I probably would've been traumatized +- I think I get what it's going for, but uh.. +- I caught a glimpse of the reviews mentioning the trans identity issues - as of + writing this I didn't expect it to be that object-level? I am curious where it's + going to go with it +- soup party +- so, uh, it was literal, huh +- okay, working that job is more dread inducing than diff --git a/content/notes/testing_again.md b/content/notes/testing_again.md deleted file mode 100644 index 15f951ad2..000000000 --- a/content/notes/testing_again.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Testing Again" -author: ["Justin"] -date: 2024-06-23T23:57:00-04:00 -lastmod: 2024-06-25T05:35:20-04:00 -tags: ["stub"] -draft: false ---- - -Beep. - -I don't know how I want to handle links under the notes section. -Categories, maybe? - - - -```python -def add(x,y): - return x + y -``` diff --git a/quartz/components/styles/tasks.scss b/quartz/components/styles/tasks.scss new file mode 100644 index 000000000..e69de29bb diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index b023b2794..04e07d7c2 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -128,7 +128,6 @@ a { } & li:has(> input[type="checkbox"]:checked) { - text-decoration: line-through; text-decoration-color: var(--gray); color: var(--gray); }