diff options
| author | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2026-06-28 14:44:00 -0400 |
| commit | 62e8467e59d7d30d7cbda080f6b5f1d37a17d905 (patch) | |
| tree | 3d7c7797862bfdd0efe19d991ba5180eed689f7d /about/faq.html | |
| parent | 15a267bf0a5d47ec0189261d1ce0cfd5e4268c66 (diff) | |
2026 Touch up, mostly FAQ
Diffstat (limited to 'about/faq.html')
| -rw-r--r-- | about/faq.html | 50 |
1 files changed, 15 insertions, 35 deletions
diff --git a/about/faq.html b/about/faq.html index 0564d22..55da809 100644 --- a/about/faq.html +++ b/about/faq.html @@ -8,18 +8,10 @@ <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - /* The extra [class] is a hack that increases specificity enough to - override a similar rule in reveal.js */ - ul.task-list[class]{list-style: none;} - ul.task-list li input[type="checkbox"] { - font-size: inherit; - width: 0.8em; - margin: 0 0.8em 0.2em -1.6em; - vertical-align: middle; - } + ul.task-list{list-style: none;} .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <link href="../../static/main.css" rel="stylesheet"/> @@ -28,26 +20,24 @@ <nav id="TOC" role="doc-toc"> <h2 id="toc-title">Contents</h2> <ul> -<li><a href="#frequently-anticipated-questions" id="toc-frequently-anticipated-questions" target="_self">Frequently Anticipated +<li><a href="#frequently-anticipated-questions" target="_self">Frequently Anticipated Questions</a> <ul> -<li><a href="#questions-noone-asked-but-could-maybe" id="toc-questions-noone-asked-but-could-maybe" target="_self">Questions noone asked, -but could maybe</a> +<li><a href="#questions-noone-asked-but-could-maybe" target="_self">Questions noone +asked, but could maybe</a> <ul> -<li><a href="#why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it" id="toc-why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it" target="_self"><em>Why +<li><a href="#why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it" target="_self"><em>Why bother running a Tor hidden service if you're gonna put your full name on it?</em></a></li> -<li><a href="#how-come-i-cant-access-your-main-domain" id="toc-how-come-i-cant-access-your-main-domain" target="_self"><em>How come I can't -access your main domain?</em></a></li> -<li><a href="#you-wrote-all-this-in-vim-why-tho" id="toc-you-wrote-all-this-in-vim-why-tho" target="_self"><em>You wrote all this in -vim? Why tho?</em></a></li> -<li><a href="#why-openbsd" id="toc-why-openbsd" target="_self"><em>Why -OpenBSD?</em></a></li> -<li><a href="#why-bother-making-your-site-from-scratch-it-looks-like-crap" id="toc-why-bother-making-your-site-from-scratch-it-looks-like-crap" target="_self"><em>Why +<li><a href="#how-come-i-cant-access-your-main-domain" target="_self"><em>How come I +can't access your main domain?</em></a></li> +<li><a href="#you-wrote-all-this-in-vim-why-tho" target="_self"><em>You wrote all this +in vim? Why tho?</em></a></li> +<li><a href="#why-bother-making-your-site-from-scratch-it-looks-like-crap" target="_self"><em>Why bother making your site from scratch? It looks like crap</em></a></li> -<li><a href="#why-does-your-rss-feed-update-me-on-old-stuff" id="toc-why-does-your-rss-feed-update-me-on-old-stuff" target="_self"><em>Why does your -RSS feed update me on old stuff?</em></a></li> -<li><a href="#why-is-this-site-public-domain-what-does-that-mean" id="toc-why-is-this-site-public-domain-what-does-that-mean" target="_self"><em>Why is +<li><a href="#why-does-your-rss-feed-update-me-on-old-stuff" target="_self"><em>Why +does your RSS feed update me on old stuff?</em></a></li> +<li><a href="#why-is-this-site-public-domain-what-does-that-mean" target="_self"><em>Why is this site public domain? What does that mean?</em></a></li> </ul></li> </ul></li> @@ -87,16 +77,6 @@ vim? Why tho?</em></h3> using vim for editing. Mostly because it's easy to edit consistently across servers and because I just spend so much of my time in the terminal lately that I'm used to it.</p> -<h3 id="why-openbsd"><em>Why OpenBSD?</em></h3> -<p>Honestly, I though the fish was cool.</p> -<p><img src="/static/media/puffy.gif"/></p> -<p>I don't know the artist of that one unfortunately, I just found it on -a forum.</p> -<p>Besides I've installed Debian lots of times so I figured, why not try -something different? It's pretty cool as a server OS. Just a lot of -homework. I'm sure it's good as a desktop/laptop one too, but it's not -different enough for me to move all my data.</p> -<p>For what it's worth, I use Debian sid for a daily driver.</p> <h3 id="why-bother-making-your-site-from-scratch-it-looks-like-crap"><em>Why bother making your site from scratch? It looks like crap</em></h3> <p>Eh. I feel like if what I say isn't interesting, prettying it up |
