blob: 7daf27a6ff9f391d688d607e9a520dd16f0e07ce (
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
|
<!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_use</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>
</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 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>
|