Skip to main content
ldstephens

On - Using ChatGPT for tech support

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.

Dave Winer

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:

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.