Building a macOS app to know when my Mac is thermal throttling
51–60 of 123 posts
Re: Building a macOS app to know when my Mac is thermal throttling
#52you could easily put this in the App Store (maybe?) and I'd have thrown a few bucks your way.
Re: Building a macOS app to know when my Mac is thermal throttling
#53Earlier quoted context omitted.
This could be total nonsense and I am definitely out on a limb here, but I remember from my amateur crypto mining days (almost 15 years ago wow) that keeping everything relatively consistent is better for the longevity of your hardware (GPU/CPU mainly). Some people obsessed over getting temps as low as possible but that’s not very productive, diminishing returns and all of that. There is just generally a healthy temp…
You're speaking the truth, as this is not nonsense - it is correct. At the micro level, thermal expansion/contracting is occurring across the variety of the circuit board materials and components. Hot is fine (not too hot), but it is the consistency that makes for longetivity. I limit power consumption profiles and clock speeds unless higher power is required, and combine that with an oversized cooling system - keeps…
Re: Building a macOS app to know when my Mac is thermal throttling
#54Seems like good work. From what I've heard developing on MacOS has not gotten easier over the years. I do question the point, though. I suppose there's merit in knowing if your configuration causes thermal throttling, but what are you able to do about it? There's no fan profile to tweak or anything. Can you undervolt them?
Re: Building a macOS app to know when my Mac is thermal throttling
#55Seems like good work. From what I've heard developing on MacOS has not gotten easier over the years. I do question the point, though. I suppose there's merit in knowing if your configuration causes thermal throttling, but what are you able to do about it? There's no fan profile to tweak or anything. Can you undervolt them?
I use TG Pro on my Macbook Pro to auto-cool my Mac. It drives me crazy that Apple lets your Mac burn to a crisp before kicking on the fans.
Re: Building a macOS app to know when my Mac is thermal throttling
#56Site appears to be hugged to death, repo is: https://github.com/angristan/MacThrottle
Oops, I fixed it, I have not very important Cloudflare Workers in front of the blog (which is on Cloudflare Pages) and somehow they were in fail closed mode and not fail open :(
Re: Building a macOS app to know when my Mac is thermal throttling
#57This would be a really useful thing to indicate via an unobtrusive LED on the chassis somewhere.
Re: Building a macOS app to know when my Mac is thermal throttling
#58 function isThermalThrottling() {
return true;
}
Seriously, I loved that computer for the most part but I was a little annoyed that I paid a lot of money for the i9 CPU just to get worse performance than the i7.Re: Building a macOS app to know when my Mac is thermal throttling
#59I had the 2019 Macbook Pro i9, so I think a function to determine thermal throttling could be written very simply: function isThermalThrottling() { return true; } Seriously, I loved that computer for the most part but I was a little annoyed that I paid a lot of money for the i9 CPU just to get worse performance than the i7.