diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-10-25 01:30:18 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-10-25 01:30:18 -0400 |
commit | 5247a87b50f7fa3bb1c770d0d2680ae550971442 (patch) | |
tree | 4adf6e60316843f6aca0a8ce2e5bc3977623967c | |
parent | 955b9a2ff4bc4a9032d01ef42ca827a0e4e7ed6a (diff) | |
download | web-5247a87b50f7fa3bb1c770d0d2680ae550971442.tar.xz |
mastodon link & werid stuff on about page.
-rw-r--r-- | about_l.html | 35 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 27 insertions, 9 deletions
diff --git a/about_l.html b/about_l.html index 222c3f3..fdcf480 100644 --- a/about_l.html +++ b/about_l.html @@ -51,7 +51,7 @@ </p> <p style="text-indent:0;"> Mastodon: <a href="https://c.im/@chirs241097">chirs241097@c.im</a><br> - Twitter: <a href="https://twitter.com/chirs241097">@chirs241097</a><br> + Twitter: <a href="https://twitter.com/chirs241097">(sorry I blocked the entire website but in case you still want to visit that cesspool)</a><br> E-Mail: <code style="font-weight:bold;" class="TText">tr '\!-~' 'P-~\!-O' <<< '49:CDac`_hfo8>2:=]4@>'</code><br> Discord: Chris Xiong#1024<br> <a href="/pubkey.txt">GPG key</a><br> @@ -113,7 +113,8 @@ C# (28 out of 100)<br> "Modern" OpenGL (58 out of 100, GL 3.0+, GLES, WebGL)<br> "Legacy" OpenGL (65 out of 100, GL 1.x~2.x)<br> - "Legacy" DirectX (60 out of 100, DX 7, 8 and 9) + "Legacy" DirectX (60 out of 100, DX 7, 8 and 9)<br> + Vulkan (Copy-pasting tutorial out of 100) </details> <details> <summary>Messing around</summary> @@ -147,12 +148,20 @@ </details> <details> <summary>Messing around</summary> + Chinese (3 out of 100, simplified and traditional)<br> + English (4 out of 100)<br> + Latin (3 out of 100, classical Latin)<br> + French (1 out of 100)<br> + Japanese (0 out of 100) + </details> + <details> + <summary>Messing around</summary> Repairing <s>disassembling</s> (mostly electric) gadgets. (65 out of 100) </details> </td> </tr> <tr> - <td>Current Devices</td> + <td>Current Devices (plus previous devices in HTML comment blocks)</td> <td> <details> <summary>Homelab "Harena"</summary><ul> @@ -161,7 +170,9 @@ <li>Supermicro X11DPH-T</li> <li>NVIDIA RTX A4000 (PNY)</li> <li>AMD RX 7900 XTX (Yeston)</li> + <li>Intel Arc A770 16GB (ASRock)</li> <li>Samsung 980 Pro (2TB)</li> + <li>Samsung 990 Pro (2TB)</li> <li>Gentoo GNU/Linux ~amd64</li> <li>Windows 11 Pro x64 (virtualized)</li> </ul></details> @@ -189,7 +200,7 @@ <li>Windows 7 Ultimate x64</li> <li>Windows XP Professional x64 Edition</li> </ul></details> - <!-- DISASSEMBLED FOR PARTS + <!-- SECOND FAMILY PC, DISASSEMBLED FOR PARTS <details> <summary>Lenovo ideacenter K300 (unnamed)</summary><ul> <li>Intel Core 2 Duo Q8300</li> @@ -199,7 +210,7 @@ <li>Segate Barracuda 7200.12 (500GB)</li> <li>Windows 7 Ultimate x64</li> </ul></details>--> - <!-- NO LONGER IN POSSESSION + <!-- FIRST FAMILY PC, SOLD FOR SCRAP <details> <summary>LEGEND (now Lenovo) 1+1 "天麟" (unnamed)</summary><ul> <li>Intel Pentium 4 2.4 GHz Northwood (Non-HT)</li> @@ -263,7 +274,7 @@ <li>OpenBSD 7.2 macppc</li> <li>Mac OS X 10.5.8</li> </ul></details> - <!-- DISASSEMBLED FOR PARTS, REINCARNATED AS "ALICE" + <!-- FIRST PRIVATE LAPTOP, DISASSEMBLED FOR PARTS, REINCARNATED AS "ALICE" <details> <summary>Lenovo IdeaPad Y570 (unnamed)</summary><ul> <li>Intel Core i7-2670QM -> i7-2960XM</li> @@ -271,7 +282,7 @@ <li>NVIDIA GT 555M (GF108, 1GB GDDR5)</li> <li>Crucial M4-CT256M4SSD2 (256GB)</li> </ul></details>--> - <!-- NO LONGER IN POSSESSION + <!-- PARENTS' WORK LAPTOP, NO LONGER IN POSSESSION <details> <summary>IBM ThinkPad R52 (unnamed, unknown type number)</summary><ul> <li>Intel Pentium M 725A</li> @@ -280,7 +291,7 @@ <li>40GB Hitachi PATA HDD</li> <li>Windows XP Professional SP3</li> </ul></details>--> - <!-- NO DISK + <!-- PARENTS' WORK LAPTOP, NO DISK <details> <summary>ASUS A8M (unnamed)</summary><ul> <li>AMD Mobile Sempron 3200+</li> @@ -305,7 +316,13 @@ <li>Custom FrankenDebian (aarch64)</li> </ul></details> <details> - <summary>Raspberry Pi Zero WH</summary><ul> + <summary>Raspberry Pi 4B "Rubrica"</summary><ul> + <li>8GB RAM, rev 1.5</li> + <li>64GB MicroSD Card</li> + <li>Arch Linux ARM</li> + </ul></details> + <details> + <summary>Raspberry Pi Zero WH "Rhodes"</summary><ul> <li>32GB MicroSD Card</li> <li>Raspbian testing</li> </ul></details> @@ -7,6 +7,7 @@ <title>Chrisoft::Home</title> <link rel="icon" href="./favicon.png"> <link rel="preload" href="/themes.svg" as="image"> +<link rel="me" href="https://c.im/@chirs241097">Mastodon</link> <link rel="stylesheet" type="text/css" href="common.css"> <link rel="stylesheet" type="text/css" href="panel.css"> <link rel="stylesheet" type="text/css" href="theme0a.css" id="theme0a"> |