A musician tells his story of switching from Mac to Ubuntu
createdigitalmusic.com
A musician tells his story of switching from Mac to Ubuntu
1–10 of 32 posts
Re: A musician tells his story of switching from Mac to Ubuntu
#2Well, yeah. That would stand to reason.
Re: A musician tells his story of switching from Mac to Ubuntu
#3The more reasonable framing would be $600 Dell netbook (what he ended up buying) vs a low-end Mac laptop option.
Re: A musician tells his story of switching from Mac to Ubuntu
#4Now, this may be changing with Ubuntu Studio, but unfortunately a majority of commercial hardware is still strictly Windows/Mac (and sometimes spotty at that). Our mostly self-recorded/produced/mixed album (http://glasscannonband.com/albums/the-chill-room) was done in Windows 7 with Sonar with a Firepod 24bit firewire interface. It wasn't perfect, but it worked.
I couldn't imagine walking into a recording session with a Linux setup and running into a bug (I experienced dozens upon dozens while experimenting with Linux) and trying to sort it all out while the band waits.
Again, I think this is just a time vs. money thing. The post even alludes to this ($3000 upgrade vs. $600).
If you wanna do digital recording, save yourself the hassle: go Mac or Windows with the wonderful REAPER software (from the same dudes that developed WinAmp!).
Re: A musician tells his story of switching from Mac to Ubuntu
#5Re: A musician tells his story of switching from Mac to Ubuntu
#6Things that Ubuntu sucks at:
1) Power management. It really blows.
a) My laptop keeps shutting down without any warning that the battery is low, and half the time Ubuntu doesn't even know whether my laptop is plugged or running off of battery.
b) My laptop is blasting the CPU cooler at full power, all the time. Under Win it's only audible when I do some crazy calculations.
2) No Photoshop replacement. I'm into photography and doing a lot of RAW processing. GIMP is not even close to Photoshop. There are lots of people online who try to convince you otherwise, but it's all bullshit.3) Hardware acceleration seems to be often off in random places with various plugins.
4) I use a second language keyboard layout, and I'm used to Ctrl+Shift shortcut. Coincidentally, Ctrl+Shift+arrow buttons are awesome for text selection. Windows understands that. Under Ubuntu if you set keyboard layout key to Ctrl+Shift, the selection stops working.
5) Putty vs Ubuntu terminal. I'm used to Ctrl+C = copy, "mouse selection" = copy, and "right mouse click" = paste. It's extremely useful. Just doesn't work under Ubuntu.
6) Lack of file organization. I never know where programs are installed, where logs go, where configuration files are, and why they have to be in different places.
7) Little things like "Backspace button" = "go back" not working in Chrome. Like touchpad freeze while I'm typing (it just randomly stops working, even though the ckeckbox is checked in settings somewhere).
I realize I'm a Linux newbie (even though I've been using shell commands for a decade), so probably most of these problems can be resolved with some workarounds. My point is that they should be resolved out of the box.
Re: A musician tells his story of switching from Mac to Ubuntu
#7I recently had to install Ubuntu for work. Before that I normally used Win7 at home (+ unix shell at work via Putty). Things that Ubuntu sucks at: 1) Power management. It really blows. a) My laptop keeps shutting down without any warning that the battery is low, and half the time Ubuntu doesn't even know whether my laptop is plugged or running off of battery. b) My laptop is blasting the CPU cooler at full power, all…
Re: A musician tells his story of switching from Mac to Ubuntu
#8$600 Linux vs $3000 Mac upgrade? The programs he now runs on Ubuntu are all available on OS X. The more reasonable framing would be $600 Dell netbook (what he ended up buying) vs a low-end Mac laptop option.
Regardless of which OS you'll choose to run on it, I doubt a Dell Mini 9 netbook will be a reliable mobile workstation. The author indicated that his income is dependent on him having a functional notebook. One would think he would reserve at least $300 a year for hardware.
I'm left wondering whether the Dell Mini 9 will serve him for the next 2.5 years. If not, then a MacBook Pro would've been cheaper.
Re: A musician tells his story of switching from Mac to Ubuntu
#9His story, while informative, is nowhere near close to that of a typical musician or even audio geek. It's not the platform but the software running on it that counts. The first thing Apple did when they bought Emagic and, as a result, Logic Pro was to kill the product on Windows knowing well users would switch to OS X just to use their favourite tool (why wouldn't they given the $1200->$499 price drop and a major feature boost in Logic Studio).
Most musicians nowadays want more than the ability to record and play back audio tracks. What about the digital audio workstation (DAW) choice on Linux; the virtual instruments and FX plugins; MIDI editing and automation; a UI intuitive and simple enough to use at a live show etc. Good software in the creative market seems to take years to build but the user base is so loyal it takes massive effort to get users to switch. There is a reason most software used in the studio is decades old (see Cubase or Logic, for instance: http://en.wikipedia.org/wiki/Logic_Pro#History). There is also a reason why GarageBand had significant time dedicated to it at the iPad keynote. Musicians with computers tend to be geeks to a degree, but at the end of the day they have music to compose and perform, and the less time they have to spend on software and setting it up the better.
Basically, Linux not being embraced among the musicians is the same story of why you don't see very many people jump ship from Adobe Photoshop in favour of GIMP.
Re: A musician tells his story of switching from Mac to Ubuntu
#10I recently had to install Ubuntu for work. Before that I normally used Win7 at home (+ unix shell at work via Putty). Things that Ubuntu sucks at: 1) Power management. It really blows. a) My laptop keeps shutting down without any warning that the battery is low, and half the time Ubuntu doesn't even know whether my laptop is plugged or running off of battery. b) My laptop is blasting the CPU cooler at full power, all…
5) Ctrl+Shift+C works as copy in the default Terminal setup; mouse selection to copy should work, and middle-click is paste.
6) dpkg -L is your friend, logs are in /var/log, configuration is in /etc, and it's that way primarily so that they can be on different partitions.