From 0d3da0525066b8b31aead1b8aec4b342e16becc9 Mon Sep 17 00:00:00 2001 From: Ahyan Zaman Date: Sun, 12 Apr 2026 15:03:07 +0100 Subject: [PATCH] Imported Posts and fixed images --- src/components/Footer.astro | 2 +- .../Big Tech and Privacy Alternatives.md | 36 ++++++++ src/content/posts/Flirb Is Back.md | 18 ++++ .../posts/Flirb.net The Unfortunate News.md | 26 ++++++ .../posts/IRC - My thoughts and findings.md | 32 +++++++ .../posts/Intro to this future blog.md | 14 +++ .../My Opinion on the Vivaldi Browser.md | 92 +++++++++++++++++++ src/content/posts/New Domain.md | 12 +++ .../posts/New Link Page and Some Stuff.md | 20 ++++ src/content/posts/RIP Flirb.md | 38 ++++++++ .../Some of my Opinions on Each IM Revival.md | 20 ++++ .../posts/Sorry for the delay - Update.md | 16 ++++ src/content/posts/Thank you!.md | 14 +++ .../posts/The Fediverse - What It Is.md | 44 +++++++++ ...ma, How it happened and Its conclusions.md | 88 ++++++++++++++++++ src/content/posts/Trialing Something New.md | 26 ++++++ src/content/posts/Virtual Machines.md | 66 +++++++++++++ ...ch Community is Falling Apart (and not).md | 22 +++++ src/pages/rss.xml.ts | 4 +- 19 files changed, 587 insertions(+), 3 deletions(-) create mode 100644 src/content/posts/Big Tech and Privacy Alternatives.md create mode 100644 src/content/posts/Flirb Is Back.md create mode 100644 src/content/posts/Flirb.net The Unfortunate News.md create mode 100644 src/content/posts/IRC - My thoughts and findings.md create mode 100644 src/content/posts/Intro to this future blog.md create mode 100644 src/content/posts/My Opinion on the Vivaldi Browser.md create mode 100644 src/content/posts/New Domain.md create mode 100644 src/content/posts/New Link Page and Some Stuff.md create mode 100644 src/content/posts/RIP Flirb.md create mode 100644 src/content/posts/Some of my Opinions on Each IM Revival.md create mode 100644 src/content/posts/Sorry for the delay - Update.md create mode 100644 src/content/posts/Thank you!.md create mode 100644 src/content/posts/The Fediverse - What It Is.md create mode 100644 src/content/posts/The Nina & Escargot Drama, How it happened and Its conclusions.md create mode 100644 src/content/posts/Trialing Something New.md create mode 100644 src/content/posts/Virtual Machines.md create mode 100644 src/content/posts/Why I Personally think the Retro Tech Community is Falling Apart (and not).md diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7fbc4c9..583687b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const year = new Date().getFullYear(); ---