Trigonometry Song
Found this when I was in 10th grade been using it since:
For sin(a+b)= sin(a)cos(b)+cos(a)sin(b)
Say out loud: “sine cosine cosine sine”
For cos(a+b)= cos(a)cos(b)-sin(a)sin(b)
Say out loud: “cosine cosine SIGN sine sine”
Notice the word “SIGN”. The word SIGN is there to remind you that the SIGN of the rightmost term has the opposite SIGN of the input to the cosine on the left hand side of the equation (if its a+b, then subtract. if its a-b, then add).
Hexo Re
0. Intro
For some reasons(see the blog yourself), I wanted to start my personal blog. The requirements of the blogger platform are: easy maintenance(including deployment and easy fee), and allowing custom configurations(themes, domain, font, etc.). In order to meet these requirements as well as to be cool, I finally chose Hexo, a .js based static website generator.
why Hexo
mounting disk on linux
https://superuser.com/questions/320415/mount-device-with-specific-user-rights
To mount a device with certain rights, you can use the -o Option
directive while mounting the device.
hexo tips
clean cache(public folder): hexo clean
generate public files(static files): hexo g
preview the website: hexo s (--debug)