I'm building a few FastAPI apps to throw in docker and run on my homelab... I wanted to add healthchecks and here's a simple way to do it Make sure to install curl in the dockerfile (near the top for effeciency) # Install curl with minimal dependenc ... read more →
statically.io offers a CDN that I'm going to try to lean into for images in my blog. My hope is that the builds get and stay fast, and that page loads are fast too. Example: <img src="https://cdn.statically.io/gh/pypeaday/images.pype.dev/ma ... read more →
statically.io offers a CDN that I'm going to try to lean into for images in my blog. My hope is that the builds get and stay fast, and that page loads are fast too. Example: <img src="https://cdn.statically.io/gh/pypeaday/images.pype.dev/ma ... read more →
I use LSIO Jelyfin container for the easy addon they provide for AMD GPUs but I couldn't get trickplay to work with HWE... There was almost NOTHING on the internet about the error, and all the threads were about BSD systems... Thankfully someone pos ... read more →
I am moving a hefty amount of data to a new ZFS pool due to some corruption and I want to avoid using zfs send/recv for this just to make sure I don't propagate any corrupted data to my new pool. I've used rsync for simple things before but I needed ... read more →
Htop I recently have been having significant home server issues, and that's not the point of this - today I learned what D state is when looking at htop. Apparently this means "uninterruptable sleep" and it's a dev's nightmare... Context ... read more →
hostnamectl is apparently a linux utility for easily changing your hostname in a variety of ways ❯ hostnamectl --help hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. Commands: status Show current hostname s ... read more →
the Logos web app is DISGUSTINGY bright/white - enough to actually ruin your morning... Thankfully there's an extension called stylus and some kind folks in the Logos community created a nice dark theme here. You simply install the extension, then g ... read more →
I rebooted by server and DNS broke randomly. I have no idea if it was from a kernel update or what but that's the issue with Ubuntu I guess... After much toil and none of the other options working for me (sorry to not have those documented here) thi ... read more →
Plasma shits the bed a little too often on Fedora for me right now but I finally have a quick fix... sudo killall plasmashell kstart plasmashell read more →