Hi,
I want to get a new computer for development, hopefully keeping it under $1K (for just the box).
Any recommendations?
|
1
|
Hi, I want to get a new computer for development, hopefully keeping it under $1K (for just the box). Any recommendations?
|
||||||||||||
|
closed as not a real question by Rob, Mauricio Scheffer, marc_s, mghie, Shog9 May 30 at 22:06 |
|
|
Software development these days unlike in years gone by doesn't require a specialized computer. As long as you have a relatively recent system, with at least 2GB of memory you've got all you need to do development. Consider other factors which in a lot of cases will be far more crucial to productivity than your CPU speed or video card:
|
||||||||||||||||
|
|
|
Almost every machine these days is good enough to work on, so I won't go into a specific brand (though I have some special feelings for the Lenovo series, they have for example the best keyboards, IMO). But when it comes to testing the software, I like to run it on slow hardware, to make optimisation easier and spot bottlenecks. Everything runs fast on good hardware, and you risk some bad surprises when you need to scale it up for heavier use. |
||
|
|
|
|
I think the only real consideration beyond what kdmurray already said is whether you are likely to do multi-threaded development and whether that means you want to get a platform that can exhibit all the problems inherent in threading issues; if so, choose multi-core over single core, and multi-socket over single socket. Multi-socket with multi-core will definitely give you the largest possible problem surface giving you at least the ability to reproduce most behaviour you'd expect in the wild... but at a cost. |
||
|
|
|
|
There are only three things that matter for the box:
Everything else is tinsel. |
||||||||||
|
|
|
Any decent, recent machine will do. You can likely build one for about $500. Have a look at tigerdirect.com. One other thing that, to me at least, is very important to a developer box - make sure you get multiple monitors. |
||
|
|
|
With today's computers $1K is way over budget for a development machine, unless you are also buying a big monitor. My last dev machine cost $600 and is ridiculously overpowered. Get yourself a nice quad core CPU for under $200, a motherboard with onboard graphics for $70, 4GB of RAM, and twin hard drives striped in a RAID0 configuration. Throw in a really nice case for $100 and a Seasonic PSU for $70 and you're done. You'll use the case forever and the PSU for several machines. If you want to spend money, I love my Dell 30-inch LCD monitor. |
||||||
|
|
|
Try to get 4GB of ram. It's one of the cheaper things you can do to improve a developers experience and it will allow them to run a VM without putting too much stress on the system. |
|||
|
|
|
|
How much horsepower you need for development depends entirely on what you're doing. I have a dual-core, 6Gb box at work for Java development. It feels slightly underpowered. For Django and Rails development at home, I have a dual core Intel Atom box with 2Gb that feels good enough. I put the Atom box together for ~$400. It all depends on what type of development you're liable to be doing. As other have mentioned, a good monitor (or a pair of 'em) is as important as the box. If you haven't already, budget for an uninterruptable power supply. Many problems are traceable to flakey upstream power. A good UPS isn't all that expensive. Consider it to be cheap insurance for whatever you buy. |
|||
|
|
|
|
You would get some serious power if you get these specs:
|
||||||||
|
|
|
To me the most important thing would be at least two monitors. I would favor as much screen real estate as you can comfortably use. If you're going to do anything with threads you should have at least a dual-core machine or certain classes of threading bug will never show themselves. I would be inclined towards 4gb or more of RAM as we tend to have lots of memory-intensive things open--not to mention what will happen if you use virtual environments to test various things. Also, if you're going to be making money writing code anything that produces any real speedup of your computer will be worth it. |
||
|
|