On - Using ChatGPT for tech support
Posted on March 20, 2025 by Loren
If you aren’t sure how to ask for help with software, try first asking ChatGPT or another AI chatbot to help figure out what’s going wrong. It has infinite time to help, and won’t mind if the problem turned out to be a random browser plug-in that was misbehaving.
I rely on ChatGPT for almost all my tech-related questions. Just the other day, I was setting up a new snippet in Alfred for the YAML front matter of a blog post. I wanted the timestamp format to be 2025-03-20T14:09:02Z, so I asked ChatGPT for the correct Alfred time and date syntax. It gave me this: {date:yyyy-MM-dd'T'HH:mm:ss'Z'}
Now, I have a snippet that instantly inserts the front matter into a document with the current date and time:
---
title:
description:
date: 2025-03-20T14:09:02Z
tags:
- posts
layout: layouts/post.njk
---
Way fucking easier than sifting through Google results, hoping to find the right answer. Here are some ways I’ve recently used ChatGPT for tech support:
- Troubleshooting common software issues
- Figuring out how to do something in an app
- Troubleshooting macOS problems
- Running commands in Terminal
- Setting up and maintaining my 11ty-powered website
- Fixing hosting and deployment issues with Netlify
- Debugging HTML, CSS, and JavaScript
- Navigating GitHub
- Automating tasks with Shortcuts, AppleScript, and Automator
If you’re not using ChatGPT for tech support, give it a shot. It’s like having an expert on call minus the frustration of Googling.
Previous post: More thoughts on the M4 MacBook Air
Next post: Apple ID phishing alert