Markdownでは文書中に画像ファイルを表示することができる。GitHubでReadmeに使うと見栄えがいい。
Markdown記法で書くならこんな感じ。"サンプル"の部分は省略可能。

OSX El CapitanのデフォルトのVimは7.3で、7.4に依存するdeinを使いたくなったのでKaoriYa Vimをコンソールから利用する方法。
export PATH=$HOME/bin:$PATH
| Latency Comparison Numbers | |
| -------------------------- | |
| L1 cache reference/hit 1.5 ns 4 cycles | |
| Floating-point add/mult/FMA operation 1.5 ns 4 cycles | |
| L2 cache reference/hit 5 ns 12 ~ 17 cycles | |
| Branch mispredict 6 ns 15 ~ 20 cycles | |
| L3 cache hit (unshared cache line) 16 ns 42 cycles | |
| L3 cache hit (shared line in another core) 25 ns 65 cycles | |
| Mutex lock/unlock 25 ns | |
| L3 cache hit (modified in another core) 29 ns 75 cycles |
| #!/bin/bash | |
| function toggle_terminal () { | |
| Terminal_Window_ID=`xdotool search --all --onlyvisible --classname gnome-terminal` | |
| # echo $Terminal_Window_ID | |
| if [[ -z "$Terminal_Window_ID" ]] | |
| then |
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.