My earlier post on the Red Hat oVirt cluster captured a specific point in time in the evolution of my home platform. Since then, the environment has changed substantially. What started as a traditional homelab has become something much closer to a small enterprise infrastructure platform: virtualisation, segmented networking, shared storage, Kubernetes, automation, GPU workloads, and a mixture of personal, development, and real hosted services.
This post is a high-level overview of where the platform stands in 2026.
I’ve published a small NuGet package called AdoScope that brings a scoped Unit of Work pattern to Dapper and ADO.NET, without the need to hand-roll your own classes.
It’s heavily inspired by the excellent DbContextScope from the EF world (which I’ve used many times), but designed for raw ADO.NET and Dapper.
AdoScope takes care of DbConnection and DbTransaction management behind the scenes, so there’s no need to pass transactions around or write boilerplate Unit of Work code, just clean, focused repository logic.
A former colleague of mine used to say, "Savings will be made, whatever the cost"; a good quote, I thought.
What I've learnt from Robert C. Martin AKA Uncle Bob, founder of the agile manifesto, is something to contemplate.
Why are Programmers Slow?
Programmers are slow because they started fast, excited about the new project to build, and without establishing a solid design and architecture. They reach a point where they are only 1% of their productivity when they started.
Adding a new node to an existing oVirt Cluster should be a seamless process, but sometimes you hit a snag. That's exactly what happened to me recently when I realized that only virtual machines (VMs) without an OVN network were launching. For those who might not be familiar, OVN (Open Virtual Network) is a system that provides network virtualization to containers and VMs, and it's a critical component for managing external VM networks within oVirt's infrastructure.
If you're navigating the complexities of virtualization management systems, you might share my recent challenge with Red Hat's oVirt, the open-source virtualization management platform. For those unfamiliar, oVirt orchestrates virtual machines, manages resources, and provides a centralized interface for distributed computing environments. It's worth noting that while my experience is with oVirt, the insights I've gained may also benefit those working with KVM or XEN—especially KVM, since it's the underlying technology in oVirt.
Having just spend a few days settings up a Cisco 8851 to work with FreePBX, I'll write an article shortly posting all my configs for this, hopefully save someone time one day.