This page gathers what I learn while building, debugging, and maintaining tech projects.
Expect practical write-ups on programming, self-hosting, Linux, Docker, networking, and day-to-day engineering workflows.
For years Green IT was a shared professional responsibility. Then generative AI arrived and the ecological discourse went quiet. But the numbers did not.
Blockchain is a tamper-evident, append-only ledger secured by cryptographic hashes and distributed consensus. Build one in pure Python to understand how it works.
If you’re looking into running OpenVPN on your Synology NAS, you may have come across the following error: ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2). Let’s see how to fix it.