Earlier quoted context omitted.
I don't think you can get anything with an equal display at the same price point as a macbook pro.
What metric are you using when you say equal display ? I have two laptops that display at 1080p (no, not an external monitor, just the laptop displays themselves).
Poll: What is your primary operating system
251–260 of 472 posts
Re: Poll: What is your primary operating system
#252Earlier quoted context omitted.
I would just like to add that there is a valid reason why Linux or the *BSDs are superior to Windows or OS X - they are Free. As in Speech. And I'm sad this doesn't even warrant a mention.
Maybe I'm the only one... But as a professional developer working on everything from device drivers, embedded systems, up to your average LAMP stack and other web frameworks the "Freedom" of the operating system is worth exactly bupkis to me, ziltch, zero, nada. There are a whole host of reasons to use one OS over the other but this "Free as in Speech" is simply not a very good one. I'm far, FAR, more concerned about…
It's true that the FSF and those who support them are more concerned with the long-term future of computing availability than about whether they can GSD in the next few days or weeks. I'm assuming that that's what you mean by "short sighted"? Well, that's a bit snarky.
I chose OS X above (though I'm moving more and more in the direction of Linux on the desktop again). I guess it just struck me as odd to use "short sighted" to describe the people who, for idealistic reasons, are willing to take a short-term hit to productivity to ensure long-term capability.
Re: Poll: What is your primary operating system
#253Re: Poll: What is your primary operating system
#254Every day, I start up a computer running OS X. Then, I proceed to fire up virtual machines for two Linux distributions, Windows XP, and Windows 7. I occasionally play around with a headless system that I have running FreeBSD. Then I may power up my iPod Touch to test recent changes to my mobile site. I also do a significant quantity of work while I am logged into a remote debian server via ssh. I doubt that I am the…
OT question for you: I'm a developer that does a lot of web development, from Perl to RoR. When I end up starting more than 1 VM with 4 GB RAM, my computer literally dies with Mac OS X. Now this is all with VirtualBox, which I suspect isn't the best all around VM application. For some reason I feel that it is the crappy memory management with OS X that is killing me. Other than getting more RAM do you do anything spe…
Use tiny VMs. Most development stacks do actually fit in 512MB, as long as there is nothing else running. Pay attention about which parts of your dev stack do actually consume the memory. In my case, it's mostly in-memory databases. Sample those for smaller datasets, its good practice anyways. If its still not enough, use odd values like 700MB. Rule memory leaks out (this is one of the big advantages of small VMs: memory leaks are easy to find).
Also, use one VM per project. Unless projects are tiny, putting 2 in one VM only replicates the problems of your host-system.
Finally, I also use VirtualBox with Vagrant and am quite okay with it.
Re: Poll: What is your primary operating system
#255Windows (7, mostly). I also run Ubuntu on servers and in a Virtualbox for development. I've been meaning to move over to a MacBook for a long time now, since I love the iPhone, love the look-and-feel of the MacBook Air, and because so many programmers are moving to them. The problem is, I've been so reliant on Windows for so long, and have so many modifications and workflows that I set up, that I honestly think it wo…
Re: Poll: What is your primary operating system
#256Re: Poll: What is your primary operating system
#257Earlier quoted context omitted.
Aren't the macbooks over-priced ? Personally I'd rather buy a laptop and a tablet (something like the transformer) rather than get something that costs twice as much or offers lower return on hardware for the same price. Disclaimer: I am from a parallel programming background, so I am biased towards performance rather than form factor or battery life.
I don't think you can get anything with an equal display at the same price point as a macbook pro.
Re: Poll: What is your primary operating system
#258Windows (7, mostly). I also run Ubuntu on servers and in a Virtualbox for development. I've been meaning to move over to a MacBook for a long time now, since I love the iPhone, love the look-and-feel of the MacBook Air, and because so many programmers are moving to them. The problem is, I've been so reliant on Windows for so long, and have so many modifications and workflows that I set up, that I honestly think it wo…
I don't know anything about how heavily you've modified Windows, but I just switched to OS X from Win7 a month ago. This is after only ever using Windows. I was surprised by how easily I made the switch. I know Lion gets mixed reviews from long time Mac users, but I'm a huge fan.
Honestly, the two biggest problems I have with switching are my AutoHotKey customizations, and Total Commander, which afaik doesn't exist for OSX.
Re: Poll: What is your primary operating system
#259I've been using Windows pretty much since version 3.1 (though will some time on OS/2 as well) as my primary OS. I have, of course, used Linux, though mostly for servers and not a full-time primary OS. I also have a Chromebook running Chrome OS. Recently, I switched jobs and my team uses Macs so over the last few months my primary work OS is now Mac OS X, while I still use Windows at home. One thing I have discovered…
I would just like to add that there is a valid reason why Linux or the *BSDs are superior to Windows or OS X - they are Free. As in Speech. And I'm sad this doesn't even warrant a mention.
Re: Poll: What is your primary operating system
#260Every day, I start up a computer running OS X. Then, I proceed to fire up virtual machines for two Linux distributions, Windows XP, and Windows 7. I occasionally play around with a headless system that I have running FreeBSD. Then I may power up my iPod Touch to test recent changes to my mobile site. I also do a significant quantity of work while I am logged into a remote debian server via ssh. I doubt that I am the…
OT question for you: I'm a developer that does a lot of web development, from Perl to RoR. When I end up starting more than 1 VM with 4 GB RAM, my computer literally dies with Mac OS X. Now this is all with VirtualBox, which I suspect isn't the best all around VM application. For some reason I feel that it is the crappy memory management with OS X that is killing me. Other than getting more RAM do you do anything spe…
More RAM would certainly help, more CPU cores (real cores, not hyper-threaded "virtual" cores) will too.