this post was submitted on 25 Jan 2024
120 points (93.5% liked)

Games

16409 readers
1293 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 41 points 7 months ago (4 children)

I’ve released a game on PC game pass (and Steam), and I can tell you that it’s painful for the devs too, before the players ever run into these issues.

One thing that was especially frustrating is that there is no way to automate the process of uploading a build. You have to drag and drop giant files (which you first had to get hold of from the build server in a usual setup). And click buttons and stuff. And wait a lot between steps.
When we mentioned the desire to automate this, so we could automatically deploy eg nightly builds, MS sounded like that was an interesting idea they hadn’t heard of before. WTF.

And stuff like that missing will automatically mean that the quality of the build on that platform is worse. No nightly build, but only build on demand requiring human work time and frustration means no frequent testing by QA on the platform, until they absolutely have to.

[–] [email protected] 21 points 7 months ago

It's doubly absurd considering Microsoft owns one of the biggest build and deployment automation pipelines as part of their Azure offerings. Most of it is aimed at Azure, but so much of the Xbox backend is just Azure under the hood anyway. Azure Pipelines should have had integrations for this on day one.

[–] [email protected] 13 points 7 months ago

And yet people somehow keep telling themselves that Microsoft has the best developer tools of all platforms (coincidentally mostly people who have never worked with other platforms).

[–] [email protected] 9 points 7 months ago

When we mentioned the desire to automate this, so we could automatically deploy eg nightly builds, MS sounded like that was an interesting idea they hadn’t heard of before. WTF.

When you receive a request for a feature that you know would be good, but for whatever reason you can't implement it (perhaps there are other things you need to pay more attention to, or perhaps there's an idiot manager establishing dumb priorities), giving the response you received is one of the least anger-inducing ones. It's likely they've been repeatedly asked to make the process less painful, but whoever is in charge of managing devs doesn't care.

[–] [email protected] 6 points 7 months ago

That's embarrassing. How long have CI/CD pipelines been a thing?