| Time | S | Nick | Message | 
        
| 01:32 |  | sivoais | yeah, that's one problem I have with dev tools. Lots of them don't have great APIs so that I can integrate them in to my own workflow | 
        
| 01:33 |  | sivoais | (emacs|vim?|$EDITOR) + tool | 
        
| 01:51 |  | pdurbin | stopped by this talk (late, had to look into potential show stopping bugs). nice people: Talk functional javascript! - Central Virginia Javascript Enthusiasts (CVJS) (Charlottesville, VA) - Meetup - http://www.meetup.com/Central-Virginia-Javascript-Enthusiasts-CVJSE/events/132911552/ | 
        
| 01:57 |  | pdurbin | the talk: Functional Javascript, CVjs - http://www.slideshare.net/kaw2/cv-js-26316409 | 
        
| 02:04 |  | pdurbin | sivoais: well, I'm not really an emacs guy. so maybe I'll try ipython notebook | 
        
| 02:30 |  | sivoais | pdurbin: I'm a vim person myself. I all my languages to have good tools. I've got the editor part down at least! :-P | 
        
| 02:30 |  | sivoais | s,all my,want all my, | 
        
| 02:31 |  | pdurbin | I kind of can't imagine doing Java dev in vim | 
        
| 02:33 |  | pdurbin | I saw http://en.wikipedia.org/wiki/PyCharm for the first time today | 
        
| 02:35 |  | sivoais | I used to do Java in Vim. I even had a bytecode reader and part of a grammar written so I could do a code completion plugin. But I dropped it when I figured that a lot of the problem space I was working with wasn't a good fit for Java. | 
        
| 02:36 |  | sivoais | But I might go back to doing more Java to play with stuff in Scala and Groovy. | 
        
| 02:51 |  | pdurbin | I'm definitely interested in Scala | 
        
| 02:53 |  | pdurbin | sivoais: did you use https://github.com/scrooloose/nerdtree for vim to navigate all your java files? netbeans makes this easy | 
        
| 03:03 |  | sivoais | pdurbin: I didn't find nerdtree very nice for deep hierachies. I still use it just to visualise things, but I mostly did searches. There's a fuzzy file finder I use sometimes, but I think I'll use ``ack -g pattern'' in the future | 
        
| 03:10 |  | pdurbin | searches. hmm | 
        
| 03:11 |  | pdurbin | https://codeclimate.com/github/discourse/discourse is interesting. via http://rubyrogues.com/117-rr-discourse-part-2-with-sam-saffron-and-robin-ward/ | 
        
| 03:12 |  | sivoais | neat! automated code review? | 
        
| 03:15 |  | pdurbin | " It's a tool that measures code complexity. So things like huge functions, or a bunch of if / elsif clauses, case statements, etc etc. Things that generally mean that your code is probably hard to read." -- https://github.com/discourse/discourse/pull/117 | 
        
| 03:16 |  | pdurbin | ruby only, apparently though :( | 
        
| 03:18 |  | sivoais | hey, once the algorithm is written, it's just a matter of adapting it to other languages :-) | 
        
| 03:18 |  | pdurbin | :) | 
        
| 03:18 |  | sivoais | I really need more tuits. | 
        
| 15:33 |  | pdurbin | hmm, a `workon` command from http://virtualenvwrapper.readthedocs.org | 
        
| 20:44 |  | pdurbin | hearing good things about this: Free Mercurial and Git Client for Windows and Mac | Atlassian SourceTree - http://www.sourcetreeapp.com | 
        
| 20:44 |  | pdurbin | especially in how it helps one follow https://github.com/nvie/gitflow |