this post was submitted on 25 Oct 2023
539 points (97.4% liked)

Programmer Humor

31214 readers
1245 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
all 17 comments
sorted by: hot top controversial new old
[–] [email protected] 29 points 8 months ago (1 children)

Are people not getting tired of all this stack overflow praise when that website is complete garbage that marks every question as duplicate of something asked 11 years ago.

[–] [email protected] 25 points 8 months ago (1 children)

Hey, I've been to that very spot.

[–] [email protected] 8 points 8 months ago (2 children)
[–] [email protected] 16 points 8 months ago

It's the Tetons, specifically seen from Glacier View Turnout. You can see Grand Teton on the right.

[–] [email protected] 2 points 8 months ago

The mountains from the Ye album cover

[–] [email protected] 15 points 8 months ago (1 children)

Sometimes you just need a more specific example

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

Which is the greatest use case for ChatGPT.

It's been a while since I picked up a new language, but I remember the last time I did, the hardest part was just figuring out how to do trivial things. It's crazy how long it took me to figure out how to do a simple thing like split a string into fields by a delimiter. I can literally paste a line of code into ChatGTP and say "convert this Python line into JavaScript" and it'll just do it. Fantastic.

Or yeah, I could spend five minutes reading the man page to remind myself of strptime's date format every time I need to format a date. Orrrrrr I can just ask the bot something like How do I format this date to look like "YYYY-MM-DD HH-MM-SS" in python? Wed Oct 25 05:37:04 PDT 2023.

[–] [email protected] 7 points 8 months ago (2 children)

Untill it completely makes up a date format that looks reasonable but won't work.I tried ChatGPT to research, in Rust, how to require at least one feature at compilation time just with Cargo.toml options. Turns out that's not supported, but that didn't prevent ChatGPT from trying to gaslight me with some hallucinations about options that would do this. It's a waste of time when you can't differentiate hallucinations from recollection, for an experienced dev parsing documentation without this uncertainty should be much more efficient.

[–] herr 1 points 8 months ago

I've definitely had it hallucinate a feature sending me on a red herring hunt on several occasions now... Sometimes I wish I'd just used StackOverflow to begin with, but then with StackOverflow I sometimes wish I'd just read the documentation to begin with.

Alas, it won't be a hit 100% of the time and will occasionally send you the long way round. Just like StackOverflow. But even despite this property, nobody would tell you to NEVER use StackOverflow because it SOMETIMES takes way too long to find the answer to a question easily glanced from the docs.

[–] AlmightySnoo 11 points 8 months ago

the cool kids apparently prefer hallucinations from ChatGPT now 😔