this post was submitted on 28 Jan 2024
1592 points (99.1% liked)

linuxmemes

21019 readers
322 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] passepartout@feddit.de 116 points 8 months ago (3 children)

    Shoutout to this guy for maintaining my mainboards temperature sensors and pwn fan headers: https://github.com/Fred78290/nct6687d

    Without this and https://github.com/codifryed/coolercontrol my PC was either a jet engine from the sounds or a nuclear reactor from heat constipation.

    [–] tburkhol@lemmy.world 39 points 8 months ago (1 children)

    Fred78290 is the man. Much better than Fred78920

    [–] rob_t_firefly@lemmy.world 37 points 8 months ago* (last edited 8 months ago) (1 children)

    Of course he's better, he's a whole 630 Freds above the other one.

    [–] XTL@sopuli.xyz 4 points 8 months ago

    But on the whole, every Fred counts.

    [–] 9488fcea02a9@sh.itjust.works 30 points 8 months ago (2 children)

    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.

    [–] SteveTech@programming.dev 8 points 8 months ago (1 children)

    This guy still maintains it87: https://github.com/frankcrawford/it87

    I've was using his for years on my old motherboard, since the mainline it87 didn't play nicely.

    [–] SteveTech@programming.dev 2 points 8 months ago

    Thought I should mention, he is also slowly adding his changes to the mainline kernel.

    [–] passepartout@feddit.de 7 points 8 months ago

    Wow, thats just plain stupid. I hope someone forked it.

    [–] umbrella@lemmy.ml 2 points 8 months ago (1 children)

    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 4 points 8 months ago (1 children)

    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 4 points 8 months ago* (last edited 8 months ago) (1 children)

    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 3 points 8 months ago (1 children)

    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 1 points 8 months ago* (last edited 8 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.