Stop paying your jQuery tax

Turns out that pushing jQuery to the footer is quite easy for the common case. If all we want is a nice $.ready function that we have accessible everywhere we can explicitly define it without jQuery. Then we can pass the functions we capture to jQuery later on after it loads.

via Stop paying your jQuery tax.

SSH tricks

SSH is a protocol for authenticating and encrypting remote shell sessions.But, using SSH for just remote shell sessions ignores 90% of what it can do.

via SSH tricks.