Using AI Chatbots to Solve my Pixel 7 Pro Charging Problem

A Pixel 7 Pro smartphone is displayed on a wireless charging pad, not charging, indicated by a visible red cross or question mark on the screen. In the background, various AI chatbot icons are depicted in speech bubbles, each providing different pieces of advice or troubleshooting steps. The setting is tech-focused, with a lighthearted yet informative tone, highlighting the diversity of AI assistance in solving technical issues.

My Pixel 7 Pro phone decided to stop charging wirelessly. I think I’ve exhausted any logical troubleshooting ideas I have so decided to turn the problem over to some AI chatbots before I bring the phone back to Telus while it’s still under warranty.

Following is a comparison of the different AI chatbots I used. As part of my troubleshooting prompt, it was important that the solution cite any sources that is uses. My prompt was….

Continue reading “Using AI Chatbots to Solve my Pixel 7 Pro Charging Problem”

Using Python To Quickly Open Multiple Websites In Your Browser

Generated with AI ∙ January 18, 2024 at 1:10 p.m.

I had a problem where I was opening about a dozen bookmarks at the same time in Brave, and in doing so, it was giving me a “503 Service Temporarily Unavailable” error.

To fix this, I turned to Copilot Pro with this prompt:

Write a Python program that opens in my web browser (using Django?) that has a list of URLs that it opens in new tabs with a pause of 0.5 seconds between them. For the initial URLs, use Google and Microsoft.

Continue reading “Using Python To Quickly Open Multiple Websites In Your Browser”