

I haven’t looked at the code but I always assumed that println
was a call to print
with a new line added to the original input.
Something like this:
void print(String text) { ... }
void println(String text) { this.print(text + '\n'); }
I haven’t looked at the code but I always assumed that println
was a call to print
with a new line added to the original input.
Something like this:
void print(String text) { ... }
void println(String text) { this.print(text + '\n'); }
That’s because ther nvidia driver broke the report button. /s
They are working hard on Cosmic, here is to hoping that we will see a full release soonTM.
Anyone know where these files where originally posted?
Even if the image was regenerated with tweaked prompts until the generated image expressed what the prompter wanted to convey?
I’m happy with Kagi. I feel like it is equal to Google in it’s prime.
So no download from their website?
I’m sorry, I mixed up my arms.
I find ChatGPT to sometimes be excellent at giving me a direction, if not outright solving the problem, when I paste errors I’m to lazy to look search. I say sometimes because othertimes it is just dead wrong.
All code I ask ChatGPT to write is usually along the lines for “I have these values that I need to verify, write code that verifies that nothing is empty and saves an error message for each that is” and then I work with the code it gives me from there. I never take it at face value.
Have you actually found that to be the case in anything complex though?
I think that using LLMs to create complex code is the wrong use of the tool. They are better at providing structure to work from rather than writing the code itself (unless it is something simple as above) in my opinion.
If a company cannot invest even a day to go through their hiring process and AI proof it, then they have a shitty hiring process. And with a shitty hiring process, you get shitty devs.
I agree with you on that.
ChatGPT is perfect for learning Delphi.
Software engineering is more accessible than ever
This is key here. Having it more accessible, we see more people who do not want to learn but still trying to code. But we also see more people who wants to learn and create solutions.
I think that LLMs just made it easier for people who want to know but not learn to know. Reading all those posts all over the internet required you to understand what you pasted together if you wanted it to work (not always but the barr was higher). With ChatGPT, you can just throw errors at it until you have the code you want.
While the requirements never changed, the tools sure did and they made it a lot easier to not understand.
Is that a baby or a toy in the right side of the image?
That user looks to be banned now.
Had the same issue before, cable was the cause.
OVPN.com ain’t bad either.
unredestop
I like this one.
Is it just me or are the images and text AI generated?
I haven’t worked with java for a couple of months now, currently working in Delphi, so could not remember the how else to do new line except backslash n on top of my head. :-)