this post was submitted on 21 Mar 2025
1156 points (100.0% liked)
Programmer Humor
21742 readers
2713 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
At least games make sense, as the graphics get better. Though in some cases, the compression is also better. Like PS5 games are smaller on average than their PS4 versions, even though they have higher resolution textures in most cases, just because the PS5 has better compression/decompression tech.
My favorite example of this is Subnautica. The system didn't call on the assets as quickly, or a different way I can't remember all of the details but essentially they had to put like five copies of every asset on the ps4 version to get it to run properly. The ps5 accesses the assets fast enough it only needs one copy. At least that's how it was explained to me.
Better than that, the lack of reliance on spinning disks means that asset duplication and data read order is less of a requirement to reduce load times. It can still be argued that there's just too many polygons, since simply scaling things back would be plenty effective in reducing storage usage and load times.
The other problem for bigger GB games is texture resolution. Games don’t always need 8K or 4K textures. 2K is good enough.
I only notice that the bigger the resolution, the smaller the text when the game in question has poor scaling options for the 2D elements..
My shitty eyes can’t detect any difference past 720p
Compression is mostly done in software.
uh, bad news for you.
All programming is done in software my guy.