diff options
author | Alex Scerba <alex@scerba.org> | 2025-09-25 21:20:48 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-09-25 21:20:48 -0500 |
commit | 674aea0e547a59ae186f693b4688b86c0650d61c (patch) | |
tree | e7ebe9edc9f433626801cdd59804fd5daf9b024b /html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html | |
parent | 2ae9151a88e32d8d56b4605bb124f7204dfaba32 (diff) |
Fix spelling errors.
Diffstat (limited to 'html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html')
-rw-r--r-- | html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html b/html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html index 562d857..c3b42f5 100644 --- a/html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html +++ b/html/blog/2025-02-09+Reminder:_Maintain_Your_Hardware.tmpl.html @@ -7,16 +7,16 @@ <img src="/static/media/MacBook_Pro/MBP_Uncovered_1000.jpg" alt="Insides of a mid 2015 A1398 MacBook Pro filled with dust, dirt, and a swollen battery." width="1000" height="750" />
<figcaption>Dirty MacBook.</figcaption>
</figure>
- <p>Aside from the grime, the first thing I really paid attention to was the swollen battery. There cells were puffed enough to push open the bottem cover when just one of the screws was removed. Not good.</p>
+ <p>Aside from the grime, the first thing I really paid attention to was the swollen battery. There cells were puffed enough to push open the bottom cover when just one of the screws was removed. Not good.</p>
<figure>
<img src="/static/media/MacBook_Pro/MBP_Swollen_1000.jpg" alt="Profile shot of the battery highlighting the swollen cells." width="750" height="1000" />
<figcaption>Swollen cells.</figcaption>
</figure>
<p>I found a replacement battery on Amazon for just under $70, so I wrangled my pride and bought it. After removing the bomb, I could now focus my attention on the fan noise. This turned out to be a few things, but it seemed like the fans were ramping up for pretty basic web tasks and especially YouTube videos. The first two things to check are blocked fans/cooling fins and thermal paste application.</p>
- <p>The fans were able to spin, but not too freely, stoping shortly after "flicking" them. The left side fan was worse than the right.Aside from that, there wasn't too much dust blockage, just sediment coating the fan fins. Regardless, I pulled the heatsink, blew out the fins, and repasted the CPU & iGPU.</p>
+ <p>The fans were able to spin, but not too freely, stopping shortly after "flicking" them. The left side fan was worse than the right.Aside from that, there wasn't too much dust blockage, just sediment coating the fan fins. Regardless, I pulled the heat sink, blew out the fins, and re-pasted the CPU & iGPU.</p>
<p>After booting back into macOS, I noticed slightly better temps, but the fans still kept ramping up while watching YouTube. After some searching, I found the main culprit. Ambient mode. This feature is supposed to make the letterboxing less noticeable by bleeding colors from the video into the black bars. While interesting, it's very compute intensive especially on old hardware that was already thermally challenged to begin with. Toggling that off brought the fans down immediately.</p>
<p>And that's about it. A reminder to maintain your hardware, especially when it comes to lithium batteries. Don't let things get to the point of disaster, which this well could have.</p>
<p>Happy computing.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
-{{ end }}
\ No newline at end of file +{{ end }}
|