this post was submitted on 30 May 2025
18 points (100.0% liked)

LinkedinLunatics

5407 readers
376 users here now

A place to post ridiculous posts from linkedIn.com

(Full transparency.. a mod for this sub happens to work there.. but that doesn't influence his moderation or laughter at a lot of posts.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lessthanluigi@lemmy.sdf.org 4 points 3 months ago (1 children)

"vibe coded/coding" means using something like Chat-gpt to output code, if anyone is wondering.

[–] gigachad@sh.itjust.works 3 points 3 months ago (2 children)

To those of you feeling called out: Vibe coding is not about letting GPT find your missing semicolon or create that weird for-loop for you, but crafting the whole source code from scratch for a person who can't program at all.

[–] JasonDJ@lemmy.zip 1 points 3 months ago (1 children)

I've used it to craft a quick PowerShell or bash oneliner, or to get familiar with a function in some python package I've never used. But an entire program?

[–] ZILtoid1991@lemmy.world 1 points 1 month ago

Well, executives like to oversell the ability of genAI, so people think it can fully replace human coders right now. In actuality, it's just a more resource wasting Google. I usually try to look for code with public domain license instead to copy and modify (I try to credit the original authors nevertheless), and rarely peek into less permissive codes (had to do it for some OS API stuff, because people forgot how do do what SDL does without using SDL, my worst offense was to check the keyboard scancode lookup table in multiple Linux versions).

[–] shalafi@lemmy.world 0 points 3 months ago (1 children)

Do people really do that?! I've just used it as a starting point for something totally unfamiliar, reworked it to suit, made sure I understood everything it spit out. I cannot imagine ChatGPT spitting out working code.

[–] HackerJoe@sh.itjust.works 1 points 3 months ago

They do. The result is usually as expected. Either full of security holes or the recipe site is advertising cyanide ice cream.