this post was submitted on 12 May 2024
17 points (100.0% liked)

Programmer Humor

32000 readers
1744 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 4 months ago* (last edited 4 months ago) (5 children)

Can you type words? Congrats! You are now a Prompt Engineer!

[–] [email protected] 1 points 4 months ago (2 children)

Jokes aside, LLMs are actually pretty nice, since they lower the barrier to entry for programming. A guy I know has been doing all of his data processing with obscure Excel hacks his entire life. But recently he had to parse a file with like a million or so lines, which would take forever in excel, so now he's hacking together a python script using ChatGPT and meta ai. And in the process, he's actually picking up a bit of python knowledge himself. He now knows what lists are, how loops and if statements work, and he even understands "intermediate" features like list comprehension and regex. They said llms would replace programmers, but in reality they're making more of us lol

[–] [email protected] 2 points 4 months ago (1 children)

recently he had to parse a file with like a million or so lines, which would take forever in excel ... so now he’s hacking together a python script using ChatGPT and meta ai.

Has your friend heard of SQL? And you know, databases?

[–] [email protected] 1 points 4 months ago

He's recording the extracted data into a MongoDB database, yes!

load more comments (2 replies)