diff --git a/src/constants/bkup/2025-02-05.json b/src/constants/bkup/2025-02-05.json new file mode 100644 index 0000000..accb38a --- /dev/null +++ b/src/constants/bkup/2025-02-05.json @@ -0,0 +1,7 @@ +{ + "title": "Binge-watching, playing, and recovering", + "description": "", + "publishDate": "2025-02-05", + "publishedOn": "", + "publishState": "" +} diff --git a/src/constants/bkup/2025-02-05.md b/src/constants/bkup/2025-02-05.md new file mode 100644 index 0000000..cb78df7 --- /dev/null +++ b/src/constants/bkup/2025-02-05.md @@ -0,0 +1,13 @@ +## Binge-watched [Arcane season 2](https://www.netflix.com/tudum/articles/arcane-season-2-release-date-photos) + +I did not want to, but I started and can't stop watching! The first season was an absolute masterpiece, this second season is... I don't know how to say it best... it has been a loooong while since I was this absorbed in a story. It's epic, well-written, gripping, unpredictably good. Music is perfect. Ah, five stars is not enough I think. :) + +## Playing [Final Fantasy VII Remake for PC](https://en.wikipedia.org/wiki/Final_Fantasy_VII_Remake) + +I am in the 8th chapter (I think) and what I like about this one is that it is so arcade-y it is easy to pick up and understand without thinking about it too much. Right amount of hack-and-slash combat and tactics (choosing skills & items to use for party members, switching between them, etc.) + +## This is progress + +After COVID and emigrating to The Netherlands (a different story by itself), I don't think I ever really had the headspace to enjoy these things. It's weird. I have been trying, but even watching a movie is not really enjoyable. + +I think me being able to enjoy watching series and a game like this is progress. 2021 has caused a huge adjustment for me (bordering trauma). And I feel that this "progress" is further indication that I am recovering. diff --git a/src/constants/now.json b/src/constants/now.json index accb38a..59e89b5 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Binge-watching, playing, and recovering", + "title": "My FOSDEM talk video is out", "description": "", - "publishDate": "2025-02-05", + "publishDate": "2025-02-11", "publishedOn": "", "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index cb78df7..74e0229 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,13 +1,7 @@ -## Binge-watched [Arcane season 2](https://www.netflix.com/tudum/articles/arcane-season-2-release-date-photos) +The video recording for my talk about Elk at the Social Web FOSDEM is out: -I did not want to, but I started and can't stop watching! The first season was an absolute masterpiece, this second season is... I don't know how to say it best... it has been a loooong while since I was this absorbed in a story. It's epic, well-written, gripping, unpredictably good. Music is perfect. Ah, five stars is not enough I think. :) +👉 https://fosdem.org/2025/schedule/event/fosdem-2025-5049-elk-a-nimble-client-for-mastodon/ -## Playing [Final Fantasy VII Remake for PC](https://en.wikipedia.org/wiki/Final_Fantasy_VII_Remake) +As of writing, the audio still not synced, but I was informed that it _might_ get fixed after a reencode pass thingy. -I am in the 8th chapter (I think) and what I like about this one is that it is so arcade-y it is easy to pick up and understand without thinking about it too much. Right amount of hack-and-slash combat and tactics (choosing skills & items to use for party members, switching between them, etc.) - -## This is progress - -After COVID and emigrating to The Netherlands (a different story by itself), I don't think I ever really had the headspace to enjoy these things. It's weird. I have been trying, but even watching a movie is not really enjoyable. - -I think me being able to enjoy watching series and a game like this is progress. 2021 has caused a huge adjustment for me (bordering trauma). And I feel that this "progress" is further indication that I am recovering. +(Just squint your eyes for now, or if you get annoyed check again later) diff --git a/src/pages/now/and-then/posts/2025-02-05.astro b/src/pages/now/and-then/posts/2025-02-05.astro new file mode 100644 index 0000000..3e12c74 --- /dev/null +++ b/src/pages/now/and-then/posts/2025-02-05.astro @@ -0,0 +1,75 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `Binge-watching, playing, and recovering` +const description = `` +const publishedOn = `` +const publishDate = `2025-02-05` +const publishState = `` +const content = `

Binge-watched Arcane season 2

+

I did not want to, but I started and can't stop watching! The first season was an absolute masterpiece, this second season is... I don't know how to say it best... it has been a loooong while since I was this absorbed in a story. It's epic, well-written, gripping, unpredictably good. Music is perfect. Ah, five stars is not enough I think. :)

+

Playing Final Fantasy VII Remake for PC

+

I am in the 8th chapter (I think) and what I like about this one is that it is so arcade-y it is easy to pick up and understand without thinking about it too much. Right amount of hack-and-slash combat and tactics (choosing skills & items to use for party members, switching between them, etc.)

+

This is progress

+

After COVID and emigrating to The Netherlands (a different story by itself), I don't think I ever really had the headspace to enjoy these things. It's weird. I have been trying, but even watching a movie is not really enjoyable.

+

I think me being able to enjoy watching series and a game like this is progress. 2021 has caused a huge adjustment for me (bordering trauma). And I feel that this "progress" is further indication that I am recovering.

` +--- + + +
+

{title}

+

+ + Published on + + {publishState} + +

+ + + +
+
+ +