The current bottleneck of lintian-ng is decompressing the gzipped tar file in memory. Given the structure of gzip-compressed data and tar files, the reading can only be done by one thread. By delegating the checks to other threads, we try to make sure that the reading thread goes as fast …
read moreOther articles
Performance analysis: running Lintian against a Linux kernel package
What would it take to rewrite Lintian in Rust?
alacritty hints for Launchpad and BTS bugs
Due to a weird font rendering bug in kitty, I switched to alacritty as my primary terminal emulator for the time being.
One missing feature when doing Debian and Ubuntu work is the possibility to click on bug numbers to open them in a web browser. Ubuntu patches gnome-terminal (60_add_lp_handler …
read moreqmk available in unstable
I have finalized the packaging of qmk cli. It is available in unstable, and should soon be available in testing (trixie).
# apt install qmk $ qmk usage: qmk […] cli wrapper for running qmk commands. […]
qmk_cli is a program that helps interact with the qmk_firmware repository. It is used to build and …
read more