• 0 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • rdri@lemmy.worldtoGames@lemmy.worldUbisoft comes crawlin' back to Steam
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 days ago

    Steam getting better isn’t linked to anyone becoming a billionaire. That sentiment sounds like people can’t stop looking for things to blame Valve for.

    Is it too difficult to accept that every single company failed in competing with Steam? I’d say they didn’t even try their best (especially Epic). Must’ve assumed that just serving a website with a web app is all they needed to get as rich as Gabe.


  • It actually seems more like a windows 10 compatibility dilemma for developers. You can support older systems but it would require some effort. The problem is not the absence of some specific certificates, but the absence of newer ciphers altogether.

    This does give security but also removes backwards compatibility with some clients that might be important for some websites.















  • I mean if they would produce a better UI by using their expertise, how would not becoming an expert in the new thing be better?

    I failed to understand the meaning of this sentence. It doesn’t make sense to me. Producing a better ui is not even on the table when we are talking ui frameworks and native programming - you use what’s available, and if you are a graphics designer then maybe you should’ve sticked to that instead. Becoming expert in native ui is super cool but I wouldn’t expect such miracles from everyone. Just producing a valid low level code is enough to meet my standards of performance. That’s because those standards were heavily affected by web frameworks existence.

    The reality is that the people paying the engineer are going to want the better UX

    And I hoped it would be customers who would pay for a software or a service who would send valid feedback.

    AI can assist you if you more-or-less know what you’re doing

    Assuming web devs creating apps don’t know what they’re doing?

    but a novice replacing proper learning with ChatGPT pairing is going to write some shitty code.

    Chances are that code would be much more optimized than anything electron/CEF wrapped.

    to actually be up to our code quality standards

    Quality standards are great. But seeing companies shipping fixes to simple CSS issues that were breaking some of main app functions made me realize most of them don’t care about quality standards. If that’s how it is and if there will still be a lot of broken stuff across app updates - might as well just go all the way to proper low level languages.