this post was submitted on 06 Dec 2023
1 points (100.0% liked)

Programmer Humor

31997 readers
794 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://fed.dyne.org/post/43780

top 6 comments
sorted by: hot top controversial new old
[–] stebo02@sopuli.xyz 0 points 9 months ago (1 children)

I never copy code from chatgpt. It's not my code and it probably doesn't work. However it is great at making suggestions on how to tackle a problem or how to improve your code. Use ChatGPT like Stack Overflow, with instant replies.

[–] Lucidlethargy@sh.itjust.works 0 points 9 months ago (1 children)

Man, it's great until it contently feeds you incorrect information. I've been burned far too many times at this point...

[–] c0mbatbag3l@lemmy.world 0 points 9 months ago (1 children)

Blaming the AI for misinformation is like blaming Google for giving you bad search results.

Learn how to parse the data and fact check it. Usually you can get a hyperlink to the source to see if it's even reasonably trustworthy.

[–] Undaunted@feddit.de 0 points 9 months ago

I think that analogy is a little off. You can blame Google for showing you bad search results, because the monetary value of a result is much more interesting for Google than showing the actual best result for the query. But I still get your point though.

[–] LesserAbe@lemmy.world 0 points 9 months ago (1 children)

I just use it for snippets - "here's my function, how would I go about changing x?" Or, "here's my block of code, I'm getting this error, what am I missing?" (I know, I'm fine to share my code but not company code)

[–] SomeBoyo@feddit.de 0 points 9 months ago

You can host a model locally with gpt4all. So using company code shouldn't be a problem, since it wouldn't leave your machine.