Live data from Hacker News

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

carpeaqua.com

91–100 of 125 posts

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

#91

Hey neat, my app https://GetCloak.com/ made it into the list. And we're still beta -- though v1.0 is coming quite soon. Fun!

I'm using it right now, as is a friend I recommended it to a few minutes ago, thanks to this post.

Sweet, thanks. I did a "hey, HN, check out my beta" post a few months back. When we hit 1.0, I'll probably do another. I look forward to your feedback.

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

#92

Earlier quoted context omitted.

This is odd, for me there is no lag on Lion when I hold down the backspace key. And what do you mean by stream redirection? That usually means this: > echo "derp" > foo.txt That has nothing to do with iterm2 and everything to do with bash or whatever shell you are using, I think. Might you be confusing iterm2 with iterm? Iterm2 is a completely separate piece of software than iterm, it's not the second version of the…

I mean things like 2>&1 or 2>/dev/null (redirecting error stream to stdout etc). This did not work for me last time I tried it. This coupled with significant lag when scrolling/listing huge dir, typing made me quickly abandon it. Terminal app does everything I really need and it's fast and reliable.

  > I mean things like 2>&1 or 2>/dev/null
  > (redirecting error stream to stdout etc)
These things are usually handled by the shell...

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

#93
post #86

Earlier quoted context omitted.

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

I'm thinking that by 'built-in firewall' he/she means the built-in firewall GUI interface. I'd be interested to know what LittleSnitch is doing if it isn't hooking into ipfw.

Maybe I am remembering incorrectly, but I thought Apple switched to PF in Lion.

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

#94

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…

* VirtualBox or VMware

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

#95
post #67

Earlier quoted context omitted.

I'm probably going to buy a MBA soon after working with Debian & Openbox on a dated netbook for too long. I spend most of my time in side-by-side Vim/shell/ssh sessions inside tmux within the Guake terminal. If MacVim is a standalone app, why do people use it? Isn't one of the nicest things about Vim that it lives in the terminal and can be launched from any root in the terminal?

The only good reason to use MacVim is support for millions of colors so color schemes look nicer. It also supports full screen mode (now in Lion Terminal does too, but before this used to be a missing feature), also it's easier to launch MacVim as external editing tool for other apps like Firefox with Pentadactyl extension (this allows you to edit any text box/area with vim). Other than that, you really don't need Ma…

MacVim also uses a native open dialog, as well as Finder right click 'new macvim buffer here', both of which are kind of nice.

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

#96
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

GrandPerspective is pretty terrible.

I recommend DaisyDisk instead - http://daisydiskapp.com

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

#97

Earlier quoted context omitted.

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

This is odd, for me there is no lag on Lion when I hold down the backspace key. And what do you mean by stream redirection? That usually means this: > echo "derp" > foo.txt That has nothing to do with iterm2 and everything to do with bash or whatever shell you are using, I think. Might you be confusing iterm2 with iterm? Iterm2 is a completely separate piece of software than iterm, it's not the second version of the…

cat a big logfile on iTerm, cat a big logfile in terminal.

Then for some really screaming performance, cat a big logfile in xterm. Then, for insane performance cat a big logfile in mrxvt or rxvt.

Anti aliasing really slows things down, so performance is faster in the "native" terminal apps when that turned off, but with x11, theres way less than millisecond delays for printing stuff on the screen. I do like my terminal to be fast.

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

#98
If you want something to help you learn and practice music, there is nothing quite like Transcribe!. You can adjust speed without changing pitch, change pitch, multi band eq, highlight and repeat regions, analyze a selection for the notes occurring in it, etc... http://www.seventhstring.com/xscribe/overview.html

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

#99

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).

To add to Pewpewarrows' comment, I'll give you a couple of examples of things I do with QuickSilver. I can never remember the IP address of my work's VPN, so I created a text file on my desktop with the IP as its name. Whenever I need it, I do: Ctrl+Space, ~/Desktop/[IP] to select the file, '.' to treat the filename as text, tab to go to the action part of QuickSilver, start typing "clipboard" and when "Copy to clipb…

QuickSilver: just works, and selects correct thing you might be looking for. Spotlight: is slow, show all kinds of crap you are NOT looking for. To add insult to injury it also requires typing way more characters to get a hit, and requires several keypresses to select that item, not just return.

Z does for cd what QuickSilver does for the Finder. It's totally awesome: https://github.com/rupa/z

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

#100
* emacs

* Terminal.app

* SBCL

* DiffMerge

* GitHub.app

* Graphviz

* Chrome, Adium

I have not spent 1 cent on software for my Mac so far. The only software that tempts me is OmniGraffle, because it really is that good.

I live on the command line and quite often, in open source software.

Post reply on HN