What is your most "Fuck you, this is actually awesome?" take?
-
While there were some truly awful moments in the last season of game of thrones, danaerys' arc was not one of them. Her going nuts was hinted at from the beginning and I wouldn't have had it any other way.
wrote last edited by [email protected]The problem isn’t the heel turn, the problem was that it happened on like 4 episodes. Rushed and lacked the time to show motive.
Of course a Targaryen would go insane in their lust for power. The game of thrones consumes everyone.
It just sucks that the show runners were like “and then she goes nuts and loses it all ok? The end. We’re gonna fuck off and make Stsr Wars now.” and it was so bad they even lost from Star Wars lol
-
Rings of Power
While it is not perfect, a lot of criticism of the show is insane or plain dishonest. It became a playing ground for shit stirring and easy rage bait.
Death Stranding
The worst game I ever loved. Yes, the story and dialogue gets weird towards the end. Yes, Kojima keeps over explaining everything almost pathologically. Yes, I only played the Directors Cut, which I have been told reworked most of the game into a better state. And yes, I got PTSD from getting called after every single mission. But if you keep driving vehicles into terrain that obviously isn’t suited to be driven on, or otherwise try to bend the gameplay to your liking instead of accepting how it is supposed to be played, maybe you should play something else.
wrote last edited by [email protected]I love how some people criticize Kojima for beating you over the head with unsubtle themes, but then the other half of people are like "this game made no sense so I deliver packages and then people talk about ropes a lot and why are there hands everywhere"
Edit: just adding this on, of course Kojima is trying to reach as many people as possible with his art, even those with poor media literacy. But it only just occurred to me how that in itself is so reminiscent of Sam pushing to connect people, even the ones who are remote or obstinate.
-
Speaking as a Texan, I associate the worst of truck driving with “being an ass.” It’s not always true, but man, if someone’s gonna cut me off just to be a jerk, it’s usually a lifted abomination.
This though:
This is fine.
No, it’s magnificent.
That looks like a huge truck, there's nothing small about it.
-
That small red truck is a truck of a man who truly is masculine. Doesn't give a shit what other people think, needs it to carry supplies, and didn't want to waste any money.
Giant lifted trucks are the opposite of masculine. They're for showing off, desperately trying to get people to notice them, they arely if ever haul anything (if they even can anymore with the lift), and they wasted huge amounts of money.
wrote last edited by [email protected]I dunno, chief. That "small" red truck is big as well. And the stuff in there will still get wet. Much more practical to have a van.
-
I think those huge American trucks are cool too, but the size is more of an inconvenience than it’s worth, and they stand out and draw too much attention - which is a big reason I didn’t get one. I’m honestly surprised by how much attention even my ’07 mid-size Nissan gets, but luckily it’s all been positive.
What's cool about an energy slurping vehicle that's a danger to children and adults alike? It only serves to trick men into thinking their fragile tiny tick gets bigger with that car.
The bigger the car, the smaller the ego, generally. Better to just work on themselves and bicycle. That's truly good.
-
Crucially, that wouldn't be better carried in a van.
Are you paid by some truck company? Vans absolutely better carry. They also have cover, so the stuff you carry doesn't get wet.
-
Why does that matter though? A van is just as big and heavy with even worse visibility around you.
wrote last edited by [email protected]You're aware that mirrors exist, right? And that vans also often have back windows?
And that the visibility is actually worse with those big trucks?Yer talkin' bull, lad.
-
Trucks are fun, 100%. Id love a small truck with a tow package, i don't need a gigantic Ram child-flattener but having something versatile and tall enough to clear some obstacles is always nice. RIP that little Mazda i got circa 2007 for $500 with no working gauges and a fuel leak, when it felt like driving i loved it.
Honestly if those Slate (is that right? Im still half asleep) trucks take off I may get one
Just get a van instead, bro. They're way more practical.
-
I actually want to get a pick-up truck for furniture, not like one of these road monsters, but something reasonable, like a 2 seater with lots a bed space. Like an old Chevy or something.
Get a van instead. Don't start becoming part of the problem.
-
What is no man's sky
A space exploration video game. It had a famously bad launch, because the director had over-promised on basically every single feature. It was massively anticipated because the director had hyped it up so much. And when it launched, players quickly discovered that many of the promised features were only half finished, or were missing entirely. The backlash was swift, but the company said they planned to keep working on the game.
And now many years later, the game is actually fairly solid, and basically meets the original promises. But at launch, it definitely didn’t.
-
The fact you think all art is predicated on what came before is absolutely stupid.
If thats true, there would never have been anything new created. Ai slop generators CANT make anything new because they are limited on their (massively) illegally scraped input.
Also thinking that originality and human experience are capitalist myths is quite humorous, that is a new take.
it can be true and new things can be created, and if you understood how large systems of data worked you would clearly understand how these aren’t mutually exclusive. creativity is different from originality. one is real, the other doesn’t actually exist.
please, name even a single piece of media that is wholly original from all of human history. i’ll wait. there isn’t one. everything takes pieces of everything else.
-
I dunno, chief. That "small" red truck is big as well. And the stuff in there will still get wet. Much more practical to have a van.
Oh completely agree - but if forced to choose between those two types of trucks I know which one I'd say is more reasonable.
-
Not a truck guy, but I've had enough vans to know that not having an open top REALLY reduces the potential of what you can put in the back.
wrote last edited by [email protected]Well, that's clearly bull. They got the same space and on top of that, they provide cover. Opens up a lot more options for stuff that shouldn't get wet.
And likewise, you can also park easier with them (they have back windows too). Plus, they are safer. If stuff sticks out of the car that's a transport hazard right there.
-
Steven Universe. The online fandom was insane. The actual show was incredible.
Yeah, the fandom is… Not great. It’s basically just an American anime, but the online fans are rabid.
It honestly reminds me of the fandom for Undertale. If you only ever play the game, you’ll have a wonderful time. But if you ever do some online searches to try to dig into it further or find people to discuss it with, you’ll quickly discover that the online fandom is extremely toxic.
-
Vibe coding has a niche, which is people who can read, understand, and debug code, but can't remember the syntax or can't be arsed to write everything manually. It's good for blocking in right now, basically, and that's an entirely valid use of the technology
wrote last edited by [email protected]Yes please.
- I’ve found ai useful as a tool especially when switching context to a different language or framework, as a quicker way to get the syntax and features, to generate a first approximation. It works and saves time
- vibe coding is a horrendous waste of my time doing code reviews. Don’t people look at the slop their tool generates and try to refine it? Why is it ok to waste my time like this?
Edit: just did yet another code review generated with “vibe coding” and there is so much slop that will create maintainability issues in the future - did everyone forget the truism that code is much more expensive to maintain than to create? So much duplicated code, misleading names, useless and excessive tests, hard-coded strings duplicated, etc. …… and I found an entire generated function very close to identical to one the same guy already created
-
Oh completely agree - but if forced to choose between those two types of trucks I know which one I'd say is more reasonable.
wrote last edited by [email protected]I mean, sure, but I were forced to pick I'd rather bring both to the scrapyard and get a bike instead. Or a van, but yeah. Choosing the lesser evil over time will lead to the actually good options getting eliminated.
-
Lookout guys, its a prompt "engineer"!
My 5 year old niece is a prompt "engineer" too.
If you want art to have absolutely zero humanity in it, gobble up all the slop you want.
You are correct about the end stage capitalism component. But if youre truly a "prompt engineer" you should know running a local model doesnt at all unlink you from massive data sucking corps, because who do you think trained that model?
For the record I will also say that painting a picture DOES take more invested skill than a photograph, and I will respect the person who painted a scene vs took a picture of it WAY more. Now, both can be enjoyed by anyone, and thats fine.
I'll have absolutely 0 respect for any image made using ai. Its a toy, and a tool for corporations to further cut costs where they want to the most (take out the pesky humans and gross empathy, ick!)
i honestly stopped reading after you called my job prompt engineering.
machine learning has been a specialization for well over a century. i have a master’s degree in it, im an expert on the topic and am certain what i do is not “prompt engineering.”
do you think LLMs like ChatGPT just sprung out of the ground like plants? people had to design those. even if you don’t like them figuring out how to build one is engineering, doubtlessly so. using a tool that has been engineered isn’t engineering, obviously, but i’m not going to further entertain this strawmanning.
-
What I mean is like, what do you think is unironically awesome, even if people now think its cringe or stupid?
wrote last edited by [email protected]Speed Racer (2008)
Uniquely colorful, silly, wholesome, every single one of its frames oozes style and creativity. It's exactly what an animated adaptation should aim to be and will forever stand out against the blue and orange, brown and bloom palettes that plagued that era of media.
It's simply so visually exciting and fun.
-
Vibe coding has a niche, which is people who can read, understand, and debug code, but can't remember the syntax or can't be arsed to write everything manually. It's good for blocking in right now, basically, and that's an entirely valid use of the technology
Yeah, vibe coding is fantastic for “I want to give this input {a}, have it do {function}, and return result {z}” types of code.
The issue is that being able to articulate that to an AI already basically requires you to think like a programmer. And many of the people getting into vibe coding don’t have that kind of mindset. They want to just go “give me a program that does {z}” and expect it to work.
-
I agree with 95% of FuckCars. Cars should not be the default in our society. Cars are at the root of why our cities suck so bad. We need to do as much as we can towards walkability, bikability, and public transportation. Cars won't go away completely, but they don't have to be so prevalent.
The 5% where FuckCars goes wrong is people who don't know anything about cars talking about cars. Their treatment of trucks vs vans is one of those. Vans are useful for trades, and so are trucks. Let the workers decide which one they prefer for their job.
Those workers usually don't need an F150 the size of a small house. They don't even want an F150 the size of a small house. That doesn't mean a van is necessarily what they want.
wrote last edited by [email protected]Well, I've atleast got the two seater with a long bed so it's barely adequate for what I need it for at work. It's undeniable that a similar size Vivaro or Transporter would be more practical but I'm willing to trade some of that for a fun truck.