Just an UwU boi living in an OwO world

  • 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle



  • To piggy-back off of this, it’s not entirely uncommon to create another directory at root in enterprise environments, using /data or /application That said, I only do that for enterprise, for my personal computer, my distro defaulted to auto-mounting to a directory for each drive inside of /mnt, and I rather like that and intend to stick with it.


    • Lemmy
    • My local Lemmy instance
    • Lutris
    • KDE
    • Not sure if you want to count paying for Bitwarden

    I pay a small amount monthly to each, I figure instead of paying $5-10 for Netflix or something, I’ll give it instead to these fantastic folks. Most of them are going through some major service, whether that’s Patreon, Paypal, whatever…I already have a credit card with my spending being tracked, I don’t mind if my love for the open source community becomes a documented metric.







  • I get that as well. As far as I understand it, and someone is welcomed to correct or expand on any of this - this is because when you play a game (primarily when using gamemoderun), it disables your compositor. When you exit the game, it kicks the compositor back on. I have no idea why it has issues on coming back on, seems to be related to Nvidia in X11.

    Some things that I’ve found that help is disabling the compositor (Alt+Shift+F12)
    After doing that, I try to maximize and un-maximize any windows I still have up, then re-enable the compositor with the same shortcut.

    Realistically, your plasmashell solution is great. Theoretically, Wayland shouldn’t have this issue, but I know Wayland comes with its own issues with Nvidia.





    • OS: Manjaro
    • DE: KDE Plasma 5
    • Global: Scratchy
    • Plasma Style, Window Decorations, and Colors are customized and don’t remember their sources, sorry
    • Icons: Colorful-Dark-Icons
    • Cursor: Breeze

    I know there’s a lot of defaults in here, but this has been my daily driver for 6 years now and been loving this setup






  • While I agree, most people shouldn’t have to be concerned with it, you can’t deny the resource impacts of various languages, libraries and frameworks, like compare the memory usage of Discord or Teams with those of FOSS chat applications, and you’ll notice those two consistently eating much more memory. You can also compare compute speeds of a higher level language like Python vs lower level languages like Rust and you’ll find that Rust is quite a bit faster (though generally takes more dev time). So yes, users shouldn’t have to be concerned with involved languages, but if you’re running something on a low-resource device, such as a Raspberry Pi, those little details can make all the difference.