images
BIN
assets/.DS_Store
vendored
BIN
assets/img/large.png
Executable file → Normal file
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 2.2 MiB |
BIN
assets/img/medium.png
Executable file → Normal file
Before Width: | Height: | Size: 861 KiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 60 KiB |
BIN
assets/img/small.png
Executable file → Normal file
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 535 KiB |
89
index.html
|
@ -1,54 +1,47 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<title>despera.space</title>
|
||||||
<title>Under Construction</title>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #000;
|
|
||||||
color: #fff;
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 4rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 2rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
margin-top: 3rem;
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
blink {
|
|
||||||
animation: blinker 1s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>This page is under construction</h1>
|
<h1>IDs</h1>
|
||||||
<p>We're working on something awesome and can't wait to share it with you!</p>
|
<ul>
|
||||||
<img src="assets/img/shitsonfire.gif" alt="Construction image">
|
<li>NPUB: npub1nmk2399jazpsup0vsm6dzxw7gydzm5atedj4yhdkn3yx7jh7tzpq842975</li>
|
||||||
<p><blink>COMING SOON...</blink></p>
|
<li>NIP06: iru@ this domain</li>
|
||||||
<div>
|
<li>GPG: 346E183810495044247B679588AC275438296481</li>
|
||||||
<i class="fas fa-desktop"></i> Best viewed on 800x600<br>
|
<li>Matrix: iru@ this domain</li>
|
||||||
<i class="fab fa-netscape"></i> Optimized for Netscape Navigator
|
<li>Stacker News: @iru</li>
|
||||||
</div>
|
<li>Github: irusensei
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<h2>Stuff</h2>
|
||||||
|
<p>I've did some stuff</p>
|
||||||
|
|
||||||
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|