The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   OS Xperiences (http://hintsforums.macworld.com/forumdisplay.php?f=17)
-   -   Why I gave up on my Mac. (http://hintsforums.macworld.com/showthread.php?t=168164)

HippoMan 11-19-2012 08:54 AM

Why I gave up on my Mac.
 
I first started using a Mac late in 2006. Now, late in 2012, I have decided to get rid of my Mac, once and for all.

For almost all of this time, Macosxhints has been the place I've first gone to when I need help or want to share my solutions. I believe that this is the best place to find knowledgeable, helpful people, and to get the best technical solutions for the problems I've encountered. Because of my respect and gratitude to all of you whom I've interacted with over the years, I have decided to share my thoughts and reasons for why I made this decision about giving up on my Mac.

Please don't take any of what I'm about to write as a criticism of anyone who likes, or even loves their Mac. My motives are personal and, to a great extent, idiosyncratic. Nonetheless, I imagine that at least some of you will be interested in my reasons, and perhaps will wish to discuss this topic with me. I appreciate and welcome any feedback and criticism.

First of all, I want to give you my background. I'm a computer programmer (nowadays called "Software Engineer"). I've been programming since 1969. Those were the days of punch cards, paper tape, teletypes, and debugging via hex core dumps and single-stepping through code via console entry switches. I've programmed in many different languages, low-level to high-level, and I've used a number of different operating systems, including an experimental version of Unix in the late 1970's, CP/M and early versions of PC-DOS and MS-DOS in the early 1980's, and versions of Microsoft Windows in the mid-1980's.

I love programming, and I spend some of my spare time at home writing programs for personal projects and managing a small "vanity ISP" which provides email, web, and DNS services for a few friends and relatives.

By profession, I worked for nearly 30 years as an independent contractor doing "software engineering" work for large companies. Nowadays, it's less profitable to be independent, and I work full-time as a software developer for a similar large company.

Most of my paid work over the past 25 years or so has been in the Unix/Linux area, and to a lesser extent, in the Windows environment. At home, I have been using Linux for around 15 years, and up until 5 years ago or so, I had a Windows machine at home, as well. At work over the past 15 years or so, we always have had Windows machines on our desks, and we use Unix and Linux for the real-time, production software that we develop.

In 2006, I was in the market for a laptop. Given that MacOSX is built upon Mach and OpenBSD, and given that Apple was starting to run the OS on Intel-based machines, I decided to take a look at a MacBook Pro. Another factor which motivated me -- and this is actually quite important and pertinent to my ultimate decision to give up the Mac -- is the fact that I wanted my Unix-like machine to have a very good user interface, which the Mac has been famous for.

So I got my Mac. For a number of years, it indeed lived up to its promise: a Unix-like "core" with an extremely usable user interface on top of it. I have been using it regularly at home as my main machine, on which I connect to my remote servers, write my personal, hobby-motivated software, and do ancillary things like reading email, surfing the net, editing videos, etc.

As part of my normal home and work life, I am constantly switching between machines that run Windows, Linux, and MacOSX. Because of this, I want a somewhat consistent user interface between those three environments. Given the flexibility of Windows and especially Linux, it's relatively easy for me to maintain a fairly consistent user experience when switching between these two OS's.

Initially, MacOSX had enough facilities (via Applescript, Cocoa, and Carbon) for me to write utilities that manage the user interface in a manner that was sufficiently consistent with what I was easily able to configure in the Windows and Linux environments. However, as time went on, Apple kept changing the UI -- and even more importantly, they kept deprecating and eliminating API's that allow us to control it in our own ways -- and this made it harder and harder for me to set up the user interface in ways that conform to what I like, and what is easily manageable and attainable within those other two OS's.

By the time Mountain Lion came out, enough low-level API's for controlling the UI were eliminated, that the only way I could control it the way I want is via code injection. I spent some time with this, and while I have done this kind of low-level programming for decades and know how to do it, it was taking up so much of my time and effort, that I was starting to get frustrated.

And then, a few weeks ago, I woke up. I had forgotten one of my main, original reasons for choosing a Mac: a usable user interface. By now, I was spending an inordinate amount of time _fighting_ with the MacOSX interface to make it behave consistently with the other two OS's I use, and in the manners in which I like to work. This totally defeated my original purpose for choosing it. It was then that I decided to abandon my Mac.

Before I go on, I think it's important to enumerate the UI features that are important to me:

1. Multiple desktops. I organize these desktops by tasks, not by programs. For example, web-related tasks go onto one desktop. Remote access to my "vanity ISP" servers go into another desktop. Terminal windows to do my hobbyist-type programming on the Mac go into another desktop. Video editing is done on another desktop. And so on.

2. If I select a desktop, I must remain on that desktop until I decide to go elsewhere, no matter what programs I might open or close on that desktop.

3. There exactly two ways (no more, no less) where a desktop changes: (A) I explicitly switch to a different desktop, either via software or via manual actions; (B) I click on the icon of a program that is running in a different desktop, at which time I will be switched to that desktop and that program.

4. I can programmatically switch from desktop to desktop.

5. I can programmatically query which desktop any given program is running on, and which desktop is now the "current" desktop.

6. If a program (or a window to a program) is started in a given desktop, it always remains in that desktop unless I explicitly decide to move it to another desktop.

7. This relates to all of the above items: when I start up my computer, I can automatically (i.e., no manual actions, whatsoever), cause various programs to start up in different desktops. In MacOSX, this includes starting different Terminal windows in different desktops (for example, Terminals for accessing my own system would be in one desktop, Terminals which contain ssh sessions to my remote servers would be in a different desktop, etc.).

Note that I can have all 7 of these features, exactly the way I want them, with very little effort under Windows and Linux. However, it's impossible to have all 7 of these features under Mountain Lion, unless I resort to unsupported hacks such as code injection.

For example, it is impossible to simultaneously have both features 3-A and 3-B under Mountain Lion. I can either disable the OS's auto-switching of desktops completely, which also disables the 3-B feature, or I can configure the system to support 3-B, but then, I am often auto-switched back and forth between desktops against my will if I close programs.

Also, item 5 is now impossible under Mountain Lion without code injection or other hacks.

A related problem under MacOSX: I use the Terminal utility a lot for various purposes: working on my Mac, connecting remotely to servers via ssh, etc. However, Terminal is one, single program, and each time I open another window it's just that: a new window for a single, running instance of Terminal. Because of this, it takes some effort to ensure that certain Terminal windows always open on certain desktops (i.e., different desktops from one another). This is doable, but it's complicated to manage and there are edge cases where I can't control the desktop placement of those Terminal windows the way I want without manual intervention.

Of course I know that Apple has what they consider to be good reasons for their design of their user interface and for their changes to the operation of this user interface. And I also know that millions of people are probably perfectly happy with these changes and designs.

However, it's important to me (for my own, personal reasons) to have a reasonably consistent user experience between my Windows, Linux, and MacOSX machines. It's frustrating to have to change paradigms simply because I'm changing machines.

I know that Windows and Linux also change their UI's over time. However, one huge difference between these OS's and MacOSX is that users are not prohibited from reconfiguring the UI to suit themselves. There are documented and supported configuration options and API's under both of those OS's which allow us to easily override these user-interface defaults, if we wish.

Apple, on the other hand, actually goes out of their way to prevent us from using the UI in manners that differ from what they want. The do this by not offering preferences to override certain default behaviors, and by actually eliminating API's that allow us to do so programmatically.

I understand that Apple has what they believe to be good reasons for prohibiting this kind of UI configuration, and I also know that the majority of Apple users are probably perfectly happy with Apple's philosophy about this.

But I'm not. I want the kind of control of my user experience that I have summarized here.

I don't begrudge Apple or Apple users for their preferences and choices. They just aren't for me.

With all this in mind, I recently bought a laptop for running Linux, to replace my MacBook Pro. It's got 4 dual-core processors (8 processors in all), it runs in 64-bit mode, it has 16 Gb of memory, and it has a large, fast hard disk. And it costs probably 50 percent or less of what a comparably configured MacBook Pro would cost ... if even such a device exists.

I can run all the software I want on this machine ... including video-editing software which is a lot cheaper and runs better than what I was using on the Mac.

And this hardware is at least twice as fast and (as I mentioned) twice as cheap as my MacBook Pro.

I am giving my old MacBook Pro to someone as a Christmas present. I know she'll be very happy with it, as are many millions of people with their own Apple devices.

I just want to reiterate that I am not trying to disparage anyone who likes or loves Macs or other Apple products. The company makes high-quality (although high-priced) products, and it generates lots of user satisfaction. It's just that the Apple corporate attitude about taking control away from users and giving them an Apple-designed and Apple-mandated user experience has become too burdensome for me.

Thank you for your interest. I look forward to any feedback, complaints, insults, etc. :)
.

Red_Menace 11-19-2012 12:23 PM

With the Apple user interfaces, you pretty much have to take it or leave it. They are moving more and more toward being an appliance, although MicroSoft isn't too far behind (Metro, anyone?). Which leaves Linux.

Computers have always been a hobby for me, since my job is more of a hands-on kind of thing, so I started out with Apple because I liked the processor and there were better user groups. Later they became more main stream, but the hobby aspect was still there with Unix and the various scripting environments. I guess I got used to everything just working without me having to fiddle with it, but the ability to fiddle with it was always there. Now with everyone racing toward their own closed appliance ecosystems, the ability to fiddle with anything is rapidly disappearing. Which leaves Linux.

I've still got a house full of Apple hardware, but where they are going isn't very clear, and the upgrade path is going to be expensive in any case. I'm not quite to the point of dumping my Mac's, but I hear where you are coming from - currently I'm reinvigorating my hobby by taking a detour with a handful of Raspberry Pi's and Linux.

HippoMan 11-19-2012 01:18 PM

Yeah, Microsoft is indeed moving in a somewhat Apple-like direction with Metro. But at least there are API's for customizing or overriding the "new and improved" Metro behavior. For example, there already are add-ons which bring back Start-Menu-like functionality for those who can't live without it, and Windows 8 has only been out for a short time.

Another thing about Windows is that I only use it at work, and my company (as well as lots of other large organizations) is still using XP.

In any case, I would think long and hard before giving up my Apple box if Windows was the only alternative.

I'm also thinking of fiddling with Raspberry Pi. That will probably my next new toy.

Hmm ... maybe I'll buy myself a Christmas present ...
.

onceagain 11-19-2012 05:26 PM

Quote:

Originally Posted by HippoMan (Post 713896)
\First of all, I want to give you my background. I'm a computer programmer (nowadays called "Software Engineer").

Me too - although they are hardly the same thing.

Quote:

Most of my paid work over the past 25 years or so has been in the Unix/Linux area, and to a lesser extent, in the Windows environment.
Me too.

Quote:

By now, I was spending an inordinate amount of time _fighting_ with the MacOSX
Me too - and the way I figure it, if I am going to have to fight with the machine and hate using it, I may as well just use Windows - at least it's more accepted in the work place and leads to more work.

Quote:

However, Terminal is one, single program, and each time I open another window it's just that: a new window for a single, running instance of Terminal.
You could try creating multiple copies of terminal, each with their own name (Terminal, Terminal2, Terminal3), etc. I dunno how well that would work for you and it may cause issues with preferences.

Quote:

Apple, on the other hand, actually goes out of their way to prevent us from using the UI in manners that differ from what they want.
I agree, and I think it sucks. Unfortunately, the prevailing attitude in places such as here seems to me, "**** you, Apple knows better than you - suck it up!" As far as I am concerned, Apple has been making its machines progressively less usable for years. The only reason why I have not switched to Windows already is that I am a long-time UNIX person and I don't know much about Windows - and frankly, I don't care to start over - but it is likely I will get to that point before too much longer. That sucks too.

chabig 11-19-2012 06:59 PM

Quote:

Originally Posted by HippoMan (Post 713896)
I first started using a Mac late in 2006.

It's pretty clear that although you used a Mac, you never really switched.

Quote:

Originally Posted by HippoMan (Post 713896)
However, it's important to me (for my own, personal reasons) to have a reasonably consistent user experience between my Windows, Linux, and MacOSX machines.

Why should they be consistent? They are different products. Do you demand that the dashboard on your Jeep look and work exactly like the dashboard on your BMW. Why not demand that Linux and Windows change their UIs to be consistent with the Mac? Like I said, you never really switched.

Quote:

Originally Posted by HippoMan (Post 713896)
Apple, on the other hand, actually goes out of their way to prevent us from using the UI in manners that differ from what they want.

It's not Apple's job to deliver a fully customizable UI for you. They build a solid, well-designed products that works great. It's up to you to decide whether you like it or not. Apparently you don't, and that's fine.

Quote:

Originally Posted by HippoMan (Post 713896)
I don't begrudge Apple or Apple users for their preferences and choices. They just aren't for me.

And this is the bottom line. You never were a Mac user. You experimented with one and decided it wasn't to your liking. That's fine. I don't know why you felt compelled to tell us all about it.

onceagain 11-19-2012 07:13 PM

Quote:

Originally Posted by chabig (Post 713915)
And this is the bottom line. You never were a Mac user. You experimented with one and decided it wasn't to your liking.

I disagree with that characterization. He had it for 6 years. That's a bit beyond the "experimented with it" phase - assuming he actually used it during that time (at least 30 hours/week) to try to get stuff done.

Quote:

I don't know why you felt compelled to tell us all about it.
Yeah, I don't either. The post was very thoughtful and well written, but I don't know why he bothered. When and if I ditch Macs (since I've owned since 1989), or when and if I ditch my Jeep (for those who don't know, owning a Jeep is a lot like owning an Apple), I don't plan to write a "goodbye letter" to anyone - I'll just go away (to much rejoicing, I'm sure). I will not feel the need or inclination to tell anyone why.

HippoMan 11-19-2012 09:25 PM

Quote:

Originally Posted by chabig (Post 713915)
It's pretty clear that although you used a Mac, you never really switched.

That would only seem "clear" to you if you didn't read a lot of my message or didn't understand what I wrote. I plainly stated in my message that I used my MacBook Pro for 6 years as my "main machine" for just about every computer-related task I engaged in at home. That clearly doesn't constitute "experimenting".

Perhaps your lack of understanding of this point is due to the fact that my message was rather long-winded, and you gave up reading part-way through. I'd much prefer to believe that than to think that you have problems with reading comprehension.


Quote:

Originally Posted by chabig (Post 713915)
Why should they be consistent? They are different products. Do you demand that the dashboard on your Jeep look and work exactly like the dashboard on your BMW. Why not demand that Linux and Windows change their UIs to be consistent with the Mac?

You seem to think that I somehow was discriminating against the Mac. However, that is not the case.

I modified aspects of the Windows UI that came "out of the box" so that I could better do my work.

I modified aspects of the Linux UI that came "out of the box" so that I could better do my work.

From 2006 to early 2012, I was able to modify aspects of the MacOSX UI that came "out of the box" so that I could better do my work.

I treated all three of those platforms equally with regard to wanting to tweak their UI's. By 2012, however, the amount of work I needed in order to tweak the MacOS UI was becoming egregious. Nevertheless, I hung in there. But then Mountain Lion came out, and they got rid of some of the API's that I was previously using. This changed the characterization from "egregious" to "impossible".

Of course Apple is free to make those changes, just as I am free not to like them and to choose to switch to a different platform as my "main machine".


Quote:

Originally Posted by chabig (Post 713915)
Like I said, you never really switched.

If by "switched", you mean "stopped using the Windows boxes that sat on my desk at work for the past 15 years, stopped using the Linux servers at work for the past 15 years, and stopped using my other Linux box at home, and only used a Mac and nothing else, ever," then yes, I didn't "switch" ... and I would have been a fool to have done so.

Computers are tools for me, not symbols of a lifestyle or a religion that someone "switches" to.


Quote:

Originally Posted by chabig (Post 713915)
It's not Apple's job to deliver a fully customizable UI for you. ...

I totally agree. That's been clear to me from Day 1, and that's why I spent so much time customizing it, myself, rather than whine and cry to Apple like lots of other users might do. And that's why I finally decided to move on and to buy a computer that suits me better.


Quote:

Originally Posted by chabig (Post 713915)
And this is the bottom line. You never were a Mac user.

With all the times you repeat that theme, it's becoming even more apparent that for you, "The Mac" is indeed more like a lifestyle or a religion, than simply a tool. Your comments sound quite similar to this: "You were never a true Catholic."

Of course, you are free to treat your own Mac as such. Just keep in mind that not everyone assigns that same meaning to their computers.


Quote:

Originally Posted by chabig (Post 713915)
I don't know why you felt compelled to tell us all about it.

I've been a contributor here for around 5-1/2 years. I have posted many questions and a few solutions. I wanted to (1) tell those people who know me here why I might seem to disappear; (2) share my feelings with other thoughtful people and see if I could perhaps learn something; (3) possibly provide some kind of support to others who might have similar issues with using their Mac as I did; (4) possibly stimulate a discussion about the direction that Apple Corporation has been taking in recent years and the type of customers it is trying to attract.

You are free to disagree with me about the value of my having posted. Just keep in mind that you responded, so my message must have had some meaning or value for you, too.

Have a good night.
.

HippoMan 11-19-2012 09:32 PM

Quote:

Originally Posted by onceagain (Post 713916)
I disagree with that characterization. He had it for 6 years. That's a bit beyond the "experimented with it" phase - assuming he actually used it during that time (at least 30 hours/week) to try to get stuff done.

Thank you. Yeah, I'd say 30 hours a week seems about right ... and probably even more. I don't watch TV or play video games, and most of my at-home free time consists of working on my computer. In some ways, I'm a mega-geek.


Quote:

Originally Posted by onceagain (Post 713916)
Yeah, I don't either. The post was very thoughtful and well written, but I don't know why he bothered. When and if I ditch Macs (since I've owned since 1989), or when and if I ditch my Jeep (for those who don't know, owning a Jeep is a lot like owning an Apple), I don't plan to write a "goodbye letter" to anyone - I'll just go away (to much rejoicing, I'm sure). I will not feel the need or inclination to tell anyone why.

I just finished writing my reasons for posting in my previous message, so I won't repeat them all here. In summary, I wanted to share my thoughts and possibly stimulate some discussion.
.

HippoMan 11-19-2012 09:45 PM

Quote:

Originally Posted by onceagain (Post 713913)
... The only reason why I have not switched to Windows already is that I am a long-time UNIX person and I don't know much about Windows - and frankly, I don't care to start over - but it is likely I will get to that point before too much longer. That sucks too.

As a long-time UNIX person, you might think about Linux instead of Windows, if you haven't done so, already. It's getting pretty mature and quite usable these days.

Or if you decide on using Windows, there's a very extensive suite of free Unix utilties called "cygwin". They offer pretty much everything that normally runs out of /usr/bin and /usr/X11/bin, including shells like bash and zsh. They also offer an X server which runs very well under Windows, and you can even set up a standard sshd and other common daemons.

At work, I set up cygwin with zsh as my shell. I use cygwin's X server and open up urxvt windows when I want to run in command-line mode. It looks a hell of a lot like Unix and Linux, and sometimes, I even forget that I'm running under Windows.
.

onceagain 11-19-2012 09:56 PM

Quote:

Originally Posted by HippoMan (Post 713922)
As a long-time UNIX person, you might think about Linux instead of Windows, if you haven't done so, already. It's getting pretty mature and quite usable these days.

The reason why I would switch is to give up fighting the good fight on using something other than Windows. I'm tired of hearing crap like, "That's beautiful - but we need it done in Visio" and "Great database - now do it in Access because that's what we use" and so forth.

But thanks for the post (:

HippoMan 11-19-2012 10:02 PM

Quote:

Originally Posted by onceagain (Post 713923)
The reason why I would switch is to give up fighting the good fight on using something other than Windows. I'm tired of hearing crap like, "That's beautiful - but we need it done in Visio" and "Great database - now do it in Access because that's what we use" and so forth.

But thanks for the post (:

My pleasure.

Yeah, sadly, a lot of the world is running under Windows.

But if you do bite the Windows bullet, I strongly recommend installing cygwin. It will at least ease the pain.
.

onceagain 11-19-2012 11:25 PM

Quote:

Originally Posted by HippoMan (Post 713925)
My pleasure.

Yeah, sadly, a lot of the world is running under Windows.

But if you do bite the Windows bullet, I strongly recommend installing cygwin. It will at least ease the pain.
.

Well, any such system would be corp owned and I wouldn't have the ability to install anything (:

HippoMan 11-20-2012 02:09 PM

Quote:

Originally Posted by onceagain (Post 713926)
Well, any such system would be corp owned and I wouldn't have the ability to install anything (:

Actually, cygwin can be installed for a single user without adminstrator rights:

http://superuser.com/questions/22947...e-admin-rights

Only a few functions won't be permitted (running services like sshd, doing a chown, etc.).
.

onceagain 11-20-2012 04:52 PM

Quote:

Originally Posted by HippoMan (Post 713948)
Actually, cygwin can be installed for a single user without adminstrator rights:

http://superuser.com/questions/22947...e-admin-rights

Only a few functions won't be permitted (running services like sshd, doing a chown, etc.).
.

.....unless corp policy prohibits user install of anything - whether they have the technical ability to do so or not (:

HippoMan 11-20-2012 08:03 PM

OK. Now I understand.
.

onceagain 11-21-2012 12:51 AM

Yeah, they're rather Nazi about it, and very paranoid. That's why all the laptops they supply are running Windows XP and IE 6.....and you can't connect anything other than the laptops they supply to their network.

benwiggy 11-23-2012 11:26 AM

Quote:

Originally Posted by HippoMan (Post 713896)
However, it's important to me (for my own, personal reasons) to have a reasonably consistent user experience between my Windows, Linux, and MacOSX machines. It's frustrating to have to change paradigms simply because I'm changing machines.

Ironically, it is for this very reason that OS X is designed not to be easily customised. The idea is that one installation of OS X should be pretty much like another, and that anyone sitting down in front of any Mac should not be confused by unfamiliar personal configurations of the UI.

This is not a complete success, of course. I do a lot of freelance work in offices, and have to use a variety of Macs on various different OS versions, and it's amazing how different and unfamiliar even reasonably similar setups can be. Going back to Snow Leopard last week was particularly frustrating, as I was wanting to do things which it can't do. (Worst was that I'm now accustomed to opposite scroll...!)

I have occasionally used Windows -- I had to use InDesign in it last year for a couple of weeks. But I've rarely used it in 20 years. I don't imagine that I could configure Windows to be like OS X, and it is visually and systemically so different that I don't think I would be tempted to do so. I eventually came up with a workflow there that I wouldn't use on OS X. (The mental switch between <Cmd> and <ctrl> becomes easy from the visual clue of each UI.)
Who knows whether I would have found Windows as agreeable and suitable as OS X, had I never used a Mac?

I've used Linux a bit, too, but mostly as a hobby. Haven't touched it for several years, though, and it's come on a lot recently.

I'm a child of the 8-bit microcomputer, and I grew up thinking that computers were blank slates (let's not say tablets) on which you can design any method and practice and interface. But for most people, now, the OS in all its multi-meta-layered glory says "if you want to do X, this is how you do it." As do applications.

Where it is possible to create and configure, then I'm very keen to do so. One of the things I enjoy about OS X is the ability to automate with shell scripts, AppleScript, Automator, Python, perl, etc, etc.

But I'm all too aware that there are some aspects of platform use which are fixed and unyielding. And at that point, I think we're all lucky that we have a very flexible and powerful computing device that can configure itself to cope with change much more readily than anything from Intel!

HippoMan 11-23-2012 04:13 PM

I mostly agree with you, benwiggy. I'm just confused about one thing you wrote:

Quote:

Originally Posted by benwiggy (Post 714037)
... And at that point, I think we're all lucky that we have a very flexible and powerful computing device that can configure itself to cope with change much more readily than anything from Intel!

Mac's now are built with Intel chips, so I'm not sure what you're referring to.

In any case, thank you for your thoughtful feedback.
.

HippoMan 11-23-2012 04:31 PM

Quote:

Originally Posted by benwiggy (Post 714037)
... and it's amazing how different and unfamiliar even reasonably similar setups can be. Going back to Snow Leopard last week was particularly frustrating, as I was wanting to do things which it can't do. (Worst was that I'm now accustomed to opposite scroll...!)

One more point: I found the same thing to be true, but I had the opposite reaction to it as you. I was able to relatively easily configure the MacOS UI to do most of what I want in Snow Leopard. This involved some objective-C code using some supported and documented API's. However, it was harder to do so in Lion, and virtually impossible to do this in Mountain Lion, due to the fact that Apple totally removed those API's by then.

I don't see much evidence that Apple is committed to a consistent user experience, given that they have changed the UI over the years when newer versions of the OS come out.

I see this slightly differently: I think Apple is committed to enforcing a rather inflexible UI within any given OS release, but not necessarily across releases. I'm guessing that they do this for two reasons: (1) it's cheaper and easier to support their user base if any given user has fewer options at his/her disposal; (2) Apple has a philosophical mind-set that is based on control, and they want to discourage others (even customers) from taking too much control over what is available within Apple's products.

Of course Apple has a right to take this position, and it doesn't seem to be hurting them too much, given their financial success.

Nonetheless, a certain subset of users are being driven away from Apple because of this.

In the past, many people viewed being a "Mac user" as being involved with digging under the covers of Apple's closed architecture in order to make the computer do more than Apple was officially allowing. That was a significant part of the whole "Mac mentality" for a couple decades.

There still are people who love their Mac's and love to take this approach with them, and I was one of them for a while. However, for most of my life, I've played with and tweaked my OS's (MacOS and others), and I don't feel as strong of a need to do that these days. Now, I just want my computers to serve as usable tools that don't require a lot of fighting with the OS and the computer manufacturer in order to make them do what I want.

But that's just me.
.

benwiggy 11-26-2012 04:35 AM

Quote:

Originally Posted by HippoMan (Post 714039)
I mostly agree with you, benwiggy. I'm just confused about one thing you wrote:
Mac's now are built with Intel chips, so I'm not sure what you're referring to.

I was talking about wetware. Every person comes installed with a highly flexible, infinitely configurable computing device. When I can't change my environment, I reconfigure my neurones!

I'd be interested to know what features you implemented using Obj-C in Snow and (in outline at least) how you did it; and which family of APIs are now deprecated. One of the features heralded in 10.7 and later was improvements in using Obj-C within AppleScript. I've been looking into how I can use this to my advantage.

All the best

Jasen 11-29-2012 06:52 PM

I feel ya.
People were confused about why I bought a Mac Pro when I immediately formatted the drive and installed a dual boot of Win7/Linux. I develop .NET applications and SQL databases. I don't need or care about OSX, I just wanted the hardware. :)

benwiggy 11-30-2012 03:37 AM

That must have been some time ago, right? Every other post I've read on the internet is about people ditching MacPros for PC hardware that's better and cheaper.

sojourner 12-01-2012 05:50 PM

HippoMan, I feel your pain. I'm nowhere near abandoning Mac for Windows or Linux, but I'm not so crazy about being unable tweak some things in Mac, and I feel leery when I see Apple making it harder for power users to change some things "under the hood". I like a walled garden, but with a couple of doors.

HippoMan 12-02-2012 10:02 AM

Quote:

Originally Posted by benwiggy (Post 714127)
I'd be interested to know what features you implemented using Obj-C in Snow and (in outline at least) how you did it; and which family of APIs are now deprecated. One of the features heralded in 10.7 and later was improvements in using Obj-C within AppleScript. I've been looking into how I can use this to my advantage

One of the things I was using to manage my UI was the ability to be notified programmatically when the current desktop changes, and which desktop is the current one. There used to be an Objective-C API (I think in Carbon) which supplied this functionality up through Lion, but when Mountain Lion arrived, that API disappeared. The desktop-change notification is still present, but there is no longer any way to know programmatically which desktop is the current one.

... well, I should qualify that. It's still possible to obtain that info via hacking (code injection, for example), but you can say that about just about any piece of information about the OS's state. I just got tired of working so hard to hack my own computer, simply to make it work the way I want.

I also had been using ASOC ("AppleScript-Objective-C") for quite a while, but I assure you that this desired API is not available in that environment.

Unfortunately I don't recall the specific Objective-C API I was using for that functionality up through Lion, and I don't have the code any more, because I deleted it all when I gave my Mac away.
.

HippoMan 12-02-2012 10:03 AM

Quote:

Originally Posted by benwiggy (Post 714312)
That must have been some time ago, right? Every other post I've read on the internet is about people ditching MacPros for PC hardware that's better and cheaper.

No, it wasn't long ago at all. I abandoned my Mac in November, 2012.
.

HippoMan 12-02-2012 10:06 AM

Quote:

Originally Posted by sojourner (Post 714381)
HippoMan, I feel your pain. I'm nowhere near abandoning Mac for Windows or Linux, but I'm not so crazy about being unable tweak some things in Mac, and I feel leery when I see Apple making it harder for power users to change some things "under the hood". I like a walled garden, but with a couple of doors.

Thank you. Your statement is a clear, concise summary of my own feelings about the closed architecture.
.

HippoMan 12-02-2012 10:24 AM

Quote:

Originally Posted by benwiggy (Post 714127)
I was talking about wetware. Every person comes installed with a highly flexible, infinitely configurable computing device. When I can't change my environment, I reconfigure my neurones!

With regard to wetware, if the Mac was the only computer I ever used, then yeah, wetware reconfigurations are appropriate. However, I earn my living programming on Windows and Linux machines, and it's important to the stability of my wetware that I don't have to make significant paradigm changes when switching between the UI's of these OS's, and also of the Mac that I formerly used at home.

As I mentioned, it was (and still is) relatively straightforward to configure the UI's under Windows and Linux to behave similarly to one another. It also used to be straightforward to implement that similar UI behavior under MacOSX. However, in Lion it became harder, and under Mountain Lion, its difficulty became even more egregious.

In other words, the reason I got rid of my Mac was for the sake of my wetware's well-being.
.

Jasen 12-03-2012 02:44 PM

Quote:

Originally Posted by benwiggy (Post 714312)
That must have been some time ago, right? Every other post I've read on the internet is about people ditching MacPros for PC hardware that's better and cheaper.

I've run into many of those people as well. When I bought mine, I did a price comparison with Dell. The same dual-quadcore workstation (same chipset, processor speed, and as close to the same features as possible) was over $5k from Dell, as opposed to $3k for the Mac.

HippoMan 12-09-2012 12:10 PM

Quote:

Originally Posted by Jasen (Post 714442)
I've run into many of those people as well. When I bought mine, I did a price comparison with Dell. The same dual-quadcore workstation (same chipset, processor speed, and as close to the same features as possible) was over $5k from Dell, as opposed to $3k for the Mac.

I got my Linux laptop from System76. It's got 4 dual-core processors, 16Gb of memory, and a 750Gb 7200 RPM disk, as well as a matte screen. Total price is $1600. I'm not sure I could even find comparable hardware in a MacBook, but even if I did, I believe that it would cost at least double that.
.

Jasen 12-13-2012 05:30 PM

Quote:

Originally Posted by HippoMan (Post 714721)
I got my Linux laptop from System76. It's got 4 dual-core processors, 16Gb of memory, and a 750Gb 7200 RPM disk, as well as a matte screen. Total price is $1600. I'm not sure I could even find comparable hardware in a MacBook, but even if I did, I believe that it would cost at least double that.
.

Very true... laptops are a completely different story. My experience really only applies to Mac Pros (which are truly what other OEM's call workstation-class PCs). MacBooks, iMacs, and even Minis are pretty expensive compared to other equivalent hardware. Mac Pros are probably the exception.


All times are GMT -5. The time now is 06:36 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.