• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle





  • I still think they absolutely forgot that PSN is not available in tons of countries. Bunch of fucking amateurs where this kind of stuff is set up by some underpaid intern.

    When they announced the PSN requirement, it took like what, a day to actually pull the game from those countries on Steam? They absolutely forgot and when people started complaining, they were like “Oh shit, we kinda forgot this is a feature”.






  • derpgon@programming.devtoGaming@lemmy.mlClassic Microsoft
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    6 months ago

    Also swapped performance issues with more bugs that were there years ago and still persist because they are almost impossible to fix.

    In the end, we all know it was done either because they wanted to shove microtransactions down our throat and/or had some kind of deal to maintain the Java edition without microtransactions.

    Or, maybe, just maybe, they though “it’s just a block game, what could be so hard to rewrite it?” and absolutely failed what a single person got right almost immediately back in the day (like not falling through the floor all the time).


  • This website is deprecated.

    It’s kept around mainly for historical reasons.

    I’ve tried Docker Swarm because Kubernetes seemed like an overkill for a cluster of 4 small-ish servers. There have been several issues (networking for example) that took me two days to solve - by reinstalling the machine completely.

    There are some hoops and hurdles along the way, some command will just literally brick your cluster without any notice whatsoever (like removing the second manager, leaving only one and cluster stops responding, but you get no warning that’s gonna happen).

    Also secrets, where there is no simple way to manage them, or replace them. You can’t just replace a secret, you have to remove and recreate it. Which means turning off the service or creating a new secret with a different name and do a rolling update, which is just annoying to do every time unless you can afford a robust CI CD pipeline code that does it automatically.