sovietknuckles [they/them]

  • 0 Posts
  • 50 Comments
Joined 4 years ago
cake
Cake day: July 26th, 2020

help-circle
  • I know AMD works better on linux in general but I am curious to follow the NVIDIA advancements as they go with the new open source kernel modules and stuff…

    How is it open source? In the history of the whole repository, there were 11 merged PRs in 2022 (when the project began), and no merged PRs after, even though lots of PRs have been submitted since then. There has never been an issue-fixing PR merged, and no issues or PRs are submitted by the maintainers of the project.

    A maintainer explains their workflow:

    Because we will be sharing this code with our proprietary driver, we won’t be developing in the open for now. So far, our strategy is to apply proposed changes to our internal code base, merge pull requests on github, and then do one NVIDIA github commit per driver release (and because the internal code base also contains the change, the release-time commit should not revert the merged pull request). It is not a great workflow, but we’re trying to navigate the constraints as best we can.

    All of their commits are tagged versions, none of which tell you in words what they did or what changed. As the maintainer says, they still do their actual development internally, and the GitHub repository does not contain that incremental work. Because the commits are releases only, there are only 66 commits on the main branch from May 2022 to the latest commit/release 2 weeks ago.

    So whatever benefit you were hoping to get from Nvidia’s kernel modules being open source probably is not there.



  • Wonder what will happen to Firefox if this ruling means Google can’t pay them to default to their search engine.

    Yahoo was Firefox’s default search engine between 2014 and 2017. It would have lasted longer, but Verizon’s acquisition of Yahoo prompted Mozilla to terminate it. They can sign a deal with another search engine if the deal with Google falls through. In China, Baidu is the default search engine, and in Russia, Yandex is.

    Certainly Google will be more careful after this ruling, but nothing will actually go into effect at least for several years, if it ever does, because Google is appealing.

    That’s a large chunk of their funding.

    That’s true. When Mozilla resumed their search deal with Google in 2017, Google provided 91% of their revenue. But the percent of Mozilla’s revenue derived from Google has decreased every year since then, most recently at 81% as of 2022.


  • IMO there’s nothing about Arch, or any other distro, that makes it worth using, beyond whatever goals you have. If Arch helps you accomplish that goals, great. If not, pick a different distro that does.

    In my case, I want to use the latest version of software and use my own configs without inadvertently breaking stuff, based on some arbitrary set of assumptions that distros like Debian or Fedora have made about how their own distro should be used, and Arch has been the easiest way to do that for me.

    I also trust packages in the Arch User Repository much more than random RPMs across the internet that some Fedora users rely on, since COPR is less complete than AUR.


  • Am I missing something? How can I make using Arch Linux my personality when once it’s set up it’s just like any other computer?

    IMO there’s nothing about Arch, or any other distro, that makes it worth using, beyond whatever goals you have. If Arch helps you accomplish that goals, great. If not, pick a different distro that does.

    In my case, I want to use the latest version of software and use my own configs without inadvertently breaking stuff, based on some arbitrary set of assumptions that distros like Ubuntu or Fedora have made about how their own distro should be used, and Arch has been the easiest way to do that for me.

    Also, as others have said, AUR and PKGBUILDs



  • In the Ubuntu world we would go to an LTS release but on the RPM/Dnf world is there any other distro apart from CentOS Stream?

    CentOS Stream is not a distro, it’s the carcass of the distro that Red Hat killed, CentOS. Stream is a beta testing program for RHEL, no more, no less. CentOS wasn’t even a Red Hat project originally, but Red Hat hired the maintainers of CentOS and gained control over it.

    When Red Hat killed CentOS, going revising CentOS 8’s previous end of life from the end of May 2029 to the end of December 2021, one of the original founders of CentOS, Gregory Kurtzer, started Rocky Linux as a replacement for what CentOS was supposed to be, an open source, binary-compatible version of RHEL. Rocky Linux works well for this purpose. I’ve heard that Alma Linux does, as well, but I have never tried it.

    I know that CentOS stream is more kind of a rolling release but… feels like an LTS distro in practice… or it is just me?

    CentOS Stream should not be used for anything beyond hobby projects. It is, by nature, buggier than Rocky Linux or RHEL, and it was never intended to be stable. And there’s no reason to use it: If you want more stable versions than Fedora, Rocky Linux works just fine.












  • Firefox Beta is for anyone who wants to use a version 1 month ahead of the latest stable Firefox version, and AFAIK it doesn’t have more telemetry than stable Firefox versions.

    Regardless, you can disable telemetry and studies by setting some preferences in about:config (or a user.js file):

    Preferences to set

    Source: https://github.com/arkenfox/user.js/blob/fd72683abe15/user.js#L131-L175

    Preference value
    datareporting.policy.dataSubmissionEnabled false
    datareporting.healthreport.uploadEnabled false
    toolkit.telemetry.unified false
    toolkit.telemetry.enabled false
    toolkit.telemetry.server data:,
    toolkit.telemetry.archive.enabled false
    toolkit.telemetry.newProfilePing.enabled false
    toolkit.telemetry.shutdownPingSender.enabled false
    toolkit.telemetry.updatePing.enabled false
    toolkit.telemetry.bhrPing.enabled false
    toolkit.telemetry.firstShutdownPing.enabled false
    toolkit.telemetry.coverage.opt-out true
    toolkit.coverage.opt-out true
    toolkit.coverage.endpoint.base
    browser.ping-centre.telemetry false
    browser.newtabpage.activity-stream.feeds.telemetry false
    browser.newtabpage.activity-stream.telemetry false
    app.shield.optoutstudies.enabled false
    app.normandy.enabled false
    app.normandy.api_url