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

help-circle




  • It isn’t as simple as just compiling. Large programs like games then need to be tested to make sure the code doesn’t have bugs on ARM. Developers often use assembly to optimize performance, so those portions would need to be rewritten as well. And Apple has been the only large install of performant ARM consumer hardware on anything laptop or desktop windows. So, there hasn’t been a strong install base to even encourage many developers to port their stuff to windows on ARM.











  • A-shell

    Hadn’t heard of a-shell. On my iPad I occasionally use iSH for bittorent, among other uses. I do agree it is on the slower side, but that is in part because of Apple’s rules about JITs and this forces iSH to use an interpreter. I do think an interpreter of ARM ISA would potentially be faster as the ISA is fixed width and x86 is not, but I don’t know if that would be margin of error faster or not.

    Thanks for sharing.

    Edit: I may have came across that before, but iSH is more flexible, if much slower.





  • I have an elderly friend that I will probably need to migrate as 1 of their 2 computers doesn’t support win11. I am fully able to migrate them, but I really want it themed(Plasma6 probably ) to look as much like 10 as they a dealing with cognitive decline and I don’t want to force them to relearn using their computer.

    I need to start investigating, but I got over a year to do so. The other part is making sure the 2 pieces of proprietary software they use runs in wine. I expect both will, but need to check.

    This is obviously something that developers probably don’t think about as much as an accessibility issue in general.