Warming up a 2019-era (Intel) MacBook Pro was never my problem. Quite the opposite. Those machines ran notoriously hot. The later macOS releases, combined with company-mandated crapware, made it worse. Doing an ordinary build or starting a videoconferencing session was enough to cause the fans to run. On a warm day the fans couldn’t shed enough heat and so the system would go into thermal throttling. The OS would occupy a core with a 100% kernel_task that didn’t do any work but which would serve to prevent actual work from being scheduled onto that core. When four or five out of the six cores were occupied by kernel_task, I knew I was in for a bag of hurt (to steal a phrase from Steve Jobs). Responsiveness went completely to hell. The machine became effectively unusable.
After a while my normal procedure was to run with the thing sitting on top of an ice pack. That would let me run a 60-90 minute video conference without troubles.
The only redeeming feature of these machines is that they could emulate old x86 hardware at speed. That allowed me to run old apps on old OSes without having to keep old hardware running.
reitzensteinm [3 hidden]5 mins ago
I had Windows and Mac laptops back then, and the HN snobbishness around the superiority of the Mac was genuinely baffling.
My i9 2019 MBP with discrete graphics was probably the worst laptop purchase I ever made. Docking it to an external monitor would enable the GPU, so even when idling it would run the fans and drain the battery.
I’d read cautionary tales about Windows laptops being pulled out of backpacks scorching hot as they failed to shut down. But that happened to my Mac all the time, too.
The M series though is incredible. I can’t imagine buying a Windows laptop now.
smarks [3 hidden]5 mins ago
Oh yeah, I forgot about the graphics.
I had (and still have) a 4k external monitor. Naturally I wanted the MBP to drive the monitor with a resolution that took advantage of all the pixels. Unfortunately with most monitor settings the GPU power consumption would produce enough heat to run the fans even if the rest of the system was completely idle! If I set the output to full HD the GPU would cool down and the fans would turn off. But full HD on a 4k monitor is a waste.
It was very strange. I could drive the monitor at 4k but with the image upside down, and the power consumption would be low. But flip the image right side up and it would run hot and turn on the fans.
It took a couple weeks of fiddling, but I finally found a combination of refresh rate, resolution, image orientation (right side up!), and cabling that let me drive the monitor at high resolution without running the fans. What a pain.
(I used iStat menus to monitor GPU power consumption. At “good” settings it consumed about 5w. At “bad” settings it would consume 17w. At a bad setting you could immediately see the various temperatures go up and the fans spinning up to compensate.)
pja [3 hidden]5 mins ago
The i9 was notorious. Would thermally throttle almost instantly & for any sizeable build job would end up slower than the i7 IIRC.
Intel really made themselves unpopular with Apple during that period.
aeyes [3 hidden]5 mins ago
> Intel really made themselves unpopular with Apple during that period.
You can't tell me that this wasn't known by Apple before shipping the product. Why did they not provide adequate cooling for the CPU?
close04 [3 hidden]5 mins ago
> Intel really made themselves unpopular with Apple during that period.
Intel just reenacted IBM's history with Apple, particularly the G5 era. That CPU was instantly a no-go for anything mobile. In workstations it was cranked ever higher with very poor power-frequency scaling, needing water cooling for the beastly 200W idle power consumption and close to 1kW full throttle.
That went well so was a perfect role model for Intel's i9.
mfro [3 hidden]5 mins ago
It was a truly ridiculous idea to put an i9 in any laptop. That generation of i9 is difficult to cool even with liquid cooler systems in big ATX cases.
carlosjobim [3 hidden]5 mins ago
Apple hardware quality on the laptops was bottom tier during the 2016-2019 "butterfly" era. There's no denying.
jorgeleo [3 hidden]5 mins ago
i decided to do an experiment and try to run an LLM in my old 2013 MBP. i7, 16 gb mem, 1 tb hd.
Installed Linux mint Xfce Edition for lightness, installed ollama, start to test different models. Gemma4 e4b runs perfectly fine, exposed it to the network, connected to it with my current notebook and use vs code codex to start to run inference.
For about 30 minutes of bliss, this setup work at a reasonable speed... then the MBP shut it self down. It was so hot that it trigger the safety mechanism, the fans sounded like the laptop was about to take off.
I though on leaving it on inside the fridge, but then the WIFI wouldn't reach.
On the other hand, my wife saw all this and offer to buy me an M5... the experiment didn't work as intended, but it did work.
bartread [3 hidden]5 mins ago
On a laptop that old it might be worth opening it up to blow all the dust out with a compressor or air duster. I’ve often found that to work wonders on old MacBook Pros.
The other issue is that unless the battery has been replaced relatively recently its charging efficiency may not be that great and the high load being placed on it might be causing it to get hotter than it would have done when new.
tacomagick [3 hidden]5 mins ago
Could be in need of a thermal paste refresh etc.?
recursivecaveat [3 hidden]5 mins ago
My Intel MBP would noticeably raise the whole room's temperature, while the fans ran so loud. We had some corporate security software that would occasionally go haywire and lock up 100% of a core until you rebooted. If you got that at the same time as a video call it would become too physically painful to touch any part of the metal body with bare skin.
blackoil [3 hidden]5 mins ago
Those were John Ive era laptops where form ruled function. Poor thermal, less ports, less keys were all features.
philistine [3 hidden]5 mins ago
Form always ruled function with Jony Ive, but he always had a good eye for the way compromises shook out. During that era, Ive was creatively checked out but Cook kept him on to maintain the stock price.
alexwwang [3 hidden]5 mins ago
Maybe the same type. Each time I call the LLM api the fan starts to work and make big noise. The temperature in the room is going up noticeably for 1-2 degrees.
embedding-shape [3 hidden]5 mins ago
> Each time I call the LLM api the fan starts to work and make big noise
So every time you do HTTP calls? Nothing there should spin up your fans, unless you use an agent with an horribly broken TUI, I've heard there is a few of those out there. But remotely calling LLM APIs really shouldn't be taxing on your local device, something somewhere is wrong/bad if that's what you're seeing.
alexwwang [3 hidden]5 mins ago
If the horribly broken TUI you mentioned is OpenCode, I’d say yes. That’s exactly what I am experiencing.
embedding-shape [3 hidden]5 mins ago
Sure, if that's what you're using, then that's definitively buggy, unless it's doing compilation or something actually using your resources, just making HTTP calls shouldn't be heavy for your computer. Claude Code was mainly what I was thinking about, as it similarly broken, but I'm sure there are more out there as most of them seem vibe-coded at best.
alexwwang [3 hidden]5 mins ago
Yes. Whatever *code, the same when they are working. The node.js backend is awful.
Filligree [3 hidden]5 mins ago
Is it a local LLM? Sibling seems to be assuming remote, but I have trouble imagining a TUI that inefficient.
alexwwang [3 hidden]5 mins ago
No. Simply the rest api call in opencode tui. I don’t know why maybe the mbp is too old, at least it served 6 years +.
whalesalad [3 hidden]5 mins ago
This is like setting the high idle in winter to get your air pressure up lol
dnnddidiej [3 hidden]5 mins ago
For those without spacebar heating?
mrtksn [3 hidden]5 mins ago
They broke that workflow in a recent update. Software these days is horrendous
How big is the risk of condensation when you bring a cold laptop inside?
All their spec sheets say they support up to x% _non-condensing_ humidity, which I’m guessing is about the dew point?
vibcdingenjoyer [3 hidden]5 mins ago
I’ve always been told to let electronics and musical instruments slowly warm up in their case after bringing them inside. Supposedly reduces the chances of condensation forming.
ericpauley [3 hidden]5 mins ago
The uncomfortable fact about the mentioned Wisconsin winters is that inside dew point tends to be quite low.
ralphc [3 hidden]5 mins ago
I still use a 2019 MacBook Pro, in 2026 I found the best way to warm it up was to use it daily and not blow the dust out of it for 7 years. After I opened it up and did that it's running a lot cooler.
reboot81 [3 hidden]5 mins ago
Looking forward to the follow up: How to Quickly Cool Down Your MacBook
sunrunner [3 hidden]5 mins ago
Just do the trick in reverse, surely?
yes no > /dev/null
why_at [3 hidden]5 mins ago
No you have to get the yesses back out
cat /dev/null | yes
kotaKat [3 hidden]5 mins ago
You might have to load in maybe.so for that to work though.
crote [3 hidden]5 mins ago
Unironically, yes.
My M3 Macbook Pro's palm rests get uncomfortably warm during regular IDE use. It doesn't get hot enough to spin up a fan, but it is enough to be distracting.
asimovDev [3 hidden]5 mins ago
interesting. for me only the bottom and the top part above the keyboard gets warm during my work. 16inch model. Is yours the 14inch one?
crote [3 hidden]5 mins ago
14 inch, running primarily IntelliJ IDEA and Firefox. Around 10% CPU use most of the time, with of course the occasional spike for compilation.
It's not hot, but with 22C ambient it is enough of a rise to be annoying.
nottorp [3 hidden]5 mins ago
I have the 14 inch and i've never felt it go warm.
I think the real question is what IDE we're talking about.
asimovDev [3 hidden]5 mins ago
I am mostly in PHPStorm with several projects open + sometimes I have Xcode and/or Android Studio open as well
nottorp [3 hidden]5 mins ago
Haven't used PHPStorm but I know Android Studio does a lot of stuff in the background so I wouldn't be surprised if other JetBrains IDEs do the same. Although PHP isn't compiled...
asimovDev [3 hidden]5 mins ago
There's still indexing, linting and code analysis tools running as well as multiple Docker containers (those are pretty much idle outside of running tests or migrations to be fair) and whatever else it could be doing in the background.
I spend 95% of the time with just PHPStorm and other stuff like the terminal, slack and ticketing open. And the browser of course (safari). Xcode and Android Studio are rarely opened. Mostly when I want to test out something in the apps that isn't on testflight / firebase yet.
ge96 [3 hidden]5 mins ago
Strap a thermopile and a peltier on that bad boy
Cthulhu_ [3 hidden]5 mins ago
Modern Macbooks have this issue, the other day I realised I had never heard the fans of it run, so I was wondering if they actually worked.
Found a web based benchmark tool that will run your CPU and GPU at 100% each. While temperatures went up to 90 degrees science... still no fans. Ended up installing a different utility to manually set the fan speed to confirm they worked.
I don't know what they did but it's good.
nickdothutton [3 hidden]5 mins ago
May I introduce you to local LLMs?
crefiz [3 hidden]5 mins ago
Care to share the name of both tools? Cheers
mexicocitinluez [3 hidden]5 mins ago
Slightly quicker way to do this is opening Microsoft Teams.
HDBaseT [3 hidden]5 mins ago
For years at work I've been just using Cinebench as a hand warmer on various Macbooks.
hakkoru [3 hidden]5 mins ago
I always enjoyed using the power brick to warm up
waterhouse [3 hidden]5 mins ago
Multithreaded:
seq 1 20 | xargs -Iqq -n1 -P0 yes >/dev/null
dasKrokodil [3 hidden]5 mins ago
Speaking of cold weather and warming up computers... I've had my fair share of long bicycle commutes during cold winters and I always wondered whether booting up the laptop right after arriving has any effect on the long-term reliability? Like, are there any components which suffer from being activated when they're really cold?
Filligree [3 hidden]5 mins ago
It increases the chance of solder cracks, which is one major cause of failure. Thermal cycles in general will do that, however, and home computers are designed to survive a lot of them.
So overall it’s not something I’d worry about.
Tade0 [3 hidden]5 mins ago
The battery might need warmup, but it would have to be significantly below freezing outside to affect it.
Electrolytic capacitors can freeze up but again, you'd need a Yakutia-like environment for it to actually pose a concern.
Lastly I've heard of circuit boards warping from going from really cold to really hot, but those were power components.
ivanjermakov [3 hidden]5 mins ago
At the first half of your comment I thought you would suggest using laptop as a back heater during cold weather rides!
nottorp [3 hidden]5 mins ago
I always leave the laptop untouched for at least 10 minutes when coming in from the cold. Don't know if it helps but it makes me feel better.
lebuin [3 hidden]5 mins ago
I try to leave my laptop untouched for as much as I possibly can. Definitely makes me feel better too.
jvuygbbkuurx [3 hidden]5 mins ago
I just need to build our monorepo
Onavo [3 hidden]5 mins ago
I think any next.js project will do the trick
p0w3n3d [3 hidden]5 mins ago
Does this work with M series ? M series is much colder and my fingers hurt <sob>
paul_knox [3 hidden]5 mins ago
Just run Intel (x86) apps via Rosetta 2 in the background. You’ll feel that classic Intel warmth coming right back.
gizajob [3 hidden]5 mins ago
Running an LLM in the background is the contemporary version of this.
Hobadee [3 hidden]5 mins ago
I'm from California... What is this "cold" you speak of?
nottorp [3 hidden]5 mins ago
You don't know how right you are. I don't think Apple ever tests their hardware outside the CA climate.
xgkickt [3 hidden]5 mins ago
“Designed in California, for Californians” was too long.
isomorphic [3 hidden]5 mins ago
Floridian. I thought "frozen lake" was some sort of Intel CPU reference.
int0x29 [3 hidden]5 mins ago
The Donner Party begs to differ
jerlam [3 hidden]5 mins ago
I think my last Macbook was Wisconsin-locale instead of California. Closing the lid and putting it to sleep actually caused it to heat up (until the battery died).
simulator5g [3 hidden]5 mins ago
It had the soul of a PC
splittydev [3 hidden]5 mins ago
Alternatively, you could try compiling an Xcode project. That should do the trick as well.
kristianp [3 hidden]5 mins ago
Or you could get a laptop that doesn't have an metal shell, like a thinkpad.
simulator5g [3 hidden]5 mins ago
Or just leave the machine plugged in and turned on for like 5 minutes while you grab a coffee or have a conversation. It doesn't really take that long to warm up to room temperature. Unless this guy is like biking 15 miles to work in the winter in which case, he is doing Wisconsin wrong, you're supposed to drive to work with a beer to warm you up.
Cassell [3 hidden]5 mins ago
they often have a magnesium bottom shell
mark242 [3 hidden]5 mins ago
npm install
niklasbuschmann [3 hidden]5 mins ago
> openssl speed
daneel_w [3 hidden]5 mins ago
while true; do openssl speed ecdsap384 -multi 2; done
mcfedr [3 hidden]5 mins ago
yes only writes y, not the whole word yes
fnord77 [3 hidden]5 mins ago
unless you type
yes yes
moralestapia [3 hidden]5 mins ago
Won't work on M processors, (un)fortunately.
dajonker [3 hidden]5 mins ago
I recently installed an app to manually activate the fans on my MacBook Pro M1 Pro as I've never been able to trigger them over the past 4+ years. Just to check whether the fans even work (they do).
amluto [3 hidden]5 mins ago
You must be using only lame languages like C or Go or Python that aren’t optimized for laptop warming during compilation. Try using a Real Language with a Real Compiler, like C++ or Rust or Swift, and build decent-sized projects using all cores.
(All joking aside, this is why I have a MacBook Pro. Compilation easily hits the Air’s thermal limits and the performance boost on the Pro with its fan is impressive.)
asdff [3 hidden]5 mins ago
I get them going full blast in 2 minutes from cities skylines.
woozlewuzzle [3 hidden]5 mins ago
You could also build Chromium from source. It makes my M1 Max's fans sing.
tom_ [3 hidden]5 mins ago
I left my Mac Studio running at 100% CPU on all cores for 14 hours, and the case ended up noticeably warm to the touch. It is possible!
Honestly m1 was very cool no matter what workload you threw at it but at this point m4 max does get pretty hot even with just web browsing.
gpm [3 hidden]5 mins ago
I've definitely had my m1 air get uncomfortably hot to touch - particularly right above the keyboard. (While doing developery things)
inventor7777 [3 hidden]5 mins ago
Can't say I've ever thought of a word like "developery", but now that I've seen it I like it a lot :-)
Traubenfuchs [3 hidden]5 mins ago
In homeoffice I always work in the nude and the cold metal of my macbook pro hurts my thighs…
diimdeep [3 hidden]5 mins ago
Or something useful, save space, compressing some talk or edu video, just 6 fps is usually enough for slides or code, opus audio can go as low as 32k and still be decent compared to source quality, expect 10-15x size reduction
Needs 2019 in title, this is Intel MacBooks not Apple Silicon.
dunham [3 hidden]5 mins ago
I've found that Baldur's Gate 3 will warm up my apple silicon (everyday tasks do not).
Analemma_ [3 hidden]5 mins ago
Is that running on Rosetta 2? Rosetta 2 does (or did, maybe it's removed now) a fine job running x86 code on Apple Silicon, but boy was it cycle-hungry to do it.
asimovDev [3 hidden]5 mins ago
BG3 is a native game, they dropped x86 support shortly after launch on macOS (or maybe even in beta)
dangus [3 hidden]5 mins ago
Apple Silicon is not really the simultaneously silent and quiet and cool system it was in the M1 days.
If you get a MacBook Air it will get quite toasty at throttling limits. After all, it has no fan.
MacBook Pro models and Apple computers in general tend to favor quiet operation over keeping the laptop surface cool.
Many PC gaming laptops go out of their way to keep warm air off the keyboard deck with a high willingness to use fan noise to accomplish that since the assumption is that you’re resting your hands on the computer for an extended period and you have headphones on for your game anyway.
dunham [3 hidden]5 mins ago
I probably should have clarified that I'm on an M1 then (a macbook pro, so there is a fan). I didn't realize the newer ones get warmer.
ciupicri [3 hidden]5 mins ago
[flagged]
rogerrogerr [3 hidden]5 mins ago
The target market of the "Neo crap" doesn't care and/or isn't pushing workloads that come anywhere near saturating it. It's a laptop that doesn't bend, has a decent screen, has a decent battery, and isn't full of adware.
ciupicri [3 hidden]5 mins ago
The article was about warming up a laptop. Neo can do it too.
rogerrogerr [3 hidden]5 mins ago
And your comment was calling it crap for some reason. We wouldn’t be having this conversation if you’d left that apparently superfluous word out of your comment.
inventor7777 [3 hidden]5 mins ago
How does the Neo getting to 100°C make it crap? By that logic, aren't all older Intel/x86 chips crap? If anything, I find it impressive that a small laptop CPU can do 100°C without a problem...my i7-7700T M710qs hit 75°C and throttle within a minute if I use a tool like y-cruncher or stress-ng. To be fair, totally different purpose.
wtallis [3 hidden]5 mins ago
For a very long time now, it has been the case that in the short term most processors will boost high enough for the die to reach around 100°C. When you see a reading substantially lower than that like your example of 75°C, either the system has throttled for a reason other than processor die temperature (eg. throttling to limit the temperature of the outer case of the machine) or the temperature reading you're seeing does not correspond to the hottest part of the chip and the throttling is based on the presumption that a different part of the chip that is not directly monitored will be much hotter.
In the specific case of the i7-7700T, the "T" suffix for Intel CPUs usually means you have mainstream desktop silicon with arbitrarily reduced long-term turbo limits, intended to be used in small form factor PCs with limited cooling capacity. Its limitation to 35W sustained and official Tj max of 80°C are artificial and essentially fiction, and the same silicon will readily do 91W sustained with a Tj max of 100°C as seen on the i7-7700K.
Processor temperature under load tells you almost nothing about the power draw or efficiency of the chip, because the temperature can be controlled to almost any value desired through a combination of varying cooling effort and varying clock speeds.
fastjack42 [3 hidden]5 mins ago
Now do the opposite for the summer! Show me a command line that cools down the machine! ;)
1e1a [3 hidden]5 mins ago
Another (more useful) option is to render an animation in Blender, or run a local LLM.
ale [3 hidden]5 mins ago
Honestly i prefer my macbook frosty
selimthegrim [3 hidden]5 mins ago
Sir, this is a Wendy's
villgax [3 hidden]5 mins ago
This is now running Cyberpunk or an LLM locally
traceroute66 [3 hidden]5 mins ago
To be fair, the fundamental problem here is the author's resting of wrists to type.
This applies to any computer, Apple, Windows or Linux. Desktop or laptop.
If your typing on any computer is dependent on you resting your wrists whilst typing then it is indicative of poor typing technique and/or posture.
And ironically the very thing you think you're trying to prevent by resting your wrists (carpel tunnel and/or strain) is likely to be aggravated by over-reliance on wrist wrests due to the added pressure on the wrist.
After a while my normal procedure was to run with the thing sitting on top of an ice pack. That would let me run a 60-90 minute video conference without troubles.
The only redeeming feature of these machines is that they could emulate old x86 hardware at speed. That allowed me to run old apps on old OSes without having to keep old hardware running.
My i9 2019 MBP with discrete graphics was probably the worst laptop purchase I ever made. Docking it to an external monitor would enable the GPU, so even when idling it would run the fans and drain the battery.
I’d read cautionary tales about Windows laptops being pulled out of backpacks scorching hot as they failed to shut down. But that happened to my Mac all the time, too.
The M series though is incredible. I can’t imagine buying a Windows laptop now.
I had (and still have) a 4k external monitor. Naturally I wanted the MBP to drive the monitor with a resolution that took advantage of all the pixels. Unfortunately with most monitor settings the GPU power consumption would produce enough heat to run the fans even if the rest of the system was completely idle! If I set the output to full HD the GPU would cool down and the fans would turn off. But full HD on a 4k monitor is a waste.
It was very strange. I could drive the monitor at 4k but with the image upside down, and the power consumption would be low. But flip the image right side up and it would run hot and turn on the fans.
It took a couple weeks of fiddling, but I finally found a combination of refresh rate, resolution, image orientation (right side up!), and cabling that let me drive the monitor at high resolution without running the fans. What a pain.
(I used iStat menus to monitor GPU power consumption. At “good” settings it consumed about 5w. At “bad” settings it would consume 17w. At a bad setting you could immediately see the various temperatures go up and the fans spinning up to compensate.)
Intel really made themselves unpopular with Apple during that period.
You can't tell me that this wasn't known by Apple before shipping the product. Why did they not provide adequate cooling for the CPU?
Intel just reenacted IBM's history with Apple, particularly the G5 era. That CPU was instantly a no-go for anything mobile. In workstations it was cranked ever higher with very poor power-frequency scaling, needing water cooling for the beastly 200W idle power consumption and close to 1kW full throttle.
That went well so was a perfect role model for Intel's i9.
Installed Linux mint Xfce Edition for lightness, installed ollama, start to test different models. Gemma4 e4b runs perfectly fine, exposed it to the network, connected to it with my current notebook and use vs code codex to start to run inference.
For about 30 minutes of bliss, this setup work at a reasonable speed... then the MBP shut it self down. It was so hot that it trigger the safety mechanism, the fans sounded like the laptop was about to take off.
I though on leaving it on inside the fridge, but then the WIFI wouldn't reach.
On the other hand, my wife saw all this and offer to buy me an M5... the experiment didn't work as intended, but it did work.
The other issue is that unless the battery has been replaced relatively recently its charging efficiency may not be that great and the high load being placed on it might be causing it to get hotter than it would have done when new.
So every time you do HTTP calls? Nothing there should spin up your fans, unless you use an agent with an horribly broken TUI, I've heard there is a few of those out there. But remotely calling LLM APIs really shouldn't be taxing on your local device, something somewhere is wrong/bad if that's what you're seeing.
they're doing what to my CPU????
Also, pour one for the death of the analog speedo. Peg the needle, no more!
Edit: https://sasakaranovic.com/projects/diy-analog-resource-monit...
All their spec sheets say they support up to x% _non-condensing_ humidity, which I’m guessing is about the dew point?
My M3 Macbook Pro's palm rests get uncomfortably warm during regular IDE use. It doesn't get hot enough to spin up a fan, but it is enough to be distracting.
It's not hot, but with 22C ambient it is enough of a rise to be annoying.
I think the real question is what IDE we're talking about.
I spend 95% of the time with just PHPStorm and other stuff like the terminal, slack and ticketing open. And the browser of course (safari). Xcode and Android Studio are rarely opened. Mostly when I want to test out something in the apps that isn't on testflight / firebase yet.
Found a web based benchmark tool that will run your CPU and GPU at 100% each. While temperatures went up to 90 degrees science... still no fans. Ended up installing a different utility to manually set the fan speed to confirm they worked.
I don't know what they did but it's good.
So overall it’s not something I’d worry about.
Electrolytic capacitors can freeze up but again, you'd need a Yakutia-like environment for it to actually pose a concern.
Lastly I've heard of circuit boards warping from going from really cold to really hot, but those were power components.
(All joking aside, this is why I have a MacBook Pro. Compilation easily hits the Air’s thermal limits and the performance boost on the Pro with its fan is impressive.)
If you get a MacBook Air it will get quite toasty at throttling limits. After all, it has no fan.
MacBook Pro models and Apple computers in general tend to favor quiet operation over keeping the laptop surface cool.
Many PC gaming laptops go out of their way to keep warm air off the keyboard deck with a high willingness to use fan noise to accomplish that since the assumption is that you’re resting your hands on the computer for an extended period and you have headphones on for your game anyway.
In the specific case of the i7-7700T, the "T" suffix for Intel CPUs usually means you have mainstream desktop silicon with arbitrarily reduced long-term turbo limits, intended to be used in small form factor PCs with limited cooling capacity. Its limitation to 35W sustained and official Tj max of 80°C are artificial and essentially fiction, and the same silicon will readily do 91W sustained with a Tj max of 100°C as seen on the i7-7700K.
Processor temperature under load tells you almost nothing about the power draw or efficiency of the chip, because the temperature can be controlled to almost any value desired through a combination of varying cooling effort and varying clock speeds.
This applies to any computer, Apple, Windows or Linux. Desktop or laptop.
If your typing on any computer is dependent on you resting your wrists whilst typing then it is indicative of poor typing technique and/or posture.
And ironically the very thing you think you're trying to prevent by resting your wrists (carpel tunnel and/or strain) is likely to be aggravated by over-reliance on wrist wrests due to the added pressure on the wrist.