this post was submitted on 18 Dec 2024
232 points (97.5% liked)
Programmer Humor
19809 readers
1122 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It will replace a lot of crappy jobs the same way the industrial revolution did with machines making it possible to improve lifestyles (which is what machines did).
The people that typically hate LLMs (AI) are the same people that don't mind developers flooding the market with 'free software' (which can thwart real competition, not just reduce paying jobs).
It has gotten me on the right path on occasions where it was wrong, and when I question information it will most often tell me 'you're right!' and have a good chance of a real answer.
The biggest failure I've had with it is trying to get the ffmpegthumbnailer working in Windows. Other than that, it's annoying how many times I ask for instructions for Windows and it tells me to use blatant Linux commands (or package managers).
And "fuck the free market" while we're at it, am I right?
The only people who hate free software are those who either can't compete in quality with FOSS offerings, or have something to gain through vendor lock-in. And neither of those are beneficial for anybody other than the software vendor.
Vendor lock in is a myth. Vendors stopped selling Linux pre-installed because it cost them more in returns and support. -Take a look at those prices on vendors that sell laptops with it. Linux users will also likely choose a different distro anyway.
Older people tend to know better the evils of communism and don't need to be developers to be against FOSS.
You've never worked in a company stuck using Oracle software or AWS, have you?
Hmm... consumers buying products inadequately explained to them and returning them because they can't run the Windows-only software they're expecting and already familiar with. Sounds a bit like lock-in, doesn't it?
"FOSS = communism = bad" and
"I'm older and therefore correct"
Yeah, I'm not even going to dignify that asinine take by responding to it. Enjoy your proprietary software.
You didn't pay for or invest your time in software development did you?
You would be mistaken, then.
To be fair a lot of the windows commands ARE now Linux commands, thanks to WSL. Lots of people using it directly from within windows now instead of trying to make windows-only solutions.
Anecdotally, every AI has generations to go before it's good enough to replace a person entirely. It's a solid tool for people that know how to code, but it's nothing more than hobby or reporting worthy to someone with limited to no programming experience. It does not make secure or efficient code, and it's only as good as the input, which will not be good from someone that doesn't understand how to code. Anyone that blindly trusts generated code and pushes into production, is insanely reckless and grossly unqualified to have that kind of power.
Agreed, at the moment people who understand the code are still valuable. Also knowing what code is capable is as well.