Hacker News new | ask | show | jobs
by mikrotikker 1215 days ago
I use it to write ansible tasks, and then clean it up. Saves typing out a bunch of YAML.

I also use it to generate utility functions for stuff I can't be bothered to write, like find the next valid IP address in a list of IPs.

I also used it a few times to learn about the history of countries like china and cambodia.

Even a few time when I've been banging my head against the wall with some faulty code, I asked it what was wrong and it told me exactly.