compilation is fun to watch.
Here’s what hugo’s --debug
output for this blog looks
like right now. Rendering takes about 25
seconds on an old laptop. The
linearity is easy to see, but that’s the least of my problems ;-)
Remember when it was thought that all combustible materials consist of two parts? Phlogiston and dephlogiston (calx). Goodness, someone today just made me remember the most random thing from chemistry history (from when I was in school).
The ‘best current practice’ category of beats any blog post you can read for a topic. For example, I recently got tired of my domain host’s flakiness and did my own thing.
I couldn’t fully remember how serial
numbers worked for secondaries and
rfc 2182
showed me the
money real fast. The alternative is sludging through multiple
of ad spam.
It’s unusual, but my favorite part of blogging is coming up with the most boring and anti–clickbait titles possible. In another life, I’d be an undercover agent.
Most software, framework, and programming debates online reduce to disputes over company or personal preferences — mindshare. Technical and architectural debates are rare — those fights are the most interesting because that’s the important part, at least .
cgit
is good. I’ve added
a small note
on using git maintenance with
cgit
.
I’ve noticed that attacks are becoming commonplace on my domain hosting provider’s name servers (Porkbun).
Looks like they’ve migrated over to Cloudflare to remedy the situation, but the migration was wonky.
In the end, having full programmatic control over dns records, transfers, and
zones is priceless. So… with a few glue records and zone files — my
dns is now back under my control with
bind
.
Kiwi Browser (download
) is a Chromium
derivative on Android that can directly expose the built–in dev tools on device.
Remote debugging
is my preference, but it makes quick
I’ve returned from the depths of The Fediverse
with a
I’ll play around with this stolen idea for a bit. Audio reactions
might also be another idea worth exploring.
WordPress has
an affinity for back–doored radioactivity.
If I can get my way (which is hard), a WordPress install has only 1
theme and
0
plugins.
wordpress/
|-- public
`-- wp-config.php
/* Disable installing plugins and themes */
define('DISALLOW_FILE_MODS', true);