summaryrefslogtreecommitdiff
path: root/dacctal/faq
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-26 00:14:17 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-26 00:14:17 +0000
commit8fdf144dffb32ad9d3bc11094c1da1ceca8be98c (patch)
tree4b4b87f03c6fc88060105319dae83ee922e2898e /dacctal/faq
parentf19026428c7d2514e9bbd08fe0631f56b652e461 (diff)
added reasons why i don't do certain things
Diffstat (limited to 'dacctal/faq')
-rw-r--r--dacctal/faq/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html
index 60c292f..7daf27a 100644
--- a/dacctal/faq/index.html
+++ b/dacctal/faq/index.html
@@ -84,6 +84,25 @@
</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">
@@ -105,6 +124,16 @@
<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>