Marc is a Software Engineer with over 20 years of experience developing full stack applications and distributed systems. Fueled by plants with a passion to improve our world and environment through technology.
I mostly write about tech I find interesting, or want to log my discoveries for my future self and others.
Tech
This guide walks through setting up ComfyUI on a fresh Ubuntu 24.04 system, including automatic startup using systemd. Perfect for render nodes or headless workstations.
Marc Qualie
If you're running a headless Linux server with a LUKS-encrypted root disk, you probably know the pain of needing a keyboard, KVM, or physical presence to unlock it at boot. No thanks. Here's a simple way to integrate Dropbear SSH into your initramfs, so you can securely ...
I recently setup a cluster of Raspberry PIs and Intel NUCs as a shared Kubernetes cluster for my homelab. Each device has a primary NVMe drive with 500GB of storage and the NUCs have a secondary 2TB SATA SSD. Everything went smoothly so I configured Longhorn as a way to share ...
I've been setting up a lot of quick experiments and prototypes lately to prove concepts. For these kind of apps I don't need a full stack like NextJS, but I also want to be able to use React + TypeScript for various reasons such as component testing or debugging. The aim is ...
It's possible to dramatically improve yarn v1 performance locally by caching registry content in a local nginx proxy. I'm part of teams maintaining a lot of legacy yarn projects and it can be painful when running commands like yarn outdated or yarn install after changes are ...