blob: 809ad6082cfe905e48b9d5775f93ed1c177f4782 (
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dacctal</title>
<link rel="stylesheet" href="../../style.css">
<link rel="icon" type="image/x-icon" href="images/erm.png">
</head>
<body>
<h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / faq ]</h1>
<p>once you go dacctal, you never go bacctal. c ‿c</p>
<br>
<details id="what_i_use" class="subtitle">
<summary><a href="#what_i_use">#</a> what_i_use</summary>
<div class="entries">
<section class="block">
<h3>Q: Distro?</h3>
<h3>A: <a href="https://www.gentoo.org/">Gentoo</a></h3>
</section>
<section class="block">
<h3>Q: Window Manager?</h3>
<h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a></h3>
</section>
<section class="block">
<h3>Q: Display Manager?</h3>
<h3>A: TTY</h3>
</section>
<section class="block">
<h3>Q: Bar?</h3>
<h3>A: <a href="https://github.com/tonybanters/oxwm">OXWM</a>'s built-in bar</h3>
</section>
<section class="block">
<h3>Q: Browser?</h3>
<h3>A: <a href="https://codeberg.org/librewolf/source">Librewolf</a></h3>
</section>
<section class="block">
<h3>Q: Browser tabs extension?</h3>
<h3>A: <a href="https://github.com/mbnuqw/sidebery">Sidebery</a></h3>
</section>
<section class="block">
<h3>Q: Colorscheme?</h3>
<h3>A: <a href="https://git.symlinx.net/daccfiles/tree/.config">Caelus</a></h3>
</section>
<section class="block">
<h3>Q: Text Editor?</h3>
<h3>A: <a href="https://sr.ht/~martanne/vis/">Vis</a></h3>
</section>
<section class="block">
<h3>Q: Terminal?</h3>
<h3>A: <a href="https://st.suckless.org/">st</a> [ no patches ]</h3>
</section>
<section class="block">
<h3>Q: Animated pfp?</h3>
<h3>A: <a href="https://git.bwaaa.monster/PNDacc">PNDacc</a></h3>
</section>
<section class="block">
<h3>Q: Font?</h3>
<h3>A: Two fonts:</h3>
<h4>Applications:</h4>
<p><a
href="https://github.com/be5invis/Iosevka"
>Iosevka</a> : <a
href="https://git.symlinx.net/daccfiles/tree/iosevka/private-build-plans.toml"
>caelusevka</a></p>
<h4>A: Videos/Bar:</h4>
<p><a
href="https://www.nerdfonts.com/font-downloads"
>BigBlueTermPlus</a></p>
</section>
</div>
</details>
<details id="what_i_hate" class="subtitle">
<summary><a href="#what_i_hate">#</a> what_i_hate</summary>
<div class="entries">
<section class="block">
<h3>nix</h3>
<ul>
<li>nixlang is a DSL (We hate DSLs)</li>
<li>nixlang could very easily have just been lua. (it would probably also have been faster too.)</li>
<li>nixos is the opposite of simple.</li>
<li>nixos hard depends on systemd, and many other unnecessarily large software (We like choice)</li>
<li>nixos, because of all of its hard dependencies, ends up being incredbily bloated in comparison to similar systems.</li>
<li>nixos hides the majority of your system's backend under layers of abstraction.</li>
<li>nixpkgs is very poorly maintained and has terrible support for essential software like librewolf.</li>
<li>"muh pure functional programming"</li>
</ul>
</section>
<section class="block">
<h3>rust</h3>
<ul>
<li>complexity != safety</li>
<ul>
<li>if you need memory safety, write memory safe code.</li>
</ul>
<li>ecosystem is absolutely horrendous</li>
<ul>
<li>pulling in dependencies statically bloats up your program.<br>
most people who write rust have more than one of these<br>
meta-dependencies, so you bet your ass most rust programs<br>
are installing duplicate libraries for the sake of<br>
statically linking</li>
<li>dependencies almost always have a bunch of child dependencies<br>
(i thought this was a programming language not an system<br>
package manager)</li>
<li>cargo is susceptible to supply chain attacks<br>
(this is not something you want in a COMPILER/BUILD-SYSTEM)</li>
</ul>
<li>compiling software first requires you to compile all dependencies<br>
before even checking if there's any errors in your program<br>
(this could be fixed by just dynamically linking dependencies)</li>
<li>stdlib is a tower of abstractions (much like nix btw) which makes it<br>
nearly impossible to know what it's actually doing.</li>
<li>have you ever tried bootstrapping rust????</li>
</ul>
</section>
</div>
</details>
<details id="music" class="subtitle">
<summary><a href="#music">#</a> music</summary>
<div class="entries">
<section class="block">
<h3>Q: Who makes your music?</h3>
<h3>A: All of the following wonderful people:</h3>
<h3><a
href="../../retrobit"
>retrobit</a> <a
href="../../nzuum"
>nzuum</a> <a
href=".."
>me :)</a></h3>
</section>
</div>
</details>
<details id="misc" class="subtitle">
<summary><a href="#misc">#</a> misc</summary>
<div class="entries">
<section class="block">
<h3>Q: Why don't you self host your videos?</h3>
<h3>A:</h3>
<ul>
<li>it is VERY expensive to host videos from my VPS
(mostly due to storage constraints)</li>
<li>Hosting from home means i need a reverse proxy in order to remain
somewhat private (this is another attack vector)</li>
<li>hosting over i2p is the only option that isn't evil and satanic,
so maybe that will happen eventually - still, this is a lot of
storage to deal with, and it will grow exponentially over time.</li>
</ul>
</section>
<section class="block">
<h3>Q: Why don't you host game servers?</h3>
<h3>A:</h3>
<ul>
<li>Game servers tend to be proprietary</li>
<li>Open source game servers tend to be servers that require you to have installed a proprietary client to join.</li>
<li>Games are expensive to host, and we can't afford to.</li>
<li>It's much easier to cause damage to the server host through a video game - intentionally or not - which could have a disasterous effect on other things like XMPP.</li>
</ul>
</section>
<section class="block">
<h3>Q: Cat?</h3>
<h3>A: Her name is Netcat and you cannot change that!!</h3>
</section>
</div>
</details>
</body>
</html>
|