Samsung sees 95% drop in profits for a second consecutive quarter

https://lemmy.world/post/2349179

Samsung sees 95% drop in profits for a second consecutive quarter - Lemmy.world

Samsung sees 95% drop in profits for a second consecutive quarter::Today, Samsung posted its Q2 2023 financial results. The report says Samsung’s profits have dropped considerably compared to last year.

When money is tight you might use your phone for a year or two longer. 1000 Euro phones also don’t help the matter.

While I don’t use a Samsung, I am over half way through my phones fifth year. Other than a battery replacement I’ve had literally no problems whatsoever.

If only lifespan and right to repair were written into law everywhere.

Software updates are the problem unfortunately
I wonder why this is not a problem for pcs though

Because PCs are based on a hardware standard that allows for a standard kernel and pluggable drivers. So you can just take a standard install of a new version of Windows, and toss in the same drivers from the last version, and you’re on your way.

On ARM, there is no such standard that is widely deployed, the hardware is integrated bespoke for each and every device, so building a new version of the OS for a specific phone means using very specific configurations (where in memory is the GPU mapped? where is the sound chip mapped? on a PC the hardware can plug-and-play detect this stuff, on ARM it has to be hardcoded into the OS for every device). This is made worse by the chips used in mobile phones being proprietary hardware where the drivers are only released to manufacturers under NDA, and these hardware manufacturers often don’t bother to supply updates at all