This likely breaks YouTube ToS, hence why he deleted his vod
So the only time he admits he's wrong is in a way where he meant to be wrong for the betterment of others and its been this way for years. holy. copium.
Wait till he comes out in a few months and claims he did everything people are criticizing him for on purpose as some kind of genius social experiment.
Uhm, actually chat, wanna know something cool? Something -really- cool??
opens paint
draws a square, it's completely unrelated to anything
This is me, around 2 years ago, I started a social experiment!
he circles the square but with red this time
I was actually, just pretending to be a raging fucking narcissist!
crosses out the square entirely
But I think it's time for the experiment to end, what did we learn? That people hate narcissist, isn't that just fascinating??
you forgot the stretching.
Also he'll probably claim within it that he acted like this an opposed stop killing games because he knew the guy pushing it couldn't get traction without someone playing the villain to rally people for hte cause.
Clever engagement bait. This is what it looks like playing checkers when your genius opponent is playing chess
I've been a pirate watcher for probably 2 years, loved the initial content on shorts. Never fucking heard of the ARG shit in my puff, never seen him mention that on any coding stream.
Fans of pirate, cause I know you all religiously read these comments, care to link a video pre 2025 of him saying that?
Man the ARG community must be starving with the state of the game. How can they solve something not even fully released yet
I watched Pirate a while ago before any of this drama happened for like a month-ish and someone did ask him why he stored his entire game state in one giant array, and he did say something along the lines of, "I want my game to have secrets that are only solvable if you modify the game state". Is that what ARG means?
That said, as a programmer, I'm still not a fan of this coding style. I think you can store the game state in a much more convenient structure and that would only make it more difficult and fun to derive the secret branches. Unless he plans to release the game code and actually wants to make it purposely confusing for himself and others in order to hide those secrets. That wouldn't matter if you compile the game and don't reveal the game's code. For the record, I'm not a game dev or a specialist on secrets.
"I want my game to have secrets that are only solvable if you modify the game state". Is that what ARG means?
Yes and no.. having secrets in the game would not really qualify as an ARG on it's own as an ARG are essentially puzzles, all that require some form of guidance or riddle.
Hooking a game state and changing variables are typically not involved in an ARG.... and claiming he needs to have all of this in one giant array to even do this is an absolute rubbish excuse.
The ARG he is referring to has also already been solved for several years.. So unless he has planned another ARG over finishing the game he has promised to his backers and buyers then i really don't see how it is relevant.
The ARG in question also did not require you to do process injection to fiddle with the gamestate... if he wants "secrets in the game" that would be one excuse, but saying it's because of the ARG is bs.
Overview and walkthrough can be found here: ARG:Overview | Heartbound Wiki | Fandom
He has changed his story on why he uses giant arrays several times now.. it has gone from "make it easier for the community to mod" to every other excuse that has been presented so far to "it doesn't matter".
Basically you're saying that the current ARG doesn't require global array game state, it's not clear that there will be additional ARG, and even if there was more, there's no reason to assume it would require the global array game state. Has every puzzle implemented in the game already been discovered? Has none of it required changing game state?
Here I found a potential counter example from the overview you linked:
https://heartbound.fandom.com/wiki/ARG:Second_Breakfast
On Animus, The Artifact (the book you carry through the game) can be found there at the time room, which is a hidden location and can only be accessed by editing the save file
Basically it looks to me like the save, which contains the current game state array, including the information such as the room the player is in, his coordinates, and other things, etc, have to be modified in order for players to discover some puzzle.
So it does look like some of it was used for ARG, though, as I said, I'm not an expert so feel free to correct me if I'm wrong.
Personally as I already said, I think the fact that he's using a flat array for all of this does make it easier for people to try different branches and discover secrets. That said, I'm not convinced you have to make it easier for people to discover your secrets. Alternatively, it's possible, at least in normal programming languages, to make your own code much more readable if you really want to preserve the flat array structure. For example, instead of writing
array[245] = 42;
You can write
const THE_TRUTH = 245;
const THE_ANSWER_TO_EVERYTHING = 42;
array[THE_TRUTH] = THE_ANSWER_TO_EVERYTHING;
This way, later in the code you can use these variables / constants if you ever decide to change them:
if (array[THE_TRUTH] == THE_ANSWER_TO_EVERYTHING)
doSomething();
I don't know if that's possible in game maker language, but I'd be surprised if it wasn't.
Even if itβs for an ARG itβs an absurd way to go about it.
And even then, with the same approach he has he could just set up an enum (I checked documentation, GameMaker natively supports it) and then it would be giving actual understanding to what the array does.
Itβs not difficult, other than needing to write 400 lines of names for what each array corresponds to, sunk cost and whatever.
He could have won this fight if he just admitted that there's better ways to organize and class his code but for the purposes of this project, it's not entirely necessary.
But no, better defend your code on some holier-than-thou arguments because that's just the kind of guy he is.
When you've built your entire identity around working at blizzard as a game developer for a very many years, and someone points out that your code looks worse than some 2nd year CS students' code, it makes sense he'd be insecure about it.
2nd year?
Literally CS 101 first 50 line python homework looks better than this
If I hard coded any number in cs101 at my university I would lose so many points lol (I in fact remember losing points hard coding a 4 instead of having a global variable for it)
The mega array he uses there is quite literally no excuse itβs just fucking stupid lol
The fact that it's a 1D array, an index, just kills me. With 2D at least you could group them or have a method to the madness in your head.
I just want to see him try and justify the array honestly. Even if you've done like 10 hours of programming in any language you can tell it's genuinely braindead to do it like that.
I would tune into him for that alone! There's no way anyone could justify that unless they refuse to ever apply any brainpower outside of blankly staring into VS.
Surely even pressing tab on cursor repeatedly would come up with something better than this
He justified going about it that way because of an ARG in / around the game.
Didnβt elaborate at all on it though and I canβt see a good reason for it needing to be that way.
Tbh in university using global variables often loses you points too.
Cs101 it is what it is we had one java file with one main() function
Wasn't even a game dev at Blizzard, dude worked in QA
Donβt forget he also worked as a pen tester! (cough doing social engineering)
He only did physical intrusion work and wants to brand himself as some Uber 1337 hacker
He could have avoided all of these if he just pressed mana gem
Not even that. All he had to do was apologize and no one would've cared.
The roaching wasn't an issue. Tons of members had done that and didn't get backlash bc they said sorry
He couldβve even said he did it on purpose hoping the others died and it wouldnβt have gone this bad. Just the endless bullshit excuses and knowing best is why this is happening
Apparently, alarm is pretty shit and you can name your variables so he doesn't even know how to use gml which he has been making a game with for ten years.
I didn't know that, I don't use game maker, I prefer C. Lol
This couldve all been avoided if he just admitted he fucked up and didnt use his mana gem
This pirate thing will never end brah...
Funny how it all started from WoW 5 man dungeon, lol.
Mana gem
Youβve been perma banned from PiRATsoftwareβs chat
You're on the list buddy.
Hope it was worth it to you.
Someone got banned for saying "No Mana Sky" in his no mans sky stream lmao
Just made the list bud, congrats thatβs on you.
What do you want me to do for you?
Bro literally just had to use a conjured item, like one that is literally free and just costs a click. And he even had it already conjured, just click the mana gem on your bar brother.
But nooooo, he couldn't be bothered to.
And now we are here.
It's basically a social experiment at this point. How deep of a hole can a narcissist dig for himself
Hes not digging a hole man, everyone else is just making a mountain around him. stretches arms
That's on you bud.
Honestly itβs a waste of time lmao. I mean, sure itβs content, and nice for the drama itch, however the βwasted timeβ part is the fact Pirate and narcissists in general donβt believe theyβre digging a hole for themselves. So there is no βgotcha!β payoff for exposing him for all of these things. Since heβs never wrong, or in the wrong.
Now itβs good for everybody else to keep the tabs on this shit, but there wonβt be any validation for the exposΓ©s π
Yeah I think posts calling out pirate's bad behaviour is fine, especially since alot of it is very egregious, but nobody should expect pirate to change or take accountability. He may be mentally incapable of such things
The video essays on "the downfall of Pirate" in 5 years are going to be hilarious when they start with "so there was this World of Warcraft Hardcore guild.."
Wouldnβt that be the same as wings of redemption. When all the trolls basically spired out of control after that infamous 1v1.
Kinda, because the entire point of the backlash to both wasn't the lost game or the mana gem, but how neither fo them could deal with the consequences and how they both acted like absolute assholes because of it
I've been hating Pirate since the breaking of the first silence, in that time I've joined many pirate hate trains
Hated him since the first clip that came across my feed. Dude felt too arrogant and smug for me not to mention monotone and just overall boring. Why people enjoy him or look up to him ill never know.
I knew from the moment I heard his "we banned millions of botters" short that he is so full of shit he may as well be a septic tank.
Dude was talking about as if he completely solved the botting issue in WoW by banning literally all of them when anyone that played WoW during literally any time period knows that the game is absolutely infested with bots, always was and always will be.
itβs funny because if bro just shut his mouth and admitted he messed up in the raid (something he canβt do) heβd probably still be one of twitchβs golden boys
It's literally his own fault it won't end too.
Two people died in that dungeon!!!
Wow, what he's saying really resonates with me. I'm gonna go tell my boss that the reason why my work is so shit is so that others can see what not to do and better themselves.
Whahaha!
// we have asked the question
question_asked = 1
// which question did we ask?
switch (cur_message)
Those superfluous comments are hilarious. Literally just junior shit
// we remind the Redditor
You forgot to comment your comment.
//Add dialogue response here
I've JUST learned how to code by myself for modding over the last year, so take it from someone who has not 20 years of coding exp..
Even to me it looks like amateur hour and something I'd come up with in my first few months.
I think most beginners do exactly that, they just hear over and over again to comment things and naturally take it too far so you often end up with asinine comments such as:
//this makes you a coffee
public void makeCoffee();
// we don't use managem here
mana_gem = 0
if(mana_gem != 0){
chatter.banPermanently();
PirateUtils.sendToThePenisExplosionChamber(chatter);
}
If you need comments for code that literally tells you what it does, you aren't a veteran coder...
To be fair. What does
question_asked = 1
really mean? That here was a question that was asked or not? Is it a number of how many questions were asked?
That's the problem, it's a boolean. He's using 1 or 0 to represent booleans when he should be using true or false.
Yea but gamemaker doesn't support boolean values at all.
Just don't look here
https://manual.gamemaker.io/lts/en/GameMaker_Language/GML_Overview/Data_Types.htm
Where it tells you how to use them.
Wow what a gem of a streamer
He's a man....a gem....
Gem a man of fortune
In the deep of Dire Maulε₯εΊδΌ€ηζ Every man for himself ζζ²δΌ€ηζ Mage cannot save you ζζ²δΌ€ηζ Blink Blink ζζ²δΌ€ηζ To the door of light ζζ²δΌ€ηζζ
mana
Arg solving community around the game? What? It's dead. https://steamdb.info/app/567380/charts/#max
They can solve getting the enum because he couldn't be arsed to make one?
Reverse engineer game? What? It's gamemaker studio... coding jesus even mentions using YAML or a CSV or anything to store the messy array easier. There is zero excuse.
It litterally makes no sense.
Does anyone believe this?
Yea his delusional fans
2 players right now
Technically a community I guess?
One of those is probably him leaving the game running to "double" the player count stats
Well he said it in an authoritative voice, so it must be correct. Haven't you realised?
Does anyone believe this?
His fans.
"Oh, that's soooo smart dude, helping the community too, respectable!"
piRAT: brings up paint "oh yes, of course, I always help the community :) these people don't know what they're talking about, that's dogshit" stretches
Can anyone explain why he's surely lying about doing it for the purpose of the ongoing ARG? Because I do believe Jason is a general liar but I think we actually do have plenty proof pointing to him always wanting to implement ARG elements to his game.
Basically all I'm asking is, is this another flat out lie or is it actually possible he coded that way for the sake of the ARG.
Absolutely not. Its a funny excuse but i think he is referring to Undertale and AnimalWell
Undertale was "reverse engineered" (they looked at the txt files) to see stuff and discovered a bunch of things.
More recently, AnimalWell has a bunch of hidden stuff that the community spent time figuring out and rallied round and Thor knows this too well because when they figured stuff out Thor magically worked it out right after.
I am over 15 years working on legacy code systems. Ive heard a million excuses for spaghetti but this is the funniest. Why not like, finish the game? Thats the one spaghetti excuse I except.
Honestly, to solve all of this, he could have just DM'ed Coding Jesus and laid out why he coded it that way, highlighting the specific ARG elements he wanted to hide. It could have been a really useful convo with CJ giving further suggestions and publishing a retraction video. But no PS rather hand wave to hypothetical "ARG elements" with no proof and brigade CJ instead.
you think there is an active ARG community around a tiny indie game that still hasn't come out after almost 10 years of development? lol years of any ARG is insane... i mean just think about it for 2 seconds.
Yeah he's got to go. Coding Jesus was being very respectful of his criticisms to Thor without directing any personal attacks and Thors out here ignoring all the feedback, attacking him on one point he didn't make and mocking his talent/looks. It is against Twitch and Youtube Tos and this clown needs to be removed
He was also being a bit less charitable in his discord server talking about the video
Holy shit he's Dennis Reynolds without the charisma.
IDIOTS
Bad code man, AAAAAAAHHHHHHH, fighter of the Good code man, AAAAAAAHHHHHHH
Don't you realize he's a golden god!?
Iβm a 5 star coder
They will ALLLLL pay the ULTIMATE PRICEEEEE
SAVAGE IDIOTS
drama aside, calling someone working as a quant dev an idiot is just objectively wrong
These idiots are not as good as me though.
His name isn't Thor, it's Mana Jim.
Hes the last guy who should be mocking someone for their looks lol
I mean the dude very clearly has a bottomless pit of insecurity inside him. Of course heβs going to project it to others.
It's amazing how easy is to hate this guy
Can Twitch ban this guy already for a month? He's literally picking up fights with the entire internet and sending his "fans" to bother other people. And at this point I even wonder if anyone really watches this guy or its just bots, cause i dont understand how somehow can stand this insufferable trash of a human.
There are so many people in this word that are exactly like him. I'm not surprised he has a sizeable audience at all.
The thing is they dont acknowledge his wrongdoings as well they just see him "getting bullied" and cry about it. They say "yeah he was shitty 1 time but come on he apologized" (he has in fact not apologized)
Like if it was a 1 time instance that he was shitty who cares ? but this guy has been lying for years now and has now been exposed massively on everything he ever said.
His lies have caught up to him and he cant handle it at all ^^
I hope they do. Also he didn't delete his Youtube VoD, it's private. So he can still be reported for it, though even if he did delete that I'd be surprised if it was off Youtube's system entirely. Feel like they keep it for a while before wiping the data, same with Twitch.
gets punched in the face
βYeah you punched me in the face, but I wanted you to do it so I could make sure my neuro receptors were working. You did that because I wanted you toβ - pirate software
It's fucking hilarious that this is basically gonna be the rest of his life on the internet because he refused to say "My bad" in a video game one time lmao
Itβs what separates normal streamers from lolcows. Every famous streamer has said or done dumb shit a few times in their career, the ones who turn into lolcows are the guys who just keep doubling down on the dumbness.
Pirate really reminds me of DarkSydePhil. Another lolcow who is almost incapable of accepting he was wrong.
It's because they're both narcissists. The difference is DSP is a genuine idiot with no object permanence while pirate sticks his head in the sand before sticking it up his own ass.
Everyone else in that raid accepted their faults in both of the failed runs except him, because he's too smart, he didn't even stick around for a debrief he just bailed and refused to accept any fault.
Fucking clown.
2.5 hour game
Has an ARG community
If this is a bait, its fucking sad. If it's real, thats REALLY fucking sad.
Just looking at how he manages booleans show how much of a fucking fraud he is at programming.
if true == true
If I see that shit in pull requests from one of my colleagues, I'm pinging the entire department.
"if true == true"?
huh?
So he wants a block of code to always run?
Is this an actual line?
is true here also a boolean variable?
does game maker even allow this?
I'm genuinely confused and have so many questions....
True in gamemaker is a constant that equals 1 (read that in the comments)
But yeah, there is levels of how much that line alone talks about his programming expertise.
First off even someone with 1 year experience would write "if true" without the equals, maybe gamemaker doesnt allow it but i doubt it, this point is not that important because...
Second off... The whole if is irrelevant, if you want something to always run and the boolean is not a flag that changes depending on the situation just straight up code without writing that conditional.
I don't think any programmer that has seen his code watches Jason for his coding expertise, he is a qa with no professional dev experience.
I'm very not good at coding. I make random stupid programs for my own use only, so they're full of things like if/else trees and really fucking terrible coding. My motto is "if it compiles and works, it works!" (edge cases be damned). I'm going to put an if true == true return true function in my next program for funsies and then call on it every time I need true.
If this was coming from a junior how just came from school I would just tap them on the shoulder and nicely tell that don't do this and tell them why. If the guy how did this was telling they are a veteran and teaching others to code. I would go to my boss and get them fired
I donβt know anything about coding but why did he add the β== trueβ? Wouldnβt it just be βif trueβ? Basic logic would tell me that βtrueβ can never be false so I donβt understand why the rest would be needed
Like I said I donβt know shit so Iβm curiousΒ
Yes, it's not needed at all and considered bad practice, but he does it to make it a little more readable because is variable names are atrocious. They should be named something like is_question
instead of his actual variable called Β΄question_trueso you could have
if (is_question)` which is way more readable.
Wait, does he actually have an
if true == true
In this code? If so, could you send the screenshot to me? I need to add it to my collection.
bro is doing everything but fixing his own code.
(btw Thor if you're reading this you could be spending that time improving that game. chop chop buddy where's chapter 4 at?)
He just lost another year to COVID...
PSoft isn't a dev. He was a World of Warcraft Cop. His daddy was a dev who got him the job.
Roach does Roach things
mana gem
You can tell he's never done coding for a team... Any person that has working in a team has had their code criticized endlessly and learned to handle that. Pipi Software can't handle any kind of negative feedback he just goes full defense mode tries to discredit every argument or person.
It actually irks me to no end.
Itβs so incredibly glaringly obvious to everybody working in the field because heβs a walking bundle of engineering red flags. Imagine if somebody reacted like that in code review on a dev team. Theyβd be immediately having a serious chat with the lead/dev manager and out of the company if they didnβt change.
And the shit heβs defending are just mind bogglingly surface level obviously bad coding practices. Heβs so inexperienced he doesnβt even have the capacity to understand WHY itβs obvious he has very little skill.
Itβs so incredibly glaringly obvious to everybody working in the field because heβs a walking bundle of engineering red flags. Imagine if somebody reacted like that in code review on a dev team. Theyβd be immediately having a serious chat with the lead/dev manager and out of the company if they didnβt change.
I'm really not trying to defend him here but this absolutely isn't a code review in his development team that usually has some degree of established trust, this is someone who he doesn't know picking apart his code unprompted, in public, pretty much with the single goal of finding issues with it. I don't blame him for not being receptive to it.
To be clear, I do blame him for pretending to be an expert in so many fields that he is not an expert in and absolutely think that should be exposed.
True, but I donβt think heβs earned any charitable framing.
He continually lies and misrepresents, from his experience to his resume. Iβm not going to give him any benefit of the doubt I would give others because of the way he represents himself as an expert.
If somebody purports to be an expert and is upset their code is public and is getting soundly roasted due to its incoherence, you arenβt an expert. I know at least I wouldnβt be too upset in the same position because Iβve developed for a decade and know the comments I would get would be less βyou donβt know how to programβ and more βYou could improve your architecture/API usage/code coherence by doing xβ. I think that would be the case for most software engineers
so, he purposely made his game pretty hard to develop and debug for an ARG that probably no one cares? Honestly, this is one of the worst excuses for a bad code I've ever seen in my 10 years of experience as software engineer. I mean, now it makes sense why he takes so long to finish the game, everytime he opens the code it requires 90% of the time to understand what he was working before.
Pirate drama is going to go so long that it's going to be syndicated on TBS.
"I purposely made my dogshit look like dogshit so you could reverse engineer my dogshit, duh."
Riiiiiiiight.
Wow dev for 7 years btw, incase anyone needs to know
Sorry to correct you, but he started development of Heartbound in 2015 oder 2016. so it is kinda 10 years now
he's on the list now for libeling him. hope it was worth it, buddy.
7 years at blizzard and with assbound it's almost 20 years now
He wasn't even a wow dev in the first place. He was a QA tester if I recall correctly.
Please don't be mad at him, his going through puberty
Not surprised he got ultra defensive over his code lol
I don't know who is this guy is, but at first glance I have a feeling this dude is a narcissist who thinks he is better than everybody. His aura is dark
Can we talk about how utterly empty your life would have to be for you to be a member of the "ARG Community" for Pirate's perpetual early access abandoned gamemaker game?
How absolutely cult brained would you have to be to want to pull apart the 'deep hidden clues and meanings' of a checks notes ...game about a boy who loves his dog made by a narcissist furry who recently had his furry erotic roleplay logs leaked where he and another man pretended to be two canines doing the deed.
ARG Community I think I've figured out the secret meaning of the game, following the online clues I've deducted that Pirate is inappropriately interested in animals, mystery solved!
After reviewing his code, it's evident that his experience with programming is extremely limited. Likely no more than watching a short introductory tutorial. His understanding of core concepts appears to be well below that of a first-semester university student.
Who is coding jesus?
He reviewed and critiqued some of Pirate Softwareβs code and offered examples of the proper way the code should have been written. Pretty good video if youβre into programming.
jesus but if he could code
that's White, gamer Jesus
He died for our bugs
pretty sure he's a current or ex quant who does yt stuff now
Pirate Software is a trash Mage player
He's a BOOLEan
sorry.
This dude is a LowTierGod level narcissist.
I can't take anyone who's an arrogant asshole with a god complex seriously. the dude got his feelings hurt and rages like a child.
like, bro, you use a voice modulator to make your voice seem deeper than what it is and got caught up RP'ing furry porn. stop.
So he changed his reasoning from not using Boolean from itβs not a compatible coding technique to saying heβs doing it on purpose to help his coder community practice finding bugs.
Riiiggghhtttt.
Insufferable human
These streamers that constantly complain about brigading are usually the ones doing the brigading.
The Hasan strat. Hallucinate about brigading then direct the most blatant brigade of all time
Crazy how this started from mana gem
Butterfly effect is real
I don't understand what any of these words mean
This dude will be DSP Jr. In 5-10 years.
He really trying his best to secure the top lolcow of 2025 award
Didn't he just link people to his comment responding about his coding practices so that they can see it? The longer video shows this, and this video cuts off the context. Is that called brigading?
See I wrote bad cod intentionally because a reason I just made up that makes no sense
As an atheist, I will side with Jesus this time.
I can see why people flock to this guy, itβs the same type of people who legit never admit they are wrong about literally ANYTHING. Must be so confirming for them.
The people who watch pirate are the same people who think watching Rick and Morty makes them more intelligent than others
Ah, that's why there are so many viewers.
He's losing a lot of them. Went from 9k average to 4.5k average, and losing 5k followers per day.
He lost 120k subscribers in the last month alone on YouTube, if Social Blade is to be believed.
Bro bans literally anyone who doesn't gargle his balls.
I saw him on a recommended stream on twitch, decided to pop in, said " st0p k!lling gam3s" and not only was i banned within seconds, I received multiple messages from people saying how pathetic I was and to grow up.
Of course, they still had whispers from strangers turned off. Shit is so cringe.
I mean it's a valid ban, but people sending you messages is crazy
Pretty sure you also get banned if you go and ask when he's releasing his game or something to that effect. Yknow his game that's been in early access for 7 years.
What did you really expect would happen
Going in and first time chatting to try stir up some drama is pretty pathetic though
[deleted]
I wonder how much of that 4.5k are view bots
I wonder about that too. Since a few months ago I go to his streams for a mine or so and I always see a constant 4.5k views, all the time, and the chatbox is not as spammy as others streamers I watch (for example Insym who has 3 to 4k and his chat is really busy), I find it weird.
his short form content where he does ms paint and talks to you like hes the co founder of blizzard and not a glorified game moderator is a crazy farm
If it makes you feel any better, his YouTube is falling off the past month.
It makes me feel all cozy inside seeing that.
Don't feel strongly enough about it just think the guy is a douche lol
Makes me glad, before the Stop Killing Games reigniting it seemed like he was gaining momentum and building a bit of steam back when I checked his numbers
I stood with him through the wow classic roach era. But this anti-StopKillingGames idiocy is too far for even a high IQ R&M enjoyer such as myself.
100%. He waves the banner of the ahksually neckbeards who only exist to pretend to have a level of intelligence that is laughably beyond them on their best and sharpest of days. The ones who correct but never allow for correction, always have an ace excuse in the sleeve.. ready & loaded to deny deny deny except the weird furry sex stuff, totally into that.
Narcissists? Yeah.
Yep, if you know anyone that refuses to admit they're wrong or accept responsibility for something, they're almost certainly a narcissist.
Itβs an abusive relationship.
Its the same people that watch LTG where his entire shtick is complaining about how easy modern games are while he activates God mode in every single player game and brags about how good he was in older games with no tournament results. Just a guy thst appeals to underachievers that think life is against them
But LTG is actually funny, even though he means everything he says and is a total PoS. There is nothing funny about PS, he is literally just one of the saddest and most pathetic humans in the world with no value to be gained from watching him. Why people still watch him, even for clips, is beyond me. It's getting to soap opera levels of dumbassery.
LTG is funny when he is raging about losing, thats about it lol.
Dude spends half his stream glazing bigger streamers or watching models, or watching date shows or whatever
Wouldn't know, I'd never watch one of his streams, I just see all his clips, and every one of them is funny. But I've never seen a single clip of PS being funny, or even entertaining in any capacity. It's just him dropping his voice a few extra octaves to talk about being a victim and right.
Hasan Piker?
the hasan piker of game development
political youtube and programming youtube is very similar.
Very surface level, a bunch of opinionated non productive stuff claimed to be productive when its not.
There is good content to be found, but that content is usually from like some obscure zoom meeting with shitty microphones and low view count.
This guy is about a month out from starting a right wing podcast.