Comparing directories with HTML output
If you have two copies of static sites and want to compare the output of the two, here are some Linux command line utilities I’ve used for that task on a recent project. HTML Tidy I used HTML tidy to normalize the HTML output of the two directories. This step formats the HTML files consistently
Random Tables for Dokuwiki
I’ve been using dokuwiki to prepare for the D&D game sessions I’ve been running since 2020. I know there are newer tools that are quite popular and used, particularly Notion and Obsidian. I like hosting my content and have always wanted to do more with Dokuwiki, which is a long-running PHP project that remains actively
Delg, Dwarven Cleric
Delg is the Life domain cleric I’m playing in our Saturday’s game when we run through Dungeon of the Mad Mage. He’s been fun to play, except the first game Intellect Devourers ate his brain, so he had to be resurrected. He also picked up a curse sword, but the rest of the party was
Testing HTTP Redirects in PHP
For a task today, I wanted to verify that redirects on a website were working as expected after migrating them from one redirect plugin to another one (yes, this site had 2 enabled). I couldn’t figure out the right invocation to test them using cURL in PHP, even though the documentation seemed straightforward (just set