fasd → zsh-d

ターミナル上でのjump(効率的なcdコマンド) は今まで oh-my-zsh + fasd を使っていたが、zsh-z のほうが良さそうっぽかったので zsh-z に乗り換えた。

$ git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z

これで plugins に zsh-z を登録すれば :ok:

plugins=( ... zsh-z )

Software Estimation Is Hard. Do It Anyway. - Jacob Kaplan-Moss

One study by HBR found that one in six IT projects had cost overruns of over 200% and were late by almost 70%. Another study by McKinsey found that IT projects are on average 45% over budget and 7% over schedule. They found large software projects were particularly bad: software projects with budgets over $15M went over budget by an overage of 66% and had schedule overruns averaging 33%.

Hofstadter’s Law: “It always takes longer than you expect, even when you take into account Hofstadter’s Law.”

ホフスタッターの法則 - Wikipedia

下記シリーズは一読に値しそう。

Estimating Software Projects - Jacob Kaplan-Moss

『Vimプラグイン開発入門』読んだ

Vim プラグイン開発したことなかったけど、どんなもんかと読んでみた。

今まで雰囲気で読んでた vimrc への理解が深まった気がする。

Vimプラグイン開発入門