My Interaction with ChatGPT
3 min readJan 18, 2023
ChatGPT is super hot. Let me record of my three interactions with ChatGPT also.
1. How to Show Whitespaces in Neovim
Search google, most result are just about vim. While when ask ChatGPT,
in neovim, how to show whitespaces
ChatGPT really impressed me with below.
Not only that, it also gives me the following plugin suggestion.
Wow, what a perfect complete answer!
2. DNS override in OpenShift
Let’s ask a specific question that I need to resolve for one of my project.
“Is there a way to override DNS result in OpenShift?”, ChatGPT gives some suggestion to use ExternalName, but that is not what I want, so I asked “not using ExternalName. but configure the OpenShift DNS operator, possible?”.