Commit Diff


commit - afdbd19a89978dd4494ba3761b826108959fd195
commit + 0c611a4f094e401cc249c21a671faba3f2c9df75
blob - 4d39ab4070ad60ad15373d6b374dc32241692d08
blob + 3e8f3cae261d5b4d8861930a051a85fa2356ddb5
--- awk.cgi
+++ awk.cgi
@@ -51,6 +51,8 @@ BEGIN{
 
 	if(/^\/?$/)
 		render("root.html", "pastanoggin!!");
+	else if(/^\/me\/?$/)
+		render("me.html", "who?");
 	else if(/^\/contact\/?$/)
 		render("contact.html", "hello, is it me you're looking for?");
 	else if(/^\/blog\/?$/)
blob - 7ac968b899af253be4dbf5ba3d418116d1a143bd
blob + 2d4b2b31e7d810be5725fe7cf72b52bacf9fda46
--- docs/contact.html
+++ docs/contact.html
@@ -2,11 +2,11 @@
 
 <dl>
   <dt>E-mail</dt>
-  <dd>[REDACTED] (working on it)</dd>
+  <dd>noodle@pastanoggin.com</dd>
   <dt>IRC</dt>
-  <dd>anelli (not registered everywhere though)</dd>
-  <dt>XMPP</dt>
-  <dd>anelli@pastanoggin.com</dd>
+  <dd>noodle (on LiberaChat and OFTC)</dd>
+  <dt>age encryption pubkey</dt>
+  <dd>age1vmfujcg3kazv62uxg9964dj9k8vl6xd65ugyxuvz8untqe4hhchsawjc36</dd>
 </dl>
 
 <p>yay!</p>
blob - f5d795d33fe67c302f88519310b75fc93a283969
blob + 0fc87ab7314eb6196dcf33d15cc3a29459249d8a
--- docs/links.html
+++ docs/links.html
@@ -2,13 +2,19 @@
 
 <h2>my button :3</h2>
 <section>
-	<a href="https://pastanoggin.com"><img class="buttonbadge" src="/img/badge.png" alt="button to https://pastanoggin.com"></a>
-	<pre class="codeblock"><code>&lt;a href="https://pastanoggin.com"&gt;&lt;img src="https://pastanoggin.com/static/badge.png" alt="button to https://pastanoggin.com"&gt;&lt;/a&gt;</code></pre>
+	<a href="https://pastanoggin.com"><img class="buttonbadge" src="/img/badge.png" alt="The text $quot;Pastanoggin$quot; on the left side of a dark background covered in grey squares.  There's a blond cyan-eyed pixel-art character smoking a blunt on the right."></a>
+	<pre class="codeblock"><code>&lt;a href="https://pastanoggin.com"&gt;&lt;img src="https://pastanoggin.com/static/badge.png" alt="The text $quot;Pastanoggin$quot; on the left side of a dark background covered in grey squares.  There's a blond cyan-eyed pixel-art character smoking a blunt on the right."&gt;&lt;/a&gt;</code></pre>
 </section>
 
 <h2>kin</h2>
 <ul class="links-list">
-	<li><a href="http://thedaemon.space">thedaemon - based 9fronter</a></li>
+	<li><a href="https://triapul.cz">prahou - not surrealism, btw</a></li>
+	<li><a href="https://web.liminal.cafe/~byakuren"><img class="buttonbadge" src="https://web.liminal.cafe/~byakuren/button.png"></a></li>
+	<li><a href="https://izder456.neocities.org">izzy - OpenBSD game porter</a></li>
+	<li><a href="https://para.mohrie.net">parai - XMPP's strongest soldier</a></li>
+	<li><a href="https://howdoesmycode.work">ssm - PIZZA TOWER!!</a></li>
+	<li><a href="https://pastatech.eu">pasta - twinn :3</a></li>
+	<li><a href="https://thedaemons.space/">thedaemon - based 9fronter</a></li>
 	<li><a href="https://dataswamp.org/~solene">solene - OpenBSD OG</a></i>
 </ul>
 
@@ -19,15 +25,19 @@
 	<li><a href="https://goblin-heart.net/sadgrl"><img class="buttonbadge" src="https://goblin-heart.net/sadgrl/assets/images/buttons/sadgrlonline.gif" alt="button to https://goblin-heart.net/sadgrl"></a></li>
 </ul>
 
+<h2>art</h2>
+<ul class="links-list">
+	<li><a href="https://analognowhere.com">Analognowhere - unix but funny</a></li>
+</ul>
+
 <h2>tech</h2>
 <ul class="links-list">
-	<li><a href="https://openbsd.org">OpenBSD - secure os</a></li>
 	<li><a href="https://9front.org">9front - unix done right</a></li>
-	<li><a href="https://unixdigest.com">unix digest</a></li>
+	<li><a href="https://openbsd.org">OpenBSD - secure os</a></li>
+	<li><a href="https://unixdigest.com">unix digest - rants about unix</a></li>
 </ul>
 
-<h2>other</h2>
+<h2>misc</h2>
 <ul class="links-list">
-	<li><a href="https://analognowhere.com">unix_surrealism</a></li>
-	<li><a href="https://www.fieggen.com/shoelace" title="Ian's Shoelace Site">Ian's Shoelace Site</a></li>
+	<li><a href="https://www.fieggen.com/shoelace" title="Ian's Shoelace Site">Ian's Shoelace Site - cool shoelaces!!</a></li>
 </ul>
blob - d77c9b10f3ef6b86923919821954ee85af8ba60f
blob + 4031239ce2bd77c70b68095634d399b0d6a70189
--- docs/main.tmp
+++ docs/main.tmp
@@ -17,6 +17,7 @@
 		<nav class="box lighten"> 
 			<ul class="nav-list">
 				<li class="nav-item"><a class="nav-link" href="/">home</a></li>
+				<li class="nav-item"><a class="nav-link" href="/me">me</a></li>
 				<li class="nav-item"><a class="nav-link" href="/contact">contact</a></li>
 				<li class="nav-item"><a class="nav-link" href="/blog">blog</a></li>
 				<li class="nav-item"><a class="nav-link" href="https://git.pastanoggin.com">code</a></li>
blob - 8bd8e37377744709821b218d5b2fe9ee5ac721e4
blob + 7a70fa8036988ba8c0083186a01645051ec8b10c
--- docs/root.html
+++ docs/root.html
@@ -1,24 +1,9 @@
 <blockquote>
-<p>"DO <b>YOU</b> HAVE A GRIMOIRE, SHITASS????"</p>
-<cite>- My friend</cite>
+<p>"There was a PGP usability study conducted a few years ago where a group of technical people were placed in a room with a computer and asked to set up PGP. Two hours later, they were never seen or heard from again."</p>
+<cite>- Ted Unangst</cite>
 </blockquote>
 <hr>
 
-<p>Hello, this is alex/anelli/noodle/etc,</p>
-<p>I think personal websites are way cooler than social media so hi. After surfing some neocities-like websites i was like "daym this is fun" (check out my favourites in the <i>links</i> page); so I'm trying to make a funny website too with blackjack and hookers as the cool kids say. I'll also blog and host code here for the lols.</p>
+<p>Personal websites are the new social media! Free the web... something, something... Host your own website TODAY!!</p>
 
-<h2>Likes:</h2>
-<ul>
-<li>Birds</li>
-<li>Computers</li>
-<li>Self-hosting</li>
-<li>Xavier Renegade Angel</li>
-</ul>
-
-<h2>Dislikes:</h2>
-<ul>
-<li>Okara</li>
-<li>Spinach</li>
-<li>Consumerism</li>
-<li>Proprietary software/hardware</li>
-</ul>
+<p>I mainly contribute to <a href="https://9front.org">9front</a> and work on IRC software like <a href="https://git.pastanoggin.com/?action=summary&path=mata_bot.git">mata_bot</a>.  I also host DNS, E-mail (only me for now), a private IRCD, and an IRC bouncer.</p>
blob - /dev/null
blob + 8122c037092154e88b5a7c44e3c036a7a891cf22 (mode 644)
--- /dev/null
+++ docs/me.html
@@ -0,0 +1,20 @@
+<h2>Computing:</h2>
+<p>I use <a href="https://9front.org">9front</a> as my daily driver and <a href="https://openbsd.org">OpenBSD</a> for developing *NIX software, hosting servers, browsing JS websites, gaming, and misc. tasks.</p>
+
+<h2>Likes:</h2>
+<ul>
+<li>Computers</li>
+<li>Operating Systems</li>
+<li>Linguistics</li>
+<li>Veganism</li>
+<li>Self-hosting</li>
+<li>Xavier Renegade Angel</li>
+</ul>
+
+<h2>Dislikes:</h2>
+<ul>
+<li>Proprietary software/hardware</li>
+<li>Closed protocols</li>
+<li>Neocolonialism</li>
+<li>Bloatware</li>
+</ul>