{post.data.title}
-+
{post.data.description}
-diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 407379d6..c6534381 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -126,20 +126,6 @@ declare module 'astro:content' { type ContentEntryMap = { "posts": { -"adguard-home-setup.md": { - id: "adguard-home-setup.md"; - slug: "adguard-home-setup"; - body: string; - collection: "posts"; - data: InferEntrySchema<"posts"> -} & { render(): Render[".md"] }; -"creating-my-website.md": { - id: "creating-my-website.md"; - slug: "creating-my-website"; - body: string; - collection: "posts"; - data: InferEntrySchema<"posts"> -} & { render(): Render[".md"] }; "how-the-metaverse-will-kill-us-all.md": { id: "how-the-metaverse-will-kill-us-all.md"; slug: "how-the-metaverse-will-kill-us-all"; @@ -154,9 +140,9 @@ declare module 'astro:content' { collection: "posts"; data: InferEntrySchema<"posts"> } & { render(): Render[".md"] }; -"netflix-do-better.md": { - id: "netflix-do-better.md"; - slug: "netflix-do-better"; +"my-site-building-journey.md": { + id: "my-site-building-journey.md"; + slug: "my-site-building-journey"; body: string; collection: "posts"; data: InferEntrySchema<"posts"> @@ -168,13 +154,6 @@ declare module 'astro:content' { collection: "posts"; data: InferEntrySchema<"posts"> } & { render(): Render[".md"] }; -"why-the-world-might-not-be-falling-apart.md": { - id: "why-the-world-might-not-be-falling-apart.md"; - slug: "why-the-world-might-not-be-falling-apart"; - body: string; - collection: "posts"; - data: InferEntrySchema<"posts"> -} & { render(): Render[".md"] }; }; }; diff --git a/src/content/posts/adguard-home-setup.md b/src/content/posts/adguard-home-setup.md deleted file mode 100644 index b5587fcf..00000000 --- a/src/content/posts/adguard-home-setup.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: AdGuard Home setup -description: A Blog post covering my DNS filtering setup. -publishedAt: 2024-03-31 ---- - -Writing in progress... diff --git a/src/content/posts/creating-my-website.md b/src/content/posts/creating-my-website.md deleted file mode 100644 index 470ac6fe..00000000 --- a/src/content/posts/creating-my-website.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Creating my website -description: A blog post covering the creation of my personal website. -publishedAt: 2024-03-31 ---- - -Writing in progress... diff --git a/src/content/posts/how-the-metaverse-will-kill-us-all.md b/src/content/posts/how-the-metaverse-will-kill-us-all.md index 48ad59d7..fea1ee7b 100644 --- a/src/content/posts/how-the-metaverse-will-kill-us-all.md +++ b/src/content/posts/how-the-metaverse-will-kill-us-all.md @@ -1,7 +1,27 @@ --- title: How the Metaverse will kill us all. description: Why Zuckerberg's right, and why that's a problem. -publishedAt: 2024-03-31 +publishedAt: 2024-05-05 --- -Writing in progress... +On October 28, 2021, Mark Zuckerberg had become the laughing stock of the internet after rebranding Facebook to Meta Platforms as part of his efforts to create an online Metaverse. + +Three years later, it’s looking increasingly like the internet is becoming the laughing stock of Mark Zuckerberg, as the Metaverse grows ever closer to reality. + +In all honesty, I think the primary reason for backlash against the metaverse was that people didn’t really understand what it was or what it was intended to do. At its core, the Metaverse is more of a concept than a select product. The idea is based on the fact that over time our lives have become exponentially digitised. For example, a decade ago social media didn’t go beyond communicating with people you had already met in real life. Nowadays, a large proportion of the people we meet, we meet on social media. + +Therefore, if this trend continues, it logically follows that our entire lives will occur online. This is the purpose of the Metaverse. It seeks to be the sole place that we work, the sole place that we relax, and the sole place that we really exist. In the long run, this technology will likely be combined with some form of automated life support technology that allows us to exist without needing to consider our physical existence at all. + +The problem lies in obvious question that this poses: What will stop this from turning into the matrix? The answer is simply not much. However, I don’t think that this will stop the adoption of this technology. For example, it is common knowledge how digital advertising tools from social media platforms have been, and likely will continue to be, abused to manipulate public opinion for nefarious purposes such as electoral manipulation. People continue to use these platforms regardless. + +The point is that everyone understands that what these companies are doing is ultimately bad for everyone except those personally invested in the company. Again, the userbases of these companies continue to grow at a stable rate. + +This is the root of the problem that we face. These companies, among many others, prove that if a product is appealing enough in the short-term, people will use it even if they know it will do massive damage to them in the long term. + +A good example of this are things like gambling, pornography, and fast food. Each extremely profitable industries that exist due to their ability to hijack the human brain’s reward pathways. For example, gambling hijacks the human risk-reward pathways that were designed to make humans take the risks required for the species to progress. If early humans discovered a new plant, the only way to find out if it was safe to eat would be to try. If one population contained individuals that wouldn’t try anything new and another contained individuals that would occasionally try something new, the population that tried new things would gain a significant evolutionary advantage. This is also the basis for curiosity. + +However, this system was refined in a world that looked very different to ours. We as humans (sadly, in only the majority of cases) are not scavenging for any food that is available on a day-to-day basis. This means that this system no longer makes sense. However, we have not been in this position for long enough for this to have evolved away. Therefore, we are left susceptible to exploitation through it. + +This is the same mechanism by which we will be susceptible to the metaverse. If the metaverse can offer us an illusion of everything we could ever imagine, our reward systems will once again be hijacked because as far as our reward pathways are concerned, literal paradise is available to us if only we remain plugged into the headset. Even if we know it’s fake. Even if we know it’s bad for us. We just won’t be able to stop. + +In a single sentence: Meta really is on a highway to creating the real-life matrix. diff --git a/src/content/posts/im-boycotting-meta-heres-why.md b/src/content/posts/im-boycotting-meta-heres-why.md index 6ea8d7f7..4ef76dc8 100644 --- a/src/content/posts/im-boycotting-meta-heres-why.md +++ b/src/content/posts/im-boycotting-meta-heres-why.md @@ -1,7 +1,7 @@ --- title: I'm Boycotting Meta. Here's Why. description: Why we can't let Meta continue getting away with things. -publishedAt: 2024-05-05 +publishedAt: 2024-03-31 --- Writing in progress... diff --git a/src/content/posts/my-site-building-journey.md b/src/content/posts/my-site-building-journey.md new file mode 100644 index 00000000..2f34906a --- /dev/null +++ b/src/content/posts/my-site-building-journey.md @@ -0,0 +1,7 @@ +--- +title: My Site Building Journey. +description: How I went from block-stacker to site programmer. +publishedAt: 2024-03-31 +--- + +Writing in progress... diff --git a/src/content/posts/netflix-do-better.md b/src/content/posts/netflix-do-better.md deleted file mode 100644 index f1503998..00000000 --- a/src/content/posts/netflix-do-better.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Netflix, Do Better -description: Why you don't need 400kb of JS to write "Hello World!!" -publishedAt: 2024-03-31 ---- - -Writing in progress... diff --git a/src/content/posts/why-the-world-might-not-be-falling-apart.md b/src/content/posts/why-the-world-might-not-be-falling-apart.md deleted file mode 100644 index 0788ac68..00000000 --- a/src/content/posts/why-the-world-might-not-be-falling-apart.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Why the world might not be falling apart. -description: New Optimism and why democracy might be working as intended. -publishedAt: 2024-03-31 ---- - -Writing in progress... diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index f4c72ebe..bc8d1726 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -42,14 +42,24 @@ const { Content } = await post.render();
- ++
{post.data.description}
-