{title}
++ + Published on + + {publishState} + +
+ +diff --git a/src/constants/bkup/2025-05-24.json b/src/constants/bkup/2025-05-24.json new file mode 100644 index 0000000..c31ef8a --- /dev/null +++ b/src/constants/bkup/2025-05-24.json @@ -0,0 +1,7 @@ +{ + "title": "Running self-hosted services at www.ayo.run", + "description": "Put up a home to self-hosted open source alternatives to popular services", + "publishDate": "2025-05-24", + "publishedOn": "the 24th of May, 2025 in my home in Amsterdam", + "publishState": "while it is drizzling and gloomy outside" +} diff --git a/src/constants/bkup/2025-05-24.md b/src/constants/bkup/2025-05-24.md new file mode 100644 index 0000000..e9196af --- /dev/null +++ b/src/constants/bkup/2025-05-24.md @@ -0,0 +1,13 @@ +As a weekend project, I have set up my old "gaming" laptop as an Ubuntu server to run services under my fancy new domain [ayo.run](https://ayo.run) (could be blocked by enterprise firewalls). + +[](https://ayo.run) + +The computer is sitting inside the water meter cabinet at home, and I route it through [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) which gives me the protection while exposing it to the Internet without a public IP address. It's like magic. + +Very happy with this because it is way more powerful than the VPS (Virtual Private Server) I am renting for [ayco.io](https://ayco.io) stuff, but I am practically paying zero aside from the usual the electricity, internet bills. + +I am posting updates about the project on this [thread](https://ayo.ayco.io/threads/114490408596372783). + +By hosting more polished web applications created by active open source communities, I learn different approaches on how people build stuff and am now able to consider them for my own projects. 🎉 + +I have plans to make [cozy.pub](https://cozy.pub) easily self-hostable when I get to building more features for it. diff --git a/src/constants/now.json b/src/constants/now.json index c31ef8a..7070810 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Running self-hosted services at www.ayo.run", - "description": "Put up a home to self-hosted open source alternatives to popular services", - "publishDate": "2025-05-24", - "publishedOn": "the 24th of May, 2025 in my home in Amsterdam", - "publishState": "while it is drizzling and gloomy outside" + "title": "I'm not in a good spot, but...", + "description": "I'm human and the world is not at its best right now", + "publishDate": "2025-06-05", + "publishedOn": "", + "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index e9196af..e83103d 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,13 +1,19 @@ -As a weekend project, I have set up my old "gaming" laptop as an Ubuntu server to run services under my fancy new domain [ayo.run](https://ayo.run) (could be blocked by enterprise firewalls). +I have not been on top of things lately. -[](https://ayo.run) +I think this has been going on for weeks, if not months, already? I am not in a good spot personally, and I don't have much headspace. -The computer is sitting inside the water meter cabinet at home, and I route it through [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) which gives me the protection while exposing it to the Internet without a public IP address. It's like magic. +I’m dropping a lot of balls, which means unusual things outside of my routines are the first to fall. Some “side stuff” (like open source, community participation, etc) are taking a backseat, -Very happy with this because it is way more powerful than the VPS (Virtual Private Server) I am renting for [ayco.io](https://ayco.io) stuff, but I am practically paying zero aside from the usual the electricity, internet bills. +Family takes priority right now. And I’m happy in that area because we are okay despite how this not being a good season for us. -I am posting updates about the project on this [thread](https://ayo.ayco.io/threads/114490408596372783). +But overall I am hopeful in that I think I will come out stronger when this is done. Happy to be surrounded by supportive folks. -By hosting more polished web applications created by active open source communities, I learn different approaches on how people build stuff and am now able to consider them for my own projects. 🎉 +There you go. Not all updates are butterflies & rainbows. -I have plans to make [cozy.pub](https://cozy.pub) easily self-hostable when I get to building more features for it. +## In other news + +To make things less awkard, I'll end with some positive stuff. Here are a few tech news that happened recently which weirdly gives me the sense they could have a domino-effect towards a good direction + +1. [Pewdiepie goes Linux and shows great enthusiasm for the freedom it gives](https://youtu.be/pVI_smLgTY0?si=SKdEhtenTSLI_3DI) +2. [theprimeagen reacts and scolds "most" developers for not knowing grep](https://youtu.be/IY-RoiVLExs?si=Uo2aZtq7We6oqdOo) +3. [Final Fantasy Tactics gets a remake](https://www.gamingonlinux.com/2025/06/final-fantasy-tactics-the-ivalice-chronicles-announced-for-september-30/) diff --git a/src/pages/now/and-then/posts/2025-05-24.astro b/src/pages/now/and-then/posts/2025-05-24.astro new file mode 100644 index 0000000..f5285fd --- /dev/null +++ b/src/pages/now/and-then/posts/2025-05-24.astro @@ -0,0 +1,73 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `Running self-hosted services at www.ayo.run` +const description = `Put up a home to self-hosted open source alternatives to popular services` +let publishedOn = `the 24th of May, 2025 in my home in Amsterdam` +const publishDate = `2025-05-24` +const publishState = `while it is drizzling and gloomy outside` +const content = `
As a weekend project, I have set up my old "gaming" laptop as an Ubuntu server to run services under my fancy new domain ayo.run (could be blocked by enterprise firewalls).
+ +The computer is sitting inside the water meter cabinet at home, and I route it through Cloudflare Tunnel which gives me the protection while exposing it to the Internet without a public IP address. It's like magic.
+Very happy with this because it is way more powerful than the VPS (Virtual Private Server) I am renting for ayco.io stuff, but I am practically paying zero aside from the usual the electricity, internet bills.
+I am posting updates about the project on this thread.
+By hosting more polished web applications created by active open source communities, I learn different approaches on how people build stuff and am now able to consider them for my own projects. 🎉
+I have plans to make cozy.pub easily self-hostable when I get to building more features for it.
` + +publishedOn = publishedOn === '' ? publishDate : publishedOn +--- + ++ + Published on + + {publishState} + +
+ +