3
votes
What IDE would you recommend for Python development?
Vim (or gVim, or MacVim).
Free, very powerful. You can write your own functions, macros, extensions, etc in minutes and expand it's functionality. There are tons of plugins and …
0
votes
Is QuickSilver dead?
There are a couple branches out there that are active, I think I'm currently running B56 and loving it. I have too many scripts, triggers, objects that I rely on daily...I would be lost without it. …
2
votes
What are your favorite Vim tricks?
Using Esc all the time is going to cause RSI or something, I'm sure...plus its not fast enough for me.
Instead, in my .vimrc I have
map! ii <Esc>
Fo …
1
vote
What do you do if you cannot resolve a bug?
I honestly cannot recall a bug that I couldn't fix. It may cause a lot of refactoring, or may take a while, but I've never had one that I can't get rid of. If it takes me more than an hour to track …
0
votes
How to enforce locking workstation when leaving? Is this important?
We are required to at work, and we enforce it ourselves. Mass chats are started professing love for people, emails are sent, backgrounds are changed, etc. Gotta love the first day when it happens t …
0
votes
When do you use an IDE?
I use vim for everything except Objective-C stuff, which I use xCode for. The Interface builder, error checking, debugging are quite valuable.
However, I use a InputManager to let …
0
votes
