Commonplace docs

a bin of random stuffs before i move them to sorted cards

Quotes of human words

  • Personal Power (Tony Robbins)

the dabbler 浅尝者 the stresser 蛮干者 the mastery 掌控者

People who study mastery will practice the fundamentals every day. The master never gets bored. The master says, I’m going to work hard and perfect my craft and even then I can perfect it further. When they hit the plateau, they continue to look for the answers that will move them to the next level. Mastery comes with a sense of patience. No less Urgency, but a sense of patience that says, if I have to move back half a step to move 10 steps forward I will do it in the blink of an eye.

学习掌控的人每天都会练习基本功。大师永远不会感到无聊。大师说,我要努力工作,
完善我的技艺,即便已经接近完美,我还可以进一步完善。当他们遇到停滞期时,
他们会继续寻找能使他们进入下一个层次的答案。掌握的过程中会有一种耐心的感觉。
没有那么紧迫,但有一种耐心,比如说,如果我必须后退半步才能前进10步,我将眼
都不眨一下就去做。

Thoughts

not sure, mosts of thoughts are in blogs.

Codes and tools


* update commit log

git commit --amend

* git commit message

chore: add Oyster build script
docs: explain hat wobble
feat: add beta sequence
fix: remove broken confirmation message
refactor: share logic between 4d3d3d3 and flarhgunnstow
style: convert tabs to spaces
test: ensure Tayne retains clothing

* git logs and configs

git config --list --show-origin
git config --global user.name "Andy A"
git config --global user.email "andy@slowtown.us"
git log -p -2
git log --stat
git diff --stat $(git merge-base HEAD master) -p
git log --pretty=oneline
git log --pretty=format:"%h - %an, %ar : %s"
git log --pretty=format:"%h %s" --graph
git log -- filename
git log -S string_name
git log --no-merges