aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-02-16 20:31:54 -0800
committerXe Iaso <me@xeiaso.net>2024-02-16 20:31:54 -0800
commitdc946433ba5d39359000f43258c35ffdb57c95ee (patch)
tree4ffad1c4b5fdf9f22b0f16d6c1f5c1b41b76901e
parent6dbdd649eb178cedcc141169d9920729d323c6a5 (diff)
downloadxesite-dc946433ba5d39359000f43258c35ffdb57c95ee.tar.xz
xesite-dc946433ba5d39359000f43258c35ffdb57c95ee.zip
add techaro fiction disclaimer to some backlog posts
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/_config.ts4
-rw-r--r--lume/src/_components/TecharoDisclaimer.jsx18
-rw-r--r--lume/src/blog/2022/2022-media.mdx (renamed from lume/src/blog/2022-media.mdx)1
-rw-r--r--lume/src/blog/2022/3d-printing-openscad.mdx (renamed from lume/src/blog/3d-printing-openscad-2022-03-28.mdx)1
-rw-r--r--lume/src/blog/2022/_data.yml1
-rw-r--r--lume/src/blog/alvis.mdx31
-rw-r--r--lume/src/blog/protos.mdx2
-rw-r--r--lume/src/blog/sine.mdx44
-rw-r--r--lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx2
-rw-r--r--lume/src/shitposts/2024/techaro-layoffs.mdx2
-rw-r--r--lume/src/talks/2024/xeact.mdx2
11 files changed, 35 insertions, 73 deletions
diff --git a/lume/_config.ts b/lume/_config.ts
index 5f3c866..7cfdec0 100644
--- a/lume/_config.ts
+++ b/lume/_config.ts
@@ -20,6 +20,8 @@ import BlockQuote from "./src/_components/BlockQuote.jsx";
import ChatFrame from "./src/_components/ChatFrame.jsx";
import ChatBubble from "./src/_components/ChatBubble.jsx";
import Figure from "./src/_components/Figure.tsx";
+import LoadingSpinner from "./src/_components/LoadingSpinner.jsx";
+import TecharoDisclaimer from "./src/_components/TecharoDisclaimer.jsx";
import XeblogConv from "./src/_components/XeblogConv.tsx";
import XeblogHero from "./src/_components/XeblogHero.tsx";
import XeblogPicture from "./src/_components/XeblogPicture.tsx";
@@ -75,6 +77,8 @@ site.use(mdx({
"ChatBubble": ChatBubble,
"Figure": Figure,
"Image": Figure,
+ "LoadingSpinner": LoadingSpinner,
+ "TecharoDisclaimer": TecharoDisclaimer,
"XeblogConv": XeblogConv,
"XesiteConv": XeblogConv,
"XeblogHero": XeblogHero,
diff --git a/lume/src/_components/TecharoDisclaimer.jsx b/lume/src/_components/TecharoDisclaimer.jsx
new file mode 100644
index 0000000..0e4ed37
--- /dev/null
+++ b/lume/src/_components/TecharoDisclaimer.jsx
@@ -0,0 +1,18 @@
+export default function TecharoDisclaimer() {
+ return (
+ <>
+ <link
+ rel="stylesheet"
+ href="https://cdn.xeiaso.net/file/christine-static/static/font/inter/inter.css"
+ />
+ <div className="font-['Inter'] text-2xl mx-auto mt-4 mb-2 rounded-lg bg-bg-2 p-4 dark:bg-bgDark-2 md:max-w-3xl font-extrabold xe-dont-newline">
+ This post is a work of fiction. All events, persons, companies, and other
+ alignment with observable reality are the product of the author’s imagination
+ and are either purely coincidence or used in a fictitious manner. These serve
+ as backdrops to characters and their actions, which are wholly imaginary. The
+ company Techaro as depicted in <a href="/blog/series/techaro">these stories</a>, does not
+ exist and is purely a vehicle for satire and storytelling.
+ </div>
+ </>
+ );
+} \ No newline at end of file
diff --git a/lume/src/blog/2022-media.mdx b/lume/src/blog/2022/2022-media.mdx
index 1eea348..43c89ae 100644
--- a/lume/src/blog/2022-media.mdx
+++ b/lume/src/blog/2022/2022-media.mdx
@@ -1,6 +1,7 @@
---
title: Media I experienced in 2022
date: 2022-12-27
+basename: ../2022-media
tags:
- fhqwhgads
---
diff --git a/lume/src/blog/3d-printing-openscad-2022-03-28.mdx b/lume/src/blog/2022/3d-printing-openscad.mdx
index 2272830..dfa0a74 100644
--- a/lume/src/blog/3d-printing-openscad-2022-03-28.mdx
+++ b/lume/src/blog/2022/3d-printing-openscad.mdx
@@ -1,6 +1,7 @@
---
title: Compiling Code to Matter in My Living Room
date: 2022-03-28
+basename: ../3d-printing-openscad-2022-03-28
tags:
- openscad
- 3dprinting
diff --git a/lume/src/blog/2022/_data.yml b/lume/src/blog/2022/_data.yml
new file mode 100644
index 0000000..f5eb965
--- /dev/null
+++ b/lume/src/blog/2022/_data.yml
@@ -0,0 +1 @@
+year: 2022
diff --git a/lume/src/blog/alvis.mdx b/lume/src/blog/alvis.mdx
index 7f9acd6..854cdda 100644
--- a/lume/src/blog/alvis.mdx
+++ b/lume/src/blog/alvis.mdx
@@ -11,36 +11,7 @@ hero:
ai: "SCMix"
---
-export function ChatFrame({ children }) {
- return (
- <>
- <div className="w-full space-y-4 p-4">{children}</div>
- </>
- );
-}
-
-export function ChatBubble({
- reply = false,
- bg = "blue-dark",
- fg = "slate-50",
- children,
-}) {
- return (
- <div className={`mx-auto w-full ${reply ? "" : "space-y-4"}`}>
- <div className={`flex ${reply ? "justify-start" : "justify-end"}`}>
- <div className={`flex w-11/12 ${reply ? "" : "flex-row-reverse"}`}>
- <div
- className={`relative max-w-xl rounded-xl ${
- reply ? "rounded-tl-none" : "rounded-tr-none"
- } bg-${bg} px-4 py-2`}
- >
- <span className={`font-medium text-${fg}`}>{children}</span>
- </div>
- </div>
- </div>
- </div>
- );
-}
+<TecharoDisclaimer />
Sleep. It's such a lovely feeling. The taste of total obliteration that comes when you hit the pillow. Jared was peacefully asleep and dreaming of a world much like his own. One with capitalism and money and all of the other problems that bother us all. In the blissful silence of his bedroom, he was at peace.
diff --git a/lume/src/blog/protos.mdx b/lume/src/blog/protos.mdx
index 6883cd1..25d09c7 100644
--- a/lume/src/blog/protos.mdx
+++ b/lume/src/blog/protos.mdx
@@ -11,6 +11,8 @@ hero:
prompt: 1guy, laptop, open office
---
+<TecharoDisclaimer />
+
<XeblogConv name="Cadey" mood="coffee">
On July 13, 2020, I was inspired to write out the outline for a short science
fiction / horror story about a generative AI being able to write entire
diff --git a/lume/src/blog/sine.mdx b/lume/src/blog/sine.mdx
index 95892c2..2ef09d8 100644
--- a/lume/src/blog/sine.mdx
+++ b/lume/src/blog/sine.mdx
@@ -11,49 +11,7 @@ hero:
prompt: "1girl, green hair, green eyes, tshirt, skirt, sneakers, san francisco, bridge, ahoge, round eyes, long hair, chromatic abberation"
---
-export function ChatFrame({ children }) {
- return (
- <>
- <div className="w-full space-y-4 p-4">{children}</div>
- </>
- );
-}
-
-export function ChatBubble({
- reply = false,
- bg = "blue-dark",
- fg = "slate-50",
- children,
-}) {
- return (
- <div className={`mx-auto w-full ${reply ? "" : "space-y-4"}`}>
- <div className={`flex ${reply ? "justify-start" : "justify-end"}`}>
- <div className={`flex w-11/12 ${reply ? "" : "flex-row-reverse"}`}>
- <div
- className={`relative max-w-xl rounded-xl ${
- reply ? "rounded-tl-none" : "rounded-tr-none"
- } bg-${bg} px-4 py-2`}
- >
- <span className={`font-medium text-${fg}`}>{children}</span>
- </div>
- </div>
- </div>
- </div>
- );
-}
-
-export function LoadingSpinner() {
- return (
- <div
- class="inline-block mt-2 h-8 w-8 animate-spin rounded-full border-4 border-solid border-current border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"
- role="status"
- >
- <span class="!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]">
- Loading...
- </span>
- </div>
- );
-}
+<TecharoDisclaimer />
Jeff pulled out his phone to respond to an incoming notification. He was about to have his first appointment with his therapist. The company health plan had changed recently, so he was curious to see what the new therapist was like. He opened the app and saw a message from his therapist.
diff --git a/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx b/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
index ebe4eb1..219f0c8 100644
--- a/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
+++ b/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
@@ -4,6 +4,8 @@ date: 2023-10-29
series: ["techaro", "xeact"]
---
+<TecharoDisclaimer />
+
<XeblogConv name="Cadey" mood="enby">
Hello, welcome to shitposts! This is an experiment of mine where I keep a copy
of the various "best hits" of things I post to social networks like LinkedIn.
diff --git a/lume/src/shitposts/2024/techaro-layoffs.mdx b/lume/src/shitposts/2024/techaro-layoffs.mdx
index c71b0ba..b17e552 100644
--- a/lume/src/shitposts/2024/techaro-layoffs.mdx
+++ b/lume/src/shitposts/2024/techaro-layoffs.mdx
@@ -9,6 +9,8 @@ hero:
prompt: A forlorn business man resting his head on a brown wall next to a window.
---
+<TecharoDisclaimer />
+
<blockquote className="font-extrabold">
Today, Techaro co-founder and CEO Edwin Allison sent out this email to all
Techaro employees:
diff --git a/lume/src/talks/2024/xeact.mdx b/lume/src/talks/2024/xeact.mdx
index 473009f..3095d3b 100644
--- a/lume/src/talks/2024/xeact.mdx
+++ b/lume/src/talks/2024/xeact.mdx
@@ -16,6 +16,8 @@ Please don't repeat any of the absurd acts mentioned here in production. I am no
Otherwise, kick back, grab a beverage, and enjoy the ride.
+<TecharoDisclaimer />
+
## Video
<XeblogVideo path="talks/2024/xeact" />