KubeRoot

  • 0 Posts
  • 334 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle





  • KubeRoottolinuxmemes@lemmy.worldCommon Torvalds W
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    5
    ·
    2 days ago

    Context doesn’t matter because ultimately it’s directed at somebody and telling them to kill themselves. I don’t think he actually wanted that to happen, but he said it. It doesn’t make him a villain, but it’s something that shouldn’t happen.





  • From my point of view, the idea is simple. Assuming everything is working as intended:

    There are no phones with full keyboards. Nobody has made buttons that are reliable, small enough to form a keyboard on a phone, reasonable in price, and actually usable. A company now wants to make a phone with a keyboard. They have to do a lot of research and development, not knowing ahead of time if they will succeed, or if the project will fail.

    If there’s no patents, then the moment they succeed, other companies get to make phones with keyboards based on the same designs. The company actually putting in the work has to spend money, and is effectively punished for it, since other companies get to start similar projects without the risk and with an example to start from.

    The patent system instead means the company putting in the work and creating something new is rewarded - they get exclusivity on a specific development for a time, preventing other companies from undercutting them.

    The system isn’t perfect, but the truth is, a keyboard on a phone might seem obvious now, but somebody had to be the first to try, and the system encourages companies trying new things.








  • KubeRoottolinuxmemes@lemmy.worldMe who uses KDE default
    link
    fedilink
    English
    arrow-up
    5
    ·
    16 days ago

    In general, almost everything you install with pacman will update when you do pacman -Syu (and restart, in case of kernel updates). The way packages work, all the files needed for a piece of software to function are installed from a package, and when you install a newer version, it removes all the files from the old version and puts in new ones. (Caveats apply to configuration files you can modify - those don’t get replaced if you do)

    So after you update some software through pacman, it should be in an entirely clean state, just like if you just installed it. The main caveats apply to things like flatpak, which manage its own packages, and software like Steam and Discord, which have an additional auto-updater for some things that’s storing files separately.