Fresh/Brewed

DevOps SRE AI Cloud
AI Code Reviews with Ollama

AI Code Reviews with Ollama

Review code. Stay local

In recent times I have been looking closely into AI Code Reviews using tools like Github Copilot, which consumes my tokens and uses Azure/Microsoft resources. I have also looked at offerings from Qodo as well as CodeRabbit. All these SaaS tool suites are great, no doubt, but they all cost money. I got to thinking, could I not accomplish the same thing locally? Setup I’ll want to use an Ollama host in my network.

Home Lab Updates

Home Lab Updates

Three way DR for Gitea, Gancio needs a kick and GCP cleanups

In moving our primary blogging system from Github over to a self hosted Gitea, we need to sort out how to best create a proper HA DR environment. This means having some push mirrors. The first thing I did when i setup Gitea to be the “real” repo for this blog was to mirror it to Forgejo. However that instance is on the same cluster, so if there is a catastrophic outage, then I would expect both to be down and have to rely on whatever my last local clone happens to be.