this post was submitted on 15 Sep 2024
1107 points (97.0% liked)

Steam Deck

14487 readers
351 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmit.online/post/3922769

This is an automated archive made by the Lemmit Bot.

The original was posted on /r/linustechtips by /u/RevolutionaryAd8204 on 2024-09-14 15:50:43+00:00.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 days ago (3 children)

It makes sense because servers are expensive to operate. The real scam is nintendo where you pay for P2P multiplayer...

[–] [email protected] 2 points 3 days ago

They're expensive when you're not already building a CDN for delivery of massive files all around the world. Economies of scale quickly matter there.

[–] [email protected] 0 points 3 days ago (1 children)

They're stupidly cheap to operate per user when you have millions of them, which is how companies like Facebook manage to make a profit from merely showing adverts to users and with no subscription fees.

Remember that Sony gets a cut from games being distributed to their platform, so online fees are just them double dipping for extra profits.

[–] [email protected] 3 points 3 days ago (1 children)

Web servers are different from game servers. You need a lot of performance and fast low latency servers to keep up with realtime game play. Webservers however dont need that and can benefit of load balancing accross multiple servers. Scale of economy helps a lot, but with game servers the cost doesnt change much because a session has to be on a single machine.

As for distribution costs, most of the cost is manufacturing and physical distribution of discs. So yeah, they are making a killing by continuing to take a a huge cut from game sales when most of their distribution is online.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

At some point in my career I've actually designed mission critical high performance distributed server systems for a living, so I'm well aware of that.

You can still pack thousands of users per server and have very low latency as long as you use the right architecture for it (it's mainly done with in-memory caching and load balancing) when you're accessing gigantic datasets which far exceed the data space of a game where the actual shared data space is miniscule since all clients share a local copy of most of the dataspace - i.e. the game level they're playing in - and even with the most insane anti-cheat logic that checks every piece of data coming in from the user side against a server-side copy of the "game level data space" it's still but a fraction of the shared data space in equivalent situations in the corporate world, plus it tends to be easilly partitionable data (i.e. even in MMORG with a single fully open massive playing space, players only affect limited areas of the entire game space so you don't really need to check the actions of a player against the data of all other players).

Also keep in mind that all the static (never changing or slow changing stuff) like achievements or immutable level configuration can still be served with "normal" latencies.

Further the kind LVL1 ISP that provides network access for companies like Sony servicing millions of users already has more than good enough latency in their normal service and hence Sony needs not pay extra for "low latency".

Anyways, you do make a good and valid point, it's just that IMHO that's the kind of thing that pushes the running costs per-player-month from one dollar cents or less to, at most (and this is likely quite a large overestimation), a dollar per-player-month unless they only have tens of players per-server (which would be insane and they should fire their systems designers if that's the case).

[–] [email protected] 0 points 3 days ago

They're stupidly cheap to operate per user when you have millions of them, which is how companies like Facebook manage to make a profit from merely showing adverts to users and with no subscription fees.