He could get notarization and code signing for free if he puts it into Homebrew. I would love to get it via that distribution mechanism.
This is great to hear. Is there a similar free way for getting Windows signatures?
Building a macOS app to know when my Mac is thermal throttling
111–120 of 123 posts
Re: Building a macOS app to know when my Mac is thermal throttling
#112I 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.
Re: Building a macOS app to know when my Mac is thermal throttling
#113Earlier quoted context omitted.
It would be cool if the bottoms of MacBooks weren’t flat and instead wavy or rippling to increase surface area. There are probably a lot of cool designs (ayyyyy) you could machine in.
Is there a value to increasing surface area on the top or bottom case of a MacBook? I'd imagine most of the thermal management is achieved by fan-directed airflow through the internal heatsinks and convection through the keyboard.
Re: Building a macOS app to know when my Mac is thermal throttling
#114I 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.
I had the 2019 MacBook Pro i9 too. Applying thermal pads to the VRM module fixed the throttling problem. It was like a brand new computer, the one I thought I was purchasing. After buying it, I regularly had throttling issues. Nothing seemed to help. I tried all the recommended tricks but wasn’t getting anywhere. (I had two external monitors and using adobe creative suite back then.) I came across some forum posts ab…
Re: Building a macOS app to know when my Mac is thermal throttling
#115I 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.
I had that one with 64gb: got a new one twice but could not get it to act normal. It just got so incredibly hot, it was uncomfortable. It was one of my worst hardware purchases.
I don't remember it being super uncomfortably on my lap, though I almost exclusively wear very thick jeans so maybe I was somewhat shielded. It did get super hot.
Despite that, I did actually like the laptop a lot; it had a nice heavy weight to it, which was actually good for me since it felt very firm when I typed on it on my desk, and the keyboard was nice to type on. It benefited from low expectations because the laptop it was replacing was an Asus that was such a piece of shit that I swore a blood oath that I would never give Asus money ever again, which I have not broken.
Re: Building a macOS app to know when my Mac is thermal throttling
#116I really wish Apple uses Vapour Chamber cooling for next MacBook Air M5. On my MacBook Pro, I have come to the conclusion that Apple priorities low noise level over heat dissipation. And I have my Mac fan control to have a minimum fan speed.
Vapor chamber only helps with bursts of usage. It’s just that the heat gets transferred faster. Transferred where is the correct question to ask. To the aluminium body is the answer. Now, how much time it takes to heat that body completely (ie: to reach equilibrium with the environment) and once in equilibrium, how much joules (or watts) can the body dissipate into the environment without burning the person’s lap is…
Re: Building a macOS app to know when my Mac is thermal throttling
#117Earlier quoted context omitted.
Is there a value to increasing surface area on the top or bottom case of a MacBook? I'd imagine most of the thermal management is achieved by fan-directed airflow through the internal heatsinks and convection through the keyboard.
Well the MacBook Air has no fans so it’s a different beast from a design perspective. If I recall, at least with an earlier m series MacBook, notably improved performance could be gained by inserting a thermal pad between the chassis’ bottom panel and the compute module. Apple probably didn’t do this in an effort to avoid uncomfortably hot temperatures contacting people’s thighs.
It's really cool that performance cores are the same between base, Pro, Max (, Ultra) chips of a generation. That really feels like Apple did it right.
Re: Building a macOS app to know when my Mac is thermal throttling
#118Re: Building a macOS app to know when my Mac is thermal throttling
#119He could get notarization and code signing for free if he puts it into Homebrew. I would love to get it via that distribution mechanism.
This is great to hear. Is there a similar free way for getting Windows signatures?
If your target is enterprise users convince IT users of its value and they will eventually make exceptions in their orgs for it no matter what signed or not.