Slashdot Mirror


Does New Development For Mac OS X Make Sense?

DLWormwood wonders: "As a long time Mac developer, originally as a hobbyist and then a professional, I'm feeling pessimistic about the future of the platform now that Apple is embracing Intel and abandoning the few remaining 'Mac' technologies (like the PowerPC and OpenTransport) left to the platform. With the high likelihood that these new Macs will offer a full speed version of Virtual PC and (what I think is) the almost assurance that some clever hacker will make 'X for x86' run on commodity hardware, I'm doubting the willingness of most IT and development houses to even give the Carbon and Cocoa APIs a first glance. (If it wasn't for the poor past performance of VPC, I would not have gotten my first Mac programming job.) Can anybody with a more optimistic view think of a scenario where a modern development house will do Mac development in an age where the help desk will just say either 'switch boot to Windows/Linux' or 'run Virtual PC?'"

73 of 394 comments (clear)

  1. I think that the prospects are better... by jessecurry · · Score: 5, Interesting

    Apple is much more than just a processor. What really differentiates Apple from the Windows world is the OS. Not to get into the argument about stability, OS X is much more intuitive and overall an easier to use operating system.
    I don't think that you will come into a situation where a help desk would tell a user to switch into Windows or run VirtualPC because I doubt that Macs will ever come with those pieces of software installed. Working at a helpdesk is not about telling users what they should do, it's about helping them do what they want to do
    I think that now that Apple is switching to Intel they will have more flexibility in pricing and will probably continue to grow their market share. I'd say that the prospects for Mac developers will be better than ever in the future. If you need another opinion check out this article.

    --
    Those who know, do not speak. Those who speak, do not know. ~Lao Tzu
    1. Re:I think that the prospects are better... by jbolden · · Score: 2, Insightful

      Check out most of the online poker sites tell mac users to use virtual PC now (when it is much slower). Mind you a customer to a gambling website is woth a lot of money and mac users won't generally use non mac software but they don't care.

    2. Re:I think that the prospects are better... by MysteriousPreacher · · Score: 2, Funny

      Yeah, it's sad when it comes down to having to lie just to get some cross-platform settings. I'm glad things have improved over the years.

      --
      -- Using the preview button since 2005
    3. Re:I think that the prospects are better... by LSD-25 · · Score: 2, Insightful
      Have you even read Apple's "universal_binary.pdf" document? It is clear that the Intel architecture is a technical compromise at best: It is difficult to locate a paragraph in that document that extolls the virtues of the Intel way. To the contrary, we read about the vulnerability of the Intel ABI:
      "Thus, programming errors, or other operations that access past the end of a local variable array or otherwise incorrectly manipulate values on the stack may be more likely to crash applications on x86 systems than on PowerPC. " ,
      and simple math things:
      "An integer divide-by-zero is fatal on an x86 system, and continues on a PowerPC system, where it returns zero."

      "Dammit! My buggy program ran just fine on PowerPC, but it crashes on Intel."

  2. Now is THE Time To be a Mac Developer by aluminumcube · · Score: 5, Insightful

    I think your view, while logical and understandable, is unnecessarily pessimistic.

    The market has always viewed the Mac as another computer, one interchangeable with every other computer. While a Mac is (technology wise) a computer, the people who buy them view them very differently and the sheer dynamics of the Mac Economy (the customers, companies and products that hinge on the Mac platform) prove this out.

    Take your fear of people figuring out how to run X on beige boxes... Apple doesn't care about these folks. Simply by having not purchased a Mac, this portion of the market has already proven that they are unwilling to have ever paid the Apple premium so, in effect, Apple will virtually never loose a sale to this crowd.

    Or think of it this way; the kind of people who are drawn to the Mac platform are drawn to it PRECISELY because they don't want to fuck around with patches, workarounds and general hackery in order to make their computer run. Here is the test: could you imagine telling your mother to run out, buy a beige box, download some boot hack, install it, then install OS X on top of that? Probably not and that's exactly why Apple isn't going to be kept up at night worrying about the people who are going to hack OS X to run on commodity hardware.

    If anything, I think this will bolster Mac sales- the kind of people who are willing to jump through the hoops to make OS X run on beige boxes are computer enthusiasts and typically serve as the computer information maven within their circle of friends. I think that if these hardcore Windows guys get OS X (for free) and play with it on their beige (or Tie Fighter) boxes, they are going to be pretty impressed. When it comes to telling people what computer to buy though, they will probably just recommend to their friends that they buy a Mac.

    The same logic generally applies to your second point (will software developers still make Mac versions of their stuff). I think that the answer here is again, a big yes because there is a fairly substantial wall between people who will want to run native apps and people who want to run emulated apps. As someone with a Mac, I've proven (by voting with my dollars) that I am someone who will pay a premium to have an elegant computer that "Just Works." Any software developer with half a brain is going to realize that forcing the Mac customer to run clunky Windows emulation (even if it is at native speed) is inherently out of step with what that customer wants.

    I think this is the perfect time to start developing Mac software. Porting over PC code is going to be easier then ever. The overall buy rate of Macs is going to be increasing significantly. A major chunk of risk in regards to the stability of the Mac platform has now been removed. Apple will be rocking the computer world within the next 24 months...

    1. Re:Now is THE Time To be a Mac Developer by BitGeek · · Score: 4, Interesting


      I don't think there really is a price premium on Macintoshes... but now we'll be able to see for sure.

      I bet Apple products will be about the same prices as Dell, yet deliver more features and a lot more innovation.

      Look at what happened when Aopen tried to make an x86 mac-mini competitor-- it was $100 more, without the OS, making it really $200 more expensive than the mini.

      But I agree-- developing on the Mac platform is the best its ever been... the OS X API is complete (Though I'd have liked EnterpriseObjects back) and frozen in panther (interesting that they did that, and made a big deal out of it, cause it means they planned to move to Intel 2 years ago.)

      Its a great time to write apps for the Mac as the Mac becomes less of an isolated fringe platform and more of a mainstream alternative to windows.

      --
      Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
    2. Re:Now is THE Time To be a Mac Developer by edgar_is_good · · Score: 5, Interesting

      Don't forget the new buyers: I've already heard people say "Hey, if I could install Windows on it, then I would be willing to buy a Mac, because then if I didn't like it, I could always switch back."

    3. Re:Now is THE Time To be a Mac Developer by spyrral · · Score: 2, Insightful

      I agree with nearly all of the above except for this statement:

      "Porting over PC code is going to be easier then ever."

      First of all, when you say 'PC code' I assume you mean code written to run on MS Windows. That is a fairly nonsensical statement. Most software never accesses the processor directly, so porting code will not be any easier or harder than it was before.

      Still a great post though. Now is a great time to start writing software for the Mac!

    4. Re:Now is THE Time To be a Mac Developer by EvlG · · Score: 2, Insightful

      For most apps that is only a small, small piece of the puzzle.

      The big effort in porting are the APIs; that is, going from Win32 -> Cocoa.

      That's not a easy job, and the switch to Intel didn't make it any easier.

    5. Re:Now is THE Time To be a Mac Developer by Cecil · · Score: 4, Interesting

      Take your fear of people figuring out how to run X on beige boxes... Apple doesn't care about these folks. Simply by having not purchased a Mac, this portion of the market has already proven that they are unwilling to have ever paid the Apple premium so, in effect, Apple will virtually never loose a sale to this crowd.

      You're wrong. I'm a UNIX geek turned OS X geek. I own a Mac (several, in fact). I own them because I adore OS X and because Apple makes laptops that sleep beautifully and instantly. I suspect the latter is more a function of OS X than it is of the hardware, but we'll have to see.

      In any case, if a beige box (or PC laptop) ran OS X for $1500 less than my Mac cost... would I do that? You better believe I would. I'm not in it for the hardware. I'm in it for a UNIX with an awesome UI and great UI development tools, and that's what OS X is to me.

      I sincerely doubt I'm alone.

    6. Re:Now is THE Time To be a Mac Developer by Snocone · · Score: 2, Insightful

      Something to keep in mind though, is that the API-porting effort is fairly easily estimable and schedulable with a good degree of confidence.

      Those @(#$&&!!!! endian bugs, on the other hand, can turn your schedule into an utter trainwreck and your profit into LESS than nothing. So eliminating them is a much bigger benefit than the actual percentage of effort they take up *in a well written app* --which most are faaaaaaar from -- would lead you to suspect.

    7. Re:Now is THE Time To be a Mac Developer by catwh0re · · Score: 2, Interesting
      To add to your point. Apple have an advantage when it comes to keeping their OS on their hardware, which is that their motherboard designs are still in house, meaning that while the Intel chip is the same as Dell machines, the underlying structure of the computer is still sufficiently different that it's less about hacking around a software block, and more about having to emulate the remainder of the apple hardware.

      Additionally Mac OS X would be designed to work with a number of specific video cards (and other hardware configurations) which other than increasing Mac OS X's stability, will make it difficult to produce a similar beige box.

      Macs may also still use an inexpensive PPC unit to help the Rosetta software.

      Ultimately the mac will still be sufficiently different despite being based around the x86 chipset.

      A good example is to compare the new game consoles all of which will use PPC chips, but will most definitiely not be compatible with each other.(It's a similar argument to IntelMac versus IntelDell.)

    8. Re:Now is THE Time To be a Mac Developer by william_w_bush · · Score: 4, Interesting

      Got a mac SE in 89 at the age of 11, gave it up in 94 for a pc, just for the game and tinker-factor.

      I am one of the biggest closet mac lovers in the world. Till my mini this year i hadn't touched one in a decade, and now im happy.

      Smalltalk, Obj-C, HONEST TO GOD FUCKING DESIGN!

      Windows programming is a combination between brute force and kludged hack, with just almost no technique or architectural finesse. Get it done, and hope it works. When is the last time you saw a windows app that people used for 5 years without an update and said "yeah it works great". It's like disposable software, not disposable like a funcam, disposable like an adult diaper, you just can't put up with the same one for more than a day.

      Linux. Love the theory, but 500 people each with their own pita view of how an OS should work... sucks. Love everything that goes on below the gui, and it makes a great server, though they redefine library hell.

      OSX. This is what happens to software when people keep consistent design principles. Compatibility is secondary to consistency, and programming doesn't mean learning a new way to malloc memory for EVERY G-D interface you try to use. It's like all those MIT guys I knew made an os with all their theory, and kept with it, even when the marketing pricks masturbated on them with their quick-to-copy new features and API's, that were so badly designed that 5 months later they became "legacy" (do not fuck with me on this, look through the windows com+ and ATL specs, or anything involving OLE), and had absolutely nothing in common with any other api in the system.

      Just cracked open XCode, and for the first time in years I'm looking forward to coding again. Everything is intuitive, 1 theory of operation to rule them all.

      Maybe it's an american thing, but why the hell do people buy from companies with such a horrible history of design? Jesus, the only time Ford had a semi-reliable engine was when it was designed so simply that every 10k miles you could rebuild half the engine yourself and get it working well again that way, consumer-products shouldn't be brute forced.

      Seriously, I've been a windows, then linux junkie for the last decade, but can any of you tell me there is any consistent design going on anywhere in there? Till dec 2003 you had to hardcode all the driver init hooks into the linux kernel with ifdefs, explain to me how that makes any sense. Well, another decade from now maybe Mach 1.0 will be out and another ridiculously long software milestone will have been reached.

      --
      The first rule of USENET is you do not talk about USENET.
    9. Re:Now is THE Time To be a Mac Developer by a2800276 · · Score: 2, Informative

      >In any case, if a beige box (or PC laptop) ran OS X
      >for $1500 less than my Mac cost...

      What kind of Apple hardware are you using? You can get quite alot of Mac for $1500. Say a dual 2GHZ G5 Powermac costing $2000. If you really need that type of workstation, I'd be really suprised if you could come up with any comparable beige box costing only $500. Actually, I don't see any Mac that has a $1500 premium on it.
      -tim

    10. Re:Now is THE Time To be a Mac Developer by CoolBru · · Score: 2, Interesting

      Here's a little tip for any Windows or Linux user who wants to know what the hell all this talk about OS X's wonderful APIs is all about. Get on a Mac with Tiger that has the developer tools installed and find a program called "Quartz Composer" (now there's a chance to try out spotlight). Play with it for a couple of hours. When you've realised the beauty of the way the whole thing works, ponder the fact that the entire OS is built this way.

  3. Yes, the platform is still the platform. by BitGeek · · Score: 2, Interesting


    What makes the Mac OS what it is is the platform, and all the technologies involved with it. These are not going away.

    Macs are %90 PCs anyway, they use products from Intel, AMD and other chip venders and they use the industry standard architecture of PCI. They just use a different CPU.

    I think this move is being made to make the Mac platform more viable and vibrant, not less.

    Though I don't quite see the path yet either... the platform is still wonderful, and Cocoa is still the best development environment ever.

    PS Am I really first post? Weird.

    --
    Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
  4. Well, because... by shepmaster · · Score: 5, Insightful

    Well, I'm fairly sure OpenTransport has been gone for a while now, but to answer the question...

    One, Mac users will still want Mac-native applications. Witness the lack of interest in X11 ports of Linux programs. These all work just fine, but look comparatively ugly. Same goes for Java apps.

    Two, Cocoa and friends is a wonderful language / API set. The programs I have made under OS X have been actually fun to create and build. I, for one, will still program for OS X, regardless of what everyone else does, because I use OS X.

    I think the problem facing people programming for OS X will be the same as it always has been, which is just getting enough user base to make the application financially viable for companies. That is up to the markets.

  5. Excuse me? by Quarters · · Score: 3, Insightful
    Do you really think that PPC and OpenTransport are what make a Mac a Mac?

    There are a lot of things that made a Mac a Mac long before those two technologies were introduced.
    NuBus
    Motorola 680xx CPUs
    SCSI
    1.44 MB Floppies
    ADB
    HyperCard
    (and many others)

    Did the Mac stop being a Mac when those technologies were replaced with other, better technologies or dropped altogether?

    I'm completely confused by your assertation that if someone makes OS X run on beige boxes that development houses won't look at Carbon/Cocoa. In a word, "HUH???" How do those two statements have any correlation to each other whatsoever?

    Apple needed to switch to a different chip supplier because IBM/Motorola will be spreading themselves thin filling supply contracts for all three next-generation consoles. Since those contracts are going to be bigger and more lucrative than Apple's purchasing commitments IBM/Motorola probably told them they'd be last in line.

    Apple saw the writing on the wall and moved to a CPU supplier that can fulfill their needs. That they get a higher speeds, dual cores, and lower prices also is just icing on the cake to them.

    How this change affects corporate adoption of the Macintosh platform is probably a great big, "not much". Those industries that have shown a predilection to Macs will continue to use them. Those that haven't, won't. Unlike geeks, most people don't care what chip runs their PC. They care about what tools are at their disposal.

    If it quacks it's a duck. If it has minimalistic (not minimal) design esthetics, ease of use, runs OSX, and is sold by Steve Jobs it's a Macintosh. It's a Mac regardless of what collection of silicon and transistors makes it run.

    1. Re:Excuse me? by DLWormwood · · Score: 2, Interesting
      Do you really think that PPC and OpenTransport are what make a Mac a Mac?

      There are a lot of things that made a Mac a Mac long before those two technologies were introduced.

      I think my biggest concern is that there is no longer any practical differention in the hardware between Macs and PCs. As such, there's going to be common perception (correct or not) that most of these new Macs will "Just Be Able To Run Windows."

      I wasn't kidding about my first Mac job. The vast majority of software developed anymore are small, vertical market apps, made by companies that don't care a whit about UI and the "end user experience." They just want to make a product that fill a perceived need and ignore any technological hurdles that would require sizeable QA or re-enginering expense. The only thing presure such companies had to even bother with funding Mac development was the expense and PR issues of Mac users complaining about lack of Mac support. This pressure is NOW GONE, despite what some of the Pollyanna's out there are saying. And the developers who entered into this already on the Mac have just seen their QA requirements double for at least the next few years.

      Think of OS X's current support for Java, JavaScript, and many other web technologies. I've read and heard of too many (admitted anecdotal) cases where a Mac user was shut out of using a web site unless they used IE, or were even told outright to run VPC. This was despite the case that much of the time, a change of the browser identity string reported to the server made the website work normally. I don't consider it a healthy thing that the prefered browser on Mac, Safari, has to "pretend" to be IE or Mozilla to be even given access to most servers out there.

      Companies like Microsoft and Adobe can back the x86 initiative now, since they have pre-existing code bases that already run under the Aqua UI. However, once MS finishes VPC and Longhorn, how much market pressure will still be left for them to continure with Mac Office? Working for an ad agency in the US midwest, I've had techs tell me to my face that they would gladly remove Macs for the organization just to consolidate tech down to one OS/UI. The creatives and other types who historically used the Mac will just be told to swallow the changes and migrate to Wintel, since they can run their old apps in a switch boot at some point in the future (once all the Mac software becomes x86 only.) After all, they won't complain since "most people... only care about what tools at their disposal." (Even if they did, they'd be ignored; IT has more power than creatives and other "labor" in typical organizations.)

      Did the Mac stop being a Mac when those technologies were replaced with other, better technologies or dropped altogether?

      I really should have seen the writing on the wall when OS X introduced the command line as part of the OS as well as encourage archaic technical concepts like file name extensions and file paths, but I rationalized it away that most end users still wouldn't see such details. But, for the next couple of years, the number of end user questions to sites like MacFixIt and MacInTouch revealed the beginning of UI quirks related the fragility of shell scripts (like the infamous Installer bugs that wiped drives or couldn't update Apple apps that were moved out of the Applications folder) and the decay of the Finder as a useable app. Such details DO perculate upwards into the user space, since it subtlely influces the design behavior of programs. I already know my recent work with QuarkXPress is now worthless from a resume standpoint; they were still using Carbon and CodeWarrior. (And I found the InDesign APIs too Window-ish for my tastes.)

      I've read through the "Universal Binary" document Apple provided to help developers migrate to x86. It seems like every chapter is written to explain that the x86 architecure contains pitfall after pitfall that will make an app crash where I wouldn't on a PPC box. Depr

      --
      Those who complain about affect & effect on /. should be disemvoweled
    2. Re:Excuse me? by SteeldrivingJon · · Score: 3, Informative

      It seems like every chapter is written to explain that the x86 architecure contains pitfall after pitfall that will make an app crash where I wouldn't on a PPC box.

      I used to work on trading systems at a big Chicago bank. On OPENSTEP, on Intel. This was the late 90s after the Apple/NeXT merger, so this was as close as you could get to Cocoa development at the time.

      No special extra-cautious error-handling code was required. Crashes weren't a problem. Debugging was no more onerous than when I worked on NeXTSTEP on a 86k. Or, for that matter, on OS X. In all my time using NeXTSTEP or OpenStep on Intel, crashes were never any more frequent than they've been on OS X. And they were no more likely to bring the machine down than is the case on OS X.

      If the document sounds scary, it's probably to notify programmers who might be playing fast & loose with their code, or being messy, relying on the PowerPC's characteristics in non-portable ways.

      Most programmers aren't going to be relying on such tricks in their code. Apple's just being thorough, and telling the tricksy programmers to knock it off, or they'll be sorry.

      --
      September 2011: Looking for Cocoa/iOS work in Boston area Cocoa Programmer Quincy, MA
    3. Re:Excuse me? by Lord+Kano · · Score: 2, Insightful

      Did the Mac stop being a Mac when those technologies were replaced with other, better technologies or dropped altogether?

      No, but I and many others like me stopped buying Apple when they dropped good technology for no good reason.(Specifically ADB, serial and onboard SCSI)

      Apple WILL lose a lot of PPC fanboys over this. It remains to be seen how many new converts they'll gain. Perhaps Apple will gain more than it loses.

      For the past 10 years, Apple has been making much of how much faster the PPC is compared to Intel's offerings.

      Even though I haven't bought a new Mac in 7 years, I still think that the PPC is fantastic. It was Apple's greatest advantage.

      I was wrong about Apple switching to Intel chips, and maybe I'm wrong about how this will end up; but I think that Apple just jumped the shark.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  6. Fear FEAR FEAR not heard of since the OS X switch by EnronHaliburton2004 · · Score: 3, Insightful

    So we've heard alot of rumors about this change in the last few weeks, Apple made their big announcement yesterday.

    And now we're swamped with all these Apple people throwing out fearful statements like "Apple's switching to Intel, therefor Apple going to get replaced by Windows!".

    You guys DO realize that an Apple computer is more then just a Processor, right? There's still a whole proprietary computer built around the CPU, and this OS X thing which runs on the Hardware, and some applications which run on the OS.

    I seem to remember similar hysteria during the old MacOS to OSX change. "My programs will never run! The WORLD IS OVER!" but Apple's been doing pretty well since then, as has development for the Mac.

  7. The apple is still worthwile developing for. by mgv · · Score: 4, Interesting

    The issue for developers isn't that bad - after all, apple appears to be making it fairly easy to produce cross platform code. If you were going to develop before, why not now? It will be many years before there is a significant number of apple intel systems to run PC stuff quickly. If you were going to write for the apple PPC last week, your situation hasn't changed much and won't for the next couple of years. You will write with standard PPC tools, or use the latest version of Xcode (or similar) which produces fat binaries, and runs on both platforms without a performance hit.

    Interestingly, the major improvements in Tiger, such as core video and so on, move all the graphically intensive stuff into the GPU. The cleverness of this is that the lack of the altivec units aren't such a big issue if you use the OS X core API's - everything is done in the graphics card, altivec is much less important, and this means that emulation of the PPC code will work fairly fast on their software emulator (rosetta). So your legacy code isn't going to suffer too much, and newer code even less so using the core API's even if you don't use fat binaries, which you will.

    Of course, you could just write for windows, but then you are going to miss a large number of apple users and watch other developers make money in that market whilst you compete in the win32 sphere. Your choice as a developer I guess.

    Eventually, the powerbook I am writing this on will be a legacy piece of hardware because the number of people using PPC will be too small to be worth developing for.

    However, a similar situation exists for old windows boxes, not because the processor has changed, but because the hardware requirements are too high for big new apps to work on it.

    This process will take many years to occur, and won't be a problem for developers unless all new purchases stop for apple.

    If this happens, you will get alot of warning over the next 6-12 months that its time to bail from apple.

    As a user of apple computers, after the initial concern, I am much less worried about making new purchases because the obsolescence of the current models will take years to occur. It really isn't so different from the transition of OS 9 to OS X. You can still run stuff in classic mode. And my current power book is still a magical 12" laptop that does what I need, and will be good for a few years no matter what, and for which I'll still buy new software for (if its good enough to buy). So the market will still be there.

    I don't think that many apple fans will jump ship, even if they are not happy - after all, what is the alternative? Go back to windows? Get your apps working under linux (like iLife, Keynote, etc?). Even if you feel abandoned by apple, the alternatives are still either a malware ridden platform or alot of hard work and a significant drop in the eye candy factor.

    In the longer run, its going to be more a case of alot more dissatisfied windows users jumping ship and the apple user base growing, in my opinion.

    My 2c worth

    Michael

    --
    There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
    1. Re:The apple is still worthwile developing for. by Have+Blue · · Score: 5, Insightful

      Interestingly, the major improvements in Tiger, such as core video and so on, move all the graphically intensive stuff into the GPU. The cleverness of this is that the lack of the altivec units aren't such a big issue if you use the OS X core API's - everything is done in the graphics card, altivec is much less important, and this means that emulation of the PPC code will work fairly fast on their software emulator (rosetta). So your legacy code isn't going to suffer too much, and newer code even less so using the core API's even if you don't use fat binaries, which you will.

      Apple's thinking bigger than that. It's not just about the graphics card or altivec, it's about providing abstracted system libraries for just about anything. If you write a program that uses the system libraries, Apple will ship an implementation that runs fast on a sufficiently advanced GPU, one that runs fast on AltiVec, one that runs fast on SSE3, one that runs fast on whatever the next step is. If you use this library, you get the benefits on all platforms.

  8. Re:from a user stand point by mark_wilkins · · Score: 5, Funny

    > its just ...too gui for me

    Put Terminal in your dock and then click on it once in a while. Your problem will clear right up.

    -- Mark

  9. Missing the point by samael · · Score: 3, Insightful

    Nobody buys a Mac because it's got a cool processor - they but it because it's got a great interface that makes life easier for them.

    Who cares if it's x86 or PowerPC - it's the OS and the Apps that make Macs great.

  10. YES by ignorant_coward · · Score: 2, Interesting


    Because the CPU is irrelevant in the big picture. People buy the engineered package, called an iMac or a PowerMac or a PowerBook, and the PowerPC is really a sidebar in the whole deal.

    Sure, some apps perform better on PowerPC, but some others perform better on x86. And no one said exactly what model of Intel CPU future Macs will have. Given that Mr. Jobs mentioned a concern about power consumption, I'd bet that the current Pentium 4 or Xeon CPUs will not get a Mac logo. The Pentium M or an even better CPU in the pipeline (Jobs specifically said he had access to Intel's roadmap) are much more likely to be in future Macs.

    Watching the keynote reminded me why people love Apple. It really has nothing to do with PowerPC. The WWDC presentation was full of energy and hype and buzz, and the audience applauded and cheered like no other tech company presentation I've seen.

  11. choose OS X for features by toby · · Score: 3, Insightful
    Let's take a reality check here. People should buy a Mac, buy OS X, for their unique features. Ease of use. Slick GUI. iLife apps. Reliability. Rich development environment. Quality hardware. Etc. Windows offers none of those things, and Linux is still catching up in some of those areas.

    Why does it seem so strange that people might actually choose products based on their attributes?

    --
    you had me at #!
  12. These questions make no sense to me. by Anonymous Coward · · Score: 2, Interesting

    I've noticed a lot of strange talk lately. That somehow the x86 Mac is a BAD thing. That somehow, Mac software will cease to exist. I just don't get it.

    I'm feeling pessimistic about the future of the platform now that Apple is embracing Intel and abandoning the few remaining 'Mac' technologies (like the PowerPC and OpenTransport)

    Those are not "Mac" technologies! Those are implementation details! Who cares what kind of chip is under the hood?

    What kind of "long time mac developer" are you anyway, don't you know what makes programming a Mac special? The nice clean APIs. The integration of all the services (want to write a Bonjour-enabled program that shares iTunes playlists whenever you drop the computer? No problem!)

    Programming in Objective C and Cocoa is like getting a hand job. I put it right up there with Ruby and my other favorite languages, even though it is positively ancient (but its old age is just indicative of how well-designed it is).

    I can't imagine writing GUI apps without the various tools Apple makes available.

    With the high likelihood that these new Macs will offer a full speed version of Virtual PC and (what I think is) the almost assurance that some clever hacker will make 'X for x86' run on commodity hardware, I'm doubting the willingness of most IT and development houses to even give the Carbon and Cocoa APIs a first glance.

    Do you seriously think "X on x86" will be anything more than a geek toy and/or a cease and desist magnet? Just forget about that, it ain't gonna happen.

    And the virtual PC thing is also a red herring. I'm not going to pay $150 for a copy of Windows just so I can run your $20 shareware (or whatever) on my Mac.

    I also don't care what "most IT and development houses" are doing. Shrink-wrapped software from big companies is pretty much a dead industry to me outside of a few things like PhotoShop. I buy shareware, I use open-source, those are people who are passionate about the platform.

    Now that I think about it, I probably don't want folks like you writing Mac software in the first place, because you don't believe in the platform. That's what your question suggests, anyway.

    Can anybody with a more optimistic view think of a scenario where a modern development house will do Mac development in an age where the help desk will just say either 'switch boot to Windows/Linux' or 'run Virtual PC?'

    Yeah, because when people buy a Mac, they aren't going to buy Windows or Linux along with it. They don't want some hideous Windows crap on their desktop that doesn't respond to the services menu, that doesn't work right with Expose, and that doesn't minimize to the dock.

    As for folks making windows-only software and telling mac users "we aren't going to write a mac version, go do XYZ (XYZ = use Java, buy a PC, go fuck yourself, etc)".. how is that different than now?

    I repeat, x86 on Mac is just an implementation detail that means nothing to me. All I know is that in a couple years, my new Macs will be faster and cheaper, that's fine with me.

    All the buzz on the news and the blogs is going to die down and we'll move on. It really isn't a big deal, the sky isn't falling, the users don't care, the developers SHOULDN'T care because they will still have enthusiastic paying customers, so really, who cares? I guess game programmers who have mastered PowerPC assembly might be a little annoyed, that's about all I can think of.

  13. Re:rebooting is annoying by Yaztromo · · Score: 5, Insightful
    As to the idea of Virtual PC running at native speeds, I am unwilling to call this as a negative. (It sounds too much like the complaints of the buggy-whip makers.)

    They who do not learn from history are destined to repeat it.

    If anything, full speed VPC will help Mac adoption as the few programs which require Windows can then be used inside of OS X.

    Yeah. After all, it did OS/2 a whole lot of good that it could run Windows 3.1 applications in protected memory space, and pre-emptively multitask them back in 1992.

    The key factor here is which of the desktops provide the better user experience. That desktop will become the dominant one, assuming that apps from either OS can be used. When that happens, it will make more sense for software houses to program for that dominant desktop.

    Sorry, but you're failing to learn from history.

    Back before Windows 95, OS/2 had a significantly better desktop environment than Microsoft Windows did. It ran Win16 applications, typically better than Windows itself did. I knew of a lot of Windows developers who did their development on OS/2 because of its better memory management, pre-emptive multitasking, and crash protection.

    And what good did any of this do for OS/2? I remember personally contacting ISVs to talk to them about porting their popular software to OS/2, and the answer I always got was "why, when it runs our Windows software so well?". They didn't care one whit about the desktop environment, or the fact that their Win13 and Win32s applications looked bad on OS/2, and ran worse than native applications, didn't integrate into the desktop environment, couldn't use long filenames, etc. They cared only about one thing: how do we target the largest possible market at the lowest cost?

    I don't see that much has changed within the industry. There are a lot of Windows-only ISVs out there who have no intention of putting any effort into making OS X applications, but who wouldn't mind increasing their userbase. And there are a lot of other ISVs out there who put minimal effort into OS X native applications, but who would love to do away with the additional staff and costs associated with that.

    Fortunately for Apple, unline IBM they already have a significant development community using their APIs. Cocoa is an absolute joy to develop with. If anything, I would think that instead of having good Windows emulation, what Apple really needs to do is to port Xcode and Cocoa to Windows and Linux, and get developers on those platforms to write applications to their APIs, and allow existing Xcode developers create apps which will run on Windows and Linux. That is where the real battle is -- for the hearts and minds of developers. If you permit Windows to run on OS X as well as on native Windows, you concede the most important battle by telling developers that using the Windows APIs is just as good as using your own APIs.

    That is the lesson IBM learned the hard way. They continued to make that mistake with their Open32 APIs, which mirrored the most common Win32 APIs in order to permit Win32 applications to be recompiled to run on OS/2. That didn't work out too well either.

    That was introduced about 10 years ago. Do you want OS X in 10 years to be where OS/2 is today?

    Yaz.

  14. Re:Couldn't you just use a different Kernel by nsayer · · Score: 2, Informative

    1. There's no need to use a different kernel. Darwin is available for x86 and is open source. Apple is sure to try to tie the binary-only portions of OS X down to their specialized hardware, but just getting the machine to boot Darwin x86 is already a done deal.

    2. You can't replace Darwin with some other kernel without an extensive syscall compatibility layer of some sort. That's not to say it's impossible - take a look at the Linuxulator in FreeBSD for an example of that sort of thing. Wine is another example.

  15. Windows On A Mac by falcon203e · · Score: 2, Interesting

    No matter what Windows-on-a-Mac solution you've got in mind, I can assure you that it won't come out of Apple's hands. That'll make it essentially nonexistent for the vast majority of average users. Apps will still have to be developed for OS X for those users. And if dual-booting becomes an issue, Apple most likely make it impossible through a quiet update, a la the Rhapsody issue.

    --
    ----- "All right. It was a miracle. Can we go now?"
  16. Not for you. by javaxman · · Score: 2, Funny

    You should leave the OS X development arena. It'll leave more room for me...

  17. Re:rebooting is annoying by jbolden · · Score: 2, Interesting

    OS/2 2.0 and 2.1 included a fully copy of the windows. I'm not sure OSX for Windows isn't a good idea. Since IBM screwed up OS/2 marketing in so many different ways its hard to know which ones killed the product. Heck maybe it was it the default to color blind schemes on the desktop?

  18. What about Mac OS X? by BladeMelbourne · · Score: 2, Insightful

    I recently ordered a Mac Mini (up to day 11 of the wait - already overdue) - will future releases of OS X run on my Mini?

    It is reasonable to assume that 10.5 and probably 10.6 will be released as PPC versions, but what about there-after?

    For internet usage, audio/video/DVD playback, such a computer should last at least 6 years (just like my PIII has). Did I make a poor 'investment' or will Apple release PPC OS X for several years to come?

    Mike

    1. Re:What about Mac OS X? by ultramk · · Score: 2, Insightful

      Yes, I'm sure you have at least several years before new OSX releases don't run anymore...

      For the uses you mention (internet usage, audio/video/DVD playback), it will continue to run for many, many years after that. Eventually the HD may develop errors, or you may need a new DVD drive, but those are easily replaced.

      What I'm trying to say is, a machine doesn't have to run the latest and greatest to be useful. Would you expect today's $500 PC to run Longhorn? Then why would you expect it from a Mac?

      It's not like it up and dies the moment Apple releases 10.9 or whatever that won't install on it.

      m-

      --
      You catch enchiladas by picking them up behind the head and holding them underwater until they don't kick anymore -VeGas
  19. Here's an alternative question... by biglig2 · · Score: 3, Insightful

    If a Mac could run the handful of Windows only programs I need (in addition to generic apps) to do my job, exactly what arguments could my boss use to stop me buying one?

    --
    ~~~~~ BigLig2? You mean there's another one of me?
    1. Re:Here's an alternative question... by Anonymous Coward · · Score: 3, Insightful

      "It costs more."

      "The company has standardized on Manufacturer X, and you need to buy what we they say."

      "Our current hardware manufacturer provides better support."

      "Running Windows and Windows applications is unsupported by Apple."

      "It doesn't have drivers for Hardware X that we need/want to use."

      "Our IT department won't support integrating Mac OS X applications into our network and workflow, so what's the point?"

      (Note: I'm not endorsing these arguments, merely proposing them as typical of some businesses.)

  20. Re:from a user stand point by Canberra+Bob · · Score: 2

    "...though my parents love osx (as they arent power users)"

    Many power users also love os x for the same reason as your parents - it is just so clean and easy to work with. I know many sysadmins, developers etc who use os x because they want the OS to keep out of the way, not have to play around in the CLI half the time - theyre paid to get a job done, not tinker. I know when I'm coding I just want to click something to do any non-coding related tasks, not have to type things in. And if youre getting CLI withdrawals all you have to do is open up a terminal and there it is.

  21. Mac users don't like ports by Heisenbug · · Score: 2, Insightful

    If you permit Windows to run on OS X as well as on native Windows, you concede the most important battle by telling developers that using the Windows APIs is just as good as using your own APIs.

    I never saw OS/2, but it happens all the time that some useful app comes to the Mac as an ugly port from windows/linux and gets picked up. Its popularity always lasts precisely as long as it takes for a Mac-native competitor to appear.

    The fact is, any developer who decides that using the Windows APIs is just as good as using Apple's APIs isn't going to last very long on Apple's platform -- not because they'll give up but because they'll be replaced. Mac-native applications will still be written as long as users keep voting with their feet, the same way they do now. I haven't seen any reason that should change.

    If things *didn't* work out this way with OS/2, it's either because their users didn't strongly prefer native apps, or there weren't enough of those users to justify independent development. I've been on Macs for a decade, and everything I've seen suggests that your history just doesn't apply here.

  22. Re:rebooting is annoying by turpie · · Score: 2, Interesting

    Maintaining the OSX/OpenStep APIs for Windows would be a great idea as it would allow Mac developers to sell their software to windows users. In fact this was in Apple's original plans when they announced Rhapsody which OSX.
    Somewhere along the line they decided that making the market for mac developers software smaller instead of bigger was a better idea.

  23. Yes, Program Away! by shatfield · · Score: 4, Insightful

    As a long time Mac developer, originally as a hobbyist and then a professional, I'm feeling pessimistic about the future of the platform now that Apple is embracing Intel and abandoning the few remaining 'Mac' technologies

    You are extremely lucky to be developing Mac applications for a living. I envy you.

    Apple is still going to be making incredibly well designed computers. They'll still be named "Macintosh". The Macintosh will still have a great looking case. The OS will still be called "Mac OS X" and will have code names based off of large cats. What will change is that the CPU inside the Macintosh will be named something else. That's it. You will still have to buy it from Apple, and you will not be able to put your Mac OS X installation DVD into a Dell or Gateway PC and expect it to install. Hackers may come up with a way, but it will be unsupported, since anyone who installs the OS onto a non-Apple certified machine will be breaking their license agreement. No company in their right mind will run PCs with a hacked OS X installed -- they'll just buy Macintosh computers and be done with it... and they'll be better off for it as well.

    So program away, and feel good about yourself, you are doing what others only wish that they could do.

    --
    "To make a mistake is only human; to persist in a mistake is idiotic." Cicero
    1. Re:Yes, Program Away! by Nurgled · · Score: 2, Insightful

      I could imagine that one group might be a development house which has software targetting both Windows and MacOS. Eventually they'll be testing the software on a real Mac, but it'd sure be cheaper if all of the programmers could just run commoditty PC hardware and emulate a Mac well enough to do their testing alongside the Windows versions.

      Of course, the fact that it'll be illegal might put them off a little.

  24. Your assessment is extremely flawed... by csoto · · Score: 4, Insightful
    I'm feeling pessimistic about the future of the platform now that Apple is embracing Intel and abandoning the few remaining 'Mac' technologies (like the PowerPC and OpenTransport) left to the platform.


    This is just stupid. "PowerPC" doesn't make the Mac. Otherwise, IBM would be a big seller of Macintoshes. Open Transport is just a poor attempt at reinventing the wheel. It made sense before TCP/IP was the only game in town, but it belongs in the bit bucket, in favor of modern network stacks built around IP.


    With the high likelihood that these new Macs will offer a full speed version of Virtual PC and (what I think is) the almost assurance that some clever hacker will make 'X for x86' run on commodity hardware, I'm doubting the willingness of most IT and development houses to even give the Carbon and Cocoa APIs a first glance.


    Sorry, but this is just as stupid. Once again, what is OS X, if not Carbon and (especially) Cocoa? Lots of developers code for X, not because it runs on PowerPC, but because, well, it's cool. Powerful apps are quite easy when you're provided a good set of frameworks.


    Can anybody with a more optimistic view think of a scenario where a modern development house will do Mac development in an age where the help desk will just say either 'switch boot to Windows/Linux' or 'run Virtual PC?'


    You definitely don't get it. Mac is the frameworks. Intel changes none of this.

    --
    There exists no way of exchanging information without making judgments. --Bene Gesserit Axiom
  25. Re:rebooting is annoying by John_Booty · · Score: 2, Insightful

    Back before Windows 95, OS/2 had a significantly better desktop environment than Microsoft Windows did. It ran Win16 applications, typically better than Windows itself did. I knew of a lot of Windows developers who did their development on OS/2 because of its better memory management, pre-emptive multitasking, and crash protection. And what good did any of this do for OS/2?

    Since OS/2 ran Windows apps "out of the box", it's easy to see how a lot of people saw OS/2 as a nice(r) way to run Windows apps rather than as a development target in its own right... I agree with what you're saying there.

    Here's the key difference between OS/2 and OSX w/ Virtual PC or VMWare... OSX won't include them for free. OSX won't run Windows applications "out of the box" like OS/2 did.

    For those who really want or need the functionality of running Windows applications on OSX, they have to pay for the emulation/virtualization software and a Windows license.

    So, while OSX x86 will be able to run Windows applications very nicely for those who don't mind spending the extra cash for a Windows license, I don't see it becoming "a prettier way to run Windows apps" as you say.

    Think about it from a developer's standpoint. In the OS/2 days, you could say "well, we'll just write a Win16 app and let the OS/2 people use that". I cannot imagine today's developers saying "we'll just write a Windows app and let the OSX users use that plus pay several hundred dollars for a Windows license and additional software".

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  26. Apple is now a staid, conservative corp by Colonel+Panic · · Score: 2, Insightful

    I tend to agree with your pessimism, but perhaps for somewhat different reasons.

    The shift from PPC to Intel signals a shift in culture at Apple. It means that Apple has gone from being an innovative 'cool', 'hip' company (of course we know that a lot of that is just marketing hype) to being much more staid and conservative.

    If Steve Jobbs felt he really needed to make a move to a different CPU he could have made a very bold move (something he _has_ done in the past) and chosen to move towards the Cell processor. Why would that make so much sense? Well, for one each Cell processor contains several PowerPC processors, so chances are there would have been a fairly easy transistion from PPC to Cell - almost seamless. And two, the Cell architecture promises a quantum leap in performance over what is available now.

    But instead, Steve looked out over the CPU landscape and chose Intel. Intel: boring, staid, not terrifically innovative anymore, married to an old CPU architecture. Their only real gamble in recent years was the Itanium and it failed miserably.

    So this time the switch from PPC to X86 is nothing like the switch from 68K to PPC for Apple. Going to the PPC really did give Apple a quantum leap in performance. This switch is being done more for bottom-line business reasons. Jobbs feels he can get better pricing out of Intel. He also feels that the relationship with IBM was somewhat rocky. I think one of the big problems was that he couldn't get a G5 in a laptop. However, he may have lost his patience at just the wrong time. IBM was apparently about to be able to fulfill that wish.

    This was a huge opportunity lost for Apple. Had they gone with the Cell processor it's possible that they would have been able to create machines that were so much faster than Intel/AMD PCs that it would have drawn a lot of attention and market share. But instead Apple took the safe route. Too bad. These are strange days when Microsoft is going towards PPC (XBox 360) and Apple is moving towards Intel. Perhaps the bold move in the computing world will come from an IBM/Sony partnership creating Cell-based boxes that run Linux.

    But look on the bright side: in a few years you'll be able to pick up dual 2.5GHz G5 machines at garage sales for about $25.

    1. Re:Apple is now a staid, conservative corp by BitGeek · · Score: 3, Informative


      I see what you're saying, but I think you're missing an important point: A Cell Processor does not have a PowerPC.

      Or, put another way, all the features that are important to the Desktop marketplace, are not important to the games space. A cell processor may have 3 "PowerPC" cores, running at 3.2GHz, but that doesn't mean that its the same as having 3 PowerPC G5s in it. More like it has 3 PowerPC 601s in it (G1). There's a lot of features that are needed in a desktop processor that just aren't there in the cell processor, and it remains to be seen whether the cell processor is going to be viable or not.

      I think part of Apple's deal with intel is going to be rights to the intel instruction set. If, in the future, Apple is not able to derive sufficient innovative features then they can go to an external fab..... what apple moved to was not so much the intel CPUs, but the intel instruction set.

      And basically, that instruction set is dominant-- it gets apple a LOT of credibility and brings it out of the cold of being the fringe.

      The marketplace has spoken and unfortunately, innovation is not their priority (otherwise Apple would be dominant and Microsoft would be long gone.)

      Apple will continue to innovate, but on this issue, where they have to bet the company, they have to bet it on the safest thing.

      Remember, also, that Apple does not control the CPU--its core competancy is not there. So, either this gives them more control over their CPUs, or it removes their vulnerability at not having control over that critical piece... or both.

      They were hurt by the PowerPC, and they are eliminating that threat to their business.

      I see it as a good move, though I think tis going to be confusing to the marketplace for awhile.

      --
      Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
    2. Re:Apple is now a staid, conservative corp by kilpatjr · · Score: 2, Interesting

      Good thoughts, but I think you've focussed on the wrong market.

      Steve Jobs said that Intel delivers more power per watt. Let's think about that. Laptops have outpaced desktops for the first time. If Intel can deliver longer battery life than a cooled off G5, most users are going to respond to that. Let's face it. When I'm on a plane, I'm the only one compiling anything or doing monte carlo runs or pretty much anything else CPU intensive.

      If I'm my boss (who's considering the switch), am I going to be impressed with benchmarks or how long I can stare at a grant application in Word?

      That said, I'm really ticked off that the dev box for sale is 32-bit. hope we end up with something with a bigger address space without resorting to segmentation, which seems rather impossible. I was also anticipating a switch to dual-core G4s for my next PowerBook purchase. I'll just have to make the current one last a little longer now...

    3. Re:Apple is now a staid, conservative corp by vought · · Score: 2, Insightful

      Your post is filled with a lot of assumptions based on stuff you obviously either read on AppleInsider or made up out of whole cloth.

      The shift from PPC to Intel signals a shift in culture at Apple. It means that Apple has gone from being an innovative 'cool', 'hip' company (of course we know that a lot of that is just marketing hype) to being much more staid and conservative.

      Clue: Apple used to be at the mercy of "cool, hip" middle management that couldn't focus more than two months into the future. These days, they're at least thinking strategically and realistically. In five years, Intel will be delivering much faster processors than they are making today. Five years ago, no one would have believed the G4 would only experience a three-fold clock speed increase to date, but it's true.

      Intel has to satisfy practically the whole industry, and they have to stay competitive with AMD. I think they can do better than Motorola or IBM when it comes to general purpose CPUs.

      I tend to agree with your pessimism, but perhaps for somewhat different reasons.

      The shift from PPC to Intel signals a shift in culture at Apple. It means that Apple has gone from being an innovative 'cool', 'hip' company (of course we know that a lot of that is just marketing hype) to being much more staid and conservative.

      If Steve Jobbs felt he really needed to make a move to a different CPU he could have made a very bold move (something he _has_ done in the past) and chosen to move towards the Cell processor. Why would that make so much sense? Well, for one each Cell processor contains several PowerPC processors, so chances are....going to the PPC really did give Apple a quantum leap in performance. This switch is being done more for bottom-line business reasons. Jobbs feels he can get better pricing out of Intel. He also feels that the relationship with IBM was somewhat rocky. I think one of the big problems was that he couldn't get a G5 in a laptop. However, he may have lost his patience at just the wrong time. IBM was apparently about to be able to fulfill that wish.


      Says who? Can I borrow your crystal ball? When did IBM announce that they'd be shipping 3.2GHz G5s for Apple? Oh - wait - they haven't, and although they assured Apple the 3GHz part would be ready two years ago, it still isn't ready.

      This was a huge opportunity lost for Apple. Had they gone with the Cell processor

      Which isn't shippping either....

      it's possible that they would have been able to create machines that were so much faster than Intel/AMD PCs that it would have drawn a lot of attention and market share.

      Intel has to deliver faster and better product for every company making PCs. That now includes Apple. Cell doesn't work in a Mac, it isn't a general purpose CPU, and is nothing to base long-term desktop or laptop design on.

      But instead Apple took the safe route. Too bad.

      As a Mac user who wants to keep using Macs for a long time and as an Apple shareholder, I am fucking overjoyed they took the safe route. It's just a box, after all. The OS is what makes it magic, and Apple keeps delivering on that front.

      I expect the hardware side of the business to fix things when they're not optimum either, and that's what the move to x86 is all about. Intel's roadmap is more compelling than IBM's.

      I think one of the big problems was that he couldn't get a G5 in a laptop.

      Yeah, Steve just couldn't wrap a PowerBook around a processor with heat dissapation on par with a Halogen lightbulb. It helps when you realize that the 1.6GHz G5 has nearly four times the power dissipation of the 1.2Ghz G4 part used in the PowerBook.

      No matter what you think you know about Cell, multicore G5s, or other fantasy products that could have been the basis of new Macs, the reality is that Intel will be delivering faster and faster x86 processors every year to satisfy the PC industry. IBM and Freescale are more interested i

    4. Re:Apple is now a staid, conservative corp by metamatic · · Score: 2, Insightful
      what apple moved to was not so much the intel CPUs, but the intel instruction set. And basically, that instruction set is dominant-

      Yes, it's dominant, and it blows. That's what makes the move so hard for many Mac-heads to accept. The Mac has always been about doing what's technically right, not what's most popular.

      For instance, I vastly prefer the clean simplicity of the 6502 to the ugliness of the Z80, having written code for both. The 680x0 was a joy to write for compared to the 8086 thru 80486.

      Moving up out of the realm of processors, SCSI was clearly superior to IDE. USB was obviously the right thing, even if serial ports and ADB were far more popular and USB peripherals were initially almost impossible to find. Firewire is better in every way than USB 2.0 HiSpeed.

      In the software layer, the way the Mac filesystem works is a pain in the ass to write for, but the way the system behaves to the end user as a result is clearly the right way. (Programs don't break when you move them, files launch to the application you last edited them with, and so on.)

      In short, the Mac has always been about picking the best technology. But now suddenly there's going to be an x86 CPU in the middle of it all--kludge after kludge piled on top of the original 8086 design. And recall, IBM chose that because it sucked, they didn't want to choose something that might threaten their real computer systems.

      Worse, it's not even going to be a leading-edge AMD 64 bit x86 CPU, it's going to be an Intel processor.

      The Mac community is being served a shit sandwich. It may still be the finest ciabatta bread, the freshest pickles and lettuce--but there's going to be a huge turd in the middle, and some of us are having a hard time preparing to swallow it.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  27. Apple, the new Be Incorporated by mnmn · · Score: 4, Insightful

    Like Be and RedHat, Apple is the new OS vendor out there. Be ran on 2 platforms and is dead now. RedHat runs on 3 (or more) platforms and has big community backing. Apple does too. They both have good application base, although Apple has more on one platform, the PPC.

    Some say Apple has a good OS, so they'll have success. Others say their Intel hardware will be superior and people will buy more of it, since it will be cheaper and efficient, so Apple will be successful.

    And yet for some reason, I'm also pessimistic here.

    We had the evil wintel. And then we had the Apple, motorolla, IBM alliance. IBM is very busy pushing Linux-on-PowerPC, which means that hardware platform will have a future, and might just pull ahead of x86.

    However, the AMD64 platform showed that the x86/x64 platform is the best thing out there and Apple is too moving to it. Less diversity. Just a bunch of OSes on the same chip on roughly the same motherboard (since the mem handler is built into the chip, theres less else on the AMD64 mobo). Thats now the entire desktop market of the world.

    There was once a time when we had IRIX on MIPS, OpenVMS and Tru64 on Alpha and VMS, Solaris on Ultrasparc, HPUX on PARISC, Unixware on Intel, OS2, and all the BSDs plus Linux out there. It was a rich world. Lots to learn. Each one had a strength you could count on. All thats collapsed, Be was bought out, SCO was too, Alpha, Tru64, OpenVMS were too, Ultrasparc and Itanium and PARISC are dying, MIPS is dead, OS2 is dead, the diverse mainframes are dead, and we're seeing even more industry consolidation, and later the demise of some of the companies who couldnt differentiate enough.

    I suppose I'll feel different when I'll see a cheaper macmini with an Athlon64 FX55 (or equiv) running OSX.

    OSX had better be able to make me buy the whole deal now.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  28. Yes by gabe · · Score: 5, Insightful

    Apple has been developing builds of Mac OS X for Intel since day once. They obviously have the resources to handle both architectures at the same time. So they will be able to maintain builds for PowerPC as well as Intel for years to come but yes, they will eventually phase out PowerPC, yes.

    If you've read about the keynote, or watched the video, you'll know that Apple will introduce the Intel line in 2006, and complete the transition of all Apple products to Intel in 2007. My guess is you'll have two years of OS X updates for PowerPC after that (about how long OS 9 was still maintained after OS X was introduced). Simple math says your PowerPC will probably be running Mac OS X 10.8 (Garfield?) in 2009 by the time PowerPC is EOL'd.

    Of course, I don't know for sure. It's just speculation based on Apple's historical transitions. They're not going to leave you out in the cold.

    --
    Gabriel Ricard
  29. Re:Fear FEAR FEAR not heard of since the OS X swit by discstickers · · Score: 2, Insightful

    I think the major problem is that now VPC will have virtually no performance hit. And if you don't want an actual virtual computer and the bugginess of Windows, I'm betting WINE will be out of OS X within 6 months of the first x86 macs ship date.

    --
    I have a shitty sig!
  30. No, it doesn't make sense. by hunterx11 · · Score: 4, Funny

    It's unfortunate, but endianness is the most important part of an API. You're going to have to reverse to order of the bytes for the string literal in "Hello, World!" to make it work. It's just not worth the effort.

    --
    English is easier said than done.
  31. um by BigBir3d · · Score: 2, Interesting

    i bought a mac because of os x, not because my ibook has a g3 inside...

  32. Re:Fear FEAR FEAR not heard of since the OS X swit by daviddennis · · Score: 2

    You still have to have software translating from the APIs of one operating system to the older one, but using the same processor.

    This would indicate that the performance level you might get on VPC would be comparable to Classic on MacOS X.

    Do you know anyone running MacOS X who still uses Classic with any frequency? I don't, because the ancient applications are just plain sluggish.

    The main advantage of the Mac platform is MacOS X, not the hardware it runs on. And we still have a distinct lack of virii and spyware. None of that will change, so the Mac will continue to be viable. (I expect Mac virii and spyware eventually but I think it will always be a much, much smaller problem than under Windows).

    Right now, the odds are pretty good that you have software from the following vendors on your Mac:

    Apple (Final Cut Pro, Motion, Pages, etc, etc, etc)
    Adobe (Photoshop, etc)
    Macromedia (Flash) - of course they will become Adobe soon
    Microsoft (Office)

    Apple is obviously fully committed to its platform.

    Adobe has made a public announcement that they are committed to the new Intel platform.

    Microsoft has made the public announcement that they are committed to the new Intel platform.

    That covers about 95% of the software on my computer. And I'm sure that the shareware vendors will also support it since it's pretty darn easy from what I can see.

    So I don't see a problem. I was very sad to see this happen because I'm a bit sentimental about Macs being different, but if i delivers us faster creative applications, then that's what we need.

    D

  33. My caveats by Slur · · Score: 3, Insightful

    I completely understand Steve Jobs' point about moving to Intel. IBM has had little success exploiting the massive "room for growth" they vociferously touted with the announcement of the G5. I have a G5 Dual 2.5GHz machine, and it never ceases to bug me that a machine with such a "low" clock speed requires liquid cooling and a half-dozen fans to spin up every time I start compiling code.

    As a programmer since the Z80 and 6502 days I'm a little perturbed by this move, but really just for aesthetic reasons. The reason I could never abide the x86 architecture is that in its original incarnation it seemed so brain-dead and backwards. With its backwards endianness, funky limited-use registers, paged memory, and bolted on extensions it always seemed like a kludge on top of another kludge.

    When I discovered the 680x0 architecture (through the Amiga) I was very pleased. The bits were in the right order, the registers were all general-use, and there were plenty of them, and they seemed to be more interested in energy efficiency.

    While Intel was building processors that required giant heat-sinks and fans to dissipate all the waste heat I was glad that Apple was seeking out processors that pushed efficiency and low energy consumption.

    Maybe this is a misconception, but I thought that at some point the ancient x86 instruction set and registers were "set aside" in favor of a more modern RISC-style processor core, and the old x86 stuff is supported as a kind of pass-through layer on top of that. I understand that's the case with AMD's Athlon, anyhow.

    So what I'm hoping is that any new computers based on the Intel architecture will eschew the legacy cruft and compile only the core instruction set. Then perhaps they can drop the pass-through x86 layer and get even more power for the price.

    How much have I got wrong in my thinking on this matter?

    --
    -- thinkyhead software and media
    1. Re:My caveats by lostchicken · · Score: 5, Interesting

      Maybe this is a misconception, but I thought that at some point the ancient x86 instruction set and registers were "set aside" in favor of a more modern RISC-style processor core, and the old x86 stuff is supported as a kind of pass-through layer on top of that. I understand that's the case with AMD's Athlon, anyhow.

      This has been correct for everything since the Pentium Pro. CISC is a bad way to do a CPU, and everyone knows it. You can think of the x86 layer as a sort of machine code compression that actually increases how much code you can keep in cache at one point. A byte of x86 goes a lot farther than a byte of PPC.

      --
      -twb
    2. Re:My caveats by Tom7 · · Score: 2, Insightful

      I strongly disagree that there is a "right" or "wrong" endianness. x86 has its problems, but this is certainly not something to dwell on. It's sort of like saying that you can't stand England because they drive on the "wrong side of the road."

    3. Re:My caveats by Slur · · Score: 2, Insightful

      When you're using a hex viewer to look at memory on a little-endian system you can't just parse four bytes in a row and say "aha, I see FF123456!" No, you have to read "563412FF" and swap it in your head. When I'm required to do extra work in order to interpret something I call it "less right" than a system in which you don't. And notice that each byte's bits are externally represented in big-endian order, and also the nybbles are in big-endian order, but the bytes are in little-endian order. It's a bloody Rubik's cube to decipher, so thank Crom for debuggers!

      This is why I will forever stand by my use of the words "wrong order" in reference to little-endianness.

      So a better analogy might be, schizophrenics wear me out because I have to decipher everything they say.

      --
      -- thinkyhead software and media
  34. Re: I AM your mother by zo219 · · Score: 2, Funny

    . . .could you imagine telling your mother to run out, buy a beige box, download some boot hack, install it, then install OS X on top of that?"

    And I own two G4 Powerbooks, 15 and 17", two partioned volumes each, running Tiger, max RAM, broadband, wifi / Airport Express, Nokia Bluetooth . . .

    I'm also a grandmother, and you all need to get: (who am I talkin' to: dateless geeks) women are not what you think.

  35. OS X hacking will not be a concern by tgibbs · · Score: 2, Insightful

    I'm sure that somebody will figure out how to hack OS X to run on a generic Wintel box. It won't affect anything. Nobody will use it except for a handful of hackers, and not for any serious purposes, because it will be too much of a pain to maintain, with the patches breaking every time Apple releases a system update.

  36. Just program in Java. by crazyphilman · · Score: 4, Insightful

    Mac O/S has excellent Java support. Write your code in Java, and it should be able to run on whatever hardware macs currently have under the hood.

    --
    Farewell! It's been a fine buncha years!
    1. Re:Just program in Java. by IdahoEv · · Score: 2, Insightful

      Absolutely. My currently application requireds audio input and output, and does a lot of complex real-time signal analysis and transformation, using a multithreaded dataprocessing library I built in pure Java. It even has a slick little gui.

      It builds and runs - including the microphone input - on Mac, Windows, and Linux without a single byte of code change.

      Somehow I doubt Apple's processor switch is going to affect my development workflow in the slightest.

      --
      I stole this sig from someone cleverer than me.
  37. Re:no real difference from now by Tumbleweed · · Score: 4, Insightful

    What fall back? The machines that come out June 2006 are replacing machines that are still 32-bit G4s (the Mac Mini and the laptops). No eating of crow-like substance necessary. When the 64-bit part (Merom) comes out in 2007, that's the right timing to replace the PowerMac line and anything else that needs upgrading from the first Intel generation. This maps out perfectly to what Jobs announced, and doesn't require any product to go back to 32-bit that is currently 64.

  38. Re:rebooting is annoying by waffleman · · Score: 2, Insightful
    And what good did any of this do for OS/2? I remember personally contacting ISVs to talk to them about porting their popular software to OS/2, and the answer I always got was "why, when it runs our Windows software so well?". They didn't care one whit about the desktop environment, or the fact that their Win13 and Win32s applications looked bad on OS/2, and ran worse than native applications, didn't integrate into the desktop environment, couldn't use long filenames, etc. They cared only about one thing: how do we target the largest possible market at the lowest cost?

    Yes, what they said is all very well, but the truth of the matter is that there simply wasn't a customer demand for OS/2. At the time, Window was largely "free" in that it either came with your hardware or was readily pirated. Remember those were the days before license enforcement actually happened. Anyway, contrasting that to the price of OS/2 which was, I forget the exact figure, but in the ball-park of several hundred bucks, it's not hard to see why uptake on OS/2 was sluggish.

    No customers, no ISVs. OS/2 lost on price alone. But unlike OS/2 vs. Windows, both OSX and Windows now cost, and there is an existing market for OSX. The battlefield today isn't cost, it's (some notion of) value. My gut feeling is that OSX is not going to go the OS/2 way primarily because Apple will bust it's blankity-blank to position itself as at least equal or better value to Windows.

    In that sense, the move to Intel and the potential of Wine does just the opposite of what Windows support in OS/2 did. In OS/2 it provided an excuse for developers to ignore the platform even for the tiny market that was there and subsequently that market dwindled because of being ignored. What this really shows is that there wasn't a core market for OS/2 without the Windows support. But OSX is doing just fine without Windows. Now adding Wine adds value.

    As long as the value of OSX without Windows support is still at the same as or better than the value of Windows, OSX will be healthier than it is today.

  39. Re:Fear FEAR FEAR not heard of since the OS X swit by daviddennis · · Score: 2, Interesting

    True, but certainly it does not look like Mac compatibility for the top applications (i.e. Photoshop and Illustrator) is in danger.

    One of the reasons Adobe is not as much of a Mac supporter as it once was is Apple's software division. Final Cut Pro absolutely slaughtered Premiere in the marketplace, and with good reason.

    In looking at software quality and design, I trust Apple more than I do any other vendor. I use Final Cut Pro, Motion, Soundtrack Pro, etc, and they're all amazing applications at a very fair price for what you're getting. I've also done some mission critical documents in Pages and it really does a slick job with styles.

    I wonder if Apple will ever design a pro photo editing application. Photoshop is great, yes, but not easy to learn. A bit of competition would do the end user a world of good ...

    D

  40. Doing it dogcow style by Ilan+Volow · · Score: 2, Interesting

    Tonight I wrote a large portion of an experimental RSS program in 45 minutes using only my mouse and XCode's CoreData modeling tool.

    What was the question again?

    --
    Ergonomica Auctorita Illico!
  41. Re:rebooting is annoying by WatertonMan · · Score: 2, Informative

    OS/2's problem was no free development tools, little native software all the while everyone was developing for Windows. Further it was very mismarketed. Apple certainly can screw this one up. But anyone who has used OSX knows there is no shortage of software. And some of the best is from Apple. (FCP, iLife, iWork, DVDStudioPro, etc.) Likewise Adobe/Macromedia is porting their stuff. Microsoft is porting their stuff. Then there are the native developers like Omni with excellent software. The OS/2 comparison really is a false one.

  42. quick postscript by william_w_bush · · Score: 2, Interesting

    Just FYI, there are 8 different api's for handling a length prefixed string in windows, each defined separately with WHOLLY different semantics and parameters for performing the same tasks. Ironically while they are not interchangable, each of them has a different, subsection of text-proccessing or storage-management none of the others has, and a completely separate method of conversion to a LPSTR (std string pointer). I have talked to dozens of people about this, and most people who've done work in windows have seen this, Nobody has the slightest fucking clue why they are there or what they have to do with each other. It's like seeing a glowing pink elephant on I-95 every day while going to work, but everyone just drives around it, pretending it doesn't exist.

    --
    The first rule of USENET is you do not talk about USENET.
  43. huh? by Tom7 · · Score: 2, Insightful

    I don't understand why you're concerned. Do you think that the reason that developers wrote software for OS X in the past was that they really liked PowerPC? I mean, the architecture is slightly nicer than the x86 (what isn't?) but most programs are written in a form that will compile trivially for any architecture. From a developer's perspective, what's the big deal?

    One positive aspect of this is that any code tuned for the x86 (ie, DOOM 5 or whatever) will be able to run on Mac immediately, so I expect that the Mac will get applications like that much sooner.

  44. Re:The concern is very real by zpok · · Score: 2, Insightful

    "Yeah. The stinging and very real issue you and several others are choosing to ignore is the value issue. If there is nothing to really distinguish a generic PC with a Mac other than some BIOS/rom/software thing to allow OS X booting (oh! and a pretty case) then we've got a problem."

    Well, there's the power of good design. Not as in oooooh shiny pretty case, but as in clever, suave, wanna have and above all HARD TO COPY. Not all Apple designs are brilliant, or totally perfect but they evoke something that resonates with a lot of people. Especially on standardized parts I think they can benefit from this. In a sense they've removed a huge future bottleneck with the intel switch (the horror! but still).

    A real-life example, a bad one:
    I really like my G4 Cube, probably a lot more than it deserves to be liked. It's not too fast after five years of service, its connections are inconveniently at the back/bottom of the machine, the optical power button has long lost its novelty value and is a nuisance (especially in conjunction with those connections: tilt computer carefully, plug in Firewire cable, slowly, carefully put the computer back upright and... it magically turns itself off or falls asleep, because the casing invoked that shiny optical power button), the space saving is relative, since you're not going to push that looker UNDER your desk, are you?

    Still, with minor upgrades (ram, HD) this little machine has served me for five years on two continents, four countries, three different AC/DC schemes, and still does the OS X thing with panache. People still ask me where my computer is when in fact they're already staring at it and the thing can even play a decent game of Quake III (don't even think about Doom III, just don't).

    There's incredible good design in this machine, but I only focus on the mistakes of this particular model and the obvious strengths that just about every mac model has. My point, even when not perfect, people really really dig the Apple experience, I just would have given up on computers ages ago if they'd gone away. I really like working with computers, but have absolutely no tolerance for things that go bleepbleepbleep when they shouldn't.

    So in essence there's not a whole lot Apple has to change, in fact the less the better.

    I don't like the intel inside idea, but that's because I remember the bunny burning, I liked it, I can still tell what I was doing when I first saw it (I was watching a silly commercial, see?!). I grew up on Apple, my first computer was an Apple//c, so I'm allowed a bit of grumbling, but as long as they keep doing most things right, I'm actually not worried at all.

    --
    I think, therefore I am...I think.
  45. Techy view of OS/2? by solomonrex · · Score: 2, Insightful

    I think you're wrong about OS/2. Developers didn't like it because of market reasons. It wasn't a consumer OS, and no matter what you think about OS/2, the marketing and appearance of Windows 95 KILLED IBM in the consumer space, and in the business space, Microsoft had better value and had support from hardware makers. I think all this porting talk is just a small thing developers worry about. Developers follow the money.

    Apple appeals to a different market than IBM, and always will. The consumer market is where Apple has it's biggest successes. It doesn't matter what you can/can't port or run on Apple, because people purchase Apples for simplicity, home use and high-end graphics. You mostly can't replace these things with emulated Windows apps, so the Apple won't lose it's appeal.

    Listen, OS/2 was terrific engineering. But IBM couldn't win in the market - their fate was essentially set when IBM clones appeared. It's the same reason that Apple faltered at the same time- nothing about porting software, it's about competing against the huge Wintel biosphere with expensive, proprietary stuff. IBM left the PC OS business essentially because they had other options, and Apple didn't. Apple found a market that worked for them, and they've stuck around long enough to gain ground back at this opportune time.

    I know this move won't help Intel with the PC makers, so Intel has finally given up on M$. They clearly see that their integrated chip designs work better in Apple's economic model because Apple doesn't have to leave their options open with AMD. Apple can sell at higher prices and people will pay. With Dell, HP, etc., their competition keeps driving the price of Intel's components down, and M$ doesn't budge on the OS, so I'd make a deal with Apple, too. The future is integrated systems like consoles and cell phones (Microsoft Cell OSs run on non-Intel), not these monstrosities called Personal Computers. Despite the prices, Apple is closer to selling information appliances than HP/Dell/Lenovo/Gateway+Windows is. Does anyone else think the Media Center PC is a disaster in the marketplace?

    The computer market is getting crowded and messy.