Skip to main content

2 posts tagged with "Homelab"

View All Tags

Why you need a Raspberry Pi 5 in your homelab if you're building ARM software

· 5 min read

I've been working on ARM images lately. They are not application containers, but a distro-style image built from ubuntu:22.04 that installs large package sets, runs post-install scripts, enables services, and pulls NVIDIA repositories. It's much closer to OS assembly than a typical app container.

I wasn't surprised that building these images natively on ARM would be faster than doing it from an x86 machine using emulation. That part was expected.

What surprised me was how much faster it was.

Seeing a Raspberry Pi 5 consistently outperform a 3-year-old high-end Intel laptop by almost 2x forced me to re-evaluate some assumptions I had about build performance, hardware specs, and what "powerful enough" actually means when you're building ARM software.

The Birth of My Homelab

· 6 min read

Last week, the open-source team at Spectro Cloud held a Hackweek. If you haven’t heard of the format, it’s basically a week where we don’t focus on the highest-priority tickets. Instead, we work on things we want to work on—whether it’s for fun, exploration, or finally giving some love to that neglected project in the corner. I find Hackweeks incredibly valuable. In fact, I’ve written about them before—once in 2020 and even earlier back in 2015. They spark ideas, rekindle curiosity, and sometimes result in something genuinely useful.