Daily Shaarli

All links of one day in a single page.

June 12, 2019

Duga radar - Wikipedia

TIL about the "Russian Woodpecker."

Add Readline support to Ruby on Mac OS X · guard/guard Wiki · GitHub

As a rbenv user, you can install readline and ruby_build with Homebrew:

$ brew install readline ruby-build

now set the configure options when compile Ruby:

$ RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 2.3.1

and then don't forget to add:

IRB.conf[:SAVE_HISTORY] = 1_000

in your ~/.irbrc file