Nvidia Graphics Cards work on Pi 5 and Rockchip
A guide on getting Nvidia GPUs to work with the Raspberry Pi 5 and Rockchip boards using a custom kernel patch.
A guide on getting Nvidia GPUs to work with the Raspberry Pi 5 and Rockchip boards using a custom kernel patch.
A technical guide on deploying Arm workloads on Google Kubernetes Engine using C4A and C4D Compute Classes.
A technical guide on installing and running SAP's Garden Linux on an Android phone using Termux and proot-distro.
A guide to cross-compiling Odin programs for Raspberry Pi Zero using musl libc, enabling static ARM64 builds from an x86_64 development machine.
A guide to building multi-architecture Docker images for Arm and x86 using Google Cloud Build and buildx.
A personal review of Oracle Cloud's Always Free Tier, detailing the signup process and initial VM deployment experience.
A technical guide on installing and running the lightweight Kubernetes distribution k3s within WSL2 on an ARM64 Surface Pro X device.
A deep dive into debugging a NullReferenceException crash on ARM64 Linux, revealing a missing null check in the .NET runtime's exception handling.
A developer's hands-on review of the Apple Silicon M1 chip for software development, covering performance, compatibility, and testing challenges.
A deep technical dive into the ARM64 assembly implementation of Objective-C's core message-sending function, objc_msgSend.