Author: Derrick
-
A Trio of Pibooth Plugins
Wherein I developed three plugins for Pibooth: fullscreen toggle, WordPress upload, and custom processing.
-
Rescuing Tampermonkey Scripts from a LevelDB Backup
Join me as I recover my Tampermonkey scripts from the bowles of a dead Chrome profile.
-
Stop WordPress From Sending Emails (And Log Them Too!)
A plugin that blocks emails for certain users and logs all email attempts in WordPress.
-
How I Saved My MacBook Pro From Bad RAM
in MacOSThe story of how I used an EFI tool to disable faulty memory and save my laptop.
-
Automatic Admin Login for WordPress, A Really Bad Idea
This content presents a PHP snippet that forces automatic login to a WordPress site as the admin user. While it may be useful for local environments and testing existing data, it is strongly discouraged for production use due to security risks.
-
Get OctoPrint Status via Bash
in Dev StuffI’m working on a module to add OctoPrint status to my zsh prompt, which I’ll probably write about in the future as a bigger post about my prompt customizations. To start with that though, I need to play around with accessing the API via curl. So here’s my super alpha version that will request the…
-
Syntax Highlighting SQL in Terminal
in Dev StuffDo you ever find yourself doing some debugging with error_log() or its friends? Does that debugging ever involve SQL queries? Are you tired of staring at grey queries all the time? I have just the product for you! Introducing Syntax Highlighting SQL in Terminal! Brought to you by our friends at Large Language Models, Incorporated,…