Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T20:51:40Zhttp://stackoverflow.com/feeds/question/402026http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa4Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) nick_alot2008-12-31T01:22:11Z2009-03-08T22:04:18Z
<p><strong>Will a MacBook Air have enough horsepower for occasional development in Ruby? Objective C? Cocoa?</strong></p>
<p>Are there any other major limitations with doing this?</p>
<p>Notes:</p>
<ul>
<li>I hook it up to a large Monitor.</li>
<li>I would be hoping to use standard
mainstream Mac IDEs.</li>
<li>I know a MacBook or Pro would be
more appropriate but they are simply
not as cool.</li>
<li>This machine will mainly be used for
web etc, very much a household
appliance.</li>
<li>And you guessed it - I am an ignorant windows developer :)</li>
</ul>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402036#4020361Answer by webdtc for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) webdtc2008-12-31T01:30:04Z2008-12-31T01:30:04Z<p>Yes, it is. Although I don't use one I know a few Ruby developers that do.</p>
<p>Also...</p>
<p>"I know a MacBook or Pro would be more appropriate but they are simply not as cool."</p>
<p>omg... lol.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402040#4020400Answer by titaniumdecoy for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) titaniumdecoy2008-12-31T01:31:12Z2008-12-31T01:31:12Z<p>Check out the <a href="http://www.apple.com/macbookair/specs.html" rel="nofollow">tech specs</a> provided by Apple.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402048#4020485Answer by Soviut for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Soviut2008-12-31T01:37:29Z2009-03-08T21:52:37Z<p>Only if you're going to use it to code at Starbucks.</p>
<p>I'm kidding. Most kinds of development don't require all that much horsepower. Just about any consumer grade, or even budget level, laptop should be more than sufficient for Ruby and Objective C development, especially "occasional development". The Air falls into this category.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402079#4020793Answer by Thomas Tempelmann for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Thomas Tempelmann2008-12-31T01:57:56Z2008-12-31T01:57:56Z<p>The MacBook Air has one annoying habit: While it has a Dual-Core CPU, it turns one of them off once the machine gets too hot. Which happens often once you're using XCode. Which makes you end with with a single-CPU machine, effectively.</p>
<p>XCode is a resource-hungry beast, often scanning your sources for its code completion awareness, etc. And two cores let you effectively build twice as fast. (One trick is to use a hidden setting that tells Xcode how many processes to launch for compiles - default is set to the number of cores, which doesn't lead to full CPU utilization, though. But when setting it to a higher value, e.g. 3 on a dual-core Mac, it'll make much better use of the CPUs. To get to this setting, install the "Secrets" prefpane.)</p>
<p>I'd recommend a full-size MacBook or even a Pro version instead. Or look into a lighter PC Laptop which can run OS X. I haven't tried it myself but read reports that some PCs can be configured in a way that you can then install OS X out of the box, and also let OS X update itself without problems.</p>
<p>Note: I am building bigger projects with Xcode, though, where a complete rebuild can take a minute or more. YMMV.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402115#4021150Answer by navitronic for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) navitronic2008-12-31T02:20:14Z2008-12-31T02:20:14Z<p>make sure that you get the most recent revision with the nvidia chipset as it will be more capable of driving an external display than the previous generation.</p>
<p>Also, the new unibody macbooks are very much similar in look and feel to the air and are a bit cheaper and higher spec.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402170#4021701Answer by Uri for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Uri2008-12-31T02:40:36Z2008-12-31T02:40:36Z<p>Apple generally sets its machines up with very little RAM. This is true even for the Mac Pro (mine came with a measly 1GB even though I had four Xeons). Mac OS X Leopard is also very hungry.</p>
<p>Therefore, if you intend to use an intensive IDE like Eclipse, I would recommend avoiding the air. </p>
<p>Also, and this may appear silly at first, but most IDEs use a white backgrounds. You can actually save a lot of battery by having most of your screen be black with the font in lighter colors. You can toggle this sort of negative in the universal access panel. If you use the air for development away from an AC, this may help.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/402428#4024280Answer by Jauder Ho for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Jauder Ho2008-12-31T06:48:15Z2008-12-31T06:48:15Z<p>In my experience, the more RAM you can stuff into a Mac, the better it is going to be. I used a Mac Mini =) for a while and it was severely RAM limited. Worked fine after a memory upgrade.</p>
<p>As for black backgrounds, take a look at <a href="http://nocturne.en.softonic.com/mac" rel="nofollow">Nocturne</a></p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/403008#4030085Answer by Hank Gay for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Hank Gay2008-12-31T13:56:03Z2008-12-31T13:56:03Z<p>You're in good company: Wil Shipley (creator of <a href="http://www.delicious-monster.com/" rel="nofollow">Delicious Monster</a> and other famous Mac software) uses his MacBook Air for dev (<a href="http://www.wilshipley.com/blog/2008/02/macbook-air-rambling-first-impressions.html" rel="nofollow">cite</a>). His first-gen with SSD was faster than the MacBook Pro he was using previously.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/405833#4058330Answer by lottadot for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) lottadot2009-01-02T01:44:01Z2009-01-02T01:44:01Z<p>Control-alt-cmd-8 will get you a "more black" screen for battery-saving :)</p>
<p>I have a 17" MBP that has 4GB Ram. It was fine when I was doing perl/LAMP/Cocoa. Now that I'm doing quite a bit of C#/.Net in VM's, I've mostly migrated to a Mac Pro. The 4GB on the laptop wasn't enough.</p>
<p>I'd think if Shipley is fine coding Cocoa on his MBAir, then you will be too.</p>
http://stackoverflow.com/questions/402026/is-macbook-air-suitable-for-occasional-dev-work-ruby-objective-c-cocoa/624400#6244000Answer by Tim Sullivan for Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa) Tim Sullivan2009-03-08T22:04:18Z2009-03-08T22:04:18Z<p>Yes. I use my Air full time, not just for occasional development work. I do miss having a larger screen, but to be honest, not that much. I code in Rails using TextMate, and XCode.</p>
<p>The thing about the Air that I love love love is how light it is. I can use it for hours on the couch without problems or a power connection. It's remarkable.</p>
<p>As for being an ignorant Windows developer, that's my background as well. I not only found the transition to be mostly painless, but I also found that I now understand why Mac people say "it just works." It isn't that it just works, it's that there are myriad little things that just feel so nice that the overall experience is highly pleasant.</p>
<p>My only wish: I had the second-gen Air, not the first-gen. Nevertheless, still very happy.</p>