My Tech Stack

My technology stack is a continuously evolving operational philosophy. I maintain a Linux shop that prioritizes stability, security, and the ability to deploy simple, scalable stacks on single VPS instances. My infrastructure is designed for performance, maintainability, and predictability.

Operating Systems and Foundations

I have standardized my environment to prioritize long-term stability and consistent package management.

  • Primary Server Environment: Ubuntu 24.04 LTS (Noble Numbat) on production nodes, with a staged migration planned for Ubuntu 26.04 LTS (Resolute Raccoon), which reaches final release on April 23, 2026 (Canonical, 2026). Direct upgrades from 24.04 will be enabled with the 26.04.1 point release on August 6, 2026, which is when the fleet will begin its rolling cutover.
  • Primary Desktop Environment: Linux Mint 22.3 “Zena” (January 2026). My daily driver for development, writing, and administrative tasks.
  • Specialized Environments:
    • FreeBSD 14.x: Utilized for high-reliability, network-focused server tasks.
    • Windows 11: Maintained via Virtual Machine for specific compatibility and software dependencies.

Infrastructure, Hosting, and Deployment

I favor dense, efficient hardware that minimizes overhead while maximizing compute.

  • Deployment Management: Coolify (v4.x stable) acts as my primary self-hosted PaaS, managing the lifecycle and orchestration of my applications. The v5 rewrite remains in early planning with no announced ship date, so v4 continues to be the production target.
  • Hosting and Compute:
    • Services: Hostinger is the primary provider for my service layers.
    • VPS Compute: OVH is utilized for specialized compute nodes.
  • Accelerated Hardware:
    • Creative and Prototyping (Mac Studio M2 and M4 Mini): Accelerated via Apple Metal and MLX.
    • Production Inference and Bioinformatics (Linux Fleet): Accelerated via NVIDIA CUDA Toolkit. This is the backbone of the Digital Workroom logic, handling model fine-tuning and genomics simulations.
  • Virtualization: Proxmox 8.x is utilized for containerization and virtual machine management across a 45-node lab network.

Connectivity and Networking

  • Networking:
    • Tailscale: The mesh fabric of my network. It provides secure, zero-config bridging for all remote Linux nodes.
    • PIA (Private Internet Access): Utilized for VPN requirements and secure internet egress.
  • Storage: We utilize Asustor NAS solutions for local redundancy and off-site synchronization.

Data and Logic

My stack focuses on high-uptime, low-friction utility for data processing and software development.

  • Databases: SQLite, PostgreSQL, Supabase, MySQL.
  • Languages: Python, R, C++, PHP, Bash.

The AI Ecosystem (HarnessAI)

My workflow is automated through the HarnessAI framework, utilizing both proprietary frontier models and a robust suite of local, open-source models for specialized tasks.

Frontier Models (Cloud-Based)

ModelVersion / Notes
Claude Opus4.7 (current flagship, Anthropic)
Claude Sonnet4.6
Gemini3.1 Pro (released February 2026)
GPT5.4 (released March 2026; Pro and Thinking variants available)
PerplexityCurrent
MidjourneyCurrent
Sunov5.5 (March 2026)

Open-Source Models (Local Inference)

Deployed via Ollama across the Linux cluster and the Mac M2 Studio.

ModelParameter Size
gemma4:31b (dense)31B
gemma4:26b (MoE, 4B active)26B
gemma3:27b27B
gemma3:4b4B
qwen3.6 (latest Qwen generation)Multi-size
qwen3:8b8B
qwen2.5-coder:32b32B
llama3.3:70b70B
llama4:scout109B
deepseek-r1:32b32B (distilled)
phi4:latest14B
gpt-oss:20b20B
cogito:14b14B
devstral-small-2:24b24B

Cloud-only (through Ollama Turbo): kimi-k2.5, minimax-m2.5, glm-5.

Philosophy: “Simple That Works”

I have moved away from complex, sprawling dependencies. If it cannot be contained, containerized, or easily replicated on a single VPS, it does not belong in my stack. My methodology is built on the belief that governance and technical reliability are best achieved through minimal, deployable stacks that are easy to troubleshoot, audit, and replicate.


Current as of April 20, 2026.