I did a pixel and I think I got it wrong D: and I don’t know why D: WHY is my pixel pink
Cat
I did a pixel and I think I got it wrong D: and I don’t know why D: WHY is my pixel pink
Good news! In a few decades these temperatures won’t be considered “extreme” anymore.
I’m still waiting on the data export (30 days!?) and then I’m editing and deleting all my content.
It depends what you’re wanting to do and what you define as ‘cheating’? I’d expect you’d get better at debugging massive amounts of hallucinated code, but I don’t think it’d generally improve your skills in software design/engineering/architecture. It might help you learn about breaking down software and integration though.
Why else would they make access to OpenAI/ChatGPT/etc so cheap? So others can build businesses on the tech that get locked in before they jack up the price.
We’ve seen this rodeo plenty of times now.
I’m more about increasing spaces exponentially to really highlight how important each line is
public boolean function() {
if (method()) {
if (otherMethod()) {
for (Object o : list()) {
if (o.isAlive()) {
return false;
}
}
}
}
return true;
}
I did it like three times, each time finding a new error… I gave up eventually :(