Stories
Slash Boxes
Comments

News for nerds, stuff that matters

How Can I Promote Open Source On The Macintosh?

Posted by Cliff on Mon Jul 03, 2000 12:52 PM
from the stuff-to-read-and-contemplate dept.
Chris Buskirk asks: "I have been working with Macs most of my life. I have since expanded my view to Unix, and Linix. I also do NT for Pain and Profit. I have been a part of the Slashdot community for the past year now, and I have become convinced that open source is the best way to produce software. This week open-source software advocate Eric S. Raymond kicked off the 15th annual MacHack conference. Mac Week is covering the keynote address , and almost all of the responce to the article is negative. Surprisingly this is a departure from the recent mood among the Mac community which has been changing with the advent of OSX. So the question becomes, How do I convince a Mac geek to become an Open Source Mac geek?" I hope that OSX is the spark to ignite the fires of Open Source on the Mac. Or at least bring it the visibility it deserves.

" Most people view Mac users as idiots. There has always been a constant myth that there are no programs for the Mac. However I dispute that claim as I have always been able to get any type of program I have wanted for the Mac, and usually for free. The Mac has always had a large and talented freeware/shareware communtiy, and I would think that this community would be very prone to embrace the open source movement. Once this base of programmers is secured, I would think larger companies would start to follow suit to one degree or another."

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.
(1) | 2 | 3
  • Do it yourself... (Score:4)

    by drudd (43032) on Monday July 03 2000, @07:55AM (#961479)
    I've always thought the best way of promoting open-source software was to create it and release it.

    If you do this successfully, it demonstrates the viability of open-source software on your platform. It also gives weight to your advocacy of the open-source model, since you are willing to put forth considerable effort towards that end.

    Doug
  • Development Costs? (Score:4)

    by linuxonceleron (87032) on Monday July 03 2000, @07:56AM (#961480) Homepage
    Are there any free development environments for MacOS? If someone is going to develop a program to give away, I can see why they wouldn't want to shell out $500 for VC++ or CodeWarrior. If there was a port of gcc to MacOS (there may be, I'm not sure), there still would be the lack of a good IDE to develop with. A project like Kdevelop for macintosh would provide the ease of use and incentives that the Mac programmer would need to start writing open source.

  • by AtariDatacenter (31657) on Monday July 03 2000, @07:59AM (#961481) Homepage
    I thought popped into my head. It seems flamish, but I still consider the question to be valid.

    Since the financial reward of Mac programming is generally (yes, a generality) less than that of Windows programming, wouldn't the barrier to adopting open source for the Mac be far less than the IBM world? (But maybe more than the UNIX/Linux world?)

  • groups by Kwikymart (Score:1) Monday July 03 2000, @07:59AM
  • Free Software (Score:3)

    by Dungeon Dweller (134014) on Monday July 03 2000, @08:00AM (#961483)
    There used to be a lot of freeware around. People also used to swap various hypercard stacks around and hacks that added features to hypercard (think excel, but much much cooler, a sort of graphical scripting language, but actually cool for the time, especially if you weren't a programmer, but there was fun stuff for programmers in it too).

    I used to see a bit of source swapping and such going on as far as actual programs were concerned. There was always a bit of, "this is mine, I wrote it, I'm not going to enforce the fee, but it's there" penis-size contest going on there too, which a lot of people would be reluctant to give up, but all and all, I would think that there will eventually be a strong vein of mack open source hackers. Of course, the issue of the closed platform has always been what sort of drove hackers away from the platform. I like my PC because there is a lot more freedom for me to tinker with it. Even now, yeah, there's more slots, more hardware is supported, it's not quite like being able to say, "this board, this processor, this drive, and I'll put it all together over-night." Even the trouble that people have gotten into for extending the macintosh has driven many away. I must say, I love the SMP performance in the newer processors, but the Mac developers have never been a real, "Open up our box and screw with it," kind of team.
  • Re:Don't by bio2 (Score:1) Monday July 03 2000, @08:00AM
  • Mac open source: by 91degrees (Score:1) Monday July 03 2000, @08:02AM
  • open source by purefizz (Score:1) Monday July 03 2000, @08:02AM
  • Re:Don't by um... Lucas (Score:2) Monday July 03 2000, @08:07AM
  • Some background .... by taniwha (Score:2) Monday July 03 2000, @08:07AM
  • by gwernol (167574) on Monday July 03 2000, @08:08AM (#961489)

    Are there any free development environments for MacOS?

    Apple's MPW (Macintosh Programmers Workshop) is a command-line based development environment that can be downloaded for free from Apple here [apple.com]. MPW is a very UNIX-like environment and includes C and C++ compilers, as well as linkers, assemblers and editors etc.

    If someone is going to develop a program to give away, I can see why they wouldn't want to shell out $500 for VC++ or CodeWarrior.

    VC++ no longer supports Macintosh development, I believe, so its not a viable option anyway. There is a low-cost version of CodeWarrior available, which can be used for non-commercial (i.e. Open Source freeware) development. Check out the Metrowerks [metrowerks.com] site for details (its currently down, though).

    If there was a port of gcc to MacOS (there may be, I'm not sure),

    Mac OS X comes with a complete gcc-based development environment, but you currently need to have a (paid) membership in the Apple Developer Program to get it. However, a public beta is due later this summer, and it should be very cheap or free to get the OS with development tools then.

    there still would be the lack of a good IDE to develop with. A project like Kdevelop for macintosh would provide the ease of use and incentives that the Mac programmer would need to start writing open source.

    Defintely check out MPW, particularly if you are coming from a UNIX background.

  • I'm not really sure it is that possible now.. by GauteL (Score:2) Monday July 03 2000, @08:09AM
  • Lamenting the demise of Hypercard by NathanBos (Score:2) Monday July 03 2000, @08:10AM
  • by Shadow Knight (18694) on Monday July 03 2000, @08:11AM (#961492) Homepage
    This question is based on an invalid assumption: namely, that the financial rewards for writing Mac software are lower than for Windows. Perhaps suprisingly, this is not true. Most Mac software makes more money than Windows versions of the same software. Why, when the market is much smaller? Because developing Mac software is much easier and therefore cheaper for one thing. For another, you can safely charge much more for a MacOS release than for the Windows version. And lastly, often the proportions are not the same: that is, a higher percentage of Mac users will buy a given piece of software than PC users.

    Supreme Lord High Commander of the Interstellar Task Force for the Eradication of Stupidity

  • Re:Development Costs? by imac.usr (Score:2) Monday July 03 2000, @08:11AM
  • Raymond was thought to be out of touch.. by The Akond of Swat (Score:2) Monday July 03 2000, @08:14AM
  • Spreading communism to the Mac... by Anonymous Coward (Score:1) Monday July 03 2000, @08:17AM
  • That is a common misconception.. by GauteL (Score:2) Monday July 03 2000, @08:17AM
  • by gwernol (167574) on Monday July 03 2000, @08:17AM (#961497)

    Yeah, the demise of Hypercard has been a real low point in the history of Macintosh. HC used to be the best amateur-hacker environment around, and it also attracted a lot of people to the Mac. The Mac is not the same without it. It seems like HC fell out of favor just when the Web came around-- maybe because HC failed to very integrate with the Web, or maybe because html offered another easy outlet for part-time geeks

    Now here's a topic I have a great deal of firsthand knowledge of. HyperCard was ultimately cancelled by Apple because Steve Jobs didn't see the potential of this product - he believed it competed with InterfaceBuilder that Apple inherited (along with Steve) from NeXT.

    At the time the project was cancelled, the HyperCard team were working on a ground-up re-write of the software using QuickTime as its runtime. It had all the modern features that HyperCard developers wanted (full color, full multimedia, no built-in limits etc.) and it would produces stacks that ran everywhere that QuickTime ran. Steve just didn't see the potential for an end-user programming environment, and cancelled it. He thought it was nothing more than a rolodex app.

    Its one of the few occasions where I've seen Steve really fail to "get it".

  • Re:Apple: Think Money by NetCurl (Score:1) Monday July 03 2000, @08:18AM
  • know your audience by happystink (Score:1) Monday July 03 2000, @08:19AM
  • I'm a Mac developer... by tbo (Score:2) Monday July 03 2000, @08:19AM
  • by opus (543) on Monday July 03 2000, @08:19AM (#961501)
    If you're interested in evangelizing open source to Mac developers, perhaps you should start with the one major open source success story on the Mac platform - John Norstad's NewsWatcher.

    Since John Norstad released the code to NewsWatcher under a very permissive (BSD-like) license, it spawned a long list of feature-enhanced derivatives: YA-NewsWatcher, MT-NewsWatcher, WS-NewsWatcher, Value-Added NewsWatcher.

    (And NewsWatcher and its derivatives are still the best news readers on any platform. Nothing compares on Unix or Win32.)
    --
  • Re:Let's say you're right... what does it mean? by AtariDatacenter (Score:2) Monday July 03 2000, @08:21AM
  • Sorry by tbo (Score:1) Monday July 03 2000, @08:21AM
  • Re:Development Costs? by taniwha (Score:1) Monday July 03 2000, @08:21AM
  • Re:Development Costs? by Stskeeps (Score:2) Monday July 03 2000, @08:22AM
  • by disarray (108) on Monday July 03 2000, @08:23AM (#961506)

    Jason McIntosh has created a catalog [jmac.org] of Mac open source software boasting 149 titles, which I consider pretty impressive for a platform usually considered barren of open source.

    --ian
  • MacHack and Open Source by MacTechnic (Score:2) Monday July 03 2000, @08:23AM
  • My little MacOS Open Source catalog by jmac (Score:2) Monday July 03 2000, @08:24AM
  • warez my fscking peg leg.... by romco (Score:1) Monday July 03 2000, @08:24AM
  • Re:Trollin' for osm by technos (Score:1) Monday July 03 2000, @08:26AM
  • Hey, what about me? by Otter (Score:1) Monday July 03 2000, @08:26AM
  • The only way to make a platofrm become OS friendly by Ex Machina (Score:2) Monday July 03 2000, @08:28AM
  • Why open source is less likely to thrive on Macs by grahamsz (Score:2) Monday July 03 2000, @08:29AM
  • Re:I'm a Mac developer... by um... Lucas (Score:1) Monday July 03 2000, @08:30AM
  • Re:Development Costs? by gwernol (Score:2) Monday July 03 2000, @08:31AM
  • Re:know your audience by mini-meme (Score:1) Monday July 03 2000, @08:32AM
  • Re:Development Costs? by Andrew Cady (Score:1) Monday July 03 2000, @08:34AM
  • Well by Dungeon Dweller (Score:1) Monday July 03 2000, @08:35AM
  • Re:Lamenting the demise of Hypercard by cpt kangarooski (Score:1) Monday July 03 2000, @08:35AM
  • Re:But if you released GPL'ed software... by joerg (Score:1) Monday July 03 2000, @08:35AM
  • Re:No More Cliff!! by coolgeek (Score:1) Monday July 03 2000, @08:36AM
  • It's not so bad as you think... by SvnLyrBrto (Score:2) Monday July 03 2000, @08:38AM
  • Let them be orphans first by Sloppy (Score:2) Monday July 03 2000, @08:40AM
  • Re:Lamenting the demise of Hypercard by gwernol (Score:2) Monday July 03 2000, @08:43AM
  • Here's a thought by tweder (Score:2) Monday July 03 2000, @08:43AM
  • Re:Raymond was thought to be out of touch.. by Andy Dodd (Score:2) Monday July 03 2000, @08:45AM
  • Re:Development Costs? by Sloppy (Score:2) Monday July 03 2000, @08:46AM
  • Re:What is Linux? by mini-meme (Score:1) Monday July 03 2000, @08:48AM
  • Re:Development Costs? by gwernol (Score:2) Monday July 03 2000, @08:50AM
  • may have to do with mentality (not a flame) by Coq (Score:1) Monday July 03 2000, @08:54AM
  • a Open Source skeptic by Anonymous Coward (Score:1) Monday July 03 2000, @08:55AM
  • Because Open Source is written w/o others in mind by Anonymous Coward (Score:1) Monday July 03 2000, @08:55AM
  • Re:Lamenting the demise of Hypercard by Phroggy (Score:1) Monday July 03 2000, @08:57AM
  • by stanshebs (171914) on Monday July 03 2000, @09:00AM (#961534)
    Check out http://www.publicsource.apple.com to get all the sources to Darwin, which is the open-source kernel for Mac OS X, including Apple's hacked-up versions of GCC and GDB etc.

    (If you're thinking of whining about those changes are not integrated with mainline GCC, complain to me personally instead; fully 1/2 of my hours for Apple are now allocated to preparing GCC patches to send to the FSF...)

    So why *is* open source not more popular on Macs? I think it's the same reason there's not so much on Windows either; it's more work to develop programs than for a Unix variant, there is a large end-user base that just wants binaries and is often willing to pay for them, and there is a relatively stable ABI, so there are fewer reasons to need sources for the purposes of recompiling.

    I expect to see some change when OS X comes out, because there is now more awareness of the other benefits of open source, and porting Unix apps is pretty easy (I've done some myself), but I expect it will be a gradual transition as OS X expands its installed base.

    Stan Shebs
    shebs@apple.com

  • Re:Raymond was thought to be out of touch.. by X (Score:2) Monday July 03 2000, @09:01AM
  • Gerry? by rullskidor (Score:1) Monday July 03 2000, @09:03AM
  • Which is one of the reasons... by SvnLyrBrto (Score:2) Monday July 03 2000, @09:05AM
  • Re:I'm not really sure it is that possible now.. by Phroggy (Score:2) Monday July 03 2000, @09:07AM
  • by SamHill (9044) on Monday July 03 2000, @09:07AM (#961539)

    For some reason, many (maybe even most) of the people writing code for the Macintosh have the idea that they deserve to be paid -- that being rewarded by enthusiastic users thanking them and saying nice things about them is not enough. Although there are some wonderful shareware programs for the Mac that are worth every cent their authors charge and more, there are also many tiny programs whose authors demand US$5-$15 that would be given away for free without a second thought by Unix hackers.

    In discussions I've had about why this might be, my friends and I have generally come to the conclusion that because the Macintosh has always been sold as a ``premium'' platform (Macs cost more than roughly comparable PCs, and have traditionally been marketed to appeal to people who want to believe they're ``better'' than the average person), combined with the fact that the Macintosh user community has tended to be less hands-on technically adept, may have created a user community that equates money with quality, and so expects to pay for a quality tool, no matter how trivial. (The Macintosh user community tends to be stereotyped as incompetent and technically ignorant -- in fact, most Mac users just want to concentrate on their work and not on the tools they use to do their work. If they have to pay attention to their tools, they're being distracted from their goals.)

    It's also possible that programming the Macintosh is such a chore that Mac programmers do much less of the kind of ``scratch-my-own-itch hacking'' (``I have a problem I need to solve for myself. Hack, hack, hack. Done! Gee, now that I've solved it, I bet other people might interested in this code, too!'') that we see in the open source community. Because the Macintosh presents a polished, closed interface, Mac users don't have the ``gateway drug'' experience Unix users have with the shell: learning how to use shell commands, then learning to assemble those commands into pipelines, writing simple scripts, and then, perhaps, learning to write more complicated programs in languages such as Perl, Python, and C. (Apple provides AppleScript, and people can and have built fairly complicated workflow solutions using AppleScript, but most Mac users never find a need to justify purchasing or printing out the thick manual and learning the language. Even if they did, many Mac applications support only the most basic set of (required) AppleScript commands, making them essentially unscriptable.)

    It may be (and we can hope) that MacOS X, with its Unix underpinnings, will allow the world of free (as in both beer and speech) software to penetrate the Macintosh world in a way it never could before. If people can download the vast library of free and open source tools and put them to use (either as compilable source code or as MacOS X installer packages), then shareware that handles the same tasks but can't be modified for a user's specific needs might take a beating, provided that the quality is there.

  • Re:Well by proj_2501 (Score:1) Monday July 03 2000, @09:07AM
  • Re:Development Costs? by joerg (Score:1) Monday July 03 2000, @09:07AM
  • project builder... by Anonymous Coward (Score:1) Monday July 03 2000, @09:07AM
  • Re:know your audience by Otter (Score:1) Monday July 03 2000, @09:10AM
  • Re:But if you released GPL'ed software... by Phroggy (Score:2) Monday July 03 2000, @09:10AM
  • With all due respect by Dungeon Dweller (Score:2) Monday July 03 2000, @09:12AM
  • Port toolkits! by stanshebs (Score:2) Monday July 03 2000, @09:12AM
  • Re:Do it yourself... by cshotton (Score:2) Monday July 03 2000, @09:14AM
  • Re:Don't by bahamat (Score:1) Monday July 03 2000, @09:15AM
  • I should add .... by taniwha (Score:1) Monday July 03 2000, @09:16AM
  • Re:Lamenting the demise of Hypercard by firewood (Score:1) Monday July 03 2000, @09:17AM
  • Re:Lamenting the demise of Hypercard by superblock (Score:1) Monday July 03 2000, @09:17AM
  • Re:Raymond was thought to be out of touch.. by burris (Score:1) Monday July 03 2000, @09:20AM
  • Re:Well by ktakki (Score:1) Monday July 03 2000, @09:20AM
  • Re:Let them be orphans first by Foamy (Score:2) Monday July 03 2000, @09:23AM
  • by cshotton (46965) on Monday July 03 2000, @09:24AM (#961555) Homepage
    Let's say that you're correct, and that in general, there is far more money to be made in Mac software. Does this even more so raise the barier of entry to open source software on the Mac?

    This has always been my theory on why there is so little Mac open source. Specifically, if you've invested the time and effort to learn to program a Mac, the ease with which you can obtain a commanding marketshare makes it quite tempting to take any and every piece of Mac software commercial.

    I wrote the MacHTTP web server in my spare time in early 1993. It was originally given away for free and most of the source code was easily obtained as well. But as time went on, the increasing demands on my time, the addition of significant features, and the market demand for the software made it a certainty that the product would become commercial.

    After a year of free distribution, it became a shareware product (the first "commercial" web server on the Internet). After a year, the product was making over $250,000 a quarter as shareware and turning it into a commercial product (WebSTAR) was a no-brainer. StarNine turned that into a $15M run rate and 98% market share in 6 months.

    From the perspective of even the most altruistic of developers, passing up that kind of cash is hard. In the context of the Mac marketplace, where good software is rewarded with high margins, high purchase rates, and loyal users, it's impossible to pass up. I think all the really good Mac programmers are just too busy making money at it to do open source justice on the Mac platform.

  • Re:The only way to make a platofrm become OS frien by Phroggy (Score:1) Monday July 03 2000, @09:27AM
  • I agree by Dungeon Dweller (Score:2) Monday July 03 2000, @09:29AM
  • Re:The only way to make a platofrm become OS frien by Ex Machina (Score:2) Monday July 03 2000, @09:29AM
  • Re:Well by gwernol (Score:1) Monday July 03 2000, @09:33AM
  • Compatibility by Phroggy (Score:1) Monday July 03 2000, @09:33AM
  • Good intro to Mac programming by Robin Hood (Score:2) Monday July 03 2000, @09:34AM
  • Re:Lamenting the demise of Hypercard by gwernol (Score:1) Monday July 03 2000, @09:39AM
  • Re:Let's say you're right... what does it mean? by imac.usr (Score:2) Monday July 03 2000, @09:42AM
  • Re:I'm a Mac developer... by HungryHorace (Score:1) Monday July 03 2000, @09:43AM
  • Re:It's not so bad as you think... by kawlyn (Score:1) Monday July 03 2000, @09:46AM
  • Re:Lamenting the demise of Hypercard by cpt kangarooski (Score:1) Monday July 03 2000, @09:46AM
  • Re:But if you released GPL'ed software... by bnenning (Score:1) Monday July 03 2000, @09:48AM
  • Cheapo Code Warrior Version CANNOT Be Used For OSS by Bill Daras (Score:1) Monday July 03 2000, @09:49AM
  • i dont need convincing by calumr (Score:2) Monday July 03 2000, @09:49AM
  • an article by sometwo (Score:1) Monday July 03 2000, @09:50AM
  • Re:Which is one of the reasons... by Kiwi (Score:2) Monday July 03 2000, @09:58AM
  • Re:I agree by cpt kangarooski (Score:1) Monday July 03 2000, @10:00AM
  • Thanks by Dungeon Dweller (Score:1) Monday July 03 2000, @10:10AM
  • Re:I'm a Mac developer... by tbo (Score:2) Monday July 03 2000, @10:21AM
  • Re:Gerry? by tbo (Score:2) Monday July 03 2000, @10:23AM
  • Re:Let them be orphans first by Sloppy (Score:1) Monday July 03 2000, @10:23AM
  • Re:But if you released GPL'ed software... by joerg (Score:1) Monday July 03 2000, @10:24AM
  • Re:Don't by emir (Score:1) Monday July 03 2000, @10:28AM
  • Re:Which is one of the reasons... by luckykaa (Score:1) Monday July 03 2000, @10:32AM
  • Re:The only way to make a platofrm become OS frien by Phroggy (Score:1) Monday July 03 2000, @10:35AM
  • MAC OSX as open-source/commercial software by prac_regex (Score:1) Monday July 03 2000, @10:48AM
  • Command line? Where? by Gandalf_007 (Score:1) Monday July 03 2000, @10:50AM
  • Re:know your audience by happystink (Score:1) Monday July 03 2000, @10:51AM
  • Re:Don't by Chiasmus_ (Score:1) Monday July 03 2000, @10:52AM
  • Re:Command line? Where? by Uberminky (Score:1) Monday July 03 2000, @10:55AM
  • Re:Development Costs? by Vishak (Score:1) Monday July 03 2000, @10:57AM
  • It is and it ain't by Weasel Boy (Score:2) Monday July 03 2000, @10:58AM
  • Re:Mac open soure software catalog by blukens (Score:1) Monday July 03 2000, @11:00AM
  • Can they really restrict source code redistrib. by copito (Score:2) Monday July 03 2000, @11:01AM
  • Re:The only way to make a platofrm become OS frien by Ex Machina (Score:2) Monday July 03 2000, @11:12AM
  • by Junks Jerzey (54586) on Monday July 03 2000, @11:15AM (#961591)
    The term "open source" needs clarification. In practice, this means that the developer of software makes the source code available under a license similar to GPL or the BSD artistic license. This is a good thing, because it means you can make fixes or changes if you become desperate, and there's always the possibility of someone else picking up the project should the original developer(s) lose interest. Or someone could use the source as a basis for another project. And so on.

    But let's stop fooling ourselves into thinking that open source means better and faster development. The best software is still developed by focused groups of people who are following their original vision. Add too many people and you get design by committee. There aren't good examples of non-system software that has benefited from OS. Perl, the Linux kernel, apache, and sendmail are the usual examples that get trotted out, just like fraternities trot out the "We do charity work!" line each time they get nailed for hazing or drunkeness. The bottom line is that just having the source code freely available (as in speech) does not make for open source development. That's something different altogether.

    "Open Source" means that the source code is freely available. "Open Source Development" means "development by people who are making the source code publicly available." ESR would have you believe that all the work is being done by people who happen across the source and add major features, which is far from the truth.
  • Re:Lamenting the demise of Hypercard by jeorgen (Score:1) Monday July 03 2000, @11:22AM
  • Re:Raymond was thought to be out of touch.. by X (Score:1) Monday July 03 2000, @11:23AM
  • Re:But if you released GPL'ed software... by scruffyMark (Score:1) Monday July 03 2000, @11:25AM
  • Re:Don't by emir (Score:1) Monday July 03 2000, @11:33AM
  • Re:I'm not really sure it is that possible now.. by ncc74656 (Score:1) Monday July 03 2000, @11:38AM
  • Re:effort seems to be on vallium by stanshebs (Score:1) Monday July 03 2000, @11:52AM
  • Re:The only way to make a platofrm become OS frien by mbpomije (Score:1) Monday July 03 2000, @11:52AM
  • Re:It's not so bad as you think... by FigWig (Score:1) Monday July 03 2000, @12:03PM
  • Re:Am I trolling, or am I serious? by Curious__George (Score:1) Monday July 03 2000, @12:05PM
  • Re:Do it yourself... by mazur (Score:1) Monday July 03 2000, @12:06PM
  • Re:The only way to make a platofrm become OS frien by ChristTrekker (Score:1) Monday July 03 2000, @12:10PM
  • Re:But if you released GPL'ed software... by stanshebs (Score:1) Monday July 03 2000, @12:10PM
  • Re:Trollin' for osm by Otter (Score:1) Monday July 03 2000, @12:30PM
  • Re:NewsWatcher - Macintosh Open Source success sto by andrewgaul (Score:1) Monday July 03 2000, @12:36PM
  • Re:Which is one of the reasons... by P. Legba (Score:1) Monday July 03 2000, @12:51PM
  • why no macos source? by pustulate (Score:2) Monday July 03 2000, @12:54PM
  • One idea by scruffyMark (Score:1) Monday July 03 2000, @01:27PM
  • Re:Don't by Signal 10 (Score:1) Monday July 03 2000, @02:02PM
  • Re:Don't by Signal 10 (Score:1) Monday July 03 2000, @02:03PM
  • help bring over the Unix scripting/GUI languages by roseman (Score:1) Monday July 03 2000, @02:05PM
  • Don't bring OSS to mac, bring mac to OSS by Ukab the Great (Score:1) Monday July 03 2000, @02:09PM
  • Re:Can they really restrict source code redistrib. by Signal 10 (Score:1) Monday July 03 2000, @02:14PM
  • Re:My little MacOS Open Source catalog by Chris Johnson (Score:2) Monday July 03 2000, @02:38PM
  • Re:Apple: Think Money by Uberminky (Score:1) Monday July 03 2000, @03:23PM
  • Re:Let them be orphans first by Frymaster (Score:2) Monday July 03 2000, @03:37PM
  • Re:Compatibility by Frymaster (Score:1) Monday July 03 2000, @03:41PM
  • Re:Which is one of the reasons... by OwnedByTwoCats (Score:1) Monday July 03 2000, @03:46PM
  • start with a good distro by HenryC (Score:1) Monday July 03 2000, @04:26PM
  • Re:Why open source is less likely to thrive on Mac by blinko (Score:1) Monday July 03 2000, @04:34PM
  • Macs in another world by heymull (Score:1) Monday July 03 2000, @04:44PM
  • isn't this being done? by akaChe (Score:1) Monday July 03 2000, @05:21PM
  • Re:Let's say you're right... what does it mean? by Johnny Mnemonic (Score:1) Monday July 03 2000, @05:43PM
  • Re:Do it yourself... by pudge (Score:1) Monday July 03 2000, @05:47PM
  • Re:project builder... by pudge (Score:1) Monday July 03 2000, @05:51PM
  • Re:The only way to make a platofrm become OS frien by pudge (Score:2) Monday July 03 2000, @05:57PM
  • Re:I'm not really sure it is that possible now.. by pudge (Score:2) Monday July 03 2000, @06:17PM
  • Re:Raymond was thought to be out of touch.. by pudge (Score:2) Monday July 03 2000, @06:25PM
  • Re:Raymond was thought to be out of touch.. by w3woody (Score:2) Monday July 03 2000, @06:33PM
  • Re:I'm a Mac developer... by pudge (Score:1) Monday July 03 2000, @06:36PM
  • Re:i dont need convincing by goon (Score:2) Monday July 03 2000, @06:38PM
  • Re:Raymond was thought to be out of touch.. by w3woody (Score:2) Monday July 03 2000, @06:40PM
  • Re:Here's a thought by pudge (Score:2) Monday July 03 2000, @06:47PM
  • But you'll have to change the hidden extension. by yerricde (Score:1) Monday July 03 2000, @06:54PM
  • Re:Mac OSX is BSD by pudge (Score:1) Monday July 03 2000, @06:55PM
  • Re:start with a good distro by pudge (Score:1) Monday July 03 2000, @06:57PM
  • Droplets; Prograph by yerricde (Score:2) Monday July 03 2000, @07:14PM
  • Apple's credibility problem by Animats (Score:2) Monday July 03 2000, @08:20PM
  • The best way to convince Mac users? by phaze3000 (Score:1) Monday July 03 2000, @09:02PM
  • Re:Let's say you're right... what does it mean? by mfnickster (Score:1) Monday July 03 2000, @09:46PM
  • Re:Paying for tiny tools -- Macintosh culture? by Bongo (Score:1) Monday July 03 2000, @09:50PM
  • Re:Command line? Where? by Halo1 (Score:1) Monday July 03 2000, @10:04PM
  • sine you're having two bites.. by The Akond of Swat (Score:1) Monday July 03 2000, @11:06PM
  • Re:The best way to convince Mac users? by pudge (Score:2) Tuesday July 04 2000, @03:10AM
  • Re:Apple's credibility problem by pudge (Score:2) Tuesday July 04 2000, @03:15AM
  • Re:Why open source is less likely to thrive on Mac by grahamsz (Score:1) Tuesday July 04 2000, @04:34AM
  • Re:start with a brain by HenryC (Score:1) Tuesday July 04 2000, @06:22AM
  • Re:Apple's credibility problem by Animats (Score:1) Tuesday July 04 2000, @07:44AM
  • Re:Macs in another world by rsfinn (Score:1) Tuesday July 04 2000, @09:29AM
  • Re:Here's a thought by tweder (Score:1) Tuesday July 04 2000, @12:52PM
  • Re:Trollin' for osm by mcc (Score:1) Tuesday July 04 2000, @08:43PM
  • Re:Development Costs? by deKernel (Score:1) Wednesday July 05 2000, @01:41AM
  • Re:Development Costs? by Andrew Cady (Score:1) Wednesday July 05 2000, @05:52AM
  • Your credibility problem! by zahadoom (Score:1) Wednesday July 05 2000, @01:55PM
  • Re:NewsWatcher - Mac Free Software failure story by Jaxoreth (Score:1) Wednesday July 05 2000, @11:59PM
  • Re:NewsWatcher - Mac Free Software failure story by pudge (Score:1) Thursday July 06 2000, @09:12AM
  • Re:MAC OSX as open-source/commercial software by ColdFusionStudios (Score:1) Friday July 07 2000, @08:14PM
(1) | 2 | 3