diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
commit | ab41be00ede879e57608d05044d268098fb820a3 (patch) | |
tree | 54705b0065c11b8d95b4d9ceb80f5a29bbd48710 /dst/uses.html | |
parent | 80f69003909e1f4362cd1bd4289668fd60d65820 (diff) |
Website redesign
Diffstat (limited to 'dst/uses.html')
-rw-r--r-- | dst/uses.html | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/dst/uses.html b/dst/uses.html new file mode 100644 index 0000000..8d46727 --- /dev/null +++ b/dst/uses.html @@ -0,0 +1,173 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Things I use</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link rel="alternate" type="application/rss+xml" title="" href='feed'> + <link rel="stylesheet" type="text/css" href="main.css"> + </head> + <body> + <header> + <nav> + <a href="/">Home</a><span> | </span> + <a href="/projects">Projects</a><span> | </span> + <a href="/services">Services</a><span> | </span> + <a href="/resume">Resume</a><span> | </span> + <a href="/donate">Donate</a><span> | </span> + <a href="/uses">Uses</a><span> | </span> + <a href="/rss.xml">RSS</a> + </nav> + </header><main> +<h1 id="things-i-use">Things I use</h1> + +<p>This page contains a somewhat up-to-date listing of hardware and software that I currently use. +Seeing similar pages on other people’s personal websites have proved quite valuable to me, so I figured I would do the same!</p> + +<h2 id="services">Services</h2> + +<p>I’m proud to support open source products and privacy-respecting communities. The list is limited right now, but the plan is to expand this over time. </p> + +<table> +<thead> +<tr> +<th>Service</th> +<th>Cost/month</th> +</tr> +</thead> + +<tbody> +<tr> +<td><a href="https://sourcehut.org">sourcehut</a> <br> Open source code hosting with minimalist design and function.</td> +<td>$2.00</td> +</tr> +</tbody> +</table> + +<h2 id="machines">Machines</h2> + +<table> +<thead> +<tr> +<th>Name</th> +<th>Description</th> +</tr> +</thead> + +<tbody> +<tr> +<td><a href="https://wikipedia.org/wiki/The_Ooz">ooz</a></td> +<td>Desktop</td> +</tr> +<tr> +<td>nova</td> +<td>Laptop</td> +</tr> +<tr> +<td>poco</td> +<td>Phone</td> +</tr> +<tr> +<td>adast.xyz</td> +<td>Hetzner VPS</td> +</tr> +</tbody> +</table> + +<ul> +<li><strong>nova</strong> + +<ul> +<li>Acer Swift 1 <small>SF114-32</small></li> +<li>CPU: Intel Pentium Silver <small>N5000</small></li> +<li>RAM: 8 GB</li> +<li>Storage: 250 GB SSD</li> +<li>OS: Arch Linux</li> +</ul></li> +<li><strong>ooz</strong> + +<ul> +<li>CPU: Ryzen 7 3700X</li> +<li>GPU: RTX 2080S</li> +<li>RAM: 16 GB 3200 Mhz CL-16</li> +<li>OS: Arch Linux</li> +</ul></li> +<li><strong>poco</strong> + +<ul> +<li>Pocofone F1</li> +<li>OS: LineageOS</li> +</ul></li> +<li><strong>adast.xyz</strong> + +<ul> +<li>CPX 21</li> +<li>Location: Nuremberg, Germany</li> +<li>Price/month: EUR 9.44</li> +<li>vCPU: 3 <small>AMD EPYC</small></li> +<li>RAM: 4 GB</li> +<li>Storage: 80 GB</li> +<li>OS: Debian</li> +</ul></li> +</ul> + +<h2 id="accessories">Accessories</h2> + +<table> +<thead> +<tr> +<th>Name</th> +<th>Description</th> +</tr> +</thead> + +<tbody> +<tr> +<td><a href="https://github.com/foostan/crkbd">crkbd</a></td> +<td>Split, columnar-staggered, ortholinear keyboard</td> +</tr> +<tr> +<td>BLON BL-03</td> +<td>Cheap and cheerful IEMs</td> +</tr> +<tr> +<td>Drop HD58X</td> +<td>Open-backed headphones</td> +</tr> +<tr> +<td>Dell U2520D</td> +<td>25”, 1440p, good colours, productivity</td> +</tr> +</tbody> +</table> + +<h2 id="software">Software</h2> + +<ul> +<li>Firefox, qutebrowser</li> +<li>Thunderbird</li> +<li>Alacritty</li> +<li>Neovim</li> +<li>pass</li> +<li>keyd</li> +<li>i3</li> +<li>dmenu</li> +<li>slock</li> +<li>mpv</li> +<li>newsboat</li> +<li>[…]</li> +</ul> +<footer role="contentinfo"> + + <span><a href="#">↑ Back to Top</a></span><br><br> + <small> + Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> + Maintained with ♥ for the web. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>. + </small> +</footer> +</main> +</body> +</html> |