YSK: In addition to Reddit, StackOverflow is on Strike

lwuy9v5@lemmy.world to You Should Know@lemmy.world – 283 points –
Moderation Strike: Stack Overflow, Inc. cannot consistently ignore, mistreat, and malign its volunteers
meta.stackoverflow.com

Why you should know: StackOverflow is facing a mod strike in a similar way as Reddit's mod strike. They are doing this in response to StackOverflow's failure to address it's promises and provide moderation tools

96

You are viewing a single comment

ChatGPT is incredible for middle ground developers like myself. I understand the goal I'm trying to achieve, and I understand the general process of how to do it. I can ask very granular, specific questions to ChatGPT and it will spit out some code that will get me close to what I need.

If I was a complete novice, I think ChatGPT would make me too dependent on using it for answers.

That seems like a totally valid use case. I occasionally will outline some very specific requirements and have AI generate the code, which just saves a lot of time typing, versus it generating it entirely on its own. And I still go through all the code and verify that it's good. It's just a tool that can be used to make your job easier.

Totally. The other day I had to test a csv/xls upload tool. I wanted to make sure that no matter what configuration an asshole user had for phone numbers, it would strip everything out so it would be a valid integer for my database.

I told chatgpt to make me a csv with 20 rows, 6 columns with xyz headers, and to give me an assortment of different phone number formats. Took 10 seconds.

You're storing phone numbers as integers?