Live data from Hacker News

My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

carpeaqua.com

31–40 of 125 posts

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#31
Don't know if the author of the post knows it is on HN, and his blog doesn't do comments...

He talks about might wanting a different diff tool than Changes. Might recommend Kaleidoscope (http://www.kaleidoscopeapp.com/). I like it, however the one thing that I do hate about it is the lack of a directory compare feature. It can only compare two files together.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#32
I haven't used Appfigures, because I was turned off by my sales figures being stored online, but [AppViz 2](http://www.ideaswarm.com/AppViz2.html) is a really great app and I can't recommend it enough. Beautiful graphs, intuitive app, good customer support. etc. etc. AAA+++ would use for iTunes Connect stats again.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#33

A decent starter list, but definitely not complete (for me at least). I'd add the following * TotalFinder (makes the OS X finder not terrible anymore, tabs, etc) * HandsOff/LittleSnitch (oh, you're just using the built-in firewall? that's cute.) * Transmit (everything you could ever want in an FTP app) * CommandQ (W and Q are way too close together) * Mou (free alternative to Byword) * Evernote (note-taking that sync…

Is there a downside to using the default firewall, if I don't want to do things like bandwidth-capping apps?

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#34
post #23

If we're making our own lists, here's some that others haven't mentioned: * Jumpcut - http://jumpcut.sourceforge.net/ - simple and unintrusive clipboard history * dterm - http://decimus.net/DTerm - popup terminal * bwana - http://www.bruji.com/bwana/ - man pages in your browser * Grand Perspective - http://grandperspectiv.sourceforge.net/ - disk usage program

I watched the dterm video, and it looks interesting, but the lack of an apparent scrollback (as soon as I type a different command, the previous output is gone) would bug me. (Plus, does it support history, including search, etc?)

I'm using TotalTerminal - it's not context aware, but it's easier for me to launch it with Ctrl-` than to open a new virgin terminal whenever I need to do something really quick.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#35

Earlier quoted context omitted.

I love TotalFinder, and also can't live without flux. I don't really understand the excitement over Alfred/Quicksilver though... what does it do that spotlight can't? Just activate spotlight by pressing Command+Space, and type in whatever you want to do (you can launch a program, do a calculation, look up a word, whatever).

It's really just Spotlight on crack. Once you've done your initial search and the file/app/whatever is highlighted, you can then proceed to instantly perform actions or scripts on it. It's basically just a really nice macro feature baked into Spotlight with a new UI.

Alfred goes a step further with a built-in keyboard-based file browser, web/custom/fallback searches, email, iTunes, clipboard, Terminal, and System integration, and best of all extensions. I can't imagine using OS X without it.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#37

A decent starter list, but definitely not complete (for me at least). I'd add the following * TotalFinder (makes the OS X finder not terrible anymore, tabs, etc) * HandsOff/LittleSnitch (oh, you're just using the built-in firewall? that's cute.) * Transmit (everything you could ever want in an FTP app) * CommandQ (W and Q are way too close together) * Mou (free alternative to Byword) * Evernote (note-taking that sync…

I love TotalFinder, and also can't live without flux. I don't really understand the excitement over Alfred/Quicksilver though... what does it do that spotlight can't? Just activate spotlight by pressing Command+Space, and type in whatever you want to do (you can launch a program, do a calculation, look up a word, whatever).

For myself:

With Alfred and a well-tuned Quicksilver, I can:

  * hotkey it open
  * punch in the minimum to identify the application I want (usually 1 or 2 keys, 3 for rarely-used ones)
  * hit enter
and be done with it in well below 1/2 of a second.

With Spotlight, I can:

  * hotkey it open
  * punch in the minimum to identify the application (over 2x more, almost all the time)
  * wait for it to update
  * it shows the wrong application / the last movie I played and finally displays the 3rd+ letters I typed
  * wait for it to update again
  * double-checking that it's the right application (it frequently isn't)
  * hit enter
  * hope it doesn't update *again*, causing me to launch the wrong application
the whole process typically taking >2 seconds nearly all the time, sometimes 5+ if it's a less-used application.

Quicksilver in particular has a nice 'open with...' method which gives you a couple keystrokes to pick the file, 'ow' to open with, and a couple keystrokes to open it in the application of choice, all generally in less than a second. Alfred might have something similar in the PowerPack (paid), but I haven't purchased it.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#38

If Terminal.app feels like plastic scissors, you can try iterm2. It beats the crap out of Terminal in terms of configurability. https://github.com/gnachman/iTerm2 http://iterm2.com/

And it's broken. Screen updates are way slower, and stream redirection plain doesn't work. Terminal app is pretty good.

Re: My Ultimate Developer and Power Users Tool List for Mac OS X (2011 Edition)

#39
Childish list for people who haven't learned to use the command line.

Boot up Mac, install XCode to get gcc/clang etc, and install MacVim, but you don't have to, vim is there out of the box. Install perhaps additional tools like lynx, pgrep, pfind, ncat, ngrep, nmap, wget, seq (some are included in Lion but I don't use Lion) etc and you got standard UNIX toolchain to build everything, from "hello world" to world's most complex multi-million line applications.

Post reply on HN