Jeremy

Gold: https://dev.to/atomar/let-s-encrypt-ssl-certificate-in-namecheap-autorenewal-verified-working-using-acme-sh-4m7i http://www.theopsfloor.com/wp-content/uploads/2023/09/Let’s-Encrypt-SSL-certificate-in-Namecheap-AutoRenewal-–-Verified-working-–-Using-ACME.sh-DEV-Co.pdf #Get acme.sh utility curl https://get.acme.sh | sh #Source the Environment variables source ~/.bashrc #Register your email with Lets’s Encrypt to be notified any renewals issue acme.sh –register-account […]

To flash the printer with Marlin, follow the instructions here: Anet Blog ET4/5 Firmware Open Source Upgrade Marlin Source for Storm G1 at https://github.com/rhsdev/MarlinStormG1 Precompiled Marlin firmware for OpenBLT bootloader: […]

OpenScad Wedge

Just a quick post. Unfortunately, OpenScad does not have a wedge. This basically is a cylinder that you can pick how many degrees of the circle to draw. There are […]

Neopixel Display

A few weeks ago, I went ahead and made a display for Christmas (and Halloween at the time). It was a pretty big hit. It may not be the first […]

This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a […]

Today is just a bit on a funny effect of Java 7’s way of doing try-with-resource scoping. Consider the following partial class for a poolable autoclosong resource: