Slashdot Mirror


More Responses to de Tocqueville Hatchet Job

akahige writes "Fresh from the debunking of the 'Linus couldn't possibly have written an OS without ripping someone off' book published by the Alexis de Tocqueville Institution, Tanenbaum has published an email he got from the consultant hired to do the code comparison between MINIX and Linux. Among other juicy comments, 'pay no attention to this man.' (There was no stolen code, either.) In related matters, ESR was apparently sent a pre-release excerpt of the book which he completely eviscerates with his usual zeal. Another story on NewsForge." See our previous stories if you're coming to this late.

57 of 435 comments (clear)

  1. ESR got a copy?! by John+Hurliman · · Score: 4, Funny

    Sending ESR an early copy of the book is like asking Sony to do a review of XBox 2

    1. Re:ESR got a copy?! by phearlez · · Score: 5, Funny

      Maybe it falls under the approach of "there's no such thing as bad publicity" - lord knows ESR won't miss an opportunity to write something where he can work in a way to mention "The Cathedral and the Bazaar." I'm amazed it took him over 1,000 words to get around to it this time.

      --
      Bad management trumps ideology - Show the world you want better leadership. http://www.timefornewmanagement.com
    2. Re:ESR got a copy?! by Soko · · Score: 4, Interesting

      ESR has had a nasty habit of donning a tin-foil hat, jumping up and down and then ranting like an in-coherent zealot - to the detrement of OSS in the eyes of CxO types. "Look at how this loony, a OSS leader, responds - is this the type of person you want associated with your business?"

      Unfortunately for Mr. Brown, ESR seems to be responding to the critisism of his past rants and couter-productive behaviour. This one, though perhaps self-serving at times, is measured and based on facts. AdTI's strategy of provoking a senseless flamewar with the OSS community is backfiring. If they had of made a more convincing argument, they may have gotten somewhere, but as it is, any of the /. trolls could have done better.

      Soko

      --
      "Depression is merely anger without enthusiasm." - Anonymous
  2. There's no doubt about it by jg21 · · Score: 4, Informative
    1. Re:There's no doubt about it by Anonymous Coward · · Score: 4, Insightful

      No, he's a hero for utterly destroying Brown's book. The book tries to imply that Linux took code from Minix.

      Linus says that didn't happen. Fine, but he could be lying. Now _Andy_ says it didn't happen, and they both have no problems with each other.

      So the book is utterly pointless. There's no needle, no copying, nothing -- and BOTH sides have stated that!

      Andy is a hero (well, a bit of a hero!) for coming out, being talkative and laying these issues to rest.

    2. Re:There's no doubt about it by jg21 · · Score: 5, Informative
      whoever startd it or didn't start it, it's clearly at an end now - from that same LinuxWorld piece by Tanenbaum:

      Clearing Up Some Misconceptions

      I would like to close by clearing up a few misconceptions and also correcting a couple of errors. First, I REALLY am not angry with Linus. HONEST. He's not angry with me either. I am not some kind of "sore loser" who feels he has been eclipsed by Linus. MINIX was only a kind of fun hobby for me. I am a professor. I teach and do research and write books and go to conferences and do things professors do. I like my job and my students and my university. If you want to get a masters there, see my home page for information. I wrote MINIX because I wanted my students to have hands-on experience playing with an operating system.

      After AT&T forbade teaching from John Lions book, I decided to write a UNIX-like system for my students to play with. Since I had already written two books at this point, one on computer architecture and one on computer networks, it seemed reasonable to describe the system in a new book on operating systems, which is what I did. I was not trying to replace GNU/HURD or Berkeley UNIX. Heaven knows, I have said this enough times. I just wanted to show my students and other students how you could write a UNIX-like system using modern technology.

      A lot of other people wanted a free production UNIX with lots of bells and whistles and wanted to convert MINIX into that. I was dragged along in the maelstrom for a while, but when Linux came along, I was actually relieved that I could go back to professoring. I never really applied for the position of King of the Hackers and didn't want the job when it was offered. Linus seems to be doing excellent work and I wish him much success in the future.

      While writing MINIX was fun, I don't really regard it as the most important thing I have ever done. It was more of a distraction than anything else. The most important thing I have done is produce a number of incredibly good students, especially Ph.D. students. See my home page for the list. They have done great things. I am as proud as a mother hen. To the extent that Linus can be counted as my student, I'm proud of him, too. Professors like it when their students go on to greater glory. I have also written over 100 published research papers and 14 books which have been translated into about 20 languages. As a result I have become a Fellow of the IEEE, a Fellow of the ACM, and won numerous other awards. For me, these are the things that really count. If MINIX had become a big 'commercial' success I wouldn't have had the time to do all this academic stuff that I am actually more interested in.

    3. Re:There's no doubt about it by Sloppy · · Score: 5, Interesting
      Yeah, I read the flame war. And Tanenbaum was right and Torvalds was wrong.

      From the funniest movie of all time:

      Sonja: "Sex without Love is an empty experience."
      Boris: "Yes, but as empty experiences go, it's one of the best."

      Linux's design is obsolete. But as obsolete designs go, it's doing quite well.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    4. Re:There's no doubt about it by argent · · Score: 5, Interesting

      I was part of the discussion, and I still say they're both wrong about each other's systems.

      It's a lot harder to get decent performance out of a microkernel, so Linus wasn't wrong to build Linux as a monolithic kernel, and Andy's criticisms of that aspect of its design were over the top.

      But Minix' performance problems were due more to its goal as a teaching system than the fact that it was a microkernel, so Linus was wrong to so vehemently attack microkernels... and he's wrong to continue doing so today.

    5. Re:There's no doubt about it by bofkentucky · · Score: 4, Interesting

      Andy teaches operating systems theory and design. The monlithic *NIX kernel had been tweaked and perfected for 21 years at that point, its interfaces were well designed and (reasonably) well documented, it was not interesting from a pure research or teaching perspective. 13 years later, some things have changed, but still the actual linux kernel work is "polishing the turd" that Thompson and Ritchie created at Bell Labs. The linux kernel is now a base for some of the more promising research in CS theory (the O(1) scheduler comes to mind), but linux is not a pure research OS by any streach of the imagination.

      Look at where we are heading now on the hardware side, NUMA, Async Processors, and Multi-core processors all have interesting side-effects when you look at micro vs monolithic kernels. When one looks at Sun's "FireMan" next-gen TCP/IP stack, it has elements of a microkernel personality siting on top of the Sun kernel. OSX/darwin's development also seems to favor moving to a pure microkernel arch in the future as Power5 and Power6 are developed. Imagine if the Quartz layer was simplified down to another microkernel running on the base Niwrad kernel.

      I guess what I'm saying is that you have two different worldviews represented in that flamefest between Andy and Linus. Andy's itch to scratch was theoretical, Linus's proved to be practical. Both are valid and both are important to this young science, so don't be so quick to judge the good doctor for being honest about his student's work.

      --
      09f911029d74e35bd84156c5635688c0
  3. Does anybody else find ESR's writing style odd? by lavalyn · · Score: 4, Insightful

    It's reasonable that he was emotionally worked up writing this reply, but the stuttery nature (so many paragraphs of only two sentences!) made it particularly hard to read. It felt incoherent and rushed, like new insults were going straight from brain to keyboard with no later revision.

    A note to email users - it's very easy to make a bad impression with informal writing style!

    --
    Doing the Right Thing should not be preempted by making a buck.
    1. Re:Does anybody else find ESR's writing style odd? by g00set · · Score: 5, Insightful

      I think that is what I like about this style. It is *unrevised* and raw. Note to email users? I don't think this guy is applying for a job. He is letting things flow to the keyborad.

      --
      ... and furthermore ... I don't like your trousers.
    2. Re:Does anybody else find ESR's writing style odd? by Anonymous Coward · · Score: 5, Funny

      Yeah. It reads like a /. post.

    3. Re:Does anybody else find ESR's writing style odd? by Mikkeles · · Score: 4, Insightful
      Yes, I think he should have taken a deep breath and counted to ten before replying :^) For example:
      Proprietary outfits lift code from elsewhere all the time. It is known from behavioral analysis of the Microsoft TCP/IP stack, for example, that they swiped their code from BSD. So there may well be be immense amounts of stolen IP in proprietary code, hidden by commercial secrecy.

      Given that the BSD TCP/IP stack was released under the BSD licence and that MS provides the proper acknowledgements in their documents, this is a red herring. Thus, ESR's concluding sentence does not follow, although it may be correct for other reasons.
      --
      Great minds think alike; fools seldom differ.
    4. Re:Does anybody else find ESR's writing style odd? by SoTuA · · Score: 5, Informative

      And if you keep reading until the end, he acknowledges that the word "swiped" creates a bad impression/implication, and that Microsoft legally used BSD code.

    5. Re:Does anybody else find ESR's writing style odd? by finkployd · · Score: 5, Insightful

      I didn't read it that way at all. It sounds like he is saying "We know corporations legally use open source software, but is there any way to know that they don't also illegally use it?" And the answer really is 'no'. Unlike open source projects, (which are quite easy to audit the source of) we really have no idea if corporations are illegally copying open source code or not.

      Finkployd

  4. Hand behind the Hatchet? by bendelo · · Score: 5, Insightful

    I think the main question that should be asked here, is who is behind the Hatchet Job? Best guesses are SCO and/or Microsoft.

    Any further ideas?

    1. Re:Hand behind the Hatchet? by phearlez · · Score: 5, Insightful

      Never assume conspiracy when simple malevolence will suffice. Never assume malevolence when simple idiocy will suffice. Although SCO/MS may have a motivation, plain old muckraking has been a profitable institution even when there's no specific axes to grind.

      --
      Bad management trumps ideology - Show the world you want better leadership. http://www.timefornewmanagement.com
    2. Re:Hand behind the Hatchet? by afidel · · Score: 5, Insightful

      A lone moron and his publishist trying to sell copy by being sensational about a fairly popular and current topic?

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:Hand behind the Hatchet? by Nimrangul · · Score: 4, Funny

      You say SCO as an option as if it were not under the control of Microsoft and was infact a seperate entity.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    4. Re:Hand behind the Hatchet? by Royster · · Score: 4, Insightful

      Someone told Brown that he would find lots of copied code. This is a very Darl-like kind of lie. Brown believed him and wrote his paper probably having the code comparison done was an afterthought. Here is a "researcher" who is used to having people give him the results he paid for.

      Plus, I think that once MS was exposed as a funder of AdTI, they probably cut Brown off dry. I don't think they like their sock puppets exposed like that.

      My money is on SCO as the funder.

      --
      I have discovered a truly marvelous sig, unfortunately the sig limit is too small to contain i
    5. Re:Hand behind the Hatchet? by scoove · · Score: 5, Interesting

      Any further ideas?

      Sun.

      It's too direct for Microsoft (and too bungled too). Their FUD engine is well greased and is quite honestly self-perceived to be too above this troll trash to be implicated. Not that there aren't moneys from Allen being moved around on the side, but that's not official Microsoft policy. Granted, Microsoft has admitted
      to funding Tocqueville but there's a missing beneficiary.

      Sun, on the other hand, is fighting for their life though it's receiving little coverage. Linux has decimated Sun's sales, and their missteps with Java have only frustrated efforts to find a solution - any solution. Perhaps some of the settlement money from Microsoft went here instead of directly to Sun?

      Consider: Who does having Linux portrayed as stolen property push the Linux base to?

      - FreeBSD/OpenBSD/netBSD? Not at all. If it was impossible for Linux to create Linux and therefore Linux is TheftWare, the *BSDs are next in line for accusations and implications.

      - SCO? This fossil? The same fossil one of their largest investors (and slush fund source) says should be canned? The fossil that litigation targets like Daimler Chrysler have confessed to not have used for nearly a decade? Doubtful.

      - Apple? A more interesting theory, but OS/X != Intel *NIX.

      - Microsoft? They're not at all in position to capture the Intel *NIX market. Convert to XP? How?

      Solaris, on the other hand, presents an inviting candidate for migration should the F/OSS *NIX's need a commercial home.

      *scoove*

  5. Code obfuscation by prostoalex · · Score: 4, Interesting
    ESR says:

    In your discussion of obfuscation software, I hope it is simple ignorance rather than intentional deceit that prevents you from noting that open-source code has none of the characteristics of obfuscated code, and that obfuscators are therefore irrelevant to the question you are supposedly addressing.

    Anyone who has the book know what the ADTI's claim on code obfuscation was and why the issue was even mentioned?
  6. Like it or not, Linux owes a lot to MINIX by Anonymous Coward · · Score: 4, Interesting

    Hi -

    I know there is a tendancy here to deify Linus, and he deserves so much credit, but Linux overall owes a lot to MINIX. I worked with MINIX back around 1989 and Hendricks should be given a lot of credit for helping to get the whole open source movement rolling.

    TWR

    1. Re:Like it or not, Linux owes a lot to MINIX by oevren · · Score: 4, Insightful


      It is quite well known that Linus started developing Linux on Minix, before it was self-hosting. I don't see anybody saying otherwise.

      However, the issue is copy-pasting of source code from Minix, not whether Minix was helpful to the development of Linux or not.

      --
      I love deadlines. I love the whooshing noise they make as they go by. --Douglas Adams
    2. Re:Like it or not, Linux owes a lot to MINIX by sbuckhopper · · Score: 4, Informative
      I know there is a tendancy here to deify Linus, and he deserves so much credit, but Linux overall owes a lot to MINIX. I worked with MINIX back around 1989 and Hendricks should be given a lot of credit for helping to get the whole open source movement rolling.
      That's not really what's in question with these series of accusations. Linus does not hide the fact that he does have a lot to be thankful about for MINIX in the creation of Linux, which can be seen in Linus' book.

      The real question here is if Linus stole AT's code from MINIX, which both the creator of MINIX and an independant auditor both say he didn't.
      --
      "Everybody knows the moon's made of cheese," Wallace.
  7. Ken Brown will always be welcomed by Bush admin by chmilar · · Score: 5, Funny

    Analyst: "There is no (copied code/weapons of mass destruction) in (Linux/Iraq)."

    Great Leader: "That's not possible. Your analysis must be wrong. Do it again, and this time, tell me what I want to hear!"

    --
    Reading Slashdot is ruining my spelling and grammar.
  8. That's a relief. by grub · · Score: 5, Funny


    I was just getting ready to send out cheques to SCO and Andy Tanenbaum for $699 each.

    --
    Trolling is a art,
  9. minor flaws in ESR's message? by happyfrogcow · · Score: 4, Insightful

    He says,

    Context and interfaces are everything; unless it has been packaged into a library specifically intended to move, moving software between projects is more like an organ transplant, with utmost care needed to resect vessels and nerves. The kind of massive theft you are implying is not just contingently rare, it is necessarily rare because it is next to impossible.

    Then 5 paragraphs down,

    That a piece of code came from a proprietary vendor is no guarantee that it originated there. Proprietary outfits lift code from elsewhere all the time.

    Sort of contradictory, no? To paraphrase, First he says it's very hard to lift code from elsewhere. Then he says, But some people do it all the time.

    1. Re:minor flaws in ESR's message? by SheldonYoung · · Score: 4, Insightful

      It is not a contradiction at all. In the first part he is stating that unless the code is designed to be used in a library it is difficult to re-use. In the second he says corporations re-use code all the time. The missing link is that the code companies re-use would most often be libraries.

    2. Re:minor flaws in ESR's message? by jdunn14 · · Score: 4, Insightful

      I don't think this is contradictory thanks to that first line: Context and interfaces are everything; unless it has been packaged into a library specifically intended to move. A proprietary vendor could simply lift an entire library, thereby steal implementations of entire APIs. In fact, companies that have been caught with their hands in the proverbial GPL cookie-jar have usually been caught with entire libraries or applications (Dell access points, some set-top boxes with mplayer (think that's right), etc.).

      Personally, I don't think I'll ever understand some people's problem with GPL'ed code. I've seen a number of bitch sessions about "but we don't want to release it". Tough shit, you chose to use GPL'ed code so play by the rules. You don't like the rules, don't use the code. It's not like this license sneaks up on you in the night. During design and implementation someone made a conscious descision about where to get code from. If that choice bites you in the ass, you have no one to blame but that guy.

  10. Re:Sorry but by Anonymous Coward · · Score: 5, Funny

    Methinks you doth protest too much.

    I do, thou dost, he/she/it doth, we do, you do, they do. Geeze, if you're going to troll, at least try to troll grammatically...

  11. Re:Copy of email, /. effect by AKAImBatman · · Score: 4, Interesting

    I hope Mr. Brown is getting compensated well, because he's soon going to find that's he's completely destroyed his career. I seriously doubt that anyone will wish to obtain his services after this fiasco.

  12. Re:Sorry but by nelsonal · · Score: 5, Interesting

    That reminds me of the exact time I realized that Linux would overtake MS. It was while reading an article the Economist published a few years ago that profiled something related to Linux. Their summary conclusion was it's small but we wouldn't bet against it as this is the same method that scientists have been using for the last few centries.

    --
    Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
  13. copy of comparison analysis by Anonymous Coward · · Score: 5, Informative
    The comparison analysis linked to in the email (with some long snipets of actual code removed because it violates the slashdot 'postercomment' compression filter when you put it all in).

    comparison analysis:
    The raw comparison files are very large, but mostly full of false positives. This is due to the way SIM handles lists of constants and SIM's inability to distinguish between function calls and certain elements of syntax.
    Only 4 actual similarities were found. They are excerpted in whole, with reference to the respective source files, and discussed. Since the similar code sections are fairly invariant over all versions of minix and linux compared, excerpts will be taken from linux-0.96c and minix-1.2.

    1. in linux, include/linux/ctype.h:
    [code sipped]
    in minix, include/ctype.h:
    [code snipped]

    These are the 'character type' macros. They predate both minix and linux, and are a part of the majority of C libraries. They are specified in the ANSI C standard (ANSI X3.159-1989), and arereferred to in most C textbooks (i.e. "C++ How to Program" H. M. Deitel, P. J. Deitel --2nd ed. ISBN 0-13-528910-6).

    2. in linux, include/linux/stat.h:
    [code snipped]
    in minix, h/stat.h:
    [code snipped]

    Both the names and values of these constants are specified by the POSIX standard.

    3. in linux, in fs/read_write.c:
    [code snipped]
    in minix, in fs/open.c
    [code snipped]

    The behavior of the lseek system call is specified by POSIX. Since it is so simple, practically all implementations will be highly similar.

    4. in linux, in fs/minix/inode.c:
    s->s_imap[0]->b_data[0] |= 1;
    s->s_zmap[0]->b_data[0] |= 1;
    in minix, in fs/super.c
    sp->s_imap[0]->b_int[0] |= 3; /* inodes 0, 1 busy */
    sp->s_zmap[0]->b_int[0] |= 1; /* zone 0 busy */
    This operation is required in order to correctly mount the minix filesystem. All implementations would need this or equivalent code.

    Since, out of thousand of lines of code, only 4 small segments were found to be similar, and since in each case the similarity was required by external factors (the C standard, the POSIX standard, the minix filesystem format), it is highly unlikely that any source code was copied either from minix to linux or vice-versa.
  14. WMD? by FerretFrottage · · Score: 5, Funny

    Writings of Mass Duplication?

    --
    "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
  15. And of course MS funds it by metalhed77 · · Score: 5, Interesting
    Microsoft in the past has supplied funding for the institution, which has published anti-open-source papers. In an eWEEK.com interview, senior fellow Gregory Fossedal refused to say who, if anyone, is sponsoring the institution's Linux project. "We don't discuss our funding," he said.


    From here
    --
    Photos.
  16. The sad part by JanneM · · Score: 5, Interesting

    The sad part of this is that it really makes little difference just how much people rip into this piese of literary excrement. Since it is "published" the majority of its intended audience will never even hear a whiff of any criticism, no matter how much we holler here.

    Compare to the thriving business of fortune telling or psycics (or evangelists), or of convinced political partisans. Debunking is happening continuously, but it doesn't even make a dent in these charlatans pocketbooks, as their marks do not hear about it anyway. They just aren't consumers of the kind of media that will publish anything critical of their chosen belief.

    --
    Trust the Computer. The Computer is your friend.
    1. Re:The sad part by pjrc · · Score: 4, Informative
      Yes, the damage has been done. But complaining loudly does accomplish something useful... ruin ADTI's reputation.

      The more pain this causes ADTI, the lower their future credibility sinks, the number of people whose long-term memories record ADTI as the bunch of corporate whores they are... the more damage is done to their prospects of seeking future funding. Even from Microsoft, it won't make sense to pour more money into ADTI if they are widely considered a joke.

      Better yet, if ADTI suffers, the public scandal will help deter other "think tanks" from attacking free software when Microsoft or other proprietary vendors come knocking with "research" dollars.

  17. Re:How long... by Anonymous Coward · · Score: 5, Insightful

    Way before Linux was on anyone's radar, Eric S. Raymond was Usenet's resident expert on Unix opreating systems for the IBM PC and other personal computers. He published a FAQ regularly and reviewed all the personal i386 Unix systems of the day such as Esix, uPort, and SCO. Eric has been at it a long time, and really knows the his stuff.

  18. Re:'pay no attention to this man' by Saeed+al-Sahaf · · Score: 5, Funny

    Actually, no. I was wondering who this Alexis is, and where I can get some of her world famous tacos.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  19. Free Publicity by earthforce_1 · · Score: 5, Insightful

    If you can't be good, be controversial. All this publicity is just going to sell more books.

    I remember the controversy that existed over "The Satanic Verses" by Salman Rushdie. The novel was proclaimed as blashphemous to Islam, and a fatwah death sentence was pronounced on the author. Of course, the book sold out as fast as they could print copies. A student friend of mine at the time was proudly showing off his brand new hard copy edition he just bought, even though he could hardly afford his next meal. (He considered this a real prize, as they were selling so fast, it was hard to find a copy anywhere) So I started reading. It was an awful, improbable piece of literature, that undoubtably would have sold no more than a few thousand copies if not for the controversy.

    I also remember a story about a US art dealer who was tasked with unloading several thousand prints of a sitting nude from an obsure french painter nobody had heard of. So he displayed the original painting in the front of the store, secretly paid some children a few coins to stand and gawk at it, while calling up the leader of the then equivalent of the "moral majority" with an anonymous tip. He got himself arrested for displaying indecent material, and beat the rap in a high profile trial. Of course the prints all sold out quickly, and the original painting fetched a sizable fortune at auction.

    --
    My rights don't need management.
  20. Re:How long... by Anonymous Coward · · Score: 4, Funny

    Keep in mind who that letter was directed to. I would have gone for the modern equivilent of "I am seated in the smallest room in my house. Your article is before me, soon it shall be behind me."

  21. Microsoft and Legal BSD code by DarkHelmet · · Score: 4, Insightful

    From ESR's journal: The point is this: Microsoft (legally) took BSD code, and the only way we know about it is through behavioural analysis.

    I call Bullshit:

    http://www.kuro5hin.org/comments/2004/2/15/71552/7 795/98#98

    To quote the poster for those of you too lazy to click:

    So how can I be so sure about that Microsoft is using BSD licensed code? Well, the BSD license(s) require that the copyright holder is credited in documentation provided with binary distributions of the code. In their release notes for their Windows XP operating system, Microsoft credits a bunch of well-known copyright holders of open source products. It contains credits not only to the University of California at Berkeley, but also companies such as Hewlett-Packard and to individuals such as Luigi Rizzo and Phil Karn.

    ESR, If you're going to be a proper advocate for free source, please be correct about the information you post. Otherwise, you're not much better than Tocqueville in that regard.

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
  22. Re:ESR contradicts himself by Daniel+Dvorkin · · Score: 4, Insightful

    Yes.

    The way I read the article, he's saying that massive code theft is rare and next to impossible for open source developers, because the nature of OSS makes it very hard to conceal such theft; but that closed source developers (i.e., proprietary software companies) can and do steal code frequently, because it's so hard to prove they did it.

    --
    The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
  23. If Brown was lying can't Linus sue for slander? by dharma21 · · Score: 5, Insightful

    If Linus's reputation is being harmed by patently false and uncorroborated information for the sake of selling books, does that allow him to sue for slander? If so, any lawyers want to take up this case? Brown is getting a lot of free publicity, and other than the messages on slashdot, I don't see articles on CNET or eweek etc. taking up the other side of the story. A lawsuit would shed light on the book's information gathering practices, or lack thereof.

  24. No OS by Anonymous Coward · · Score: 4, Informative

    Well, it turns out that Linus never did make an operating system. Instead, he just created Linux which is a kernel that happens to be used with most of the GNU System to create OSes such as Debian and RedHat. Of course no one person could create an OS by themselves..... Hell, he wasn't even the only one working on Linux.

  25. Also on Groklaw by Xenographic · · Score: 4, Interesting

    Heh, you should read PJ's take on it, as this story is also covered on Groklaw

    Speaking of which, has anyone else noticed the singular omissions Brown of AdTI is making here? One might think that he was acting with a reckless disregard for the truth, which counts as evidence of "actual malice." Not that that should be surprising to us, as those on SCO's side of things have been known for defaming people before (see my sig or journal), but it might be a basis for a lawsuit, even though Linus is likely a "public figure" ... Of course, IANAL.

  26. This book: Much about nothing. by Saeed+al-Sahaf · · Score: 5, Insightful
    This is the kind of "book" that finds itself being sent to corporate execs by "consultants" hired by people with something to gain by the perspective pushed in the "book." You will not find this "book" on the shelves of any university library or Powell's Books, although in time, it might end up in the 50 cent box at a garage sale in some high end neighborhood. This is not a "study" or "paper" or any other kind of examination. It's a professionally written tome of FUD produced for a specific audience, and will be forgotten by next year.

    By the way, the garage sales in the very upper-crusty 'burbs around Redmond make for great places to pick up fairly new tech books for cheap, and now's the season!

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  27. The Interesting Bits by Anonymous Coward · · Score: 4, Interesting

    In fact, all hackers condemn IP theft - this is what distinguishes us from the cracker/phreak subculture. Even the FSF faction that thinks proprietary code is evil has repeatedly and publicly condemned piracy and stealing other peoples' code. They want to destroy the proprietary system, but they insist on doing it by their own efforts, not by theft.

    Mostly true, but not intirely. Freesource hackers seem all be against stealing proprietary code but I seem to remember stallman endorsing music "piracy" during one of his speeches.

    You claim that "To date no other product comes to life in this way", presenting Linux as a unique event that requires exceptional explanations. This is wrong. Many other open-source projects of the order of complexity of the early Linux kernel predated it; the BSD Unixes, for example, or the Emacs editor.

    Wow. Stallman never ceases to impress me. I knew that gcc was as large and complex as linux but I never realized that emacs was too.

    Torvalds's ambiguity about "GNU/Linux" in 2001 was not complicated; he dislikes the term rather strongly but was at the time reluctant to get into a political scrap with Stallman, whom he personally dislikes. The dislike has since hardened and become sufficiently public that I am not betraying a confidence by writing this.

    Sad that they don't get along. Linus is such a happy go lucky guy that it seems out of character for him to dislike anything.

  28. Lit Crit by blamanj · · Score: 4, Insightful

    Ok, this is a bit off-topic.

    I'll grant you, Rushdie probably sold a lot of books because of the fatwah. On the other hand, he was forced to live in seclusion, couldn't go anywhere without body-guards, watched his marriage break up, etc. He's often stated that if it was merely to sell books, it "wasn't worth it."

    Personally, I heard about "The Satanic Verses" before the fatwah, and had it on my reading list (though I didn't buy a copy 'til it was in paperback). I loved it and think it's great. Yes, some of it is "improbable," there is a whole genre called magic realism that deals in the improbable.

    Moreover, his creditials were established well before "Verses." His novel "Midnight's Children" won Britian's premiere literary award, The Booker Prize, in 1981, seven years before "Verses" was published.

  29. Re:Copy of email, /. effect by cyfer2000 · · Score: 4, Funny

    I think he has got a job at Iraq as new administrtor of information and news.

    --
    There is a spark in every single flame bait point.
  30. Calm down and move along... by Saeed+al-Sahaf · · Score: 4, Insightful

    Yes, yes, I suppose some people with nothing better to do might walk around sputtering incoherently and mentioning "libel" and "slander" now and then. On the other hand, more sensible minds will simply ignore Ken Brown and his "institute", knowing that it is common knowledge that he is just another kind of high-priced prostitute. He provides a service kind of like those people who will write college papers and thesis on whatever subject you tell them. No news here, move along...

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  31. The text of the original request sent to Alexey by Anonymous Coward · · Score: 4, Funny
    Dear Sir or Madam:

    I am writing to you with a matter of great importance. My employer has recently acquired the sum of $50,000,000,000 through a series of events and a lax enforcement of anti-trust laws. My employer has offered me a percentage of this money, but I need your assistance in order to complete the transaction. I will receive $10,000,000 for this transaction, and I will gladly share 30% of it with you.
    If you are willing to assist me, please write a letter showing that Linus Torvalds copied Linux from Minix and mail it to:
    MR. KEN BROWN
    Alexis de Nigeria Institute
    Abuja, Nigeria

    I'm sure that you appreciate the need for discretion and that you will keep this transaction quiet, as I have done by only sending it to 1/4 of the world's population.

    Thank you,
    MR. MPERIAL FLUNKEE
  32. Re:Ken Brown really doing a social study? by Jerf · · Score: 4, Interesting

    Unless he's one of those incomptetent people who have no idea how incomptetent they really are

    Ah, time to trot out one of my favorite links:

    Unskilled and Unaware of It: How Difficulties in Recognizing One's Own Incompetence Lead to Inflated Self-Assessment - Journal of Personality and Social Psychology, December 1999 Vol. 77, No. 6, 1121-1134

    An entertaining read.

  33. I refuse to do that. by Xenographic · · Score: 5, Interesting

    The fact is that these claims are a well-funded marketing campaign to create FUD about Linux because those entities which are finding themselves less able to compete with it on technical merit have to attack it in other ways.

    There are already a number of IP related attacks--Microsoft's "Shared Source" for one is calculated to give some of the benefits of having the source available, while crippling the ability of anyone who might want to use it in GPL'd software. There are also issues with patented standards, like Microsoft's XML patents. To be fair, this cuts both ways, I seem to remember someone (Lucky Green?) patenting using DRM to control the use of "pirated" software, after a Microsoft speaker claimed to have not thought of doing that. Indeed, on might theoretically patent something and make the *only* way to use that patent to incorporate the GPL'd software one provides. This is certainly somewhat more coercive than the GPL usually is (since generally, if you don't like it, you can write your own damned code instead of taking mine), but it is yet another way to advance the public interest via IP law.

    Back to the point, we're looking at a well-funded character assasination attempt here. And if we're not, it sure as hell looks that way. I'm certainly not convinced that we should be ignoring this, since they're working on convincing the types who don't read Slashdot, and who aren't likely to see all the facts contrary to this insipid book.

    I mean, I'm just waiting for Lyons of Forbes (a scolecophagous scorbutical scoundrel, in my biased opinion), or Enderle to write some poorly-researched prattle about what this "proves." Then, only to turn and complain about the questioning of their reputations, in spite of their being known more for quoting press releases than for doing independent research... And no, calling a company to confirm that it believes its own press releases is hardly Pulizer material.

    But you're right. This isn't new. Lyons wrote an insipid character-assasination piece against PJ, defaming her with spurious allegations and incredibly weak associations to some random troll he quoted off the Internet. Enderle has called those who oppose SCO "terrorists," the crime being pointing out to the media that he has no credibility and talks out his ass half the time. Oh, and some people alledgedly sent him hatemail. That's not right, but it's nothing new, and his article goes far beyond mere hatemail, especially when he invited it with his flamebait writings, painting so many with the same brush, doing worse than the things he accuses others of, in my biased judgement.

    And my favorite, the one enshrined in my slashdot journal, is where SCO set out fake signs to defame the people picketing them--ones claiming to support communism and whatnot. The Groklaw article on that is linked in my journal, and it even has nice pictures, so you can read them for yourself.

    So no, I have no intention of ignoring this campaign to malign us all. It's not likely to stop on its own. I would hope that anyone with standing to sue would at least consider doing so. I don't think this should be left to stand, even if I find it to be in the credit of Linus and the others that they are not litigious.

  34. I call *your* bullshit by InfiniteWisdom · · Score: 4, Informative

    Where does it say anything about the TCP stack? All it say is that portions of software are under the BSD license.

    The only way to tell that the TCP stack is one of the portions used is through behavorial analysis.

  35. Microsoft paying someone to lie? by rspress · · Score: 4, Funny

    Microsoft is paying someone to lie to make Linux look bad and windows look good? Say it ain't so! Well all know that Linux was hobbled together from stolen code from all over the world and is a pile of junk when compared to Windows.

    Microsoft on the other hand has worked hard to put out a stable, secure OS that they came up with from the start and did not copy any line of code or UI ideas from anyone. Microsofts pledge of using only their own code goes back to the day they sold IBM the rights to their own hand coded DOS operating system. Microsoft worked for years developing this version of DOS for IBM and it was all original work unlike the trash the Linus has hobbled together and unleashed on the world.

    Microsoft is now going after Apple for the iPod design that Steve Jobs stole from them and is going to put those rip offs at Apple out of business once and for all.

    Bill Gates is the most original thinker and fairest person in the world. He goes out of his way to help companies that compete with him and even agrees unfair license agreements foisted on him by computer manufactures.

    Not only that.....but the....I.....think.....uh.. Doctor, Doctor....I think the drugs are wearing off, can I have another shot?