Slashdot Mirror


Workingmac.com Interview With Jordan Hubbard

LiquidPC writes: "workingmac.com has an interview with Jordan Hubbard (one of the founders of the FreeBSD project, and currently works for Apple on development of OS X). Questions range from 'How do open-source operating systems compare to closed-source operating systems?' to 'What does the future hold for FreeBSD?'" It's a quick interview, but a good read. Interesting that to talk about the Mac OS now is to talk about UNIX.

58 of 282 comments (clear)

  1. MacOS X #1 in sales by maggard · · Score: 5, Interesting
    What makes all this really interesting is that MacOS X is now the best-selling* unix distribution.


    * Most units sold

    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
    1. Re:MacOS X #1 in sales by Marten1970 · · Score: 2, Informative

      It is really quite simple. You wonder: is Mac OS X the largest unix distro? Go count the figures. Microsoft has a 90 percent marketshare, Apple has 5 percent and all the Unix versions (AIX, HP/UX, Solaris, ***BSD and the many linuxes) combined have another 5 percent marketshare. Since Apple is now shipping all macs with os x installed (wether people actually start using it instead of keeping hanging around in mac os 9 is a different issue), it must be the largest unix distro by now because it has about as much marketshare as all other unices combined. Further more: Apple sold loads of cd's too. Considering the fact that the company has sold more than 10 million Macs that are able to run os x (G3 and G4) in the last couple of years, and quite a number of those users (that is the impression one gets in the newsgroups and all) has been running os x (either a licensed copy or a illegal one), I think we are talking quite a big distro here... This is no strange thing. Their unix has been tweeked and interfaced to be understandable for mere mortals (the 95 percent of the population that doesn't understand and doesnt' want to understand Unix CLI).

    2. Re:MacOS X #1 in sales by Metrol · · Score: 2

      You wonder: is Mac OS X the largest unix distro? Go count the figures. Microsoft has a 90 percent marketshare, Apple has 5 percent and all the Unix versions (AIX, HP/UX, Solaris, ***BSD and the many linuxes) combined have another 5 percent marketshare.

      Now for something really scary. If OSX is considered a "Unix" due to it's incorporating BSD tools, then what about other OS's doing the same. Oh man, NT uses BSD's TCP/IP stack! AHHHHH! Microsoft has this market too!

      * Reality Check *

      Okay, before getting flamed into tiny ashes, I do realize there's more to being Unix then the individual tools. I just had to share my scary thought for the day. Just try sleeping nice tonight now!

      --
      The line must be drawn here. This far. No further.
    3. Re:MacOS X #1 in sales by gig · · Score: 2

      It's not the most popular Unix yet. I think Steve Jobs said earlier that it will probably be the most popular by the end of 2001. Regardless, it's only a matter of time. They're shipping a lot of computers every quarter, and they've made no secret about the fact that Mac OS 9's days are numbered. Mac OS X 10.1 will be much more popular than 10.0. There are plenty of users who are waiting for the early-adopter phase to be over and for the apps to be coming fast and furious, and 10.1 is the key to that.

      This doesn't take a single thing away from any other Unix, though ... it's just that now we have a whole range of Unix to choose from, for any task that you could name.

    4. Re:MacOS X #1 in sales by firewort · · Score: 2

      Mac OS X got certified by the open group, so it is UNIX.

      oddly, I can't seem to find the PR on this, or I'd link to it, but I do remember reading it.

      Apple's current web-pages refer to a UNIX-based operating system... and yet, I clearly remember reading the annoucement that they were certified to use the UNIX mark.

      --

    5. Re:MacOS X #1 in sales by Oztun · · Score: 2

      In the industry "Slowlaris" is generally used to describe the intel version. Even people I know who work for Sun use it ;).

  2. What I really want to know by grammar+fascist · · Score: 3, Funny

    What I really want to know is how he wrote so many books about absolutely nothing at all. If someone were to come up with run-length plot encoding, you'd probably get at least a 1000:1 compression ratio on most of them.

    Oh, wait. Wrong Hubbard.

    --
    I got my Linux laptop at System76.
    1. Re:What I really want to know by Alorelith · · Score: 3, Funny
      I know your type of comment seems to be a running joke around here, but to mistake Jordan for L. Ron is completely foolish and mindless. It amazes me that the same 'jokes' always seem to be modded up; I wonder if everyone around here laughs at the same jokes over and over, even after they've worn thin and used in practically every Slashdot article ever written.

      Hey, why did the chicken cross the road?

  3. Why based on by XBL · · Score: 4, Interesting

    FreeBSD 3.2? Why not the 4.x series?

  4. Hubbard crippling himself by working for Steve? by Bonker · · Score: 5, Interesting

    A little while back when rumours that the complete source of Windows 2k had made it 'into the wild', many open source developers were faced with the daunting proposition of keeping an eye out to avoid any Microsoft-originated source code.

    Since he works for Apple, I have to wonder if Hubbard is not 'contaminating' any Open Source code he puts his fingers on.

    The arguement goes as so... The way I understand it, Hubbard is working on Darwin, Apple's 'open source' OS. Darwin is equivalent to FreeBSD with a command shell. X and your choice of window managers can be installed on top of it, but it won't be OSX. Now, presumably, Hubbard must be exposed to a *lot* of proprietary code in order to best optimize Darwin to run the OSX user interface. Does this invalidate his open source efforts? Does he have a special contract with Apple so that any OSS can be released under (I'm assuming) the BSD license? Does Hubbard safeguard himelf from seeing any non-OSS code while at work?

    It's possible, but somehow I doubt it. Anyone else know?

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    1. Re:Hubbard crippling himself by working for Steve? by scorpioX · · Score: 2, Informative

      I doubt it's much of a problem. Almost all of Darwin is Open Source. Those parts that are encumbered are only done so, because of restrictive third-party licenses (such as Lucent's code that Apple uses in it's Airport 802.11 driver). Most of this encumbered code is being moved out the kernel proper and into loadable kernel modules (KEXT's), so that none of Darwin itself will be encumbered. And some of this encumbered code can be replaced by Open Source code. (Going back to the Airport driver, see Rob McKeever's Wavelan driver for an Open Source replacement
      http://homepage.mac.com/robm/WirelessDriver.tgz. )

      As to parts of Darwin (kernel or userland) being optimized for OSX and not Darwin proper, that is unlikely. It's not like NT 4 and up where the GUI is running in the kernel and they can do all kinds of funny tricks.

    2. Re:Hubbard crippling himself by working for Steve? by cpeterso · · Score: 2, Informative


      As far as I know, Jordan Hubbard does not actually write FreeBSD code. He is a doc writer, FreeBSD advocate, and release manager (Linux users might not be familiar with this concept).

    3. Re:Hubbard crippling himself by working for Steve? by Arandir · · Score: 2

      One great myth of Copyright is that you can get contaminated by looking at the code. This is not true.

      Copyright protects a particular *expression* of an idea, not the idea itself (that's patent's job). Examine the Rogue Windows source, Apple source, and anything else you want, and write your own version. You just can't copy the code.

      It's actually slightly trickier than this. Copying code and file layouts, and other similar things, could still get you in trouble. However you are on safe grounds if you "keep the book closed while you write in the answers."

      That said, corporations (and individuals) are jealous of their own code. If they know you've seen their code, they may very likely take you to court. In in a civil case they don't have to prove anything, only to get a jury to agree with them. And you also have the phenomena known as "cryptomnesia". You think you're writing original code, but you're just transcribing what you saw last week. That's why some folks use "clean room" processes to reverse engineer stuff.

      But unlike some past cases where is was closed binary distributor versus closed binary distributor, FreeBSD and Darwin are wide open. Show me, Mr. Prosecutor, what part of the printout known as Exhibit A was created by your client. With the corporate backing of Apple, I don't think Jordan or FreeBSD will have any worries.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    4. Re:Hubbard crippling himself by working for Steve? by warlock · · Score: 2

      Even before jkh joined apple, there were apple employes with commit access to FreeBSD's source. Really, it's not an issue.

  5. A quote which sums up why OSS will survive.... by moniker_21 · · Score: 3, Insightful

    "The developer has to have a personal interest in the features in question..."

    When you have people personally motivated to help support a peice of software I feel you get a superior product. Some mindless drone ordered to sit in front of a terminal to code a peice of software that he has no relation to is going to feel less motivtated to do a good job. So what if OSS has numerically less people developing for it then commercial sofware, at least it's poeple who actually care about the software and it's success. Think about it.

    --
    I posted to /. and all I got was this stupid sig
    1. Re:A quote which sums up why OSS will survive.... by Spy+Hunter · · Score: 2


      When you have people being paid to help support a peice of software I feel you get a superior product. Some guy coding a peice of software in his scarce spare time is not going to be able to get as much work done and the product will not be complete. So what if OSS people care about their products more, they code only for their own needs and the "customer" comes second.
      </paraphrase>

      Extreme arguments can be made both ways. The ideal situation is to pay coders who also care about their product. Perhaps some innovative solution needs to come along where people can support open-source programmers with tips or something. If SourceForge adopted an optional donation system, we could see how well something like that would work on a large scale. Imagine: people being paid to do what they like! What a concept!

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    2. Re:A quote which sums up why OSS will survive.... by NonSequor · · Score: 2

      I remember seeing some site where you could put a bounty of sorts on a currently nonexistent program you needed or a feature you needed an existing program to have. I have no idea where the site was or if it still exists.

      --
      My only political goal is to see to it that no political party achieves its goals.
    3. Re:A quote which sums up why OSS will survive.... by Simon+Brooke · · Score: 2
      When you have people being paid to help support a peice of software I feel you get a superior product. ... So what if OSS people care about their products more, they code only for their own needs and the "customer" comes second.

      Complete non sequitor. Open source doesn't have a 'customer'. I know I've been droning on about this for ages, but the nugget of truth you're looking for is that the Open Source movement will never make software for Joe Public to use, because Joe Public needs things that we don't and vice versa. The fact that it lacks the ease of use features that Joe Public needs doesn't make it less good - it's designed by and for a community which doesn't need them, and doesn't value them.

      It remains true that Open Source software is by and large better engineered, better written, better suited to the purpose for which it was built, and generally just better.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    4. Re:A quote which sums up why OSS will survive.... by gig · · Score: 2

      > The ideal situation is to pay coders who also care
      > about their product. Perhaps some innovative
      > solution needs to come along where people can
      > support open-source programmers with tips or
      > something.

      Apple pays Jordan Hubbard and he also cares about the product. This is pretty standard Silicon Valley stuff from before the dot-com bubble got so big that nobody could see anything around it. Netscape used to be a really big happy gang of engineers who were building exactly what they wanted to build and being paid well for it. Microsoft doesn't want to compete with these kinds of companies, and has shown that it is willing to break the law to avoid competing with them.

  6. If you programmed at all... by Amokscience · · Score: 5, Insightful

    you would know that it's because it takes a good length of time to get something as large as an OS ready. They wanted a nice stable, proven code-base to work from and so they picked a certain snapshot of FreeBSD and used it. That way you don't have to work out the nightmare of continuing to upgrade and merge old code with new code (which I get to do at work, wheeee). When Apple decided to go with OS X, FreeBSD 4.0 was likely in alpha stability.

    OSX did not pop out overnight (or even in the last 6 months). You've seen how 'fast' Mozilla has come along, no?

    --
    Fsck cluebie moderators. I'll say what I want, offtopic or not. And fsck having to qualify every bloody statement just
  7. Way too short by Canyon+Rat · · Score: 5, Interesting

    This interview just scratches the surface. Let's see if we can get Jordan to answer questions on /. I'm sure that would be much more interesting.

  8. Because he's being paid to WORK ON FREEBSD also... by keepper · · Score: 5, Informative

    Damn, you would figure you guys would read a bit more before you post ( but heck, this IS slashdot ).

    Part of his duties, besides being involved in dariwn, are to keep working on FreeBSD.

    Why you ask?

    Because apple is source syncing many parts of Darwin with FreeBSD and there's soon to be a move to start syncing it with the 4.x branch.

    Besides, that was the numero uno premise jkh had before he went to work at apple. According to his emails to the freebsd mailing lists, we wanted to assure everyone that his role in freebsd would not be compromised by his work at apple. If anything, freebsd is gonna get more benefits out ot it.

    PowerPC port anyone?

    "FreeBSD... because a pc is a terrible thing to waste."

  9. PairNetworks by tstock · · Score: 3, Interesting

    It's interesting that Pair Networks is asking the questions... they have about 300 FreeBSD servers, and have been hosting web sites since January 1996.

    Didn't expect many OS X questions :-)

  10. nope by keepper · · Score: 2, Informative

    he writes quite a bit of code still..

    One of the things he's currently working on is the rewrite of sys install into something that is humanly understandable ... hehe

    Plus he's very involved in packaging it all together.. after all, he is the "release engineer" also..

  11. Phew! Don't misread the title! by Mr.+Flibble · · Score: 3, Funny

    I saw the Slashdot headline:
    Workingmac.com Interview With Jordan Hubbard

    as:

    Mac's working With L. Ron Hubbard

    I think we can all be thankful that the second title is not real!

    --
    Try to hack my 31337 firewall!
  12. Re:Growth by WasterDave · · Score: 2

    I'm not so sure this is actually the case y'know. Good stereotype, certainly, and while geekdom certainly has its' fair share at either end of the bellcurve I do think there are a fair number still somewhere in the middle.

    There are also quite a lot of sporty (mostly mountain bikes and snowboards) geeks who break the stereotype.

    Dave

    --
    I write a blog now, you should be afraid.
  13. OS Ramblings (OK, it's OT, so shoot me) by IronChef · · Score: 4, Interesting


    OK, here's a weird, wacky idea.

    I think the Feds should fund the development of an operating system and office suite. The software would be released to the public, including source code.

    Sounds crazy at first, yes. But bear with me.

    My reasoning is this: simply put, an OS and office suite is IMPORTANT. Damn important, like roads, and telephone service. Like those other infrastructure elements, it makes sense to have some kind of government supported offering. We already rely on Federally-funded roads... the Post Office gets Fed subsidies and tax breaks... Why not get some support for them from the gov't for the computers on our desks?

    The idea is not to give the government control of OS technology though... the goal is to give US something WE can use, for nothing more than a couple bucks each in taxes. GovOS would give people a way to write a paper for school, or look at the web without being FORCED into buying an OS from some other big company. It would be an ideal solution for basic gov't employees -- those people who do nothing but prepare documents and send email all day.

    Of course, we would ALWAYS have the choice to go with MS or Apple or whoever, but GovOS would be ideal for poor people, or for schools that otherwise would have to lay out a fortune in OS licenses.

    The GovOS should be made compatible with as much hardware as possible. Its office suite should be made as inter-operable as possible with all the current document standards. Businesses that want to do work with the government would be required to submit files in GovOS-compatible format.

    Before y'all flip out, this really isn't any different that the current Free Software philosophy that permeates this site. I'm just saying, let's go a step further and throw some tax money at the problem. How much could it *possibly* cost to start with Linux or FreeBSD, and create a dirt-easy-to-install OS and office suite? A few hundred million? Like, the price of a few warplanes? It's nothin'. We're paying for far less useful things already. And the gov't pays Microsoft alone a hell of a lot in license fees. Imagine what could be developed if a small fraction of that money was used to hire decent programmers?

    GovOS isn't about restricting freedom. It's about increasing it, by providing a tax-funded public domain desktop computing infrastructure. OS plus office suite, with some well-paid professional developers behind it, in the public domain... It sounds good to me.

    I know a lot of you are going to say, "we don't need GovOS. We have Mandrake and Debian." To that I say those are fine products, but they *clearly* have not passed the ease-of-use test the mainstream demands. So let's throw a bomber's worth of money at one of them and produce something that anyone can install and use -- and rob Microsoft of a ton of money in the process.

    1. Re:OS Ramblings (OK, it's OT, so shoot me) by Arandir · · Score: 2

      Since when has it been the job of a government to create operating systems? Why should the users of existing operating systems be required to pay for its development?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:OS Ramblings (OK, it's OT, so shoot me) by IronChef · · Score: 2


      I'm actually pretty Libertarian at heart. And I admit this is a far-out scheme.

      But I think you can argue that an operating system is a vital commodity. It's infrastructure. It's like a road. And the government throws all kinds of money at those things, for the greater good. I'm a very pro-freedom kind of guy, but I do NOT want roads privatized.

      But putting all that aside, you might be able to justify it from a simple cost savings angle. The gov't has a zillion copies of Windows and MS Office. If they developed their own software to their own standards, they might save money in the long run. And if that software became freely available... well, cool. Options are good.

      An OS is something the private sector can handle.

      Considering the current Microsoft trial, I would say it has been handled badly.

    3. Re:OS Ramblings (OK, it's OT, so shoot me) by hyrdra · · Score: 5, Insightful

      Welcome to GovOS.

      Please enter your social security number, date of birth, tax identification number, and driver's license number. Please scan your finger print and prick your finger on the way out.

      Welcome, John Doe. GovOS has detected multiple documents which violate a newly established copyright protection law, called the DMCA. You have also visited several web sites which violate these laws. GovOS has added these offences to your criminal information file and has issued warrants for your arrest. Please wait while the police arrive at your location...

      Thank you for using GovOS, citizen!

      Gives a new meaning to illegal operation, doesn't it? Don't mix laws with operating systems, OK? Some things just don't have to be that efficient.

      --


      "I'll just chip in a bit for RedHat: I actually have that installed on my university machine." - Linus, '95
    4. Re:OS Ramblings (OK, it's OT, so shoot me) by steveha · · Score: 3, Informative

      the Feds should fund the development of an operating system and office suite.

      One of your points is that it wouldn't take very much money, by government standards. And that is true.

      But just because government is already spending piles of money it shouldn't spend, doesn't make it right to have government spend even more money it shouldn't.

      You know, safe cars are important. Instead of letting the car makers come up with safe cars, maybe the federal government should spend a few bombers worth of money on safe cars? And I hate it when little children fall into swimming pools. Should the federal government spend money on developing a really good fence to put around swimming pools? Just because something is good and worthwhile, doesn't mean that it is appropriate to have the federal government spend money on it. There is no end to cool projects they could fund, and if I approve of them doing the one I like, I have no moral grounds to disapprove of them doing the ones I don't like.

      Besides, I would hate to see a free software project made into a pork-barrel project. It would not be pretty.

      One of the problems: government loves attaching little strings to the money. Federal money for software development! But 60% of it must be spent in Senator Kennedy's district. And the new products have to be approved by a comittee that will check it to make sure none of the messages offend anyone. (And I mean anyone.) And the armed forces will make up a 10,000 page document of requirements that the program must meet, and it won't be shipped until it meets them all, and the requirements will be continually updated... the whole thing would be a nightmare.

      It is possible for government to do things quickly and efficiently, but that's not the way to bet!

      Now, an idea I would approve of: require all federal offices to gradually phase out proprietary software and phase in free software, over (say) the next 10 years. If a department finds that the free software doesn't meet its needs, it can fund developers to add the missing features. 10 years is very generous; they could do it much sooner than that if motivated.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    5. Re:OS Ramblings (OK, it's OT, so shoot me) by Frymaster · · Score: 2
      Please enter your social security number, date of birth, tax identification number, and driver's license
      number. Please scan your finger print and prick your finger on the way out.


      and this is different from passport how? if an os vendor is going to get all that info on me, i at least want it to be an os vendor i can vote for.


      now, NaderOS might be something i would pay an extra $2 a year in tax for... (RobinsonOS as translated for canadians)

    6. Re:OS Ramblings (OK, it's OT, so shoot me) by discovercomics · · Score: 2

      It boils down to fundemental differences in opinion as to what the role of Government should be. I am opposed to the intrusion of Federal and State Government into my private life, at any level. Hard to avoid it it seems but I can still hold this Philosophical opinion. Creeping government intrusion into "Free Software" would be an anathema to "Free Software"

      The Federal Highway system evolved from a military need/want to have a means to move troops within the borders of the US.

      The telephone system has been a private enterprise for quite some time now.

      The Post Office no longer recieves Federal subsidies.

      The answer is not to "throw some tax money at the problem". If the Government was using a *nix varient as the primary operating system and a *office suite, then it would be very simple to notate that correspondance with govt agencies by vendors and business should be in a file format that the choosen govt office suite could deal with, then your criteria for "Businesses that want to do work with the government would be required to submit files in GovOS-compatible format." would come to fruition. Without any Federal money needed to purchase software. Set up and training will still require money.

    7. Re:OS Ramblings (OK, it's OT, so shoot me) by imadork · · Score: 2
      I think the Feds should fund the development of an operating system and office suite. The software would be released to the public, including source code.

      Notice, he didn't say the government should WRITE the OS, he said they should FUND the OS.

      I always thought that OS development would be best if it were done by a non-profit foundation. Sort of like a "PBS" for computers, except much more useful. It could put out a default platform and publish the source code. It would maintain a basic standardized structure for configuration files, etc. If the government gave it some funding, it could mandate that all government computers use this OS, giving developers a reasonable installed base to target.

      Most of all, the government can take all the money it gives to MS, Sun, and the $3.50 it gives to Apple for OS licenses, and channel that directly toward OS development that meets its needs.

      Of course, we'd all have to look forward to "If you like the way we just fsck'ed your boot drive, please contribute! For $1000, you become a Charter Member and get a free stuffed penguin!"

      OK, maybe the concept needs work...

    8. Re:OS Ramblings (OK, it's OT, so shoot me) by ktakki · · Score: 2
      OK, here's a weird, wacky idea.

      I think the Feds should fund the development of an operating system and office suite. The software would be released to the public, including source code.


      Get with the program, kid. The era of Big Government is over.

      It's time for Faith-Based Computing solutions.

      "God is my co-processor."

      Spearheaded by privately-funded initiatives with matching funds provided by Federal block grants, the vital task of providing operating systems and userland utilities will be managed by religious institutions with a proven track record in this area of expertise.

      VaticanOS, based on RC-DOS; Windows for Prayer Circles 3.11; WinME (Methodist/Episcopal); *BSD (Behold, Shiva the Destroyer); ScientologOS (now with 30% fewer Body Thetans and censorware in the kernel); MacintoshenOS (with Reform, Conservative, and Orthodox compatability layers); Shi'ia and Sunni Linux...

      Let a thousand pustules bloom...

      k.

      --
      "In spite of everything, I still believe that people are really good at heart." - Anne Frank
    9. Re:OS Ramblings (OK, it's OT, so shoot me) by Arandir · · Score: 2

      Because if it's the job of the government to create our operating systems, then it might also be their job to create out email clients, window managers, desktops and latest first-person-shoot-em-up games.

      Somewhere you have to draw the line, and without any criteria you can't do it. Which is why I asked my question, in an effort to get some criteria.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    10. Re:OS Ramblings (OK, it's OT, so shoot me) by Malcontent · · Score: 2

      "MicroSoft doesn't have the military, ATF, FBI, CIA, NSA"

      They don't need it. The govt is perfectly willing to use all of it's might to enforce the wishes of MS. If the govt would refuse to enforce the property rights of MS you can bet your ass MS would raise an army of "enforcement agents" to track your ass down and make you pay.

      --

      War is necrophilia.

  14. Re:*BSD is dying by HongPong · · Score: 2

    Ok, i'm biting on a troll, but.. um... OS X is the most popular BSD ever, selling like hotcakes and all that. It's growing, foo.

  15. Re:BZZZT! Nope by Z4rd0Z · · Score: 2
    Okay, now you're spreading misinformation in the guise of correcting someone else's misinformation.

    It has been hashed and re-hashed over more times that can be counted: Mac OS X is Unix, like it or not. Many Unix systems have been built on the Mach microkernel. Two I can think of off hand are OSF/1 and NeXT. OS X, of course, is based largely on NeXT. Also, there is no such thing as the "BSD Mach microkernel". That is pure fiction. Mach was originally developed at Carnegie Mellon, not UC Berkeley.

    Not to sound rude, but cluess GNU evangelists should check their facts!

    --
    You had me at "dicks fuck assholes".
  16. Re:BZZZT! Nope by Arandir · · Score: 2

    What makes a Unix a real Unix? It has absolutely NOTHING to do with whether the kernel is macro or micro. It has a lot to do with trademarks and history.

    FreeBSD does not have the legal right to call their OS "Unix", since they have not paid for that right. However, considering their history, FreeBSD is much more Unix than most certified Unices. If it walks like a duck and quacks like a duck, it must be a duck. Linux is also a waterfowl, but of the flightless variety living in the southern hemisphere :-)

    I recall that Darwin has been listed as an official Unix by the OpenGroup. Certainly Apple calls it such on the box of Mac OSX.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  17. Re:Sigh... by Arandir · · Score: 2

    Take a look at a Unix family tree. FreeBSD has a direct line all the way back to BSD UNIX. Neither Linux nor GNU can claim that. It's closer in lineage to being a True Unix than many Certified Unices.

    FreeBSD, SunOS and Solaris have a single common ancestor. If the Sun offerings are indeed real and genuine Unix, then surely FreeBSD is in the same family. My neighbor is a "Smith". His daughter was born "Smith" but married a "Jones". Even though her name is legally "Alice Jones", she is still most certainly a "Smith".

    FreeBSD does indeed share code with AT&T based systems: the code that AT&T got from BSD UNIX. It was not a requirement of the court settlement that AT&T had to remove any BSD licensed code. (44BSD-Lite still had some AT&T code left in it, the settlement merely declared it "clean").

    FreeBSD is a Unix-workalike. Filesystem, kernel architecture, tools, etc. GNU isn't even close. Ever play the game "which one is not like the other"? Go grab any random GNU tool and compare it to the corresponding tools from FreeBSD and five other Genuine Certified Unix(tm) systems. GNU will stand out like a sore thumb.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  18. You hear this a lot by Pinball+Wizard · · Score: 3, Informative
    Jordan sez--

    and that's a pretty big difference when it comes to how one copes with problem analysis and recovery when you hit something the operating system does not handle well or at all.


    However, I have yet to see a single sysadmin tweak the source of a Linux or BSD kernel because they found a bug or performance bottleneck. I mean really, who expects the average sysadmin to go in and fix a kernel if something breaks. No, they submit bug reports and hope someone else fixes it soon. Just like in closed source.


    Not to disparage open source software, but to think the average maintainer is going to dive in and fix things when he notices a problem is stretching things a bit. The people who actually can fix things in the code generally are not sysadmins.

    --

    No, Thursday's out. How about never - is never good for you?

    1. Re:You hear this a lot by Croaker · · Score: 2
      However, I have yet to see a single sysadmin tweak the source of a Linux or BSD kernel because they found a bug or performance bottleneck.

      Well, maybe you don't work with people who are very good at what they do. I know the IT folks here where I work have submitted patches to Red Hat to fix issues they have come across in the field. (At least one of them got "the letter" due to this.)

      Another feature of Open Source is that you can hire someone else to go out and fix the bugs for you much faster than the closed source "wait until the next version" folks will. My company currently is looking offering a bounty for a bug fix to an Open Source piece of software we use. We'll probably get a fix for that in a month, for a reasonable price (much less than we would pay for a one year service contract with some companies).

  19. Re:BZZZT! Nope by gig · · Score: 5, Insightful

    Mac OS X is a Unix. We check our disks with fsck, and we see what's running with top (although we have GUI apps we can use instead of the command line if we want). Man pages are all there. The default shell is tcsh. Emacs and pico and Apache are all there in every installation of Mac OS X. Strip off the GUI and you have Darwin, which is a Unix OS that's clearly derivative of Mach, BSD, and NeXTSTEP/OpenStep.

    Here is an interesting tidbit: it is taking a longer time for the bulk of Mac developers to port their apps to Mac OS X than it has for the bulk of Unix apps to show up. It's easier to make a case that Mac OS X is not Mac OS than it is to say it's not a Unix.

    I mean, MacGIMP is here on Mac OS X now, and Photoshop doesn't even have a ship date yet (although it's been shown off publicly and is apparently just waiting for Mac OS X 10.1). The GIMP is running in rootless X Windows right on the Mac desktop. This is a Unix, buddy.

    Even though Mac OS X has been certified as a Unix by the Open Group, you don't have to ask them anything in order to figure out if something is a Unix. Kleenex(TM) is a brand name, but it is also a generic term. When someone says, "have you got a Kleenex?" they do not care if you hand them a Puffs(TM) or whatever. When someone says they want "Unix reliability" they're talking about the general reliability of all Unix systems, not about Unix(TM).

    Linux is Unix. GNU is Unix (although it is clearly not UNIX(TM), and the (TM) is the entire reason for the acronym). In every technical way, GNU and Linux were designed and implemented to be Unix operating systems. It is so much about compatibility that it's amazing to see people trying to act like Linux is an island.

    If it runs Apache, it is a duck.

  20. Some Numbers... by TheInternet · · Score: 4, Informative

    care to back that up with some fact? there are ALOT of Solaris boxes out there.

    Apple did $19 million in sales of Mac OS X the first weekend it was out. Assuming everyone in that number paid the full $129 price, you get about 150,000 right out of the gate. This doesn't take into account all the beta testers (100,000 in all) that got a $30 discount. Then you tally the developers, educators, and Apple specialists that get it for substanially less or free outright (this revenue might not even been counted in the $19m since it's through special channels).

    Then add in that every machine Apple ships now comes with Mac OS X, and that they shipped 827,000 machines last quarter (which ended June 30). And they've certainly sold some copies of OS X off the shelf in the last 5 months. And none of that counts burned copies of Mac OS X or Darwin users.

    I suspect it's a relatively big number, probably over 1 million at this point. I'm guessing that it will be at least 2 million year's end. And note that all of this happens despite the fact Apple has run zero TV or magazine advertisements for Mac OS X at this point. They are certainly holding off on marketing campaign until at least until 10.1, and very likely until Office 10 comes out (sometime this fall). I'm not clear on whether the measurement for largest Unix vendor is the number of units sold in a particular period of time (which I suspect Apple is kicking ass on), or the total installed base.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  21. Re:the truth by gig · · Score: 2

    > Well bsd code has helped mac users go from an
    > archiac piece of caca OS to something at least half-
    > dencent

    There are plenty of people who could say, "Well, the Mac UI and application platform has helped Unix users go from an archaic piece of caca OS to something at least half-decent." Technologically speaking, Aqua is at least as much of a step-up over X Windows as Darwin (Mach/BSD/GNU/etc) is over the kernel and low-level of classic Mac OS ... which you think is better is only a matter of whether you look GUI-down like most Mac users, or kernel-up like most Unix users. I've seen more than one Unix guy on the Web talking about how happy he is to have a bash shell open right next to iMovie and QuickTime Player, and more than one Mac user talking about how happy they are that their Mac hasn't crashed at all since they got X. Everybody is happy. Yin and yang together at last.

    Yes, Microsoft's TCP/IP stack is byte for byte from BSD. Robert X. Cringely was talking about just that a few weeks ago in his pbs.org column.

  22. Re:Sigh... by gig · · Score: 2

    Who gives a shit about branding? This is Slashdot, man. If you can run Unix apps on it with just a few tweaks then it is Unix. If it runs Apache, it is Unix.

    Next you will be telling me that Windows Me is no longer Windows because it doesn't have an NT kernel.

  23. still wrong by mj6798 · · Score: 2, Interesting
    By your definition, Windows is UNIX, too, since it runs almost all those applications and tools as well. The simple fact is that MacOS X shares little with either the traditional codebase or the traditional philosophy of UNIX.

    You might, however, call MacOS X "UNIX compatible", "mostly POSIX compliant", or "an operating system with a UNIX personality".

    1. Re:still wrong by KFury · · Score: 3, Insightful

      "an operating system with a UNIX personality"

      I'd say the opposite. Mac OS X is an operating system with UNIX underpinnings, and a Mac OS personality.

      After all, a personality is what gets expressed to others, not what's deep inside.

      How exactly is OS X less like Unix than Mandrake? I can compile Unix binaries for it, it uses a unix kernel. Are you saying there's a UI wall where if there's too much of a non-geek front-end put onto an OS it's no longer worthy of the UNIX title? Is that the "traditional philosophy of UNIX" that it doesn't share?

  24. Best selling is meaningless by swb · · Score: 2

    ...when you consider that most unix installations have nothing to do with "use" in the sense of personal computer interactive operation. They're used for DB, web and other transactional and client/server computing as well as providing the operational guidance for other non-computer based interaction systems (traffic lights). By this standard, a non-trivial percentage of the world may be a "unix user" in some fashion or other.

    I'd also add that commercial UNIX licenses are far different from end-user personal computer licenses. A single commerical UNIX installation may have a many hundreds or thousands of user licenses attached to it. Is one installation with a 1000 client licenses a single sale or 1001 sales? A better sales comparison would add up processor and client licenses together or use dollars spent.

    Either way, Apple is only trying to mislead their way out of last place in the computer industry.

  25. Re:BZZZT! Nope by nam37 · · Score: 2, Interesting

    "If it runs Apache, it is a duck."

    umm... MS Windows can run Apache....

    nam

    --
    The two rules for success are:
    1) Never tell them everything you know.
  26. Apache != UNIX by solios · · Score: 2

    You said:

    "Who gives a shit about branding? This is Slashdot, man. If you can run Unix apps on it with just a few tweaks then it is Unix. If it runs Apache, it is Unix. "

    You couldn't be more wrong if you were paid to be. I think this sums it up:

    http://httpd.apache.org/dist/httpd/binaries/win3 2/

    So, in effect, you're wrongfully stating that Windows is a UNIX. Which is akin to calling a McDonalds hamburger a Porterhouse Steak.

  27. BZZZT! Nope rebutted by maggard · · Score: 4, Informative
    Ex Machina wrote:
    That is completely wrong!!
    Man did I hit a soft-spot with you.
    First of all, Mac OS X uses the BSD Mach Microkernel (developed by Rick Rashid.. now VP of research for MS) instead of the a traditional monolithic UNIX kernel! It has a lot of the GNU and BSD tools included with it, but after all, GNU's not UNIX!
    MacOS X is unix, at least insofar as anyone cares. It's certified to use the Unix trademark, it's listed in unix family tree, it walks and talks and quacks like a unix so yeah, it's a unix. There are pendants out there who will argue this-or-that "isn't unix" and the rest of usinix just ignores them and gets on with life.

    As to your various other claims there is no "BSD Mach Microkernel" though MacOS X is based on a derivative of the Mach microkernel originally developed at CMU (I know - those three letter school acronyms all sound alike..)

    Mach's " Principal Investigator " was Rick Rashid, with Avadis "Avie" Tevanian who was " principal designer and engineer of the Mach operating system. BTW Avie Tevanian left CMU to continue the development of Mach at Next and is now Sr. VP of SW Engineering at Apple.

    Not to sound rude, but clueless mac evangelists should check their facts!
    First of all I'm neither clueless nor a Mac evangelist, second off... Just where is your "second of all?
    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
  28. Cuts both ways . . . by werdna · · Score: 2

    Some mindless drone randomly hacking at code for a hobby, regardless of his motivation, isn't going to write great code either.

    Sure 90% of commercial software is crap. I think, however, it is probably more because 90% of everything is crap, than because commercial entities hire mindless drones. It is as senseless to attribute to all commercial software the traits of its weakest contributors as it is to attribute to all open source software the attributes of its greatest exponents.

    I have seen the worst code contributed as open source, stuff I would fire people for if it were submitted as paid work product. I have likewise seen excellent code produced commercially, and of course, vice versa on both counts.

    The ideal is to be motivated BOTH for love of the making and for personal incentives. I count myself lucky that I've never worked at anything for a living I didn't love. But a lot of that has to do with only picking the projects on which you love to work, and doing so without regard to the money. My theory has been that the money will take care of itself if you focus on excellence and passion in your work. But that doesn't mean that sucking the money out of the work makes it better.

  29. Re:they grabbed FreeBSD in 1995, not 2001 by Amokscience · · Score: 2

    According to this URL:

    http://perso.wanadoo.fr/levenez/unix/history.htm l

    ..it's 1999. That jives with my personal experiences using FreeBSD 3.4 since late 1999.

    And next time read a bit more carefully. I never said it was forked 6 months ago. I don't know how you got that into your head. Then again, you are posting as AC.

    --
    Fsck cluebie moderators. I'll say what I want, offtopic or not. And fsck having to qualify every bloody statement just
  30. Re:User-Friendly Unix by Chris+Johnson · · Score: 2
    Nonsense. OSX takes Windows share, not Linux share. Totally different demographic. Linux may still take Windows share too, but OSX will take Grandma and people who are doing graphics work and people with Aeron chairs and new VWs, while Linux will take people who build their own PCs and can actually make a Windows machine work effectively by knowing all the arcane workarounds and failure modes and what to fix if it breaks.

    There will be no death of Linux. (and this is from someone who expects to be running OSX, thank you...) In fact, Linux will siphon off all the people who are truly gifted in the computer domain. (OSX will siphon off Grandma- and many people who are truly gifted in other domains. Artists, writers, inventors- hell, there's a guy designing a new type of autogyro, a real airplane, using a brilliant flight sim (http://www.x-plane.com/)... on a G4 Powermac. (fullsize pic: http://www.x-plane.com/images/misc/fullsize/cc2.jp g))

    Linux is going to get many of the people who program the programs that make computers go. There will be no death of Linux, just because OSX is all that and an autogyro design tool ;)

  31. Re:BZZZT! Nope by benedict · · Score: 2

    Mac OS X is based on Mach 3.0 and FreeBSD 3.2, mostly.

    Rather than paste in all the links I've found which document this, I'll point you to the Google search I used to find them:

    http://www.google.com/search?q=%22Mac+OS+X%22+%2 2F reeBSD+3.2%22

    --
    Ben "You have your mind on computers, it seems."
  32. Re:AtheOS compared to MacOS X? by Spy+Hunter · · Score: 2
    I've only used OS X for 10 seconds at CompUSA once, so I'm afraid I can't provide much informed commentary. I can say this, though: OS X was meant to provide people with something interesting and different so they would take notice and help Apple gain market share. AtheOS is only meant to be a pet project for one guy, and despite its GUI-oriented nature, it does not go in for much eyecandy (yet?).

    AtheOS isn't really mature enough to compare in any meaningful way to OS X. That's why I say it is 'an OS with promise.'

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}