Slip Ahead Logging

It's not your fault at all.

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

git に track されていないファイルを dired でマークする

必要にかられたので作成.表題の通り. (defun dired-mark-git-untracked-files () "Mark files not tracked in git in current dired session" (interactive) (let ((untracked-files (make-hash-table :test 'equal)) (command (format "cd %s &&\ git ls-…

Emacs のビルドオプションが分からない僕のための変数

system-configuration-options String containing the configuration options Emacs was built with. 参考 GNU Emacsで、インストールのconfigure時のオプションを知る方法.. - 人力検索はてな

様々なレイテンシ

いま話題のレイテンシ.数値に対する感覚は重要だ.Latency numbers every programmer should know — Gist L1 cache reference ......................... 0.5 ns Branch mispredict ............................ 5 ns L2 cache reference ................…