Home Lab Chaos and Learning | Generated by AI

Home 2026.02

Question: Suppose I have a Mac and 2 Ubuntu laptops at home. What programs or funny projects can I do? Just Kafka and ZooKeeper for learning purposes? What other cool things can I do?

Answer:

You have a nice heterogeneous setup (macOS + Linux) that’s perfect for a small home lab / distributed playground. Kafka + ZooKeeper (or the modern KRaft mode without ZooKeeper) is a solid start for learning streaming / event-driven systems, but there are tons of more fun, silly, or practical projects you can build with these three machines.

Here are some ideas ranked roughly from “quick & funny” to “more serious learning / useful”:

Funny / Silly / “Why not?” Projects

Cool & Actually Useful Learning Projects

Start small: pick one project, use Docker/Podman everywhere for consistency (Mac supports both), Ansible from Mac to manage the two Ubuntu boxes. Most fun comes from over-engineering something stupid — that’s the spirit of home labs!

References:


Back Donate