• 4 Posts
  • 1.05K Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle

  • CaptPretentious@lemmy.worldtoGaming@lemmy.worldTrajectory
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 days ago

    Part of the issue is there’s a disconnect from what’s being shown and what’s already happened. So, XCOM, and I think XCOM2 (it’s been a while since I played both) create a table with “random” values on map load. This means, you can 100% save scum the shit out any encounter because cause and effect will always be the same, it’s not a live “dice roll”. Part of this sucks, because what happened is hidden from the player. Something like BG3, you can see “Oh, I swung, rolled a 3, and these modifiers, my total was 14 and they have an AC of 15”. Also, some games help by using a pseudo-random where the probability of something happening, actually increases over time. Example would be Dota2, where something like bash, shows a given percent, but it’s actually on a scale. Each attack changes the % chance the next bash may happen, eventually getting to a point it’s nearly a guarantee. This type of random is often used to make the game feel more fun for the player (to nudge the numbers one way or the other). However, with a pre-seeded table, this likely isn’t happening.

    Then you add the visual component. Point blank range, it’ll say “99%” and you miss. Or the number will seem low, despite point blank range. And you have the visual of the %.

    So you add those together, the game likely not helping the player and just using a pre-seeded table plus the visuals with the human notion of really only remembering the extremes and you get the overall feeling of “game not fair”. You made 10 shots in a row with only 30% chance, but you only remember the single 99% chance you missed


  • For me I hate phone calls because it’s someone demanding I drop what I’m doing to address whatever they want. Keep in mind, 99% of phone calls I get are at work form co-workers.

    The number of “quick calls” that are actually quick I can count on 1 hand, and still have room for more. I have tasks to accomplish, things to do. And I’m spread so thin between all the things I do, there’s a fair chance I’m going to forget something about what you asked/told me. If it’s in text form I can review it when I loop back to it. You need me to check/validate/run something, cool. I have record of what, when, and if I completed it. Just because you have a question does not make it an emergency on my part.

    As for my home phone, the only folks who ever call me are either telemarketers or scams. If a friend called I’d probably answer (if I have the time). But I think most of my friends are in the same boat, we have so much to do these days (non-recreation) that it’s just not easy to find time. A lot of my friends have side-hustles or a second job or are in class (like me) in order to stay competitive. When I was a kid, I remember my parents could unwind at the end of the day, friends would just come over to hang out. It just ain’t like that no more.







  • I’ve noticed a trend already with tech reviewers trying to sell that, actually massive AI upscaling and fake AI frames are actually a good thing! And they’re now this new metric Nvidia pulled out it’s ass that reviewers at pointing to of line a supposed 80% of users, use DLSS. No days if Nvidia turned it on (via there crap 3rd party app), encouraged it to be in by default in games, etc. no mention how they got this telemetry data either, if it’s even real. I know I personally turn DLSS in all forms off.

    I can’t help but feel like this $2000 card is now like an $800 card once you strip away the ‘AI’ bullshit.



  • I tried Prime a few times. Saw it at the gas station and figured I’d give it a try since I was going to grab a Bodyarmor. Very strong flavor. For me, really seemed to straddle the line between good and meh. Tried the energy drink once, terrible.

    Then I learned that dip shit was behind it. Haven’t bought it since.






  • CaptPretentious@lemmy.worldtomemes@lemmy.worldKeep it simple
    link
    fedilink
    arrow-up
    59
    arrow-down
    2
    ·
    17 days ago

    Honestly, fuck Ansible.

    It’s the dialup of automation tools. It was probably amazing 10 years ago.

    It’s YAML is awful, it scales terribly, it’s so fucking slow at literally everything, it gives people who have no clue what they’re doing a false sense of confidence.

    The number of times I’ve seen app teams waste the time of support groups and engineers because something went wrong and they didn’t have the knowledge to know why and need to waste so many man hours having other people solve it for them. I (the engineer) was added to a chat that had 15 people in it because they, after running ansible, saw errors in their server… So clearly there was a problem with the server… At no point did they question there Ansible job.

    Of the various tools I’ve used, I prefer Salt. The YAML is slightly less ass and it’s so much faster while also seeming to scaling better too. It by no means is perfect.