Technology

How I Use n8n for Business and Personal Automation

n8n

I’ve been using n8n for over three years, and it has become an essential tool for both my work and personal life. Whether it’s automating business workflows or managing my daily tasks, n8n has been my go-to solution for seamless automation.  I am always amazed at what can be done with n8n.    I would say this is one of the …

Read more

Why I’m All In on Cloudflare (And You Should Be Too)

cloudflare blog

I know firsthand the importance of security, speed, and reliability when managing online services—whether it’s websites, applications, or home and business security. That’s why Cloudflare is an essential part of my toolkit. From domain registration to security and performance optimization, Cloudflare provides everything I need to keep my projects running smoothly and securely. I’ve been using Cloudflare for both personal and …

Read more

Running an AI LLM locally – Testing out DeepSeek

I have been working and experimenting with AI in all diffrerent aspects of my life.  I have changed the way I work with AI around stratagey and busienss.  However one of the benefits of being in technology is both using the technology and teaching others about the technology. Many people I have talked with lately are asking questions about deepseek.  They …

Read more

Macbook Upgrade and challenges

macbook reinstall

I recently updated my main computer, a MacBook Pro, to a more current version. I appreciate how easy Apple makes the migration process. You reset the Mac, and then you migrate from one Mac to another.   The entire process of migrating from my old Mac to the new one took four hours, which included updating macOS on the new Mac. …

Read more

Long Overdue Update – 2025

Long overdue update

I won’t even check the date of my last blog post because, honestly, I don’t need that kind of negativity in my life. Let’s just say it’s been a while. But instead of dwelling on that, let me jump right into what I’ve been up to and where I’m headed. Family & Focus First and foremost, my family is doing well, …

Read more

Python 3 on MacOS

python

Python 3 on MacOS

I recently had the need to create a small python script to run a process.  I quickly looked up a process I could utilize to read a Rest API then do some work based on that content.

I fired up Visual Studio code and wrote out the framework of the program I needed in about 10 min.  (NOTE: I have not used Python in a long time and it was fun to quickly put something together).

Once I was done writing the code I jumped into a term terminal and ran the program “python GetAPIData.py”.  It worked well – opened a file of records added to an array and displayed the line items and did a count.

I then added some code that referenced how to call an API and it used the “requests”, knowing I needed to run “pip install requests” before I ran the program, I was rewarded with an error.

 zsh: command not found: pip

Read more

How to find your Wifi Password on a Mac

"wifi" by miniyo73 is licensed with CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/

I recently had an issue where I wanted to re-broadcast a wifi network using my own router.  This allowed me to use an existing wifi network that I had a password for a few years ago and my MAC remembered it automatically.    The location I was at – my remote office did not have a great connection to the wifi …

Read more

Opera Browser – Daily Driver for 3 years

Jimiz Opera Browser

I just realized I have been using Opera as my main browser for over 3 years.  Somehow in 2017, I decided that I should give Opera a try.  If you are not familiar with Opera, it is a browser similar to chrome or firefox. In fact, Opera is built on chromium the underlying components of the chrome browser.  Opera is by …

Read more

Amazfit Bip S

Amazafit Bip S

I have been extremely happy with my Xiaomi Amazfit Bip smartwatch.   It has been over 2 years since I discovered and purchased this inexpensive smartwatch.    The key item that caused me to purchase this watch was the 30-day battery.   However, I have determined that what I love the most is the alarm.  Because I wear the watch to sleep, the …

Read more

Xfinity Injecting a Message in my browser

Xfinity

I recently received this message in my browser while opening a web page I designed for a friends company. I have received this message before while going to other sites, and just refreshed the browser and continued, not thinking anything of it. “There is an issue with your connection – We had an issue while attempting to notify you about your …

Read more

Amazfit Bip Review

Amazfit Bip Review (used in real life) Earlier this year I purchased a Xiaomi MiBand 2 for myself and my wife. I had been looking for a fitnesss watch and someone at work showed me their miBand. If you have never heard of this device you are not alone. Xiaomi is great smart phone maker out of China. They have also …

Read more

IIS Server Headers – Clickjacking – X-Frame-Options

Configure IIS to use – X-Frame-Options I recently had a request to update a server to correct a few audit findings.  One finding was related to “clickjacking” (More info from Wikipedia and OWASP) Clickjacking is a process where a malicious link is injected on the page that takes you to what you would think is a normal page but is hijacking …

Read more

Bolt CMS – Great Simple CMS engine – Review

Bolt CMS Discovery I recently had a need to setup a site with a content management system. In the past I would just use WordPress. However, recently it seems that WordPress has become more overhead than needed. Don’t get me wrong I love WordPress, and all the features it provides like woocommerce, SEO, and every other plugin. In this particular case …

Read more

Magento Patch 7405 – Broken Image and Image Upload

Magento

Magento Images Broken after Upload I recently updated a few sites using Magento with the new security patch 7405 (note that link is for the patch info – not a download – more on that later). After the update any images uploaded or added resulted in a broken image link. I was able to troubleshoot and while looking on the server, …

Read more

Dynamic DNS – Dyndns alternatives

Dynamic DNS for Custom Domains I have been using dynamic dns for many years.  My preferred provider was always dyndns.org.  In early 2014 Dyndns (or Dyn.com) stopped offering a free Dynamic Dns solution.  You can read about their decision to stop providing this service (here).  NOTE:  I don’t disagree with their decision, at one point I even used Dyndns as a …

Read more