diff options
Diffstat (limited to 'dst/uses.html')
-rw-r--r-- | dst/uses.html | 166 |
1 files changed, 0 insertions, 166 deletions
diff --git a/dst/uses.html b/dst/uses.html deleted file mode 100644 index 60bc7a6..0000000 --- a/dst/uses.html +++ /dev/null @@ -1,166 +0,0 @@ -<!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="/uses">Uses</a><span> | </span> - <a href="/donate">Donate</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>qutebrowser, aerc</li> -<li>Firefox, Thunderbird</li> -<li>vim, keyd, pass, mpv, newsboat</li> -</ul> - -<p>For more, have a look at my <a href="https://git.sr.ht/~adamski/dotfiles/tree/laptop/item/.config">dotfiles</a>.</p> -<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/4.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> |