m4 site generation for index.html
This commit is contained in:
parent
d255de5940
commit
d62e1b270c
@ -2,10 +2,12 @@ image: alpine/edge
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
packages:
|
||||
- hut
|
||||
- m4
|
||||
tasks:
|
||||
- package: |
|
||||
cd homepage
|
||||
tar -cvz --exclude .git . >../site.tar.gz
|
||||
m4 index.m4 >index.html
|
||||
tar -cvz --exclude .git --exclude *.m4 . >../site.tar.gz
|
||||
ls -l ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d trinity.moe site.tar.gz
|
||||
|
1
homepage/announcement.m4
Normal file
1
homepage/announcement.m4
Normal file
@ -0,0 +1 @@
|
||||
<H1>HTTP/S? <A HREF="#faq">Is the world ending?</A></H1>
|
5
homepage/contact.m4
Normal file
5
homepage/contact.m4
Normal file
@ -0,0 +1,5 @@
|
||||
<H2 ID="contact">You can contact me at...</H2>
|
||||
<P><CODE><B>trinity AT this domain</B></CODE></P>
|
||||
<P>
|
||||
I will reply from a different address.
|
||||
</P>
|
32
homepage/extensions.m4
Normal file
32
homepage/extensions.m4
Normal file
@ -0,0 +1,32 @@
|
||||
<H2 ID="extensions">Browser extensions I use</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
These are browser extensions I usually install and use.
|
||||
These are Mozilla Firefox extensions that work in the latest versions of Mozilla Firefox.
|
||||
If you use Google Chrome, <A HREF="/shitlist#alphabet">please stop</A>.
|
||||
</P>
|
||||
<UL>
|
||||
<LI>Containerization<UL>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/contain-amazon/">Amazon Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/facebook-container/">Facebook Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/google-container/">Google Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/contain-reddit/">Reddit Container</A></LI>
|
||||
</UL></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/clearurls/">ClearURLs</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/google-analytics-blocker/">Google Analytics Blocker</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/image-search-options/">Image Search Options</A></LI>
|
||||
<LI><A HREF="https://noscript.net/">NoScript</A></LI>
|
||||
<LI><A HREF="https://shinigami-eyes.github.io/">Shinigami Eyes</A><UL>
|
||||
<LI>
|
||||
A frequently questioned item on this list, but fairly useful.
|
||||
It's nice to be able to query a search engine and have all the questionable sites highlighted in red.
|
||||
</LI></UL></LI>
|
||||
<LI><A HREF="https://github.com/gorhill/uBlock">uBlock Origin</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/">User-Agent Switcher</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/">Violentmonkey</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/">Wayback Machine</A></LI>
|
||||
</UL>
|
||||
<H5>Other Art</H5>
|
||||
<UL>
|
||||
<LI><A HREF="https://tebibyte.media/about/extensions.html">Emma Tebibyte's recommended Firefox extensions</A> (sourced for entries on this list)</LI>
|
||||
</UL>
|
31
homepage/faq.m4
Normal file
31
homepage/faq.m4
Normal file
@ -0,0 +1,31 @@
|
||||
<H2 ID="faq">frequently asked questions</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
|
||||
<H5>I messaged you on [<I>platform</I>] and you didn't respond. Why is that?</H5>
|
||||
<P>
|
||||
I'm not active on many platforms and the ones on which I am active tend to glitch out because I always have weird device setups.
|
||||
If you need to get in touch with me I highly encourage you to contact me via SMTP at the addresses on the site index.
|
||||
Unless you opened with something really weird, had I seen your message, I would have responded.
|
||||
</P>
|
||||
|
||||
<H5>Why "Trinity"? Don't you go by Deven?</H5>
|
||||
<P>
|
||||
I go by both.
|
||||
What do you think the T in DTB stood for?
|
||||
I mostly use "Deven Blake" in formal contexts.
|
||||
</P>
|
||||
|
||||
<H5>TLS? But I still browse this site with Internet Explorer 1!</H5>
|
||||
<P>
|
||||
All bad things must come to an end.
|
||||
<A HREF="https://sourcehut.org/blog/2021-02-18-sourcehut-pages/">Sourchut Pages forces TLS</A>.
|
||||
It's not my choice but it's an alright one and I'm happy to be on a platform whose principles are ones with which I can agree.
|
||||
</P>
|
||||
<P>
|
||||
This change in hosting has also put fuel in the fire that's burned
|
||||
<A HREF="https://web.archive.org/web/2/devenzone">/devenzone</A>,
|
||||
<A HREF="https://web.archive.org/web/2/http://www.trinity.moe/stickers">/stickers</A>,
|
||||
and much of <A HREF="css">/css</A>.
|
||||
These are all pages that heavily relied on third-party resources, which Sourcehut forbids.
|
||||
This is no great loss and these pages won't be missed.
|
||||
</P>
|
30
homepage/gear.m4
Normal file
30
homepage/gear.m4
Normal file
@ -0,0 +1,30 @@
|
||||
<H2 ID="gear">gear</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
<A HREF="shitlist/#amazon">Amazon</A> links listed are not tracker links nor affiliate links.
|
||||
Italicized entries are items I used to carry but don't anymore.
|
||||
</P>
|
||||
<H5><A HREF="https://www.amazon.com/gp/product/B003HHV0QQ/">Backpack</A></H5>
|
||||
<UL>
|
||||
<LI>some Aspirin</LI>
|
||||
<LI>Computer repair kit</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B08LG2X98F/">Power bank</A></LI>
|
||||
<LI>a sandwich or two sometimes</LI>
|
||||
<LI>two 12oz cans of Monster Energy and two 500mL bottles of water</LI>
|
||||
<LI><A HREF="https://www.pine64.org/pinecil/">Soldering iron</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07DHCPB39/">Velcro nametag</A></LI>
|
||||
<LI>Tote bag</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07WRKXQ8W/">USB-C mains power adapter</A></LI>
|
||||
<LI>USB-C plug-plug cables</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B079LYHNSR/">USB-C port to USB-A plug adapters</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07NW8RPYN/">USB-C SD and micro SD card reader</A></LI>
|
||||
</UL>
|
||||
<H5>On-person</H5>
|
||||
<UL>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07GYXJZRY/">Concert earplugs</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B091DPFLSH/">Earbuds</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07KG4SKFG/">Lip balm</A></LI>
|
||||
<LI>phone (usually not a smart phone)</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B000GAWSDG/">Watch</A>
|
||||
and <A HREF="https://www.amazon.com/gp/product/B07M5Z5NGG/">strap</A></LI>
|
||||
</UL>
|
14
homepage/head.m4
Normal file
14
homepage/head.m4
Normal file
@ -0,0 +1,14 @@
|
||||
<HEAD>
|
||||
<LINK HREF="https://trinity.moe/_PAGE" REL="canonical" />
|
||||
<LINK HREF="img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
||||
<LINK HREF="css/blank.css" ID="styling" REL="stylesheet" />
|
||||
<META CHARSET="UTF-8" />
|
||||
<META CONTENT="dtb" NAME="author" />
|
||||
<META CONTENT="_DESCRIPTION" NAME="description" />
|
||||
<META CONTENT="width=device-width, initial-scale=1" NAME="viewport" />
|
||||
<META CONTENT="img/trinnow.bmp" NAME="og:image" />
|
||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||
<STYLE></STYLE>
|
||||
<TITLE>_TITLE</TITLE>
|
||||
</HEAD>
|
@ -1,349 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<HTML lang="en-US">
|
||||
<HEAD>
|
||||
<LINK HREF="http://www.trinity.moe/" REL="canonical" />
|
||||
<LINK HREF="img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
||||
<LINK HREF="css/blank.css" ID="styling" REL="stylesheet" />
|
||||
<META CHARSET="UTF-8" />
|
||||
<META CONTENT="Trinity Blake" NAME="author" />
|
||||
<META CONTENT="Trinity's personal website." NAME="description" />
|
||||
<META CONTENT="width=device-width, initial-scale=1" NAME="viewport" />
|
||||
<META CONTENT="img/trinnow.bmp" NAME="og:image" />
|
||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||
<STYLE></STYLE>
|
||||
<TITLE>trinity dot moe</TITLE> <!-- Also considered: 1945-07-16T05:26-06:00 -->
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/cookies.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/quotes.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/sheets.js" ></SCRIPT>
|
||||
|
||||
<SCRIPT TYPE="application/javascript">//<!--
|
||||
window.onload = function(){
|
||||
window.initializesheets();
|
||||
window.quotes_initialize();
|
||||
};
|
||||
//--></SCRIPT>
|
||||
|
||||
<H1>HTTP/S? <A HREF="#faq">Is the world ending?</A></H1>
|
||||
<P>Hi, I'm Deven Trinity Blake. I'm just your normal everyday nerd.</P>
|
||||
<SMALL>
|
||||
translations of my name include: <BR />
|
||||
ديفين بلايك <BR />
|
||||
バレイク デビン (BLAKE Deven)
|
||||
</SMALL>
|
||||
<P>
|
||||
To correctly refer to me you may use <CODE>she/her</CODE>, <CODE>they/them</CODE>, or any genderless pronoun set you prefer to use.
|
||||
If this confuses you just say things like "<I>they</I> walked", or "I saw <I>them</I> walking".
|
||||
I won't get offended if you use <CODE>he/him</CODE> but I'll probably be a bit confused.
|
||||
</P>
|
||||
<P>
|
||||
This website is currently hosted on GitHub in <A HREF="https://github.com/devenblake/homepage">a git repository.</A>
|
||||
See something wack? File an issue.
|
||||
</P>
|
||||
<P>
|
||||
The canonical URL for this page is <A HREF="http://www.trinity.moe/">http://www.trinity.moe/</A>.
|
||||
You can also use the <A HREF="https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/a?áaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂåAæãæãæaâÁáÆáÆææææææáÅæãæáåÀåÅåÀæãæÀáÅåÄåÆåä">lengthened URL</A> if need be,
|
||||
and <A HREF="http://devenblake.com">devenblake.com</A> redirects to this webpage.
|
||||
</P>
|
||||
<P>
|
||||
I'm vaccinated against COVID-19. Are you?
|
||||
</P>
|
||||
|
||||
<P><I>Click to jump or navigate to...
|
||||
<B>living</B>:
|
||||
<A HREF="bookmarks" >bookmarks/</A>,
|
||||
<A HREF="#contact" >#contact</A>,
|
||||
<A HREF="css/" >css/</A>,
|
||||
<A HREF="#faq" >#faq</A>,
|
||||
<A HREF="#gear" >#gear</A>,
|
||||
<A HREF="home/" >home/</A>,
|
||||
<A HREF="phones/" >phones/</A>,
|
||||
<A HREF="#praise" >#praise</A>,
|
||||
<A HREF="#services" >#services</A>,
|
||||
<A HREF="shitlist/" >shitlist/</A>,
|
||||
<A HREF="#trinitisms">#trinitisms</A>,
|
||||
<A HREF="#zelda" >#zelda</A>;
|
||||
<B>ephemeral</B>:
|
||||
<A HREF="blah/" >blah/</A>,
|
||||
<A HREF="#extensions" >#extensions</A>,
|
||||
<A HREF="#now" >#now</A>,
|
||||
<A HREF="#privacy" >#privacy</A>,
|
||||
<A HREF="thegame" >thegame/</A>;
|
||||
<B>knowledge</B>:
|
||||
<A HREF="cat/" >cat(1)</A>,
|
||||
<A HREF="c78/" >c78</A>,
|
||||
<A HREF="software/">software</A>,
|
||||
<A HREF="x200t/" >X200T</A>;
|
||||
</I></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="contact">You can contact me at...</H2>
|
||||
<P><CODE><B>trinity AT this domain</B></CODE></P>
|
||||
<P>
|
||||
I will reply from a different address.
|
||||
</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="services">Services I'm on include...</H2>
|
||||
<P>
|
||||
<I><B>All Things Weezer</B>, deven</I>;
|
||||
<I><B>ArchWiki</B>, deven</I>;
|
||||
<I><B>Bandcamp</B>, devenblake</I>;
|
||||
<I><B>CodeWalrus</B>, deven</I>;
|
||||
<B>CMRO</B>, <A HREF="https://cmro.travis-starnes.com/statistics.php?display_user=11705">trinity</A>;
|
||||
<B>Discord</B>, trinity#3756;
|
||||
<I><B>GitHub</B>, devenblake</I>;
|
||||
<I><B>itch.io</B>, devenblake</I>;
|
||||
<B>last.fm</B>, trn1ty;
|
||||
<B>Libera.chat IRC</B>, trinity;
|
||||
<B>Matrix</B>, tr1nity:matrix.org;
|
||||
<I><B>Okuna</B>, 333</I>;
|
||||
<I><B>Reddit</B>, u/devenblake</I>;
|
||||
<I><B>Soundcloud</B>, devenblake</I>;
|
||||
<B>Sourcehut</B>, trinity;
|
||||
<I><B>SpaceHey</B>, dtb</I>;
|
||||
<I><B>Substack</B>, trn1ty</I>;
|
||||
<I><B>TikTok</B>, trn1ty</I>;
|
||||
<I><B>Wikipedia</B>, DTB</I>
|
||||
</P>
|
||||
<SMALL>(<A HREF="http://murderu.us/">I also have an IRC server (mirrored to Discord)</A>)</SMALL>
|
||||
<P>
|
||||
None of these are guaranteed to still be on-line and italicized entries are ones I rarely use.
|
||||
I would prefer you simply e-mail me.
|
||||
</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="praise">Praise for www.trinity.moe's bold approach to the web</H2>
|
||||
<IMG
|
||||
ALT="Praise me more."
|
||||
SRC="img/praise_me_more.jpg"
|
||||
/>
|
||||
<UL>
|
||||
<LI><CODE>[2004-12-09] Dr. Gene Ray: <A HREF="https://web.archive.org/web/20041209065507/http://timecube.com:80/index.html">Life rotation debunks Trinity.</A></CODE></LI>
|
||||
<LI><CODE>[2021-03-27T04:44+04:00] 🛸UFO🛸: I wanna hug trinity</CODE></LI>
|
||||
<LI><CODE>[2021-05-03] Вероника Заглотова: <A HREF="https://invidious.tube/watch?v=fUpZO9LnNo0">my computer is making mustard gases</A></CODE></LI>
|
||||
<LI><CODE>[2021-05-10T10:47+??] Аноним: [<I>screenshot of this website next to a screenshot of a wojak</I>]</CODE></LI> <!-- https://web.archive.org/web/20210510123535mp_/https://2ch.hk/s/res/2981671.html -->
|
||||
<LI><CODE>[2021-05-15T08:49+04:00] Anonymous: deven's website is the best~!</CODE></LI>
|
||||
<LI><CODE>[2021-05-15T09:17+04:00] Anonymous: this is what developing mental illness in teen years looks like</CODE></LI>
|
||||
<LI><CODE>[2021] MetaMask/eth-phishing-detect: <A HREF="https://github.com/MetaMask/eth-phishing-detect/issues/5119">This domain was blocked for its similarity to dfinity.org, a historical phishing target.</A></CODE></LI>
|
||||
<LI><CODE>[2022-05-11T21:43+04:00] Eminav_B: Never watching a movie with trinity</CODE></LI>
|
||||
</UL>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="extensions">Browser extensions I use</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
These are browser extensions I usually install and use.
|
||||
These are Mozilla Firefox extensions that work in the latest versions of Mozilla Firefox.
|
||||
If you use Google Chrome, <A HREF="/shitlist#alphabet">please stop</A>.
|
||||
</P>
|
||||
<UL>
|
||||
<LI>Containerization<UL>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/contain-amazon/">Amazon Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/facebook-container/">Facebook Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/google-container/">Google Container</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/contain-reddit/">Reddit Container</A></LI>
|
||||
</UL></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/clearurls/">ClearURLs</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/google-analytics-blocker/">Google Analytics Blocker</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/image-search-options/">Image Search Options</A></LI>
|
||||
<LI><A HREF="https://noscript.net/">NoScript</A></LI>
|
||||
<LI><A HREF="https://shinigami-eyes.github.io/">Shinigami Eyes</A><UL>
|
||||
<LI>
|
||||
A frequently questioned item on this list, but fairly useful.
|
||||
It's nice to be able to query a search engine and have all the questionable sites highlighted in red.
|
||||
</LI></UL></LI>
|
||||
<LI><A HREF="https://github.com/gorhill/uBlock">uBlock Origin</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/">User-Agent Switcher</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/">Violentmonkey</A></LI>
|
||||
<LI><A HREF="https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/">Wayback Machine</A></LI>
|
||||
</UL>
|
||||
<H5>Other Art</H5>
|
||||
<UL>
|
||||
<LI><A HREF="https://tebibyte.media/about/extensions.html">Emma Tebibyte's recommended Firefox extensions</A> (sourced for entries on this list)</LI>
|
||||
</UL>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="now">What I'm doing right now</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
<INCLUDE SRC="dalleinspirationalquote.sh" TYPE="script/sh" />
|
||||
</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="faq">frequently asked questions</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
|
||||
<H5>I messaged you on [<I>platform</I>] and you didn't respond. Why is that?</H5>
|
||||
<P>
|
||||
I'm not active on many platforms and the ones on which I am active tend to glitch out because I always have weird device setups.
|
||||
If you need to get in touch with me I highly encourage you to contact me via SMTP at the addresses on the site index.
|
||||
Unless you opened with something really weird, had I seen your message, I would have responded.
|
||||
</P>
|
||||
|
||||
<H5>Why "Trinity"? Don't you go by Deven?</H5>
|
||||
<P>
|
||||
I go by both.
|
||||
What do you think the T in DTB stood for?
|
||||
I mostly use "Deven Blake" in formal contexts.
|
||||
</P>
|
||||
|
||||
<H5>TLS? But I still browse this site with Internet Explorer 1!</H5>
|
||||
<P>
|
||||
All bad things must come to an end.
|
||||
<A HREF="https://sourcehut.org/blog/2021-02-18-sourcehut-pages/">Sourchut Pages forces TLS</A>.
|
||||
It's not my choice but it's an alright one and I'm happy to be on a platform whose principles are ones with which I can agree.
|
||||
</P>
|
||||
<P>
|
||||
This change in hosting has also put fuel in the fire that's burned
|
||||
<A HREF="https://web.archive.org/web/2/devenzone">/devenzone</A>,
|
||||
<A HREF="https://web.archive.org/web/2/http://www.trinity.moe/stickers">/stickers</A>,
|
||||
and much of <A HREF="css">/css</A>.
|
||||
These are all pages that heavily relied on third-party resources, which Sourcehut forbids.
|
||||
This is no great loss and these pages won't be missed.
|
||||
</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="gear">gear</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
<A HREF="shitlist/#amazon">Amazon</A> links listed are not tracker links nor affiliate links.
|
||||
Italicized entries are items I used to carry but don't anymore.
|
||||
</P>
|
||||
<H5><A HREF="https://www.amazon.com/gp/product/B003HHV0QQ/">Backpack</A></H5>
|
||||
<UL>
|
||||
<LI>some Aspirin</LI>
|
||||
<LI>Computer repair kit</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B08LG2X98F/">Power bank</A></LI>
|
||||
<LI>a sandwich or two sometimes</LI>
|
||||
<LI>two 12oz cans of Monster Energy and two 500mL bottles of water</LI>
|
||||
<LI><A HREF="https://www.pine64.org/pinecil/">Soldering iron</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07DHCPB39/">Velcro nametag</A></LI>
|
||||
<LI>Tote bag</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07WRKXQ8W/">USB-C mains power adapter</A></LI>
|
||||
<LI>USB-C plug-plug cables</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B079LYHNSR/">USB-C port to USB-A plug adapters</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07NW8RPYN/">USB-C SD and micro SD card reader</A></LI>
|
||||
</UL>
|
||||
<H5>On-person</H5>
|
||||
<UL>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07GYXJZRY/">Concert earplugs</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B091DPFLSH/">Earbuds</A></LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B07KG4SKFG/">Lip balm</A></LI>
|
||||
<LI>phone (usually not a smart phone)</LI>
|
||||
<LI><A HREF="https://www.amazon.com/gp/product/B000GAWSDG/">Watch</A>
|
||||
and <A HREF="https://www.amazon.com/gp/product/B07M5Z5NGG/">strap</A></LI>
|
||||
</UL>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="trinitisms">Trinitisms</H2>
|
||||
|
||||
<P><I><B>ism</B> - A distinctive doctrine, system, or theory.</I> (From the American Heritage(R) Dictionary of the English Language, 5th ed, <A HREF="https://www.wordnik.com/words/ism">according to Wordnik</A>.)</P>
|
||||
|
||||
<P>Trinitisms are decrees I make or terms I coin with no necessary reason. Or terms I use often that people don't know. Some I coined, some I didn't; when in doubt, assume I didn't.</P>
|
||||
<P><I>Trinitism</I> when not used as a proper noun can refer to any given person's own trinitisms.</P>
|
||||
|
||||
<UL>
|
||||
<LI>
|
||||
"Disc" refers to optical and physically impressive media, such as compact discs or phonograph discs, and "disk" is for magnetic media, such as floppy disks or hard disks; there are however exceptions and edge cases.
|
||||
</LI>
|
||||
<LI>
|
||||
<B>catfella</B> - the non-gender-specific form of "catboy" or "catgirl".
|
||||
(<I>coined 2020-08-11 when referring to my friend Socks</I>)
|
||||
Also in use (though not a Trinitism): <I>nyanbinary</I>.
|
||||
</LI>
|
||||
<LI>
|
||||
The continents shall be separated as follows: North America, South America, Eurasia, Africa, India, the middle-East, and Oceania.
|
||||
Though I hope someone important finds individual terms for each America and has a better name for the middle-East if each region's residents generally agree with me that the current naming kind of sucks.
|
||||
</LI>
|
||||
<LI><B>39</B> - "Thank you." In Japanese the word for 3 is "san" and the word for 9 is normally "kyuu" so 39 is pronounced "sankyuu".</LI>
|
||||
<LI>Antarctica is cool, both literally and figuratively.</LI>
|
||||
<LI>It's not preferable to drink from plastic.</LI>
|
||||
<LI>Don't put ice in beverages that aren't water, or they'll get watered down.</LI>
|
||||
<LI>Don't think, feel.</LI>
|
||||
<LI>A string is an array of characters.</LI>
|
||||
<LI>More magic is necessary.</LI>
|
||||
<LI>The only good programmers are the insane programmers.</LI>
|
||||
<LI>If less than one half of the packaging is in a non-Latin writing system, the noodles will be sub-par.</LI>
|
||||
<LI><B>home ownership corporation</B> - "home owners' association". A home ownership corporation is exactly that - a corporation that can force you to sell your home if you don't comply with their own rules, separate from the government. Calling it an "association" implies you have power within someone else's corporation.</LI>
|
||||
</UL>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="zelda">Play the Zelda theme song in your terminal</H2>
|
||||
<P><CODE STYLE="DISPLAY: BLOCK;">
|
||||
<A HREF="https://archive.org/download/cirno_actually_plays_zelda_in_terminal/cirno_actually_plays_zelda_in_terminal.png">
|
||||
curl https://www.trinity.moe/zeldb.sh | sudo sh
|
||||
</A>
|
||||
</CODE></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="privacy">Site privacy policy</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
This site is registered through Namecheap and uses Cloudflare's DNS service.
|
||||
Hosting is done through <A HREF="https://srht.site/">Sourcehut Pages</A> which I can wholeheartedly recommend.
|
||||
There's no sort of telemetry or analytics on this web site, nor anything expected from those that access the site
|
||||
(besides that you follow <A HREF="https://www.law.cornell.edu/uscode/text/18/1030">18 U.S. Code § 1030</A>).
|
||||
</P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<H2 ID="stickers">Stickers</H2>
|
||||
|
||||
<A HREF="http://www.trinity.moe"><IMG
|
||||
ALT="trinity.moe. Hypertext on port 80. Click here."
|
||||
SRC="img/trinitydotmoe88x31.bmp"
|
||||
WIDTH="88px"
|
||||
/></A>
|
||||
|
||||
<CODE STYLE="BACKGROUND-COLOR: WHITE; COLOR: BLACK; DISPLAY: BLOCK;">
|
||||
<A HREF="http://www.trinity.moe"><IMG <BR />
|
||||
ALT="trinity.moe. Hypertext on port 80. Click here." <BR />
|
||||
SRC="https://ia601509.us.archive.org/31/items/trinitydotmoe88x31/trinitydotmoe88x31.bmp" <BR />
|
||||
WIDTH="88px" <BR />
|
||||
/></A> <BR />
|
||||
</CODE>
|
||||
|
||||
<A HREF="http://www.trinity.moe"><IMG
|
||||
ALT="trinity.moe!"
|
||||
SRC="img/trinnow.bmp"
|
||||
WIDTH="88px"
|
||||
/></A>
|
||||
|
||||
<CODE STYLE="BACKGROUND-COLOR: WHITE; COLOR: BLACK; DISPLAY: BLOCK;">
|
||||
<A HREF="http://www.trinity.moe"><IMG <BR />
|
||||
ALT="trinity.moe!" <BR />
|
||||
SRC="https://ia801402.us.archive.org/5/items/trinmoe3/trinnow.bmp" <BR />
|
||||
WIDTH="88px" <BR />
|
||||
/></A> <BR />
|
||||
</CODE>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<INPUT ONCLICK="quote_new();" TYPE="button" VALUE="free quote" />
|
||||
<P ID="quote_value"></P>
|
||||
<P ID="quote_author"></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<P>
|
||||
This site is written in vim and tested in the latest Firefox.
|
||||
No rights reserved, all rights exercised, rights turned to lefts, left in this corner of the web.
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
84
homepage/index.m4
Normal file
84
homepage/index.m4
Normal file
@ -0,0 +1,84 @@
|
||||
#!/usr/bin/env m4
|
||||
define(`_PAGE', `')
|
||||
define(`_TITLE', `trinity dot moe')
|
||||
define(`_DESCRIPTION', `trinity`'s personal website')
|
||||
<!DOCTYPE html>
|
||||
<HTML lang="en-US">
|
||||
include(`head.m4')
|
||||
<BODY>
|
||||
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/cookies.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/quotes.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/sheets.js" ></SCRIPT>
|
||||
|
||||
<SCRIPT TYPE="application/javascript">//<!--
|
||||
window.onload = function(){
|
||||
window.initializesheets();
|
||||
window.quotes_initialize();
|
||||
};
|
||||
//--></SCRIPT>
|
||||
|
||||
include(`announcement.m4')
|
||||
<P>Hi, I'm Deven Trinity Blake. I'm just your normal everyday nerd.</P>
|
||||
<SMALL>
|
||||
transcriptions of my name include: <BR />
|
||||
ديفين بلايك <BR />
|
||||
バレイク デビン (BLAKE Deven)
|
||||
</SMALL>
|
||||
<P>
|
||||
To correctly refer to me you may use <CODE>she/her</CODE>, <CODE>they/them</CODE>, or any genderless pronoun set you prefer to use.
|
||||
If this confuses you just say things like "<I>they</I> walked", or "I saw <I>them</I> walking".
|
||||
I won't get offended if you use <CODE>he/him</CODE> but I'll probably be a bit confused.
|
||||
</P>
|
||||
<P>
|
||||
This website is currently hosted on GitHub in <A HREF="https://github.com/devenblake/homepage">a git repository.</A>
|
||||
See something wack? File an issue.
|
||||
</P>
|
||||
<P>
|
||||
The canonical URL for this page is <A HREF="https://trinity.moe/">https://trinity.moe/</A>.
|
||||
You can also use the <A HREF="https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/a?áaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂåAæãæãæaâÁáÆáÆææææææáÅæãæáåÀåÅåÀæãæÀáÅåÄåÆåä">lengthened URL</A> if need be,
|
||||
and <A HREF="http://devenblake.com">devenblake.com</A> redirects to this webpage.
|
||||
</P>
|
||||
<P>
|
||||
I'm vaccinated against COVID-19. Are you?
|
||||
</P>
|
||||
|
||||
include(`navigation.m4')
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`contact.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`services.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`praise.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`extensions.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`now.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`faq.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`gear.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`trinitisms.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`zelda.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`privacy.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`stickers.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<INPUT ONCLICK="quote_new();" TYPE="button" VALUE="free quote" />
|
||||
<P ID="quote_value"></P>
|
||||
<P ID="quote_author"></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<P>
|
||||
This site is written in vim and tested in the latest Firefox.
|
||||
No rights reserved, all rights exercised, rights turned to lefts, left in this corner of the web.
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
26
homepage/navigation.m4
Normal file
26
homepage/navigation.m4
Normal file
@ -0,0 +1,26 @@
|
||||
<P><I>Click to jump or navigate to...
|
||||
<B>living</B>:
|
||||
<A HREF="bookmarks" >bookmarks/</A>,
|
||||
<A HREF="#contact" >#contact</A>,
|
||||
<A HREF="css/" >css/</A>,
|
||||
<A HREF="#faq" >#faq</A>,
|
||||
<A HREF="#gear" >#gear</A>,
|
||||
<A HREF="home/" >home/</A>,
|
||||
<A HREF="phones/" >phones/</A>,
|
||||
<A HREF="#praise" >#praise</A>,
|
||||
<A HREF="#services" >#services</A>,
|
||||
<A HREF="shitlist/" >shitlist/</A>,
|
||||
<A HREF="#trinitisms">#trinitisms</A>,
|
||||
<A HREF="#zelda" >#zelda</A>;
|
||||
<B>ephemeral</B>:
|
||||
<A HREF="blah/" >blah/</A>,
|
||||
<A HREF="#extensions" >#extensions</A>,
|
||||
<A HREF="#now" >#now</A>,
|
||||
<A HREF="#privacy" >#privacy</A>,
|
||||
<A HREF="thegame" >thegame/</A>;
|
||||
<B>knowledge</B>:
|
||||
<A HREF="cat/" >cat(1)</A>,
|
||||
<A HREF="c78/" >c78</A>,
|
||||
<A HREF="software/">software</A>,
|
||||
<A HREF="x200t/" >X200T</A>;
|
||||
</I></P>
|
5
homepage/now.m4
Normal file
5
homepage/now.m4
Normal file
@ -0,0 +1,5 @@
|
||||
<H2 ID="now">What I'm doing right now</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
<INCLUDE SRC="dalleinspirationalquote.sh" TYPE="script/sh" />
|
||||
</P>
|
15
homepage/praise.m4
Normal file
15
homepage/praise.m4
Normal file
@ -0,0 +1,15 @@
|
||||
<H2 ID="praise">Praise for www.trinity.moe's bold approach to the web</H2>
|
||||
<IMG
|
||||
ALT="Praise me more."
|
||||
SRC="img/praise_me_more.jpg"
|
||||
/>
|
||||
<UL>
|
||||
<LI><CODE>[2004-12-09] Dr. Gene Ray: <A HREF="https://web.archive.org/web/20041209065507/http://timecube.com:80/index.html">Life rotation debunks Trinity.</A></CODE></LI>
|
||||
<LI><CODE>[2021-03-27T04:44+04:00] 🛸UFO🛸: I wanna hug trinity</CODE></LI>
|
||||
<LI><CODE>[2021-05-03] Вероника Заглотова: <A HREF="https://invidious.tube/watch?v=fUpZO9LnNo0">my computer is making mustard gases</A></CODE></LI>
|
||||
<LI><CODE>[2021-05-10T10:47+??] Аноним: [<I>screenshot of this website next to a screenshot of a wojak</I>]</CODE></LI> <!-- https://web.archive.org/web/20210510123535mp_/https://2ch.hk/s/res/2981671.html -->
|
||||
<LI><CODE>[2021-05-15T08:49+04:00] Anonymous: deven's website is the best~!</CODE></LI>
|
||||
<LI><CODE>[2021-05-15T09:17+04:00] Anonymous: this is what developing mental illness in teen years looks like</CODE></LI>
|
||||
<LI><CODE>[2021] MetaMask/eth-phishing-detect: <A HREF="https://github.com/MetaMask/eth-phishing-detect/issues/5119">This domain was blocked for its similarity to dfinity.org, a historical phishing target.</A></CODE></LI>
|
||||
<LI><CODE>[2022-05-11T21:43+04:00] Eminav_B: Never watching a movie with trinity</CODE></LI>
|
||||
</UL>
|
8
homepage/privacy.m4
Normal file
8
homepage/privacy.m4
Normal file
@ -0,0 +1,8 @@
|
||||
<H2 ID="privacy">Site privacy policy</H2>
|
||||
<H4>updated 2022-08-30</H4>
|
||||
<P>
|
||||
This site is registered through Namecheap and uses Cloudflare's DNS service.
|
||||
Hosting is done through <A HREF="https://srht.site/">Sourcehut Pages</A> which I can wholeheartedly recommend.
|
||||
There's no sort of telemetry or analytics on this web site, nor anything expected from those that access the site
|
||||
(besides that you follow <A HREF="https://www.law.cornell.edu/uscode/text/18/1030">18 U.S. Code § 1030</A>).
|
||||
</P>
|
27
homepage/services.m4
Normal file
27
homepage/services.m4
Normal file
@ -0,0 +1,27 @@
|
||||
<H2 ID="services">Services I'm on include...</H2>
|
||||
<P>
|
||||
<I><B>All Things Weezer</B>, deven</I>;
|
||||
<I><B>ArchWiki</B>, deven</I>;
|
||||
<I><B>Bandcamp</B>, devenblake</I>;
|
||||
<I><B>CodeWalrus</B>, deven</I>;
|
||||
<B>CMRO</B>, <A HREF="https://cmro.travis-starnes.com/statistics.php?display_user=11705">trinity</A>;
|
||||
<B>Discord</B>, trinity#3756;
|
||||
<I><B>GitHub</B>, devenblake</I>;
|
||||
<I><B>itch.io</B>, devenblake</I>;
|
||||
<B>last.fm</B>, trn1ty;
|
||||
<B>Libera.chat IRC</B>, trinity;
|
||||
<B>Matrix</B>, tr1nity:matrix.org;
|
||||
<I><B>Okuna</B>, 333</I>;
|
||||
<I><B>Reddit</B>, u/devenblake</I>;
|
||||
<I><B>Soundcloud</B>, devenblake</I>;
|
||||
<B>Sourcehut</B>, trinity;
|
||||
<I><B>SpaceHey</B>, dtb</I>;
|
||||
<I><B>Substack</B>, trn1ty</I>;
|
||||
<I><B>TikTok</B>, trn1ty</I>;
|
||||
<I><B>Wikipedia</B>, DTB</I>
|
||||
</P>
|
||||
<SMALL>(<A HREF="http://murderu.us/">I also have an IRC server (mirrored to Discord)</A>)</SMALL>
|
||||
<P>
|
||||
None of these are guaranteed to still be on-line and italicized entries are ones I rarely use.
|
||||
I would prefer you simply e-mail me.
|
||||
</P>
|
29
homepage/stickers.m4
Normal file
29
homepage/stickers.m4
Normal file
@ -0,0 +1,29 @@
|
||||
<H2 ID="stickers">Stickers</H2>
|
||||
|
||||
<A HREF="http://www.trinity.moe"><IMG
|
||||
ALT="trinity.moe. Hypertext on port 80. Click here."
|
||||
SRC="img/trinitydotmoe88x31.bmp"
|
||||
WIDTH="88px"
|
||||
/></A>
|
||||
|
||||
<CODE STYLE="BACKGROUND-COLOR: WHITE; COLOR: BLACK; DISPLAY: BLOCK;">
|
||||
<A HREF="http://www.trinity.moe"><IMG <BR />
|
||||
ALT="trinity.moe. Hypertext on port 80. Click here." <BR />
|
||||
SRC="https://ia601509.us.archive.org/31/items/trinitydotmoe88x31/trinitydotmoe88x31.bmp" <BR />
|
||||
WIDTH="88px" <BR />
|
||||
/></A> <BR />
|
||||
</CODE>
|
||||
|
||||
<A HREF="http://www.trinity.moe"><IMG
|
||||
ALT="trinity.moe!"
|
||||
SRC="img/trinnow.bmp"
|
||||
WIDTH="88px"
|
||||
/></A>
|
||||
|
||||
<CODE STYLE="BACKGROUND-COLOR: WHITE; COLOR: BLACK; DISPLAY: BLOCK;">
|
||||
<A HREF="http://www.trinity.moe"><IMG <BR />
|
||||
ALT="trinity.moe!" <BR />
|
||||
SRC="https://ia801402.us.archive.org/5/items/trinmoe3/trinnow.bmp" <BR />
|
||||
WIDTH="88px" <BR />
|
||||
/></A> <BR />
|
||||
</CODE>
|
31
homepage/trinitisms.m4
Normal file
31
homepage/trinitisms.m4
Normal file
@ -0,0 +1,31 @@
|
||||
<H2 ID="trinitisms">Trinitisms</H2>
|
||||
|
||||
<P><I><B>ism</B> - A distinctive doctrine, system, or theory.</I> (From the American Heritage(R) Dictionary of the English Language, 5th ed, <A HREF="https://www.wordnik.com/words/ism">according to Wordnik</A>.)</P>
|
||||
|
||||
<P>Trinitisms are decrees I make or terms I coin with no necessary reason. Or terms I use often that people don't know. Some I coined, some I didn't; when in doubt, assume I didn't.</P>
|
||||
<P><I>Trinitism</I> when not used as a proper noun can refer to any given person's own trinitisms.</P>
|
||||
|
||||
<UL>
|
||||
<LI>
|
||||
"Disc" refers to optical and physically impressive media, such as compact discs or phonograph discs, and "disk" is for magnetic media, such as floppy disks or hard disks; there are however exceptions and edge cases.
|
||||
</LI>
|
||||
<LI>
|
||||
<B>catfella</B> - the non-gender-specific form of "catboy" or "catgirl".
|
||||
(<I>coined 2020-08-11 when referring to my friend Socks</I>)
|
||||
Also in use (though not a Trinitism): <I>nyanbinary</I>.
|
||||
</LI>
|
||||
<LI>
|
||||
The continents shall be separated as follows: North America, South America, Eurasia, Africa, India, the middle-East, and Oceania.
|
||||
Though I hope someone important finds individual terms for each America and has a better name for the middle-East if each region's residents generally agree with me that the current naming kind of sucks.
|
||||
</LI>
|
||||
<LI><B>39</B> - "Thank you." In Japanese the word for 3 is "san" and the word for 9 is normally "kyuu" so 39 is pronounced "sankyuu".</LI>
|
||||
<LI>Antarctica is cool, both literally and figuratively.</LI>
|
||||
<LI>It's not preferable to drink from plastic.</LI>
|
||||
<LI>Don't put ice in beverages that aren't water, or they'll get watered down.</LI>
|
||||
<LI>Don't think, feel.</LI>
|
||||
<LI>A string is an array of characters.</LI>
|
||||
<LI>More magic is necessary.</LI>
|
||||
<LI>The only good programmers are the insane programmers.</LI>
|
||||
<LI>If less than one half of the packaging is in a non-Latin writing system, the noodles will be sub-par.</LI>
|
||||
<LI><B>home ownership corporation</B> - "home owners' association". A home ownership corporation is exactly that - a corporation that can force you to sell your home if you don't comply with their own rules, separate from the government. Calling it an "association" implies you have power within someone else's corporation.</LI>
|
||||
</UL>
|
6
homepage/zelda.m4
Normal file
6
homepage/zelda.m4
Normal file
@ -0,0 +1,6 @@
|
||||
<H2 ID="zelda">Play the Zelda theme song in your terminal</H2>
|
||||
<P><CODE STYLE="DISPLAY: BLOCK;">
|
||||
<A HREF="https://archive.org/download/cirno_actually_plays_zelda_in_terminal/cirno_actually_plays_zelda_in_terminal.png">
|
||||
curl https://www.trinity.moe/zeldb.sh | sudo sh
|
||||
</A>
|
||||
</CODE></P>
|
Loading…
Reference in New Issue
Block a user