Tag: Development

New WordPress Theme

Logo for the Polar Wave wordpress theme

Its been almost 3 years since I updated the theme on this website.  You can see the article about that here.  At the time, I didn’t want to spend any time on it at all, so I just found the quickest and easiest theme to implement with minimal changes.  I never really liked the theme, it lacked some features I wanted, and had a lot of wasted space. Even though I am VERY MUCH a back-end sort of developer, I decided to create my own theme from scratch, which is what you are looking at now!  I call it “Polar […]

OutOfTheLoopAI Release

Everyone who has used an AI chatbot knows that it can be a very iterative process.  One approach to integrating AI into workflows is called “Human In The Loop”, which describes an approach that uses a human as part of the process to achieve better outcomes.  What if we could take the human out of the loop?  Why not replace the human in the loop with another AI? To test out this theory, OutOfTheLoopAI was born. What does it do? OutOfTheLoopAI is a PHP script that creates a standalone webpage where you can setup conversations between different AI systems.  You […]

AI Writing Style Detector Release

AI has a certain style of writing.  We can’t always put our fingers on it, but we can often spot the influence of AI in written communication. I recently had a discussion with a friend who is an engineering professor, and I can see their concern as it relates to AI.  On the one hand, you want students to develop certain skills.  On the other hand, you don’t want to create another “You’ll never have a calculator in your pocket” scenario that everyone will call up as a failure of your course for years to come. How to find the […]

Adding Status LEDs to Our Email Button Device

After putting this email button device into service, I discovered that I really wanted some instant feedback to know if the email was sent successfully or not.  I decided to add some LEDs into the mix that would illuminate on success or failure. At left you can see a mock up of a version that used one LED.  You could use a single LED and have it perhaps blink of success or stay lit on failure.  You could also do a single LED build with an RGB LED.  I elected to build this with 2 separate LEDs, so that success […]

Build A Device To Send Emails At the Push of a Button

I had a need for a device that would send an email at the push of a button.  I also needed it to send a different email when I push a different button.  My use case here is related to a Homeowners Association (HOA) that requires me to “check-in” on arrival and “check-out” on departure.  In this case, that is done via email.  So, I wanted a device with a “check-in” button and a separate “check-out” button, so I could just push those buttons to satisfy the requirements.  The the finished product is shown at left. What Does This Project […]

Website Overhaul

I had to update my website today.  I’m definitely a function over form person, and I don’t care much for frontend development.  I thought the old design was fine, but I was running an abandoned theme that was no longer being updated.  While I was looking around to see if anyone still supported my old theme, I came across this site which showed what must be some of the few remaining sites using it.  2 of their 12 sample sites were me – not a good sign! Why did I have to upgrade? I run my own webserver in AWS […]