commit 8153b22c3bfb5959e707c822df3259196e60810f
parent 31b4d437bcbde6a1ff732d67f463619216128a97
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 24 Jan 2024 16:26:46 +0000
words and cites
Diffstat:
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
@@ -13,16 +13,16 @@
<div class="container">
<div class="section">
<div id="me" class="subsection">
- <p>A *nix sysadmin; hacker<sup><a href="#cite1">[1]</a></sup>; obsessive geek; open-source, security, and privacy advocate; "<a href="/scrots"><em>ricer</em></a>"; patient coffee brewer.</p>
+ <p>Greying, bearded *nix<sup><a href="#cite1">[1]</a></sup> sysadmin and consultant; hacker<sup><a href="#cite2">[2]</a></sup>; terminalmancer<sup><a href="#cite3">[3]</a></sup>; obsessive geek; open-source, security, and privacy advocate; "<a href="/scrots"><em>ricer</em></a>"; patient coffee brewer.</p>
</div>
<div id="log" class="subsection">
- <p>Occassionally writes <a href="https://log.pyratebeard.net">log entries</a> related to free and open source software, digital security, and random musings amongst other things. Microblogging can be found on the <a rel="me" href="https://harbour.cafe/@pyratebeard" target="_blank" rel="noreferrer">fediverse</a>.</p>
+ <p>Occassionally writes <a href="https://log.pyratebeard.net">log entries</a> related to free and open source software, digital security, and random musings, amongst other things. Microblogging can be found on the <a rel="me" href="https://harbour.cafe/@pyratebeard" target="_blank" rel="noreferrer">Fediverse</a>.</p>
</div>
<div id="code" class="subsection">
<p>Code written or used can be found in repositories on this domain's <a href="https://git.pyratebeard.net">git server</a> or on <a href="https://gitlab.com/pyratebeard" target="_blank" rel="noreferrer">gitlab</a>/<a href="https://github.com/pyratebeard" target="_blank" rel="noreferrer">github</a>.</p>
</div>
<div id="uses" class="subsection">
- <p>For a detailed list of current setup and preferred warez navigate <a href="/uses">here</a>. No affilitions unless specified.</p>
+ <p>For a detailed list of current setup and preferred warez<sup><a href="#cite4">[4]</a></sup> navigate <a href="/uses">here</a>. No affilitions unless specified.</p>
</div>
<div id="comms" class="subsection">
<p>To communicate use the address <code>root <at> pyratebeard <dot> net</code>, or for more direct contact use IRC:</p>
@@ -65,7 +65,7 @@
<h4>Listening</h4>
<ul>
<li>Most played album of last week :: <a href="https://arkonamoscow.bandcamp.com/album/goi-rode-goi" target="_blank" rel="noreferrer">Goi, Rode, Goi! by Arkona</a></li>
- <li>Most recent podcast episode :: <a href="https://latenightlinux.com/late-night-linux-episode-265/" target="_blank" rel="noreferrer">Late Night Linux Episode 265</a></li>
+ <li>Most recent podcast episode :: <a href="https://craphound.com/news/2024/01/21/what-kind-of-bubble-is-ai/" target="_blank" rel="noreferrer">What kind of bubble is AI? - Cory Doctorow Podcast</a></li>
</ul>
<h4>Watching</h4>
<ul>
@@ -98,6 +98,11 @@
</body>
<footer>
<hr class="footer">
-<small id="cite1">1. as defined in <a href="https://datatracker.ietf.org/doc/html/rfc1392#page-21" target="_blank" rel="noreferrer">RFC1392 - <em>The Internet Users' Glossary</em></a></small>
+<ul>
+<li><small id="cite1">1. A Unix-like (sometimes referred to as UN*X or *nix) operating system is one that behaves in a manner similar to a Unix system</small></li>
+<li><small id="cite2">2. As defined in <a href="https://datatracker.ietf.org/doc/html/rfc1392#page-21" target="_blank" rel="noreferrer">RFC1392 - <em>The Internet Users' Glossary</em></a></small></li>
+<li><small id="cite3">3. User who prefers a terminal interface over a graphical interface. <em>-mancer</em> meaning <em>"A practitioner of a specific type of divination"</em></small></li>
+<li><small id="cite4">4. While not strictly a list of pirated software, as a pyrate any software used is <em>pyrated</em></small></li>
+</ul>
</footer>
</html>
diff --git a/style.css b/style.css
@@ -251,3 +251,7 @@ hr.footer {
width: 100%;
margin-left: 0px;
}
+footer > ul {
+ list-style: none;
+ padding-left: 0px;
+}