Compare commits

..

No commits in common. "c1f2d03f2e7de6ea964410fea9713269fb47fd4c" and "50e67c7d5b88bbf7b154842cd67f561b7ac58483" have entirely different histories.

6 changed files with 49 additions and 142 deletions

View file

@ -1,18 +1,14 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Rain's slonksite" /> <meta name="description" content="my slonksite" />
<meta
name="keywords"
content="slonkazoid, slonking, slonk.ing, Rain, rust blazingly fast, bingus, webdev, cybersecurity"
/>
<meta property="og:title" content="slonksite" /> <meta property="og:title" content="slonksite" />
<meta property="og:description" content="Rain's slonksite" /> <meta property="og:description" content="my slonksite" />
<meta property="og:url" content="https://slonk.ing/" /> <meta property="og:url" content="https://slonk.ing/" />
<meta property="og:image" content="https://slonk.ing/img/favicon.png" /> <meta property="og:image" content="https://slonk.ing/img/favicon.png" />
<title>Rain's slonksite</title> <title>slonksite</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/png" /> <link rel="shortcut icon" href="img/favicon.png" type="image/png" />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
@ -21,19 +17,11 @@
<main> <main>
<h1>identity</h1> <h1>identity</h1>
<p><a href="/">back to home</a></p> <p><a href="/">back to home</a></p>
<p> <p>aggregation of my current cryptographic keys, along with a log of changes, and proofs of identity</p>
aggregation of my current cryptographic keys, along with a log of changes, and
proofs of identity
</p>
<fieldset id="ssh"> <fieldset id="ssh">
<legend>ssh</legend> <legend>ssh</legend>
current: current: <code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHVWgaeL8f7Rwh4WzvqJ5DWG9c7wwjpHG5tsOzF7yVVe slonkazoid</code><br />
<code
>ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIHVWgaeL8f7Rwh4WzvqJ5DWG9c7wwjpHG5tsOzF7yVVe
slonkazoid</code
><br />
<a href="id_slonkazoid.pub" download>download</a><br /> <a href="id_slonkazoid.pub" download>download</a><br />
<details> <details>
<summary>changelog</summary> <summary>changelog</summary>
@ -59,12 +47,7 @@ eWlsZGl6QGdtYWlsLmNvbQAKCRCcUfMHL40RotntAP97O+rt+w2w8dCT+ov9sJ14
<fieldset id="git"> <fieldset id="git">
<legend>git</legend> <legend>git</legend>
i sign my commits and such with this key<br /> i sign my commits and such with this key<br />
current: current: <code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKllnu5GdP+X5TeMYxzwsEvtvi4Sk+NhT8BBjzYXb/xW slonkazoid</code><br />
<code
>ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIKllnu5GdP+X5TeMYxzwsEvtvi4Sk+NhT8BBjzYXb/xW
slonkazoid</code
><br />
<a href="git.pub" download>download</a><br /> <a href="git.pub" download>download</a><br />
<details> <details>
<summary>changelog</summary> <summary>changelog</summary>
@ -84,15 +67,8 @@ RixXPm3hqyb263cACNhzLKCQ==
<fieldset id="pgp"> <fieldset id="pgp">
<legend>pgp</legend> <legend>pgp</legend>
current: <code>30DDF657DC25EF06FDDCD9B229DFCF2217C06A0A</code> @ current: <code>30DDF657DC25EF06FDDCD9B229DFCF2217C06A0A</code> @
<a <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/30DDF657DC25EF06FDDCD9B229DFCF2217C06A0A">keys.openpgp.org</a><br />
href="https://keys.openpgp.org/vks/v1/by-fingerprint/30DDF657DC25EF06FDDCD9B229DFCF2217C06A0A" <a href=".well-known/openpgpkey/hu/no67q75f6onergjisn8pwm575e3fga5i" download="slonkazoid.asc">download</a>
>keys.openpgp.org</a
><br />
<a
href=".well-known/openpgpkey/hu/no67q75f6onergjisn8pwm575e3fga5i"
download="slonkazoid.asc"
>download</a
>
</fieldset> </fieldset>
</main> </main>
<footer>rsa is dead, long live ed25519</footer> <footer>rsa is dead, long live ed25519</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -490,7 +490,6 @@
<a href="https://www.thomasricci.dev/friends" <a href="https://www.thomasricci.dev/friends"
><img src="https://button.thomasricci.dev" alt="Thomas Ricci" ><img src="https://button.thomasricci.dev" alt="Thomas Ricci"
/></a> /></a>
<a href="https://ztpr.cc/"><img src="img/zptr.gif" alt="zptr:~$_" /></a>
<!-- from ssi --> <!-- from ssi -->
<a href="https://matdoes.dev/retro" <a href="https://matdoes.dev/retro"
><img src="img/matdoesdev.png" alt="mat does dev! (colon 3)" ><img src="img/matdoesdev.png" alt="mat does dev! (colon 3)"

