{title}
++ + Published on + + {publishState} + +
+ +diff --git a/src/constants/bkup/2025-01-09.json b/src/constants/bkup/2025-01-09.json new file mode 100644 index 0000000..44b7c15 --- /dev/null +++ b/src/constants/bkup/2025-01-09.json @@ -0,0 +1,7 @@ +{ + "title": "Sickness, progress, and being ghosted", + "description": "Sickness, progress, and being ghosted", + "publishDate": "2025-01-09", + "publishedOn": "the 9th of January, 2025", + "publishState": "from my home in Amsterdam" +} diff --git a/src/constants/bkup/2025-01-09.md b/src/constants/bkup/2025-01-09.md new file mode 100644 index 0000000..03c4567 --- /dev/null +++ b/src/constants/bkup/2025-01-09.md @@ -0,0 +1,15 @@ +## Annual Sickness + +I have been on bed rest for some days now due to fevers and coughs. This is tough on my real day job, since my work now is mostly meetings -- my mind blanks out a lot and coughing does not help. Hoping to get better soon and come back refreshed. + +## McFly progress + +Had a good progress on [McFly](https://mcfly.js.org) -- the codebase is so clean now. It is starting to get closer and closer to how I envision a metaframework for the modern web platform. + +## Ghosted by Social Web organizers for FOSDEM2025 + +I have received an [acceptance letter](https://social.ayco.io/@ayo/113759677401894023) for my Elk talk proposal, but [was not given a slot](https://social.ayco.io/@ayo/113784915020626878) in the end... I wonder how common of a practice is this among conference organizers. But yeah, I am not going to FOSDEM2025. + +## Chat poll + +I opened a [poll](https://social.ayco.io/@ayo/113775644091515266) asking which chat platforms are popular. Discord is quite popular; a lot of open source projects are managing their communities there. diff --git a/src/constants/now.json b/src/constants/now.json index 44b7c15..00f6cf1 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Sickness, progress, and being ghosted", - "description": "Sickness, progress, and being ghosted", - "publishDate": "2025-01-09", - "publishedOn": "the 9th of January, 2025", - "publishState": "from my home in Amsterdam" + "title": "Going to FOSDEM2025", + "description": "Going to FOSDEM2025", + "publishDate": "2025-01-15", + "publishedOn": "the 15th of January, 2025", + "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index 03c4567..da043ed 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,15 +1,7 @@ -## Annual Sickness +# FOSDEM 2025 -I have been on bed rest for some days now due to fevers and coughs. This is tough on my real day job, since my work now is mostly meetings -- my mind blanks out a lot and coughing does not help. Hoping to get better soon and come back refreshed. +Just today, I got a notification via mail that I've been added to a [Matrix]() chat room for social web "backstage" -- I thought it was strange because I was not in the schedule the last several times I checked. So I visited the [page for the day's schedule](https://fosdem.org/2025/schedule/track/social-web/) and apparently I'm included. -## McFly progress +Not sure what happened, it could be a glitch in the conference planning platform or the communication, but yeah, I'm going to [FOSDEM 2025](https://fosdem.org/2025) for a short talk about [Elk](https://github.com/elk-zone/elk). -Had a good progress on [McFly](https://mcfly.js.org) -- the codebase is so clean now. It is starting to get closer and closer to how I envision a metaframework for the modern web platform. - -## Ghosted by Social Web organizers for FOSDEM2025 - -I have received an [acceptance letter](https://social.ayco.io/@ayo/113759677401894023) for my Elk talk proposal, but [was not given a slot](https://social.ayco.io/@ayo/113784915020626878) in the end... I wonder how common of a practice is this among conference organizers. But yeah, I am not going to FOSDEM2025. - -## Chat poll - -I opened a [poll](https://social.ayco.io/@ayo/113775644091515266) asking which chat platforms are popular. Discord is quite popular; a lot of open source projects are managing their communities there. +If you are going, please [drop me a line via any of my contact channels](https://ayco.io/about) and let's meet. :) diff --git a/src/pages/now/and-then/posts/2025-01-09.astro b/src/pages/now/and-then/posts/2025-01-09.astro new file mode 100644 index 0000000..2896c5c --- /dev/null +++ b/src/pages/now/and-then/posts/2025-01-09.astro @@ -0,0 +1,76 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `Sickness, progress, and being ghosted` +const description = `Sickness, progress, and being ghosted` +const publishedOn = `the 9th of January, 2025` +const publishDate = `2025-01-09` +const publishState = `from my home in Amsterdam` +const content = `
I have been on bed rest for some days now due to fevers and coughs. This is tough on my real day job, since my work now is mostly meetings -- my mind blanks out a lot and coughing does not help. Hoping to get better soon and come back refreshed.
+Had a good progress on McFly -- the codebase is so clean now. It is starting to get closer and closer to how I envision a metaframework for the modern web platform.
+I have received an acceptance letter for my Elk talk proposal, but was not given a slot in the end... I wonder how common of a practice is this among conference organizers. But yeah, I am not going to FOSDEM2025.
+I opened a poll asking which chat platforms are popular. Discord is quite popular; a lot of open source projects are managing their communities there.
` +--- + ++ + Published on + + {publishState} + +
+ +