Fresh/Brewed

MN State Fair
Bye Windows

Bye Windows

last box to switch to Linux

Well I did it. It was a really strange feeling, to be honest, but I pulled the plug and wiped my windows SSD and finally loaded Linux on my last working Windows. The gaming rig (whatever that has been at any given time) has always been Windows with WSL for fun and Steam for play. But every game is now supported quite well on Steam and I was tired of babying the 1Tb drive as my fun work in WSL was always bloating up the filesystem.

OS Apps: Databasus, CTRoadmap

OS Apps: Databasus, CTRoadmap

fun stuff

Let’s take a moment to check out some open source apps that have been on my list for a bit. The first is “Databasus” which is PostgreSQL/MySQL backup service that can run locally, in docker and in Kubernetes. We’re going to try backing up some PostgreSQL DBs as well as MariaDB 10 databases to a variety of endpoints. A while back I saw this Marius post on CTRoadMap which describes itself as “Homelab Server Network Diagram & Documentation for Mapping Function Topology”. We’ll take a look at this and how to run in docker as well as externalizing with Kubernetes.

Getting started with FleetDM

Getting started with FleetDM

Could this replace Ansible?

I was recently chatting with some colleagues about deployment tooling and FleetDM came up. I felt like I was aware of most deployment tools but this was new to me. Logos are how companies show brands that use their products and of whom they are proud to share. So it is a severe negative to me they show Flock amongst their scrolling list. But let’s still consider them as they are Open Source and easy to deploy

Gitea ist Kaput

Gitea ist Kaput

Well that kind of sucks. Let's fix it

Gitea went kaput. Just up and stopped working one day. I came back from the BWCA and noticed none of my automated builds had succeeded: The errors were all about “back pack header” I tried many things - restarting Kubernetes, docker, upgrading the container image. All the things that usually ‘unstuck’ a Gitea instance just weren’t. Any local pull or clone would fail builder@DESKTOP-QADGF36:~/Workspaces/fbsnew$ git pull fatal: protocol error: bad pack header It wasn’t disk space

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.