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

help-circle


  • Yes, on wayland you will need to run a particular program as root to be able to read all keyboard input. See xremap or mouseless (unmaintained).

    Since you already give the program plenty of trust to let it read all your inputs, I think running it as root is not outrages.

    That being said, in an ideal scenario, we would be able to set fine-grained permissions like, allow to read keyboard input but deny communication with other app, networks, and storage etc. But I don’t know any OS that can do this.

    A more straightforward way to remap key is to get a keyboard with QMK firmware, that doesn’t cover all the use case of ahk, xremap, or mouseless, but that don’t require you to trust another program to run as root.









  • LOL, this is a joke, on most popular distro it is quite easy, on ubuntu and mint, it is just clicking a check box and set a password for secureboot.

    On fedora is clicking a button, and run a single line of command.

    Many distro has nvidia images that don’t need any configuration, like popOS, ublue derivates, and vanilla OS etc.

    I have been using my old GTX1060 on ublue for couple years now.

    I think the complains are most about distro developers needs to do extra work, just because nvidia refuse to play nicely with open source, like everyone else did.





  • You don’t need to use sudo command that much on linux. I personally only need to use it to edit two config files when setting up my system, that is it.

    One for pre-connection mac randomization, one to enable a kernel module I need, because my distro disable many of them by default. I am very conscious of the changes I am making. However on Windows, I have no idea what the app installers are doing.

    Not to mention, most users don’t even need to make these changes. Per-network randomization is likely good enough for most user, and they probably not on a security-hardened distro which disables tons of kernel modules.

    For a office work and entertainments, flatpak apps are more than enough. And developers can choose to get their sdk via flatpak or podman dev containers. None of them requires sudo.

    Is there a good reason for a everyday user (not a tinker nor a system admin) to use sudo in linux?