• 1 Post
  • 72 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle












  • kayazeretoApple@lemmy.worldApple sales fall in nearly all markets
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    I mentioned game consoles as an example of consumer electronics that function without having yearly updates. This is largely due to giving game devs a performance tagtet to hit, but it shows you don’t need marginal updates every year. Mobile app software could probably benefit from not having better hardware every year, forcing devs to write better software.

    From a software standpoint, iPhones are locked down like gaming consoles, focused on consumption and not general computing devices. Apple controls what software runs on their devices just like Nintendo.

    I think yearly car updates are also wasteful and the car industry has adopted a fashion style model where the changes are mostly atheistic and they try to make people’s cars feel outdated/obsolete and for them to buy a new model. Cars are viewed as a status symbol, so this works.

    Apple has been applying the same play book as the auto industry, though they can actually obsolete hardware through their software.







  • I’d suggest getting rid of client side rendering and JavaScript. At some point web developers decided to try to emulate desktop app UIs and cram it into the browser. Websites used to be rendered on the server and the HTML was just sent to the client, which had to just parse and displayed natively. Is was really fast and efficient. This would also be a massive win for privacy and it would automatically eliminate all the spyware/adware client side JavaScript code.