1. Vim - dealing with big files

    Vim is my daily driver in terms of editing file. Although I mostly use the “vanilla” vim without installing any plugin, Vim gets very slow when opening a very big file. To deal with this issue, I’ve found the option -u in vim. …


  2. Test Refresh Notification

    During my work with clojure, test-refresh (https://github.com/jakemcc/lein-test-refresh) is one of my favourite plugin, which allows me to feedback very fast whether my code change has broken tests. Test-refresh offers a useful feature to notify you with result. The notification can be set up easily. I’ve tested it on Mac OSX and Ubuntu …


  3. Setup Jekyll for my Github Page

    To build my Github’s page, I forked jekyll-uno (https://github.com/joshgerdes/jekyll-uno). It’s easy to write posts with markdown and is integrated with Github Pages [name.github.io]. …