this post was submitted on 05 Feb 2025
342 points (97.2% liked)

Greentext

4975 readers
1017 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SoftestSapphic@lemmy.world 31 points 3 hours ago (4 children)

This person is LARPing as a CS major on 4chan

It's not possible to write functional code without understanding it, even with ChatGPT's help.

[–] ILikeBoobies@lemmy.ca 3 points 1 hour ago (1 children)
[–] nthavoc@lemmy.today 3 points 54 minutes ago

Giving me flashbacks to a college instructor that marked my entire functioning code block, written on paper, as wrong because I did not clearly make a ; on one line of about 100 lines. I argued that a compiler would mark that in the real world, but he countered with "It still won't run without that ; " That made me rethink my career path in CS. Fuck that guy.

[–] billwashere@lemmy.world 3 points 2 hours ago

You would think eventually some of it would sink in. I mean I use LLMs to write code all the time but it’s very rarely 100% correct, often with syntax errors or logic problems. Having to fix that stuff is an excellent way to at least learn the syntax.

[–] HotCoffee@lemm.ee 3 points 3 hours ago (1 children)

U underestimate the power of the darkside, how powerful ctrl+c ctrl+v is young padawan

[–] SoftestSapphic@lemmy.world 1 points 43 minutes ago* (last edited 42 minutes ago)

If you copy and paste from ChatGPT your code won't compile.

You need to know what the peices of code do and how to peice them together to make it work.

Which is kind of impossible to do without understanding it