TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I Just Got A Used MacBook Pro. What To Install?

20 点作者 tronium将近 11 年前
I just got a late 2011, 15-inch MacBook Pro from my older brother. I enjoy programming/developing a lot, so what apps should I get/install on the new system for developing and productivity?

17 条评论

jevinskie将近 11 年前
Divvy lets you easily resize windows to a grid pattern. There may be similar free utilities but I found that it was worth the $14.<p><a href="https://mizage.com/divvy/" rel="nofollow">https:&#x2F;&#x2F;mizage.com&#x2F;divvy&#x2F;</a><p>If you are interested in binary objects&#x2F;executables, check out MachOView. Think of it as an excellent GUI version of nm&#x2F;readelf (for MachO, obviously) with search.<p><a href="https://github.com/gdbinit/MachOView" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gdbinit&#x2F;MachOView</a>
评论 #7887542 未加载
评论 #7878045 未加载
评论 #7876824 未加载
评论 #7894328 未加载
评论 #7876595 未加载
评论 #7905096 未加载
karangoeluw将近 11 年前
Some apps I use every day:<p>--------------------------<p>Homebrew - <a href="http://brew.sh/" rel="nofollow">http:&#x2F;&#x2F;brew.sh&#x2F;</a><p>Growl - <a href="http://growl.info/" rel="nofollow">http:&#x2F;&#x2F;growl.info&#x2F;</a><p>Alfred - <a href="http://www.alfredapp.com/" rel="nofollow">http:&#x2F;&#x2F;www.alfredapp.com&#x2F;</a><p>Sublime Text - <a href="https://www.sublimetext.com" rel="nofollow">https:&#x2F;&#x2F;www.sublimetext.com</a><p>Transmission - <a href="http://www.transmissionbt.com/" rel="nofollow">http:&#x2F;&#x2F;www.transmissionbt.com&#x2F;</a><p>Transmit - <a href="http://panic.com/transmit/" rel="nofollow">http:&#x2F;&#x2F;panic.com&#x2F;transmit&#x2F;</a><p>Evernote - <a href="http://www.evernote.com/" rel="nofollow">http:&#x2F;&#x2F;www.evernote.com&#x2F;</a><p>BetterTouchTool - <a href="http://blog.boastr.net/?page_id=1722" rel="nofollow">http:&#x2F;&#x2F;blog.boastr.net&#x2F;?page_id=1722</a><p>Dash - <a href="http://kapeli.com/dash" rel="nofollow">http:&#x2F;&#x2F;kapeli.com&#x2F;dash</a><p>F.lux- <a href="https://justgetflux.com/" rel="nofollow">https:&#x2F;&#x2F;justgetflux.com&#x2F;</a>
评论 #7905160 未加载
vincentbarr将近 11 年前
These are my &#x27;must-haves&#x27;, or very close to it, and most of them are free or offer a free version.<p>Alfred 2 (search and a lot more)<p>aText (text expansion)<p>Adium (Chat)<p>Adapter (audio&#x2F;video filetype conversion)<p>Caffeine (prevent display from dimming or sleeping)<p>Chrome (browser)<p>Colloquy (IRC client)<p>Dash (documentation and snippet browser)<p>Dashlane (password management)<p>Doubleplane (window resizing)<p>Dropbox (cloud storage)<p>Evernote (notes, bulky)<p>Firefox (browser)<p>F.lux (smart display brightness)<p>Handbrake (video transcoder)<p>Hazel (file&#x2F;folder automation)<p>iTerm (terminal replacement)<p>Jumpcut (store and recall clipboard history)<p>MailMate (email)<p>Mou (markdown editor with live preview) Readkit (RSS reader)<p>Screenmailer (free, easy screencast creation and sharing)<p>Simplenote (notes, lean) Skype (calls)<p>Spark (hotkey)<p>Sublime Text Editor 3 (text editor)<p>TicToc (time tracking)<p>VLC (media player)
hansy将近 11 年前
For the people who use Alfred (<a href="http://www.alfredapp.com/" rel="nofollow">http:&#x2F;&#x2F;www.alfredapp.com&#x2F;</a>), I&#x27;m curious to know Alfred&#x27;s advantages over the native Spotlight (which IMO works fairly well) or other similar apps like Found (<a href="https://www.foundapp.com/" rel="nofollow">https:&#x2F;&#x2F;www.foundapp.com&#x2F;</a>) or Quicksilver (<a href="http://qsapp.com/download.php" rel="nofollow">http:&#x2F;&#x2F;qsapp.com&#x2F;download.php</a>)?<p>Oh and to add my two cents to the OP&#x27;s question:<p>HyperDock (<a href="http://hyperdock.bahoom.com/" rel="nofollow">http:&#x2F;&#x2F;hyperdock.bahoom.com&#x2F;</a>): Windows 7 functionality to preview individual windows
Croaky将近 11 年前
<a href="https://github.com/thoughtbot/laptop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;laptop</a> will install Homebrew, Tmux, Silver Searcher, Postgres, Redis, a few programming languages, and other items.<p><a href="https://github.com/thoughtbot/dotfiles" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thoughtbot&#x2F;dotfiles</a> sets up a bunch of slick aliases and plugins for Vim and ZSH to make development productive.
shawnreilly将近 11 年前
Lately I&#x27;ve become a fan of isolating multiple environments. This way I can run different IDE environments on the same machine without conflicts or dependency problems. There are quite a few ways you could do this, ranging from entire VM&#x27;s (something like virtualbox), to VM containers (something like docker), to language specific isolated environments (something like virtualenv for python or rvm for ruby), to prebuilt environments (something like bitnami). Each one has different pro&#x27;s and con&#x27;s (too heavy, too complex, etc) but the general idea is the same; Having the ability to build multiple isolated environments makes it easier for me to maintain those environments. It also gives me the flexibility to test different environment variables with some sort of fallback if something goes wrong. So it&#x27;s something I would recommend, but YMMV. Another recommendation I would make (not software, but still a must IMO) is to install an SSD and max out the RAM. Feels like a whole new machine! Good luck and have fun.
ken_laun将近 11 年前
You have a good older brother.<p>I recommend these apps.<p>&lt;Developing&gt;<p><pre><code> iTerm2 Firefox Sublime Text Cyberduck Xcode Gimp(Image) Skitch(Image) </code></pre> &lt;Productivity&gt;<p><pre><code> Evernote Dropbox Alfred Memory Clean 1Password</code></pre>
jmagnusson将近 11 年前
Alfred App is an absolute essential in my book (especially custom web searches) <a href="http://www.sequelpro.com/" rel="nofollow">http:&#x2F;&#x2F;www.sequelpro.com&#x2F;</a><p>Sublime Text. Makes u feel like a magician. <a href="http://www.sublimetext.com/" rel="nofollow">http:&#x2F;&#x2F;www.sublimetext.com&#x2F;</a><p>Sequel Pro. Best db manager out there. Wish they just supported more than MySQL. <a href="http://www.sequelpro.com/" rel="nofollow">http:&#x2F;&#x2F;www.sequelpro.com&#x2F;</a><p>iTerm2. The built in terminal in OS X kind of sucks. <a href="http://www.iterm2.com/" rel="nofollow">http:&#x2F;&#x2F;www.iterm2.com&#x2F;</a><p>Homebrew. The missing package manager for OS X. <a href="http://brew.sh/" rel="nofollow">http:&#x2F;&#x2F;brew.sh&#x2F;</a>
评论 #7876791 未加载
marmarlade将近 11 年前
Some great submissions here already (second&#x2F;third the usual suspects Divvy, Alfred, VLC, Sublime Text et al.)<p>Depending on what you use for productivity, you might find a Pomodoro Timer useful. There are loads, and I quite like this one: <a href="https://itunes.apple.com/gb/app/pomodoro-timer-focus-on-your/id872515009?mt=12" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;gb&#x2F;app&#x2F;pomodoro-timer-focus-on-your...</a> (or just use the Chrome app <a href="http://tomato-timer.com/" rel="nofollow">http:&#x2F;&#x2F;tomato-timer.com&#x2F;</a>)<p>And for writing creatively, I can highly recommend OmmWriter. <a href="http://www.ommwriter.com/" rel="nofollow">http:&#x2F;&#x2F;www.ommwriter.com&#x2F;</a>
rgawdzik将近 11 年前
The other recommendations are awesome.<p>For me, I like using a lot of desktop window management, however the Mission Control transitions are too slow for me, with the fact that are bulky and uncustomizable.<p>There is TotalSpaces2, which basically is similar to Ubuntu&#x2F;etc spaces, but you can customize the transitions, hotkeys, locations, etc. Even though I don&#x27;t have any transitions (so my switching is instant), you can have cube transitions, etc, very similar to Gnome. Downside to the program: $18, with a trial. If you miss proper desktop management, do it. Combined with Spectacle (A tiling window manager), I have functionality similar to XMonad, so I can use my mac effectively.
BillyParadise将近 11 年前
Lets see... I recently went Mac for the first time, and what do I have on there?<p>For &quot;serious&quot; work-related things, I have Sublime Edit and MacPorts. That&#x27;s everything. I picked up Omnigraffle but it&#x27;s just not all that useful to me with a small screen. I&#x27;ll look at using it again when I replace my desktop with a mac (or when I get an external monitor for the MBA)<p>Oh, and I have MSDN access, so I put Office on there. But honestly, I never use it.<p>(Disclaimer, I&#x27;m an old school &quot;only have 1 page of apps on my iPhone&quot; kind of guy)
celias将近 11 年前
SourceTree from Altassian git and mercurial client, free<p><a href="http://www.sourcetreeapp.com" rel="nofollow">http:&#x2F;&#x2F;www.sourcetreeapp.com</a><p>CodeRunner from Nikolai Krill for easily running&#x2F;testing code snippets in any language, $9.99 on the App Store<p><a href="http://krillapps.com/coderunner/" rel="nofollow">http:&#x2F;&#x2F;krillapps.com&#x2F;coderunner&#x2F;</a>
british_geek将近 11 年前
Guardian Angel is pretty cool, it locks your Mac when you walk away so you don&#x27;t need a password to lock &#x2F; unlock it. Definitely worth checking out for $4 - <a href="https://itunes.apple.com/us/app/guardian-angel/id657241260?mt=12" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;guardian-angel&#x2F;id657241260?m...</a>
collyw将近 11 年前
Windows
评论 #7881469 未加载
xauronx将近 11 年前
I&#x27;m a fan of Sip, it lets you grab colors off the screen and generates code for you.
itazula将近 11 年前
Notational Velocity
2close4comfort将近 11 年前
Quicksilver