• 9488fcea02a9@sh.itjust.works
      link
      fedilink
      arrow-up
      31
      ·
      5 months ago

      Some dude wrote a driver for the temp sensors on my motherboard… Then quit maintining it because people were being shitty

      https://github.com/a1wong/it87

      DRIVER REMOVAL NOTICE ===================== I have been unable to meet support demands for this driver, resulting in unpleasant experience and frustration for everyone involved. Consequently, the driver will be removed from github, effective August 1, 2018. Interested parties are encouraged to clone the driver before that time and to start maintaining it on their own.

    • umbrella@lemmy.ml
      link
      fedilink
      arrow-up
      5
      arrow-down
      3
      ·
      5 months ago

      Software discoverability on linux sucks so much omg. I was looking for something like coolercontrol for almost forever and I find it now that I dont need it anymore.

      • fmstrat@lemmy.nowsci.com
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        5 months ago

        Uh, really? I find it to be much easier. apt contains almost everything, and for a niche thing like yours, a Google for aio fans linux came back with the first result of a reddit thread including the above software, and liquidctl which it uses and is all over the place. I have way more trouble finding things for Windows, but maybe that’s because 98℅ of my use case isn’t gaming.

        • umbrella@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          5 months ago

          i searched it at the time and all i could ever find was fancontrol.

          which is fine and solved my problem, but 99% of niche linux software i use was found through forums like lemmy, on recommendation of other nerds. hardly a good way to find it quick.

          ideally searching a distros app store should find almost everything, more or less like android can do today.

          • fmstrat@lemmy.nowsci.com
            link
            fedilink
            English
            arrow-up
            3
            ·
            5 months ago

            While I agree with the sentiment, you’re comparing a mobile OS, built that way from the ground up, to a desktop OS. The same problem exists in Windows and MacOS.

            • umbrella@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              5 months ago

              it does, and we ain’t in the ideal world! heres the thing, on one hand they got more media covering them, but on the other they use an universal kind of installer.

              worse, some devs will spin .exes and .dmgs but on linux they wont even bother giving you an install script sometimes, let alone using flatpak which is a solution that fixes most of those problems.