-
Archives
-
Meta
Author Archives: sinetek
Fixing a Font Issue on Void Linux//Firefox
I was having rendering issues on Void Linux and the Cinnamon environment/Firefox, looking like this: I tracked down the issue to the package font-adobe-75dpi and font-adobe-100dpi, but rather than touching these packages, I just removed some offending fonts. This is … Continue reading
Posted in Uncategorized
Leave a comment
XBPS-INSTALL: glob install
I was looking for a way to install all noto fonts on Void. Suppose you want to install all packages matching the pattern “*noto*” then you could run something like. xargs takes the list of packages in newline format and … Continue reading
Posted in Uncategorized
Leave a comment
Marlin: Plot of Thermistor Curves
I made a handy plot of Marlin thermistor curves to help visualize the difference between different types. If there is any interest, send me a line and I will provide you with the code to generate additional curves. Additionally, I … Continue reading
Posted in Uncategorized
Leave a comment
STM32 “Blue Pill”: Programming the Bootloader with an Arduino
Commonly refed to as the “blue pill”, this development board has great capabilities. The board comes with an empty flash memory, and so it is necessary to load in programs to do anything useful with this device. Thankfully, there is … Continue reading
Posted in Uncategorized
Leave a comment