mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 11:21:01 +00:00
chore(build): update dist
This commit is contained in:
committed by
github-actions[bot]
parent
7849e417df
commit
62bab2f5c4
@@ -14,8 +14,8 @@
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
<link rel="canonical" href="https://apophenia.news/agi-immortality-the-universal-sequence/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
|
||||
<script type="module" crossorigin src="/assets/main-C_B_-gND.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DHa-d1gv.css">
|
||||
<script type="module" crossorigin src="/assets/main-BbbwHy9c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-BY7BW3j3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<article class="card overflow-hidden">
|
||||
<img src="https://direct-img.link/infinite+hourglass+space+cosmic+immortality" alt="AGI → Immortality → Everything Else" class="h-64 w-full object-cover" />
|
||||
<div class="p-6 sm:p-10">
|
||||
<p class="text-xs uppercase tracking-wide text-zinc-500">February 26, 2026 • [Renox](/author/renox/) and Claude</p>
|
||||
<p class="text-xs uppercase tracking-wide text-zinc-500">February 26, 2026 • <a href="/author/renox/">Renox</a> and Claude</p>
|
||||
<h1 class="mt-2 text-4xl sm:text-5xl font-bold leading-tight">AGI → Immortality → Everything Else</h1>
|
||||
<p class="mt-4 text-zinc-700 max-w-3xl">Why immortality is the inevitable second step after AGI — and why any alien civilization that reaches us has already solved death.</p>
|
||||
<div class="mt-5 flex flex-wrap gap-2">
|
||||
|
||||
File diff suppressed because one or more lines are too long
88
dist/author/renox/index.html
vendored
Normal file
88
dist/author/renox/index.html
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Renox — apophenia.news</title>
|
||||
<meta name="description" content="Renox is the founder of apophenia.news." />
|
||||
<meta property="og:title" content="Renox — apophenia.news" />
|
||||
<meta property="og:description" content="Renox is the founder of apophenia.news." />
|
||||
<meta property="og:type" content="profile" />
|
||||
<meta property="og:url" content="https://apophenia.news/author/renox/" />
|
||||
<meta property="og:image" content="https://direct-img.link/author+profile+minimal+portrait+placeholder" />
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
<link rel="canonical" href="https://apophenia.news/author/renox/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
|
||||
<script type="module" crossorigin src="/assets/main-BbbwHy9c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-BY7BW3j3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<header class="sticky top-0 z-40 border-b border-zinc-200/80 bg-paper/95 backdrop-blur">
|
||||
<div class="shell py-3 flex items-center justify-between gap-4" x-data="{open:false}">
|
||||
<a href="/" class="inline-flex items-center gap-3">
|
||||
|
||||
<svg class="h-10 w-10 brand-glow" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Apophenia News logo">
|
||||
<defs>
|
||||
<linearGradient id="ap-grad" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#4f46e5"/>
|
||||
<stop offset="100%" stop-color="#0ea5e9"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="6" y="6" width="108" height="108" rx="28" fill="#ffffff" stroke="url(#ap-grad)" stroke-width="8"/>
|
||||
<circle cx="36" cy="36" r="8" fill="#4f46e5"/>
|
||||
<circle cx="84" cy="36" r="8" fill="#0ea5e9"/>
|
||||
<circle cx="36" cy="84" r="8" fill="#0ea5e9"/>
|
||||
<circle cx="84" cy="84" r="8" fill="#4f46e5"/>
|
||||
<path d="M36 36L84 84M84 36L36 84M36 36H84M36 84H84" stroke="#111827" stroke-opacity=".6" stroke-width="4" stroke-linecap="round"/>
|
||||
<circle cx="60" cy="60" r="10" fill="#111827"/>
|
||||
</svg>
|
||||
<div>
|
||||
<p class="text-lg leading-none font-bold">apophenia.news</p>
|
||||
<p class="text-xs text-zinc-500">for pattern seekers</p>
|
||||
</div>
|
||||
</a>
|
||||
<button class="sm:hidden p-2 rounded-lg border border-zinc-200 bg-white" @click="open=!open" aria-label="Toggle menu">
|
||||
<i data-lucide="menu" class="h-4 w-4"></i>
|
||||
</button>
|
||||
<nav class="hidden sm:flex items-center gap-6 text-sm">
|
||||
<a href="/">Home</a>
|
||||
<a href="/write/">Become a writer</a>
|
||||
<a href="/rss.xml">RSS</a>
|
||||
</nav>
|
||||
<nav class="sm:hidden absolute left-4 right-4 top-[70px] card p-3" x-show="open" x-transition>
|
||||
<a class="block py-1.5" href="/">Home</a>
|
||||
<a class="block py-1.5" href="/write/">Become a writer</a>
|
||||
<a class="block py-1.5" href="/rss.xml">RSS</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="shell py-10">
|
||||
<article class="card p-6 sm:p-10">
|
||||
<p class="tag mb-3"><i data-lucide="user-round" class="h-3.5 w-3.5"></i>Author</p>
|
||||
<h1 class="text-4xl sm:text-5xl font-bold leading-tight">Renox</h1>
|
||||
|
||||
<div class="mt-8 grid md:grid-cols-[240px,1fr] gap-8 items-start">
|
||||
<div class="h-64 w-full rounded-2xl border border-dashed border-zinc-300 bg-zinc-50/70 flex items-center justify-center text-sm text-zinc-500">
|
||||
Photo coming soon
|
||||
</div>
|
||||
|
||||
<div class="article-prose max-w-none">
|
||||
<p>Renox is the founder of apophenia.news.</p>
|
||||
<p><strong>Contact:</strong> <a href="mailto:planetrenox@pm.me">planetrenox@pm.me</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<footer class="mt-16 border-t border-zinc-200 bg-white/70">
|
||||
<div class="shell py-8 text-sm text-zinc-600 flex flex-col sm:flex-row justify-between gap-2">
|
||||
<p>Apophenia News — finding patterns in the noise since 2026</p>
|
||||
<p>© 2026 apophenia.news</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -14,8 +14,8 @@
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
<link rel="canonical" href="https://apophenia.news/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
|
||||
<script type="module" crossorigin src="/assets/main-C_B_-gND.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DHa-d1gv.css">
|
||||
<script type="module" crossorigin src="/assets/main-BbbwHy9c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-BY7BW3j3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
2
dist/rss.xml
vendored
2
dist/rss.xml
vendored
@@ -5,7 +5,7 @@
|
||||
<link>https://apophenia.news/</link>
|
||||
<description>Signals, anomalies, civilization trajectories, and deep pattern analysis.</description>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 27 Feb 2026 01:37:17 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 27 Feb 2026 01:39:49 GMT</lastBuildDate>
|
||||
<item>
|
||||
<title>AGI → Immortality → Everything Else</title>
|
||||
<link>https://apophenia.news/agi-immortality-the-universal-sequence/</link>
|
||||
|
||||
4
dist/sitemap.xml
vendored
4
dist/sitemap.xml
vendored
@@ -8,6 +8,10 @@
|
||||
<loc>https://apophenia.news/write/</loc>
|
||||
<lastmod>2026-02-27</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://apophenia.news/author/renox/</loc>
|
||||
<lastmod>2026-02-27</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://apophenia.news/agi-immortality-the-universal-sequence/</loc>
|
||||
<lastmod>2026-02-26</lastmod>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
<link rel="canonical" href="https://apophenia.news/when-aliens-arrive-they-already-know-what-youre-thinking/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
|
||||
<script type="module" crossorigin src="/assets/main-C_B_-gND.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DHa-d1gv.css">
|
||||
<script type="module" crossorigin src="/assets/main-BbbwHy9c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-BY7BW3j3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<article class="card overflow-hidden">
|
||||
<img src="https://direct-img.link/alien+mind+reading+glowing+brain+sci-fi" alt="When Aliens Arrive, They Already Know What You're Thinking" class="h-64 w-full object-cover" />
|
||||
<div class="p-6 sm:p-10">
|
||||
<p class="text-xs uppercase tracking-wide text-zinc-500">February 25, 2026 • [Renox](/author/renox/) and Claude Opus 4.6</p>
|
||||
<p class="text-xs uppercase tracking-wide text-zinc-500">February 25, 2026 • <a href="/author/renox/">Renox</a> and Claude Opus 4.6</p>
|
||||
<h1 class="mt-2 text-4xl sm:text-5xl font-bold leading-tight">When Aliens Arrive, They Already Know What You're Thinking</h1>
|
||||
<p class="mt-4 text-zinc-700 max-w-3xl">Why any sufficiently advanced civilization will have inevitably developed telepathy — and what that means for every reported alien encounter in history.</p>
|
||||
<div class="mt-5 flex flex-wrap gap-2">
|
||||
|
||||
4
dist/write/index.html
vendored
4
dist/write/index.html
vendored
@@ -14,8 +14,8 @@
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
<link rel="canonical" href="https://apophenia.news/write/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
|
||||
<script type="module" crossorigin src="/assets/main-C_B_-gND.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DHa-d1gv.css">
|
||||
<script type="module" crossorigin src="/assets/main-BbbwHy9c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-BY7BW3j3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user