Hacker News new | ask | show | jobs
by davewritescode 1136 days ago
We use it a lot at my job. A lot of tasks that used to hour long minor tasks are great for generating with ChatGPT and getting them done in a few minutes

Prompts like these

1. Generate me a build pipeline using GitHub actions that builds a java project with docker and posts JUnit test results to a PR

2. Write me a python program that copies all the Cloudwatch dashboards my production AWS account, replace all the instances of the word ‘prod’ and replace with ‘qa’ and and post the results to this AWS account.

These are two things I’ve done recently that aren’t particularly enjoyable but necessary parts of any software work.