-
WordPress error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
I got this error on a multisite install I was working on. It made no sense, and found some different solutions online, but eventually found a slightly different one related to my specific problem. (read more)
-
Cascading Failures Due to Failing RAID1 on Linux
I recently had a partial server outage due to a failing RAID, but the problems were due to a cascade of software-based dependencies failing. (read more)
-
Quick Installer for Woocommerce
I need to spin up installations for development, so I came up with this. It requires some other setup, like /etc/hosts, and /etc/nginx, and installing some certificates. All the relevant files, including this script… (read more)
-
WordPress and JSON Schemas Noob Notes
Learning the basics about validating inputs using JSON Schemas in WordPress REST API plugins. (read more)
-
Websocket Chat Server Examples
Collecting links to example code implementing minimal chat servers on different libraries. Ratchet, PHP ws, nodejs, deadsimplechat ws, nodejs, tutorial by Sentre ws, nodejs, codeboxx fastAPI, python, FastAPI Websocket Chat Example fastAPI, python, tutorial… (read more)
-
Turn Audio Links into inline audio players
This is a fork of https://greasyfork.org/users/8668, modified to work with a platform I’m working for. It adds a small Play button next to links to audio. To use it, you load the page, and… (read more)