Slashdot Mirror


First Look at Apple's Intel Developer Macs

xyankee writes "Think Secret is reporting that developers have started taking receipt of Apple's Intel-based Mac kits. Along with some specs and photos, the site reports that Windows XP installs without a hitch on the systems and that casually trying to install Mac OS X for Intel on a Dell doesn't work... yet..."

42 of 770 comments (clear)

  1. Strategy? by dsginter · · Score: 4, Interesting

    the site reports that Windows XP installs without a hitch

    Perhaps this is part of the strategy? I wonder if they could run Windows on one core and OSX on the other.

    --
    More
    1. Re:Strategy? by BubbleSparkxx · · Score: 3, Interesting

      I would buy a machine that would allow me to run both OS natively w/o sacrificing/performance. And I believe that this would appeal to a great many Mac and PC owners. I hope that this will truly be the case, but somehow I doubt Apple will let their hardware get watered down in this fashion -

    2. Re:Strategy? by Anonymous Coward · · Score: 1, Interesting

      Obviously you are a different Bill Gates than the one who founded Microsoft. He has an Apple Powerbook which he uses pretty much every day.

      And no, he's not running Yellow Dog Linux on it.

    3. Re:Strategy? by adjensen · · Score: 4, Interesting
      No, no we're not talking mainstream. We're talking people that like Mac hardware but want to run Windows, much like the gaming community. If that is ten people then that is ten more sales. Apple is not planning on chucking OSX so that is irrelevant.


      Well, I'm not a mind reader, but I don't think that Steve Jobs' intent in the grand scheme of things is to become a boutique manufacturer. Apple sees the Intel roadmap as a path to a significantly greater market share, and that means hitting the mainstream, not picking up ten guys here and there.

      This is an argument that I've seen numerous times over the years... Apple should just dump the OS and start selling PC clones with pizzazz. But distinguishing yourself in a design which, like I said, for most people is irrelevant because it's still just a computer that few people see, and a higher price, isn't going to bring people in the doors.

      Logically, your argument is correct. Ten guys is ten guys. Realistically, it's not. That's not where Apple is headed. Well, hopefully not, because that's a dead end.

    4. Re:Strategy? by LWATCDR · · Score: 2, Interesting

      " I have met lots of people that say they love Mac hardware and design but hate the operating system."
      Who? I have never heard anyone say they hate the Mac OS. I have heard they hate that they could not get this or that program for the Mac but I have never hear that they hate Mac/OS.
      You are probably right that Apple couldn't care less if you bought an Apple and ran WindowsXP on it. They get their money so who cares.
      Two potential big winners in this will be VMWare and CrossOver Office. The lack of software for the Mac will quickly drop since a lot of window apps will run. Now if they get Winelib for OS/X up to speed then you could see a lot of software move to OS/X even if it does not take advantage of all of OS/X it will ease transition.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    5. Re:Strategy? by nickos · · Score: 3, Interesting

      "Apple is a hardware company."

      I prefer to think of Apple as a consumer appliance company (allbeit a consumer appliance that runs Unix). The OS is an integrated part of that. It's only when you think of the PC market where the hardware has been commoditized do you think of the need to buy a seperate OS.

    6. Re:Strategy? by PM4RK5 · · Score: 2, Interesting

      That's a bit different, because Virtual PC provides a layer of software between Windows and OS X. I'm pretty sure Virtual PC has two network configurations:

      1. Let both OSes share the same IP, same MAC.
      2. Put Windows behind a virtual NAT router on its own IP and own software-generated MAC.

      Either way, Virtual PC software sits between Windows and the OS X network stack. In the first case, Virtual PC handles corner cases where both OSes are trying to run services on the same port, etc... To the outside world, it looks like all packets are coming from the single NIC, and a single IP address. In the second case, it's exactly as if Windows were behind a real NAT router, eliminating such possible corner cases, but limiting functionality in some areas.

      Either way, both of these are very different than running two IP addresses on the same MAC address, which would seem to be the case with the proposed hardware-sharing method of running Windows and OS X concurrently.

      Unfortunately, when sharing the hardware directly, there is no layer of software between a second OS and the NIC to resolve conflicts that could arise with having two operating systems running services on the same port concurrently. Such a task is not something that could be designed into hardware and fits in software much better, but would still require large amounts of work on each OS separately.

      Even if that logic could go into hardware/firmware, adding a new type of protocol (like IPv6) would be unsupported by the hardware, and then IPv6 conflicts would start arising... it just seems like there's no easy hardware-only solution to that problem, and I honestly believe that neither Microsoft nor Apple are going to put the effort into making that virtualization possible...

      As for Intel's forthcoming virtualization-friendly chipsets, I have no idea; those chipsets may very well solve these issues. For now, though, I still don't see concurrent operating systems happening directly on hardware without a layer of software virtualization (i.e. VMWare, Xan, or something higher-level like Virtual PC).

    7. Re:Strategy? by GweeDo · · Score: 2, Interesting

      "Even more complicated would be using a single NIC to connect two operating systems to the same network. Unless someone came up with a clever solution, each OS would need its own IP address. However, routers and switches outside the computer would become immensely confused when a single NIC and a single MAC address belong to two IP addresses, since most routers/switches only have a one-to-one correlation between MAC addresses and IP addresses."

      Never had a single NIC in Linux bound to multiple IP's have you? Used to work for a company where a single server would have a good 200 some IP's running on that one little NIC...no issue...no problems, the switch's could have cared less.

    8. Re:Strategy? by MsGeek · · Score: 2, Interesting

      No, he runs Mac OS X.

      I think the reason why Microsoft didn't completely fold up the Mac Business Unit after Apple raised its middle finger in Microsoft's face with Safari and iWork was that the "Chief Software Architect" prefers working with Mac OS X over XP.

      Who could blame him?

      I believe this is also why, when MacIntel makes its appearance, that without fail there will be a brand new version of Virtual PC that will use Intel's hardware virtualization ideas and the Connectix Windows/Mac OS connectivity concepts to create a very highly optimized "run Windows on Mac x86" platform.

      The loser in this equation, however, would be Linux and *BSDs other than Darwin. You can bet that this new Virtual PC product will NOT allow anything as a guest OS other than a Microsoft OS. Period. End of story.

      Bill Gates is a weird mofo. Everyone remembers the hate side of his relationship with Apple and with Steve Jobs. But nobody remembers that for as much mutual animus these guys have, they also have a great deal of respect. And they both have a common enemy: Free/Open Source operating systems.

      Yes, The Steve has been more adroit using F/OSS for his purposes. But ultimately, The Steve wants as dearly to embrace, extend and extinguish F/OSS as Bill does. Remember: Darwin alone != Mac OS X. It's Darwin+Aqua+Quartz+Carbon+Cocoa. They give away the lower-level OS. You just have to pay for their user experience.

      --
      Knowledge is power. Knowledge shared is power multiplied.
    9. Re:Strategy? by PM4RK5 · · Score: 2, Interesting

      Well, I have, but I still had it set up to be 1 IP per NIC. Thanks for pointing that out, though; I'd never really seen that type of configuration, so I stand corrected on that point.

      Running two OSes still doesn't seem quite parallel to having Linux sitting underneath all those IPs to manage them, but apparently I don't quite understand how switches learn to direct packets. So... I still see problems on the machine trying to run two OSes, but I trust that you're right in saying that external switches/routers wouldn't get confused.

      Thanks for correcting me.

    10. Re:Strategy? by llamaluvr · · Score: 3, Interesting

      This is what I said a while back, and I got modded to hell:

      http://apple.slashdot.org/comments.pl?sid=151972&c id=12753570

      I'm dead serious- I WANT this. I really like the Powerbook. I think it has one of the best feature sets of any laptop on the market. And it looks sexy. But, I'm not totally sold on OS X, probably because I'm really quite productive in Windows. If I could switch back without ditching the hardware if I ended up not liking it as much, I'd be really stinkin' happy.

      --
      Insightful: 76, Off-Topic: 379, Flamebait: 24, Funny: 152, Interesting: 201, Underrated: 55, Troll: 9, Total: 896
  2. Leaks? by wiggly-wiggly · · Score: 3, Interesting

    Now that Think Secret has confirmed that developers have the Mactel machines, will it only be a matter of time before OS X leaks out onto the Internet? Perhaps the previous stories were a little premature, but as soon as the protection mechanism on these machines is understood, it's only a matter of time.

  3. No OSX on a Dell... by wvitXpert · · Score: 2, Interesting
    "the site reports that Windows XP installs without a hitch on the systems and that casually trying to install Mac OS X for Intel on a Dell doesn't work... yet..."
    Keep in mind that the developer systems are probably built with off the shelf hardware, and doesn't contain the drm hardware that will be required to install OSX-x86.
  4. First Post of the Inevitable Post by Ath · · Score: 4, Interesting
    I will say it before someone else does:

    Nowhere did Apple say x86, they just said Intel chips! So maybe there is a brand new chip that Apple will use from Intel.

    Now the truth: Apple did say x86 and that, if you are interested in which specific Intel x86 chips Apple will use, check the Intel CPU roadmap for mid 2006 to get an idea.

    Just trying to be efficient...

  5. OS X on a Dell by DenmaFat · · Score: 3, Interesting

    Other versions of Darwin will run on that Dell. I'm not familiar with OS X innards, but couldn't someone figure out how to replace the handshake-enabled Darwin with the Dell-friendly bits?

    --
    I love that donkey. Hell, I love everybody.
    1. Re:OS X on a Dell by John+Harrison · · Score: 4, Interesting

      Which is probably just fine with Apple. The more that gets pirated the more that gets sold. It has worked well for MS, it will work for Apple as well. Remember, if you pirate it and you like it and you want to use it at work then you are going to get your work to buy it.

  6. Re:so.. by Anonymous Coward · · Score: 3, Interesting

    Need ISO....
    Really i'm suprised the images have not leaked yet...

  7. Re:Driver Support by millahtime · · Score: 1, Interesting

    since OS X is based on the BSDs there should be quite a few drivers out there that could be easily ported.

  8. Missing the point... by lxt · · Score: 5, Interesting

    I think you're missing the point - this is a developer's model. It's sole purpose is to enable developers to transition across to Intel based macs. Lets just wait until Apple start releasing actual Intel based products before complaining about the hardware?

  9. Re:I can't wait by grandmofftarkin · · Score: 3, Interesting

    Well by your logic you can build a Dell. But of course you can't, only Dell can Build a Dell! ;-)

    So, the Grandparent was right. You'll be building a PC that runs MacOS.

  10. Re:Why have apple just built a PC? by Trigun · · Score: 3, Interesting

    Umm, the MAC is a bog standard computer, it's not just the same bog standard. Mac is not going to use OEM boards, you're not going to see a Tyan motherboard in there.

    They don't throw shit on the motherboard that they don't need just to rice it out, Everything on your motherboard has a reasom for being there, and all of it is designed similar. Windows has to install on a lot of different flavours of hardware, so there's no big shocker when it installs on this one.

  11. Just put wine on it by nietsch · · Score: 3, Interesting

    Ok this may have been suggested before, but:
    If wine runs on all x86 unix-like OS's, and OSX is unix-like, will wine run on OSX-86? It would open up a very large market for apple without having to invest too much money. They will need to do some tricks to get it to use native widgets and stuff, but that's not impossible to do.

    The downside is that the better wine works, the better the adware/spyware works on it too. I am probably not the only one to infect my wine IE install with ad/spyware.

    What works for OSX will maybe also work for linux. There are already ABI's to make use of executables compiled for *BSD, so maybe OSX-86 binaries will run on linux soon too.
    (yup wishfull thinking and pie in the sky...)

    --
    This space is intentionally staring blankly at you
    1. Re:Just put wine on it by Megane · · Score: 2, Interesting

      1) it's still going to use X-windows, not Quartz/Aqua
      2) did you read the article yesterday about Codeweavers support? Apparently the Wine codebase works great under Linux, but BSD support is regularly broken.

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  12. Hardware sales == good for Apple by LKM · · Score: 3, Interesting
    Isn't it unlikely they'd be keen to make it work, given that if the hardware's was any good and priced competitively, people would buy them and run Windows ?

    I doubt Apple would care too much. They make money selling hardware. If you bought an Intel Mac just to run Windows on it, it's your loss, not Apple's.

    Even so, Apple probably won't do anything to make it easy for those who want to run Windows on the MacIntels. They've said that they won't prevent, it either.

    It's probably simply not an issue.

    The reverse though, running Mac OS X on PCs, now there's a subject they probably worry about a lot :-D

  13. Re:Why have apple just built a PC? by Megane · · Score: 2, Interesting

    But just how "normal"? Sure, it's enough to get NTLDR going, but can you install DOS on it? I didn't think that the NT/2K/XP boot process used too much of BIOS functionality. I'm pretty sure that once the kernel is loaded, most or all of BIOS is ignored.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  14. Re:Apple's "Red Box" for Windows compatibility by TheRaven64 · · Score: 3, Interesting

    I'd be more interested in them reviving Yellow Box. Use the Mac as a development platform for deployment on Windows. If they can encourage Windows developers to use Macs (or even Yellow Box on Windows) then it suddenly become just a matter of a recompile to produce native Mac apps, which could be a huge benefit for OS X adoption.

    --
    I am TheRaven on Soylent News
  15. Re:Too bad by Lucky_Norseman · · Score: 2, Interesting

    Why would you ruin a Porsche by putting a Yugo engine inside?
    Actually, with the earlier 911's it was quite common to put in a beetle engine temporarily while the original was taken out for service/repair.
    Think of these "Apples" as test-drivers driving a Porsche chassis before the engine is finished.

  16. Re:Can't decide by Daniel_Staal · · Score: 2, Interesting

    I can't find my link at the moment, but there is already a group set up that has purchased a kit and is selling testing services. (You ship them your code/app, and they test it for you.)

    --
    'Sensible' is a curse word.
  17. Re:Why run OS X on generic PCs, anyways? by Herbmaster · · Score: 1, Interesting

    I don't get this argument at all. The few slashdotters are the ones who will run OS X on their x86 boxes just because they can, but plenty of other people will want to because it's a good idea. People such as: Mac users who don't have unlimited disposable income. PC users who might be interested in running OS X, but not enough to buy new hardware. Basically, anybody who would ever want to run OS X, but isn't obsessed with Apple's shiny/white hardware. I don't expect Apple to cut their pricing premium for Mactel hardware, but it would be a good idea if they're worried about revenue lost to generic-PC OS X. They could also change the way OS X is sold/licensed, so that there isn't quite so much incentive to run OS X on a generic PC. Or maybe they have some killer hardware feature which will only be available from Apple. But so far, I haven't seen any good reason why anyone would want to buy an Apple Mactel box if generic PC OS X is reasonably easy.

    --
    I'm not a smorgasbord.
  18. The real question should be..... by Half-Baked · · Score: 0, Interesting

    will a intel mac run longhorn? Apple probably doesn't care if it will run XP since that will be old news by the time the entire apple line is converted to intel

  19. IP to share by unconfused1 · · Score: 3, Interesting

    I think that a lot of people have forgotten that Intel didn't really have a plan to get anywhere. Shrinking the process doesn't buy you the world, and that was all they were doing.

    Intel has ditched their own 64-bit platform in favor of AMD's, they have essentially reached many material limits in their process, they backpedaled to the PIII for the current Celeron and Pentium M designs, and their fake-dual-core designs are pretty lackluster also.

    Apple has problems with IBM advancing the PowerPC and producing enough of them to give Apple a very good image in the processing power area. Sure...the PowerPC might have a lot more room to grow (and other such arguments), but if you can't get them fast enough for demand...you have a problem. And with Microsoft, Nintendo, and Sony looking to the 970 and the Cell for their new consoles...supply wasn't looking better for Apple.

    Intel is gaining new life with dual and quad-core designs that Apple has property rights over. Intel is also getting new VPU designs. Lo and behold they have already announced new processors with some of these design changes in them, and I bet Apple will use them in their new machines.

    Apple get a product line that doesn't have the shortcoming concerning clock-speed envy. They get Intels successful marketing. And Apple gets a company that can meet processor supply demands. In addition Apple has a very smooth transition plan with fat-binaries for new applications, and Rosetta to run old binaries on the new systems.

    They have obviously had this on the back burner for a long time. I personally think this is win-win for both Intel and Apple.

    And additionally for us consumers and professionals, we may get a slightly cheaper machine...but will definitely get lower cost items like video cards, controllers, etc. that don't have to have special firmware for PowerPC platform.

  20. Re:Why run OS X on generic PCs, anyways? by alan_dershowitz · · Score: 1, Interesting

    It's not only about the money. Literally for YEARS I went to the Apple web site and tried to make a decision about what kind of Macintosh to buy. You know why I hadn't made a decision in all that time? Because Apple sets up their machines on a scale where if you want particular options, you must upgrade to the next level and spend more money on a bunch of other options you may not even need.

    iMac had a good processor and a decent video card, but was not a case with expandable PCI slots. So look at the desktop, if I don't want a shitty video card, I have to upgrade the CPU and hard drive.

    Here's the thing. Apple is using all commodity parts in their new systems, apparently, but are going to rig them up somehow so that you can't just run the OS on another machine with essentially the same parts. Their components are going to be the same as any other x86 components. I guarantee you that some motherboard manufacturer will come out with a board that uses the exact same commodity parts as a new Apple, but won't run OS X until someone comes out with the "hack". You get the hack, and suddenly you've got the same hardware, all the drivers work, and you start adding in the components you want.

    Regular businesses will not be doing this, but frankly regular businesses tend to run Windows anyway, and if they ARE a mac shop, they are sufficiently zealous that they will continue to buy macintoshes.

    Who WILL build their own macintosh computers are people that for years have wanted a Macintosh but APPLE has never offered them the options they wanted.

    Incidentally, I finally did buy a Macintosh, a Mac Mini. Even though it wasn't everything I wanted, it came without extra crap I already had, and was cheap enough that I was willing to sacrifice to get on board with OS X. This should be a lesson to Apple, since it does appear that they are getting interested in that market demographic.

  21. How to Open the Intel Mac Bios by Anonymous Coward · · Score: 3, Interesting

    Hold the delete key down at boot. It's a Phoenix Bios!

    Now if you want to get really freaky, go into the 'boot' menu and turn off the quick and silent boot options. This will display the bios information at boot...

    The bios at boot will display the same serial number that is on the chasis sticker, and another secondary id string. It also indicates the system as a Apple Transition Dev system.

    Now on the first time you boot it, for 2 seconds you will see 'Darwin x86' on the screen - but we all figured that out all ready.

  22. Darwin support by lysander · · Score: 2, Interesting
    As for installing Mac OS X on non-Apple hardware, attempts to boot from the included Mac OS X for Intel disc resulted in an error message on both a Dell and off-brand PC. The message states that the hardware configuration is not supported by Darwin x86.

    What if one tried installing on a machine with chipsets supported by Darwin x86, e.g. something already running Darwin? I'm curious if it's actually a Darwin issue or if it's some other check that the install does.

    --
    GET YOUR WEAPONS READY! --DR.LIGHT
  23. Re:Why run OS X on generic PCs, anyways? by TheNetAvenger · · Score: 2, Interesting

    That's not correct -- Apple designed the G5's chipset, including the superfast memory bus that almost equals the Opterons'.

    Apple engineers may change the name to G5, and slap their logo on the technology, but you need to go look up the POWER achitecture.

    The G5 is nothing more than a IBM designed CPU, from the original IBM POWER designs, and is identical in operation to the IBM POWER designs which Apple has NO hand in...

    This is why Apple is fed up with IBM's slow migration to the 3ghz version, and is moving to the Intel architecture.

    If Apple was 'designing' the G5 or PowerPC CPUs, they would move them to the 3ghz range, instead of waiting for IBM to do it for them, and getting upset because it isn't happening.

    Source http://en.wikipedia.org/wiki/Powerpc

  24. Re:Sigh. by numbski · · Score: 2, Interesting

    Okay, wow. I haven't had a chance to look since this morning, but I started a war here. Eep.

    My thought was that a gpu driver will exist in the darwin-x86 release, as well....they need video cards too, so the little-endian cpu and gpu issue is taken care of there, as is the PC Bios. Chipset as an extension is resolved.

    The only remaining issue is the 10.4.2's implementation of quartz. My understanding up until now is that if the OS has the proper kernel drivers, and it understands the OpenGL instruction set (which man do), and it is an AGP card (unless you hack the xml file stating to use PCI instead), AND you have more then 16MB of RAM for Quartz Extreme, you're ready to go.

    What part of this am I missing? Remember, I'm an administrator and network designer, not a hardware designer, and I just barely pass as a programmer here.

    --

    Karma: Chameleon (mostly due to the fact that you come and go).

  25. Re:iMacs are a consumer machine. Marginal? by Dog135 · · Score: 2, Interesting

    Personally I got an original Rev A CRT iMac gratis, and it grew on us a ton.

    I'm currently typing on a 600 Mhz Graphite CRT iMac right now. And it's sitting on a plywood desk in the kitchen. It's been my wife and my internet computer since it was new. And I have no need to upgrade it any time soon. (Running OSX 10.3, btw)

    These old iMacs are good machines, and I haven't had any problems with mine yet. That's why we love it.

    --
    "That's so plausible, I can't believe it!" - Leela
  26. Re:Sigh. by Doktor+Memory · · Score: 3, Interesting

    My thought was that a gpu driver will exist in the darwin-x86 release [...] What part of this am I missing?

    You're missing where the video driver lies and how it works. Darwin includes (or can use; I don't recall if they're actually bundled) X11 (x.org or xfree86) video drivers. Those drivers are specific to X11, and bear no relation to the video drivers that are used for Aqua/Quartz/QE on MacOS X.

    (Well, if they're vendor-provided drivers there's probably some code overlap, but the driver interfaces are completely different, and that's what counts.)

    --

    News for Nerds. Stuff that Matters? Like hell.

  27. Apple's history with hardware offerings by aglerickson · · Score: 2, Interesting

    Bingo. Add to that, Apple isn't going to introduce a machine that can't be sold as "the BMW of computers." Apple probably has already struck a deal with Intel that will allow Apple to be the first to include "The Newest Latest And Greatest CPU EVAR" (for the next two or three months) into their initial offering.

  28. what is the BIOS like? by X_Caffeine · · Score: 2, Interesting

    Can anyone who's gotten their hands on one of these tell us a bit about the BIOS?

    I know that we're losing some of the Open Firmware features, but nobody has mentioned if we're losing Firewire Target Mode. Hope not, I use it all the time.

    And I know this is silly, but what is the boot like? Is it "mac-like," or are we treated to flashing screens, memory counts and hardware charts?

    --
    // I will show you fear in a handful of jellybeans.
  29. Re:Yellow Box is now Cocoa and friends. by TheRaven64 · · Score: 2, Interesting
    No, I meant Yellow Box. Originally, OpenStep allowed development and deployment on NeXT, Solaris, and Windows. Then, when NeXT bought Apple (for a negative amount), it became Yellow Box. Yellow Box ran on both Windows and Rhapsody (Sun having abandoned OpenStep in favour of Java) and allowed code developed on one to be built for the other.

    Up until after Rhapsody DR2, Apple shipped both x86 and PowerPC versions of Rhapsody, as well as the Yellow Box runtime and developer tools for Windows. The advantage of Apple shipping Yellow Box for Windows again would be that they could sell Macs to developers, the developers could write software for Windows (the largest market), and the OS X port would be free, generating more OS X software.

    Red Box, while never released, was a speculated Windows emulation layer inside OS X. Red Box was abandoned when Apple decided not to release Rhapsody (OS X) for x86. It might be brought back with OS X86 (assuming it is still being developed internally, which seems unlikely), and this is what the grandparent poster was talking about.

    --
    I am TheRaven on Soylent News
  30. Re:Ludicrous? by fimbulvetr · · Score: 2, Interesting

    Well yeah, that'd be great, I'm sure.

    It is great! Thanks for recognizing. Try running RHEL 2/3 or Debian Woody/Sarge sometime. In a bad month, I'll have to update 1 or 2 packages, usually ones I don't even need to be there (telnet, etc).

    blame the Apple Fanboys who preach absolute security, because they're creating unfair expectations.

    Wow! This is what I'm trying to do! Look at some of these things I've seen lately:

    1. ...but is highly resistant to most attacks.
    2. I count 5 exploits that are triggerable remotely...
    3. That's why the thing isn't riddled with bugs...
    4. ...has awesome security features like...
    5. ...generally has a good set of secure, default settings...
    6. For remote exploits, they have a fabulous reputation of quick patches.

    the one blown totally out of proportion because successful remote code execution was extremely difficult?

    I wasn't aware the vendors like Apple could blow off vulnerabilities because they were hard to exploit.
    The last time I checked, some people on Full disclosure spend hundreds of hours on just one exploit.
    The point is: you claim Apple has a "fabulous reputation" - I say they don't. They're no different than everyone else. This negates your "fabulous" claim, which is obviously overzealous.

    I don't see any special "poster child treatment" as far as RH, Gentoo and Debian are concerned. Maybe you're taking this too personally - maybe I'm misinterpreting it?

    Absolutists like you piss me off. OSX can't have good security.

    People who claim OSX has awesome security piss me off. I don't consider myself an absolutist, but if you do, that's fine. I just like to see facts spread around rather than the same old OSX astroturfing that we're seeing so much of lately.
    Karma be damned!