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

help-circle

  • 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?






  • I see. Will avoid, then. I don’t like lucid dreaming, always wake up right away. Whenever I notice I’m dreaming it becomes hard not to notice that I’m in my bed and that I can feel my covers and by that point it’s all over, so whenever I notice I’m dreaming I just cut the crap and open my eyes for a couple of seconds to wake myself up and then close them again so I can get back to proper sleep.


  • leopold@lemmy.kde.socialtoScience Memes@mander.xyzAI Artefacting
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    23 days ago

    Is this really useful? Like, is this something people ever need to do? I don’t do lucid dreams very often, but the rare times a dream has lead me to the thought of “hold on, am I dreaming?” were basically immediately answered by just, uh, vibes, I guess? Like, it’s always just been instantly obvious that I’m dreaming the moment I’d start questioning it, no tests necessary. At worst I might have to try to remember what I did the day before and what I was supposed to be doing that day and see if that is at all compatible with the scenario I’m dreaming about, which it usually isn’t.







  • 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.


  • So you believe that Mozilla was just “cutting useless bloat” on the sole basis that “If it was good Mozilla would’ve used it more”? Yes, I think I will stick with my own take. They dropped it because making web engines is expensive and they no longer wanted to invest in making a new one in Rust. It was good, that’s the entire reason people are complaining.


  • Servo is not the old name for Gecko. Gecko existed long before Servo was started and Servo continues to be developed independently of Mozilla. It was a research project to develop a web rendering engine in Rust taking advantage of parallelization. The parallelization stuff mostly made it through the Quantum project several years ago, which did indeed help performance. That’s about it. As of right now, Gecko’s code base 55.4% C++, 22.6% JavaScript, 4.5% C, 4.3% Kotlin and a mere 3.8% Rust. If Servo had indeed been integrated into Firefox, over half of this would be Rust. 53.2%, if the current Servo repository is anything to go by.



  • 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.