this post was submitted on 20 Sep 2023
299 points (84.5% liked)

Technology

58094 readers
3168 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

The summer is over, schools are back, and the data is in: ChatGPT is mainly a tool for cheating on homework.::ChatGPT traffic dropped when summer began and schools closed. Now students are back, and they're using the AI tool again more.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 15 points 1 year ago (2 children)

At work when I write certain emails or code snippets I'll paste them into ChatGPT and ask it to make the email sound "more professional" or "optimize this code." ChatGPT also talks to me like SHODAN from System Shock ๐Ÿ˜†

[โ€“] [email protected] 5 points 1 year ago (1 children)

I hope you know what you're doing. That's a good way to share company secrets with outsiders, also it's uncertain whether you're even legally allowed to use the resulting code.

[โ€“] [email protected] 0 points 1 year ago (1 children)

I appreciate your concern, but no worries. The company code is structured text as I program B&R PLCs and ChatGPT is pretty useless (so far) for that kind of code. The python code I paste in is more for personal hobbies.

[โ€“] [email protected] 1 points 1 year ago

In a similar industry. Friend used it to write Wireshark dissectors for their interface between the PLC and software system. I haven't used ChatGTP yet, but for certain boiler plate tasks it might be useful. I used to dump tag lists and generate ladder logic with some regex and python to fix the rung numbering within Notepad++. Dumb stuff nobody wants to do by hand.