Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
first article and article page tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebaskervil committed May 5, 2024
1 parent 5162e33 commit 8c66816
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 58 deletions.
27 changes: 3 additions & 24 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand 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">
Expand All @@ -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"] };
};

};
Expand Down
7 changes: 0 additions & 7 deletions src/content/posts/adguard-home-setup.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/content/posts/creating-my-website.md

This file was deleted.

24 changes: 22 additions & 2 deletions src/content/posts/how-the-metaverse-will-kill-us-all.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/content/posts/im-boycotting-meta-heres-why.md
Original file line number Diff line number Diff line change
@@ -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...
7 changes: 7 additions & 0 deletions src/content/posts/my-site-building-journey.md
Original file line number Diff line number Diff line change
@@ -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...
7 changes: 0 additions & 7 deletions src/content/posts/netflix-do-better.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/content/posts/why-the-world-might-not-be-falling-apart.md

This file was deleted.

16 changes: 13 additions & 3 deletions src/pages/posts/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,24 @@ const { Content } = await post.render();
</style>
<div class="background-animation"></div>

<article class="prose mx-auto w-full max-w-full flex-col"></article>
<article class="prose mx-auto w-full max-w-full flex-col">
<h1 class="text-4xl font-bold mb-4">
{post.data.title}
</h1>
<p class="mt-0 mb-10" style="opacity: 0.8; font-style: italic;">
<p class="mt-0 mb-10" style="font-style: italic;">
{post.data.description}
</p>
<Content />
<Content id="content" />
</article>
<script>
const content = document.getElementById('content');
const style = document.createElement('style');
style.textContent = 'p { color: #ffffff; }';
if (content) {
if (content && content.shadowRoot) {
content.shadowRoot.appendChild(style);
}
}
</script>
</Layout>
<Analytics />

0 comments on commit 8c66816

Please sign in to comment.