Kinda big overhaul of stuff

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-08 17:18:20 -04:00
parent 1ed95243dd
commit e4d42668ad
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
5 changed files with 147 additions and 70 deletions

View File

@ -1,6 +1,7 @@
</main>
<footer class="constant">
<p>Copyright (C) 2022-2023 Skylar Widulski</p>
<p><a href=/copyright>More copyright information</a></p>
<p>Find the source code for this website on <a rel="source" href="//git.vern.cc/cobra/cobra.vern.cc">git</a></p>
<p>This site is my own personal site, not a part of <span class=vern>~vern</span></p>
<a href="//cobra.vern.cc"><img alt="Cobra" src="//gcdn.vern.cc/users/cobra/website/buttons/cobrer.png" /></a>

View File

@ -9,18 +9,18 @@
<body>
<a id=top></a>
<!--#include file="/nav" -->
<div class=h><h1>The Cobra's webpage</h1> <a aria-hidden=true href=#top>#top</a></div>
<div class=h><h1>The Cobra's Webpage</h1> <a aria-hidden=true href=#top>#top</a></div>
<p><b>Free software is software that respects users' freedom and community.</b></p>
<p>Omg haaiiiiii~~!!! :3, I'm Skylar (she/her), AKA The Cobra. I am a student, computer scientist, sysadmin, programmer, just about a <a href="https://stallman.org/saint.html">Church Of Emacs Saint</a>, free software developer and advocate, privacy advocate, and most based <span class=vern>~vern</span> admin.</p>
<p>I run <a href="https://guix.gnu.org/">GNU Guix System</a> on my 3 <a href="https://libreboot.at/">libreboot</a> ThinkPads. I'm a <a href="https://gnu.org/philosophy/free-sw.html">free software</a> developer and activist, and use only free software.</p>
<p><a href="//gcdn.vern.cc/users/cobra/website/tone.7">Here</a>'s a man page for tone indicators as command line flags</p>
<p>Copyright information about various things on this site can be found <a href=/copyright>here</a>, and a history of my avatar can be found <a href=/avatar>here</a></p>
<p><a href=/sites>And here's some other cool sites!</a></p>
<p><a href=/music>Music that I like!!</a></p>
<br />
<img src="//gcdn.vern.cc/users/cobra/website/saint.png" alt="I am a Saint In the Church Of Emacs" />
<a id=interests></a>
<br />
<div class=h><h3>Some of my interests include:</h3> <a aria-hidden=true href=#interests>#interests</a></div>
<div class=h><h3>Interests:</h3> <a aria-hidden=true href=#interests>#interests</a></div>
<ul>
<li>Free software</li>
<li>Free speech</li>
@ -38,7 +38,7 @@
<a id=langs></a>
<li>Philosophy</li>
</ul>
<div class=h><h3>The programming languages I know/use are:</h3> <a aria-hidden=true href=#langs>#langs</a></div>
<div class=h><h3>Programming Languages:</h3> <a aria-hidden=true href=#langs>#langs</a></div>
<ul>
<li>Guile</li>
<li>BASH</li>
@ -49,72 +49,6 @@
<li>Python</li>
<li>Java</li>
</ul>
<div class=h><h3>Systems Info:</h3> <a aria-hidden=true href=#hardware>#hardware</a></div>
<h4>IBM Thinkpad T500</h4>
<ul>
<li>libreboot</li>
<li>GNU Guix System</li>
<li>Sway</li>
<li>8 GB DDR3 RAM</li>
<li>Intel Core 2 Extreme QX9300 CPU</li>
<li>Intel GM45 Express Chipset GPU</li>
<li>NVIDIA GeForce GTX 750 Ti ExpressCard eGPU</li>
<li>Atheros AR93xx WiFi Card</li>
<li>1 TB WD Blue SA510 2.5" SSD</li>
<li>Serial Ultrabay Slim DVD Multi-Burner IV</li>
<li>ThinkPad Advanced Mini-Dock</li>
</ul>
<h4>IBM Thinkpad T60</h4>
<ul>
<li>libreboot</li>
<li>GNU Guix System</li>
<li>Sway</li>
<li>4 GB DDR3 RAM</li>
<li>Intel Core 2 Duo T7600 CPU</li>
<li>Intel 945GM Express Chipset GPU</li>
<li>Atheros AR928X WiFi Card</li>
<li>500 GB Crucial MX500 2.5" SSD</li>
<li>Serial Ultrabay Slim Battery</li>
</ul>
<h4>IBM Thinkpad X200 Tablet</h4>
<ul>
<li>libreboot</li>
<li>GNU Guix System</li>
<li>Sway</li>
<li>8 GB DDR3 RAM</li>
<li>Intel Core 2 Duo L9400 CPU</li>
<li>Intel GM45 Express Chipset GPU</li>
<li>Atheros AR93xx WiFi Card</li>
<li>Sierra Wireless MC8775 3G Modem</li>
<li>250 GB Samsung 860 2.5" SSD</li>
<a id=music></a>
<li>ThinkPad X200 UltraBase</li>
<li>Serial Ultrabay Slim DVD Multi III</li>
</ul>
<div class=h><h3>Some music that I like (non-free unless otherwise specified):</h3> <a aria-hidden=true href=#music>#music</a></div>
<ul>
<li>8 Graves</li>
<li>Adam Jensen</li>
<li>Barns Courtney</li>
<li>Bohnes</li>
<li>Clay Melton</li>
<li>Death from Above 1979</li>
<li>Des Rocs</li>
<li>DREAMERS</li>
<li>grandson</li>
<li>Greta Van Fleet</li>
<li>HIMALAYAS</li>
<li>HoliznaCC0 (libre)</li>
<li>I DONT KNOW HOW BUT THEY FOUND ME</li>
<li>Punk Rock Opera (libre)</li>
<li>Royal Blood</li>
<li>Saint Motel</li>
<li>The Blue Stones</li>
<li>The Velveteers</li>
<li>twenty one pilots</li>
<li>Unlike Pluto</li>
<li>Weathers</li>
</ul>
<!--#include file="/footer" -->
</body>
</html>

