faintbeep

joined 1 year ago
[–] [email protected] 18 points 5 months ago

Also since companies are adding AI to everything, sometimes when you think you're just doing a digital zoom you're actually getting AI upscaling.

There was a court case not long ago where the prosecution wasn't allowed to pinch-to-zoom evidence photos on an iPad for the jury, because the zoom algorithm creates new information that wasn't there.

[–] [email protected] 3 points 6 months ago (9 children)

I always think it's unfair to compare things to video games. Video games are so inefficient they had to invent a separate processor with hundreds of cores just to run them. Of course they end up running well.

If cheap phones had a 128-core JavaScript Processing Unit, websites would probably run fast too.

[–] [email protected] 26 points 6 months ago (2 children)

I'm a web dev and yes they could. It's annoying that web devs get blamed for it though, the reason for all the javascript is mostly business decisions out of our control.

Mainly the tracking scripts which the marketing department adds against out will. But also it's a lot cheaper to have a client-rendered web app than a traditional website (with client side rendering you can shut off all your web servers and just keep the api servers, our server side processing went down 90% in the switchover). And it's more efficient for the company to have one team working in one programming language and one framework that can run the backend and frontend, so the frontend ends being a web app even if it's not really necessary.