• 45 Posts
  • 87 Comments
Joined 10 months ago
cake
Cake day: November 28th, 2023

help-circle

  • I mean, all of these emulators are already very well archived and available from several sources, not to mention downloaded to the devices of millions of people. I highly doubt we would be in danger of losing any of them even if Nintendo were to sue literally all of them overnight. Well, except for things like Github issues and pull requests, nobody bothers to archive those unfortunately.

    But yeah, IMO the danger is moreso that the attacks are leading to a massive chilling effect and loss of developer talent in the emulation community.




  • Well, Steam and Proton both already run on top of FEX or Box64 on ARM Linux, but it’s nice to see an official effort from Valve.

    Also, does ARM still have better battery life when all of the machine code has to be translated from x86? That adds a not insubstantial amount of CPU overhead, which does hurt battery life.

    And perhaps most importantly, is there any ARM chipset out there that can deliver performance on par with the Steam Deck’s CPU (even after factoring in the overhead of the x86 JIT) at a viable price for a Steam Deck successor?











  • So… why are people upset about this? I’d say it’s about damn time. Having two settings apps is pretty ridiculous and it’s honestly crazy it’s taken them this long to ditch the control panel. I still remember people making fun of Microsoft’s inability to drop control panel in the Windows 10 era. Is there anything special about the control panel or uniquely terrible about the settings app that would warrant this kind of negative reaction? Is it because of the settings that aren’t available in settings? If they’re preparing to drop control panel that probably means they’re going to add whatever settings are still stranded on it to the new settings app, unless there’s evidence that they won’t do that.



  • Regular Qt themes are compiled C++ programs that use the QStyle API to alter the look of Qt applications. They can do just about anything, but obviously require code to create. Being compiled programs also means they can’t be portably distributed. They have to be recompiled for every different Qt version and architecture.

    Kvantum is just one of those themes, and it uses its code to load and display much simpler SVG-based themes. Kvantum themes are actually much less complex than regular Qt themes, which is the whole point, since that makes them significantly simpler to create and much more portable, which is why they’re so popular. The vast majority of Qt themes nowadays are made for Kvantum. Before Kvantum, it was mostly the less powerful QtCurve. Regular themes can do a lot of things Kvantum themes can’t, but Kvantum is usually good enough.


  • This is excellent news. I was always annoyed at the fact that Dolphin had to use its own thumbnailer API. Now apps can bundle one thumbnailer for their file formats that works with all file managers, which is great.

    One thing that I always thought would be really interesting to see would be a Wine thumbnailer that would generate thumbnails using Windows thumbnails for Linux file managers. So for example installing Sketchup on Wine would give you skp thumbnails, since Sketchup is bundled with a Windows Explorer thumbnailer for those files. I know Wine already supports thumbnailer shell extensions in its built-in file manager, so it would just need to be able speak with Linux file managers.

    Now I just hope to see something similar happen with service menus. Every file manager has its own unique format, but it’s IMO the biggest obstacle to interoperability remaining with Linux file managers.