summaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-01-03 17:41:42 -0500
committermjfernez <mjf@mjfer.net>2022-01-03 17:41:42 -0500
commit2841989fbcac0bb530133641127f0e73fb686114 (patch)
tree33fe7b2f75d0ebdbfcaca6cd8fa3e0fc5fdb8dcf /about
parentd0595724cd13a2274e34a813119cf457a796af75 (diff)
downloadsite-files-2841989fbcac0bb530133641127f0e73fb686114.tar.gz
Added neovim article. Syntax fixes in markdown
Diffstat (limited to 'about')
-rw-r--r--about/faq.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/about/faq.html b/about/faq.html
index d9803f7..87180cc 100644
--- a/about/faq.html
+++ b/about/faq.html
@@ -23,6 +23,7 @@
<li><a href="#questions-noone-asked-but-could-maybe">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"><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"><em>How come I can't access your main domain?</em></a></li>
<li><a href="#you-wrote-all-this-in-vim-why-tho"><em>You wrote all this in vim? Why tho?</em></a></li>
<li><a href="#why-openbsd"><em>Why OpenBSD?</em></a></li>
<li><a href="#why-bother-making-your-site-from-scratch-it-looks-like-crap"><em>Why bother making your site from scratch? It looks like crap</em></a></li>
@@ -38,11 +39,21 @@
<h3 id="why-bother-running-a-tor-hidden-service-if-youre-gonna-put-your-full-name-on-it"><em>Why bother running a Tor hidden service if you're gonna put your full name on it?</em></h3>
<p>One, because I think hidden services are neat and I thought it'd be neat to make one. And two, if I really needed to be anonymous, I would probably self-host or find a hosting provider somewhere else, or reconsider using the Internet all together.</p>
<p>The hidden service has a benefit though, mostly to <em>you</em>. You don't need to expose your IP to me or to anyone else to access this site.</p>
+<h3 id="how-come-i-cant-access-your-main-domain"><em>How come I can't access your main domain?</em></h3>
+<p>Honestly, I wouldn't know if my site is blocked elsewhere, but I may have blocked your IP for the following reasons:</p>
+<ul>
+<li>You attempted to ssh to my server (I use fail2ban and employ private keys, I block all failed attempts)</li>
+<li>You tried to pass some weird or malicious HTTP request (again, fail2ban)</li>
+<li>Someone else on your IP tried to do one of those things</li>
+</ul>
+<p>This is part of the reason why I run the site as hidden service since you can still read my nonsense anyway through that, but if you think this might be an error on my part, you can email me.</p>
<h3 id="you-wrote-all-this-in-vim-why-tho"><em>You wrote all this in vim? Why tho?</em></h3>
<p>Neovim more lately, but yeah other than large projects, I prefer 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/puffy.gif" /></p>
+<figure>
+<img src="/static/puffy.gif" alt="" /><figcaption>puffy</figcaption>
+</figure>
<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>
@@ -56,6 +67,6 @@
<p>I get that people have to get paid. I get that people are afraid of someone else taking credit for their work. But for this site at least, I guess I just don't really care. If someone really finds some way to profit of some random guy's Linux tutorials and unqualified thoughts on the world I honestly think <em>they</em> deserve the credit not me. I have no idea how I'd do that; I'm not sure I'd even want to waste my time with all the marketing nonsense of the modern web. And on the second point, if someone "steals" my work it's not exactly hard to figure out it was published here first--a Google search will prove that. But even if that weren't the case, I still wouldn't mind. I'd be glad that this stuff is useful at all. That would be a nice surprise.</p>
<p><em>Not</em> everything that is <em>linked</em> to on this site falls under the same guidelines, so be sure to respect that author's copyright; I tend to link stuff that is generally pretty free to use, though.</p>
<h3 id="why-dont-you-highlight-urls-you-dinosaur">Why don't you highlight URLs you dinosaur?</h3>
-<p>Because I think it's kinda deceiving. It's one thing to highlight a word that leads to a place, since the user doesn't have expectation of where it's going to lead, they'll tend to hover to see where it's going. A full URL looks like it's going exactly where it's going. A user won't think twice about clicking on <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://facebook.com/</a>. They will if they see <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">totally not a virus</a>. If you're giving out the full URL anyway why bother linking it? Every browser in the world has double-click (or long-press) to highlight the URL automatically, then right-click, and open in new tab.</p>
+<p>Because I think it's kinda deceiving. It's one thing to highlight a word that leads to a place, since the user doesn't have expectation of where it's going to lead, they'll tend to hover to see where it's going. A full URL looks like it's going exactly where it's going. A user won't think twice about clicking on <a href="https://fwesh.yonle.repl.co/">https://facebook.com/</a>. They will if they see <a href="https://fwesh.yonle.repl.co/">totally not a virus</a>. If you're giving out the full URL anyway why bother linking it? Every browser in the world has double-click (or long-press) to highlight the URL automatically, then right-click, and open in new tab.</p>
</body>
</html>