-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuses.html
More file actions
79 lines (73 loc) · 2.38 KB
/
Copy pathuses.html
File metadata and controls
79 lines (73 loc) · 2.38 KB
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
---
{
"title": "Software and hardware I use"
}
---
<h2>Software</h2>
<table>
<thead>
<tr>
<td>Type</td>
<td>Software</td>
<td>Rationale</td>
</tr>
</thead>
<tbody>
<tr>
<td>Drawing</td>
<td><a href="https://krita.org/">Krita</a> (<a href="https://www.aseprite.org/">aseprite for pixel art</a>)</td>
<td>Krita is really good :3 I use it for pixel art too, but aseprite's tooling is much better for games</td>
</tr>
<tr>
<td>Text and code editing</td>
<td>Emacs (with evil mode)</td>
<td>Vim now features AI slop, so switched to emacs with evil mode. Vim keybinds are too deep in my muscle memory</td>
</tr>
<tr>
<td>Notes</td>
<td><a href="https://obsidian.md/">Obsidian</a>, standard text editor</td>
<td>For the most part, I use obsidian, since it's better at the visual parts of proper notes. Its developer experience is awful though, would not recommend making plugins for it. I often use my code editor as well, though not as much for notes I want to keep long-term</td>
</tr>
<tr>
<td>Desktop environment</td>
<td>KDE (primary), cinnamon (secondary)</td>
<td>I really like cinnamon, but it has problems that make it unusable for certain things. KDE is much more stable</td>
</tr>
<tr>
<td>Browser</td>
<td>Firefox</td>
<td>Firefox is one of very few engines that aren't under Google's control.</td>
</tr>
<tr>
<td>Recording, streaming</td>
<td>OBS</td>
<td>Solid bit of software; it just works. Not that I stream all that much anymore, but whenever I need to record something, or the rare time I do stream, it's OBS (unless I'm streaming on discord for obvious reasons)</td>
</tr>
</tbody>
</table>
<h2>Hardware</h2>
<div class="flex-horizontal">
<div>
<h3>Main machine (desktop)</h3>
<ul>
<li>OS: Arch Linux</li>
<li>GPU: RTX 3070</li>
<li>CPU: Ryzen 7 5800X</li>
</ul>
</div>
<div>
<h3>Laptop</h3>
<ul>
<li>OS: Linux Mint</li>
<li>Hardware: I'm not booting it to check, I am not that committed to this list</li>
</ul>
</div>
<div>
<h3>Misc</h3>
<ul>
<li>Drawing tablet: Wacom One S</li>
<li>Keyboard: Ducky One 3 (brown switches)</li>
</ul>
</div>
</div>
<p>This list does not include my homelab, because I don't feel like including it</p>