37
music.html Normal file
View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="//gcdn.vern.cc/users/cobra/website/style.css">
<title>Music I Like</title>
</head>
<body>
<a id=music></a>
<!--#include file="/nav" -->
<div class=h><h1>Music I Like (nonfree unless otherwise specified)</h1> <a aria-hidden=true href=#music>#music</a></div>
<ul>
<li>8 Graves</li>
<li>Adam Jensen</li>
<li>Barns Courtney</li>
<li>Bohnes</li>
<li>Clay Melton</li>
<li>Death from Above 1979</li>
<li>Des Rocs</li>
<li>DREAMERS</li>
<li>grandson</li>
<li>Greta Van Fleet</li>
<li>HIMALAYAS</li>
<li>HoliznaCC0 (libre)</li>
<li>I DONT KNOW HOW BUT THEY FOUND ME</li>
<li>Punk Rock Opera (libre)</li>
<li>Royal Blood</li>
<li>Saint Motel</li>
<li>The Blue Stones</li>
<li>The Velveteers</li>
<li>twenty one pilots</li>
<li>Unlike Pluto</li>
<li>Weathers</li>
</ul>
<!--#include file="/footer" -->
</body>

View File

@ -3,6 +3,7 @@
<a href=/><img style="border-radius:25%" src="//gcdn.vern.cc/users/cobra/website/favicon.jpg" alt="Cobra" class="navlogo" /></a>
<a class="skip-to-content" href="#content">Skip to content</a>
<nav>
<a href="/sysinfo">Computers</a>
<a href="/projects">Projects</a>
<a href="/blog">Blog</a>
<a href="/donations">Donate</a>

104
sysinfo.html Normal file
View File

