Author Archives: M. Eric Carr

Three-phase power demonstrator

I recently discovered Temu — a site selling miscellanea at often hard-to-believe low prices. A lot of what they sell is standard Dollar Store fare (plastic kitchen implements and small metal tea infusers and such), but they also have some … Continue reading

Posted in Uncategorized | Leave a comment

Cache And Carry

The Hofstadter Q sequence, like the Fibonacci numbers, is best computed with a caching scheme. But bring a lot of memory. Continue reading

Posted in Algorithms, BASIC, Coding, Math | Leave a comment

Neural-Network Fractals

Last weekend, on a whim, I asked GPT-4 “Please teach me how to create simple neural networks in Python using PyTorch.” I wasn’t sure how well that would go, but figured it was worth a try. I not only learned … Continue reading

Posted in Algorithms, Coding, Fractals, Machine Learning / Neural Networks, Minecraft, Python | Tagged , , , , , | Leave a comment

The Old XOR Switcheroo

Swap two binary integers, without using a temporary variable. Not magic — XOR. Continue reading

Posted in Algorithms, Assembly, Coding, Digital, Math | Tagged , , , | Leave a comment