Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

should i use this ?

ok after asking and getting answers i am wondering if can use for these courses my early 2008 MacBook with specs of 2.1 ghz and 4gb ram with a upgraded hard drive that i plan to buy 500gb 5400rpms and i have mac os x loin.could i use this or should i just breakdown and get a used MacBook Pro plus the track i want to focus on is with ruby on rails.and maybe web developer

3 Answers

Fraser Boag
Fraser Boag
6,381 Points

You can get started programming on pretty much any machine. So yeah, while that's kind of an old Mac in general terms, it's easily powerful enough to get started with the likes of Ruby. You only really need to worry about specs if you're getting into some really hefty number crunching or graphical stuff, which most people will never even touch. Programming alone is not an intensive task on your computer! :)

Matt Campbell
Matt Campbell
9,767 Points

You'll have zero issues with those specs. Writing and running code, bar algorithms, is very light on a system. You got to think, a mobile phone processes exactly the same code as the most powerful computer in the world when loading a website. Writing code itself is as intensive on hardware as writing a word document. The only time you'll struggle is when something is being worked out or converted so image and video rendering and algorithm working. These tasks are where a processor is being asked to do lots of things at once and while any machine will be able to handle it, slower machines will simply take forever to do it and won't respond to inputs. Hence why data encryption revolves around sub-prime numbers but that's a conversation for another day.

thank you