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.
"Pay no attentioned to the man behind the curtain..."
Hmmm.
Sending ESR an early copy of the book is like asking Sony to do a review of XBox 2
Andy Tanenbaum is a hero.
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.
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?
Anyone who has the book know what the ADTI's claim on code obfuscation was and why the issue was even mentioned?
A message I received from Alexey Toptygin
"Around the middle of April, I was contacted by a friend of mine who asked me if I wanted to do some code analysis on a consultancy basis for his boss, Ken Brown. I ended up doing about 10 hours of work, comparing early versions of Linux and Minix, looking for copied code.
My results are here. To summarize, my analysis found no evidence whatsoever that any code was copied one way or the other. (I realize that Minix predates Linux, but I did the comparison bidirectionally for the sake of objectivity).
While I was working on this in my spare time, Ken kept pestering me to hurry up and finish. He told me he had a paper awaiting publication, and that my analysis was the las bit of data he needed. I sent the final results (which are, exactly as given to Ken Brown, at the above URL) to him on May 17th.
When I called him to ask if he had any questions about the analysis methods or results, and to ask if he would like to have it repeated with other source comparison tools, I was in for a bit of a shock. Apparently, Ken was expecting me to find gobs of copied source code. He spent most of the conversation trying to convince me that I must have made a mistake, since it was clearly impossible for one person to write an OS and 'code theft' had to have occured.
So, I guess what I want to say is, pay no attention to this man; to the best of my knowledge he is talking out of his ass. I apologise for any inconvenience I may have caused you by participating (however indirectly) in Ken's pet project.
Please feel free to reproduce this email and the contents of my analysis webpage."
--Alexey Toptygin
Andy Tanenbaum, 20 May 2004
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
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.
I was just getting ready to send out cheques to SCO and Andy Tanenbaum for $699 each.
Trolling is a art,
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.
Actually, this strongly resembles the process I've seen when an Open Source project dissects a tricky bug. Everybody posts their opinion and analysis on it, and eventually, someone figures out the exact answer and the problem is solved. Kind of like scientists figuring something out too.
Of course, something like this is so fuzzy that there isn't really 'a solution'. But the process is still similar.
Need a Python, C++, Unix, Linux develop
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...
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.
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: in minix, in fs/super.c 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.
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."
From here
Photos.
I love the smell of burning asbestos in the morning.
Just a question, though, are some of the changelogs ESR mentions available for easy download? The kernel changelogs are easy to find, but what about the changelogs for emacs, Gnome, gzip/gunzip, and all of the other GNU software? If they really want to keep crying "source theft!", it would help to have those handy.
Just another 2 cents.
If my answers frighten you, stop asking scary questions.
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.
here.
posted almost at the same tiem as your post.
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.
The BSD TCP/IP stack is quite reusable. Most code isn't.
http://rocknerd.co.uk
could linus sue these guys for libel? not that I would advocate that but I was wondering whether there would be legal basis for such a suit.
meep
But the lameness filter refused several attempts with varied formatting and ecode. Executive summary: out of tens of thousands of lines in Minix and pre-1.0 Linux, there were four similar sections:
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.
The third paragraph says that software can't be moved, "next to impossible". Then shortly after says that MS swiped the TCP/IP stack from BSD.
I sorta lost interest after that...
Not to say code was stolen or his other points are wrong, but his assertion that code can't be lifted I completely disagree with and to start a response with such a crappy premise and then contradict yourself right away doesn't seem like a good plan of attack.
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."
I find ESR slightly more scary then RMS (Since ESR likes guns a lot) but his post from the link is quite good at destroying, piece by piece, most of the arguements this anti linux book has.
My favourite quote:
"If the inventor of Minix agrees with the inventor of Linux that Linux is not a derivative work of Minix, who are *you* to claim otherwise?"
I also liked this one:
"Really, there are only two factions. One says Theft is wrong. Proprietary software is also wrong. Don't do either. The other, which I belong to, says Theft is wrong. Proprietary software is mostly crap. Therefore, we don't need to either steal it or condemn it as wrong, just write better code. ";
---
hr@maficstudios.com
Eric ! Stop posting as Anonymous Coward ! :)
I'm a happy emacs user, so I'm not emacs-bashing, but damn. Maybe it is a little bloated :)
-- Fratz, human
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
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.
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.
It all sounds 'fishy' that all of a sudden we have all this debate about Linus, and others like him.. Just makes me wonder what the true reason behind it all is. Sure it sounds like 'conspiracy theory', but with the way things have been in the industry lately, its not that far fetched.
---- Booth was a patriot ----
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.
Heh, you should read PJ's take on it, as this story is also covered on Groklaw
... Of course, IANAL.
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"
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
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.
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.
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
Reading the review by Jem Matzan at NewsForge, I can't help but wonder, if Ken Brown's goal was to either accelerate building a tighter Open Source and/or Linux community or study the how an (online) community would react to a vicious, if not incompetent, attack on it.
There is no way he could have thought the book could have been taken seriously, after all. Unless he's one of those incomptetent people who have no idea how incomptetent they really are (witness WB's Superstar "reality" garbage).
In Soviet Russia, I ruled you
Well, if it's truly false, and the author has been told by several independent sources before the publication, and he still publishes it, how is that not libel?
TCP: Why the Internet is full of SYN.
Linus wrote MINIX or so it says herebr>
Get a free ipod.
from the Newsforge article:
But here again we have Microsoft attempting to use unethical guerrilla marketing tactics to influence public opinion and public policy by funding dishonest studies. I must be getting old -- I still remember the days when a superior product and corporate accountability determined public opinion and policy.
Do anything, anything, ANYTHING to win except develop a better product.
It strikes me that ESR and others who shout loudly about how awful this book is/is going to be are making a big mistake. In the face of unethical and ridiculous statements from AdTI and SCO silence speaks more loudly than loud protestations.
If you must say something then how about "I'm not going to dignify that with a response."
John.
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.
How is parent interesting?
It's a slam at ESR that at least in this case is unjustified.
ESR's response to the report was reasonable and logical, and his boasts about himself weren't boasts as much as they were supports of his credibility to make the statements about the report he made.
His comment about publishing his change logs is very valid. With a complete, open audit trail, the ethics of OSS developers is usually on display for the world. This is in great contrast to proprietary software, which just based on lawsuits alone we can estimate has frequent theft of code from others.
His statement about being able to write it himself is reasonable. I'm no rocket ship (to quote Butthead), but even I could write a kernel if I had the drive. Using Tanenbaum's own books on computer architecture, as well as other books and examples. It's not magic. The magic comes much later in the tuning and improvement. Even then, that magic is really just very smart people getting involved.
On top of all that, parent poster personally has zero credibility ( Anonymous Coward ).
.sigs are for post^Hers.
I'm beginning to think that this couldn't have been done by Microsoft, simply because it's so bad for their position. In order to have effective FUD, you have to make vague claims that people might worry about. If you make specific false claims, they can be refuted. And if you make specific false claims which offend the authoritative sources, you don't have FUD, you have a straw man.
I think this book, along with the press surrounding it, will do a lot to defuse the FUD that Microsoft and SCO have spread. The vague "Linux may infringe something" claims will be clarified in people's minds to "Linux might have copied Minix". And then they can be countered, because the owner and author of Minix has said that Linux didn't copy it. If anyone knows, it would be him. So now people's vague ideas will be that the "Linux may infringe something" claim turned out to be false. (Of course, the logic here is flawed; just because Linux doesn't infringe on Minix doesn't mean that it couldn't infringe on something else; but people don't think that way, or they wouldn't buy FUD in the first place).
Microsoft has been good at producing FUD. SCO has even been reasonably good at it (although revealing particular lines of non-infringing Linux code was a mistake there). But this has a serious lack of uncertainty. It gives the impression that, in order to worry about Linux's IP, you'd have to ignore all information remotely relevant, from every possible source, including the ones supposedly wronged. This is like accusing someone of murdering someone who is still alive and willing to testify for the defense. So I think that Microsoft didn't sponsor this, or at least didn't sign off on the result; SCO probably didn't either (although they've messed up worse in the past). I wouldn't be surprised if it turned out to be someone like Sun, though. They could benefit from Linux looking bad, or from Linux looking good. For that matter, they could really use a justification for their former coldness to Linux, while allowing them to become enlightened about it (considering that they're using it now).
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.
Well, actually, DOS was written by Seattle Computer Products, and the RIGHTS to it were "stolen" - i.e., by contract trickery and Bill's failing to inform Seattle that he had been approached by IBM to buy rights to it - which he did not own at the time.
While it is true that one can say Bill had no obligation to inform Seattle of the value of their own product, his behavior in crossing out all the "lease" language in the contract and substituting "buy" and then informing Seattle that they could still "have nonexclusive rights" was disingenuous to say the least - if not outright fraud.
You read the way this asshole does business - he once told Heidi Rozen, "Never tell me anything I can use against you." - and you'd know never to do business with him. Sadly, a number of companies have made that mistake and paid for it with lost sales and lawsuits and bankruptcy.
Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
My co-workers at the time I got involved with Linux were fond of saying, 'What in the world is that, it looks like crap'. To which I would say...'You don't understand, it's free.' It took a lot of hacking about to get it to run and it took hours and hours just to get simple things to work. That is not the case with 'stolen' goods. It's easy to take modern Linux for granted.
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?
First off, it's libel when it's printed, not slander. (Although if, for instance, Brown were to spout his nonsense on a talk show, I don't know whether it would be libel or slander. Probably the latter.) Second, to win a libel case you have to prove damages, and you have to prove that the information was both false and malicious.
In this case, is it false? Yes. Malicious? That's harder to prove, but could be. Damages? There's the rub. Unless this work damages Linus somehow -- he gets thrown in prison because of allegations in the book, or loses his job (which may I remind you is with a group that is undoubtedly aware of Brown's blatant disregard for the truth), neither of which is likely -- damages would be pretty hard to prove. Especially if sales and usage of Linux continue to climb.
So I think the best course of action is just to refute the FUD everywhere it rears its pointed little head. If Linus were to sue for libel the most likely result would be to make two sets of lawyers richer.
Of course I could be wrong. John Henry Faulk sued AWARE for libel and effectively ended blacklisting in this country. Something similar might come out of a lawsuit against AdTI, but really only Linus could decide if it's worth the effort.
Someone you trust is one of us.
You gotta love ADTI's assertion that one person couldn't possibly write and OS. When I was working in a university computing services group - our CS students all had to write their own (however simple) OS as part of an Operating Systems course. They had to do so in order to graduate.
Of course one man can write an OS. Then, afterwards, thousands of volunteers worldwide can make it a GOOD os.
\Drew National Data Director, John Edwards for President
Maybe she is also interested in doing another Brown book? ;)
Moderating 101
The term "intellectual property" is vague (here, ESR means copyrights, rather than trademarks or patents), and the term "theft" doesn't apply particularly well. The wordier statement "all hackers condemn the unauthorized reproduction of copyrighted works, with the exception of fair and personal use" is somewhat more accurate, though probably still not true. Even better would be "all hackers condemn plagiarism," which is really what putting your name on someone else's code is. Plagiarism is a matter of honor, not law, and is somewhat more likely to be something that all hackers -- a pretty big and diverse group -- might condemn.
I know at least one hacker (ahem, a libertarian, even) who condemns copyrights and patents altogether and would probably describe ESR's assertion as nonsensical or undefined.
Condeming IP theft, Eric says, "is what distinguishes [hackers] from the cracker/phreak subculture." Nonsense. Destructive intent is what distinguishes crackers from hackers. Denial-of-service attacks and website vandalism have nothing to do with so-called "IP theft."
For the record, all hackers also don't use the hacker logo, any more than all hackers channel Greek gods. Eric would do well to describe his own opinions and let me describe my own.