Category Archives: Uncategorized
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
(naïve) Factorial Function in Cairo
Here is what I came up with.
Posted in Uncategorized
Leave a comment
Sharing from WSL2 back to Windows Clipboard
You’d think this is easily done in WSL2 with the following command: The method that works in practice is to pass it over to the native windows utility for manipulating the clipboard:
Posted in Uncategorized
Leave a comment