• Biometric login. It is available to an extent through fprint on Linux but support is not there for all hardware and it isn’t a very seamless experience to setup at the moment

    • Biometrics authentication seems to me to be entirely useless. It’s less secure and more easily spoofed than passwords, and if you need more security 2FA or a physical key (digital or otherwise) provide it. It would be nice to have the support I guess, but the tech itself just seems like a waste of money.

    • The Windows Hello camera enumerates under Linux as just another webcam that activates the flashing LEDs when it turns on (I’ve found a number of neat uses for this, including having a ridiculously low gain IR camera that I can just use for whatever and have what would be a surprisingly good emulation of the Wii sensor bar for use with Dolphin if it weren’t constantly flashing on and off), and there is software (Howdy) for using it to sign in. Unfortunately, signing in with your face of course precludes using your password for decryption, meaning that after you start some applications you’ll be prompted to type your password anyway to unlock your system keyring, and perhaps more importanty SDDM isn’t smart enough to interface with fprintd/howdy properly and doesn’t even try to activate the biometric sensor until you type something in the password box.

      (Also, hilariously, because of how I set it up initially to accept my face instead of a password for sudo, I couldn’t configure it to check whether the terminal was remote, so when I ssh’d in and tried to sudo, it turned on the hello camera however far away that was and looked for my face, only prompting me for a password after facial rec timed out.)

  • Run updates without me having to worry that “whoops, an update was fucked, and the system is not unbootable anymore. Enjoy the next 6 hours of begging on forums for someone to help you figure out what happened, before being told that the easiest solution is to just wipe your drive and do a fresh install, while you get berated by strangers for not having the entirety of the Linux kernel source code committed to memory.”

  •  Fizz   ( @Fizz@lemmy.nz ) 
    link
    fedilink
    424 months ago

    Embed ads on your desktop.

    Play games with kernal level anti cheat

    Run professional software like fusion 360, Adobe suite and much more.

    Use Wsl to get a lot of the benefits of linux

  • Adobe lightroom (with its multi-device editing and catalogue management - even when only using its cloud for smart previews).

    Hardware support for music. NI Maschine is a non-starter. Most other devices are, at best, a ‘hope it works’ but are most definitely unsupported.

    Music software. You can hack your way into getting a lot of your paid modules to work, but it is certainly not supported.

    Wine is ‘fun’(?), but it’s a game of whack-a-mole chasing windows’ tail and will never allow everything to run. Either way it’s not 'supported.

    Businesses any any size tend to eschew SW/HW that doesn’t have formal support. (things like RHEL are most definitely supported as servers and orgs certainly leverage it).

    I keep installing Linux hoping I can get a sufficient amount stuff to work “well enough” to move on from windows but it’s just not to be (yet). Hope it changes, but it’ll require buy-in from commercial product developers. I hope as Linux continues to grow a foothold in desktop installs, a critical mass will be reached, commercial devs take notice and it’ll be easier to switch.

    For now, I’m stuck with Windows and WSL. (But I am not happy with Windows’ direction).

  • Hit the ground running deploying…pretty much anything.

    Was running game servers on my Windows PC through Docker and they were super easy to set up. I got a new PC and decided to repurpose my old computer into an Ubuntu server to get some experience with Unix. I have only been more frustrated once in my entire life. Sure, once things are set up on Linux they are really powerful, but the barrier to entry is so absurdly high and running anything “out of the box” is literally impossible by design.

    • I feel your pain, ugh. Setting up certain types of software can be a pain in the ass because there’s almost always dependencies that need to be set up first; in addition, it’s not always clear what you’re supposed to install or how to do it the right way. A lot of Linux-related documentation out there isn’t geared towards beginners and leaves out a lot of important explanatory and contextual information, which just makes it more frustrating. Unnecessarily, in my opinion.

      However, I gotta mention that Ubuntu - though widely used - is sorta notorious for being user unfriendly and isn’t always the most appropriate choice for a beginner Linux user. If anyone reading this is thinking about trying Linux for the first time, I would consider Linux Mint. It’s a Linux distro that is actually based on Ubuntu (which is based on Debian), but it works “out of the box” better than most and should be a positive experience for most users. It’s pretty solid.

      • Don’t get me wrong - I know that they are, and I know that Linux is superior for running docker containers. The thing is that Windows handles all the permissions for you. An average Joe can get a docker container up and running on Windows. You need significantly more Linux-specific knowledge to get a container running on Linux, and the advice given by the community is often cryptic for beginners.

        • Then try podman! The podman desktop application by redhat is probably one of the nicest interfaces for container orchestration i’ve seen in a while, if not a little bare. Podman is rootless by design and there’s basically no configuration needed (for non-commercial purposes, anyway) besides loading up the gui, downloading your images, and spinning up whatever software you need.

    • The person is correct in this isn’t a Linux problem, but relates to your experience.

      Windows worked by giving everyone full permissions and opening every port. While Microsoft has tried to roll that back the administration effort goes into restricting access.

      Linux works on the opposite principle, you have to learn how to grant access to users and expose ports.

      You would have to learn this mental switch no matter what Linux task your trying to learn

      Dockers guide to setting up a headless docker is copy/paste. You can install Docker Desktop on Linux and the effort is identical to windows. The only missing step is

      sudo usermod -aG docker $user

      To ensure your user can access the docker host as a local user.

    • The only thing Linux needs is proper hardware marketed well globally.

      Linux needs to position itself to a market just like how ChromeOS did.

      That is just not what linux is doing.

      Convincing any one particular entity to do anything won’t mean luls for Linux market share, so much it will only make the lives of existing users more convenient

      • “Linux” isn’t doing that because it’s not a centralized capitalist entity like google. Red hat is the best positioned entity to do it but I’m not sure if they have the ability to lobby manufacturers, sign deals with them, and market the platform like google did. There has to be a strong centralized drive towards this. If the Linux sector supports the idea, a central org has to be formed to do it and the whole sector has to support it.