This commit is contained in:
Iru Sensei 2023-10-16 13:38:20 +02:00
parent 1f28b423c6
commit 3a17d3f30e
No known key found for this signature in database
GPG key ID: 868D5BFBF4FAEB93
8 changed files with 45 additions and 52 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
assets/.DS_Store vendored

Binary file not shown.

BIN
assets/img/large.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
assets/img/medium.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

BIN
assets/img/small.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 412 KiB

After

Width:  |  Height:  |  Size: 535 KiB

View file

@ -1,54 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Under Construction</title>
<style>
body {
background-color: #000;
color: #fff;
font-family: Arial, sans-serif;
text-align: center;
}
<html>
<head>
<title>despera.space</title>
</head>
<body>
<h1>IDs</h1>
<ul>
<li>NPUB: npub1nmk2399jazpsup0vsm6dzxw7gydzm5atedj4yhdkn3yx7jh7tzpq842975</li>
<li>NIP06: iru@ this domain</li>
<li>GPG: 346E183810495044247B679588AC275438296481</li>
<li>Matrix: iru@ this domain</li>
<li>Stacker News: @iru</li>
<li>Github: irusensei
</ul>
h1 {
font-size: 4rem;
margin-top: 2rem;
}
<h2>About Me</h2>
<p>I LARP as being a developer when in truth I'm more of an infrastructure person. I can code but not as efficient as a proper developer.</p>
p {
font-size: 2rem;
margin-top: 2rem;
}
<h2>Stuff I do and like</h2>
<ul>
<li>I run most of my infrastructure. You can find details about this server in the links section.</li>
<li>I run the only 9Front Bitcoin and Lightning node on the planet. Feel free to come forward and contest that.</li>
<li>Saving struggling large complex elegant projects with ugly shell scripts.</li>
<li>I walk more than the average person every day for no particular reason.</li>
<li>Lately I've been enjoying making inocent AI large language models running on my computers to say <a href="https://snort.social/e/note19jk50s383x9hckfksjzhzm4yy0jah73dh8t7heflz7ml3xsthsnsnwqceh">questionable things<a>.</li>
<li>I'm kinda weeb. Used to be more. Have a collection of bishoujo PVC scale figurines I refuse to part.</li>
</ul>
img {
margin-top: 3rem;
max-width: 100%;
height: auto;
}
<h2>Stuff I reluctantly do</h2>
<ul>
<li>Containers, CI/CD, kubernetes, terraform, buzzwords. Its not that I dislike those things but when you wage slave in cattle-not-pets country you can't wait to return home and tend to your server named after some weird character.</li>
<li>"devops". Its a buzzword for shell scripts, shell scripts declared on yaml files and shell scripts running on go runtime.</li>
<li>I currently work for the evil empire. I cry in the shower every night but they sponsor my visa.</li>
</ul>
blink {
animation: blinker 1s linear infinite;
}
<h2>Stuff</h2>
<p>I've did some stuff</p>
@keyframes blinker {
50% {
opacity: 0;
}
}
</style>
<link rel="icon" type="image/png" href="/assets/img/under-construction-icon-512.png">
<link rel="shortcut icon" href="/assets/img/under-construction-icon-512.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/assets/css/all.min.css">
</head>
<body>
<h1>This page is under construction</h1>
<p>We're working on something awesome and can't wait to share it with you!</p>
<img src="assets/img/shitsonfire.gif" alt="Construction image">
<p><blink>COMING SOON...</blink></p>
<div>
<i class="fas fa-desktop"></i> Best viewed on 800x600<br>
<i class="fab fa-netscape"></i> Optimized for Netscape Navigator
</div>
</body>
<h2>Links</h2>
<ul>
<li><a href="https://repo.despera.space">https://repo.despera.space</a> My local repos. Most are Git{hub,lab} mirrors. I use those to build my own docker images. Gitea is underrated.</li>
<li><a href="https://repo.despera.space/iru/thisserver">https://repo.despera.space/iru/thisserver</a> This server config, specs and docs. Yeap its containers (podman).</li>
<li><a href="https://repo.despera.space/iru/ahriman">https://repo.despera.space/iru/ahriman</a> Pet project to produce a FreeBSD based Bitcoin node solution.</li>
</ul>
</body>
</html>