I was debugging some ArgoCD stuff earlier today and I love using k9s to explore my k8s resources. The TLDR is that I put some bad env vars in the global values for my ArgoCD pods, this caused the webUI to hang. An easy way to push things through is ... read more →
docker contexts are great, would recommend putting them in your prompt though (via starship or something else)... here's why I like to manage my containers remotely - I have a nice development setup on my desktop and I try to keep my server as bare- ... read more →
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 →