I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
I don't think Linux has gotten any better on the desktop since 2007 or so. Hardware support still isn't perfect, sleep/wakeup still isn't perfect, battery life is still lower than on OS X/Windows, 3D acceleration is still iffy. It's a total disaster.
OS X 10.9: A downward spiral or a new hope?
11–20 of 47 posts
Re: OS X 10.9: A downward spiral or a new hope?
#12I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
My biggest peeve with Ubuntu was that I always had to download a billion software updates every few days.
Re: OS X 10.9: A downward spiral or a new hope?
#13Earlier quoted context omitted.
I don't think Linux has gotten any better on the desktop since 2007 or so. Hardware support still isn't perfect, sleep/wakeup still isn't perfect, battery life is still lower than on OS X/Windows, 3D acceleration is still iffy. It's a total disaster.
[citation needed] I've never had problems with sleep/wakeup (except bugs in the firmware). Battery life is equal if not better than under windows. Developers rarely need 3D acceleration, and for most webgl demos and games the intel open source driver does just fine.
http://randomtristan.blogspot.com/2013/01/my-review-of-dell-... (reports around 3 hours)
http://www.pcmag.com/article2/0,2817,2400986,00.asp (tested at 6 hours).
Re: OS X 10.9: A downward spiral or a new hope?
#14I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
- Image installers (.dmg files) and complete installers (.pkg files, that bring dependencies with them). I have never seen either of those fail, ever. I have seen installations from .tar.gz -> ./configure && make && make install fail countless times. This is the number one reason for me, and it's so much more important than anything else that I have trouble thinking of other reasons. I absolutely dislike the model that linux package managers use to handle dependencies and I do believe in bringing all libraries/dependencies needed with the installer and compiling them with disable-shared on. To do otherwise is to suffer a whole day trying to install ImageMagick when it should be a one-click task.
- Any other reasons pale in comparison to the first reason. I guess it's nice to have decent trackpad gestures... but I'd forgo everything for easy installers that bring dependencies with them.
Re: OS X 10.9: A downward spiral or a new hope?
#15Earlier quoted context omitted.
I don't think Linux has gotten any better on the desktop since 2007 or so. Hardware support still isn't perfect, sleep/wakeup still isn't perfect, battery life is still lower than on OS X/Windows, 3D acceleration is still iffy. It's a total disaster.
[citation needed] I've never had problems with sleep/wakeup (except bugs in the firmware). Battery life is equal if not better than under windows. Developers rarely need 3D acceleration, and for most webgl demos and games the intel open source driver does just fine.
Acer Timeline 1810TZ, Acer Timeline 3810TZ, Sony Vaio VPC-J1, Lenovo ThinkPad T61, Dell Precision 390, Dell Precision T3500.
All have irritating bugs, hibernation and sleep problems, random crashes despite being absolutely bog standard Intel hardware across the board supposedly fully supported by Linux. The same kit doesn't exhibit any problems under Windows.
The Timeline series machines under Windows 7 got a whopping 8-10 hours battery life of average load OUT OF THE BOX. Under Ubuntu, even with all the powertop tweaks etc, 3 hours was pushing it.
Current Ubuntu, CentOS and Debian were tried on each machine at the time.
Just can't be bothered any more. Linux (Debian) sits inside a VirtualBox VM on Windows on my T61 where ironically the battery lasts longer when it's in a VM than on bare metal...
Re: OS X 10.9: A downward spiral or a new hope?
#16I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
Re: OS X 10.9: A downward spiral or a new hope?
#17Earlier quoted context omitted.
I don't think Linux has gotten any better on the desktop since 2007 or so. Hardware support still isn't perfect, sleep/wakeup still isn't perfect, battery life is still lower than on OS X/Windows, 3D acceleration is still iffy. It's a total disaster.
I agree, but some brand new laptops are fully supported out of the box. I have a brand new Lenovo ThinkPad T530 and it's running Fedora 18 flawlessly. Wi-Fi, headphone plugged-in sensor, OSD, media keys, dual-monitor support, webcam, 3D acceleration, sleep/wakeup, all working since day 1 out of box. I think the more business oriented laptops are safe to run Linux and the new XPS 13 doesn't look bad at all except for…
Re: OS X 10.9: A downward spiral or a new hope?
#18I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
+ I think going to a cloud IDE is the future. I've been experimenting with www.action.io - it's pretty awesome to just open that up in a browser on any OS and get coding without local configurations.
Re: OS X 10.9: A downward spiral or a new hope?
#19I think a lot of technical mac users would be better off at least trying a switch to Ubuntu or one of the minimalist variations thereof (xubuntu). A lot of the reasons those people switched to OSX are evaporating and Linux as a desktop or laptop development environment has improved hugely. If you're using vim or sublime you don't even need to change your editor.
Here are the reasons I switched to OSX: - Image installers (.dmg files) and complete installers (.pkg files, that bring dependencies with them). I have never seen either of those fail, ever. I have seen installations from .tar.gz -> ./configure && make && make install fail countless times. This is the number one reason for me, and it's so much more important than anything else that I have trouble thinking of other re…
We've got them on Windows too - .msi files :)
The main advantage of standalone packages is I can choose whatever version of package XYZ I want and push it out rather than being stuck with the package version the repository ships with until either the maintainer updates it or you patch it yourself or argue with some shoddy backport.