f*ckin hell and chat gpt

u first figure that out now :p ? This baby can spit out text in almost every language, but have in mind that it uses translation, it have only been trained in English. But somehow its quite better at translating than Google translate, or Deepl is.
That is not correct. The training data consists mostly of filtered common crawl data and contains nearly all languages existing on the internet.
 
yea but rightnow its the dev's who tell it what shit code it produces lol
it can be helpful, but it also produces code that isnt always the best solution.
i did some tests and then questioned it about things like "wouldnt it be better to do X ?"
and it replies like "yes you are right" or it makes useless things and when you tell it, then it also notices, but it doesnt do it in the first place.
it also can give you fantasy functions that dont exist. i asked it if there is compiled regex for PHP like in C# and it said yes, use the function preg_compile() ..well only problem is that it doesnt exist.
then it gave an alternative that works, but just like a normal regex, no performance gain here..that wasnt what i asked for. so if you just blindly apply what it says you end up with garbage.
so if anyone relies on this for code without thinking for himself then he will end up with shit code. maybe it works, but it surely isnt the best performing solution.
Very very true but i once had a problem with ngnix config and i was searching it for hours, litteraly hours i asked the problem on chatgpt and he would’ve solved the problem in seconds.

So it can be very very shit but it can also give you solutions in a few seconds and save yourself some braincells and kcal
 
Very very true but i once had a problem with ngnix config and i was searching it for hours, litteraly hours i asked the problem on chatgpt and he would’ve solved the problem in seconds.

So it can be very very shit but it can also give you solutions in a few seconds and save yourself some braincells and kcal
of course, especially to spot misconfigurations its great, it can also be very helpful with spotting erros in code, but the code it produces itself isnt always the best solution. so like with text it needs some human intervention. if someone just takes the code without understanding it, its a recipe for disaster (unless its simple code).
 
Well me i like very much this tool as a content creator as it saves me a lot of time and i can create content way more faster
 
He can write in any language, but he doesn't speak other languages as well as English.
 
This information shared is very valuable.
 
Last edited:
Back
Top