View file

@ -3,16 +3,12 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Rain's slonksite" /> <meta name="description" content="my slonksite" />
<meta
name="keywords"
content="slonkazoid, slonking, slonk.ing, Rain, rust blazingly fast, bingus, webdev, cybersecurity"
/>
<meta property="og:title" content="slonksite" /> <meta property="og:title" content="slonksite" />
<meta property="og:description" content="Rain's slonksite" /> <meta property="og:description" content="my slonksite" />
<meta property="og:url" content="https://slonk.ing/" /> <meta property="og:url" content="https://slonk.ing/" />
<meta property="og:image" content="https://slonk.ing/img/favicon.png" /> <meta property="og:image" content="https://slonk.ing/img/favicon.png" />
<title>Rain's slonksite</title> <title>slonksite</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/png" /> <link rel="shortcut icon" href="img/favicon.png" type="image/png" />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
@ -23,8 +19,7 @@
<p><a href="/">back to home</a></p> <p><a href="/">back to home</a></p>
<p> <p>
list of some of my personal projects.<br /> list of some of my personal projects.<br />
just because a project is in this list doesn't mean i'm proud of it. i put projects just because a project is in this list doesn't mean i'm proud of it. i put projects that i think people would be interested in here.
that i think people would be interested in here.
</p> </p>
<ul class="projects-list"> <ul class="projects-list">
<li> <li>
@ -33,18 +28,11 @@
<table> <table>
<tr> <tr>
<td>description</td> <td>description</td>
<td> <td>blazingly fast markdown blog software written in rust memory safe</td>
blazingly fast markdown blog software written in rust memory
safe
</td>
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://git.slonk.ing/slonk/bingus-blog">git.slonk.ing</a></td>
<a href="https://git.slonk.ing/slonk/bingus-blog"
>git.slonk.ing</a
>
</td>
</tr> </tr>
<tr> <tr>
<td>instance</td> <td>instance</td>
@ -89,11 +77,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://gitlab.com/slonkazoid/bingus-files">gitlab.com</a></td>
<a href="https://gitlab.com/slonkazoid/bingus-files"
>gitlab.com</a
>
</td>
</tr> </tr>
<tr> <tr>
<td>instance</td> <td>instance</td>
@ -136,9 +120,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://gitlab.com/slonkazoid/silly-png">gitlab.com</a></td>
<a href="https://gitlab.com/slonkazoid/silly-png">gitlab.com</a>
</td>
</tr> </tr>
<tr> <tr>
<td>languages</td> <td>languages</td>
@ -177,11 +159,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://gitlab.com/slonkazoid/CelestePatcher">gitlab.com</a></td>
<a href="https://gitlab.com/slonkazoid/CelestePatcher"
>gitlab.com</a
>
</td>
</tr> </tr>
<tr> <tr>
<td>languages</td> <td>languages</td>
@ -220,17 +198,12 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://gitlab.com/slonkazoid/mc-status">gitlab.com</a></td>
<a href="https://gitlab.com/slonkazoid/mc-status">gitlab.com</a>
</td>
</tr> </tr>
<tr> <tr>
<td>invite</td> <td>invite</td>
<td> <td>
<a <a href="https://discord.com/oauth2/authorize?client_id=740191553238335560&permissions=0&scope=bot">discord.com</a>
href="https://discord.com/oauth2/authorize?client_id=740191553238335560&permissions=0&scope=bot"
>discord.com</a
>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -270,9 +243,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://git.slonk.ing/slonk/phone">git.slonk.ing</a></td>
<a href="https://git.slonk.ing/slonk/phone">git.slonk.ing</a>
</td>
</tr> </tr>
<tr> <tr>
<td>languages</td> <td>languages</td>
@ -311,9 +282,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://git.slonk.ing/slonk/biter">git.slonk.ing</a></td>
<a href="https://git.slonk.ing/slonk/biter">git.slonk.ing</a>
</td>
</tr> </tr>
<tr> <tr>
<td>instance</td> <td>instance</td>
@ -352,18 +321,11 @@
<table> <table>
<tr> <tr>
<td>description</td> <td>description</td>
<td> <td>http implementation in rust that i wrote on my phone and is 1/2 as fast as hyper</td>
http implementation in rust that i wrote on my phone and is 1/2
as fast as hyper
</td>
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://gitlab.com/hyron-devs/bingus-http">gitlab.com</a></td>
<a href="https://gitlab.com/hyron-devs/bingus-http"
>gitlab.com</a
>
</td>
</tr> </tr>
<tr> <tr>
<td>languages</td> <td>languages</td>
@ -402,9 +364,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://github.com/slonkazoid/woltsapp">github.com</a></td>
<a href="https://github.com/slonkazoid/woltsapp">github.com</a>
</td>
</tr> </tr>
<tr> <tr>
<td>languages</td> <td>languages</td>
@ -443,11 +403,7 @@
</tr> </tr>
<tr> <tr>
<td>source</td> <td>source</td>
<td> <td><a href="https://git.slonk.ing/slonk/slonksite">git.slonk.ing</a></td>
<a href="https://git.slonk.ing/slonk/slonksite"
>git.slonk.ing</a
>
</td>
</tr> </tr>
<tr> <tr>
<td>link</td> <td>link</td>
@ -485,8 +441,7 @@
<h2>other stuff i could not count as a "project"</h2> <h2>other stuff i could not count as a "project"</h2>
<ul> <ul>
<li> <li>
<a href="https://github.com/slonkazoid/spy-pet-checker" <a href="https://github.com/slonkazoid/spy-pet-checker"><b>spy-pet-checker</b></a
><b>spy-pet-checker</b></a
>, check if any of the servers you are in is present in spy.pet's database >, check if any of the servers you are in is present in spy.pet's database
</li> </li>
<li> <li>
@ -495,46 +450,35 @@
</li> </li>
<li> <li>
<a href="https://gitlab.com/slonkazoid/avt"><b>avt</b></a <a href="https://gitlab.com/slonkazoid/avt"><b>avt</b></a
>, ffmpeg wrapper to record screen with audio losslessly on X with minimal >, ffmpeg wrapper to record screen with audio losslessly on X with minimal overhead (and more)
overhead (and more)
</li> </li>
<li> <li>
<a href="https://git.slonk.ing/slonk/weird-express-logger" <a href="https://git.slonk.ing/slonk/weird-express-logger"><b>weird-express-logger</b></a
><b>weird-express-logger</b></a >, request logger in the form of an express.js middleware. it has a pretty cool log format and supports processing multiple requests at the
>, request logger in the form of an express.js middleware. it has a pretty cool same time and updating their status on the terminal as they complete. the implementation is really.. <i>javascript</i>.. though
log format and supports processing multiple requests at the same time and
updating their status on the terminal as they complete. the implementation is
really.. <i>javascript</i>.. though
</li> </li>
<li> <li>
<a href="https://gitlab.com/hyron-devs/hyron-deploy"><b>hyron-deploy</b></a <a href="https://gitlab.com/hyron-devs/hyron-deploy"><b>hyron-deploy</b></a
>, deploy your sites to the cloud (any floppa-files or bingus-files instance) >, deploy your sites to the cloud (any floppa-files or bingus-files instance) :rocket:. chatgpt generated a lot of this project's code so i
:rocket:. chatgpt generated a lot of this project's code so i don't count it as don't count it as mine
mine
</li> </li>
<li> <li>
<b>personal patches</b>, i write patches for some of the software i use and <b>personal patches</b>, i write patches for some of the software i use and sometimes even upload them to my gitlab. here are a few:
sometimes even upload them to my gitlab. here are a few:
<ul> <ul>
<li> <li>
<details> <details>
<!-- prettier-ignore --> <!-- prettier-ignore -->
<summary>sway-slonk-git (<a href="https://gitlab.com/slonkazoid/pkgbuild-sway-slonk-git">pkgbuild</a>)</summary> <summary>sway-slonk-git (<a href="https://gitlab.com/slonkazoid/pkgbuild-sway-slonk-git">pkgbuild</a>)</summary>
my most infamous pkgbuild. it's just sway-git but it adds my my most infamous pkgbuild. it's just sway-git but it adds my
<a href="https://gitlab.com/slonkazoid/sway-patches" <a href="https://gitlab.com/slonkazoid/sway-patches">sway patches</a> which includes the extremely useful <code>env</code> patch
>sway patches</a i should contribute upstream sometime and stuff to fix the bugs as they come from git
>
which includes the extremely useful <code>env</code> patch i should
contribute upstream sometime and stuff to fix the bugs as they come
from git
</details> </details>
</li> </li>
<li> <li>
<details> <details>
<!-- prettier-ignore --> <!-- prettier-ignore -->
<summary>wlroots-slonk-git (<a href="https://gitlab.com/slonkazoid/pkgbuild-wlroots-slonk-git">pkgbuild</a>)</summary> <summary>wlroots-slonk-git (<a href="https://gitlab.com/slonkazoid/pkgbuild-wlroots-slonk-git">pkgbuild</a>)</summary>
fixes a (maybe more than one?) memory corruption bug and adds the fixes a (maybe more than one?) memory corruption bug and adds the legacy wl_drm protocol back
legacy wl_drm protocol back
</details> </details>
</li> </li>
<li> <li>
@ -542,29 +486,24 @@
<!-- prettier-ignore --> <!-- prettier-ignore -->
<summary>linux-zen-slonk (<a href="https://gitlab.com/slonkazoid/pkgbuild-linux-zen-slonk">pkgbuild</a>)</summary> <summary>linux-zen-slonk (<a href="https://gitlab.com/slonkazoid/pkgbuild-linux-zen-slonk">pkgbuild</a>)</summary>
linux-cachyos inspired linux-zen pkgbuild<br /> linux-cachyos inspired linux-zen pkgbuild<br />
adds flags in the form of environment variables to configure the adds flags in the form of environment variables to configure the build process
build process
</details> </details>
</li> </li>
<li> <li>
<details> <details>
<!-- prettier-ignore --> <!-- prettier-ignore -->
<summary>mkinitcpio-utils-slonk (<a href="https://gitlab.com/slonkazoid/pkgbuild-mkinitcpio-utils-slonk">pkgbuild</a>)</summary> <summary>mkinitcpio-utils-slonk (<a href="https://gitlab.com/slonkazoid/pkgbuild-mkinitcpio-utils-slonk">pkgbuild</a>)</summary>
1. add the missing cryptargs options (<a 1. add the missing cryptargs options (<a href="https://github.com/grazzolini/mkinitcpio-utils/pull/18">merge this PLEASE</a
href="https://github.com/grazzolini/mkinitcpio-utils/pull/18"
>merge this PLEASE</a
>)<br /> >)<br />
2. add a duress password<br /> 2. add a duress password<br />
more info available more info available <a href="https://ck.katzen.cafe/notes/9riufsldq5wra1nu">here</a>
<a href="https://ck.katzen.cafe/notes/9riufsldq5wra1nu">here</a>
</details> </details>
</li> </li>
<li> <li>
<details> <details>
<!-- prettier-ignore --> <!-- prettier-ignore -->
<summary>iwd</summary> <summary>iwd</summary>
adds a memory leak. hackaround for a bug that made it segfault on my adds a memory leak. hackaround for a bug that made it segfault on my server<br />
server<br />
<pre lang="diff"> <pre lang="diff">
diff --git a/src/wiphy.c b/src/wiphy.c diff --git a/src/wiphy.c b/src/wiphy.c
index 766df34..86eacbe 100644 index 766df34..86eacbe 100644
@ -601,13 +540,12 @@ index 766df34..86eacbe 100644
<h2>future project ideas</h2> <h2>future project ideas</h2>
<ul> <ul>
<li> <li>
<b>silly-files</b>, bingus-files but backed by a custom distributed replicated <b>silly-files</b>, bingus-files but backed by a custom distributed replicated ref-counted storage implementation in rust, also supporting
ref-counted storage implementation in rust, also supporting notes, editing notes, editing files, accounts, file privacy, autodelete, encryption, etc etc
files, accounts, file privacy, autodelete, encryption, etc etc
</li> </li>
<li> <li>
<b>silly-blog</b>, bingus-blog but a complete blogging platform with an RSS <b>silly-blog</b>, bingus-blog but a complete blogging platform with an RSS feed, post editor, comments, JS, database, and whatever else i
feed, post editor, comments, JS, database, and whatever else i can fit in it can fit in it
</li> </li>
</ul> </ul>
<p>yes, it seems like silly-* means "more web bingus-*"</p> <p>yes, it seems like silly-* means "more web bingus-*"</p>

