My projects

owned

git-assist

A small Go CLI that wires a local LLM into Git. It drafts commit messages from staged diffs, runs a few repository-analysis commands, and walks through rebases one step at a time.

  • Go
  • CLI
  • Ollama
  • Git
  • LLM
owned

PS-SysInfo

A cross-platform PowerShell 7+ module that returns structured system info — CPU, memory, disk, network, OS, processes, GPU, battery, installed software — as objects you can pipe straight into `ConvertTo-Json`. Publish...

  • PowerShell
  • PowerShell Gallery
  • Cross-platform
  • System info
owned

auto-workspace

Two Ansible playbooks I run on every new machine — one for Ubuntu 24.04 LTS and one for macOS Sequoia 15.4. They install the virtualisation stack, developer tooling, GUI apps, cloud tools, and my dotfiles, so a fresh ...

  • Ansible
  • Ubuntu
  • macOS
  • Homebrew
  • Provisioning
owned

Gentoo on Raspberry Pi 5

A setup guide and a few helper scripts for installing Gentoo Linux (ARM64, systemd) on the 8 GB Raspberry Pi 5 from an Ubuntu host. Covers disk prep, stage-3 unpack, the QEMU-assisted chroot, the kernel build, and fir...

  • Gentoo
  • Raspberry Pi
  • ARM64
  • systemd
  • QEMU