Profile_bird

Hey there! mangust is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving mangust's updates.

Already using Twitter
from your phone? Click here.

mangust

  1. vim for ninjas, emacs for pirates, textmate for l33t. I am ninja.
  2. I hate when applications like Textmate take over file extensions like *.rb without even asking.
  3. xptemplate.vim is the first vim's snippet implementation that is superior to Textmate one. very nice done.
  4. netstat -tap doesn't work on OSX (wft???). use lsof -i4 -P instead
  5. I do want to install bzr(bazar) client now, but the build failed because stupid macport installed broken python25 package. Total fail.
  6. Finally switched to zsh. It's so much better than anything else out there.
  7. Reading 'From Bash to Z Shell' book, one of the best books covering this subject
  8. I'm pretty tolerant to emacs, but this mixture of spaces and tabs it creates by default is disgusting. ruby source code is perfect example
  9. Web Inspector in WebKit nighties is awesome. Now I don't have to use Firefox at all.
  10. Switched to google.com/reader. One less application to run.
  11. Linus on emacs http://tinyurl.com/546qsq. That pretty much sums up my own attitude about it.
  12. peepcode's git internals pdf is really good. I finally start understanding what git is all about
  13. working on my touch typing skills with a TypeTrainer4Mac. The best trainer out there. did I mention its free too.
  14. textmate does support ctags, but the lack of location history is an absolute showstopper
  15. new MacBooks look fine, but I can't stand what they did to MacBookPro. I hate new keyboard and the glass screen.
  16. debugging vim to see why 'K' doesn't work properly. Turns out it was fixed in the latest .26 patch. MacVim is behind with patches.
  17. off to bestbuy, pretty sure that fallout 3 is sold out though
  18. i love reading people's .vim files. i always find something new.
  19. so much I love MacBookAir for the mobility, some much I hate it for the performance
  20. remember to disable autocmd when you run vimgrep, if you want a decent search performance