A 2025 Survey of Rust GUI Libraries
I did this in 2020 and then again in 2021, but I’m in the mood to look around again. Let’s look through Are We GUI Yet? and see what’s up these days. (more…)
Read more »
A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name ‘*.ko’ | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how… Read more