• 0 Posts
  • 13 Comments
Joined 13 days ago
cake
Cake day: April 1st, 2025

help-circle
  • just fyi to you or anyone else. Proton already uses esync & fsync to get about the same result so you’re not going to see much of a difference.

    The kernel addition as well as wine needing to add it is for regular wine. I think a lot of stuff already just uses proton instead. We’re lucky we have access to it, steam is still closed source.









  • offtoLinux@lemmy.mlGUI Programming Recommendations
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 days ago

    I don’t like a lot of python stuff, especially the gui related. flutter (dart) probably the easiest thing I’ve ever used and it works across tons of systems including mobile. Other than that the classic html/css/javascript lol.

    Anything that needs big processing of course will suffer with these, I’ve never done that on a GUI though, the backends only.





  • I kept fixing and then kept having new problems with vscdoium in flatpak, either have to give it all permission or give up maybe. As I was using it there would be new problems every once in a while, and different extensions introduced new issues too lol

    I gave up and just installed it through AUR.

    Even though it’s vscodium and not vscode you can run it with firejail --net=none /sbin/vscodium and it won’t have access to the internet