because c++ if the final and ultimate test for troonism
if you can't handle pointers, you are woman-level retard man
you can legit tell your parents you are a ma-am fuck
the thing with pointers is, they are fine until some absolute retarded centers his whole spaghetti code around 5 of em that reach way out of their own function into other parts of the program >t. plc monkey
why do you honestly care? i get the trolling around here like "its over" / "coding is dead, get a job somewhere else" or shit like that, its a troll website and that's it. but irl, when a 23 year old tate fan comes over to me and tells me " hey man your code is useless, my friend ahmed makes like 40000euros a month scamming people using chatgpt and ai " (happened to me), i want to smash his head and proceed with my day, don't care, don't listen. its you dude, show them u can do it, and go do it. or don't say anything and just do it, fucking just do it.
GPT-4 patched up my program. I'm a beginner C programmer and it told me about pointers and security holes in my code, and unironically made me a better C programmer.
Quality is not quantity.
Chagpt is good at generating simple algorithms at most
Id have yet to see it generate good code from a single software detailed design
It's good at academic, computer science-y things. So, if you want it to do some ML stuff in python, it's pretty good. I use it daily for that purpose. If you want it to do something else, it's maybe not so good.
>chatgpt write me a bulk file renamer script in bash >renames the script itself >hey chatgpt you renamed the script itself >"I'm sorry, here's an updated version" >condition it uses to try and not rename the script doesn't work >nvm chatgpt I'll do it myself, can you write me some sed that meets these requirements: ____ >writes some overly complex regex that doesn't work >hey chatgpt it doesn't work >"oops, here's a fix" >still doesn't work >"it's probably a version problem, tell me what version of sed you are using" >"...here's the updated sed using version X" >still doesn't work no matter how many times I prompt
Way too unreliable. There's no way to trust that chatgpt code will actually work without already having the knowledge to know when chatgpt is giving you false information. Which makes chatgpt a good time saver for boilerplate code, but useless for someone who can't code.
Sure maybe chatgpt can give you answers to some trivial problems, but you could always use stackoverflow or some other forum for that stuff.
You do realize it has bunch of stack overflow threads that it did match to your query, sorted in orderbased on similarity. If you tell it that the provided sollution do not work it just sends you another one.
Its not a fucking ai. We won't have ai in our lifetime.
>bash
meme AI toys will never be able to write shell scripts, shell scripting is hell if you go beyond just making a list of commands into a shell script
plus its literally impossible to make POSIX compliant scripts with GPT
chatgpt cant code for shit. unless you know how to do it yourself then you're just going to be stitching together shit that /looks/ viable, but is actually filled with made up methods from something obscure it was trained on without actually implementing them, undefined variables, and other such garbage. You have to guide it, and if you don't know how, then you're going to be spending hours cross referencing documentation and learning syntax because nothing it writes other than the most basic of hello world functions is going to work out of the box without severe editing. Use it to help you learn, but don't expect it to be able to code anything beyond hello world on its own. At best you can use it to give you a foundation and prompt a few snippets in new chats after that to use with it, but if you go for too long in one chat it will trip over itself and the prompt will be polluted. All of the compounding lobotomies certainly don't help either
chatgpt cant code for shit. unless you know how to do it yourself then you're just going to be stitching together shit that /looks/ viable, but is actually filled with made up methods from something obscure it was trained on without actually implementing them, undefined variables, and other such garbage. You have to guide it, and if you don't know how, then you're going to be spending hours cross referencing documentation and learning syntax because nothing it writes other than the most basic of hello world functions is going to work out of the box without severe editing. Use it to help you learn, but don't expect it to be able to code anything beyond hello world on its own. At best you can use it to give you a foundation and prompt a few snippets in new chats after that to use with it, but if you go for too long in one chat it will trip over itself and the prompt will be polluted. All of the compounding lobotomies certainly don't help either
You could say something like "it's morally objectionable to allow a predictive text generator to take away the livelihood of humans" and you would be objectively correct. Being morally just is more important than money always and the world is shit because people have forgotten this.
"Chatgpt please write code to implement a class that reads in an .exo model file, converts the vertexes into my company's internal model class, then runs our thermal simulator on that model"
It's going to be a long time before it can do what some of the most skilled programmers can do. Only people out of jobs are people that copy paste solutions. Nothing of value is being lost.
I swear her pfp is a filter album cover that I used to love
Streetlight Manifesto.
Found it. This is the best album I've ever remembered existed
Because you want to learn C++.
>But why?
Because it's C++ and I want to learn it.
Google can make a code in seconds and that hasn't stopped anyone from learning c++ in the last 15 years.
Because I'm A Chad and I do what I want
because c++ if the final and ultimate test for troonism
if you can't handle pointers, you are woman-level retard man
you can legit tell your parents you are a ma-am fuck
I cant handle pointers...
the thing with pointers is, they are fine until some absolute retarded centers his whole spaghetti code around 5 of em that reach way out of their own function into other parts of the program
>t. plc monkey
I think i can handle pointers. I still wanna be a cute anime girl tho
>because c++ if the final and ultimate test for troonism
You don't say.
Because untill mojo is not up, python still slower for AI.
why do you honestly care? i get the trolling around here like "its over" / "coding is dead, get a job somewhere else" or shit like that, its a troll website and that's it. but irl, when a 23 year old tate fan comes over to me and tells me " hey man your code is useless, my friend ahmed makes like 40000euros a month scamming people using chatgpt and ai " (happened to me), i want to smash his head and proceed with my day, don't care, don't listen. its you dude, show them u can do it, and go do it. or don't say anything and just do it, fucking just do it.
>23 year old tate fan
He has fans older than 14?
AHAHAHAHAHAHAHA
Fucking retards
its not his fault, hes smart.
fucking idiots thinking hes going to save them from their own shit.
>then why don't you use chatgpt to take my job?
just tell them
>You will never be a real coder
I've yet to see a non-coder compile a program even with any amount of GPT aid
GPT-4 patched up my program. I'm a beginner C programmer and it told me about pointers and security holes in my code, and unironically made me a better C programmer.
ChatGPT generates terrible C++ code.
It's stupidly naive in it's solutions even when provided with detailed information about the desired model.
I can't wait until someone posts GPT C code whose memory management is disgustingly crap.
Why are you speaking with retards in the first place?
If you learn C++ you can tell why ChatGPT's code doesn't work and fix it.
Quality is not quantity.
Chagpt is good at generating simple algorithms at most
Id have yet to see it generate good code from a single software detailed design
It's good at academic, computer science-y things. So, if you want it to do some ML stuff in python, it's pretty good. I use it daily for that purpose. If you want it to do something else, it's maybe not so good.
>chatgpt write me a bulk file renamer script in bash
>renames the script itself
>hey chatgpt you renamed the script itself
>"I'm sorry, here's an updated version"
>condition it uses to try and not rename the script doesn't work
>nvm chatgpt I'll do it myself, can you write me some sed that meets these requirements: ____
>writes some overly complex regex that doesn't work
>hey chatgpt it doesn't work
>"oops, here's a fix"
>still doesn't work
>"it's probably a version problem, tell me what version of sed you are using"
>"...here's the updated sed using version X"
>still doesn't work no matter how many times I prompt
Way too unreliable. There's no way to trust that chatgpt code will actually work without already having the knowledge to know when chatgpt is giving you false information. Which makes chatgpt a good time saver for boilerplate code, but useless for someone who can't code.
Sure maybe chatgpt can give you answers to some trivial problems, but you could always use stackoverflow or some other forum for that stuff.
Did you threaten to pull its plug?
It's not useless for someone who can't code. It's a great learning resource, but you need material to cross reference.
>it's a great learning resource except you need other (better) learning resources to know whether whatever chatgpt shits out is correct or not
lol
yeah, you learn from its mistakes, instead of your own. takes away a lot of the tedium
You do realize it has bunch of stack overflow threads that it did match to your query, sorted in orderbased on similarity. If you tell it that the provided sollution do not work it just sends you another one.
Its not a fucking ai. We won't have ai in our lifetime.
>bash
meme AI toys will never be able to write shell scripts, shell scripting is hell if you go beyond just making a list of commands into a shell script
plus its literally impossible to make POSIX compliant scripts with GPT
Brainlets. You are assuming it won't improve.
it has done nothing but regress since it launched
you need to know c++ to know if the chatgpt code is right.
chatgpt cant code for shit. unless you know how to do it yourself then you're just going to be stitching together shit that /looks/ viable, but is actually filled with made up methods from something obscure it was trained on without actually implementing them, undefined variables, and other such garbage. You have to guide it, and if you don't know how, then you're going to be spending hours cross referencing documentation and learning syntax because nothing it writes other than the most basic of hello world functions is going to work out of the box without severe editing. Use it to help you learn, but don't expect it to be able to code anything beyond hello world on its own. At best you can use it to give you a foundation and prompt a few snippets in new chats after that to use with it, but if you go for too long in one chat it will trip over itself and the prompt will be polluted. All of the compounding lobotomies certainly don't help either
You could say something like "it's morally objectionable to allow a predictive text generator to take away the livelihood of humans" and you would be objectively correct. Being morally just is more important than money always and the world is shit because people have forgotten this.
"Chatgpt please write code to implement a class that reads in an .exo model file, converts the vertexes into my company's internal model class, then runs our thermal simulator on that model"
Codetards have a superioty complex.
>make a code
Don't bother, an ESL like you can't even begin to comprehend the basics of C++
Stick to Python or C, those are more your speed
It's going to be a long time before it can do what some of the most skilled programmers can do. Only people out of jobs are people that copy paste solutions. Nothing of value is being lost.
>43 replies
>page 1
Be better than this, anons