WeatheredHiker.com

I am the Weathered Hiker. This is my site about programming, robotics, and electronics. I discuss and use Java, Dart, C/C++, PHP, Assembly, and BASIC. See the sidebar for some of my projects and ramblings.

In a number of my projects, I have used AI to generate the code in whole or in part. I have found it to be an invaluable tool to be able to create something that is useful, works, and takes minimal effort. Sometimes it's just easier to make a quick tool rather then to try and find one that ends up doing a dozen other things you didn't want or need. Using AI can be a double edged sword. It can create some nice code, but it can also create needlessly complex code, or not think about code reuse. I will always give the code a once over to understand what was done, and tailor it to my needs.

Note that I am house cleaning my repos and making projects more presentable. More will appear here once cleaned up and made public.