• 1 Post
  • 203 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle

  • FOSS developers don’t develop distros. Distro maintainers package that software into distros. Linux, KDE, GNOME, systemd, GNU software etc are just single pieces of the puzzle developed individually.

    The distro is closer to the old proprietary OS. So the enduser just has to learn other “new” software, the OS doesnt demand a learning curve but just replicates the Win/Mac experience.

    There’s always a learning curve with new things (software or otherwise). In case of Win why would we want to go back in time in usability? E.g. Cinnamon and KDE are far superior in UX compared to Windows. Also in Linux distros you can actually fix problems unlike in windows.

    I’ve been using Linux as a daily driver since 2018 (thanks Valve and Proton) and in my experience things just work (if they are supported) and thing like headset don’t just randomly stop working because reasons unlike in windows. In windows you then run some troubleshooter that can’t fix it, reboot several times while praying to whatever gods you like and hope for the best. If that doesn’t help you start searching online and only find vague instructions that might help but no solutions.

    Missing software compatibility

    What compatibility? If user insists on running some windows only software it’s expected to run into problems.

    the need to fall back on the commandline are just some of the problems.

    So? Even windows and macOS has a command line. It’s easier to help with problems if you instruct them to run some command (though running random commands of the web is not really a good idea security wise) then trying to navigate them to some gui which might not exist in their distro. Even in windows users are told to run commands in the command line to try and fix problems e.g. sfc /scannow and dism <whatever>.

    Now you are thinking: But just install Linux Mint and they probably do most of the things in their Browser anyways.

    In AD 2025 this is true in most cases. People just use social media, some webmail, youtube, read news etc. The OS is just there to start the web browser.


  • Was more talking about using any of them personally. They are quite unavoidable unfortunately when you have to do business with someone.

    Worse (?), another doctor of mine is using Gmail for all her email with her patients, email that is used to send and receive test results, share intimate informations,…

    This is quite the data breach. I’d take it up with the data protection officer of the company where the doctor work if applicable or with the national data protection agency. As a non-lawyer I’d say this is a breach of the GDPR and other laws. This doctor hands over highly confidential data to third parties.










  • natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps.

    Electron “apps” are just glorified web pages anyhow. Native applications do offer superior performance as they are AOT compiled code. The ones that are written in rust, c, c++ etc, and if they are gui applications use frameworks like QT or GTK+. They are called native since they are compiled to machine code and are directly executable in the cpu without any kind of runtime like electron browser, java or python.