- Joined
- Apr 17, 2018
NINTENDO HIRE THIS MAN!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This is unbelievable. I'm not calling you a liar, I just cannot believe Chibi was able to complete a course (even a scam one) without understanding something so foundational to coding. I wish we had access to a Github or some other code repository so we could see what sort of shit he was writing.Reminder that Chibi didn't even know the difference between the = and == operators and had to beg his discord to solve his remote final exam for him
I misremembered, he didn't know what the != operator was at his final exam, regardless equally as embarassingThis is unbelievable. I'm not calling you a liar, I just cannot believe Chibi was able to complete a course (even a scam one) without understanding something so foundational to coding. I wish we had access to a Github or some other code repository so we could see what sort of shit he was writing.
I'd expect to see a lot of if:else chains going 20 layers deep; the kind of shit even Yandere Dev would cringe at.
At least in America most people know that Full Sail is a joke, my country's version has a huge amount of "students" due to basically letting anyone with a pulse in and they get all offended and red in the face if you suggest that their degree is any less than one of a public university.America is a magical place where you can get college scholarship without being able to read and most programmers applying for a job couldn't fizzbuzz their way out of a job interview. Chibi paid for a degree and that's it, all he had to do was show up for courses and have a pulse.
It was a take home final examI misremembered, he didn't know what the != operator was at his final exam, regardless equally as embarassing
![]()
![]()
Is it cheating if the scam university doesn't give a fuck, and in fact would prefer the students cheat if that means they can pass them?It was a take home final exam, like his speedrunning I guess he doesn't mind cheating,
Fun story: I got my degree in a pay2win university part-time. The dean literally DM'd me what questions he was about to ask me on the final exam and I failed even that, because I couldn't fucking believe it so he literally answered them for me. Not in US but fucking lmao.Is it cheating if the scam university doesn't give a fuck, and in fact would prefer the students cheat if that means they can pass them?
I would think they would care, fail him for cheating, now he has to pay to re-take the class if he wants to graduateIs it cheating if the scam university doesn't give a fuck, and in fact would prefer the students cheat if that means they can pass them?
Chibi probably used ChatGPT for all of his coding homework, doesn't even have to lift a finger to get his scam degree.This is unbelievable. I'm not calling you a liar, I just cannot believe Chibi was able to complete a course (even a scam one) without understanding something so foundational to coding.
He graduated in Oct of 2023, ChatGPT didn't exist for most of his "studying" career. Although I can see his final project being ChatGPT vibecode being held together with duct tapeChibi probably used ChatGPT for all of his coding homework, doesn't even have to lift a finger to get his scam degree.
How the fuck do you bumble through an entire degree without knowing the not equal operator?I misremembered, he didn't know what the != operator was at his final exam, regardless equally as embarassing
He'd be kicked out or reprimanded for this. Eikaiwa teachers are not allowed to speak Japanese to their students. It's literally English only.Would you be motivated to learn English from him, while he's attempting to work Japanese slang into his lessons?
I was going to cut him a little slack because I really fucking hate those Rumplestiltskin ass coding questions full of double-negatives --I think the console log will return false because "Hello" is the same as "Hello", am I right?-- but then I saw the second part where he was literally asking what != means and any charity I was willing to afford him was revoked.I misremembered, he didn't know what the != operator was at his final exam, regardless equally as embarassing
ChatGPT may not have existed but I'd bet money any code he submitted bore more than a passing resemblance to solutions on Stack Overflow. Then again he couldn't even google what != does so he probably doesn't know what Stack Overflow is.He graduated in Oct of 2023, ChatGPT didn't exist for most of his "studying" career.
It's a pretty basic question all considered.I was going to cut him a little slack because I really fucking hate those Rumplestiltskin ass coding questions full of double-negatives --I think the console log will return false because "Hello" is the same as "Hello", am I right?-- but then I saw the second part where he was literally asking what != means and any charity I was willing to afford him was revoked.
Back in the day we had to use Usenet and open coding forums to bounce ideas around. Kids today have it easy.ChatGPT may not have existed but I'd bet money any code he submitted bore more than a passing resemblance to solutions on Stack Overflow. Then again he couldn't even google what != does so he probably doesn't know what Stack Overflow is.
and if he was able to go onto Discord and beg people to give him the answer, he'd easily be able to pull up Unity and test it himself. Which would just give him the answer.It's a pretty basic question all considered.
I was going to cut him a little slack because I really fucking hate those Rumplestiltskin ass coding questions full of double-negatives --I think the console log will return false because "Hello" is the same as "Hello", am I right?
I think it would be true, there's a space at the end of the first hello and no space at the end of the second hello. So "hello " != "hello" would evaluate to true, so true && true results in true.It's a pretty basic question all considered.
"X != X && True" would return a False since X == X is a tautology by virtue of "X" being itself and "&&" is logical AND . You wind up with False AND True which gives you False. The fact I haven't coded in more than a decade and could still figure this out shows what a retard Chibi is.
Could be if it was written that way or it could be that Chibi is just a retard that added that space.I think it would be true, there's a space at the end of the first hello and no space at the end of the second hello. So "hello " != "hello" would evaluate to true, so true && true results in true.
It just your typical trick question given by lazy teachers.
It is, but that's what makes me overthink it and assume I must be missing something.It's a pretty basic question all considered.
This is where we descend into another layer of autismI think it would be true, there's a space at the end of the first hello and no space at the end of the second hello. So "hello " != "hello" would evaluate to true, so true && true results in true.
Console.WriteLine("Hello " != "Hello" && true);
and it returned True
. Gold star, go to top of the class.And this is why I hate them. Just ask me what != means instead of trying to bamboozle me with your ruse cruise bullshit.It just your typical trick question given by lazy teachers.