2021-08-21 fasd → zsh-d / Software Estimation Is Hard / 『Vimプラグイン開発入門』読んだ
fasd → zsh-d
ターミナル上でのjump(効率的なcdコマンド) は今まで oh-my-zsh + fasd を使っていたが、zsh-z のほうが良さそうっぽかったので zsh-z に乗り換えた。
- clvv/fasd: Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
- agkozak/zsh-z: Jump quickly to directories that you have visited “frecently.” A native ZSH port of z.sh.
$ 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.”
下記シリーズは一読に値しそう。
Estimating Software Projects - Jacob Kaplan-Moss
『Vimプラグイン開発入門』読んだ
目新しい情報もないし、お金取るのもあれなので、Vimプラグイン開発入門を無料にしましたhttps://t.co/8T2klcKDgB
— ゴリラ@スーパーサイヤ人モード (@gorilla0513) August 11, 2021
Vim プラグイン開発したことなかったけど、どんなもんかと読んでみた。
今まで雰囲気で読んでた vimrc
への理解が深まった気がする。