229
Using AI generated code will make you a bad programmer.
(slopwatch.com)
This is a most excellent place for technology news and articles.
I asked ChatGPT to give me a script to parse my history file and output the dates in something human readable. Later I learned you can use something like
history -i
. It was basically instantaneous while the script was slow.Though, I'm questioning my memory of this because I don't see that flag on man pages online.
Edit: In ChatGPT's defense, this was actually something oh my zsh added, not zsh.