• 17 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle




  • floofloof@lemmy.catoLinux@lemmy.mlWhat happened to elementary OS?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    8 days ago

    Yes, in addition to MS Office, MacOS is particularly used by a lot of people who work in art or music, and none of the programs they use professionally for that will run on Linux. You can’t just go it alone with free software when all your colleagues expect you to use proprietary tools. And what people like about MacOS is that it is reliable for running these programs with a minimum of fuss, has a solid low-latency sound system (for musicians), and has easy access to Apple features like cloud backup. Imitating its desktop brings none of that.











  • As one of the other quotes suggested: fork the kernel project and rewrite it entirely in Rust

    That’s not practically possible given the scale of the kernel. And doing a total rewrite is almost always a recipe for getting stuck and, if you ever create anything, creating something worse.

    Replacing C with Rust in the upstream kernel is akin to replacing the engine in a car while it’s running or being used every day.

    Almost all real-world software development is like this. That’s what we do.













  • Microsoft fired its entire QA team 10 years ago, and shifted the responsibility for testing onto developers. They also got rid of their dedicated hardware lab where software would be tested on many different hardware combinations.

    I have worked in two companies that made the same move of firing QA, and in both the quality of the released software took a marked dive. (In neither company did senior management admit that what everyone warned them would be a mistake was a mistake. Instead they blamed developers.)

    These days Microsoft’s testing team is whichever users receive each update first. They rely on users and telemetry to do what should be the job of dedicated testers.