|
| ▲ | Aurornis 3 hours ago | parent | next [-] |
| I respect his work, but I had to unfollow him on Twitter because he was so condescending to everything and everyone except his loyal fan base. He’s in a category of influencers who post constantly about gripes and grievances and smug superiority. Some people like that content but I can’t stand it. I really like hearing about indie development and small teams, but you don’t have to present everything as condescending superiority over the industry. That’s not the part I find interesting. |
| |
| ▲ | cjbgkagh 3 hours ago | parent [-] | | I think there is an element of audience capture that sets up a self reinforcing feedback loop that drives out the normies and ends up rather cult like. | | |
| ▲ | somenameforme 2 hours ago | parent [-] | | Is it not also possible that there are an overwhelming number of problems with the big AAA type studios in games right now? I feel right now we're in sort of tale of two cities, because AAA games have turned into barely functioning uninspired parasitically monetized crap, while smaller scale development is in an absolute golden age. And it's likely that LLMs will only add fuel onto this turd burning fire. | | |
| ▲ | A_D_E_P_T 16 minutes ago | parent | next [-] | | In fairness, AAA games are practically over. They have grown too bloated, take too long to develop, and, with the culture wars raging in the background, almost every AAA game steps on at least one landmine and loses a large fraction of its audience before it is even released. Sad, really. | |
| ▲ | Aurornis 17 minutes ago | parent | prev | next [-] | | There are real problems, but Jonathan Blow doesn't limit his criticism to those problems. He just indiscriminately criticizes everything. He's turned into the type of critic that is a broken clock that happens to right twice a day. His criticism isn't limited to AAA game studies. He's a vaccine skeptic and is pretty heavy into far-right influencer garbage. All very surprising if you only know him from his games. This Tweet is a classic https://x.com/Jonathan_Blow/status/1854708962462982465 Jonathan Blow: > It doesn't help that all males currently under the age of 40 were raised to be supercucks I started following him for his gaming work and talks. His influencer content is something else. | | |
| ▲ | wredcoll 3 minutes ago | parent [-] | | Anyone still following him after that needs to fundamentally reevaluate some life decisions. |
| |
| ▲ | cjbgkagh 2 hours ago | parent | prev [-] | | That is what makes it cult like and not a full on cult, there is a lot of truth to what he says. The problems is when the conclusions are extrapolated out to absurdity - it’s hard for me to listen to it. I didn’t take sufficient notes to give a proper recount here and it’s a bit too much work for me to go through it again. |
|
|
|
|
| ▲ | Fraterkes 2 hours ago | parent | prev | next [-] |
| I’ll chip in here and say theres ime a world of difference between the amount of condescension and acerbic noise produced by Blow versus Casey. Casey comes of as grumpy but fundamentally pretty respectful in the stuff I’ve seen him in. |
| |
| ▲ | bigstrat2003 2 hours ago | parent [-] | | I have only seen Casey's writing in the whole "why is the terminal so slow" debacle, but he was a massive jerk in that. He was right! But still a jerk. |
|
|
| ▲ | klodolph 3 hours ago | parent | prev | next [-] |
| IMO this is just garden variety effects of being a programming influencer. It’s a weird position to be in. I think being influential just does that to people, with high regularity. |
|
| ▲ | troupo 3 hours ago | parent | prev | next [-] |
| And then they usually back their words by doing things like "you claim that outputting text to a terminal emulator is a PhD level problem, so here I did it in a weekend". Huge teams are more often than not the sign of bloat and inefficiences. |
| |
| ▲ | rootlocus 3 hours ago | parent | next [-] | | To be fair, game developers have been rendering text on the GPU for over two decades. I've done it in college a decade ago with bmfont [1] (nowadays the engine does rasterization during import). Whoever thought was making a case with "outputting text to a terminal emulator is a PhD level problem" was really out of their depth and was making a case for unnecessary inefficiencies. Kudos to Casey for proving a point. 1. https://www.angelcode.com/products/bmfont/ | | |
| ▲ | bogwog 2 hours ago | parent [-] | | I remember when that terminal situation first happened, and my main takeaway wasn't "wow, this Casey guy is a genius" but rather reinforcement of my pre-existing belief that Microsoft is full of incompetent and lazy people. Anyone who has ever dabbled in engine or low-level game dev has implemented basic GPU text rendering at some point. |
| |
| ▲ | Matl 3 hours ago | parent | prev | next [-] | | Yeah, like when Blow claimed he could replace PowerPoint in a weekend and ended up implementing a presentation software that had about 2% of what PowerPoint offers. Now there's an argument to be made that many don't need the remaining ones but to claim that you 'replaced PowerPoint' for anyone but yourself is ridiculous. They're good at demos, I give them that. | | |
| ▲ | duttish 2 hours ago | parent [-] | | There's a classic saying along those lines, "everyone is only using 5% of Word. The tricky part is that everyone is using a different 5%" | | |
| |
| ▲ | LtdJorge 2 hours ago | parent | prev [-] | | Casey was right, though. The windows terminal was (is, it's still there even if you use the new Terminal) atrocious. The performance is so bad, due to going through all the layers it does, which Casey exposed. And it's not even packed with features, pressing up on a new console doesn't bring you a command from history, which Linux terminals and 3rd party Windows ones have been doing for decades, even Powershell does that. The support for colors was also bad, the very limited options for font configuration, and it renders fonts as if it was Win2k... Thankfully, the Windows Terminal solves most of those, and includes tabs and other useful features. Too late for me as I already jumped ship to Linux. | | |
| ▲ | ahtihn an hour ago | parent [-] | | > pressing up on a new console doesn't bring you a command from history, which Linux terminals and 3rd party Windows ones have been doing for decades, even Powershell does that. I'm wondering if you're confusing Windows terminal with cmd.exe? Windows terminal is not the shell. It's a terminal emulator. You run a shell inside of the terminal, for example you can run... Powershell. Command history is a feature of the shell. |
|
|
|
| ▲ | chadgpt3 3 hours ago | parent | prev [-] |
| Isn't that kind of the point though? Doing more with less? |