Digest: November 2015

    • digest
    • tig
    • ncdu
    • vim
  • modified:
  • reading: 1 minutes
  • tig. “Tig is an ncurses-based text-mode interface for git.” Just install it and you will see. After you will install it you will never need any Git interfaces, just command line and tig.
  • ncdu. “Ncdu is a disk usage analyzer with an ncurses interface.” There are plenty tools in App Store on OSX which allows you to track what is taking so much space on your disk. But ncdu is free, works in terminal and better than others.
  • Why Rust?. 50 pages to learn a little about Rust.
  • Practical Vim. Second Edition. The best book about Vim just got updated. If you purchased first edition before on pragprog you will get second edition for free, just go and check your account.
  • How to build a distributed counter. Very simple example of Conflict-free Replicated Data Type.

See Also