September 15, 2026
· 8 min read
Getting an old phone to boot Linux is a satisfying milestone. Making it useful over time creates a different set of problems. It needs to receive work, report what happened, reconnect after an interru...
Read post
September 12, 2026
· 7 min read
armrx started with a concrete goal: build a RandomX v1 miner for AArch64 Linux, with my own implementation of the hashing pipeline and a JIT compiler that emits native ARM instructions.
The checkout h...
Read post
July 19, 2026
· 1 min read
Run these commands in the terminal:
sudo pacman -S cups cups-filters gutenprint foomatic-db-gutenprint-ppds ghostscript --noconfirm
sudo systemctl enable --now cups
sudo usermod -aG sys $USER ...
Read post