てきとうなメモ

本の感想とか技術メモとか

2012-03-01から1ヶ月間の記事一覧

irbで日本語を使えるようにする

id:boscono:20120304で、インストールしたirbでは日本語がうまく入力できない。どうもirbがGNU readlineではなくlibeditを使っているかららしい。というわけでreadlineをインストールしてRubyを再インストールしようかと思ったらうまくいかなかった $ brew i…

MozillaがH.264をサポート

Mozilla To Support H.264 - Slashdot Video, Mobile, and the Open Web ✩ Mozilla Hacks – the Web developer blog あくまでMozilla側からの見方であるとは思うが、こう見るとMozillaのはしごの外されっぷりがすごいな 2009年、GoogleがOn2を買収 2010年、A…

edからviへ

vi

同じ記事に書かれてあったのだが、この辺りの話も面白いな What happened is that Ken Thompson came to Berkeley and brought this broken Pascal system, and we got this summer job to fix it. While we were fixing it, we got frustrated with the edi…

viのコマンド

vi

Here is why vim uses the hjkl keys as arrow keys - good coders code, great reuse I was reading about vim the other day and found out why it used hjkl keys as arrow keys. When Bill Joy created the vi text editor he used the ADM-3A terminal,…

脆弱性を突いてGitHubにアクセスしたユーザがGithubアカウントを一時停止される

At 8:49am Pacific Time this morning a GitHub user exploited a security vulnerability in the public key update form in order to add his public key to the rails organization. He was then able to push a new file to the project as a demonstrat…

ruby-1.9.3-p125

Mac OS 10.7.3にインストールしようとしたらエラーになった $ rbenv install 1.9.3-p125 ... BUILD FAILED ... Last 10 log lines: ... configure: error: in `/var/folders/5j/j1vm1p3j7sb3hz0n6qcsb8yh0000gn/T/ruby-build.20120302230442.467/ruby-1.9.3-…