"So, I just sat there and lived the passive life of a consumer at home. I clicked around the web and read stuff. I talked to people online. I listened to my music and watched the latest cat videos. I watched a lot of TV. But I didn't write any code. Oh no." nothing stops you from writing code on OSX. Plenty of people do it for their business . IOKit is strange coming from a Linux world, sure, but it works as well as…
>> "Then there's my phone. How do you use one of these things without a computer upon which to sync your data and backups?" >> Windows VM? That only works when you disable USB on the host (which makes USB keyboards and mice temporarily unusable) while the Windows VM is running. And even then it sometimes just stops working after a while. It's one of the reasons I ditched my iPhone and got an Android device.
I mortgaged my future with a Mac
61–70 of 131 posts
Re: I mortgaged my future with a Mac
#62I'm not sure this makes sense. Prior to this she seems to be saying she'll be having issues using her iPhone without OS X. Is she saying she'll also be having issues syncing an Android phone with Linux?
Re: I mortgaged my future with a Mac
#63Earlier quoted context omitted.
No, because the author mentioned that it's some kind of Mac problem. You'd have the exact same problems switching from "free" software running on Linux. Really, I think the article should have been titled: I am Now Dependent on Modern Technology and Don't Like the Alternative
No, what? You end up confirming what I said: it's an application issue - be it free or proprietary. But in her case, phone syncing in a proprietary world is more of a problem. I think she meant it like "I'm dependent on MAC Technology and I can't get out".
Re: I mortgaged my future with a Mac
#64"So, I just sat there and lived the passive life of a consumer at home. I clicked around the web and read stuff. I talked to people online. I listened to my music and watched the latest cat videos. I watched a lot of TV. But I didn't write any code. Oh no." nothing stops you from writing code on OSX. Plenty of people do it for their business . IOKit is strange coming from a Linux world, sure, but it works as well as…
I think this was a reference to burnout from work, not a complaint about the OS X dev environment.
Re: I mortgaged my future with a Mac
#65I agree with the author. I resisted Apple products for a long time for the same reason. As someone who was brought up with a command line OS and a basic knowledge of file structure I hate how Apple "tries" to take this away from their users. I say try. I bought a MBP in 2009 because I loved the physical machine (aluminum unibody). With time I was able to use the OS without it controlling me. All of my music is ripped…
Why exactly? MP4 (M4A) is a less patent-encumbered format, and also has higher sound quality for the same filesize, and still plays on everything (except, I guess, decade-old MP3 players.) I can understand not wanting to use DRMed/fingerprinted songs downloaded from iTMS, but the file format itself is just better. Or are you one of those people who sticks to using RARs now that 7zip/libxz exists?
Re: I mortgaged my future with a Mac
#66Not quite:
Re: I mortgaged my future with a Mac
#67I know that there is some convenience to buy iTunes if you are using Apple devices. Of course, most of that convenience is due to restrictions in the platform that make in impossible for others to be profitable and convenient at the same time.
But nevertheless, it amazes me that some people are so content with the Apple world that they can never foresee themselves leaving it. I've never been that content with anything I purchase, so maybe it's just me.
Remember that Apple makes its money selling hardware. So they'll never have a reason to make it easy for you to use iTunes-bought content anywhere else. That's why I buy from Amazon. It's content selection is just as good, but it is available on nearly every platform imaginable. It does this because content is its business. So I can feel confident when I buy a new tablet or set-top box that I can probably watch all of the Amazon content I've purchased over the years.
Re: I mortgaged my future with a Mac
#68This post would constitute a good/constructive reply to the latter article : 25 Years to Mac - How Ubuntu Pushed Me Away from the PC[1] [1][ http://randomdrake.com/2013/02/23/25-years-to-mac-how-ubuntu... ]
Based on that article, I think Ubuntu probably would push me away from the PC, too. I used a variant called "Goobuntu" (guess where...) during my tenure at one particular company, and it was a mixed bag. I'm not sure how much was due to Ubuntu itself and how much was from the local meddling, but it was wonky in ways my Linux boxes normally aren't. Put it this way - my machine at work was some beastly multi-proc Penti…
I never worked for Big G, but I've felt that exact pain before--that sounds like the classic "enterprise diskless workstation problem." Lots of big companies like to obviate reimaging their Linux boxes by just mounting /usr over NFS. Then, they don't fan-in correctly, so they have too few servers serving too many clients with too little disk locality between requests, so your request to read, say, a font from /usr/share/fonts has to sit in a queue.
Please, if you are a sysadmin who does this: just run a daemon which, in effect, rsyncs the system to the disk server instead. Your workstations have big disks, sitting around doing nothing. You can be as clever as you want, serving squashfs underlay images over bittorrent in the background and then switching out the rootfs link on download completion--just, please, do something other than NFS. NFS is meant for shared filesystems that change; it has absolutely no advantages for a shared read-only rootfs.
Re: I mortgaged my future with a Mac
#69But, I'm stuck. All of my music is in iTunes, having been re-imported from the original CDs over a period of time. I can just re-rip all of it on my Linux box, but that's going to suck. Or, I can try to grovel around in their grungy database and try to make sense of it and "export" things, but I'm sure that will be even worse. You'll find all of your music neatly organized here: /Users/ username /Music/iTunes/iTunes…
The author seems to desire a needlessly complicated way to make these things happen.
Re: I mortgaged my future with a Mac
#70It does not matter the platform you use. The data you use is far, far more important. I use Windows 8, Linux, and Mac OSX boxes on a daily basis. I play music from all of them. I watch movies, view photos, and browse the web from all of them. I code on all of them. The reason I'm able to do this is because I've relentlessly managed my data and set up systems to allow that data to be shared effectively between environ…