Do you want to use your macbook as a lap-heater?

Do you want to use your macbook as a lap-heater?

How many times have you felt the coldness of a meeting room and wish you had brought a heater into the room. Now you can convert your macbook into a heater
Software Development
by Jey Geethan | August 28, 2019

Imagine that you are in cold conference room and you kind of feeling the cold on your head. What do you do when you are in a serious meeting and just can't get out?


If you have a MacBook, you might have a solution.


Use your terminal to run either of these commands to keep your CPU at above 80% or if you want you can run them both. Just by keeping the CPU above 80%, the laptop becomes heated up. We don't recommend doing this for a longer time as it might affect your Macbook. But for the occasional use, it doesn't matter.


$ openssl speed

or

$ yes > /dev/null


The first command just outputs the ssl cryptography stats and it keeps your cpu busy. The second command just prints the character "y" into IO.


So try it out and let us know how it works.


Jey Geethan

Jey Geethan is a poet, author and an entrepreneur.


Related Articles

Software Development

Show full file path in the title bar of Sublime and VS Code

by Jey Geethan | March 22, 2018
Show full file path in the title bar of Sublime and VS Code
If you feel that you want to show the full file paths in your favorite editors - Sublime Text and Visual Studio Code, follow the simple steps
Software Development

[.NET] ToolTip and "Cannot access a disposed object" exception

by Jey Geethan | December 12, 2008
[.NET] ToolTip and "Cannot access a disposed object" exception
The "Cannot access a disposed object" exception is a nightmare for .NET developers.