2025-02-14 14:34:38 +03:00
|
|
|
<!doctype html>
|
2024-02-29 10:55:51 +03:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-06-14 20:24:58 +03:00
|
|
|
<meta name="description" content="Rain's slonksite" />
|
2024-08-17 19:07:14 +03:00
|
|
|
<meta
|
|
|
|
name="keywords"
|
|
|
|
content="slonkazoid, slonking, slonk.ing, Rain, rust blazingly fast, bingus, webdev, cybersecurity"
|
|
|
|
/>
|
2024-02-29 10:55:51 +03:00
|
|
|
<meta property="og:title" content="slonksite" />
|
2024-06-14 20:24:58 +03:00
|
|
|
<meta property="og:description" content="Rain's slonksite" />
|
2024-02-29 10:55:51 +03:00
|
|
|
<meta property="og:url" content="https://slonk.ing/" />
|
|
|
|
<meta property="og:image" content="https://slonk.ing/img/favicon.png" />
|
2024-06-14 20:24:58 +03:00
|
|
|
<title>Rain's slonksite</title>
|
2024-02-29 10:55:51 +03:00
|
|
|
<link rel="shortcut icon" href="img/favicon.png" type="image/png" />
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<h1>my slonksite</h1>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<p>
|
2024-06-14 20:24:58 +03:00
|
|
|
hi, i'm Rain, or slonkazoid<br />
|
2024-04-19 17:03:25 +03:00
|
|
|
i write code and break computers<br />
|
2024-08-17 19:07:14 +03:00
|
|
|
also see
|
|
|
|
<a href="https://blog.slonk.ing/"><strong>my blog</strong></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
</p>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-09-13 00:21:59 +03:00
|
|
|
<fieldset id="motd">
|
|
|
|
<legend>message of the day</legend>
|
2025-01-21 14:19:55 +03:00
|
|
|
<p>
|
|
|
|
<a href="https://moonlight-mod.github.io/">moonlight</a> is now on
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://flathub.org/apps/io.github.moonlight_mod.moonlight-installer">flathub</a>!! it
|
|
|
|
supports patching the discord flatpak installed with <code>--user</code> (preferred), and
|
|
|
|
installations in .local/share (installed through the tar.gz)!
|
2025-01-21 14:19:55 +03:00
|
|
|
</p>
|
|
|
|
<div class="buttons">
|
|
|
|
<a href="https://moonlight-mod.github.io/"
|
|
|
|
><img src="img/moonlightnow.gif" alt="moonlight now! mod your discord"
|
|
|
|
/></a>
|
|
|
|
<a href="https://flathub.org/apps/io.github.moonlight_mod.moonlight-installer"
|
2025-01-21 15:13:03 +03:00
|
|
|
><img src="img/flathub.png" alt="get it on flathub" title="i made this one too!"
|
2025-01-21 14:19:55 +03:00
|
|
|
/></a>
|
|
|
|
</div>
|
2024-09-13 00:21:59 +03:00
|
|
|
</fieldset>
|
2024-09-13 00:20:27 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<h2 id="about">about</h2>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
i've been writing code to some degree since i was 10. the first language i learned was c# (with
|
|
|
|
winforms), and was really interested in malware analysis at the time. (shoutouts to danooct1)<br />
|
|
|
|
nowadays, i'm still into <strong>cybersecurity</strong> and malware analysis, but my
|
2024-08-17 19:07:14 +03:00
|
|
|
<i>main thing</i> has shifted towards webdev.<br />
|
2025-01-21 15:13:03 +03:00
|
|
|
nowadays, i specialize in <strong>backend web development</strong> and write web apps, cli tools, bots,
|
|
|
|
etc. you can find some of my personal projects over at
|
|
|
|
<a href="projects.html">projects.html</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
2025-02-05 10:26:35 +03:00
|
|
|
my favorite languages are <strong>rust</strong> and <strong>bash</strong>, but i can write
|
2025-01-21 15:13:03 +03:00
|
|
|
<strong>js/ts, c, c#, go</strong>; and to a lesser extent, <strong>java</strong> (minecraft modding),
|
2024-08-17 19:07:14 +03:00
|
|
|
<strong>python, brainfuck, php, and lua</strong>.
|
2024-02-29 10:55:51 +03:00
|
|
|
</p>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
i love <strong>learning</strong> new things. sometimes, i will make
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://git.slonk.ing/slonk/biter">potentionally useless</a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://gitlab.com/hyron-devs/bingus-http">yet involved</a> projects just to learn a new thing
|
|
|
|
or practice my skills.<br />
|
2024-02-29 10:55:51 +03:00
|
|
|
</p>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-10-29 13:45:36 +03:00
|
|
|
<div id="commissions" style="margin-bottom: 1rem" role="paragraph">
|
|
|
|
<b>accepting software commissions.</b><br />
|
|
|
|
will write:
|
|
|
|
<ul style="margin: 0.25rem 0">
|
|
|
|
<li>websites & webapps</li>
|
|
|
|
<li>cli & (simple) gui desktop apps</li>
|
|
|
|
<li>discord, minecraft, whatsapp etc. bots</li>
|
|
|
|
<li>minecraft mods</li>
|
|
|
|
<li>(or whatever else really)</li>
|
|
|
|
</ul>
|
2025-01-21 15:13:03 +03:00
|
|
|
in languages i am familiar with . not able to do large projects due to reasons explained in
|
|
|
|
<a href="https://blog.slonk.ing/posts/2024">my most recent blog post</a>. if you are unsure about
|
|
|
|
anything, just ask, contact information is <a href="#contact">below</a>.
|
2024-10-29 13:45:36 +03:00
|
|
|
</div>
|
2024-10-27 00:20:59 +03:00
|
|
|
|
2024-08-17 19:07:14 +03:00
|
|
|
<div>
|
|
|
|
<details>
|
|
|
|
<summary>my favorite/go-to web stack is</summary>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>programming language</td>
|
|
|
|
<td><a href="https://www.rust-lang.org/">rust</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>web framework</td>
|
|
|
|
<td><a href="https://github.com/tokio-rs/axum">axum</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>logging system</td>
|
|
|
|
<td><a href="https://github.com/tokio-rs/tracing">tracing</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>async runtime</td>
|
|
|
|
<td>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://github.com/tokio-rs/tokio">tokio</a>, and the rest of the tokio
|
|
|
|
ecosystem
|
2024-08-17 19:07:14 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>templating engine</td>
|
|
|
|
<td><a href="https://github.com/djc/askama">askama</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>database and driver</td>
|
|
|
|
<td>
|
|
|
|
postgresql with
|
|
|
|
<a href="https://github.com/launchbadge/sqlx">sqlx</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>web server</td>
|
|
|
|
<td><a href="https://www.lighttpd.net/">lighttpd</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>system</td>
|
|
|
|
<td>linux on arm64</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2025-01-21 15:13:03 +03:00
|
|
|
also experienced with handlebars, express.js, mysql & mariadb, sqlite3, nocodb, electron, ejs, php
|
|
|
|
(7), and i adapt to new technologies quite quickly.
|
2024-08-17 19:07:14 +03:00
|
|
|
</details>
|
|
|
|
</div>
|
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
video games are my second passion. my all-time favorites are, in no specific order after the first: team
|
|
|
|
fortress 2, celeste, deep rock galactic, ultrakill, minecraft, half-life, counter-strike, hyperhell,
|
|
|
|
cruelty squad, portal & portal 2.
|
2024-02-29 10:55:51 +03:00
|
|
|
</p>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
fluent in english (not certified though somewhere around C2 or C1) and turkish (native). A1 in german.
|
|
|
|
enough to play csgo in russian.
|
2024-08-17 19:07:14 +03:00
|
|
|
</p>
|
|
|
|
|
2025-01-21 15:13:03 +03:00
|
|
|
<p><a href="img/cat/">my cat</a>'s name is karamel. i love him so much.</p>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<fieldset id="contact">
|
|
|
|
<legend>contact info</legend>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>email</td>
|
|
|
|
<td>slonkazoid [AT] slonk dot ing</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-04-19 17:03:25 +03:00
|
|
|
<td>ssh key</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
<td>
|
|
|
|
<details style="display: inline; word-break: break-all">
|
2024-04-19 17:03:25 +03:00
|
|
|
<summary><a href="id_slonkazoid.pub" download>download</a></summary>
|
2024-08-17 19:07:14 +03:00
|
|
|
<code
|
2025-01-21 15:13:03 +03:00
|
|
|
>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHVWgaeL8f7Rwh4WzvqJ5DWG9c7wwjpHG5tsOzF7yVVe
|
2024-08-17 19:07:14 +03:00
|
|
|
slonkazoid</code
|
|
|
|
><br />
|
2025-01-21 15:13:03 +03:00
|
|
|
if key this changes, i will make sure to sign the new key with this one and put it on
|
|
|
|
<a href="identity.html">identity.html</a>
|
2024-04-19 17:03:25 +03:00
|
|
|
</details>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>pgp key</td>
|
2024-04-26 23:53:46 +03:00
|
|
|
<td>see <a href="identity.html">identity.html</a></td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>discord</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
2024-09-29 00:10:52 +03:00
|
|
|
<a href="https://discord.com/users/276363003270791168">slonk.ing</a>
|
2024-08-17 19:07:14 +03:00
|
|
|
(preferred)
|
|
|
|
</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
2024-05-19 18:55:48 +03:00
|
|
|
<tr>
|
|
|
|
<td>matrix</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
|
|
|
<a href="https://matrix.to/#/@slonk:slonk.ing">@slonk:slonk.ing</a>
|
|
|
|
(might not see)
|
|
|
|
</td>
|
2024-05-19 18:55:48 +03:00
|
|
|
</tr>
|
2025-01-21 15:13:03 +03:00
|
|
|
<tr>
|
|
|
|
<td>signal</td>
|
|
|
|
<td>ask</td>
|
|
|
|
</tr>
|
2024-02-29 10:55:51 +03:00
|
|
|
<tr>
|
|
|
|
<td>steam</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
|
|
|
<a href="https://steamcommunity.com/id/slonkazoid/">/id/slonkazoid</a>
|
|
|
|
</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<tr>
|
|
|
|
<td>forgejo</td>
|
|
|
|
<td><a href="https://git.slonk.ing/slonk">slonk</a></td>
|
|
|
|
</tr>
|
2024-02-29 10:55:51 +03:00
|
|
|
<tr>
|
|
|
|
<td>gitlab</td>
|
|
|
|
<td><a href="https://gitlab.com/slonkazoid">slonkazoid</a></td>
|
|
|
|
</tr>
|
2024-04-19 17:03:25 +03:00
|
|
|
<tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>github</td>
|
|
|
|
<td><a href="https://github.com/slonkazoid">slonkazoid</a></td>
|
2024-04-19 17:03:25 +03:00
|
|
|
</tr>
|
2024-02-29 10:55:51 +03:00
|
|
|
</table>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2025-01-04 11:24:11 +03:00
|
|
|
<p>
|
|
|
|
i also have a
|
2025-01-24 18:48:56 +03:00
|
|
|
<a href="https://discord.gg/nuZf9CpDu5" target="_blank">discord server</a>! it's where i share
|
|
|
|
updates about projects and infra, so if you use any of my projects, you might want to join.
|
2025-01-04 11:24:11 +03:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
preferred platform for chatting is discord, signal for secure communication, but i'm reachable
|
2025-01-24 10:39:54 +03:00
|
|
|
through email as well! please feel free to reach out if you need help or just want to chat!
|
2025-01-04 11:24:11 +03:00
|
|
|
</p>
|
2024-02-29 10:55:51 +03:00
|
|
|
</fieldset>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<fieldset id="specs">
|
|
|
|
<legend>specs</legend>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<details>
|
|
|
|
<summary>main pc</summary>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>cpu</td>
|
|
|
|
<td>Ryzen 5 5600X 6c12t (3.7 GHz base, 4.7 GHz boost)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>ram</td>
|
|
|
|
<td>32 GB DDR4-3200 (16+16)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>gpu</td>
|
|
|
|
<td>AMD Radeon RX 6500 XT</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>disk</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
2025-01-21 15:13:03 +03:00
|
|
|
1x 1 TB Samsung SSD 990 EVO PCIe Gen4x2 M.2-2280 NVMe (4000 MB/s read/write)
|
2024-08-17 19:07:14 +03:00
|
|
|
<br />
|
2025-01-21 15:13:03 +03:00
|
|
|
1x 1 TB ADATA SX8200PNP Gen3x4 M.2-2280 NVMe (3000 MB/s read/write) (dying)
|
2024-08-17 19:07:14 +03:00
|
|
|
</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>mb</td>
|
|
|
|
<td>ASUS TUF GAMING B550-PLUS</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>fs</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>btrfs</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>os</td>
|
2025-01-21 15:13:03 +03:00
|
|
|
<td>fedora 41 kde</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>comp</td>
|
2024-05-04 12:26:05 +03:00
|
|
|
<td>kwin</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>panel</td>
|
|
|
|
<td>
|
2025-01-21 15:13:03 +03:00
|
|
|
shittiest 1920x1080 144Hz (i run it at 120) VA panel possible, brought to
|
|
|
|
<strike>you</strike> me by GameBooster
|
2024-08-17 19:07:14 +03:00
|
|
|
</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>rice</td>
|
|
|
|
<td>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://gitlab.com/slonkazoid/dotfiles">slonkazoid/dotfiles</a>
|
2024-08-17 19:07:14 +03:00
|
|
|
(old)
|
|
|
|
</td>
|
2024-02-29 10:55:51 +03:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</details>
|
|
|
|
</li>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-07-31 02:43:08 +03:00
|
|
|
<li>
|
|
|
|
<details>
|
|
|
|
<summary>laptop (what this server runs on)</summary>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>model</td>
|
|
|
|
<td>HP G4 250</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>cpu</td>
|
|
|
|
<td>Intel Core i5-6200U 2c4t (2.3 GHz base, 2.8 GHz boost)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>ram</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>8 GB DDR3-1600 (4+4)</td>
|
2024-07-31 02:43:08 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>gpu</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
|
|
|
Intel HD Graphics 520 (1 GB VRAM + 2 GB shared)
|
|
|
|
<br />
|
|
|
|
AMD Radeon R5 M330 (2 GB VRAM) (firmware not loaded)
|
|
|
|
</td>
|
2024-07-31 02:43:08 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>disk</td>
|
2025-01-21 15:13:03 +03:00
|
|
|
<td>1x 500 GB Samsung SSD 870 EVO SATA III (500 MB/s read/write)</td>
|
2024-07-31 02:43:08 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>fs</td>
|
2025-01-21 15:13:03 +03:00
|
|
|
<td>LUKS+btrfs with <code>compress=zstd:1</code> and TPM unlocking</td>
|
2024-07-31 02:43:08 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>os</td>
|
2024-08-17 19:07:14 +03:00
|
|
|
<td>
|
2025-01-21 15:13:03 +03:00
|
|
|
probably some sort of frankendebian + several debian 12 systemd-machined
|
|
|
|
containers
|
2024-08-17 19:07:14 +03:00
|
|
|
</td>
|
2024-07-31 02:43:08 +03:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</details>
|
|
|
|
</li>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
|
|
|
<details>
|
|
|
|
<summary>phone</summary>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>model</td>
|
|
|
|
<td>Xiaomi Mi 10T Lite 5G</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>SoC</td>
|
|
|
|
<td>good enough</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>ram</td>
|
|
|
|
<td>4 GB</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>disk</td>
|
|
|
|
<td>128 GB flash</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>fs</td>
|
|
|
|
<td>ext4</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>rom</td>
|
|
|
|
<td><a href="https://lineageos.org/">LineageOS</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</details>
|
|
|
|
</li>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-07-31 02:43:08 +03:00
|
|
|
<!-- no longer mine
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
|
|
|
<details>
|
|
|
|
<summary>pi</summary>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>model</td>
|
|
|
|
<td>Raspberry Pi 3B</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>cpu</td>
|
|
|
|
<td>6x Broadcom BCM2835 (base 1.2 GHz)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>ram</td>
|
|
|
|
<td>1 GB SDRAM</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>disk</td>
|
|
|
|
<td>32 GB microSD</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>fs</td>
|
|
|
|
<td>ext4</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>os</td>
|
|
|
|
<td>Raspbian Lite bookworm armhf</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</details>
|
|
|
|
</li>
|
2024-07-31 02:43:08 +03:00
|
|
|
-->
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
|
|
|
<details>
|
2024-10-27 00:22:23 +03:00
|
|
|
<!-- prettier-ignore -->
|
|
|
|
<summary>old phone (what this site <i>was</i> running on, R.I.P)</summary>
|
2024-02-29 10:55:51 +03:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>model</td>
|
|
|
|
<td>Xiaomi Redmi 5 Plus 4+64 GB</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>SoC</td>
|
|
|
|
<td>MSM8953</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>cpu</td>
|
|
|
|
<td>8x ARM Cortex-A53 (base 2016 MHz)</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>ram</td>
|
|
|
|
<td>4 GB</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>disk</td>
|
|
|
|
<td>64 GB flash</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>fs</td>
|
|
|
|
<td>ext4</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>os</td>
|
|
|
|
<td><a href="https://postmarketos.org/">postmarketOS</a></td>
|
|
|
|
</tr>
|
2024-08-17 19:07:14 +03:00
|
|
|
<tr>
|
|
|
|
<td>death</td>
|
|
|
|
<td><a href="https://is.slonk.ing/">by cat</a></td>
|
|
|
|
</tr>
|
2024-02-29 10:55:51 +03:00
|
|
|
</table>
|
|
|
|
</details>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</fieldset>
|
2024-08-17 19:07:14 +03:00
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<fieldset id="links">
|
|
|
|
<legend>table of links</legend>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2024-07-31 02:46:22 +03:00
|
|
|
<a href="https://git.slonk.ing/">forgejo instance</a>
|
2024-02-29 10:55:51 +03:00
|
|
|
</li>
|
2024-07-31 02:46:22 +03:00
|
|
|
<!-- rip server
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
2024-07-31 02:46:22 +03:00
|
|
|
<a href="https://is.slonk.ing/">akkoma instance</a>
|
2024-02-29 10:55:51 +03:00
|
|
|
</li>
|
2024-09-07 23:22:44 +03:00
|
|
|
-->
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
|
|
|
<a href="xonotic.html">xonotic server</a>
|
|
|
|
</li>
|
2024-04-19 17:03:25 +03:00
|
|
|
<li>
|
|
|
|
<a href="projects.html">projects</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="identity.html">identity</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://blog.slonk.ing/">blog</a>
|
|
|
|
</li>
|
2024-02-29 10:55:51 +03:00
|
|
|
<li>
|
|
|
|
<a href="img/cat/">cat pics</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://files.slonk.ing/">bingus-files</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</fieldset>
|
|
|
|
|
2024-04-19 17:03:25 +03:00
|
|
|
<p>
|
2025-01-21 15:13:03 +03:00
|
|
|
this page has a total of 0 bytes of javascript<br />
|
|
|
|
in my experience (and many others'), setting constraints about the medium like "completely static, no
|
|
|
|
javascript" enhances one's creative expression.<br />
|
|
|
|
besides, i think simple websites like this shouldn't require a powerful system to render. i want my site
|
|
|
|
to be accessible on everything from a tui browser on the crumbling old laptop you found on the sidewalk,
|
|
|
|
to a new pc running the latest version of <i>insert dominating browser here</i>. within realistic
|
|
|
|
standards of course.<br />
|
|
|
|
i do use javascript extensively in other projects, but do you really need to react facebook nextjs
|
|
|
|
angular vue csr hydration firebase a simple personal website like this, though?
|
2024-02-29 10:55:51 +03:00
|
|
|
</p>
|
|
|
|
|
2024-07-26 00:59:50 +03:00
|
|
|
<p class="webring">
|
2024-07-09 22:17:52 +03:00
|
|
|
<a href="https://ring.ssi.fyi/previous?host=slonk.ing">←</a>
|
|
|
|
<a href="https://ring.ssi.fyi/">ssi webring</a>
|
|
|
|
<a href="https://ring.ssi.fyi/next?host=slonk.ing">→</a>
|
|
|
|
</p>
|
|
|
|
|
2024-02-29 10:55:51 +03:00
|
|
|
<div class="buttons">
|
2025-02-13 09:28:04 +03:00
|
|
|
<!-- 88x31s
|
|
|
|
there is no inherent order to these, other than stuff like
|
|
|
|
grouping SSI members together, so don't ask why you're
|
|
|
|
after someone else. i just add these wherever. -->
|
2025-02-20 08:10:47 +03:00
|
|
|
<!-- similarly, adding a link here doesn't mean i endorse it -->
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- me -->
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://slonk.ing/"><img src="img/88x31.apng" alt="slonk" /></a>
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- /me -->
|
|
|
|
<!-- people -->
|
2025-02-10 20:13:16 +03:00
|
|
|
<a href="https://maggiepi.fyi/"><img src="img/maggie.gif" alt="maggie (colon 3)" /></a>
|
2025-01-24 10:39:54 +03:00
|
|
|
<a href="https://mimme.rs/"
|
|
|
|
><img src="img/mimmers.gif" alt="mimme.rs (the home of the gay) (and possums)"
|
|
|
|
/></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://maira.cc/"><img src="img/maira.gif" alt="maira.cc" /></a>
|
|
|
|
<a href="https://chxry.github.io/"><img src="img/chxry.gif" alt="chxry" /></a>
|
2024-07-12 22:06:48 +03:00
|
|
|
<a href="https://fxo.lol/"><img src="img/pandarose.png" alt="pandarose" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://theresnotime.co.uk/"><img src="img/theresnotime.png" alt="(fox) theresnotime" /></a>
|
2025-02-14 14:34:38 +03:00
|
|
|
<a href="https://alyxia.dev/friends/"><img src="img/alyxia.png" alt="alyxia" /></a>
|
2024-07-01 23:58:50 +03:00
|
|
|
<a href="https://n3tael.eu.org/"><img src="img/n3tael.gif" alt="n3" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://sophari.org/"><img src="https://sophari.org/img/sophari.gif" alt="Sophari.org" /></a>
|
2024-07-09 20:43:57 +03:00
|
|
|
<a href="https://zvava.org/"><img src="img/zvava.org.png" alt="Zvava.org" /></a>
|
2024-08-18 20:14:46 +03:00
|
|
|
<a href="https://adryd.com/"><img src="img/adryd.png" alt="(witch hat) adryd" /></a>
|
2024-09-13 00:02:41 +03:00
|
|
|
<a href="https://softkittypa.ws/"><img src="img/lexi.png" alt="softkitty" /></a>
|
2025-02-13 09:28:04 +03:00
|
|
|
<a href="https://girlthi.ng/~thermia/"
|
|
|
|
><img src="https://girlthi.ng/~thermia/img/88x31/thermia.gif" alt="thermia's button"
|
|
|
|
/></a>
|
2024-09-22 14:04:29 +03:00
|
|
|
<a href="https://ezri.pet/"><img src="img/ezri.png" alt="Ezri" /></a>
|
2024-09-24 21:44:32 +03:00
|
|
|
<a href="https://www.thomasricci.dev/friends"
|
|
|
|
><img src="https://button.thomasricci.dev" alt="Thomas Ricci"
|
|
|
|
/></a>
|
2024-12-01 14:31:27 +03:00
|
|
|
<a href="https://zptr.cc/"><img src="img/zeroptr.png" alt="zptr:~$_" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://haylinmoore.com/"><img src="img/haylinmoore.png" alt="Haylin" /></a>
|
2024-10-26 19:43:25 +03:00
|
|
|
<a href="https://girlboss.ceo/"
|
|
|
|
><img src="img/june.png" alt="june (strawberry, bone) girlboss.ceo"
|
|
|
|
/></a>
|
2024-12-01 21:00:58 +03:00
|
|
|
<a href="https://notfire.cc/"><img src="img/notfire.gif" alt="notfire" /></a>
|
2024-12-12 22:41:21 +03:00
|
|
|
<a href="https://jordane.day/friends"><img src="img/jordan.gif" slt="jordan" /></a>
|
2025-02-21 17:44:27 +03:00
|
|
|
<a href="https://itzzen.net/"><img src="img/itzzennet.png" alt="allissa's comfy burrow (now!)" /></a>
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- from ssi -->
|
2025-01-17 23:03:56 +03:00
|
|
|
<a href="https://patsore.org/"><img src="img/patsore.png" alt="Patsore" /></a>
|
2024-12-26 13:30:25 +03:00
|
|
|
<a href="https://sipacid.com/"><img src="img/sipacid.gif" alt="sipacid" /></a>
|
|
|
|
<a href="https://magmaus3.eu.org/"><img src="img/magmaus3.gif" alt="magmaus3" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://matdoes.dev/retro"><img src="img/matdoesdev.png" alt="mat does dev! (colon 3)" /></a>
|
|
|
|
<a href="https://goldenstack.net/"><img src="img/golden_stack.png" alt="golden Stack! 1.0" /></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://notnite.com/"><img src="img/notnite.png" alt="notnite" /></a>
|
|
|
|
<a href="https://shrecked.dev/"><img src="img/shwecky.png" alt="shwecky" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://lily.pet/"><img src="img/lily.png" alt="lily.pet, cat! (points to cat)" /></a>
|
|
|
|
<a href="https://kibty.town/"><img src="img/kibty.town-badge.gif" alt="kibty town" /></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://honbra.com/"><img src="img/honbra.png" alt="honbra" /></a>
|
2024-07-15 17:55:07 +03:00
|
|
|
<a href="https://tufo.dev/"><img src="img/tufo.png" alt="TUFO" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://funtimes909.xyz/"><img src="img/funtimes909.png" alt="funtimes" /></a>
|
2024-03-02 18:54:57 +03:00
|
|
|
<a href="https://jamie.rs/"><img src="img/jamie.png" alt="jamie (heart)" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://maia.crimew.gay/"><img src="img/maia.crimew.gay.png" alt="maia crimew arson" /></a>
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://vea.st/"><img src="img/veast.png" alt="chloe vea.st" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://blog.northernsi.de/"><img src="img/northernside.png" alt="northernsi.de" /></a>
|
|
|
|
<a href="https://rambhat.la/"><img src="img/towu.png" alt="towu (@theonlywayup)" /></a>
|
|
|
|
<a href="https://aubrey.rs/"><img src="img/aubreyrs.png" alt="(butterfly) aubrey" /></a>
|
|
|
|
<a href="https://sylvie.lol/"><img src="img/aaa-sylvielol.gif" alt="sylvie.lol" /></a>
|
2024-06-18 12:55:44 +03:00
|
|
|
<a href="https://redcatho.de/"><img src="img/red.png" alt="red is purple" /></a>
|
2024-04-26 23:49:24 +03:00
|
|
|
<a href="https://nikolan.xyz/"><img src="img/nikolan.png" alt="nikolan" /></a>
|
|
|
|
<a href="https://damcraft.de/"><img src="img/dam.gif" alt="dam marquee" /></a>
|
2024-04-25 17:41:36 +03:00
|
|
|
<!-- /from ssi -->
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- /people -->
|
|
|
|
<!-- ssi -->
|
2024-03-02 20:06:44 +03:00
|
|
|
<a href="https://ssi.fyi/"><img src="img/ssi.gif" alt="server scanning inc" /></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://eightyeightthirty.one/"
|
2024-08-17 19:07:14 +03:00
|
|
|
><img
|
|
|
|
src="img/eightyeightythirtyone.png"
|
|
|
|
alt="eightyeightthirty.one"
|
|
|
|
title="very cool project by notnite"
|
2024-02-29 10:55:51 +03:00
|
|
|
/></a>
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- /ssi -->
|
|
|
|
<!-- other -->
|
2024-09-30 21:44:57 +03:00
|
|
|
<a href="https://www.rust-lang.org/"
|
|
|
|
><img src="img/rust.gif" alt="rust its memory safe" title="by ztpr"
|
|
|
|
/></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="steam://launch/440"><img src="img/tfnow.gif" alt="team fortress now" /></a>
|
|
|
|
<a href="steam://launch/70"><img src="img/hl.gif" alt="half-life" /></a>
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish"
|
|
|
|
><img src="img/hatems.gif" alt="i hate microsoft"
|
|
|
|
/></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://linux.org/"><img src="img/linuxnow2.gif" alt="linux now! (2.5)" /></a>
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://archlinux.org/"
|
|
|
|
><img src="img/archbtw.png" alt="powered by Arch BTW" title="i use arch btw"
|
|
|
|
/></a>
|
2024-02-29 10:55:51 +03:00
|
|
|
<a href="https://debian.org/"
|
2024-08-17 19:07:14 +03:00
|
|
|
><img
|
|
|
|
src="img/debian.gif"
|
|
|
|
alt="Powered by debian"
|
|
|
|
title="the server runs alpine, but the reverse proxy runs debian"
|
2024-02-29 10:55:51 +03:00
|
|
|
/></a>
|
|
|
|
<a href="https://neovim.io/"><img src="img/neovim.gif" alt="made with neovim" /></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://lynx.invisible-island.net/"><img src="img/lynxnow.gif" alt="lynx now! (2.5)" /></a>
|
|
|
|
<a href="http://links.twibright.com/"><img src="img/linksbrow.gif" alt="links browser" /></a>
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://www.anybrowser.org/"
|
|
|
|
><img src="img/anybrowser.gif" alt="viewable with any browser"
|
|
|
|
/></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://validator.w3.org/"><img src="img/valid-xhtml10.png" alt="W3C XHTML 1.0 verified" /></a>
|
2024-08-17 19:07:14 +03:00
|
|
|
<a href="https://www.mozilla.org/en-US/firefox/"
|
|
|
|
><img src="img/firefox4.gif" alt="tested on firefox"
|
|
|
|
/></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://librewolf.net/"><img src="img/chrome.gif" alt="anything but chrome!" /></a>
|
|
|
|
<a href="img/catscape3.gif"><img src="img/catscape3.gif" alt="catspace meow! (3.0)" /></a>
|
|
|
|
<a href="https://ublockorigin.com/"><img src="img/ublockorigin.png" alt="uBlock Origin NOW!" /></a>
|
2024-09-13 00:09:49 +03:00
|
|
|
<a href="https://lineageos.org/"
|
2024-09-30 21:44:57 +03:00
|
|
|
><img src="img/lineageos.png" alt="LineageOS" title="i made this one!"
|
2024-02-29 10:55:51 +03:00
|
|
|
/></a>
|
2025-01-21 14:19:55 +03:00
|
|
|
<a href="https://moonlight-mod.github.io/"
|
|
|
|
><img src="img/moonlightnow.gif" alt="moonlight now! mod your discord"
|
|
|
|
/></a>
|
|
|
|
<a href="https://flathub.org/apps/io.github.moonlight_mod.moonlight-installer"
|
2025-01-21 15:13:03 +03:00
|
|
|
><img src="img/flathub.png" alt="get it on flathub" title="i made this one too!"
|
2024-08-17 19:07:14 +03:00
|
|
|
/></a>
|
2025-01-21 15:13:03 +03:00
|
|
|
<a href="https://wikipedia.org/"><img src="img/wikipedia.gif" alt="support wikipedia" /></a>
|
2024-04-23 13:15:59 +03:00
|
|
|
<!-- /other -->
|
2024-02-29 10:55:51 +03:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
2024-06-04 18:07:36 +03:00
|
|
|
<footer>
|
|
|
|
<label for="freaky">freaky mode</label>
|
|
|
|
<input type="checkbox" id="freaky" />
|
|
|
|
Ⓐ copyfuck 1337 slonkazoid
|
|
|
|
</footer>
|
2024-02-29 10:55:51 +03:00
|
|
|
</body>
|
|
|
|
</html>
|