Stories
Slash Boxes
Comments

News for nerds, stuff that matters

An Answer To "What is Mac OS X?"

Posted by Cliff on Wed Jan 07, 2004 01:15 PM
from the for-those-who-are-curious dept.
XCube writes: "'What is Mac OS X?' is a fascinating article over at KernelThread.com. According to Amit Singh it's a hacker-over-friendly answer to that question and a low-level taste of Apple's OS. The extensive article covers many details on Mac OS X: history, Mac firmware & boot loader, system architecture, kernel, startup, file systems, app environments, programming facilities, available software, and more. A great read if you are interested in Mac OS X, though some stuff is too technical methinks. On second thought, this may be a better read if you're *not* interested in Mac OS X! The author says he wrote it to introduce Mac OS X to the Linux User's Group at his work."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Hey, Wait a second (Score:5, Funny)

    by jetkust (596906) on Wednesday January 07 2004, @01:22PM (#7904512)
    On second thought, this may be a better read if you're *not* interested in OS X!

    But if I wasn't interested, then why would I be reading it?
  • Carbon's roots are older (Score:5, Interesting)

    by saddino (183491) on Wednesday January 07 2004, @01:23PM (#7904519)
    Carbon. This is a set of procedural C-based APIs for Mac OS X that are based on the old Mac OS 9 API (actually dating back as far back as Mac OS 8.1)

    To nitpick: actually, a lot of the Carbon APIs go as far back as System 1.0 -- most of QuickDraw for example.
    • Re:Carbon's roots are older (Score:5, Informative)

      by frankie (91710) on Wednesday January 07 2004, @01:49PM (#7904828)
      (http://francis.uy.googlepages.com/ | Last Journal: Wednesday August 29, @09:40AM)
      The article is conflating two different things - either an accidental mis-edit or an intentional oversimplification.

      Carbon is based on the classic Mac APIs which go way back to 1984, while the Carbon API actually exists (and is available for calls) in MacOS 8.1 and higher via the CarbonLib classic extension.

      [ Parent ]
      • Re:Carbon's roots are older (Score:5, Informative)

        by gwernol (167574) on Wednesday January 07 2004, @02:11PM (#7905018)
        Carbon is based on the classic Mac APIs which go way back to 1984, while the Carbon API actually exists (and is available for calls) in MacOS 8.1 and higher via the CarbonLib classic extension.

        Actually (if you care about all the historical details of Mac OS X's evolution) Carbon was originally based on the QuickTime library, which in turn was based on the classic Mac APIs. I was an engineer on the QuickTime team during the early Rhapsody days up through Mac OS X beta.

        When Rhapsody (basically the NextStep OS) was being developed it quickly became obvious we needed to support classic Macintosh applications. QuickTime had already been ported to an early Rhapsody version, and it just so happened QuickTime already carried around an API that contained about 70% of the Mac OS functionality. This is how QuickTime runs on Windows and why porting Carbon/classic Mac apps to Windows is (relatively) painless if you know to call the QTW libraries. So Apple effectively had the start of Carbon on NextStep as a result of the QuickTime port. Rhapsody became Mac OS X, the QuickTime library support was spun out to its own team and became Carbon.

        None of which really disagrees with your post, just a little more detail on the exact process.
        [ Parent ]
        • Re:Carbon's roots are older by Don'tTreadOnMe (Score:2) Wednesday January 07 2004, @02:43PM
          • 1 reply beneath your current threshold.
        • Re:Carbon's roots are older (Score:5, Informative)

          by gwernol (167574) on Wednesday January 07 2004, @07:59PM (#7908918)
          So if most of the Classic Mac's functionality is based on Carbon, which is based on QuickTime, and QuickTime has been ported to Windows...

          aaaannnd, most of the NextStep functionality was available to x86 early on, with the YellowBox environment as well as seen in Rhapsody and WebObjects...

          aaaaannnd Darwin, the OSX xnu kernel and personalities on Mach run on x86...

          We have pretty complete coverage of the state of the Mac on x86. Interesting. I suspect with QuickTime installed, the hardest thing about iTunes on Windows was getting the GUI right. Which really is hard.


          Yes, this is indeed the case. However...

          First you're missing some important components, for example the Quartz rendering layer and the Aqua UI components. Neither of these are at all trivial.

          Second, even ignorning Quartz and Aqua, you now have a set of about 70% of the components you need to build a Mac OS X-like operating system on Intel. As they say, the first 70% of the work takes 90% of the time, the other 30% of the work takes the other 90% of the time. It gives you a head-start, sure but you still have an immense effort ahead of you.

          Apple spent (very, very approximately) a team of 1,000 engineers for 3 years to get to Mac OS X 10.0, from about the starting point you describe. That's 3,000 engineer-years of effort to find. Panther is another 3,000 engineer-years beyond that. It could be done, but its not trivial.

          That said, when I was at Apple we did builds of Mac OS X (the entire stack) for PowerPC and Intel. From colleagues still at Infinite Loop I understand they still do every build for both platforms. I don't believe that it is technical barriers that are stopping Mac OS X for Intel...
          [ Parent ]
        • 3 replies beneath your current threshold.
    • Re:Carbon's roots are older by soft_guy (Score:2) Wednesday January 07 2004, @02:42PM
  • It's been at the back of your mind all along, always there, you're always asking...

    "What is Mac OS X?"

    Do you want me to show you, Neo...er...Steve? Eat the blue apple, and you'll go on living your life, believing whatever you want to believe. Eat the red apple, and I'll show you how deep the worm hole goes. And you'll realize that there is no Mac OS X. It's only your mind that has unfathomably sexy UI elements.
  • What is Mac OS X? (Score:4, Funny)

    by mac os ken (732050) on Wednesday January 07 2004, @01:26PM (#7904564)
    (http://www.kenfager.com/ | Last Journal: Sunday April 11 2004, @03:55PM)
    Mac OS X is:

    stable

    easy to use

    gorgeous

    well rounded

    interesting Kind of sounds like the perfect boyfriend/girlfriend. But remember, we're talking about software here... :P

  • If you've been under a rock and haven't read much about OS X, still view Linux as a strong desktop OS, but hate having to fight to get the latest software, hardware, or other common computer accessories working without a call to your other Linux buddies, you should get a kick out of this article.

    While the author disavows the article to a degree, it may be of great use to Linux and other UNIX users who haven't a clue of the true nature of OS X beneath its GUI interface. From the kernel, to a typical Mac's boot firmware, to its BSD origins, this is probably one of the better free web-accessible summaries that Linux geeks could appreciate.

    OK, it might not make you switch, but note that this guy admits to using OS X for only 3 years or so, and he's gained quite an understanding of it.

    Will OS X work for you best? YMMV.
    • Re:Potential Linux Switchers: Read Up by RevRa (Score:1) Wednesday January 07 2004, @01:34PM
    • Re:Potential Linux Switchers: Read Up (Score:5, Interesting)

      by happyfrogcow (708359) on Wednesday January 07 2004, @01:40PM (#7904732)
      I'm sorry, I'm not using Linux because it's a strong desktop (it's good enough for me, i'd call it adequate). I don't fight to get the latest software, I use what works and don't need to have the hottest, newest bits running through my processor. Most security updates are irellevant as I have hardly any services running, but I update the ones I need. If I had accesories, i'd make sure they worked with Linux before buying them, or were from a company who has a history of devulging enough specs for people to write device drivers themselves.

      I use personally use Linux to get away from the liscensing nonsense that MicroAppleSunSoft tries to cram down my throat and sockets. They force too much upon me. It's my hardware, not theirs. I use Linux because it is Free. I use OSX at work and MS-Windows at work because I have to. What management decides is out of my control.

      "...without a call to your other Linux buddies..."

      Half the fun of Linux is the community built around it.
      [ Parent ]
      • Makes sense to me, all you've said. Apologies if I sound like I am pigeonholing the typical Linux user.

        But OS X is much like any other BSD. Don't want to pay Roxio for a burn app? Just use the exact same CD burn tools you're using now. Same is true for Apache and many, many other tools that are built in OS X as they are in Linux and BSD. Else, compile the darn things.

        Just note that not everyone (not even here on /.) are whizzes that can build anything they need or tinker for hours. How much do you consider your time is worth? Some of us just want to buy something, use it, and take the remaining time in the date to do something else, like, hell--I don't know--date or something.
        [ Parent ]
        • Re:Potential Linux Switchers: Read Up by Roydd McWilson (Score:1) Wednesday January 07 2004, @03:05PM
        • Re:Potential Linux Switchers: Read Up by drinkypoo (Score:1) Wednesday January 07 2004, @03:34PM
          • I'm sure you know of Darwin, which is the OS X OS core that runs on x86, so I won't discuss a Mac OS X port, per se. It will never happen, having a complete OS X version for x86, since Apple leverages its OS to sell its hardware, not software. Best example: the iTunes Music Store is built not to make money, but sell iPods.

            Again, when it comes to buying a basic PC box, assembling it yourself and installing an OS, or buying a Mac box, you get what you pay for. There is a very good reason why Porsche doesn't offer a "build-it-yourself" option for their cars, and Apple feels the same way. Why are Macs a tad more expensive on average? Because they don't use the low-cost crappy commedity parts, and because they add the hardware they know many PC users may skip buying today but will eventually buy later (FireWire, a better video card, and other niceties). The only thing really unique in any Mac today is its chassis, motherboard and processor. The rest is the same stuff you find in any other PC.

            The various UNIXes and clones out there all have their joys and laments, but none have hit the overall consistency, useability, and business software availability (Microsoft Office) than OS X--yet. You may be right--but not right now.

            I understand truly about the joys of geekhood as well, and I don't think I should lose a point from my Geek License for suggesting that tinkering is a sin. In fact, unlike the original Mac OS (which was mostly closed up), I have gained far more repair and software options with the advent of OS X, since the UNIX side allows me to truly get under the hood of the damn thing in the few instances where it gets cranky or if I need to compile some app that's not included with OS X (like any other UNIX).
            [ Parent ]
            • Re:Potential Linux Switchers: Read Up by drinkypoo (Score:1) Wednesday January 07 2004, @03:59PM
              • Re:Potential Linux Switchers: Read Up by aristotle-dude (Score:1) Wednesday January 07 2004, @04:47PM
              • Re:Potential Linux Switchers: Read Up (Score:5, Interesting)

                by drinkypoo (153816) <martin.espinoza@gmail.com> on Wednesday January 07 2004, @04:58PM (#7906928)
                (http://www.hyperlogos.org/ | Last Journal: Wednesday July 18, @08:19PM)
                I agree that open firmware is a thing of beauty. However we should eventually attain the same level of convenience with LinuxBIOS. (The problem right now is diminutive EEPROM/FLASH bios.) However on PCs you no longer have to worry about IRQs, DMA conflicts, or IO ranges, as long as you're not using legacy hardware. These days, some machines even have no ISA bus whatsoever - Even the legacy PS/2 keyboard and mouse are on PCI. Macs still have to deal with interrupts and such, they just don't bother you with it, and neither do modern PCs. I haven't had to deal with IRQs and shit since the last time I installed a non-pnp ISA card. Which was a long, LONG time ago.

                Mac hardware hasn't been special since PCs went to the PCI bus and apple hardware stopped having the drivers in rom on the card. NuBus was a paragon of autoconfiguration equalled by no one but the Amiga. But now that drivers are in the software and not adapter ROM, that advantage is nonexistent.

                It's also worth pointing out that until the G5, apple hardware has had poor bus architecture and slow memory buses. So while the designs are supposedly clean (I have a yosemite so I know that is a lie; I am also familiar with the IIfx, which didn't even follow Apple's standards, let alone anyone else's, and even needed a nonstandard SCSI terminator) they have usually been dated. The G5 is an exception; it sure would be nice if OSX were 64 bit though. Apple finally has the superbadass hardware, and their OS doesn't even take full advantage of it. By the time they have a 64 bit OSX, AMD's hammer chips will have come down further in price, and XP-64 will be running on them, and they'll squander their "lead" once more.

                [ Parent ]
              • Re:Potential Linux Switchers: Read Up by elmegil (Score:1) Wednesday January 07 2004, @10:25PM
              • AAAH! The Open Firmware Song! by Erik K. Veland (Score:2) Saturday January 10 2004, @08:27AM
            • 1 reply beneath your current threshold.
          • Re:Potential Linux Switchers: Read Up by Feral Bueller (Score:2) Thursday January 08 2004, @03:22AM
          • 1 reply beneath your current threshold.
        • Re:Potential Linux Switchers: Read Up by MoneyT (Score:2) Wednesday January 07 2004, @03:54PM
        • 1 reply beneath your current threshold.
      • Re:Potential Linux Switchers: Read Up by MalleusEBHC (Score:3) Wednesday January 07 2004, @02:09PM
        • Re:Potential Linux Switchers: Read Up (Score:5, Interesting)

          by Brandybuck (704397) on Wednesday January 07 2004, @03:16PM (#7905692)
          (http://www.usermode.org/ | Last Journal: Tuesday April 17 2007, @09:13PM)
          And this was the way some proprietary software was going for a while. In the beginning, it was unclear how copyright applied to software, so the proprietarists came up with licensing instead. Like humans coming down out of the trees, this is generally been regarded as a bad move. But once it became clear that copyright applied to software, some proprietarists thought it silly to saddle their users with contracts, or to spend years in court arguing that "read-to-agree" schemes constituted contractual assent. They didn't want to control their users, they just wanted to make sure their software wasn't redistributed. Standard copyright law (plus an attached disclaimer of warranty) was all they needed.

          I think Borland was the first major software vendor to use a copyright-based proprietary license (the famous "book" license). Some other companies followed suit, Apple included. Unfortunately, the old unilateral-contract-based schemes required hordes of lawyers, and lawyers love nothing better than to control other people.

          Apple's proprietary software is still proprietary. But it's in a completely different class then Microsoft software. Nothing is being crammed down anyone's throat. While I still prefer Free Software, I have no problems buying and using proprietary software if the license terms are based on copyright rather than on some lawyer's delusion of how the world should work.
          [ Parent ]
        • Re:Potential Linux Switchers: Read Up by Kunta Kinte (Score:2) Wednesday January 07 2004, @03:29PM
        • Re:Potential Linux Switchers: Read Up by squiggleslash (Score:1) Wednesday January 07 2004, @04:32PM
          • 1 reply beneath your current threshold.
        • 1 reply beneath your current threshold.
      • Re:Potential Linux Switchers: Read Up by greygent (Score:2) Wednesday January 07 2004, @02:30PM
      • by rampant mac (561036) <toast1911@@@mac...com> on Wednesday January 07 2004, @03:09PM (#7905625)
        "Half the fun of Linux is the community built around it."

        Half the frustration of Linux is the community built around it, also.

        That goes for every operating system. Use what makes YOU more productive. I could care less about free/open source/closed source. I prefer to use an OS that makes me more productive, with the least amount of hassle. Apple gives me that. Microsoft does not. Linux sure doesn't either.

        [ Parent ]
      • Re:Potential Linux Switchers: Read Up by Graff (Score:2) Wednesday January 07 2004, @03:28PM
      • Re:Potential Linux Switchers: Read Up by prockcore (Score:2) Thursday January 08 2004, @12:27AM
      • 3 replies beneath your current threshold.
    • maybe you by asv108 (Score:3) Wednesday January 07 2004, @01:50PM
      • Re:maybe you by Roydd McWilson (Score:1) Wednesday January 07 2004, @03:15PM
        • Re:maybe you by BitchKapoor (Score:1) Wednesday January 07 2004, @04:13PM
        • 1 reply beneath your current threshold.
      • Re:maybe you by nyssa (Score:1) Wednesday January 07 2004, @06:19PM
        • Re:maybe you by grrr223 (Score:1) Thursday January 08 2004, @01:19AM
    • Re:Potential Linux Switchers: Read Up by be-fan (Score:2) Wednesday January 07 2004, @04:34PM
      • by Paradox (13555) on Wednesday January 07 2004, @05:15PM (#7907117)
        (http://kirindave.tumblr.com/ | Last Journal: Friday December 19 2003, @01:35PM)
        1) KDE, while less polished than Aqua, is much more powerful.


        Howso? I'm working with KDE in my current job, and I've yet to find anything that KDE can do that Aqua can't seem to. I suppose this depends on your definition of "power" too. GTK+ is very "powerful" as I'd define it, but a triply nested button inside other buttons doesn't seem like power I really need.

        In general, I think Apple's rapid development tools and APIs in the Cocoa environment (along with the language used) knock the socks off just about anything else I've worked with for overall usability (both from a user and developer's standpoint).

        Especially in the area of rapid development, few environments can even begin to work as well, or produce such clean and maintainable results, as Apple's tools for this job.
        [ Parent ]
        • Re:Potential Linux Switchers: Read Up by molnarcs (Score:2) Wednesday January 07 2004, @06:58PM
        • Re:Potential Linux Switchers: Read Up by be-fan (Score:2) Wednesday January 07 2004, @06:58PM
          • Re:Potential Linux Switchers: Read Up (Score:4, Interesting)

            by Paradox (13555) on Wednesday January 07 2004, @09:27PM (#7909585)
            (http://kirindave.tumblr.com/ | Last Journal: Friday December 19 2003, @01:35PM)
            A few things about this:
            1. Apple has a unified hotkey system. In panther, all the system-wide hotkeys are rebindable. Applications override this, and they can (and do) offer to change the keybindings. There are also tools to change keybindings arbitrarily, and even on regexs of the menu items. :)
            2. Apple's text widgets are configurable in the extreme. This can be accomplished both at the application level, or at a global level. Developers can override this functionality in the individual application case. You might notice that OS X text widgets respond to many C-(something) keys (C-a to go to the beginning of a line, etc...). This is because of a global config file which individual users and appliations can override to taste. It's quite possible to make the text widgets perform in almost any manner possible (although it's unlikely that you'll see Emacs or VIM behavior without an InputManager.
            3. The component methodology is more pervasive in KDE because developers want it to be. Nothing restricts people in the OS X world from writing their widgets in that fashion (most do!). Few people take it to that level in OS X. Not because it's hard, but because there is seldom reason to. This is nice, I'll grant, but it's not really that much of a benefit.
            4. KDE's MDI suffers from the general problems of MDI everywhere. I'd say Apple's minimalistic MDI stuff is a feature. Especially with Expose, MDI is seldom necessary. The notable examples are web-browsers. Even then, I find myself using tabs in Safari less and less. Why, when I get a better idea of what's going on with Expose?
            5. KDevelop is probably more mature than XCode, which is quite new (albeit based off the venerable ProjectManager, it's a very different machine under the hood as some Apple developers have intimated to me.
            6. NOTHING KDE has comes even close to the awesome power of the Developer suite that you get when you sign on with OSX. When it was designed, it was 20 years ahead of its time, and no one else has even begun to catch up.
            7. As a developer, I balk at C++ frameworks. Sorry, C++ is rapidly becoming more of a nuisance than anything else.

              This is, of course, subjective. Since I win my daily bread as a C++ and Ruby coder, I'll leave it as obvious which language I prefer to work in.
            [ Parent ]
        • Re:Potential Linux Switchers: Read Up by be-fan (Score:2) Wednesday January 07 2004, @07:53PM
          • OS X does most of these things! (Score:5, Insightful)

            by Paradox (13555) on Wednesday January 07 2004, @09:41PM (#7909681)
            (http://kirindave.tumblr.com/ | Last Journal: Friday December 19 2003, @01:35PM)
            Mac OS X's environment already has almost all these things.

            The configurability is a Mac vs. Linux philosophy thing. Don't tout it, you'll start a flamewar. Suffice to say, Apple has decided that for UI, One Consistent Way is better than a huge amount of configurability.

            You need CocoaGestures [macupdate.com] to get system wide gestures. The hotkeys support is already there.

            The system-wide password manager? Prithee, sir, what then would we call KeyChain [apple.com]?

            System wide spellchecking is part and parcel of the very good Apple text widgets. You use their widgets, you get it for free. You can configure it specially, or you can let all the code in NSApp just do it for you (usually what you want).

            Apple doesn't do things like auto-completion in a generic fashion (although you never see it mentioned, they do provide a completion service [macosxhints.com], and other people have cheerfully extended this functionality with supplemental abilities. [lorax.com]) because they haven't decided on their One Consistent Way to do it. Until then, we have a plethora of software, free and commercial, that does most anything we want. The OS X software community is very happy correcting any perceived flaws or blank spots a dozen different ways.

            UI is a very subjective matter, so Apple (that makes money off of their good, consistent user experience) takes the middle road in most everything. It's smarter for them that way, since it's so incredibly easy to extend their input mechanisms.

            [ Parent ]
        • Re:Potential Linux Switchers: Read Up by prockcore (Score:2) Thursday January 08 2004, @12:36AM
      • Re:Potential Linux Switchers: Read Up by tigga (Score:2) Wednesday January 07 2004, @08:37PM
    • by NanoGator (522640) on Wednesday January 07 2004, @02:33PM (#7905234)
      (http://www.ferion.net/ | Last Journal: Monday May 06 2002, @02:16AM)
      "Is OS-X available for non-Apple machines? "

      A lot of us running Windows wish it was.
      [ Parent ]
      • don't forget... by thatguywhoiam (Score:2) Saturday January 10 2004, @12:09PM
    • Re:Potential Linux Switchers: Read Up by jaxdahl (Score:2) Wednesday January 07 2004, @02:46PM
    • Most of it. by porkchop_d_clown (Score:2) Wednesday January 07 2004, @03:00PM
    • Re:Potential Linux Switchers: Read Up by idiot900 (Score:2) Thursday January 08 2004, @01:36AM
    • 3 replies beneath your current threshold.
  • by Anonymous Coward on Wednesday January 07 2004, @01:29PM (#7904596)
    I hate X-Windows, crappy widgets and horrible fonts. As much as people criticize OS-X for being an "expensive" FreeBSD the display engine is light years ahead, its better than anything currently being used on Linux or FreeBSD.

    Even NeXtstep and OPENSTEP's use of Display Postscript was excellent on low powered Intel based hardware.
  • though i love linux (Score:4, Insightful)

    by spectre_be (664735) on Wednesday January 07 2004, @01:30PM (#7904611)
    i must admit that i admire apple's os x platform. for example one *can* use the command line as much as one likes but one doesnt't *have* to. i can't say that i love editing my xf86config for example. tho os x is far from perfect (it *is* after all proprietary) but it seems like an evolution of linux in ways of usability. i think however that the major OSS desktop environments aren't that far away from obtaining equally powerfull yet userfriendly operation (having only working knowledge of the gentoo distro) it's been a while since i used os x (10.1 in fact) and i must admit i regret lacking the funds to buy myself a peachy powermac g5 cuz i'm quite tempted by os x panther and the ilife bundle (man garageband look awesome!) sometimes i've wished linux was a bit more 'it just works' although i know huge progess is being made in that field every day (ie getting alsa to work has been a major pita for me) i for one just think os x gives the user still a much smoother computer experience than linux can at the moment. i consider it to be a best of both worlds - operation system. only, personally, i think os x could do with decent skinning features as simple far from everybody likes apple's aqua interface. way to go apple
    • Re:though i love linux by TrippTDF (Score:3) Wednesday January 07 2004, @01:52PM
    • Re:though i love linux (Score:5, Insightful)

      by GlassHeart (579618) on Wednesday January 07 2004, @02:17PM (#7905072)
      (Last Journal: Friday February 21 2003, @08:57PM)
      i consider it to be a best of both worlds

      When a company does such a good job, then the intelligent consumer would pay the company so it can improve. Apple does not survive by your applause, but by your purchasing dollars. Even your dollars spent on Microsoft Office for the Mac is partially a powerful vote for Apple.

      Point is, if all we are going to do is to sit around and dish out glowing reviews, then we should not be surprised when (not if) a company we so approve of fails. Put your money where your mouth is.

      i regret lacking the funds to buy myself a peachy powermac g5 cuz i'm quite tempted by os x panther and the ilife bundle (man garageband look awesome!)

      GarageBand requires a G4 with DVD drive for full operations. The entry-level eMac satisfies this at $800 brand new, or under $700 refurbished. The $800 price, if you wait a few weeks, would include the $50 iLife.

      Don't get me wrong. $800 is still real money, and is still more expensive than a Dell box. However, it's not $1,800, which is what an entry-level G5 would cost, and the Dell box won't have GarageBand, its big brother Soundtrack, or Final Cut Express and big brother Final Cut Pro.

      [ Parent ]
    • Re:though i love linux by cayenne8 (Score:3) Wednesday January 07 2004, @03:26PM
    • Re:though i love linux by Aldurn (Score:1) Wednesday January 07 2004, @04:21PM
    • linux lacking elegance, consistency, familiarity by Slur (Score:2) Wednesday January 07 2004, @08:57PM
    • Re:though i love linux by spectre_be (Score:1) Wednesday January 07 2004, @02:24PM
    • 1 reply beneath your current threshold.
  • interesting article... (Score:5, Informative)

    by Anonymous Coward on Wednesday January 07 2004, @01:31PM (#7904625)
    It's good to explain more of the underpinnings OS X. You see, NeXTSTEP was almost the perfect operating system and development environment.

    The NS environment (living on in Aqua today) is just so cool. Well-designed interfaces abound. Design patterns everywhere, created when the term "Design Pattern" had barely been explored in the computer world. For instance: most objects use delegation to extend their behavior. Not subclassing! Just compare building a GUI in Swing to Cocoa, it's like salt and sugar.

    Objective-C is a wonderful semi-dynamic language, much nicer than C++.

    Programming the mac is a true joy, even if all this dynamic dispatch is a little slow and hardly anybody uses macs. :-)
    • Re:interesting article... (Score:4, Informative)

      by cosmo7 (325616) on Wednesday January 07 2004, @04:14PM (#7906384)
      (http://cosmo7.com/)
      I've worked for Apple and I can tell you just about all the new core stuff is being done or being converted to C or C++.

      If you've worked for Apple you'd know that all the CoreFoundation classes have always been written in C/C++ and are (mostly) "toll-bridged" with their corresponding Objective-C Foundation classes.

      If you are writing in Objective-C and discover a performance hit from the dynamic binding there is nothing to prevent you from using the CF classes (other than having to write C/C++) and including it in your Objective-C code.
      [ Parent ]
    • Re:interesting article... (Score:4, Insightful)

      by WatertonMan (550706) on Wednesday January 07 2004, @04:22PM (#7906473)
      "Maybe in look and feel but it performs like crap. It's too disconnected; too much stuff done at runtime; too dynamic to be used for core components."

      As others said you can optimize individual areas in C++. Also you are now discussing core components which seem a different issue to the person using frameworks. They don't care how the framework is written. Certainly even obj-C advocates don't think it the solution to everything. Other languages have their place.

      I wonder though, why you criticize obj-C when even Microsoft is moving to a more runtime oriented system with .NET. It seems obj-C's main competitors are C#/VB.net and Java.

      [ Parent ]
    • Re:interesting article... by jcr (Score:2) Thursday January 08 2004, @01:45AM
    • 2 replies beneath your current threshold.
  • Tired of linux? (Score:5, Insightful)

    by OmniVector (569062) <egapemoh ym ees> on Wednesday January 07 2004, @01:35PM (#7904670)
    (http://www.otierney.net/)
    I loved some of the concepts behind linux, but I think Linux's greatest advantage is also it's greatest weakness. The fact that there is no central governing body for most projects means that you get lots of fragmentation (X11: freedesktop.org, fresco, XFree; Distros: Gentoo, Debian, Mandrake, Redhat, etc) which makes it very difficult to stick to one standard. Thankfully, over time some projects fork (gcc) and wind up becoming the project that takes over. It's this fragmentation that helps linux adapt so rapidly. However because of all this, developers can't code for one toolkit api, one kernel api, etc. Mac OS X, to linux users, is like linux controlled by ONE group who says yes or no to all issues so that the complex fragmented software base can concentrate on one goal: a good consistent end user experience. I honestly would say Mac OS X couldn't exist without Linux or BSD because it wouldn't be where it was today without the OSS community. People complain that OS X is too proprietary, but i believe it is the perfect mix. On one hand you have OSS [opendarwin.org] software [sf.net]. On the other hand you have commercial [microsoft.com] software [adobe.com]. It's truely the best of both worlds! Isn't this what many linux users want? Linux grandma can use? Companies to write native software? Games? Gaim and KMail side by side with safari and photoshop? You don't have to wait if that's what you want. Linux is a great server OS, but mac os x has it by leaps and bounds as a good desktop platform. Am i saying Gnome and KDE should die off and we should all just use mac os x? of course not. But i am saying if you want a usable unix desktop now, not later, you don't have to look much further.
    • Re:Tired of linux? by bogie (Score:1) Wednesday January 07 2004, @02:02PM
      • Re:Tired of linux? by mojoNYC (Score:1) Wednesday January 07 2004, @02:20PM
      • Re:Tired of linux? (Score:4, Insightful)

        by OmniVector (569062) <egapemoh ym ees> on Wednesday January 07 2004, @02:51PM (#7905402)
        (http://www.otierney.net/)
        bogie, you have a really negative attitude towards a system i don't think you really understand much yet.

        a lot of users tried to get away from windows because linux works better from a day to day basis for getting work done. just about any linux advocate with agree with you there. what most linux users won't say is how wonderfuly nice and easy to setup linux is, or so what if i takes 5 hours to compile KDE from source.

        you're confusing philosophical matters with an argument that's not predominantly philosophical. for people who want to *completely* escape proprietary software, yes linux is the answer. for people, like myself, who want UNIX, want it to WORK easily, and want to spend more time getting word done than compiling/configuring/installing linux then os x might be for you.

        switching to mac os x is NOTHING like windows xp. lets take a brief look:
        kernel: open source under an apple license. just got OSS approved if i remember correctly.
        rendevous: open standard (zeroconf) for allowing instant networking
        xcode: based off gcc, and is completely FREE unlike visual studio .net.
        preferences system: no harry registry in os x. preferences are done in xml files, and each program has it's own xml file (~/Library/Preferences/com.apple.Addressbook.plist ) for example.
        open packages: i can right click on Safari, choose show package contents, and naviagte to safari's gui file. i can open up safari's gui and MOVE buttons around. i can rebind keys, i can delete menus, i can do a heck of a lot. isn't safari closed source? yep. but GUIs in os x are extremely easy to hack if you install XCode.
        build in tools: os x ships with perl, ruby, python, and many standard unix tools. for what you can't get in the base system, you simply install darwinports and install it similar to ports in BSD. i can type sudo ifconfig en1 down and turn my wireless off. i can type ssh -X user@host and forward linux apps to my powerbook with apple's built in x11 server.
        build off standards: os x's rendering system is based off opengl and displaypdf. it also has nfs and smb built in so i can mount shares off my linux machine.

        you complain about how much more expensive macs are, but you get a hell of a lot more "built in" and free software compared to windows.

        if your issues are that you don't have complete control over your environment, then stick with linux. if you are fed up with the day to day ease of use of linux, then consider ponying up the extra cash to get a machine that does all your unix goodness and everything "just works"
        [ Parent ]
      • Personally, I got tired of having to re-locate the the set of arcana I needed to get my USB and DVD stuff working again on my Linux box after each kernel update. When the time came for a new machine, I bought a Powerbook.

        I still have my Linux servers, but for daily use, my Mac is a dream.
        [ Parent ]
      • 2 replies beneath your current threshold.
    • Re:Tired of linux? by shaw7 (Score:1) Wednesday January 07 2004, @02:40PM
    • Re:Tired of linux? by drinkypoo (Score:2) Wednesday January 07 2004, @03:46PM
  • Adobe and Microsoft.. (Score:1, Interesting)

    by eonblueye (627191) * on Wednesday January 07 2004, @01:37PM (#7904700)
    (http://davidwattst.net/)
    Folks it just seems to me that Mac OS X relies heavily on Adobe (Photoshop, Illustrator, Go live, et al) and Microsoft (Office, Outlook, Messenger, Media player, el al). Then pretty much everything is either proprietary apple software or free GNU tools. To me it just doesn't justify the profound cost of owning an Apple.
    • Re:Adobe and Microsoft.. (Score:5, Insightful)

      by larkost (79011) on Wednesday January 07 2004, @02:18PM (#7905085)
      And this is opposed to Windows users that rely "heavily on Adobe (Photoshop, Illustrator, Go live, et al) and Microsoft (Office, Outlook, Messenger, Media player, el al)"? I think you over-estimate the diversity of applications on any platform. Most people don't go much further than the software that is already installed on their system for most uses (games being the biggest exception).

      Of the applications currently running on my doc I have 3 from OmniGroup (Web, Outliner, and Graffle), 4 Apple apps (the Finder, Mail.app, Terminal.app, and TextEdit), and 4 other applications from other companies (a tn5250 emulator, Comcastic, Chicken of the VNC, and NetNewsWire Lite).

      And I think you need to do some research before saying "profound cost of owning an Apple". Make sure you know what you are talking about before you say that again.
      [ Parent ]
    • Re:Adobe and Microsoft.. by mindstrm (Score:1) Wednesday January 07 2004, @02:30PM
    • Re:Adobe and Microsoft.. by grunherz (Score:2) Wednesday January 07 2004, @04:29PM
    • Re:Adobe and Microsoft.. by taweili (Score:1) Wednesday January 07 2004, @04:41PM
    • Re:Adobe and Microsoft.. by shotfeel (Score:2) Wednesday January 07 2004, @05:11PM
    • Re:Adobe and Microsoft.. by BitwizeGHC (Score:2) Wednesday January 07 2004, @02:14PM
    • Re:Adobe and Microsoft.. by Anonymous Coward (Score:1) Wednesday January 07 2004, @04:09PM
    • 3 replies beneath your current threshold.
  • Excellent read! (Score:4, Informative)

    by Tor (2685) on Wednesday January 07 2004, @01:42PM (#7904751)
    (http://slett.net/)
    This is one of the very best "OS Review" articles I've ever come across - especially the way that it brings in all aspects of history, influences, etc to address ignorance & common misconceptions.

    Good Job!
    -tor
  • I did the next best thing I could do when I got my Mac. fdisk that dang OS X and installed Yellow Dog.
  • Minor things to update (Nits) (Score:4, Informative)

    by WillAdams (45638) on Wednesday January 07 2004, @01:50PM (#7904834)
    (http://members.aol.com/willadams)
    Misses the ``sturm und drang'' over Adobe's promising a free, then low-cost, then no-way-what's-your-market-cap license for Display PostScript (originally co-developed by NeXT and Apple), as well as the free ``Yellow Box'' run-time which went away at that time, as well as the moving target of the up-dated APIs when Apple ceased to think of Mac OS X as an OpenStep implementation.

    Apple's support for PDF/X gainsays the claim the pdf support isn't a replacement for Adobe Acrobat to a certain extant. By tweaking a few settings one can get a press-ready .pdf out of pretty much any app. If one needs access to other features, well, there's always pdfTeX....(which provides access to things which the Adobe Acrobat GUI _doesn't_)

    And the author misses Gerben Wierda's spiffy iInstaller.app which is a neat way to install iInstaller packages (which includes TeX, xfig, imagemagick, Ghostscript &c.). This was developed to work around (then limitations) of Apple's Installer.app and to make updating packages more efficient---way cool stuff.

    osx.hyperjeff.net is a way-cool app tracker....

    Also misses Macromedia FreeHand MX and the irony of NeXTstep's premier drawing / page-layout application having come to Mac OS X as a Carbon app :(

    But a nice, informative article naetheless.

    William
  • I know what OS X is. (Score:3, Funny)

    by Anonymous Coward on Wednesday January 07 2004, @01:51PM (#7904839)
    FeeBSD.
  • On the Subject of Games (Score:5, Informative)

    The largest flaw of the article involves the availability of games for Mac OS X. The writer admittedly didn't know of many, so I'll list a few, past, present, and near future. Games that cannot play with their PC or Linux counterparts in a multiplayer mode will be marked with the number sign (#)

    -Return to Castle Wolfenstein (original; the Enemy Territory MP expansion is not yet available) (Multiplayer DOTH ROCK.)
    - Diablo 2 (including all expansions)
    - WarCraft 3 (including all expansions)
    - Neverwinter Nights (original; expansions not yet available, but can be hacked to work)
    - Baldurs Gate II
    - Icewind Dale
    - Star Wars: Jedi Knight II
    - Star Wars: Jedi Academy
    - Lara Croft: Angel of Darkness
    - No One Lives Forever 1 and 2
    - Halo
    - Soldier of Fortune 2
    - Dungeon Siege (#) (Legends of Arranna expansion not yet available. This game is made in part by Microsoft and uses proprietary software to make MP work for PCs)
    - SimCity 4
    - The Sims (including all expansions, excluding Online)
    - Splinter Cell (coming soon)
    - Command & Conquer: Generals
    - Star Wars: Battlegrounds
    - Call of Duty (coming soon)
    - Medal of Honor: Allied Assault and Spearhead expansion (new editions not yet available)
    - Unreal
    - Unreal Tournament 2003 and 2004
    - Quake 3 (duh--its the engine for most of the games listed)

    About the only big game that never hit the Macintosh in recent years was Half-Life. I built a PC just to try that baby out, and I wasn't disappointed.

    Usually, you have to wait 2-6 months for a successful PC game to be ported by companies such as Aspyr [aspyr.com], but the wait is usually worth it because the game has been patched and runs much smoother than when it was first introduced on the PC.

    I jokingly consider PC players as my beta testers, since a PC game that sucks ("Bloodrayne" notwithstanding--that turd got through the quality control somehow) is never ported to Mac OS X.

    So, if you gotta play everything, the Mac isn't for you. If you want to enjoy the best of the games in a year, it's a sure bet it'll be ported soon.

    Some companies, like Blizzard, ship boxes that contain both the Mac and PC versions of the game, such as WarCraft 3.
    • Re:On the Subject of Games (Score:5, Insightful)

      by eclectic4 (665330) on Wednesday January 07 2004, @02:23PM (#7905131)
      I apologize, I just have to ditto the above.

      With regard to Half-Life, it is THE only game that I have envied PC users for. The only one. I use my Mac for gaming and have otherwise been very well fed, thank you very much. Your points are dead on, and it's something that most don't realize. To add, you can't even purchase a Mac without an exceptional graphics card built in. My wife uses it for her design work, I use it for gaming. Frag on.
      [ Parent ]
    • Re:On the Subject of Games (Score:4, Insightful)

      by artemis67 (93453) on Wednesday January 07 2004, @03:02PM (#7905542)
      (http://www.smarter-i...er/web_developer.asp)
      So, if you gotta play everything, the Mac isn't for you. If you want to enjoy the best of the games in a year, it's a sure bet it'll be ported soon.

      Well, two problems with that statement.

      One, there are still a lot of A-list games that never make it to the Mac. Battlefield 1942 and Serious Sam are two of my favorites.

      Two, by the time the Mac port comes out, the PC version is usually in the bargain bin, so Mac players are paying $50 for what PC users are now paying $20 for. And if you're like me, I never buy a new release when I know it's going to be half price in 6 months.

      I've been a Mac user since 1984, so believe me, I know the Mac gamer's anguish... hope, pray, sign petitions, send emails, etc. Things have gotten SIGNIFICANTLY better in the past few years... I mean, LucasArts actually released Jedi Knight II for Mac! Wonders never cease. But the situation is a far cry from being "satisfactory".
      [ Parent ]
      • Re:On the Subject of Games (Score:4, Insightful)

        I generally agree. The speed that the Mac ports are handled do vary, but I tend that see that, while the PC version that arrived is already marked down, the game is usually not in the bargain bin yet, nowandays.

        Yes, Battlefield 1942 is a good example of a great game not yet ported to Mac OS...but it might not be because of a lack of trying. There are still a few games out there that might be resisting a port due to a technical snafu, if not from good lawyers to negotiate the licensing of the port for Mac OS. Any PC game that heavily leverages the DirectPlay and DirectX tools from Microsoft could render a Mac port hard to do.

        Another point you somewhat hit...while the PC version of the games do drop in price, the Mac versions of the games tend to stay at full price much, much longer, or hell, never even drop in price. What's up with that?
        [ Parent ]
      • Re:On the Subject of Games (Score:4, Interesting)

        by inkswamp (233692) on Wednesday January 07 2004, @04:55PM (#7906900)
        Two, by the time the Mac port comes out, the PC version is usually in the bargain bin, so Mac players are paying $50 for what PC users are now paying $20 for. And if you're like me, I never buy a new release when I know it's going to be half price in 6 months.

        I'm not sure how long you've been using Macs, but I've watched that gap closing rapidly in the last few years. Game companies have shown and startlingly renewed interest in getting the Mac versions out either simultaneous with the PC version or hot on the heels of. I can't think of many top games that haven't had a Mac version out in a matter of days.

        There are still some, however, I admit. One issue to consider is that some game companies wait to see if a game is big enough to bother porting to the Mac. True, that causes some lag, but it effectively weeds out most of the garbage and if you're a casual game player, that's a small blessing. I've played a lot of the games that PC users brag about having and IMO, it's not impressive. It's like the old Dennis Miller quote about KMart clothing (you know, back before he became Bush's little bitch): "Dontcha love these cheap clothing stores? Two of shit... is shit. If they really wanna fuck you, they'll give you three." Lots of shitty games doesn't mean much to me. I'd rather deal with a gap in the release times and know that most of what's available is actually worth buying.

        And yes, I'm well aware of Half-Life, but those kinds of situations are few and far between.

        [ Parent ]
    • Re:On the Subject of Games by Skuld-Chan (Score:2) Wednesday January 07 2004, @04:33PM
    • Re:On the Subject of Games by Shawn Parr (Score:1) Wednesday January 07 2004, @04:44PM
    • Re:On the Subject of Games by radicalskeptic (Score:1) Wednesday January 07 2004, @05:52PM
    • BG I too by Udo Schmitz (Score:1) Wednesday January 07 2004, @08:17PM
    • Nethack, Adventure? by billstewart (Score:2) Saturday January 10 2004, @01:09PM
    • 1 reply beneath your current threshold.
  • Copeland Beta, '95 (Score:1)

    by torpor (458) <{ten.htnys} {ta} {vyaj}> on Wednesday January 07 2004, @02:22PM (#7905124)
    (http://w1xer.de/ | Last Journal: Saturday September 09 2006, @05:55AM)

    Now that is something I'd like to have a look at.

    Anyone seen it/got it/set-it-up-for-kix?
  • try OS X on a cheap iBook (Score:5, Informative)

    by SideshowBob (82333) on Wednesday January 07 2004, @02:40PM (#7905308)
    If you're interested in trying OS X, Apple's online store has new iBook G3s for $799 (look in the Special Deals section). I bought one for my wife and 'borrow' it liberally ;-) OK so it isn't a PowerBook G4 but it has to be one of the best values in laptops. Its fast enough to do reasonably sized software development, and its more than enough for couch-born web surfing and email. Unix + great GUI + lightweight portable = bliss.

    Not trying to sound like an advertisement, just giving a heads up to people that want the cheapest way possible to run OS X. (well, on new gear, on the same page you can get factory refurbs for even cheaper)
  • That is funny. (Score:2)

    by Raven42rac (448205) * on Wednesday January 07 2004, @02:44PM (#7905346)
    I thought OS X was an operating system. I do not understand the confusion.
  • by Art Tatum (6890) on Wednesday January 07 2004, @02:55PM (#7905459)
    (http://www.gnustep.org/)
    It's called GNUstep [gnustep.org]. And yes, there are applications that build cleanly on both platforms. GNUMail.app [collaboration-world.com], for example. There's also a project called Renaissance [gnustep.it] that allows you to craft your interface with XML, avoiding even issues with Apple's proprietary .NIB files.

    There are also clones of NeXT/Apple's InterfaceBuilder and ProjectBuilder and a host of end user applications. GNUstep builds on Linux and other UNIX systems. The Foundation classes work fine on Windows and there's serious work to perfect the GUI classes on Windows as well.

  • OS X is ... (Score:4, Interesting)

    by josepha48 (13953) on Wednesday January 07 2004, @03:09PM (#7905621)
    (Last Journal: Saturday October 07 2006, @07:46PM)
    .. the GUI that UNIX could have had.

    I guess I'm suprised that UNIX just accepted the CDE and never really extended it to be something really cool. At its base OS X is BSD, and Panther actually comes with a version of X one could install. Personally I like OS X, but macs hardware is just to expensive for a poor man like me. IMHO Mac OS X is the uppermiddle class mans extra friendly UNIX. I'll take Linux cause I'm poor ;-)

    • Re:OS X is ... by taweili (Score:2) Wednesday January 07 2004, @04:19PM
      • Re:OS X is ... by spitzak (Score:2) Wednesday January 07 2004, @06:17PM
        • Re:OS X is ... by taweili (Score:3) Thursday January 08 2004, @12:43AM
          • Re:OS X is ... by spitzak (Score:2) Thursday January 08 2004, @02:20PM
          • 1 reply beneath your current threshold.
    • Re:OS X is ... by GlassHeart (Score:2) Wednesday January 07 2004, @04:40PM
      • Re:OS X is ... by IntergalacticWalrus (Score:1) Thursday January 08 2004, @12:48AM
        • Re:OS X is ... by GlassHeart (Score:3) Thursday January 08 2004, @01:09PM
          • Re:OS X is ... by IntergalacticWalrus (Score:1) Thursday January 08 2004, @01:32PM
            • Re:OS X is ... by josepha48 (Score:2) Monday January 12 2004, @01:17PM
  • I wrote a petition a while back to get that added to OS X, but it never seemed that anything came of it. W00t!
  • Why Mach? (Score:3, Interesting)

    This is the answer I never saw properly answered, and I hoped the article would.

    Why combine the loss of performance and added complexity of Mach with the lack of flexibility of a single (BSD) server?

    One could be lean with a single BSD server, or flexible with Mach and a multiple server system like the Hurd. But XNU gives one the worst of both worlds as I see it...
    • Re:Why Mach? by rmlane (Score:3) Thursday January 08 2004, @12:10AM
      • Re:Why Mach? by leandrod (Score:2) Thursday January 08 2004, @05:54AM
    • Re:Why Mach? by Anonymous Coward (Score:1) Thursday January 08 2004, @06:20AM
    • Re:Why Mach? by frankie (Score:2) Friday January 09 2004, @04:57PM
      • Re:Why Mach? by leandrod (Score:2) Saturday January 10 2004, @02:33PM
  • RH at work and OSX at home (Score:1, Offtopic)

    by theCat (36907) on Wednesday January 07 2004, @04:34PM (#7906615)
    (Last Journal: Thursday February 27 2003, @03:22PM)
    Office desktop: RedHat 9 on AMD
    Home (me+wife+kids): Mac OS X Panther
    Something I use for one-off client software and site testing: Win2K on Dell P3

    I have used a Mac since the SE30 (circa '88). The office is 100% Windoze, including assets in India (where they are about as Windoze addicted as one can be) and my office Linux desktop and laptops work out OK with the printing and shares with some fiddling. The server room is probably 75% Linux however, much of which I manage, and I went to Linux on the desktop a year ago with no regrets when my WinDell started locking up, except that I would have prefered a Mac.

    I would use OS X at work if I could get the PHBs to spring for the hardware. But they don't really care about a lot that IMHO is important to enjoying work; I already bought my own Aeron task chair (to save my aching back) and my own LCD monitor (to save my aching eyes and immune system) and already built my own workstation (because I already have one flaky Dell) so maybe I should buy my own Mac for work.

    Makes me feel like a damned visitor here sometimes! Screw it; I'll get a new iMac for home and bring my G4 to work. Some things you just cannot compromise on.
  • Minor iNit (Score:2)

    by An Anonymous Hero (443895) on Wednesday January 07 2004, @05:29PM (#7907332)
    Singh writes:
    • The kernel starts /sbin/mach_init, the Mach service naming (bootstrap) daemon. mach_init maintains mappings between service names and the Mach ports that provide access to those services.

    From here on, the startup becomes user-level:

    • mach_init starts /sbin/init, the traditional BSD init process. init determines the runlevel, and runs /etc/rc.boot, which sets up the machine enough to run single-user.
    In fact it's the other way around, at least according to top -Xo+pid:
    PID UID REG RPRVT RSHRD RSIZE VPRVT VSIZE TH PRT TIME %CPU COMMAND
    0 0 2109 16.1M 0B 72.4M 51.0M 815M 38 2 2h35m 2.3 kernel_task
    1 0 16 52.0K 384K 244K 9.22M 17.6M 1 12 0.08s 0.0 init
    2 0 18 132K 392K 200K 17.7M 18.2M 2 155 7.58s 0.0 mach_init
  • by warpath (19103) on Wednesday January 07 2004, @05:36PM (#7907434)
    (http://r3v.com/ | Last Journal: Monday May 19 2003, @04:53PM)
    What is Mac OS X? [googlism.com]

    mac os x is a real peach
    mac os x is as innovative as the computers that run it
    mac os x is emerging as the best place to develop and deploy your java applications
    mac os x is provided in the mac os x developer tools bundle
    mac os x is a rock
    mac os x is apple's new operating system
    mac os x is targeted at any mac that apple shipped with a powerpc g3 processor or better
    mac os x is available from the xonx project
    mac os x is based on unix
    mac os x is visionary and practical
    mac os x is riding the wave just right

    ...plus more
  • It's compiled! DAMMIT!! (Score:5, Funny)

    by The Muffin Man (82245) on Wednesday January 07 2004, @05:57PM (#7907687)
    (http://www.weitz.de/)
    Hmm, he lists Lisp amongst the interpreted languages. I hope the rest of the article is more accurate...

    Edi.

    == Programming Language Myths ==

    BASIC Myth: People who learn BASIC go on to learn other languages.
    Reality: Most people who learn BASIC go on to find less nerdy ways of writing "Mr. Gzabowski is a lame teacher" over and over again.

    C Myth: C programs are insecure, full of buffer overflows and such.
    Reality: C programs are only insecure if written by imperfect programmers. Since all C programmers know that they are perfect, there's no problem.

    COBOL Myth: COBOL is dead.
    Reality: It stalks from out the ancient vaults of death, its putrid mind drawn to the blood of the living.

    Forth Myth: Forth makes no sense.
    Reality: backwards. think to have just you sense, perfect makes Forth

    Java Myth: You need Java to do business applications.
    Reality: You need Java to get a job.

    Lisp Myth: Lisp is an interpreted language.
    Reality: Lisp is COMPILED DAMMIT COMPILED! IT'S IN THE FUCKING STANDARD!!!

    Pascal Myth: Pascal is a toy.
    Reality: Oh, wait, that is not a myth, it is true ...

    Perl Myth: Perl is impossible to read.
    Reality: You are not taking enough psychedelics.

    Python Myth: Python's only problem is the whitespace thing.
    Reality: Python's only problem is that it is fucking slow.
  • What is Mac OS X ? (Score:1)

    by Foddrick (13702) <.mark. .at. .donkmail.com.> on Wednesday January 07 2004, @07:24PM (#7908639)
    (http://www.donkmail.com/)
    Unfortunately, no one can be told what Mac OS X is, you have to see it for yourself.
  • by trb (8509) on Wednesday January 07 2004, @07:38PM (#7908760)
    This article seems to overlook (though I may have missed it) the fact that OS X is based in part on Apple's MkLinux [apple.com] project that had PowerPC Macs running Linux (and other OSes) on top of the Open Group (OSF/RI) Mach 3.0.
    • 1 reply beneath your current threshold.
  • by Eddy Da KillaBee (727499) on Wednesday January 07 2004, @07:58PM (#7908911)
    At the job I currently have, we're stuck developing in Visual Basic .Net (ASP.Net pages and the like). My laptop had taken a crap on me and I had to buy a new one, and was forced to get a laptop with Windows when I wanted to go with a Mac.

    I wasn't sure if Visual Studio .Net (or something that would let me work with Visual Basic .Net) was available, and I'm not sure where to even begin looking. Since I know some people here use Macs, is there any kind of IDE for developing in Visual Basic .Net?
  • by sagefire.org (731545) on Thursday January 08 2004, @07:16AM (#7913512)
    (http://sagefire.org/)
    How to be a Rock & Roll Programmer [stone.com]

    Where else could I write a 13 line word processor?

  • by CyberdogOSX (672835) on Thursday January 08 2004, @09:42AM (#7914369)
    ...you must experience it for yourself.

    you want the red candy icon, or the blue one?

  • "The author says he wrote it to introduce Mac OS X to the Linux User's Group at his work."

    Interestingly, "his work" is the IBM Alamaden Research Center [kernelthread.com].
  • by rixstep (611236) on Sunday January 11 2004, @07:31AM (#7943943)
    (http://rixstep.com/)
    This name is familiar - can't place him. He's at IBM now, has worked at Bell Labs - but it's something else - anybody remember what?

    PS. Good article...
  • Re:No trolling here but... (Score:1, Offtopic)

    by nomadic (141991) <nomadicworld@nOsPaM.gmail.com> on Wednesday January 07 2004, @01:19PM (#7904458)
    (http://go.away/)
    Welcome to slashdot.
    [ Parent ]
  • Re:OS X 10? (Score:5, Insightful)

    by goober (120298) on Wednesday January 07 2004, @01:20PM (#7904485)
    (http://www.sciencemusings.com/blog/)

    I'm sorry but - there's no reason to run OS X - FreeBSD 4.x already offers everything it has for free, and FreeBSD -current far surpasses it.

    One word: Photoshop.
    Bzzt...Gimp doesn't count so don't bother.

    [ Parent ]
    • Re:OS X 10? (Score:5, Insightful)

      by mfago (514801) on Wednesday January 07 2004, @01:28PM (#7904583)
      One word: Photoshop.
      Bzzt...Gimp doesn't count so don't bother.


      I agree that Gimp 1.x has a GUI designed by a masochist. Check out version 2 though -- much better IMHO.

      Nevertheless, more commercial apps and a gorgeous desktop that is truly ready for grandma and grandpa, with BSD, X11, and GCC for junior. Other than being completely "free as in freedom," and games, what else could you want?
      [ Parent ]
      • Re:OS X 10? by DreamerFi (Score:3) Wednesday January 07 2004, @01:44PM
      • Re:OS X 10? by interiot (Score:2) Wednesday January 07 2004, @02:03PM
      • Re:OS X 10? by lederhosen (Score:1) Wednesday January 07 2004, @02:07PM
      • Re:OS X 10? by jafac (Score:2) Wednesday January 07 2004, @03:34PM
      • Re:OS X 10? by lederhosen (Score:1) Wednesday January 07 2004, @02:05PM
        • Re:OS X 10? by FosterKanig (Score:1) Wednesday January 07 2004, @11:18PM
          • Re:OS X 10? by lederhosen (Score:1) Friday January 09 2004, @10:07AM
        • 1 reply beneath your current threshold.
      • 2 replies beneath your current threshold.
    • Re:OS X 10? by happyfrogcow (Score:2) Wednesday January 07 2004, @01:28PM
      • GIMP (Score:4, Informative)

        by Saeed al-Sahaf (665390) on Wednesday January 07 2004, @01:36PM (#7904684)
        (http://nojailforpot.com/)
        These features Photoshop has that Gimp does not have just hasn't given anyone a sufficient itch yet.

        Oh?

        From the developer of FilGimp: "Film GIMP developer Caroline Dahllof, a programmer at Rhythm & Hues, "Photoshop handles more layers with big images better". Matte painting artists at Rhythm & Hues create large backgrounds with perhaps forty layers and use a lot of specialized plugins. Working on single large images is quite different from the typical Film GIMP tasks of retouching film frames to remove dust or wire rigs. To get rid of Photoshop completely would require investing a lot of developer resources."

        [ Parent ]
      • Re:OS X 10? by HarveyBirdman (Score:3) Wednesday January 07 2004, @01:36PM
        • Re:OS X 10? by Overly Critical Guy (Score:2) Wednesday January 07 2004, @06:13PM
          • 1 reply beneath your current threshold.
        • Ssshhh!! by HarveyBirdman (Score:2) Wednesday January 07 2004, @02:26PM
        • 2 replies beneath your current threshold.
      • Re:OS X 10? (Score:4, Insightful)

        by NanoGator (522640) on Wednesday January 07 2004, @02:28PM (#7905186)
        (http://www.ferion.net/ | Last Journal: Monday May 06 2002, @02:16AM)
        "ree Software Camp: But Photoshop isn't Free. so "bzzt" to you too."

        Sadly, I see this argument all too often. Price isn't everything, folks. If I save $600 by using Gimp instead of Photoshop, but the result isn't good enough to get paid for the project, then Gimp effectively isn't free.

        I'm happy to spend the money, especially when it makes the task of making more money a lot easier. GIMP has a long ways to go before it actually saves a lot of us artists money.
        [ Parent ]
        • Re:OS X 10? by BitchKapoor (Score:1) Wednesday January 07 2004, @02:40PM
          • Re:OS X 10? by NanoGator (Score:2) Wednesday January 07 2004, @02:45PM
            • Re:OS X 10? by b-baggins (Score:2) Wednesday January 07 2004, @02:51PM
              • Re:OS X 10? by NanoGator (Score:2) Wednesday January 07 2004, @03:07PM
                • Re:OS X 10? by nathanh (Score:2) Wednesday January 07 2004, @08:40PM
        • Re:OS X 10? by happyfrogcow (Score:2) Wednesday January 07 2004, @02:46PM
          • Re:OS X 10? by MoneyT (Score:3) Wednesday January 07 2004, @04:20PM
        • Re:OS X 10? by Anonvmous Coward (Score:2) Wednesday January 07 2004, @03:10PM
        • Re:OS X 10? by nathanh (Score:2) Wednesday January 07 2004, @08:24PM
          • Re:OS X 10? by ColMustard (Score:1) Thursday January 08 2004, @03:05AM
            • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @03:36AM
              • Re:OS X 10? by ColMustard (Score:1) Thursday January 08 2004, @05:19AM
                • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @05:39AM
                • Re:OS X 10? by ColMustard (Score:1) Thursday January 08 2004, @07:55PM
                • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @10:43PM
                • Re:OS X 10? by ColMustard (Score:1) Friday January 09 2004, @11:06PM
          • Re:OS X 10? by NanoGator (Score:2) Thursday January 08 2004, @05:47PM
            • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @07:00PM
              • Re:OS X 10? by NanoGator (Score:2) Thursday January 08 2004, @07:21PM
                • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @10:27PM
                • Re:OS X 10? by NanoGator (Score:2) Thursday January 08 2004, @10:43PM
                • Re:OS X 10? by nathanh (Score:2) Thursday January 08 2004, @11:41PM
                • Re:OS X 10? by NanoGator (Score:2) Friday January 09 2004, @12:25AM
                • Re:OS X 10? by nathanh (Score:2) Friday January 09 2004, @04:23AM
                • Re:OS X 10? by NanoGator (Score:2) Friday January 09 2004, @11:25AM
                • Re:OS X 10? by nathanh (Score:2) Friday January 09 2004, @04:29PM
                • Re:OS X 10? by NanoGator (Score:2) Friday January 09 2004, @06:29PM
                • Re:OS X 10? by Anonvmous Coward (Score:2) Friday January 09 2004, @06:38PM
                • Re:OS X 10? by nathanh (Score:2) Saturday January 10 2004, @04:53AM
                • Re:OS X 10? by nathanh (Score:2) Saturday January 10 2004, @05:04AM
                • Re:OS X 10? by Anonvmous Coward (Score:2) Saturday January 10 2004, @04:18PM
                • Re:OS X 10? by nathanh (Score:2) Saturday January 10 2004, @06:05PM
                • Re:OS X 10? by Anonvmous Coward (Score:2) Saturday January 10 2004, @07:27PM
                • Re:OS X 10? by NanoGator (Score:2) Saturday January 10 2004, @08:44PM
    • Re:OS X 10? by digitalsushi (Score:2) Wednesday January 07 2004, @01:33PM
    • some more words by SweetAndSourJesus (Score:2) Wednesday January 07 2004, @01:34PM
    • Re:OS X 10? by someonehasmyname (Score:2) Wednesday January 07 2004, @02:03PM
      • Re:OS X 10? by b-baggins (Score:2) Wednesday January 07 2004, @02:54PM
    • Re:OS X 10? by NanoGator (Score:3) Wednesday January 07 2004, @02:19PM
      • Re:OS X 10? by b-baggins (Score:3) Wednesday January 07 2004, @02:57PM
        • Re:OS X 10? by Anonymous Coward (Score:1) Wednesday January 07 2004, @09:50PM
          • Re:OS X 10? by dmdimon (Score:1) Thursday January 08 2004, @12:29PM
    • Re:OS X 10? (Score:5, Informative)

      by NanoGator (522640) on Wednesday January 07 2004, @02:23PM (#7905130)
      (http://www.ferion.net/ | Last Journal: Monday May 06 2002, @02:16AM)
      "only a dipshit thinks that photoshop is better than gimp. "

      Either a dipshit or somebody who sits down, uses Gimp, and finds out it's missing a LOT of what Photoshop has.

      There are a few things that Gimp does just fine. However, those of us that make a living by knowing every nook and cranny of Photoshop find Gimp to be virtually unusuable in many areas of image creation and adjustment. There's a reason why Photoshop is the de-facto leader in that market, think about it.
      [ Parent ]
      • Re:OS X 10? (Score:5, Informative)

        by 0x0d0a (568518) on Wednesday January 07 2004, @03:53PM (#7906130)
        (Last Journal: Sunday October 03 2004, @04:03AM)
        The major things I've seen that Photoshop has that GIMP doesn't are:

        * No neat duotone tool. I like duotones.

        * No non indexed/RGB color model support. Very, very bad if you're doing output for professional printing.

        * Not sure, but I suspect Photoshop has better color matching support.

        * Photoshop has a nicer warping interface.

        * There are more plugins available for Photoshop. They're often quite pricy, but if you're a professional designer (the sort of person that would care about four color work and hence want to use Photoshop instead of GIMP), you're probably going to make back the cost pretty quickly.

        There are only a few things that I know of that GIMP can do that Photoshop can't. Among these are:

        * Better support for many languages to write plugins in.

        * Some researchy plugins that go well beyond what Photoshop can do; Resynthesizer [logarithmic.net] is one.
        [ Parent ]
        • Re:OS X 10? by NanoGator (Score:2) Wednesday January 07 2004, @04:10PM
          • Re:OS X 10? by 0x0d0a (Score:2) Wednesday January 07 2004, @05:21PM
            • Re:OS X 10? by NanoGator (Score:2) Wednesday January 07 2004, @05:39PM
              • Re:OS X 10? by 0x0d0a (Score:2) Wednesday January 07 2004, @05:57PM
            • Re:OS X 10? by NanoGator (Score:2) Wednesday January 07 2004, @05:57PM
    • Re:OS X 10? by dmdimon (Score:1) Thursday January 08 2004, @12:38PM
    • 6 replies beneath your current threshold.
  • The core is already... (Score:3, Informative)

    by SuperKendall (25149) * on Wednesday January 07 2004, @01:24PM (#7904539)
    Darwin has been released under the GPL. It's only the higher layers (like Aqua) that are closed.
    [ Parent ]
  • Re:OS X 10? (Score:4, Funny)

    by Anonymous Coward on Wednesday January 07 2004, @01:25PM (#7904542)
    I know what you mean...

    Yesterday I was having a great time editing my masterpiece "When Trolls attack" on Final Cut Pro, especially after I finally was done tweaking the shots in Photoshop and After Effects.

    Later I enjoyed solving another level of Halo while listening to my iTunes collection.

    Thank God for FreeBSD 4! I didn't have to pay for none of this stiffling proprietary OS X crap! :P~~~~

    Joe Anoymous.
    [ Parent ]
    • Re:OS X 10? by 0x0d0a (Score:2) Wednesday January 07 2004, @03:56PM
    • Re:OS X 10? by prockcore (Score:2) Thursday January 08 2004, @01:27AM
    • Re:OS X 10? by djdavetrouble (Score:1) Wednesday January 07 2004, @04:03PM
    • 3 replies beneath your current threshold.
  • Re:OS X 10? (Score:2, Funny)

    by Anonymous Coward on Wednesday January 07 2004, @01:25PM (#7904545)
    What are these good or wack comments about? Are they good or are they wack?
    [ Parent ]
    • 1 reply beneath your current threshold.
  • uh (Score:5, Insightful)

    by SweetAndSourJesus (555410) <JesusAndTheRobot@@@yahoo...com> on Wednesday January 07 2004, @01:29PM (#7904604)
    How much "hacking the code" have you done on Linux? Be honest. Have you ever needed to significantly modify your operating system's source code? Do you even know how?

    Are you just bitching because it isn't Free for the sake of bitching?
    [ Parent ]
    • it's really quite simple by Anonymous Coward (Score:2) Wednesday January 07 2004, @01:38PM
    • Re:uh by monique (Score:1) Wednesday January 07 2004, @02:25PM
      • Re:uh by b-baggins (Score:2) Wednesday January 07 2004, @03:01PM
        • Re:uh by monique (Score:1) Wednesday January 07 2004, @03:11PM
      • Re:uh by thefinite (Score:2) Wednesday January 07 2004, @03:04PM
        • Re:uh by monique (Score:1) Wednesday January 07 2004, @03:14PM
    • Re:uh by djupedal (Score:2) Wednesday January 07 2004, @02:34PM
    • Re:uh by nathanh (Score:2) Wednesday January 07 2004, @08:36PM
  • Re:OS X on x86, I wish (Score:3, Informative)

    by skinfitz (564041) on Wednesday January 07 2004, @01:39PM (#7904719)
    (Last Journal: Monday December 22 2003, @01:52PM)
    Maybe if they offered some sort of lite x86 version

    You can get Darwin (the OS X kernel) for x86 at http://developer.apple.com/darwin/ [apple.com]

    This is a single Installer CD that will boot and install Darwin on Macintosh computers supported by Mac OS X 10.3, as well as certain x86-based personal computers. The version of Darwin installed by this CD corresponds to the open source core of Mac OS X 10.3 and is available at the following URLs:

    http://www.opensource.apple.com/darwinsource/image s/darwin-701.iso.gz [apple.com]
    http://www.opendarwin.org/downloads/7.0.1/darwin-7 01.iso.gz [opendarwin.org]
    MD5 (darwin-701.iso.gz) = 57e9cb37e9595436596b2fa5975d5569
    [ Parent ]
  • Re:OS X on x86, I wish (Score:5, Interesting)

    by JudgeFurious (455868) on Wednesday January 07 2004, @01:40PM (#7904730)
    Well, then I'm thinking your best bet is to go out and find yourself a used blue and white G3 (can be had very reasonably priced on ebay IF you take your time and don't rush it) and follow that with a CPU upgrade. They're coming down to a fairly comfortable price for those machines. Get that B&W going about 500Mhz and add Panther. Don't worry about the price of Panther (I figure if you're going to pirate XP then why pay for Panther?) and you got your firsthand look at OSX.

    I pretty much did it that way and then decided I loved this shit enough to give them $3K to see it run on their new machines. I'm not the least bit disappointed either.

    Everybody's different but as far as I'm concerned to hell with Windows and screw waiting on Linux to get it's collective desktop shit together. OSX beats both.
    [ Parent ]
  • Re:Short Answer (Score:3, Insightful)

    by Nick of NSTime (597712) on Wednesday January 07 2004, @01:43PM (#7904760)
    Why not just build the GNU tools, Apache, and postfix on an OS X machine?
    [ Parent ]
  • Orc: What news from the eye me lord, what does it command?

    Steveron: Build me a G5 worthy of Mordor...

    Weeks later, looking over the 1100 G5's heading toward VA Tech...

    Steveron: There will be no dawn...of Windows
    [ Parent ]
  • by daeley (126313) * on Wednesday January 07 2004, @01:48PM (#7904810)
    (http://www.celsius1414.com/)
    Yeah, it's too bad that Apple forces you to use its LCD monitors and wireless hardware.

    Oh wait, they don't.

    Go away, troll.
    [ Parent ]
  • That's funny (Score:3, Informative)

    by subtillus (568832) on Wednesday January 07 2004, @01:49PM (#7904825)
    Because I was just at the website and the store says 799$ for the emac right now. Shipping included.

    Airport may be expensive, but you don't have to get it. In my laptop it was cheaper than the PC equivalent.

    The initial cost of 800 does cost more than a PC, but they also don't become obsolete AS quickly so it's a neat trade off.
    [ Parent ]
    • Re:That's funny by lederhosen (Score:1) Wednesday January 07 2004, @01:58PM
    • Re:That's funny by landaker (Score:1) Wednesday January 07 2004, @03:00PM
    • 1 reply beneath your current threshold.
  • Re:Hi Steve, (Score:3, Funny)

    by Anonymous Coward on Wednesday January 07 2004, @01:56PM (#7904879)
    wow, nice mouth--while it's really impressive here on slashdot, somehow methinks you don't get any of the real thing;>

    i think the REAL issue is that Apple users are much more likely to have actual sex, while all the *nix trolls get is goat.se(x)...

    [ Parent ]
  • I posted that! Get your own sense of humor, you dirty, dirty whore! [slashdot.org]

    You might also want to steal comments from someone who doesn't have 1765 comments, and does have a life...

    [ Parent ]
  • Mod parent down (Score:2, Informative)

    by Wesley Willis, RIP (728628) on Wednesday January 07 2004, @01:58PM (#7904897)
    How the hell is this "insightful??" Macs can use any LCD or CRT monitor and standard 802.11b/g equipment.
    [ Parent ]
  • by Anonymous Coward on Wednesday January 07 2004, @01:59PM (#7904903)
    Actually you can use any 802.11b or g wireless router with a Mac (so it's not just available for PCs as you probably already know). The Airport base station has a slightly different set of features that I don't need so I just use a cheap-o wireless router. However, to be fair, there are probably some users who can make use of the Airport features. You're not just buying a more expensive version of the exact same thing when you buy an Airport base station.
    [ Parent ]
  • Re:Short Answer (Score:2)

    by 47PHA60 (444748) on Wednesday January 07 2004, @02:02PM (#7904918)
    (Last Journal: Tuesday February 18 2003, @09:24PM)
    Fink. If you cannot figure that out, you probably should not be using OS X.

    If you like source code, a very good development environment is included with every copy of Panther. This allows you to build lots of tools from source, and more every day have OS X dependencies in their source distributions.

    "Various oddnesses in setup" - Are you saying that Linux and Windows have a "normalized" setup?

    "old Apache" - Fink, or, ftp; gunzip -c | tar xf - ; ./configure; make install

    "I'm am American--I'm quite attached to freedom."

    You might want to try getting better attached to your brian stem before using OS X.
    [ Parent ]
    • Re:Short Answer by Bob Uhl (Score:2) Wednesday January 07 2004, @03:46PM
      • 1 reply beneath your current threshold.
  • sorry, this argument doesn't wash...you can plug in any VGA monitor to a Mac, and use Linksys routers, if you wish...and who says you need to buy a brand new box? go find a graphite G4 (like the one i'm writing this on)--it's got speed aplenty to run OSX...

    [ Parent ]
  • Re:The story behind OSX (Score:4, Insightful)

    by anactofgod (68756) on Wednesday January 07 2004, @02:05PM (#7904952)
    Exactly right.

    So, tell me again *why* Apple would want to push their elegant and easy to use OS to the jerry-rigged x86 PC platform. To cope with all the problems that prevent innovation within Linux OS development community with a fraction of the resources available to Microsoft?

    I think not.

    ---anactofgod---

    [ Parent ]
  • It's the fact that apple only sells LCD monitors, starting at $699. It's the fact that airport (which is a fancy name for 802.11b/g) is much more expensive than what is available for PCs. It's also the fact that systems have high initial costs ($1299 for JUST A BOX!).

    So don't buy an LCD or basestation from Apple. PowerMacs also have DVI, so you can use it with most modern LCD screens from other manufacturers. Apple doesn't like to use technical jargon, so it gives user-friendly names when possible (Airport=802.11b, Airport Extreme=802.11g, Firewire=IEEE 1394). You don't have to use an Airport Basestation. Until I sold it to a friend, I used a Linksys wireless router for connecting my Mac and PC to the Internet. Now I have a ABSE, but I bought that for the USB print server more than anything else.

    Note that you said "high initial cost." This is correct. The price is high at the beginning, but you get that extra cost back in spades over time. I've had a Powerbook for about 3 years now and the money spent is well worth the lack of frustration that I have when using it.

    [ Parent ]
  • by zephc (225327) on Wednesday January 07 2004, @02:10PM (#7905004)
    (http://theunfunnytruth.ytmnd.com/)
    OS X supports all hardware going back to their various G3 models, which means pretty sizable number of processors, laptops, video cards, motherboards, USB devices, firewire devices, printers, audio hardware, etc. etc.

    Just throwing numbers out, I would say 90% of the PC-using people out there use 10% of the hardware thats actually available. They use the most popular video and audio cards, external devices, and so on. Sure, Linux and Windows still support your 1996 video card, but maybe it's time to invest a wee bit more money in your hardware setup?
    [ Parent ]
  • by BlueSteel (597448) on Wednesday January 07 2004, @02:12PM (#7905027)
    So Apple only sells LCD monitors, and fancy looking wireless routers which are pricey. Big deal! Macs will work with any wireless router, and any VGA or DVI monitor, IDE hard drives (now some S-ATA), USB mice, etc. etc. They are selling high-end branded hardware. You pay for the name / bragging rights. All kinds of "high end" companies do this.

    Look at BMW. They also have a strong brand as being high end. Try buying "official" BMW floormats. What's that you say? $150 for a pair of floormats? You can just as easily buy non-BMW matts at a local hardware store for about $10. They will certainly keep the dirt of the floor just as well.

    Anyhow, perhaps I've borrowed too much from the car analogy, but you get the point. Apple is marketing themselves as a high end computer dealer. I won't even get into all the great included software that comes with their machines. Oh, and by the way, you can get an all-in-one eMac for about $999. Doesn't sound too outrageously priced to me.
    [ Parent ]
  • by eclectic4 (665330) on Wednesday January 07 2004, @02:12PM (#7905032)

    You don't have to use Apple's LCD monitors. I'm using a very old 20" Radius on my G5 out of the box (ships with a DVI to VGA adapter too).

    You can use other 802.11 devices with different feature sets that will be cheaper.

    Macs aren't that expensive, they simply don't sell "low end" computers. We've beaten this horse to it's quarks several times here on /.

    But, the software is the #1 mac purchasing carrot, if you will.
    [ Parent ]
  • by SensitiveMale (155605) on Wednesday January 07 2004, @02:14PM (#7905045)
    It's the fact that airport (which is a fancy name for 802.11b/g) is much more expensive than what is available for PCs.

    It is also a different product.

    Airport can route a modem connection rather than just a ethernet like every other product.

    So with Airport you can share a dial-up connection wirelessly.

    Extra functionality , and from what I've seen, the only wireless router that can do this.
    [ Parent ]
  • by frinkster (149158) on Wednesday January 07 2004, @02:16PM (#7905066)
    The G5 is currently the only Mac shipping without a monitor, and the video cards they ship with have both DVI and ADC outputs. The G5 comes with a DVI to VGA adapter in the box, so while Apple doesn't sell anything less than a $700 LCD they do not limit you to anything. My 4-year old Mitsubishi CRT works just fine until I can find the extra cash laying around to upgrade to an LCD.
    [ Parent ]
  • Re:Gimp mouse (Score:2, Funny)

    by dseyeffer (738859) on Wednesday January 07 2004, @02:17PM (#7905075)
    mod the above in the "hilarious" category
    [ Parent ]
    • Re:Gimp mouse by xenoandroid (Score:1) Wednesday January 07 2004, @08:12PM
  • Re:Short Answer (Score:1)

    by spectre_be (664735) on Wednesday January 07 2004, @02:18PM (#7905092)
    excuse me but why exactly is this a troll ?
    i mean i agree from a developer's point of view but i guess that the proprietary part is the price you pay for the consitency and unified feel you get. i dont have enough bsd experience to add anything worthy bout that.
    i'm belgian -- i like freedom too :)
    [ Parent ]
  • It's also the fact that systems have high initial costs ($1299 for JUST A BOX!)

    It's also because most people are used to the fact that their $300 white box is unuseable as a primary machine after a couple years. Sure it makes a nice fileserver/router/whatever.

    But there are many people out there happily running Panther on 5 year old Macs.
    [ Parent ]
  • by repetty (260322) on Wednesday January 07 2004, @02:29PM (#7905194)
    (http://nugnug.com/)
    "I wish I knew what OSX was like firsthand, because I sure as hell can't afford a mac with what I get paid."

    If you can afford a PC then you can afford a Mac.

    Why are you bothering everyone with you worthless post?
    [ Parent ]
  • Re:OS X on x86, I wish (Score:3, Interesting)

    by gamgee5273 (410326) on Wednesday January 07 2004, @02:33PM (#7905231)
    (http://www.geemu.com/ | Last Journal: Friday June 11 2004, @05:23PM)
    Dude, you can pick up four-year-old Macs for under $100 (check a local university's surplus office) and put Panther on it (make sure it has built-in USB if you want Panther). I have Jaguar running on a beige G3 with 192MB of RAM and, for the MAME box it's being turned into, it runs perfectly.

    So, if you really wanted to, you could spend less than $500 and have an OS X machine on your desktop to play with it and see if you're interested in going further.

    [ Parent ]
  • by anactofgod (68756) on Wednesday January 07 2004, @02:35PM (#7905259)
    I have three monitors connect to my 400MHz AGP G4 running Panther, one that I connect to my 1GHz 12"PB, and none are Apple LCDs. I also have 3rd party "airport" (802.11g) wireless hardware.

    Apple monitors (LCD and otherwise) have typically been at the higher end of the spectrum because they are at the higher end, quality wise. If a lower spec monitor suits your needs, then fine. Save that money and buy ass-ugly generic monitors. I did.

    There is no reason to buy the Apple AirPort "flying saucer" other than it has a nice package than any other 802.11b/g unit. Some people like Apple's industrial design, and will pay a premium for the nice wrapping. But, Apple adhered to the 802.11b/g standards, so one can use whatever hardware one wishes.

    And, btw, x86 folks. Whether you are a Linux-head or a Windows-advocate, drop Apple a thank you for once again dragging your hardware manufacturers into the future by pushing a wireless networking standard. You think all those 3rd party wireless networking devices would be available to you if Apple hadn't shown the rest of the industry that wireless computing was a capability desired by the consumer?

    Riiiiight....

    ---anactofgod---
    [ Parent ]
  • Re:What is OSX? It is ghey. (Score:1, Troll)

    by Anonvmous Coward (589068) on Wednesday January 07 2004, @02:39PM (#7905293)
    "I am a homosexual. I bought an Apple computer because of its well earned reputation for being "the" gay computer."

    If you're gonna to troll, try using a topic that hasn't been done to death?

    Here's something a little fresher:

    "I hear OSX is based on eunuchs!"

    [ Parent ]
  • Re:Short Answer (Score:2)

    by Millennium (2451) on Wednesday January 07 2004, @02:42PM (#7905317)
    (http://slashdot.org/)
    I won't bother dealing with your anti-proprietary zealotry; while I do prefer an Open-Source solution when it presents itself, I cannot simply ignore something out of hand simply because it's proprietary.

    As for your "minor problems", most can be resolved with a single tool called fink, which is basically an apt-get port. Packages exist for your precious GNU tools (which, admittedly, I prefer), Apache, Postfix, and many other popular Unix/Linux tools.

    As for the "various oddnesses in setup", would you care to elaborate? I do hope that you're not going to complain about the use of directory names which make actual sense.
    [ Parent ]
  • by soft_guy (534437) on Wednesday January 07 2004, @02:45PM (#7905350)
    Macs are not more expensive than an x86 - especially used. However, you can probably get some x86 systems free and you probably can't get a free Mac new enough to run OS X. (You need at least a Blue and White G3 or an iMac.)

    Maybe you should consider a higher paying job?
    [ Parent ]
  • by soft_guy (534437) on Wednesday January 07 2004, @02:49PM (#7905382)
    Airport cards are not more than other decent wireless cards. You don't have to buy Apple's base station.

    They sell the eMac which comes with a CRT monitor. If you buy a G5 tower, you can use whatever monitor you want.

    Their hardware is priced higher than the cheapest possible x86 box you can buy, but it also doesn't suck and doesn't contain used parts.
    [ Parent ]
  • it is NOT the software that turns people away from buying Macs

    No, it's compatibility FUD (I actually had an online banking support rep say to me "remember Betamax?") and a complete lack of understanding of ROI and the lifecycle of hardware. Not to mention lemming behaviour...

    And I've heard more people than I can stomach who just need to use the internet and type some letters say that there isn't any software for the Mac, a salesperson told them so. (10K native apps plus VirtualPC and all those OS 9 apps, and counting.)

    $1299 for just a box (WTF? which one? izzat $CDN?) that you'll use for 4 years as-is (after a third-party RAM upgrade) and can run semi-pro creative applications without geekery, viruses, or downtime--not bad at all, especially if you use it to make money.

    [ Parent ]
  • Unless you want a laptop (Score:4, Insightful)

    by 0x0d0a (568518) on Wednesday January 07 2004, @03:09PM (#7905617)
    (Last Journal: Sunday October 03 2004, @04:03AM)
    if your buying a computer based on how many buttons its OEM mouse has, you have some major issues.

    There is one really, really big issue. Apple is famous for their laptops. Apple's desktops are not (IMHO) particularly exceptional or cost-competitive, but their laptops have traditionally been near-PC price and well-built. Most people I know that want Apple hardware want a laptop.

    However, if you purchase an Apple laptop, you cannot simple snap in a new trackpad. You are stuck with a single button. Yes, you can can purchase an external mouse, but then you're stuck using an external mouse with your laptop. This is a pain in the ass, and something that you can avoid on non-Apple laptops -- you can get nice three-button laptops elsewhere.

    This is not something that Apple is unaware of or incapable of fixing. However, they have made a conscious (and much-protested) decision to not natively support multiple buttons in their hardware, even as an option. While I can respect their reasons for doing so, it does make their hardware much less appealing. The reason people get so bent out of shape about this is partly because Apple *insists* on forcing you to use their hardware to use their software, and *insists* on not providing an option for more buttons for the (many) folks that are unhappy with their default setup.

    If this is not a problem for your uses, that's fine. For me, it would be a major issue -- having to find a flat surface and carry along a big clunky external device to use the thing *is* an issue. Please do not call this "nitpicking" -- it is an entirely justified criticism that Apple has chosen not to address.
    [ Parent ]
    • Re:Unless you want a laptop by transient (Score:2) Wednesday January 07 2004, @04:34PM
      • Re:Unless you want a laptop (Score:4, Insightful)

        by 0x0d0a (568518) on Wednesday January 07 2004, @05:41PM (#7907487)
        (Last Journal: Sunday October 03 2004, @04:03AM)
        My attachment to three (not two) button mice is due to the fact that I use X11 software, and would even on a Mac. I do also like contextual menus.

        Control-clicking is not a reasonable solution. It is a good, understandable way to transition people to multiple-button mice, and it was what I expected Apple to be doing. However, Apple has ended up presenting control-clicking as a good long-term solution, which it is not. They have decided to go with contextual menus, but to force you to use both arms to bring one up, is silly. I do not deny that a computer can be used in such I way -- I do so when I'm using a Mac. However, it's decidedly irritating. On my Linux box, I can use either the mouse or the keyboard at any given time. I can even comfortably eat while web browsing. On the Mac, I'm forced to constantly use both arms.

        Also, I have seen few folks arguing that Apple is doing the *right* thing, or the *superior* thing, but rather that they are doing something that is not as bad as people are making it out to be.

        I've had the pleasure of being able to talk to some engineers working at Apple when OS X was in production, and happened to bring up the multiple button issue. Both grimaced, and laughed. Apparently, from what they told me, the One Mac Button is a decision that comes straight from the Top -- Jobs is firmly married to the vision of a simple, easy-to-use single button mouse. I feel that he's wrong here. His idea was somewhat justified two decades ago, when folks were not familiar with computers, much less multibutton mice. However, whether Jobs wants to admit it or not, just about everyone has run into Windows, or at the *very* least, an OS that uses multiple buttons. Multiple buttons are just not a foreign concept that average Joe cannot understand any more. There is no significant ease-of-use issue present any more, and there is a functionality difference -- and a lot of peeved folks. The time has come to make the switch.

        Apple occasionally has a "We Do Things Our Own Way, Dammit" moment. They provided only SCSI interfaces for an awfully long time, for instance. They insisted on using those darn little eight-pin serial ports for ages. They won't change their single button mouse style. In the PC world, people that do this quickly go away, because people simply use a competitor's product. However, you just don't have such an option in the Mac world, where Apple is the only game in town. So, while Apple is a Pretty Good hardware provider, if they insist on maintaining an absolute monopoly, they have to be The Best hardware provider to compete with the PC world, where people can simply choose hardware to suit their tastes.
        [ Parent ]
    • Re:Unless you want a laptop by Anonymous Coward (Score:1) Wednesday January 07 2004, @04:36PM
      • 1 reply beneath your current threshold.
    • Re:Unless you want a laptop by xenoandroid (Score:1) Wednesday January 07 2004, @07:52PM
    • Re:Unless you want a laptop by ProfKyne (Score:2) Wednesday January 21 2004, @10:14AM
    • 2 replies beneath your current threshold.
  • by Anonymous Coward on Wednesday January 07 2004, @03:20PM (#7905730)
    Almost everyone with a clue agrees OS X is pretty good. It's the damn hardware costs.
    [ Parent ]
  • Cutting but true (Score:3)

    by 0x0d0a (568518) on Wednesday January 07 2004, @03:21PM (#7905741)
    (Last Journal: Sunday October 03 2004, @04:03AM)
    Most of what is here is cutting but true. However, the article, unlike most Slashdot posters, does not claim this. He doesn't say that OS X is a "better Linux" -- he says that they're two different beasts.

    "Despite the fact that Linux is just code and can't WANT to be anything, I truly believe that it'd love to be a single-vendor, single-platform, sluggish half-proprietary OS with dwindling market share. Linux would love to throw away its impressively growing corporate takeup for that."

    True, but I don't believe OS X has dwindling market share.

    "Apple hardware is for real computer lovers."

    I don't think I've ever seen people say this.

    "My non-techie friends drool over the transparency and scaling effects, even though UI research has shown that they add practically nothing to getting real work done. It feels like KDE 2 on a Pentium 200, and I can't change to a light and fast WM, but those drop-shadows must make me work so quickly!"

    True. However, I think they may also be referring to the lower learning curve of much Mac OS software. Unless you're using software quite a bit, the learning curve plays a larger role than the total amount of functionality. I claim that it takes around three years of heavy use of emacs before you really start to get a lot more good out of it than its traditional Windows and Mac OS counterparts.

    "OpenDarwin.org and its community of about 27 is surely not just a token gesture by Apple. Pretty much nobody uses pure Darwin, and all the crucial components of the system are closed and require me to spend money just to get major OS updates, but they're really helping the community somehow."

    True. Apple does not "get it" WRT open source in anywhere near the same way that Red Hat and friends do. They produce a high-end, propriatary product. However, they are infinitely better than Microsoft (and to many people, Mac OS is a valid alternative to Windows...but Linux is not). Furthermore, even before the open source thing started up, Apple was much better about helping folks tinker around with internals than Microsoft was.

    "My iBook was made by in Taiwan by AlphaTop and has design and build quality flaws (needing foam sheets jammed in to stop the common problem of the keyboard scratching the screen). But it's silvery and cost far more than an x86 laptop of better spec, so it must be much higher quality!"

    I agree that many folks try very hard (and fail) to justify the amount of money spent on their Apple hardware. I find such claims pretty much futile on desktops. However, while they aren't perfect, many Apple laptops are fairly price competitive and pretty good compared to their PC counterparts. Yes, Apple has had a history of doors breaking off, of scratches, and of some flimsiness. But I've also seen countless x86 laptops with all kinds of problems as well. Apple may not be light years ahead here, but they sure aren't light years behind either.

    "Although there's truth in PPC being more elegant than x86, it's crushing that the top-of-the-range 1.5 GHz chip is slaughtered by the equivalent 3 GHz Pentium 4. However, Steve Jobs showed some vague Photoshop filter benchmarks at the last MacWorld, so being a leprotard, I'm convinced."

    Very true. Macs are (significantly) slower than x86 machines. It's simply true. Folks who are arguing that Macs are good should not waste their time trying to argue otherwise. They're much better off with the "Yes, but what are you actually *using* said cycles for? I'm getting drop shadows out of it -- you seem to be using about 2% of your CPU on average!"
    [ Parent ]
    • Re:Cutting but true (Score:4, Insightful)

      by Raffaello (230287) on Wednesday January 07 2004, @03:33PM (#7905874)
      Apple does not "get it" WRT open source in anywhere near the same way that Red Hat and friends do.

      Apple "gets it" much better than Red Hat and friends do. Apple "gets" that open source needs to be part of a profitable business plan if you are going to run a company based on it. Why do you think Red Hat is no longer maintaining a user distribution? Because you can't make any money by giving things away. You have to charge for something. Apple knows that they will only be able to charge for hardware if part of their software (the GUI parts and the iApps, etc.) is closed source. Otherwise, people would just download the source, compile it for x86, and Apple's hardware sales would go in the toilet.
      [ Parent ]
  • Re:OS X 10? (Score:2, Interesting)

    by as400tek (609382) on Wednesday January 07 2004, @03:26PM (#7905796)
    (http://www.davidandkelly.com/ | Last Journal: Monday April 12 2004, @01:14PM)
    becasue sometimes free is to expensive. To explain. I don't have time to learn to load FreeBSD on intel or PPC. I don't have time to try and find all the great apps that already come with MacOSX. I don't need to spend my time trying to figure out how, I would rather just do. I think the entire Linux Community is awesome, but as a linux head I spend to mcuh time trying to find a way to get things to work in UNIX/Linux when Apple just did all that for me for $90-129 dallors depending on wher eyou purchased it. That is why. Free in some cases means 40 - 200 hours of work and that is time I could be spending gaming, writing, or just plain relaxing doing other stuff. Plus you can't beat all the other cool stuff Apple offers. Dude....???
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by as400tek (609382) on Wednesday January 07 2004, @03:30PM (#7905841)
    (http://www.davidandkelly.com/ | Last Journal: Monday April 12 2004, @01:14PM)
    Can't we all just keep picking on Microsoft? and get along. MacOSX is not the devil!
    [ Parent ]
  • by xirtam_work (560625) on Wednesday January 07 2004, @03:59PM (#7906182)
    interesting. now just try plugging any digital camera into a machine running os x, or a firewire video camera, or a usb printer, or a firewire hard drive, or a scanner, mouse, monitor, memory stick, etc.

    although apple control the hardware that they support - they also support a vast array of peripherals as well.

    as a recent switcher to the mac i'm not looking back.

    [ Parent ]
  • 26 replies beneath your current threshold.