release: 2026-04-22-020858

This commit is contained in:
He4eT 2026-04-22 02:08:58 +02:00
commit ea6dd3ed9a
80 changed files with 6955 additions and 0 deletions

125
docs/about/index.html Normal file
View file

@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<title>
about | oddsquat
</title>
<meta name="description" content="General info about this website and the author.">
<link rel="preload" href="/fonts/open_sans_condensed-32.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans_condensed-27.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-25.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-24.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/open_sans-17.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
<link rel="stylesheet" type="text/css" href="/css/typography.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<div class="stripesContainer">
<div class="stripes">
</div>
</div>
<header>
<nav>
<ul>
<li><a href="/">oddsquat</a></li>
<li>about</li>
</ul>
</nav>
</header>
<main>
<article>
<div style='margin-bottom: 1.5rem;'>
<details>
<summary style='cursor: pointer; display: inline;'>
Hello,
my&nbsp;name is&nbsp;<strong>He4eT</strong>.
</summary>
<p style='margin-left: 0.5rem;'>
Its a&nbsp;Latin transliteration and
is&nbsp;read as&nbsp;“Nechet” [ˈnʲet͡ɕet].<br>
The name comes from the Russian word “нечет”,
a&nbsp;short form of&nbsp;“нечётный”,
a&nbsp;mathematical term meaning “odd”.
</p>
</details>
</div>
<p>
Im a&nbsp;front-end developer and a&nbsp;big fan of&nbsp;open-source,
customization, and minimalist software.<br>
Member of&nbsp;the
<a href='https://t.me/barbadbar' target='_blank'>BadBar</a> crew,
part of&nbsp;the
<a href='https://decentrala.org' target='_blank'>Decentrala</a>
and <a href='https://xecut.me' target='_blank'>Xecut</a> communities.
</p>
<p>
<strong>Oddsquat</strong> is&nbsp;my&nbsp;own private fanzine
about experiments, code, and other cyberpunk stuff.<br>
<a href='/rss.xml'>RSS feed</a> available.
</p>
<hr>
<ul>
<li>Email: <a href='mailto:He4eT@oddsquat.org' target='_blank'>He4eT@oddsquat.org</a></li>
<li>Telegram: <a href='https://t.me/He4eT' target='_blank'>@He4eT</a></li>
<li>XMPP:
<ul>
<li><a href='xmpp:He4eT@pod.oddsquat.org' target='_blank'>He4eT@pod.oddsquat.org</a></li>
<li><a href='xmpp:He4eT@dmz.rs' target='_blank'>He4eT@dmz.rs</a></li>
</ul>
</li>
<li>Fediverse:
<ul>
<li><a href='https://c.im/@He4eT' target='_blank'>@He4eT@c.im</a></li>
<li><a href='https://techhub.social/@He4eT' target='_blank'>@He4eT@techhub.social</a></li>
</ul>
</li>
<li>Code:
<ul>
<li><a href='https://github.com/He4eT' target='_blank'>github.com/He4eT</a></li>
<li><a href='https://pod.oddsquat.org/git/He4eT' target='_blank'>pod.oddsquat.org/git/He4eT</a></li>
</ul>
</li>
</ul>
<p>
<a href='/about/keys'>Public keys and fingerprints</a> available.
</p>
</article>
</main>
<footer>
</footer>
<script async
data-goatcounter="https://he4et.goatcounter.com/count"
src="https://gc.zgo.at/count.js"></script>
</body>
</html>