-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/MAInformatico/MAInformati…
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
title: Optimize your laptop battery | ||
author: Migue | ||
--- | ||
Battery consume has been one of the issue, if not the unique, during my student period at university. I got an exam of a subject called AI agent development that allow us to use our own laptop before a previous check by our lecture to ensure that you do not have internet access. | ||
|
||
However we did not have enough socket on the classroom. This means that you cannot charge the battery of your laptop. So if the battery is over, your laptop is shutdown. | ||
|
||
Several years ago, operative systems, hardware etc have been optimized so the consume can be adjusted to your needs. That's how I have found [tpl](https://linrunner.de/tlp/index.html) package for Linux. | ||
|
||
This package allow us to adjust and optimize the consume of our battery adjusting our hardware, desactivating service we do not need right now (bluetooh, wifi etc). The difference before and after use this package is significant. | ||
Before tpl: 1:40 hours | ||
After tpl : 4:45 hours | ||
|
||
|
||
The difference is really important it is a good tool for students and developers that needs to spend time for example in a plane or any other situation that you must work and you cannot connect your laptop. | ||
|
||
So, I hope that this info can be useful to you. | ||
> "I do not have time to waste with lazy people (KB)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: post | ||
title: Night light, protect your vision | ||
author: Migue | ||
--- | ||
As software developers we must take care of our health. It is strongly recommended to practice sport (You can find some recommended Youtube channels on this blog), a healthy diet, sleep over 7-8 hours each day etc. However beside these common recommendations, there is another one to consider, active night light in our OS. | ||
|
||
Night light is a feature available for Windows and Linux to adjust the screen of our screen during several hours. For example from 20:00 to 7:00 hours or from sunset time to sunrise time. | ||
|
||
The main difference between night light and "normal mode" if the light intense of our screen during these hours. Taking care of our eyes and allowing us to keep working or doing any other activity during more time. | ||
|
||
We must to spend a lot of hours in front of our computers and laptop. So it is really necessary to evaluate this feature that some years ago it was not available made us feel exhausted in front of our computer. | ||
|
||
|
||
If you wish to use it on Windows, please follow this [video](https://www.youtube.com/shorts/76_08JuJ5IQ). | ||
|
||
I hope this info can be useful to you. | ||
> "I do not have dreams, I have goals (Harvey Specter - Suits)" |