Category Archives: Algorithms

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

ChatGPT

With ChatGPT, the algorithms have learned to not only write working code, but accept constructive criticism and improve it, too. Continue reading

Posted in Algorithms, BASIC, C, Current Events, Digital Citizenship | Leave a comment

The Short Way Around

How can you calculate Great Circle routes? Go straight through the Earth! (…and then normalize.) Continue reading

Posted in Algorithms, Aviation, Coding, Math | Tagged , , , , , | Leave a comment