Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 840 Bytes

2014-01-06.md

File metadata and controls

24 lines (16 loc) · 840 Bytes

deepak

http://techcrunch.com/2014/01/04/silicon-valley-lost-and-found/

A good read. One guys story about Silicon valley. Liked the story itself and liked some of the smaller facts themself.

http://blogs.smithsonianmag.com/science/2014/01/five-reasons-why-you-should-probably-stop-using-antibacterial-soap

stop using anti-bacterial soaps which have triclosan

amitava

If you are using rbenv and there is a lag while opening a new shell, consider updating the eval "$(rbenv init - --no-rehash)" call with the following -

eval "$(rbenv init - --no-rehash)"

The --no-rehash flag tells rbenv to skip automatic rehash when opening a new shell and speeds up the process. This also speeds up VIM if you are using vim-rails or vim-ruby.