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.
OS X 10.9: A downward spiral or a new hope?
41–47 of 47 posts
Re: OS X 10.9: A downward spiral or a new hope?
#42I 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.
Re: OS X 10.9: A downward spiral or a new hope?
#43I 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 use ubuntu at work and osx at home. Ubuntu used to be amazing, and I still think it's good open source development platform, but the amount of time I've spent fixing drivers or fighting with unity has meant that it has cost me a lot more than osx. Then there is the abomination that is unity. They really hit the mark there, making a window manager for netbooks. Cause everyone in their target market uses a netbook, r…
Re: OS X 10.9: A downward spiral or a new hope?
#44I 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?
#45I 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.
This is on a fairly modern desktop built with Linux in mind and a slightly older NVidia card. It should just work.
I also have a Mac laptop and am more and more leaning that way, as it removes many of the issues that get in my way in the Linux world. Sure it introduces a few more, like using MacPorts or something to get my tools installed. Perhaps jumping into a VM when I'm working on that 5-10% of the code that is Linux specific. But overall that is less time taken away from my day than a broken update (and I'm not even talking about a release update).
I'm pretty sure that in a few months my workstation will be Mac as well, with a powerful headless Linux box in the closet or something like that - where Linux works best. I never, ever have issues with my non-graphical linux installs.
Re: OS X 10.9: A downward spiral or a new hope?
#46I 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…
Sure, you could do that, or issue [pkg-manager] install imagemagick. It took me yesterday around 15 seconds to install imagemagick without even leaving iTerm. Even brew knows that.
Re: OS X 10.9: A downward spiral or a new hope?
#47Earlier quoted context omitted.
Agreed. 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.
To me the main advantage of standalone packages (thanks for reminding me of what they're called) is that they just work (to borrow a phrase from Apple's fan club). Having to solve installation/compilation/dependency issues is just a waste of time, when those problem don't need to exist at all (things can just be packaged with all dependencies and dumped onto another machine). I also like the fact that .dmg files are…
AppCleaner / AppZapper / AppDelete / CleanApp / etc beg to differ. A lot of packages leave a lot of crap behind that doesn't get removed with the .app directory itself.