I forgot to mention yesterday that some of that weekend stuff I mentioned Friday actually did get done! I made the logo for Dice-Rolled Dalmatians and you can see it on the site right now! It even has a favicon which is a dice. See if you catch the easter egg on the dice face.
I did help one of my friends with her book. It’s a book about art. Perhaps, when it is finished, I’ll give it a proper review and link it here. (If she’s cool with that.)
And finally, yesterday night the server running code.foxkit.us was overwhelmed after being hit by an AI bot attack. It was receiving hundreds of requests per second. All of them were tagged as using Chrome, despite it obviously being an AI bot attack. Something to note is that I have always been quite against Chrome as a browser – I really should write about that at length someday. And since code.foxkit.us really isn’t anything but a historical repository at this point, my solution to this attack was to put the following in its Apache Web server configuration:
RewriteCond %{HTTP_USER_AGENT} ^.*Chrome/.*$
RewriteRule . - [R=406,L]
ErrorDocument 406 "Chrome is not allowed to access this site due to AI crawlers. Not sorry. Try a different browser."
And instantly, the server returned to normal. No more attack.
If you do need something off code.foxkit.us, Firefox and Safari (on Mac/iPhone) are available to you and should work great. But I doubt anyone does any more, so it really doesn’t matter much.