Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WT
Posts
0
Comments
97
Joined
2 yr. ago

  • 1 month ago, I know, sorry. I ended up upgrading and AW2 was like 70% of the reason. Can't do RT and still hit 60 but even without it, what an incredible looking game, and that's only the beginning. I don't think I've ever played anything like this. It's your basic (albeit bery solid) survival horror sure but the tone is PITCH FUCKING PERFECT and the story's interesting in a way very few are. I'm only a few chapters in but it feels like playing through a novel more than a game.

    I'm on the non-epic PC version right now (shhh) but I'm 100% buying it once I get the disposable income because even though I hate Epic, god damn Remedy deserves to make money off this.

  • All of this is okay, but it's not production ready. This is what real production code looks like:

     
        
    SuckableFactory suckableFactory = new SuckableFactory();
    Suckable balls = suckableFactory
        .setShape(SuckableShapes.round)
        .setCount(2)
        .create();
    
    SuctionProvider mouth = SuctionProvider.getInstance();
    
    SuckerFactory suckerFactory = new SuckerFactory();
    Sucker sucker = SuckerFactory.create():
    
    sucker.setSuctionProvider(mouth);
    sucker.setSuckable(balls);
    sucker.setIntensity(SuckerSuctionIntensities.medium);
    sucker.suckSuckable();
    
      
  • Gonna give you the benefit of the doubt and assume it's a second language thing.

    The initial comment was saying a netflix app on a computer monitor is completely useless since the whole point of a computer monitor is to plug in a computer, which if the user wants can easily play stuff off netflix through a browser or app. Not comparing a PC with Netflix, just saying it's stupid to put apps on a computer monitor (I agree).

  • Honestly...I'd take it if it set me up for life. Realistically, 99.9% of the people who can't see past the moniker would never have mattered to me anyway and as for the stuff about your life being distilled to just that, who gives a flying fuck as long as you make sure you're good with the life you lived and do right by the people you actually care about and that care about you. Besides "for life" in 2024 means "a year of being inactive, max".

    With that being said, someone in this thread said this is a symptom of a diseased society and I think they're onto something.

  • Was gonna say this. As long as you run dnf update before you upgrade and make sure there aren't any left (you know, like their upgrade dpcs explicitly tell you to), you're chilling.

    Only issues I've had with fedora upgrades so far are plasma incompatibilities (not a fedora issue) and nvidia bullshit (not a fedora issue).

  • Can I ask what country so I can avoid it like the plague?
    Ah yes, good ol' US of A. Why am I not surprised?

    My ISP recently introduced data caps on unlimited (they throttle you to 4Mbit if you go past ~300GB or 500, not sure). I already wanted to leave but that's really lighting a fire under me to move the fuck out of here.

  • Can confirm, it's comparatively (sometimes even without comparing) a shithole in every other way out here, but it's not NEARLY as bad for gender equality. Still pretty bad don't get me wrong, but at least the government isn't actively trying to dismantle institutions formed to combat gender inequality 🤷‍♂️

  • Right?! I can't run it at the moment so I'll need to upgrade first, but damn literally every frame I've see of Alan Wake 2 is just peak Remedy goodness. The not being able to run it part actually kinda works out for me though because I wanna buy it once it hits Steam (although they seem to be taking their sweet ass time, it's like they hate money or something).

    Remedy's one of the last handfull of studios still making actually good AAA games that aren't compromised for monetization's sake, or to appeal to the lowest common denominator.

  • True. Even I've been guilty of that at times. It's just hard right now to see the positives through the countless downsides and the fact that the biggest application we're moving towards seems to be taking value from talented people and putting it back into the pockets of companies that were already hoarding wealth and treating their workers like shit.

    So usually when people say "AI is the next big thing", I say "Eh, idk how useful an automated idiot would be" because it's easier than getting into the weeds of the topic with someone who's probably not interested haha.

    Edit: Exhibit A

  • The issue is that "AI" has become a marketing buzz word instead of anything meaningful. When someone says "AI" these days, what they're actually referring to is "machine learning". Like in LLMs for example: what's actually happening (at a very basic level, and please correct me if I'm wrong, people) is that given one or more words/tokens, it tries to calculate the most probable next word/token based on its model (trained on ridiculously large numbers of bodies of text written by humans). It does this well enough and at a large enough scale that the output is cohesive, comprehensive, and useful.

    While the results are undeniably impressive, this is not intelligence in the traditional sense; there is no reasoning or comprehension, and definitely no consciousness, or awareness here. To grossly oversimplify, LLMs are really really good word calculators and can be very useful. But leave it to tech bros to make them sound like the second coming and shove them where they don't belong just to get more VC money.