Slashdot Mirror


The GNU-Darwin World

proclus writes "The GNU-Darwin Distribution was founded to leverage the open source development dynamic and build the infrastructure for scientific computing on a new platform. Now GNU-Darwin is a major free software project, and the infrastructure, such as parallel computing and molecular graphics software is available to everyone via the web and on digital media discs. Check it out. Also, Apple has written up a story about it."

40 of 135 comments (clear)

  1. Re:Yeah.. by HebrewToYou · · Score: 2, Insightful

    Apple has no reason to open source specific pieces of their code. They are and have been a publicly-traded, capitalist computer maker that functions to make money. The company wouldn't exist if this were the case... Apple is first and foremost a hardware company. That is where they get their revenue. That is where they must always pledge allegiance. ...especially since I own quite a bit of their stock. ;)

    --
    I'm not popular enough to be different.

    Homer Simpson, The Simpsons

  2. Why does SRC ports have to be DISTRO Specific? by BrookHarty · · Score: 3, Interesting

    I'll be glad when someone creates a generic Ports that works across all platforms. The news that Gentoo, Fink and Darwin ports where working together was great news. Gentoo has Linux, Fink Has MacOSX, and GnuDarwin has x86 and PPC.

    FreeBSD/OpenBSD and all those Linux (Cooker type) distros have broken ports. Even the Binary only distros have broken packages. I think OpenBSD said 20%+ of BSD ports where broken, (anyone have the numbers?). This could fix all those problems across platforms.

    Very nice.

    1. Re:Why does SRC ports have to be DISTRO Specific? by burns210 · · Score: 3, Insightful

      the problem with this, as i had a similar idea in an earlier post, and this was pointed out was: what about when 1 project is very much in need of highly portable code, while another project isn't... as in, netbsd couldn't necesarily join this universal ports, because they need to have all their ports compile across everything with a microprocessor(this is not a bad thing, btw) but a linux or darwin project only cares about x86/ppc architectures.

  3. Re:I gave up on the Mac by BrookHarty · · Score: 4, Informative

    So this makes me wonder what the point is of using Darwin. With OS X as a whole, there are some specific benefits that exist. Apple has UI standards in place, provides some services, like iTunes, that you may want. They've done a lot of eye candy. But is there any real point in using Darwin alone versus, say, Linux? Or, if you specifically want BSD, then compare it to plain ol' FreeBSD. I mean, what's the point?

    True, I wouldnt use Darwin either.

    Linux and FreeBSD are my opensource distros of choice. But for Daily work, OSX gives me the power of *nix OS with all the same software. Throw in iTunes, and the nice collection of applications for OSX, its a hard OS to ignore if your a unix junkie.

    And dont understimate eye-candy, KDE and Gnome look great, OSX looks perfect. Great time for opensource, pick your candy.

  4. Not me... by BrokenHalo · · Score: 2, Interesting
    The APSL is one thing, but as I am a scientist I was intrigued by their claims for this as a distro for scientific applications. When I checked the page, all they actually don't seem to be offering anything more radical than the trusty

    "VIM, Ghostscript, Gnumeric, LaTeX, PyMOL [...] Rasmol, gdFortran, LAM/MPI, AbiWord, GNUplot, and Raster3D"

    ...not much there to entice me away from Linux, methinks.

  5. Re:Not Free. by Anonymous Coward · · Score: 4, Insightful

    Actually, the GPL imposes restrictions on further distribution. Therefore, it can't possibly be considered free compared to a license like BSD.

  6. Jargon by mrpuffypants · · Score: 4, Funny

    ...digital media discs...

    so...like....it's on CDs?

  7. Confusing... by jbx · · Score: 5, Interesting

    GNU is open source.
    Darwin is open source.
    So... what exactly are we getting here? LinuxPPC is faster than Darwin, so if you wanted something closer to GNU than Darwin, wouldn't you use that?

    What's the user benefit? This is for people who bought a Mac and don't want Apple's GUI work? Or is this all the stuff that Apple would like to put in Darwin, but can't, due to the GPL license?

    Speaking of which, there's this:
    Please note: GNU Project considers Darwin non-free software and therefore does not recommend the use of this operating system. (see http://www.gnu.org/philosophy/apsl.html)

    I mean, let me get this straight: GNU Darwin is the version of Darwin that the GNU project doesn't recommend?

    Can someone clear this up in plain English?

    --
    (sig) The last bug isn't fixed until the last user is dead. (/sig)
    1. Re:Confusing... by bursch-X · · Score: 2, Insightful

      Well GNU even considers FreeBSD non-free software because of the BSD license.

      Basically GNU considers a license (BSD style) that doesn't give you any restrictions whatsoever (except for mentioning copyright) on the redistribution of the software to be non-free. Go figure.

      Of course it's much more "free" to have GNU telling me I have to make everything I base on GPL software GPLed as well. This is a restriction. And don't tell me it results in more freedom, because I wouldn't be more free in choosing to use the GPL. The GPL restricts me in how I can use the code.

      --
      There are two rules for success:
      1. Never tell everything you know.
    2. Re:Confusing... by Halo1 · · Score: 3, Insightful

      I think it's simplest to say that the GPL is about the freedom of the code (i.e., once the code is Free, it has to stay Free) and as such the freedom of the community at large (since this means that over time, they will almost by definition get a larger choice), while the BSD license is more about the personal freedom of users/companies (to do whatever they want with the code). Imho, it's not about which one is more Free than the other, they simply focus on different (contradicting) freedoms: the freedom of the individual vs. the freedom of the community.

      --
      Donate free food here
    3. Re:Confusing... by Halo1 · · Score: 4, Informative
      I mean, let me get this straight: GNU Darwin is the version of Darwin that the GNU project doesn't recommend?
      GNU Darwin is simply Darwin with all BSD-lincensed programs (such as curl) replaced with GPL ones (wget) and a lot of extra programs (only GPL licensed ones obviously). It's still not a "pure" GPL system, as the kernel, most kernel extensions and probably some libraries will always be APSL (otherwise it wouldn't be Darwin anymore).
      --
      Donate free food here
    4. Re:Confusing... by leviramsey · · Score: 3, Informative
      Well GNU even considers FreeBSD non-free software because of the BSD license.

      Incorrect. From The GNU License List:

      [GPL-compatible Free Software Licenses]
      The modified BSD license.
      (Note: on the preceding link, the modified BSD license is listed in the "General" section.)
      This is the original BSD license, modified by removal of the advertising clause. It is a simple, permissive non-copyleft free software license, compatible with the GNU GPL.
      If you want a simple, permissive non-copyleft free software license, the modified BSD license is a reasonable choice. However, it is risky to recommend use of ``the BSD license'', because confusion could easily occur and lead to use of the flawed original BSD license. To avoid this risk, you can suggest the X11 license instead. The X11 license and the revised BSD license are more or less equivalent.


      [GPL-Incompatible Free Software Licenses]
      The original BSD license.
      (Note: on the preceding link, the original BSD license is listed in the "UCB/LBL" section.) This is a simple, permissive non-copyleft free software license with a serious flaw: the ``obnoxious BSD advertising clause''. The flaw is not fatal; that is, it does not render the software non-free. But it does cause practical problems, including incompatibility with the GNU GPL.
      We urge you not to use the original BSD license for software you write. If you want to use a simple, permissive non-copyleft free software license, it is much better to use the modified BSD license or the X11 license. However, there is no reason not to use programs that have been released under the original BSD license.

      Basically because of the advertising clause in the original BSD license, that license is considered GPL-incompatible. GPL incompatibility basically means that you cannot incorporate code licensed under those terms into a GPL project in any way. For instance, it is technically a GPL violation to link a GPL'd program (either statically or dynamically) to OpenSSL, though many projects look the other way (gaim, however, does not look the other way there, for instance).

    5. Re:Confusing... by Halo1 · · Score: 2, Interesting
      So by this definition, the Chinese citizens are ACTUALLY freer than US and other westernized countries, because its all about the welfare of the country as opposed to personal freedoms.
      No, as I said they're different kind of freedoms, one is not necessarily more free than the other. Which one you consider more free is simply based on which kind of freedom you value most. Besides, that may be the theory behind communism, but just like with capitalism (and any economical model or ideology), the practice is often significantly different from the theory.
      What would Chairman Stallman have to say about this? Actually, I think this is what he wants...he's a modern day communist hippy thinking he's going to change the world by taking away choice.
      You take some, you give some. It's the same as always. And the end result may or may not be more personal freedom, depending on what you want to do.
      --
      Donate free food here
    6. Re:Confusing... by stevef · · Score: 2, Interesting

      Actually, it looks like that URL was just updated today...

      Updates APSL version 2.0 qualifies as a free software license. Apple's lawyers worked with the FSF to produce a license that would qualify. The problems described in this page are still potential issues for other possible licenses, but they do not apply to version 2.0 of the APSL.
    7. Re:Confusing... by Aapje · · Score: 2, Insightful

      I think it's simplest to say that the GPL is about the freedom of the code (i.e., once the code is Free, it has to stay Free) and as such the freedom of the community at large (since this means that over time, they will almost by definition get a larger choice)...

      By assuming that this is straightforward, you touch on the difference in view that explains the lack of understanding between BSD and GPL proponents. You see, I believe that the BSD license can protect the freedom of the community quite well. First of all, I don't believe in the myth that BSD software will be embraced, extended and replaced by a closed version that we are forced to buy. There are various reasons why this myth is FUD, but the most important one is simply that it rarely, if ever, happens. The people who bandy this /. folklore can never give me an example. Frankly, I've got better things to do than to worry about things that don't happen (other than a pay raise).

      Another myth is that the Free Software library will always keep increasing (because GPL'ed code will stay GPL'ed). This notion is not only false because the copyright holder can relicense his code, but more importantly ignores the unfortunate affliction called bit rot. Software will cease to be useful when it is not maintained and updated or when it is replaced by something better. The continued existence of a useful open source library depends mostly on the ability to attract developers who contribute. Of course, the GPL has an advantage there because it forces a developer to GPL and disclose his changes (in certain circumstances). On the other hand, releasing your changes is often the most sensible thing to do and the BSD license encourages wider adoption. Clearly, the winner depends on the specific project and the rationality of its adopters. There is no reason to assume that the collection of useful GPL software will necessarily grow faster than the BSD collection (other than what is the result of the Linux 'hype' or other marketing issues).

      So again, I don't believe that the GPL can protect the freedom of the community any better than the BSD license. You're free to disagree, but please don't pretend that BSD advocates aren't interested in the community.

      PS. Note that I'm not championing the sole use of BSD-like licenses. I recognize that other licenses (GPL, LGPL, etc) can be better suited for certain projects. I simply disagree with the notion that the GPL is better if you wish to support the community and BSD is better if you favor the user.

      --

      The Drowned and the Saved - Primo Levi
  8. GNU-Darwin Background by pudge · · Score: 5, Insightful

    This is the distribution that swore off PPC development because of political reasons, basically saying that Apple is so bad that they can't continue to use any part of the platform they are based on, but yet they are still producing that which they said they wouldn't (new stuff for PPC). They say silly things like "the most free" distribution, as if such a phrase has any meaning. They claim to be the premiere free software distribution for Mac OS X, which is plainly false, unless you are deluded into believing that only copylefted software is free software.

    This is a project driven almost solely by politics, not technology, and they can't even be consistent there. Beware.

    1. Re:GNU-Darwin Background by pudge · · Score: 3, Funny

      The answer is clear to anyone who is willing to take our many accomplisments at face value. It is clear to anyone who is willing to come to the source for their info instead of running to gossips, liars, and fud masters.

      If you cannot provide a clear explanation of your own policies, how do you expect anyone to care about your project?
      This thread is dead.

      No, it's in maintenance mode.

    2. Re:GNU-Darwin Background by Graff · · Score: 2, Interesting
      proclus: This thread is dead.
      pudge: No, it's in maintenance mode.

      Lol, good one pudge.

      This article is proclus's annual "we're still around, notice us!" message. It seems that Dr. Michael Love, aka proclus, has some sort of need to continue pestering the Macintosh community. I too have tried to make sense out of his claim that the PowerPC platform is unsupported by his GNUness, while still remaining supported somehow. Through all of his ranting and ravings I have come to a simple conclusion: ignore him.

      Proclus, along with the other trolls who frequent Slashdot and MacSlash, has gotten himself such a bad reputation for FUD tactics that I don't know of a single person who takes what he says at face value. Proclus does his GNU ideals more harm than good by appearing to be so zealous and fostering the impression that open source advocates are the computer equivalent to suicide bombers, taking down "big corporate business" at all costs.

      Honestly, most of us just want to use our computers as easily as possible. If it is a choice between something that works easily and something that waves a banner around then I will definitely go with the solution that is the easiest to work with. If open source really wants to make an impact on people then they would do more for the cause by making their products better rather than spending so much time on useless advocacy.

      How about working with Apple on their open source efforts? I know that some people think that Apple's open license isn't as "free" as it should be but they have made changes to open it up more and they are likely to do so again if the need is there. Apple has worked very closely with the open source community and there are many opportunities to show them that they are doing the right thing and to convince them to work even closer with open source.
  9. Re:GNU-Darwin Background - Pudge is right by kuwan · · Score: 4, Interesting

    I used to follow the GNU-Darwin project quite heavily. I had installed it along side OS X and was even on the mailing lists. I must say that they do (or at least did) have extremely talented developers that have done a lot of good work for the project.

    However, I found through the mailing list that the project is political to the extreme. Their most extreme bit of politics came when they decided to "discontinue" PPC development (as pudge mentioned) because they had issues with Apple. They were arrogant enough to think that this move would force Apple to backtrack on the things they had issues with.

    It was about that time that I decided to drop GNU-Darwin completely. What kind of project drops support for the hardware that > 90% of their user-base is using? Well, from the looks of it they, not Apple, have backtracked and are still supporting PPC.

    My advice would be to not take a second look at GNU-Darwin. Use Fink or OpenDarwin instead.

  10. Re:APSL by lordholm · · Score: 2, Insightful

    Final Cut Pro didn't have any competition on the Mac, e.g. it was an application for a nishe that didn't have an application, while I agree that Final Cut Express was an outright attack on Adobe... however you did say the Pro version and I beleve that that as an example is worth NULL and void.

    The same thing goes for Soundtrack, there were no such applications for the Mac. Argument and examples are again NULL and void.

    Safari however is discussable, I do beleve that MS had planned to terminate IE for the Mac and there was need for a standard browser included with the OS. It was thus necissary for Apple to create Safari, they didn't have any choise.

    A more valid argument vould have been the Sherlock and Watson "incident".

    --
    "Civis Europaeus sum!"
  11. Re:GNU-Darwin Background - Pudge is right by liyanage · · Score: 5, Interesting

    I absolutely agree with this and the parent post.

    The politics and annoying GNU/GPL preaching on various mailing lists (and in the early days the insistence on installing/stomping onto Apple-supplied system parts in /usr/ instead of /usr/local) is what turned me off GNU-Darwin.

  12. Which Darwin? by CameronWolf · · Score: 3, Informative

    There are three "Darwin" DARWIN proper is the one used by Apple and coresponds directly with OSX releases. OPENDARWIN was founded by Apple and ISC to allow more people to contribute to Darwin. Apple takes no responsibility for OPENDARWIN. Features found in OPENDARWIN may find there way into Apples DARWIN. GNU-DARWIN is totally GPL. It was founded in response to APSL.

  13. Poor Examples by Llywelyn · · Score: 4, Interesting

    You seem to drift topics. The APSL has nothing to do with FCP, Safari, or anything else in those lanes.

    >FCP

    Best of its class, hands down. This is called "making a competing product" and is normal business strategy--not forcing someone out of the market.

    >Safari

    You really need to stop drinking the Kool Aid.

    No one really competes with Safari, not because Safari, but because Safari is *good*. Apple distributed a sucky version of IE as its standard web-browser and that has a *lot* to do with the user experience for a typical user. They needed to replace it, and no other web-browser for the mac quite cut it.

    Once again. They produced a better product. Safari is now my primary web browser, not because I haven't used Mozilla or Camino, but because it is the best for what I do on the web (speed counts for a lot).

    >Soundtrack

    Who did Apple "force out" with this one?

    They also needed something so that labels could publish music in m4p format, suitable for the iTMS.

    You want an example? Take Watson. But none of your examples quite cut it.

    --
    Integrate Keynote and LaTeX
  14. Re:I gave up on the Mac by Senjaz · · Score: 5, Informative

    If Apple hadn't stopped their cloning experiments which where at the time killing their own hardware sales then it's questionable whether Apple would still be here.

    And we then we wouldn't have had Mac OS X. No Mac OS X, no darwin.

    You have a valid point for most geeks, what's the point of using it over Linux or BSD.

    One thing I will point out though is that it is a real boon having that entire layer of the OS open if your job is writing things like kext's and device drivers.

    --
    Don't blame me - this .sig had steal me written all over it.
  15. Re:APSL by WatertonMan · · Score: 2, Informative

    Premier competed with it on the lower end and Avid Xpress on the high end. Yeah it found a mid range niche that no one one the platform was aiming for. But I'm not sure I'd say it has no competition. You left out Keynote as well - clearly a PowerPoint killer. One might also point out Project Builder and Codewarrior - although admittedly Project Builder came from NeXT and thus predated Codewarrior.

  16. Re:I gave up on the Mac by JonathanBoyd · · Score: 3, Informative
    Apple killed that when they killed the clones. They had a choice, and knew it, and considered it. They could have tried to become a mainstream manufacturer, with a lot of clout, and instead they chose to remain a high-priced niche manufacturer.

    Actually, the clones weren't expanding marketshare - they were just eating into Apples, and at a time when Apple wasn't in a particularly healthy situation. Apple's 'choice' was kill the clones and survive, or let them keep going and die in a couple of years time, leaving the Mac market dead as well.

  17. Someone has already said it, but... by hummassa · · Score: 2, Insightful

    GPL = free software, copylefted: protects the [continuing] freedom of the FUTURE users, ensuring the software will STAY free software.
    BSD = free software, non-copylefted: protects the [somewhat more ample] freedom of the CURRENT users, ensuring they can do [mostly] whatever they want with the code.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:Someone has already said it, but... by Space+Coyote · · Score: 2, Insightful

      That's a pretty serious distortion. GPL abridges the freedom of everybody, "present" and "future" alike. (By "present" and "future" I assume you mean users of original and derivative works.) GPL grants freedom to the software, not necessarily the users. That's why it's called 'free software' and not 'free users'. The idea is that free software benefits all, free users just benefit themselves.

      --
      ___
      Cogito cogito, ergo cogito sum.
  18. Re:GNU-Darwin Background - Pudge is right by Pathwalker · · Score: 5, Interesting
    Plus they are still running unchecked binaries right after they download them.

    Take a look at their quickstart script, which they suggest that you use by piping it to csh as root.

    The first few steps:
    1. Download a compiled wget binary using curl
    2. chmod 755 wget
    3. put wget in /usr/local/bin
    4. use the new wget to download some other code

    They never check to see if the download was corrupted, or if someone had replaced it with something else.
    Is it so hard to do something like:
    ...download wget...
    if [ `cksum wget | cut -f1 -d\ ` != 2989954681 ]
    then
    echo "Someone is playing silly buggers..."
    exit
    fi
    ...install wget...
    For each of the few programs and libraries that they need to download to get the package manager up and running?

    I've complained about this before, and I'm sorry to have to do so again, but running an unverified binary as root right after you download it is one of the STUPIDEST ideas I have seen.
  19. Re:GNU-Darwin Background: Pudge is Right! by pudge · · Score: 4, Interesting

    We never said that we would produce no more new stuff for PPC, but rather that we would not link to proprietary libraries.

    You yourself wrote: Second, we will be moving our operations to x86, and we are putting the ppc collection into maintenance mode. Read it yourself if you forget.

  20. Re:GNU-Darwin Background: Pudge is Right! by pudge · · Score: 3, Insightful

    Maintanence mode means that we will continue to provide updates and support.

    So ... this is different from how it was before, how, exactly? And how does the addition of brand-new PPC packages square with this?

  21. Re:GNU-Darwin Background: Pudge is Right! by pudge · · Score: 2, Interesting

    Uh, since many people still think it means what I said it means, no, it is not a dead horse. Again, how is it different from what it was before? Is there an answer, or not?

  22. the point by jbolden · · Score: 2, Informative

    The point is easy. With Mac you get a business desktop almost as good Windows + a Unix dev box almost as good as Linux fully integrated. When you compare this with the alternatives like:

    Windows & Cygwin, Linux & Wine, VMWare Mac offers the far better product.

    People use Fink/Darwinports/GnuDarwin because they want more Unix software than what Apple provides out of the box.

  23. Re:GNU-Darwin Background: Pudge is wrong by daeley · · Score: 2, Interesting

    Dude, I *emailed you* to confirm that story before I posted on MacSlash, and you confirmed it. Is there some other version of fair reporting you'd like?

    --
    I watched C-beams glitter in the dark near the Tannhauser gate.
  24. Re:GNU-Darwin Background: Pudge is wrong by proclus · · Score: 2, Interesting
    Yes I did receive an email, but it did not include the title of the article. It was the title which was sensational, damaging, and factually incorrect.

    Regards,
    proclus
    http://www.gnu-darwin.org/

  25. Re:GNU-Darwin Background - Pudge is right by ProfKyne · · Score: 5, Funny

    Guess that makes them eligible for the Darwin awards.

    --
    "First you gotta do the truffle shuffle."
  26. Parent is pure flamebait. by BitGeek · · Score: 4, Insightful

    Macs have been a better deal pricewise than PCs since 1995.

    Its time to stop modding up "insightful" every troll who comes along and whines about Macs being "expensive". IT just isn't true, and its a sure sign the person has never used a Mac.

    And the point to Darwin, since you're ignorant of what it is, is that it has Apples new IO system, IOKit, and quite a variety of other stuff that is Apple written, and does not exist in BSD or Linux OSes (unless its migrated there.)

    There's more to OSX than "eye candy".... if you were a Mac developer as you claim, you'd know that.

    --
    Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
  27. Re:Yeah.. by shamino0 · · Score: 2, Insightful
    Apple has no reason to open source specific pieces of their code.

    I will argue that open-sourcing Darwin is for purely selfish reasons. There's no need for anything like altruism or ideology.

    Apple chose to base OS X on BSD (FreeBSD, I believe) because it's a very good and stable platform. But they knew that they would have to make some changes to the kernel in order to port it to the PowerMac, since it's a hardware platform that that changes with each new release.

    In order to reap the benefits of open source (getting updates from people all over the internet) they have to release their source as well. If they don't, then they end up needing a team of engineers to track and integrate updates that are made to the public source tree. And if the public tree undergoes an architecture change, Apple would have to integrate all of that - which can be expensive.

    The only way to avoid this is for Apple to release their changes back to the community. In doing so, the community will have them in the baseline code that it uses for making changes. So when Apple then integrates those changes back into its own line, it's a relatively painless process.

    In other words, by doing this, Apple greatly reduces their cost of using the BSD platform. And as a happy side-bonus, the rest of the world (that is, us) get access to the sources to the core of their flagship OS.

  28. Re:GNU-Darwin Background: Pudge is wrong by bsartist · · Score: 2, Insightful

    In your own words:

    First, we are making explicit and binding the following policy. GNU-Darwin will not support or distribute any software which links to proprietary libraries...

    Followed by:

    Second, we will be moving our operations to x86, and we are putting the ppc collection into maintenance mode.

    There's nothing at all ambiguous about this. You announced your intent to move your active development operations to x86, while putting ppc development into "maintenance mode." According to the commonly accepted, widely used meaning of the quoted term, your intent was to continue to apply patches and bug fixes to the packages you'd already made for ppc, but only create new packages only for x86.

    The confusion here arises solely from the incorrect headline

    Okay, let's run with that assertion. The natural question to ask is, why was the headline incorrect? Two possibilities come to mind. One is that you misused a common term, and the editors who wrote the headline assumed you were using it in the more commonly-accepted sense - given the general tone and context of the rest of the announcement, not to mention many of your messages prior to that, that's not an unreasonable assumption to make.

    Another possibility is that the editors knew what you truly meant, but for some reason maliciously perverted the sense of your announcement for reasons of their own. As far as many of us are concerned, this idea isn't even half as credible as the first. To assume that every single one of the many editors out there misrepresented your statement would require a pretty high level of paranoia.

    I'm giving you some benefit of the doubt, and assuming that your intentions were a bit more benign - let's say you really meant you'd be buying and using x86 workstations for most of your work, and treating ppc as a secondary target rather than your main focus. If that's the case, the fact is that your words and tone did not accurately convey your intent.

    Or perhaps you wrote while angry, or frustrated, and later changed your mind. That's understandable - it happens to all of us from time to time.

    You need to understand the fact that continuing to blame others for this misunderstanding is not helping your case or your cause. In the eyes of many in the community, you are damaging your own credibility as well as that of the project you represent. The best damage control you could possibly do right now would be to simply admit that you misspoke, or that you changed your mind. No one believes otherwise anyway, and your continuing denials are the reason the issue keeps coming up.

    --
    Lost: Sig, white with black letters. No collar. Reward if found!
  29. Re:I gave up on the Mac by Phroggy · · Score: 2, Interesting

    (This isn't intended to stab at folks that still use Macs -- I'm just doubt I'll ever work in the Mac world again). They chose to serve folks who are willing to put down a fair amount of money for a polished closed-box experience. Not what I wanted -- I found Linux, and that was pretty much it.

    Wait, so, you refuse to use Macs (which are perfectly capable of running Linux and other open-source operating systems) not because you don't like the hardware, but because you have a philosophical objection to being only able to buy them from Apple?

    So this makes me wonder what the point is of using Darwin.

    What would be the point of running NetBSD?

    What would it take for Darwin to become just as suitable as NetBSD is?

    What would it take for Darwin to become just as suitable as Linux is?

    What's the point of running KDE instead of Gnome? What's the point of using emacs instead of vim?

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;