{title}
++ + Published on + + {publishState} + +
+ +diff --git a/src/constants/bkup/2026-04-11.json b/src/constants/bkup/2026-04-11.json new file mode 100644 index 0000000..06e073b --- /dev/null +++ b/src/constants/bkup/2026-04-11.json @@ -0,0 +1,7 @@ +{ + "title": "Joining the Elk team, speaking my mind", + "description": "", + "publishDate": "2026-04-11", + "publishedOn": "a sunny 11th day of April", + "publishState": "in my home in Amsterdam" +} diff --git a/src/constants/bkup/2026-04-11.md b/src/constants/bkup/2026-04-11.md new file mode 100644 index 0000000..8e91d64 --- /dev/null +++ b/src/constants/bkup/2026-04-11.md @@ -0,0 +1,23 @@ +Aaaaah summer feels today. Bugs all buzzing and + +All the darkness are fading and people who lived most of their lives in the tropics but emigrated to less sunny places become friendlier and nicer. + +BUT NOT ME! 😡 + +kidding. 😅 + +Anyway... I have [joined the team](https://github.com/elk-zone/elk/pull/3594) behind [Elk](https://elk.zone) where I continue to be the bottle of sunshine that I am. + +Kidding again. + +...where I try to be more annoying than usual and tag @everyone in our Discord server. That's it. That's me now. + +Also I have been smothering my [threads](https://ayo.ayco.io/threads) page with my deepest darkest thoughts -- and people either like it or not. That's how it is really. It's probably gonna be written on my grave: "HIS THOUGHTS SUCK" + +...though honestly I have been getting more responses of validation and new connections that I have a feeling maybe I have been touching on something.... true??? + +Only time will tell. As my therapist said: these thoughts will not matter in 5 years. + +...because they will be deleted. + +Kidding! diff --git a/src/constants/now.json b/src/constants/now.json index 06e073b..e7b74a6 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Joining the Elk team, speaking my mind", - "description": "", - "publishDate": "2026-04-11", - "publishedOn": "a sunny 11th day of April", - "publishState": "in my home in Amsterdam" + "title": "Social Web & Web Components", + "description": "Getting into discussions about improving the social web & building components", + "publishDate": "2026-05-12", + "publishedOn": "", + "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index 8e91d64..e2c7848 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,23 +1,7 @@ -Aaaaah summer feels today. Bugs all buzzing and +I am in a few discussions for exploring some things in the open social web. Details can come later as they become more concrete. -All the darkness are fading and people who lived most of their lives in the tropics but emigrated to less sunny places become friendlier and nicer. +Soft launch of my own newsletter is up on the canary version of my blog: https://main.ayos.blog/subscribe -- because email is the first decentralized social platform. Let's explore that idea more in the coming months. -BUT NOT ME! 😡 +I'm also back on my webcomponents main arc, after some side quests in self-hosting & machine learning. -kidding. 😅 - -Anyway... I have [joined the team](https://github.com/elk-zone/elk/pull/3594) behind [Elk](https://elk.zone) where I continue to be the bottle of sunshine that I am. - -Kidding again. - -...where I try to be more annoying than usual and tag @everyone in our Discord server. That's it. That's me now. - -Also I have been smothering my [threads](https://ayo.ayco.io/threads) page with my deepest darkest thoughts -- and people either like it or not. That's how it is really. It's probably gonna be written on my grave: "HIS THOUGHTS SUCK" - -...though honestly I have been getting more responses of validation and new connections that I have a feeling maybe I have been touching on something.... true??? - -Only time will tell. As my therapist said: these thoughts will not matter in 5 years. - -...because they will be deleted. - -Kidding! +Links to come later. Cheers! diff --git a/src/pages/now/and-then/posts/2026-04-11.astro b/src/pages/now/and-then/posts/2026-04-11.astro new file mode 100644 index 0000000..1cc9174 --- /dev/null +++ b/src/pages/now/and-then/posts/2026-04-11.astro @@ -0,0 +1,78 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `Joining the Elk team, speaking my mind` +const description = `` +let publishedOn = `a sunny 11th day of April` +const publishDate = `2026-04-11` +const publishState = `in my home in Amsterdam` +const content = `
Aaaaah summer feels today. Bugs all buzzing and
+All the darkness are fading and people who lived most of their lives in the tropics but emigrated to less sunny places become friendlier and nicer.
+BUT NOT ME! 😡
+kidding. 😅
+Anyway... I have joined the team behind Elk where I continue to be the bottle of sunshine that I am.
+Kidding again.
+...where I try to be more annoying than usual and tag @everyone in our Discord server. That's it. That's me now.
+Also I have been smothering my threads page with my deepest darkest thoughts -- and people either like it or not. That's how it is really. It's probably gonna be written on my grave: "HIS THOUGHTS SUCK"
+...though honestly I have been getting more responses of validation and new connections that I have a feeling maybe I have been touching on something.... true???
+Only time will tell. As my therapist said: these thoughts will not matter in 5 years.
+...because they will be deleted.
+Kidding!
` + +publishedOn = publishedOn === '' ? publishDate : publishedOn +--- + ++ + Published on + + {publishState} + +
+ +