タグ

2012年4月14日のブックマーク (3件)

  • Chris Granger - Light Table - a new IDE concept

    Despite the dramatic shift toward simplification in software interfaces, the world of development tools continues to shrink our workspace with feature after feature in every release. Even with all of these things at our disposal, we're stuck in a world of files and forced organization - why are we still looking all over the place for the things we need when we're coding? Why is everything just sta

    hchbaw
    hchbaw 2012/04/14
  • zsh+MoshでHostnameを補完出来るようにした - Glide Note

    Moshを利用していてHostnameが補完されずに不便だったので、 下記を.zshrcに書いて、sshと同じようにmosh [tab]でhostnameを補完するようにしました。 ほぼssh補完関数そのままですが。 $HOME/.ssh/configと$HOME/.ssh/known_hostsに記載されているものは 補完されるようになりました。 2012年4月23日 追記 @n0tsさんがブログで紹介していた方法のほうが楽なので追記。 mosh コマンドで ssh コマンドと同等の補完をする方法 | Carpe Diem .zshrcに下記を1行追加だけでホスト名が補完されるのでこっちの方が楽です。 (ホスト名だけでなくsshのオプションも補完されてしまいますが)

    hchbaw
    hchbaw 2012/04/14
    `compdef _ssh mosh=ssh' でしのいでまいた…助かります!
  • http://dbstudy.info/temp/semijoin.txt

    MySQL 5.6.5-m8からSemi Join最適化というのができるようになって、 その中のTable Pulloutという機能が効くと explain select * from item where i_id in (select i_id from item); こういうクソクエリが 5.6.4-m7 +----+--------------------+-------+-----------------+---------------+---------+---------+------+--------+-------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+--------------------+-------

    hchbaw
    hchbaw 2012/04/14