Category: Uncategorized
-
Configuring Regolith i3xrocks
I upgraded my MINT 20 install to MINT 22, and everything ended up a bit of a mess, because so many things were updated. Normally, it’s easy to figure out the situation, but I couldn’t find docs to get…
-
History of the annoying PC “beep”. It’s called a “bell”.
At 1:10, you can hear the bell. That’s a Teletype, a remote controlled typewriter from the 1930s. It has an actual bell inside! Originally, teletypes were used like telephones. Two teletypes were connected together, either by wire, or by…
-
Directory Structure Checking Script
This is a script to check if my photo archives conform to my naming rules. My archives look like this: Right now, it’s approximately 65,000 files totalling 96GB, so it scales up okay for me. It might not work…
-
Computer Shopping
Need to upgrade. Want something with full HD display, 12GB RAM. No HD (will use existing). Current main computer, a laptop, which I want to replace. Dell Inspiron 3537, 12GB RAM, 1TB SSD, i3-4010U CPU 1.7GHz, 720p display lshw…
-
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.
-
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.
-
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 are in wc/installer.
-
WordPress and JSON Schemas Noob Notes
Learning the basics about validating inputs using JSON Schemas in WordPress REST API plugins.
-
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 by Benchoubani django channels, python,…
-
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 then wait several seconds. This…