Skip to content

Commit 39be191

Browse files
committed
Anubis works.
Signed-off-by: Xe Iaso <[email protected]>
1 parent 76b159b commit 39be191

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

lume/src/_components/XeblogHero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface XeblogHeroProps {
77
export default function XeblogHero({ ai, file, prompt }: XeblogHeroProps) {
88
return (
99
<>
10-
<figure className="hero not-prose w-full">
10+
<figure className="hero not-prose w-full mx-auto">
1111
<picture>
1212
<source
1313
type="image/avif"

lume/src/_includes/blog.njk

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ layout: base.njk
3030
{% endif %}
3131

3232
{% if hero %}
33-
{{ comp.XeblogHero(hero) | safe }}
33+
<center>
34+
{{ comp.XeblogHero(hero) | safe }}
35+
</center>
3436
<small class="text-xs text-fg-3 dark:text-fgDark-3 mb-2 mx-auto">{{hero.prompt}} - {{hero.ai}}</small>
3537
{% endif %}
3638

lume/src/notes/2025/anubis-works.mdx

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: "Anubis works"
3+
desc: ""
4+
date: 2025-04-12
5+
hero:
6+
ai: "Meme generated on imgflip.com"
7+
file: dominos-un
8+
prompt: "A 'domino effect' meme starting with 'Amazon takes out my Git server' and ending with 'Software deployed by the United Nations'."
9+
---
10+
11+
That meme is not an understatement, [Anubis](https://anubis.techaro.lol) has been deployed by the United Nations.
12+
13+
For your amusement, here is how the inner monologue of me finding out about this went:
14+
15+
<ConvP>
16+
<Conv name="Aoi" mood="wut">
17+
What. You can't be serious, can you?
18+
</Conv>
19+
<Conv name="Cadey" mood="coffee">
20+
[It's real](https://policytoolbox.iiep.unesco.org/).
21+
</Conv>
22+
<Conv name="Aoi" mood="wut">
23+
No, that can't be a real domain of the United Nations, can it?
24+
</Conv>
25+
<Conv name="Cadey" mood="coffee">
26+
[Wikipedia lists `unesco.org`](https://en.wikipedia.org/wiki/UNESCO) as the
27+
official domain of the United Nations Educational, Scientific and Cultural
28+
Organization. I'm pretty sure it's real.
29+
</Conv>
30+
<Conv name="Aoi" mood="sus">
31+
No way. No fucking way. What the heck, how is this real. What is YOUR
32+
LIFE??? God I got the worst 2025 bingo card this year.
33+
</Conv>
34+
</ConvP>
35+
36+
I hate to shake my can and ask for donations, but if you are using Anubis and it helps, please [donate on Patreon](https://patreon.com/cadey). I would really love to not have to work in generative AI anymore because the doublethink is starting to wear at my soul.
37+
38+
Also, do I happen to know anyone at UNESCO? I would love to get in touch with their systems administrator team and see if they had any trouble with setting it up. I'm very interested in making it easier to install.
39+
40+
This makes the big deployments that I know about include:
41+
42+
- The Linux Kernel Mailing List archives
43+
- FreeBSD's SVN (and soon git)
44+
- SourceHut
45+
- FFmpeg
46+
- Wine
47+
- UNESCO
48+
- The Science Olympiad Student Center
49+
- Enlightenment (the desktop environment)
50+
51+
The conversation I'm about to have with my accountant is going to be one of the most surreal conversations of all time.
52+
53+
The part that's the most wild to me is when I stop and consider the scale of these organizations. I think that this means that the problem is _much worse_ than I had previously anticipated. I know that at some point YouTube was about to hit "the inversion" where they get more bot traffic than they get human traffic. I wonder how much this is true across most of, if not all of the Internet right now.
54+
55+
I guess this means that I really need to start putting serious amounts of effort into Anubis and the stack around it. The best way that can be ensured is if I can get enough money to survive so I can put my full time effort into it. I may end up hiring people.
56+
57+
This is my life now. Follow me [on Bluesky](https://bsky.app/profile/xeiaso.net) if you want to know when the domino meme gets more ridiculous!

0 commit comments

Comments
 (0)