View file

@ -10,7 +10,6 @@
--rosewater: #f5e0dc; --rosewater: #f5e0dc;
--blue: #89b4fa; --blue: #89b4fa;
--mauve: #cba6f7; --mauve: #cba6f7;
color-scheme: dark;
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -25,7 +24,6 @@
--rosewater: #dc8a78; --rosewater: #dc8a78;
--blue: #1e66f5; --blue: #1e66f5;
--mauve: #8839ef; --mauve: #8839ef;
color-scheme: light;
} }
} }

View file

@ -3,16 +3,12 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Rain's slonksite" /> <meta name="description" content="my slonksite" />
<meta
name="keywords"
content="slonkazoid, slonking, slonk.ing, Rain, rust blazingly fast, bingus, webdev, cybersecurity"
/>
<meta property="og:title" content="slonksite" /> <meta property="og:title" content="slonksite" />
<meta property="og:description" content="Rain's slonksite" /> <meta property="og:description" content="my slonksite" />
<meta property="og:url" content="https://slonk.ing/" /> <meta property="og:url" content="https://slonk.ing/xonotic.html" />
<meta property="og:image" content="https://slonk.ing/img/favicon.png" /> <meta property="og:image" content="https://slonk.ing/img/favicon.png" />
<title>Rain's slonksite</title> <title>slonksite</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/png" /> <link rel="shortcut icon" href="img/favicon.png" type="image/png" />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>