aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-02-16 20:04:46 -0800
committerXe Iaso <me@xeiaso.net>2024-02-16 20:04:46 -0800
commit6dbdd649eb178cedcc141169d9920729d323c6a5 (patch)
treef5ae7fbc642ced5490c98244a5b09777d402cfe2
parent7b308635ad033c6b5318260a4fe53866f1664378 (diff)
downloadxesite-6dbdd649eb178cedcc141169d9920729d323c6a5.tar.xz
xesite-6dbdd649eb178cedcc141169d9920729d323c6a5.zip
mark these stories as about techaro
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/src/blog/alvis.mdx9
-rw-r--r--lume/src/blog/incredible-xeact-journey.mdx6
-rw-r--r--lume/src/blog/protos.mdx8
-rw-r--r--lume/src/blog/sine.mdx1
-rw-r--r--lume/src/blog/sleeping-the-technical-interview.mdx1
-rw-r--r--lume/src/landing/alvis.jsx2
-rw-r--r--lume/src/landing/alvis/P0001.md4
-rw-r--r--lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx13
-rw-r--r--lume/src/shitposts/2024/techaro-layoffs.mdx1
9 files changed, 30 insertions, 15 deletions
diff --git a/lume/src/blog/alvis.mdx b/lume/src/blog/alvis.mdx
index 1f1b405..7f9acd6 100644
--- a/lume/src/blog/alvis.mdx
+++ b/lume/src/blog/alvis.mdx
@@ -1,6 +1,7 @@
---
title: Alvis
date: 2023-10-09
+series: techaro
tags:
- ai
- fiction
@@ -129,12 +130,16 @@ He woke up the next morning and found that Alvis had restarted the website again
Hey, I found something really cool yesterday that I think we could get a lot
of value out of.
</ChatBubble>
- <ChatBubble bg="red-600" reply>What is it?</ChatBubble>
+ <ChatBubble bg="red-600" reply>
+ What is it?
+ </ChatBubble>
<ChatBubble bg="emerald-300" fg="slate-900">
It's called [Alvis](/landing/alvis/). It's an AI that can respond to
incidents for us. It'll even write the postmortem documents for us.
</ChatBubble>
- <ChatBubble bg="red-600" reply>That sounds really cool. How does it work?</ChatBubble>
+ <ChatBubble bg="red-600" reply>
+ That sounds really cool. How does it work?
+ </ChatBubble>
<ChatBubble bg="emerald-300" fg="slate-900">
The power of AI! It's really cool, it kept me from getting woken up last
night.
diff --git a/lume/src/blog/incredible-xeact-journey.mdx b/lume/src/blog/incredible-xeact-journey.mdx
index ad30b16..b87a0c2 100644
--- a/lume/src/blog/incredible-xeact-journey.mdx
+++ b/lume/src/blog/incredible-xeact-journey.mdx
@@ -1,7 +1,7 @@
---
title: "Our incredible journey with Xeact"
date: 2023-10-29
-series: xeact
+series: ["techaro", "xeact"]
tags:
- xeact
- retirement
@@ -45,7 +45,9 @@ Your data is safe and secure. Trust us, bro.
We want to assure you that we're here to partner with you through this transition. If you have any questions, please reach out to us via [email](mailto:techaroacquistion@xeserv.us). We're here to help.
export const Note = ({ children }) => (
- <div className="mx-auto mt-4 mb-2 rounded-lg bg-bg-2 p-4 dark:bg-bgDark-2 md:max-w-lg xe-dont-newline">{children}</div>
+ <div className="mx-auto mt-4 mb-2 rounded-lg bg-bg-2 p-4 dark:bg-bgDark-2 md:max-w-lg xe-dont-newline">
+ {children}
+ </div>
);
<Note>
diff --git a/lume/src/blog/protos.mdx b/lume/src/blog/protos.mdx
index 79711f2..6883cd1 100644
--- a/lume/src/blog/protos.mdx
+++ b/lume/src/blog/protos.mdx
@@ -1,6 +1,7 @@
---
title: Protos
date: 2023-03-29
+series: techaro
tags:
- ai
- fiction
@@ -16,9 +17,10 @@ hero:
features in code and how the market reacted to that. I recently rediscovered
it and I feel that now is the time to write it for real.
- This is a work of fiction. Names, characters, business, events and incidents are
- the products of the author’s imagination. Any resemblance to actual persons, living
- or dead, or actual events is purely coincidental.
+This is a work of fiction. Names, characters, business, events and incidents are
+the products of the author’s imagination. Any resemblance to actual persons, living
+or dead, or actual events is purely coincidental.
+
</XeblogConv>
One day, Jeff stretched at his desk while he was puzzling out the
diff --git a/lume/src/blog/sine.mdx b/lume/src/blog/sine.mdx
index a522c89..95892c2 100644
--- a/lume/src/blog/sine.mdx
+++ b/lume/src/blog/sine.mdx
@@ -4,6 +4,7 @@ date: 2023-09-30
tags:
- fiction
- ai
+series: techaro
hero:
ai: Anything V3
file: cisco-vibes
diff --git a/lume/src/blog/sleeping-the-technical-interview.mdx b/lume/src/blog/sleeping-the-technical-interview.mdx
index 00a8012..80e6c1e 100644
--- a/lume/src/blog/sleeping-the-technical-interview.mdx
+++ b/lume/src/blog/sleeping-the-technical-interview.mdx
@@ -2,6 +2,7 @@
title: Sleeping Through the Technical Interview
date: 2022-09-14
author: sephiraloveboo
+series: techaro
tags:
- haskell
- parable
diff --git a/lume/src/landing/alvis.jsx b/lume/src/landing/alvis.jsx
index 13acedc..b4f44eb 100644
--- a/lume/src/landing/alvis.jsx
+++ b/lume/src/landing/alvis.jsx
@@ -8,6 +8,8 @@ import IconArmchair from "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/armchai
export const layout = "bare.njk";
export const title = "Alvis - Never get paged again";
+export const year = "2023";
+export const series = "techaro";
export const Header = ({ active }) => {
const menus = [
diff --git a/lume/src/landing/alvis/P0001.md b/lume/src/landing/alvis/P0001.md
index 3df252c..b961e24 100644
--- a/lume/src/landing/alvis/P0001.md
+++ b/lume/src/landing/alvis/P0001.md
@@ -2,6 +2,8 @@
title: "Incident Summary for Incident P0001"
date: 2023-10-08
layout: blog.njk
+year: 2023
+series: techaro
---
## Summary
@@ -38,4 +40,4 @@ To prevent similar incidents in the future, the following steps will be taken:
6. Document incident response procedures: Document clear and concise procedures for responding to incidents like health check failures. This will ensure a consistent and efficient response from the operations team in the future.
-By implementing these measures, we aim to minimize the occurrence of similar incidents and maintain the reliability and availability of the xe-pronouns service. \ No newline at end of file
+By implementing these measures, we aim to minimize the occurrence of similar incidents and maintain the reliability and availability of the xe-pronouns service.
diff --git a/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx b/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
index f49cca9..ebe4eb1 100644
--- a/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
+++ b/lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
@@ -1,16 +1,15 @@
---
title: LinkedIn post about the Xeact acquisition by Techaro
date: 2023-10-29
+series: ["techaro", "xeact"]
---
<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. Hope this amuses you!
-
- This post was written out by hand and then translated into LinkedIn
- Voice by ChatGPT. I was inspired by the tone and flavor of things in
- [Our Incredible Journey](https://ourincrediblejourney.tumblr.com/)
+ 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.
+ Hope this amuses you! This post was written out by hand and then translated
+ into LinkedIn Voice by ChatGPT. I was inspired by the tone and flavor of
+ things in [Our Incredible Journey](https://ourincrediblejourney.tumblr.com/)
and decided to see what would happen if I fully sent it.
</XeblogConv>
diff --git a/lume/src/shitposts/2024/techaro-layoffs.mdx b/lume/src/shitposts/2024/techaro-layoffs.mdx
index 77cd49e..c71b0ba 100644
--- a/lume/src/shitposts/2024/techaro-layoffs.mdx
+++ b/lume/src/shitposts/2024/techaro-layoffs.mdx
@@ -2,6 +2,7 @@
title: "A message from Techaro's founder, Edwin Allison"
date: 2024-01-23
type: blog
+series: techaro
hero:
ai: "Photo by Andrea Piacquadio, source: Pexels"
file: sad-business-man