Skip to content
1/20/2025
Things I wish I had known before installing Fedora 41 Workstation

Coming from Ubuntu, a few things were crunchier than expected when distro-hopping to Fedora 41 Workstation.

9/29/2024
Set Default Host and Port for Laravel Dev Server

An obscure feature of the laravel dev server unearthed: setting a default host and port

9/6/2024
My working ESLint(8) config with "standard" in 2024 for vscode

using the latest ESLint has become an absolute pain - here's a working setup

9/4/2024
Pair and Sync multiple Philips Hue Iris Second Gen with Dimmer Switch

How to get them to show the same color and brightness WITHOUT using the Hue Bridge

7/26/2024
Effectively prevent disks from spinning up on SSH connect

If you*re fed up with your NAS' disks spinning up every time you connect to it via SSH, here's a solution for you.

6/27/2024
setting up a fresh hdd with ext4 in linux

a public note to myself on how to set up a new hard drive with ext4 in linux

6/21/2024
@mtillmann/colors - isit.red's core as a standalone library

Taking the core of isit.red and making it a standalone library to enable other projects to use it

5/23/2024
Lightroom Classic color labels and XMP data in JPEGs

Adding Lightroom Classic color labels and XMP data to JPEGs using javascript can be a bit tricky. Here's how you can do it.

4/3/2024
Word-wrapped text and html on images/canvas

Creating a word-wrapped text on an image or canvas element with js is not as easy as it should be. Let's make it a bit more straightforward.

1/29/2024
Google Forms Field Ids - The Easy Way

A very short post on how to get the field ids of a google form with a few lines of javascript