1. 加速OSX Lion

    …真不懂這些拖慢動作的動畫作來作啥的

    加速切換space的動畫:

    defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES && killall Dock
    

    ref: http://apple.stackexchange.com/questions/17929/how-can-i-disable-animation-when-switching-desktops-in-lion

    關掉「把開啟視窗之前有一個小小的zoom in視窗特效」

    defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled
    

    http://osxdaily.com/2011/07/25/disable-the-new-window-animation-in-mac-os-x-lion/

    加速mission-control特效的速度

    defaults write com.apple.dock expose-animation-duration -float 0.1; killall Dock
    

    其他一些跟動畫無關可是很煩人的東西

    改回按著按鍵 = 重複輸入字元

    Disable the character picker: “defaults write -g ApplePressAndHoldEnabled -bool NO”
    

    關掉弱智auto-correct

    defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool NO
    

    讓finder重新顯示~/Library

    chflags nohidden ~/Library
    

    其他還有很多

    可以的話我還想關掉auto-save。這根本是我主要的損失文件原因…

    3 months ago  /  0 notes

  2. 我們都用github處理程式的分享、追蹤、協作,但我們可以盡情使用我們所愛的editor 那為什麼作線上出版的人們,總是想要作個自製的editor呢?

    3 months ago  /  0 notes

  3. 你需要堅持,你也需要靈活

    你要能堅持自己的目標

    你也必須要能靈活的用各種方式追尋目標

    4 months ago  /  0 notes