aboutsummaryrefslogtreecommitdiff
path: root/dst/uses.html
blob: 9e9545c1a61563cd2b5bc3bd9f2c4c1e6ffd56bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!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&#8217;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&#8217;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&#47;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&#47;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&#8221;, 1440p, good colours, productivity</td>
</tr>
</tbody>
</table>

<h2 id="software">Software</h2>

<ul>
<li>qutebrowser, aerc</li>
<li>Firefox, Thunderbird</li>
<li>i3, polybar, picom, dmenu, slock</li>
<li>Alacritty, (n)vim</li>
<li>keyd, pass, mpv, newsboat</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>