@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="//gcdn.vern.cc/users/cobra/website/style.css">
<title></title>
</head>
<body>
<a id=hardware></a>
<!--#include file="/nav" -->
<a id=oganesson></a>
<div class=h><h3>Computers.</h3> <a aria-hidden=true href=#hardware>#hardware</a></div>
<p>In order of getting them. <code>curl</code> the linked URL in the header for my hyfetch output on those machines.</p>
<div class=h><h4><a href=/oganesson>Oganesson</a></h4> <a aria-hidden=true href=#oganesson>#oganesson</a></div>
<ul>
<li><b>Model: </b>IBM ThinkPad T500 2234-93U</li>
<li><b>BIOS: </b>libreboot</li>
<li><b>CPU: </b>Intel Core 2 Extreme QX9300</li>
<li><b>RAM: </b>8GB DDR3</li>
<li><b>GPU: </b>Intel GM45 Express Chipset</li>
<li><b>Display: </b>Internal 1280x800 TFT</li>
<li><b>SATA: </b>1 TB WD Blue SA510 2.5"</li>
<li><b>ExpressCard: </b>ASUS NVIDIA GeForce GTX 750 Ti</li>
<li><b>PCIe 0: </b>Atheros AR93xx</li>
<li><b>Misc. Peripherals: </b>HP Monitor</li>
<li><b>Ultrabay: </b>DVD Multi-Burner IV</li>
<li><b>Dock: </b>ThinkPad Advanced Mini-Dock</li>
<li><b>OS: </b>GNU Guix System</li>
<li><b>WM: </b>Sway</li>
</ul>
<a id=neon></a>
<p>Comment: My first ever ThinkPad. The left hinge is broken so I can't close it :(. Supposed to be my workhouse but there are so many dead pixel regions it's unbearable.</p>
<div class=h><h4><a href=/neon>Neon</a></h4> <a aria-hidden=true href=#neon>#neon</a></div>
<ul>
<li><b>Model: </b>IBM ThinkPad T60 1953-D7U</li>
<li><b>BIOS: </b>libreboot</li>
<li><b>CPU: </b>Intel Core 2 Duo T7600</li>
<li><b>RAM: </b>4GB DDR3</li>
<li><b>GPU: </b>Intel 945GM Express Chipset</li>
<li><b>Display: </b>Internal 1024x768 TFT</li>
<li><b>SATA: </b>500GB Crucial MX500 2.5"</li>
<li><b>PCIe 0: </b>Atheros AR928X</li>
<li><b>Misc. Peripherals: </b>CSR8510 Bluetooth 4.0 USB Adapter</li>
<li><b>Ultrabay: </b>3-Cell Battery</li>
<li><b>OS: </b>GNU Guix System</li>
<li><b>WM: </b>Sway</li>
</ul>
<a id=radon></a>
<p>Comment: After using the X200 Tablet for a while this one really feels comically large. Only 3GB of RAM are addressable because reasons. It was in a bag for a while while I was travelling, and now the Bluetooth adapter's casing is broken and you can see the PCB. Very cool. I used to use this one as my go-to take-everywhere laptop, but now I have the X200 Tablet</p>
<div class=h><h4><a href=/radon>Radon</a></h4> <a aria-hidden=true href=#radon>#radon</a></div>
<ul>
<li><b>Model: </b>IBM ThinkPad X200 Tablet 7453-9GU</li>
<li><b>BIOS: </b>libreboot</li>
<li><b>CPU: </b>Intel Core 2 Duo L9400</li>
<li><b>RAM: </b>8GB DDR3</li>
<li><b>GPU: </b>Intel GM45 Express Chipset</li>
<li><b>Display: </b>Internal 1200x800 IPS</li>
<li><b>SATA: </b>250GB Samsung 860 2.5"</li>
<li><b>PCIe 0: </b>Atheros AR93xx</li>
<li><b>PCIe 1: </b>Sierra Wireless MC8775</li>
<li><b>Dock: </b>ThinkPad X200 UltraBase</li>
<li><b>Dock Ultrabay: </b>DVD Multi III</li>
<li><b>OS: </b>GNU Guix System</li>
<li><b>WM: </b>Sway</li>
</ul>
<a id=krypton></a>
<p>I screwed up the antennae when I was trying to disconnect them (screw u.FL). The SIM card slot either doesn't work or i can't use an adapter for it.</p>
<div class=h><h4><a href=/krypton>Krypton</a></h4> <a aria-hidden=true href=#krypton>#krypton</a></div>
<ul>
<li><b>Model: </b>IBM ThinkPad 380Z 2635-JG0</li>
<li><b>BIOS: </b>Stock IBM BIOS D:</li>
<li><b>CPU: </b>Intel Pentium II 300MHz</li>
<li><b>RAM: </b>160MB (32MB + 128MB)</li>
<li><b>GPU: </b>NeoMagic MagicMedia256AV</li>
<li><b>Display: </b>Internal 1024x768 TFT</li>
<li><b>PATA: </b>60GB Seagate Momentus ST960822A 2.5"</li>
<li><b>CardBus 0: </b>D-Link DWA-642</li>
<li><b>Dock: </b>Port Replicator for IBM ThinkPad 380Z / 560Z</li>
<li><b>OS: </b>Gentoo</li>
<li><b>WM: </b>None yet</li>
</ul>
<p>Big chunky boy with a floppy AND CD drive. Hardware brightness slider, volume knob, power slider. Crazy stuff. For now it has no battery and a UK keyboard (ew), but that will change soon. The DWA-642 isn't working for some reason either, so I can't even do anything on it. I asked the thinkpads.com forum so we'll see where it goes.</p>
<!--#include file="/footer" -->
</body>