Hackernews In Your Inbox
If you do not want to subscribe to any newsletter but still want to get some news delivered to you inbox then this post is for you.
First you need to get a script that can pull the hacker-news articles for you and you can find my script here. You can modify this script, specially the line: for id in trending_list[:50]: to change the number of posts that you would like to see in the mail.
Warn when battery is low
I am very lazy to look at battery status and want to be warned when the battery is low. This means that even if I am away from the laptop, I can be warned that laptop is about to poweroff due to battery low. So, what kind of alerts I can have, many -
- zenity message box
- sms with twillio
- Telegram message and possibility is endless.
|
|
Put this script somewhere and schedule in cron for every minute and enjoy.
Continue reading