Interesting reading: 3 simple habits that can protect your brain from cognitive decline
Documentations
home directory – Is it okay to delete ~/.cache? – Ask Ubuntu
home directory – Is it okay to delete ~/.cache? – Ask Ubuntu
This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
If you’re nervous about running it, this will show you what’s going to be deleted:
find ~/.cache/ -depth -type f -atime +365
I’m using ‘access time’ for that, you could also try ‘creation time’ by using -ctime (although I’ve found many cache files which are years old but still accessed). Thanks to @n33rma for the edit suggestion.
These are the features in ES6 that you should know
Intuitive Asynchronous Javascript – Edwin Yung – Medium
Removing JavaScript’s “this” keyword makes it a better language. Here’s why.
How to Easily Build Desktop Apps with HTML, CSS and Javascript
Can HTML, CSS and Javascript really be used to build Desktop Applications?
Source: How to Easily Build Desktop Apps with HTML, CSS and Javascript
Auto-generated Primary Keys, friends or foes?
Time to read againg Auto-generated Primary Keys, friends or foes? of the almighty Davide.
I will save it somewhere, hoping that it will never go offline. In that case you will find it here.
How to keep your ISP’s nose out of your browser history with encrypted DNS | Ars Technica
Bitmasks
Bitmask: There Is Space at the Bottom – Bits and Pieces
Interesting, but it would be more interesting if Eiffellized.