Status: 🔴 UNRESOLVED - Root cause identified, awaiting fix
Last Updated: January 2026
Hardware: Radxa Dragon Q6A (8GB RAM)
OS: Ubuntu 24.04 (RadxaOS)
Kernel: 6.18.2-1-qcom
A comprehensive log of attempting to self-host Llama 3.2 on the Qualcomm QCS6490 NPU.
To build a highly efficient, headless Edge AI server using the Radxa Dragon Q6A.
- Hardware: Radxa Dragon Q6A (Qualcomm QCS6490, 12 TOPS Hexagon NPU).
- Software Objective: Self-host open-weight LLMs (specifically Llama 3.2 1B/3B) using the Hexagon NPU (DSP) to offload the CPU.
- Constraint: Use a lightweight Linux OS with containerized services (Docker) for isolation.
A comprehensive guide to installing and configuring WhisperX on Windows with GPU acceleration and speaker diarization.
Last tested: January 2026
Environment: Windows 11, NVIDIA GPU (CUDA 12.6), Miniconda, Python 3.10
A comprehensive guide to installing and configuring WhisperX on Windows with GPU acceleration and speaker diarization.
Last tested: January 2026
Environment: Windows 11, NVIDIA GPU (CUDA 12.6), Miniconda, Python 3.10
Heimdall is a cross-platform, open-source tool used for flashing firmware onto Samsung devices. While attempting to install Heimdall Suite 1.4.0 on a MacBook Pro running macOS Monterey (12.7.6), I encountered an installation failure. The official package tried to install files into the system volume, which is protected by macOS’s System Integrity Protection (SIP), resulting in the error: "The package is attempting to install content to the system volume."
- SIP-Related Failure: The official Heimdall Suite 1.4.0 package (released in 2014) attempted to install files into SIP-protected directories like
/System/Library/Extensionsand/usr/bin. SIP, introduced in macOS El Capitan (2015), blocks such modifications, causing the installation to fail. - Invalid Package Path Error: When I switched to an unofficial signed version (1.4.1), I initially encountered an "invalid package path" error. This happened be
This document captures the complete experience of installing, testing, and running OpenFOAM on Termux, along with the challenges encountered and the lessons learned along the way.
This guide will help you set up a complete LaTeX environment on Windows with MiKTeX, VS Code, and automatic formatting with latexindent.
- Windows 10/11
- Package manager (Chocolatey, Winget, or Scoop)
- VS Code (or install it during this process)
This Gist compares five different approaches demonstrated in various GitHub repositories for integrating C/C++ code with Scilab on Windows using the MinGW-w64 GCC compiler toolchain. The goal is to understand the trade-offs and identify potentially clean, concise, and canonical methods.
Repositories Analyzed:
- Foadsf/scilab-c-cpp-mingw-example
- Foadsf/scilab-mingw-c-gateway-mwe
- Foadsf/minimal-scilab-c-gateway
- Foadsf/scilab-mingw-module (Note: URL points to
my_foo6, seems related)