Indeed, carrying a QMK-enabled keyboard with you at all times might not be
practical when on the go with a laptop. Since laptop keyboards are (usually)
dumb and not reprogrammable using QMK, kanata becomes the …
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 …
I have run Lintian against a (Ubuntu) kernel package. It took 1702 seconds, (~
28 min). Of that time, the profiler analysed 1225 seconds (~ 20 min) I profiled
it using the NYTProf Perl profiler. Here are the results:
We can see that most of the time is spent in the visit_files …
During DebConf 2024 Busan the poor state of maintenance and performance of
Lintian was mentioned (again).
I have been affected by long check times especially as packages grows in size
and Lintian only uses one core of my otherwise beefy machines. I took a very
short look at how Lintian …
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 …