<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WEBLOGSKY: Jon Lebkowsky&#039;s Blog &#187; Boing Boing</title>
	<atom:link href="http://weblogsky.com/tag/boing-boing/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogsky.com</link>
	<description>Smart thinking about culture, media, and the Internet.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:23:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Internet Code Ring! (Interview with Phil Zimmermann, circa 1993)</title>
		<link>http://weblogsky.com/2011/12/30/internet-code-ring-interview-with-phil-zimmermann-circa-1993/</link>
		<comments>http://weblogsky.com/2011/12/30/internet-code-ring-interview-with-phil-zimmermann-circa-1993/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 18:27:20 +0000</pubDate>
		<dc:creator>jonl</dc:creator>
				<category><![CDATA[Freedom to Connect]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Boing Boing]]></category>
		<category><![CDATA[dapper fellow]]></category>
		<category><![CDATA[phil zimmerman]]></category>
		<category><![CDATA[phil zimmermann]]></category>

		<guid isPermaLink="false">http://weblogsky.com/?p=1331</guid>
		<description><![CDATA[&#160;Discovered that this interview is no longer findable online, so I&#8217;m republishing it here. A version of this was published in bOING bOING (the &#8216;zine) in 1993 or 1994. We were sitting in a circle on the floor at the Computers, Freedom, and Privacy conference, March &#8217;93 in San Francisco, St. Jude and I with [...]]]></description>
			<content:encoded><![CDATA[<p></p><!-- Social Ring Buttons Start --><div class="social-ring"><div class="social-ring-button"><a href="http://twitter.com/share" data-url="http://weblogsky.com/2011/12/30/internet-code-ring-interview-with-phil-zimmermann-circa-1993/" data-text="Internet Code Ring! (Interview with Phil Zimmermann, circa 1993)" data-count="horizontal" class="sr-twitter-button twitter-share-button"></a></div><div class="social-ring-button"><g:plusone size="medium" callback="plusone_vote"></g:plusone></div><div class="social-ring-button"><iframe allowtransparency="true" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="width: 70px; height: 21px; position: static; left: 0px; top: 0px; visibility: visible; " tabindex="-1" vspace="0" width="100%" src="http://weblogsky.com/wp/wp-content/plugins/wordpress-social-ring//includes/share.php?url=http%3A%2F%2Fweblogsky.com%2F2011%2F12%2F30%2Finternet-code-ring-interview-with-phil-zimmermann-circa-1993%2F"></iframe></div><div class="social-ring-button"><fb:like href="http://weblogsky.com/2011/12/30/internet-code-ring-interview-with-phil-zimmermann-circa-1993/" send="false" showfaces="false" width="140" layout="button_count" action="like"/></fb:like></div></div><div style="clear:both;">&nbsp;</div><!-- Social Ring Buttons End --><p><i>Discovered that this interview is no longer findable online, so I&#8217;m republishing it here. A version of this was published in bOING bOING (the &#8216;zine) in 1993 or 1994.</i></p>
<p>We were sitting in a circle on the floor at the Computers, Freedom,<br />
and Privacy conference, March &#8217;93 in San Francisco, St. Jude and I<br />
with Tom Jennings, Fen La Balme, et al, discussing encryption and<br />
other neophiliac rants when a dapper fellow wandered by with a<br />
beard on his face and a tie hanging from his neck. He picked up<br />
Jude&#8217;s copy of bOING-bOING number 10 and glanced through it,<br />
clearly interested. I later learned that this was Phil Zimmerman,<br />
creator of PGP (&#8220;Pretty Good Privacy&#8221;), so I tracked him down and<br />
we talked for the record.
<p><b>Jon:</b> I&#8217;m fairly nontechnical, and I&#8217;m also new to encryption. I spent<br />
some time recently on the cypherpunks&#8217; list, and I have a pretty<br />
good sense of what&#8217;s going on, but maybe you can tell me in your<br />
own words how you came to write PGP, and what your philosophy<br />
is, especially with distribution.</p>
<p><b>Phil:</b> Well, okay. PGP, which means &#8220;Pretty Good Privacy&#8221; is a<br />
public key encryption program, it uses a public key encryption<br />
algorithm, which means that you can encrypt messages and you can<br />
send them to people that you&#8217;ve never met, that you&#8217;ve never had a<br />
chance to exchange keys with over a secure channel. With regular<br />
encryption, the kind that everybody has heard about, you encrypt a<br />
message, it scrambles it up, renders it unintelligible, and then you<br />
send it to someone else, and they can descramble it, decrypting it.<br />
They have to use the same key to decrypt it as you used to encrypt<br />
it. Well, this is a problem, this is inconvenient, because how are you<br />
going to tell them what that key is, what&#8217;re you going to do, tell<br />
them over the telephone? If someone can intercept the message, they<br />
can intercept the key. So this has been the central problem in<br />
cryptography for the past couple of millenia. There&#8217;s been a lots of<br />
different ways of encrypting information, but they all have this<br />
problem.</p>
<p>If you had a secure channel for exchanging keys, why do you<br />
need any cryptography at all? So, in the late 1970s, somebody came<br />
up with an idea for encrypting information with two keys. The two<br />
keys are mathematically related. You use one of the keys to encrypt<br />
the message, and use the other key to decrpyt the message. As a<br />
matter of fact, the keys have a kind of yin-yang relationship, so that<br />
either one of them can decrypt what the other one can encrypt. So<br />
everybody randomly generates a pair of these keys, the keys are<br />
mathematically related, and they can be split apart like cracking a<br />
coin in half, and the jagged edges stick together just right. They can<br />
publish one of the keys, and keep the other one secret. Now, unlike<br />
cracking the coin in half, you can&#8217;t look at the jagged edge, and<br />
figure out what the other jagged edge is going to look like. In fact,<br />
you can&#8217;t look at the published key and figure out what the secret<br />
key is without spending centuries of supercomputer time to do it.<br />
This means that any time anybody wants to send you a message,<br />
they can encrypt that message with your public key, and then you<br />
can decrypt the message with your secret key. If you want to send<br />
them a message, then you can encrypt the message with their public<br />
key, and then they can decrypt it with their secret key. Everybody<br />
who wants to participate in this system can generate a pair of these<br />
keys, publish one of them, and keep the other one secret.<br />
Everybody&#8217;s published key can end up in a big public key directory,<br />
like a phone book, or an electronic bulletin board, or something like<br />
that. You can look up somebody&#8217;s public key, encrypt a message to<br />
them, and send it to them. They&#8217;re the only ones that can read it,<br />
because they&#8217;re the only ones that have the corresponding secret<br />
key. </p>
<p><b>J:</b> Are there any such directories now?</p>
<p><b>P:</b> Well, actually, there are starting to be directories like that. For<br />
PGP, there are some public key directories on Internet. You can just<br />
send an electronic inquiry saying &#8220;Give me the key for<br />
[somebody],&#8221; and it&#8217;ll send you their key back, their public key. </p>
<p><b>J:</b> The convention I&#8217;ve seen has been the inclusion of the public key<br />
in an email message posted to a mailing list.</p>
<p><b>P:</b> You can do that, you can include your own public key when you<br />
send a message to someone, so that when they send you a reply,<br />
they&#8217;ll know what public key to use to send the reply. But the<br />
problem&#8230;there is an achilles heel with public key cryptography, and<br />
I&#8217;ll get to that in a minute. But first, let me explain authentication. If<br />
I want to send you a message, and prove that it came from me, I can<br />
do that by encrypting it with my own secret key, and then I can<br />
send you the message, and you can decrypt it with my public key.<br />
Remember I said that the keys are in this yin-yang relationship, so<br />
that either one can decrypt what the other one encrypts. If I don&#8217;t<br />
care about secrecy, if I only cared about authentication, if I only<br />
wanted to prove to you that the message came from me, I could<br />
encrypt the message with my own secret key and send it to you, and<br />
you could decrypt it with your public key. Well, anyone else could<br />
decrypt it to, because everyone has my public key. If I want to<br />
combine the features of secrecy and authentication, I can do both<br />
steps: I can encrypt the message first with my own secret key,<br />
thereby creating a signature, and then encrypt it again with your<br />
public key. I then send you the message. You reverse those steps:<br />
first you decrypt it with your own secret key, and then you decrypt<br />
that with my public key. That&#8217;s a message that only you can read<br />
and only I could have sent. We have secrecy and authentication. So<br />
you get authentication by using your own secret key to decrypt a<br />
message, thereby signing the message. You can also convince third<br />
parties like a judge that the message came from me. That means that<br />
I could send you a financial instrument, a legal contract or some<br />
kind of binding agreement. The judge will believe that the message<br />
did come from me, because I am the only person with the secret key,<br />
that could have created that message.</p>
<p>Now, public key cryptography has an achilles heel, and that<br />
achilles heel is that, suppose you want to send a message to someone,<br />
and you look up their public key, on a bulletin board, for example.<br />
You take their public key and you encrypt the message and then<br />
send it to them, and presumably only they can read it. Well, what if<br />
Ollie North broke into that BBS system? And he subsituted his own<br />
public key for the public key of your friend. And left your friend&#8217;s<br />
name on it, so that it would look like it belonged to your friend. But<br />
it really wasn&#8217;t your friend&#8217;s public key, it was Ollie&#8217;s public key that<br />
he had created just for this purpose. You send a message, you get the<br />
bulletin board to tell you your friend&#8217;s public key, but it isn&#8217;t your<br />
friend&#8217;s public key, it&#8217;s Ollie&#8217;s public key. You encrypt a message<br />
with that. You send it, possibly through the same bulletin board, to<br />
your friend. Ollie intercepts it, and he can read it because he knows<br />
the secret key that goes with it. If you were particularly clever,<br />
which Ollie North isn&#8217;t because we all know that he forgot to get<br />
those White House backup tapes deleted&#8230;but suppose he were<br />
clever, he would then re-encrypt the decrypted message, using the<br />
stolen key of your friend, and send it to your friend so that he<br />
wouldn&#8217;t suspect that anything was amiss. This is the achilles&#8217; heel of<br />
public key cryptography, and all public key encryption packages<br />
that are worth anything invest a tremendous amount of effort in<br />
solving this one problem. Probably half the lines of code in the<br />
program are dedicated to solving this one problem. PGP solves this<br />
problem by allowing third parties, mutually trusted friends, to sign<br />
keys. That proves that they came from who they said they came<br />
from. Suppose you wanted to send me a message, and you didn&#8217;t<br />
know my public key, but you know George&#8217;s public key over here,<br />
because George have you his public key on a floppy disk. I publish<br />
my public key on a bulletin board, but before I do, I have George<br />
sign it, just like he signs any other message. I have him sign my<br />
public key, and I put that on a bulletin board. If you download my<br />
key, and it has George&#8217;s signature on it, that constitutes a promise<br />
by George that that key really belongs to me. He says that my name<br />
and my key got together. He signs the whole shootin&#8217; match. If you<br />
get that, you can check his signature, because you have his public<br />
key to check. If you trust him not to lie, you can believe that really is<br />
my public key, and if Ollie North breaks into the bulletin board, he<br />
can&#8217;t make it look like his key is my key, because he doesn&#8217;t know<br />
how to forge a signature from George. This is how public key<br />
encryption solves the problem, and in particular, PGP solves it by<br />
allowing you to designate anyone as a trusted introducer. In this<br />
case, this third party is a trusted introducer, you trust him to<br />
introduce my key to you. </p>
<p>There are public key encryption packages currently being<br />
promoted by the U.S. Government based on a standard called<br />
Privacy Enhanced Mail, or PEM. PEM&#8217;s architecture has a central<br />
certification authority that signs everybody&#8217;s public key. If everyone<br />
trusts the central authority to sign everyone&#8217;s key, and not to lie,<br />
then everyone can trust that they key they have is a good key. The<br />
key actually belongs to the name that&#8217;s attached to it. But a lot of<br />
people, especially people who are libertarian-minded, would not feel<br />
comfortable with an approach that requires them to trust a central<br />
authority. PGP allows grassroots distributed trust, where you get to<br />
choose who you trust. It more closely follows the social structures<br />
that people are used to. You tend to believe your friends. </p>
<p><b>J:</b> Did you make a conscious decision up front, before you started<br />
programming PGP, that you were going to create something that<br />
would be distributed in this grassroots way, free through the<br />
Internet.</p>
<p><b>P:</b> Well, there were some software parts of PGP that I developed<br />
some years ago, as far back as 1986, that I developed with the<br />
intention of developing commercial products with it someday. Over<br />
the years that followed, I developed a few more pieces that I hoped<br />
someday to turn into a commercial product. But, when it finally<br />
came down to it, I realized that it would be more politically effective<br />
to distribute PGP this way. Besides that, there is a patent on the<br />
RSA public key encryption algorithm that PGP is based on. I wrote<br />
all of the software from scratch. I didn&#8217;t steal any software from the<br />
RSA patent holders. But patent law is different from copyright law.<br />
While I didn&#8217;t steal any software from them, I did use the algorithm,<br />
the mathematical formulas that were published in academic journals,<br />
describing how to do public key cryptography. I turned those<br />
mathematical formulas into lines of computer code, and developed it<br />
independently.</p>
<p><b>J:</b> Did you originally intend to license that?</p>
<p><b>P:</b> When I first wrote the parts of it back in 1986, I did. But I began<br />
in earnest on PGP in December of 1990. At that time, I had decided<br />
that I was going to go ahead and publish it for free. I thought that it<br />
was politically a useful thing to do, considering the war on drugs<br />
and the government&#8217;s attitude toward privacy. Shortly after I stared<br />
on the development, I learned of Senate Bill 266, which was the<br />
Omnibus Anticrime Bill. It had a provision tucked away in it, a sense<br />
of Congress provision, that would, if it had become real hard law,<br />
have required manufacturers of secure communications gear, and<br />
presumably cryptographic software, to put back doors in their<br />
products to allow the government to obtain the plain text contents<br />
of the traffic. I felt that it would be a good idea to try to get PGP out<br />
before this became law. As it turned out, it never did pass. It was<br />
defeated after a lot of protest from civil liberties groups and industry<br />
groups.</p>
<p><b>J:</b> But if they could get away with passing it, they would still take the<br />
initiative and try.</p>
<p><b>P:</b> Well, yeah, actually&#8230;it started out as a sense of Congress bill,<br />
which means that it wasn&#8217;t binding law. But those things are usually<br />
set to deploy the political groundwork to make it possible later to<br />
make it into hard law. Within a week or so after publishing PGP,<br />
Senate Bill 266 went down in defeat, at least that provision was<br />
taken out, and that was entirely due to the efforts of others, I had<br />
nothing to do with that. PGP didn&#8217;t have any impact, it turned out,<br />
at all. So that&#8217;s why I published PGP.</p>
<p><b>J:</b> Several of my friends are involved in cypherpunks, and I&#8217;ve been<br />
on their mailing list&#8230;are you affiliated in any way with<br />
cypherpunks? Are you getting their mailing list?</p>
<p><b>P:</b> I was on their mailing list for a couple of days, but I found that<br />
the density of traffic was high enough that I couldn&#8217;t get any work<br />
done, so I had them take me off the list.</p>
<p><b>J:</b> The reason I bring cypherpunks up is that they seem to have<br />
almost a religious fervor about encryption <laughs>. I was<br />
wondering if you share that.</laughs></p>
<p><b>P:</b> I don&#8217;t think of my own interest in cryptography as a religious<br />
fervor. I did miss some mortgage payments while I was working on<br />
PGP. In fact, I missed five mortgage payments during the<br />
development of PGP, so I came pretty close to losing my house. So I<br />
must have enough fervor to stay with the project long enough to<br />
miss five mortgage payments <laughter>. But I don&#8217;t think it&#8217;s a<br />
religious fervor.</laughter></p>
<p><b>J:</b> I&#8217;m impressed with the way encryption in general and PGP in<br />
particular have caught on with the press, how it&#8217;s become within the<br />
last year.</p>
<p><b>P:</b> Well, PGP 1.0 was released in June of &#8217;91. It only ran on MS<br />
DOS, and it didn&#8217;t have a lot of the features necessary to do really<br />
good key certification, which is that achilles&#8217; heel that I told you<br />
about. Theoretically, you could use it in a manual mode to do that,<br />
but it wasn&#8217;t automatic like it is in PGP 2.0 and above. The current<br />
release of PGP is 2.2. It&#8217;s a lot smoother and more polished that 2.0<br />
was. 2.0 was tremendously different than 1.0, and the reason the<br />
popularity has taken off so much since September, when it was<br />
released, is because it ran on a lot of UNIX platforms, beginning<br />
with 2.0. Since the main vehicle for Internet nodes is UNIX<br />
platforms, that made it more popular in the UNIX/Internet world.<br />
Since Internet seems to be the fertile soil of discourse on<br />
cryptography, the fact that PGP 2.0 began running on UNIX<br />
platforms has a lot to do with it&#8217;s popularity since that version was<br />
released&#8230;Tthat was in September of &#8217;92.</p>
<p><b>J:</b> The easiest way to get PGP is through FTP from various sites?</p>
<p><b>P:</b> Yeah. Most of them European sites. PGP 2.0 and above was<br />
released in Europe. The people that were working on it were out of<br />
reach of U.S. patent law&#8230;and not only are they out of reach of patent<br />
law, but it also defuses the export control issues, because we&#8217;re<br />
importing it into the U.S., instead of exporting it. Also PGP 1.0 was<br />
exported, presumably by somebody, any one of thousands of people<br />
could have done it&#8230;but it was published in the public domain. It&#8217;s<br />
hard to see how something like that could be published, and<br />
thousands of people could have it, and it could not leak overseas. It&#8217;s<br />
like saying that the New York Times shouldn&#8217;t be exported, how can<br />
you prevent that when a million people have a copy? It&#8217;s blowing in<br />
the wind, you can&#8217;t embargo the wind.</p>
<p><b>J:</b> And by beginning in Europe, you sort of fanned the flame that<br />
much better.</p>
<p><b>P:</b> Yeah.</p>
<p><b>J:</b> It seems to have spread globally, and I&#8217;m sure that you&#8217;re hearing a<br />
lot about it, getting a lot of response.</p>
<p><b>P:</b> Particularly at this conference (CFP93), yes.</p>
<p><b>J:</b> Do you plan to do more development of PGP, or are you satisfied<br />
with where it is&#8230;.</p>
<p><b>P:</b> PGP will be developed further. My personal involvement is more<br />
in providing design direction and making sure that the architecture<br />
stays sound. The actual coding is taking place overseas, or at least<br />
most of it is. We do get patches sent in by people in the U.S. who<br />
find bugs, and who say, &#8220;I found this bug, here&#8217;s a patch to fix it.&#8221;<br />
But the bulk of the work is taking place outside the U.S. borders. </p>
<p><b>J:</b> Is there a Mac version as well as a DOS version now?</p>
<p><b>P:</b> Yeah, there is a Mac version&#8230;there was a Mac version released<br />
shortly after PGP 2.0 came out. Somebody did that independently,<br />
and I only found out about it after it was released. People have<br />
written me about it, and it did seem to have some problems. The<br />
same guy who did that version is doing a much improved version,<br />
Mac PGP version 2.2, which I believe should be out in a few<br />
days&#8230;that was the last I heard before I came to the conference. The<br />
second Mac development group, that&#8217;s working on a very &#8220;Mac&#8221;-ish<br />
GUI, is being managed by a guy named Blair Weiss. That takes<br />
longer, it&#8217;s difficult to write a good Mac application, so it&#8217;s probably<br />
going to be a couple of months before that hits the streets. </p>
<p><b>J:</b> Were you involved in the UNIX version, too?</p>
<p><b>P:</b> I did the first MS-DOS version entirely by myself, but it&#8217;s not<br />
that big a distance between MS-DOS and UNIX, so most of it was<br />
the same. The UNIX board took place soon after PGP 1.0 was<br />
released. After that, many other enhancements were added, and<br />
major architectural changes took place to the code, and that&#8217;s what<br />
finally made its way out as version 2.0.</p>
<p><b>J:</b> You&#8217;re doing consulting now?</p>
<p><b>P:</b> That&#8217;s how I make my living, by consulting. I don&#8217;t make<br />
anything from PGP.</p>
<p><b>J:</b> Do you think you&#8217;ll just let PGP take a life of its own, let other<br />
people work on it from here out?</p>
<p><b>P:</b> Other people are contributing their code, and other people are<br />
adding enhancements, with my design direction. Perhaps someday<br />
I&#8217;ll find a way to make money from PGP, but if I do, it will be done<br />
in such a way that there will always be a free version of PGP<br />
available. </p>
<p><b>J:</b> I was thinking of the UNIX thing, where everybody&#8217;s modified<br />
their versions of the UNIX Operating System so that some<br />
[customized versions] weren&#8217;t even interoperable. I was wondering<br />
if there was a chance that PGP would mutate, whether you&#8217;re going<br />
to keep some sort of control over it, or whether people will start<br />
doing their onw versions of it&#8230;.</p>
<p><b>P:</b> Well, I don&#8217;t know, that could happen. There are so many people<br />
interested in the product now, it&#8217;s hard to keep track of everybody&#8217;s<br />
changes. When they send in suggested changes, we have to look at it<br />
carefully to see that the changes are good changes.</p>
<p><b>J:</b> But you don&#8217;t have some sort of structure in place where you do<br />
some kind of approval if somebody wants to make some kind of<br />
mutant version of PGP&#8230;.</p>
<p><b>P:</b> There is a kind of de facto influence that I have over the product,<br />
because it&#8217;s still my product, in a kind of psychological sense. In the<br />
user population, they associate my name with the product in such a<br />
way that, if I say that this product is good, that I have looked at this<br />
and that I believe the changes made sense the last version are good<br />
changes, that people will believe that. So I can determine the<br />
direction, not by some iron law, not by having people work for me<br />
that I can hire and fire, but more by my opinion guiding the product.<br />
It would not be easy for a person to make a different version of PGP<br />
that went in a different direction than how I wanted it to go, because<br />
everybody still uses the version that I approved, so to be<br />
compatible&#8230;this has a kind of intertia to it, a de facto standard. PGP<br />
currently, I believe, is the world&#8217;s most popular public key<br />
encryption program, so that has potential to become a de facto<br />
standard. I don&#8217;t know what that means in comparison to the PEM<br />
standard. PEM is for a different environment than PGP, perhaps,<br />
although the PGP method of certifying keys can be collapsed into a<br />
special case that mimics in many respects the PEM model for<br />
certifying keys.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://weblogsky.com/2011/12/30/internet-code-ring-interview-with-phil-zimmermann-circa-1993/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1992 Bruce Sterling Interview</title>
		<link>http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/</link>
		<comments>http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:14:55 +0000</pubDate>
		<dc:creator>jonl</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Austin Robot Group]]></category>
		<category><![CDATA[Boing Boing]]></category>
		<category><![CDATA[Bruce Sterling]]></category>
		<category><![CDATA[Chicago Group]]></category>
		<category><![CDATA[Computer Crime]]></category>
		<category><![CDATA[Cyberpunk Books]]></category>
		<category><![CDATA[Difference Engine]]></category>
		<category><![CDATA[Edge Science Fiction]]></category>
		<category><![CDATA[Fellow Travellers]]></category>
		<category><![CDATA[Game Designer]]></category>
		<category><![CDATA[Gonna Be Trouble]]></category>
		<category><![CDATA[Hacker Crackdown]]></category>
		<category><![CDATA[Innocent Parties]]></category>
		<category><![CDATA[New Hat]]></category>
		<category><![CDATA[Operation Sun Devil]]></category>
		<category><![CDATA[Phone Phreaks]]></category>
		<category><![CDATA[Reading Fiction]]></category>
		<category><![CDATA[Robofest]]></category>
		<category><![CDATA[Texas Game]]></category>
		<category><![CDATA[Unparalleled Reputation]]></category>

		<guid isPermaLink="false">http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/</guid>
		<description><![CDATA[&#160;I ran across a few old files today. Here&#8217;s an intrerview I did with Bruce Sterling in 1992. (Originally appeared in bOING-bOING #9) Bruce Sterling&#8217;s unparalleled reputation as a writer of bleeding edge science fiction and as a spokesman for the cyberpunk literary flare is well known, but recently he&#8217;s been wearing a new hat, [...]]]></description>
			<content:encoded><![CDATA[<p></p><!-- Social Ring Buttons Start --><div class="social-ring"><div class="social-ring-button"><a href="http://twitter.com/share" data-url="http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/" data-text="1992 Bruce Sterling Interview" data-count="horizontal" class="sr-twitter-button twitter-share-button"></a></div><div class="social-ring-button"><g:plusone size="medium" callback="plusone_vote"></g:plusone></div><div class="social-ring-button"><iframe allowtransparency="true" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="width: 70px; height: 21px; position: static; left: 0px; top: 0px; visibility: visible; " tabindex="-1" vspace="0" width="100%" src="http://weblogsky.com/wp/wp-content/plugins/wordpress-social-ring//includes/share.php?url=http%3A%2F%2Fweblogsky.com%2F2009%2F11%2F19%2F1992-bruce-sterling-interview%2F"></iframe></div><div class="social-ring-button"><fb:like href="http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/" send="false" showfaces="false" width="140" layout="button_count" action="like"/></fb:like></div></div><div style="clear:both;">&nbsp;</div><!-- Social Ring Buttons End --><p>I ran across a few old files today. Here&#8217;s an intrerview I did with Bruce Sterling in 1992. (Originally appeared in bOING-bOING #9)   <I>Bruce Sterling&#8217;s unparalleled reputation as a writer of bleeding edge science fiction  and as a spokesman for the cyberpunk literary flare is well known, but recently he&#8217;s been  wearing a new hat, as journalist, chronicler of the Operation Sun Devil and   Chicago group raids on hackers and phone phreaks. His new book, <i>Hacker  Crackdown</i>, is an account of these operations, which involved Secret Service and  local police in raids on hackers and fellow travellers. Some may have been guilty of  computer crime, but others, such as Steve Jackson, an Austin, Texas game designer, were  innocent parties included for dubious reasons in operations that seemed designed less to  catch criminals than to seize equipment, an attempt to disembowel the computer  underground.  	I spoke with Bruce at the Austin Robot Group&#8217;s annual Robofest on May 16,  1992.<P>  				&#8211; Jon Lebkowsky</I><P><br />
<B>JL:</B> What made you decide to abandon science fiction for a while in favor of  journalism?<P>  <B>BS:</B> Well, it was the Jackson raid. It didn&#8217;t take genius to recognize that if  federal agencies were declaring that cyberpunk books were manuals for computer crime,  that sooner or later there was gonna be trouble. And this in my own home town, no less,  that was the real kicker. I just had to know what was going on. I felt that was too important a  matter to be left in the dark about, I just had to get to the bottom of it. And while I was  investigating it, I figured I might as well write a book about it, otherwise I would have wasted my time! [Laughs]<P>  <B>JL:</B> Was that a big hole in your reality, to drop everything else? Or were you  open at the time?<P>  <B>BS:</B> Well, you know, I&#8217;m still a fiction writer, it&#8217;s my vocation. It&#8217;s not like I  gave up reading fiction or that I no longer talk to my old friends. I had a lot of work coming  out while I was doing this. <I>The Difference Engine</I> came out in the Unite  d States, Gibson and I were on tour, I had speaking engagements, I was traveling all over,  interviewing people for the book&#8230; No, it was not a black hole, by any means.<P>  <B>JL:</B> So how did you approach the story from the time that you heard that  Jackson had been raided? I heard that you immediately started mailing news clippings to  people&#8230;<P>  <B>BS:</B> I believe mailing lists are voodoo, I really do, they&#8217;re a very important  thing. Being a &#8216;cyberpunk movement&#8217; guy&#8230;the &#8216;movement&#8217; consisted mostly of mailing  lists, and I got called &#8216;Chairman Bruce&#8217; because I was the guy who had everybody else&#8217;s  addr  esses. So I&#8217;ve always maintained quite a wide circle of correspondence, and, if anything, it&#8217;s  wider now, because thanks to my investigations into the hacker business, I now have an  Internet address and a FAX machine! <P>  <B>JL:</B> So you immediately started getting the word out to people about what had  happened&#8230;did you talk to Steve right away?<P>  <B>BS:</B> Well, no, I didn&#8217;t, actually. I thought the whole thing was gonna blow over  in a matter of days, or at most, weeks. It just seemed to me so utterly absurd that federal  agents should come in here and seize this game designer&#8217;s computers&#8230;he&#8217;s such a h  armless eccentric, he couldn&#8217;t conceivably pose any threat to the established electronic  order [laughter]. At least that&#8217;s how it seemed to me at the time, but then the thing just went  on and on, and there was just no end to it. And there were no answers,   and there were no apologies. His machines were not returned. There were no charges, and  there was no resolution of the situation.<P>  	I was doing a column for a British science fiction magazine called <i>Interzone</i> at the time, and I decided that I would do a column on Jackson, so I  actually went down to Steve Jackson Games and interviewed some of the principals. I wrote  up a blow by blo  w account of what happened on March 1, 1990 [the date of the raid] from the point of view  of the raidees. Then I printed that, and having come to discover just what had gone on, the  enormous scope of it, the bizarrity of it&#8230;federal agents showing up in   a white Chevy van before dawn and breaking their way into a place of business, a  <I>publisher&#8217;s</I> place of business, and carrying off his computers&#8230;<P>  <B>JL:</B> They visited Loyd Blankenship at the same time, didn&#8217;t they?<P>  <B>BS:</B> Oh, they also raided Chris Goggans. Those two are fairly widely known,  it&#8217;s the Izenberg case that&#8217;s not known very well. But all in all, they raided four different  Austinites, carried off their machines, and none of these people were ever charged wit  h any crime.<P>  <B>JL:</B> Did you cover the Izenberg case?<P>  <B>BS:</B> I interviewed Izenberg for my book, yeah.<P>  <B>JL:</B> What exactly happened with Bob Izenberg?<P>  <B>BS:</B> Well, Izenberg knew Terminus, Len Rose&#8230;he was involved in Len Rose&#8217;s  circle. Rose eventually did plead guilty to misdeeds with AT&#038;T software. These guys were  Internet hounds, UUCP people, and they were trading a lot of UNIX software, some of it  purp  ortedly illegitimate. This was essentially an intellectual property infringement case. Rose  was a heavy in the underground. He was not a Legion of Doom member, but he&#8217;d run  bulletin boards for many years, and he&#8217;d written one of the first autodial program  s for the IBM PC, one of these long distance code-hack things&#8230;<P>  <B>JL:</B> Sort of like the autodial program used by the Matthew Broderick character  in &#8220;War Games?&#8221;<P>  <B>BS:</B> That&#8217;s right. He was a heavy hacker dude in underground computer circles.  He also happened to work for AT&#038;T&#8230;on the AT&#038;T 3B2 computer, he was one of the  experts on that. I believe that the Chicago Task Force had Rose figured as a dangerous  individual  , because he was an adult and because he was employed by a corporation. Now somebody  like Goggans&#8230;Goggans is just, like, an *English* major, your typical swaggering college- age intrusion kid. Blankenship&#8217;s major offense is that he was LOD,and he was run  ning a board, a pretty flagrant LOD board. He was inviting telephone security people to call  in. That thing was a highly attractive nuisance, they just wanted that out of the picture. They  did in fact get it out of the picture, Blankenship shut it down af  ter the Izenberg raid&#8230;<P>  <B>JL:</B>  Was this before the Steve Jackson raid?<P>  <B>BS:</B>  Oh yeah, yeah. The Jackson raid was the last raid&#8230;the Jackson raid was  the raid that was the most complete fiasco. Jackson&#8217;s machines did not have anything  remotely hanky-panky-like on them. I mean, I have not seen the contents of Blankenship&#8217;s  mac  hine, I have not seen the contents of Goggans&#8217; machine&#8230;I know that both Blankenship and  Goggans were heavy people in the underground, they had a rep of being good at intrusion,  and I&#8217;ve heard Goggans in particular boast about his prowess on several occa  sions. They raided Goggans and they carried away his machines, but they didn&#8217;t get the best  ones. He&#8217;d hidden them away. Whatever they got, he&#8217;s never been charged with  anything.<P>  <B>JL:</B> Has anybody from any of these raids ever been charged? Rose was&#8230;<P>  <B>BS:</B> Yeah, Rose got sent to prison. Jackson was never charged, Izenberg was  never charged&#8230;.The connection in Dallas, ATTCTC &#8220;The Killer&#8221;&#8230;the guy up in Dallas  named Charles Boykin who used to work for AT&#038;T at their Consumer Technology Center at  the Info  Mart was tangentially involved in this because he was one of the informants to the police,  but the fact that he was helping them did not prevent him from getting a lot of suspicion  from Chicago. They had AT&#038;T private security seize the machines out of his   home and examine them for any sign of wrongdoing, and apparently they didn&#8217;t find  any&#8230;at least they gave him back his machines in three days. They didn&#8217;t keep them for over  two years without so much as a don&#8217;t call us, we&#8217;ll call you.<P>  <B>JL:</B> How did the Chicago authorities get involved in Texas operations?<P>  <B>BS:</B> Well, you know, that&#8217;s just the nature of computer networking. <P>  <B>JL:</B> I&#8217;m talking about Bill Cook, et al&#8230;how did they have jurisdiction down  here?<P>  <B>BS:</B> Well, he&#8217;s a federal attorney&#8230;he&#8217;s an assistant U.S. attorney, so he&#8217;s a fed,  and if he needs help, he can call on federal agencies for help, in this case the Secret  Service.<P>  <B>JL:</B> Were there ever any jurisdictional disputes?<P>  <B>BS:</B> Well, I think there would have been, had there been any other law  enforcement people who had the least idea what this guy was doing, but most police are  basically clueless about computer abuse. The few police that are not clueless all know one  another  . I estimate there&#8217;s maybe 40 or 50 of them, although there&#8217;s new ones coming in every  day. The thing is, it&#8217;s not so much that there aren&#8217;t police that can do this, the real  bottleneck is in prosecutors. These crimes are hell to prosecute. It&#8217;s really ha  rd to get a jury of twelve of one&#8217;s peers, and start in with &#8220;Well, this is what we call a  bulletin board system&#8230;have you ever heard the expression &#8216;Random Access Memory?&#8217;&#8221;  You know, that&#8217;s very tough. Sometimes it&#8217;s difficult to explain what these crim  es are, and when it is explained exactly what is going on, judges just dismiss it, you know,  the slap on the wrist. That&#8217;s one reason the hacker underground has flourished as long as it  has, and has remained remarkably unmalicious for a criminal undergrou  nd, because they&#8217;re simply not punished very hard. You can be a teenager, you can be into  this, and somebody will show up and take away all your machines; you get real sorry about  it, and you promise that you&#8217;ll never never ever do it again, and they say,   &#8220;Okay, kid, you&#8217;ve got a high SAT and your parents have three cars, so we&#8217;re gonna let you  off&#8230;.&#8221;<P>  <B>JL:</B> Seems like a day would come when this would reach some kind of critical  mass, and there would be a kind of regulatory backlash if the right people were disturbed  enough about it&#8230;.<P>  <B>BS:</B> Oh, I don&#8217;t doubt that that&#8217;s the case, I think that this was the situation the  Chicago group and the Operation Sun Devil people both wanted to provoke. They wanted  to prove that the underground was into something really hairy and awful, namely the de  struction of the 911 system. This is about the worse thing a policeman can imagine, when it  comes to telephone abuse. I mean, that&#8217;s the cops&#8217; phone, right? 911, that&#8217;s cop phones. If  &#8220;the underground&#8217;s into our phones,&#8221; that&#8217;s just too much. <P>  <B>JL:</B> What&#8217;s the main difference between Operation Sun Devil and the Chicago  operation?<P>  <B>BS:</B> Mostly it was the tactics. Sun Devil was mostly Arizona, that was the  assistant attorney general of Arizona, the now well-known Gail Thackeray, pretty much the  motivating spirit behind Sun Devil. She was interested in bulletin boards. She was into pir  ate bulletin boards, and she wanted to raid these boards because she felt that they were  chock full of evidence and that they were just sort of neat things to have if you&#8217;re a cop.  They&#8217;re worth owning, if they&#8217;re being used for criminal purposes, with cr  edit card numbers and hot phone number on them. So she got her buddies nationwide,  especially USSS, and a few of the dedicated computer crime units all pitched together and  decided they were all going to go out and kick ass and take names on May 8, 1990.   They set up loose coordination, and went out and seized every pirate bulletin board they  could get their hands on, about 25 of them.<P>  <B>JL:</B> Had they been infiltrating bulletin boards?<P>  <B>BS:</B> Well, Thackeray had informants. There isn&#8217;t a hacker cop around who  doesn&#8217;t have lots of informants. The minute you bust one of these guys, they just tell  everything. They just spill their guts. I mean, a lot of them secretly idolize cops. Lots of hac  kers are under the mistaken impression that they can grow up to be big-deal computer  security experts and make tons of money, so if the Secret Service shows up at their door,  they&#8217;re really overawed, they say &#8220;Wow, at last they&#8217;ve come to us!&#8221; I&#8217;ve actual  ly had people tell me that. One Legion of Doom member said, when raided by the Secret  Service, that his immediate impression was that they had come to him for advice.<P>  <B>JL:</B> Some of the so-called &#8220;hackers&#8221; I&#8217;ve talked to discuss <I>cyberpunk</I>  as a cultural meme. I always thought of cyberpunk as a short-term literary movement. What  about the evolution of &#8220;cyberpunk&#8221; as an evolving culture, the <I>Mondo 2000</I> sort  of   culture?<P>  <B>BS:</B> There&#8217;s nothing <I>I</I> can do about it.<P>  <B>JL:</B> How do you think that relates to the hacker aesthetic/hacker ethic?<P>  <B>BS:</B> Well, it depends on what you mean by Hacker. I&#8217;m a great believer in the  hacker ethic, as it were. I think empowering the individual is nifty, and I think the hands-on  imperative is a useful way to go about things. On the other hand, I don&#8217;t think tha  t computer intrusion really serves anybody&#8217;s purpose very much. Conceivably it might be  useful, it might have been a nifty thing for the Rumanian underground to do against the  Securitate, but you never see that happening. I don&#8217;t know of a single hacker c  ase where somebody has broken into a government computer, or some big-deal computer  system, and found some horrendous misdeeds going on, and then come out and said, &#8220;For  you see, the Trilateral Commission is trying to destroy us with their mainframe!&#8221; Tha  t never happens. They&#8217;re always breaking in on hospitals and universities and other sorta  helpless institutions. It&#8217;s like computer viruses. The people who suffer most from computer  viruses are not big deal heavy corporations. The suffereing are little pe  ople, people who barely know how to operate their computers and have no idea of  computer hygiene and computer security. Spreading viruses really plays into the hands of  large organized groups with computers, because they know how to fix it, they&#8217;ve got gu  ys on the staff full-time. It hurts the individual, it&#8217;s a very anti-hacker act to shove viruses  around. Basically, when it comes to the underground, I have very little sympathy with a lot  of their activities. They strike me as being silly and annoying an  d very immature. Like other things teenagers have done throughout history, like teenage  males doing peeping-tom stuff, or panty raids. When you&#8217;re doing a panty raid, I&#8217;m sure it  seems really a cool, groovy thing, but once you&#8217;ve actually lost your virgin  ity and seen panties in action [laughter], you no longer get completely bent out of shape  about the amazing allure of this garment. So while I don&#8217;t think this is a good thing to do, I  don&#8217;t think that people ought to be crucified for going on panty raids  . I don&#8217;t think that going on a panty raid ought to mean that your entire life is forfeit, or that  there ought to be whispering campaigns around about you for the rest of your life so that  you&#8217;ll never be hired.<P>  <B>JL:</B> How does the general paranoia about hackers fit into all this. Do you get  the sense that the cops and other people who were involved in Operation Sun Devil and in  the Chicago group didn&#8217;t really understand what they were dealing with?<P>  <B>BS:</B> The people in the Chicago group, I think, were misled by their own  propaganda. They were suffering from wishful thinking, and they really were sort of looking  for reds under the bed. And who knows? There might have <I>been</I> reds under the  bed! In t  he <I>Cuckoo&#8217;s Egg</I> case, there were reds under the bed &#8212; we&#8217;re not kidding here,  these guys were in the pay of the KGB! And that&#8217;s not a <I>joke</I>. And for all the  Chicago people knew, the entire Legion of Doom was in the pay of the KGB. I know tha  t people who were interviewed by Secret Service and so forth, one of the first things they  asked was &#8220;Do you know people from foreign intelligence apparats? Are you a communist?&#8221;  But you&#8217;re asking if the activities of the police are motivated through igno  rance. No, I don&#8217;t think that&#8217;s the case. On the contrary, I think the police know a *lot*  more than the people in the underground know. When it comes to paranoia, the sort of  unthinking, knee-jerk fear fantasy, the underground&#8217;s a *hundred* times worse t  han the police. There are people around who seriously believe that the Trilateral  Commission runs everything. There&#8217;re people who are hackers who are *nuts*. They  believe in UFOs, they take the Church of the Subgenius seriously [laughter]. There are  peopl  e out there who think that the NSA monitors every Internet post, and that the NSA has  nothing better to do than read license plates from orbit. That&#8217;s just not the case. There&#8217;s  plenty of silliness to go around&#8230;<P>  <B>JL:</B> The early stuff I read about the 911 document was that it was actually a  piece of software, that cops had been led to believe that software had been pirated. It  turned out to be a document you could get for around ten bucks.<P>  <B>BS:</B> You can&#8217;t actually get that particular document for ten bucks, but you can  get all the information in that document, and plenty more, for ten bucks. You couldn&#8217;t get  that particular document at all. The software thing, I think, was a conflation with t  he Rose case. The press was confused when they were told that. The Secret Service in  particular is an extremely closed-mouthed group, and there&#8217;s a bad mismatch between the  Secret Service and policing bulletin board systems. The bulletin board systems are   presses, they&#8217;re fairly open. Secret Service is <I>well</I> matched with something like  credit card fraud, or wire fraud, or other kinds of embezzlement, because those are legal  activities that require, or at least have always been associated with, very   great discretion. When it comes to seizing bulletin board systems or other means of public  address, it&#8217;s bad, because it&#8217;s bound to attract a lot of publicity, and the Secret Service just  never gives publicity. And if you call a Secret Service office and   ask what they have to say about their agency&#8230;call any other federal agency, call the  Railroad Retirement board, for instance, and they&#8217;ll send you four cardboard boxes full of  stuff about how great they are, but if you call the Secret Service, they have   one kind of publicly available document, <I>recruitment brochures</I>. That&#8217;s it,  nothing else.<P>  <B>JL:</B> Did you talk to the Secret Service guys very much?<P>  <B>BS:</B> I talked to ex-Secret Service people. I didn&#8217;t find anybody in Secret Service,  who was still an agent, who was willing to really level with me. And I don&#8217;t blame them, to  an extent. I think they probably would have been severely disciplined for talkin  g to me had they done that. People who are out of the Service are sometimes willing to talk  about it in retrospect.<P>  <B>JL:</B> Have you drawn any conclusions about where this is going? Are they still  raiding people, or have they cooled off since the Jackson case and some of the others  turned out to be dead ends? <P>  <B>BS:</B> It&#8217;s hard to separate the situation from the people who created it. There are  so few police involved. Sun Devil was kind of a trompe l&#8217;oeil, really, because although it  seemed huge, and the publicity was very big and sort of suggested that there was t  his gigantic, massive, incredible thing, it was really done by only a few people behind the  curtain, Thackeray foremost among them. Thackeray&#8217;s career was dealt a pretty severe  setback, not so much by Sun Devil as by a bad state election, at least bad fro  m her point of view. Cook&#8217;s career in law enforcement is pretty much over, he&#8217;s in private  practice now.  Cook had a shot at the brass ring, you know. He could have ended up  running this new thing&#8230;I think the foremost reaction out of this whole thing is   that the Department of Justice now has its own computer crime division. That&#8217;s being  headed by this guy, I forget his name but they were talking about him at Computers  Freedom and Privacy 2&#8230;he&#8217;s a new hire, and he&#8217;s supposed to be the federal czar of c  omputer crime now. And I think Cook had a shot at that job. He was an ambitious man, and  if he had carried this out&#8230;I mean, suppose that he had discovered that hackers were in the  pay of the KGB, and that they did in fact have a plan to destroy the nati  onal phone system. Or perhaps even that they had caused one of the four major telephone  crashes that happened during the course of this investigation. This guy would have been  covered in glory! He would have been the man who went out into the Electronic F  rontier, a completely unknown situation, and collared the desperadoes and brought them  back in handcuffs. It would have been a nine days&#8217; wonder. He probably could have been  state Attorney General, he could have cut himself out of the pack in a big way. T  his could have been a really high profile prosecution, and he could have ended up like  Rudolph Giuliani or something. A <I>heavy dude</I>! He had a chance, and I think he  thought the odds were good, he got his ducks in a row, the horses started to gallop   into the sunset, sweat was flying and dust was coming up&#8230;people were telling him all kinds  of weird crap, and the situation just got out of hand. And basically he descended upon a  peaceful Mexican pueblo [laughter]&#8230;<P>  <B>JL:</B> Are you going to continue to write nonfiction? <P>  <B>BS:</B> I&#8217;m trying to back off of the whole computer crime thing now. I know more  about hacking now than any sane person should have to know. After the book comes out,  I&#8217;m sure I&#8217;m going to get a lot of ridiculous phone calls from angry phone phreaks  demandin  g to know &#8220;Why isn&#8217;t my group in this?&#8221; They&#8217;re all glory hounds, every one of them has  got his own scrapbook.<P>  <B>JL:</B> You&#8217;ve been doing a lot of speaking engagements, too. Do you plan to do  more of that?<P>  <B>BS:</B> It depends on how the book goes. If the book is a big deal, I&#8217;ll probably be  transformed into a <I>recognized authority</I>&#8230;you can see what happened to Stoll.  Stoll is not a real computer crime expert, he just happened to be a thoughtful guy who wa  s paying attention. So now he gets called to lecture and do all this stuff&#8230;I don&#8217;t want to do  that, I really want to go back to writing science fiction novels.<P>  <B>JL:</B> Have you got something in the works?<P>  <B>BS:</B> I&#8217;m working on a new novel already. It&#8217;s going to be called <I>Heavy  Weather</I>&#8230;it&#8217;s about hacking tornadoes in the early 21st century.<P>  <B>JL:</B> I recall you saying that <I>Hacker Crackdown</I> would have a disk  included.<P>  <B>BS:</B> That&#8217;s still a possibility. There may be a disk given away with the  promotional stuff. I don&#8217;t know what kind of promotional effort they really want to make,  but I do plan to distribute the text of the book&#8230;I plan to publish the book to the Internet   when it comes out in paperback, which will be about a year and a half from now. I want  this book to be given away free for download.<P>  <B>JL:</B> Is this something you want to disclose publicly?<P>  <B>BS:</B> Yeah, I don&#8217;t mind talking about it now. At least I don&#8217;t mind talking about  it to bOING bOING. I would point out to people who think, &#8220;Oh great, I can wait for the  disk,&#8221; that it won&#8217;t have the handy index, nor will it have the handsome author&#8217;s phot  o on the back flyleaf. [laughter] Plus, screens are a bitch to read, let&#8217;s face it. But, I don&#8217;t  know, I might lose some money from doing this, but I don&#8217;t believe that every pixel in  cyberspace ought to be made into a sales opportunity. I really felt tha  t this was something I had to do in order to be a good citizen, something that I was sort of  uniquely qualified to do, and felt a moral obligation to do. I would have done it, really, had  no one paid me at all.<P>  <B>JL:</B> Had you never been involved with bulletin boards, would you have been  as interested in this story?<P>  <B>BS:</B> I would have been interested in it, but there&#8217;s no way I would have  devoted so much time to pursuing it. I probably lost a good novel doing this, I&#8217;ll die without  having written that book. This has not been without sacrifice.<P>  <B>JL:</B> You&#8217;ve been pretty active on bulletin boards for a long time. When did you  start using BBSs?<P>  <B>BS:</B> I think it was in &#8217;86, whenever SMOF* went up. I was on SMOF. I&#8217;m not  really that active on bulletin boards. The only bulletin board I use with any regularity at all  is the WELL. I mess around in the UT Catalog sometimes, but mostly I just go down to   the library and look at it. That&#8217;s not a system anyway, you can&#8217;t leave anything there.  Boards are a very diffuse medium, it&#8217;s like listening in on phone calls&#8230;it&#8217;s like CB radio. I  really need my information a lot more dense than that. I need bouillon   cubes, I don&#8217;t need soup.<P>  <B>JL:</B> Have you got strategies for filtering the information you pick up on bulletin  boards and on the Matrix?<P>  <B>BS:</B> When I call boards, I generally go right to their text files. I don&#8217;t bother to  read commentary. And I&#8217;ll often find that there&#8217;s something of some use in the text files, and  if there&#8217;s nothing there, that board&#8217;s going to be of no use to me anyway. M  y best filter&#8217;s not even to mess with that particular medium [laughter]. If I want to know  something about the Internet, I&#8217;ll read it in communications of the ACM&#8230;that&#8217;s a really  useful document. Or RISKS Digest, that&#8217;s an Internet thing. That&#8217;s really   useful.<P>  <B>JL:</B> You&#8217;ve read John Quarterman&#8217;s <I>The Matrix</I>?<P>  <B>BS:</B> Yeah, I&#8217;ve read <I>The Matrix</I>, I read &#8220;Computer Underground  Digest,&#8221; I read &#8220;EFFector&#8221;, I read &#8220;Phrack.&#8221; I sometimes call the NIST Computer Security  bulletin board in Washington, D.C., that&#8217;s a pretty good board. But I&#8217;m by no means a  board hound.   I write columns for magazines&#8230;I&#8217;m an author, I do words in a row. I also send FAXes  [laughter].<P>  <B>JL:</B> I recall hearing you talk to Steve Jackson about electronic books. You said  you thought that they were just throwaways.<P>  <B>BS:</B> Yeah, software is throwaways. Where is your Apple software right now?  Where is your IIe software? Do you even know where it is? You know how much money  you sank into that shit? What can you do with it now? Zilch. Nothing. People just don&#8217;t  keep that s  tuff the way that they keep books. It&#8217;s profoundly disposable. I&#8217;m not worried for the future  of literacy, though. Some people think that nobody&#8217;s going to read books in the future. I  think that&#8217;s ridiculous. You can learn stuff from books that you can&#8217;t   get from video, period. For one thing, without books you&#8217;re not going to know anything  about the past 5,000 years of history. They didn&#8217;t have video in the 18th century, okay, pal?  And if you want to know anything about the 18th century and what went on i  n it, say, why the American republic was started and what people meant when they wrote  the constitution, you gotta know about books. You&#8217;re not going to get that out of a  Hypercard stack, I&#8217;m sorry. And if you know that, you&#8217;re going to have something ver  y valuable&#8230;not just culturally and artistically valuable, but practically valuable. Knowledge  will forever govern ignorance. If you put a guy with 800 channels of tv next to a guy who  knows how to go to a library and do serious research, there&#8217;s no ques  tion who&#8217;s gonna know the skinny&#8230;<P>  <B>JL:</B> Do you have any recommended reading?<P>  <B>BS:</B> Well, yeah. I think people oughtta read bOING bOING [laughter]&#8230;and I  think everybody oughtta get Mark Ziesing&#8217;s catalog, and get what he recommends.<P>  <B>JL:</B> Lew Shiner talks about how he doesn&#8217;t read sf anymore. How about  you?<P>  <B>BS:</B> No, I still read the magazines with great regularity.<P>  <B>JL:</B> Do you read novels very much?<P>  <B>BS:</B> No, I mostly read shorter works. I&#8217;ll read a novel if I think it looks  promising.<P>  [At this point, we were drowned out by robot soul music...]<P>  <P>  <I>* SMOF-BBS, &#8220;The World&#8217;s First Online Science Fiction Convention,&#8221; has actually  been operating since 1985. Sysop is Earl Cooley <shiva>. Access: 512-467-7317 up to  9600b, 8n1.</I><P></p>
]]></content:encoded>
			<wfw:commentRss>http://weblogsky.com/2009/11/19/1992-bruce-sterling-interview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Harvey Kurtzman</title>
		<link>http://weblogsky.com/2008/12/19/harvey-kurtzman/</link>
		<comments>http://weblogsky.com/2008/12/19/harvey-kurtzman/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 02:23:01 +0000</pubDate>
		<dc:creator>jonl</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Art Spiegelman]]></category>
		<category><![CDATA[Boing Boing]]></category>
		<category><![CDATA[Comic Book Art]]></category>
		<category><![CDATA[Cultural Artifact]]></category>
		<category><![CDATA[Famous Monsters Of Filmland]]></category>
		<category><![CDATA[Gloria Steinem]]></category>
		<category><![CDATA[Harvey Kurtzman]]></category>
		<category><![CDATA[Hugh Hefner]]></category>
		<category><![CDATA[Joey Anuff]]></category>
		<category><![CDATA[Jungle Book]]></category>
		<category><![CDATA[Little Annie Fanny]]></category>
		<category><![CDATA[Mad Genius]]></category>
		<category><![CDATA[Midas Touch]]></category>
		<category><![CDATA[Monty Python]]></category>
		<category><![CDATA[Playboy Magazine]]></category>
		<category><![CDATA[Postwar America]]></category>
		<category><![CDATA[Robert Crumb]]></category>
		<category><![CDATA[Terry Gilliam]]></category>
		<category><![CDATA[War Comics]]></category>

		<guid isPermaLink="false">http://weblogsky.com/2008/12/19/harvey-kurtzman/</guid>
		<description><![CDATA[&#160; I didn&#8217;t realize former suckster Joey Anuff was comicologist &#8217;til I saw yesterday&#8217;s boing boing post about Joey&#8217;s Harvey Kurtzman collection. This warmed my heart and set a little fire in my eyeballs&#8230; I was a Harvey Kurtzman fan from the age of 7 or 8, when my brother wandered in with a ten [...]]]></description>
			<content:encoded><![CDATA[<p></p><!-- Social Ring Buttons Start --><div class="social-ring"><div class="social-ring-button"><a href="http://twitter.com/share" data-url="http://weblogsky.com/2008/12/19/harvey-kurtzman/" data-text="Harvey Kurtzman" data-count="horizontal" class="sr-twitter-button twitter-share-button"></a></div><div class="social-ring-button"><g:plusone size="medium" callback="plusone_vote"></g:plusone></div><div class="social-ring-button"><iframe allowtransparency="true" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="width: 70px; height: 21px; position: static; left: 0px; top: 0px; visibility: visible; " tabindex="-1" vspace="0" width="100%" src="http://weblogsky.com/wp/wp-content/plugins/wordpress-social-ring//includes/share.php?url=http%3A%2F%2Fweblogsky.com%2F2008%2F12%2F19%2Fharvey-kurtzman%2F"></iframe></div><div class="social-ring-button"><fb:like href="http://weblogsky.com/2008/12/19/harvey-kurtzman/" send="false" showfaces="false" width="140" layout="button_count" action="like"/></fb:like></div></div><div style="clear:both;">&nbsp;</div><!-- Social Ring Buttons End --><div align="center"><img src="http://weblogsky.com/wp/wp-content/uploads/2008/12/kurtzman.jpg" alt="Harvey Kurtzman" /></div>
<p>I didn&#8217;t realize former <a href="http://www.suck.com/">suckster</a> Joey Anuff was comicologist &#8217;til I saw yesterday&#8217;s <a href="http://www.boingboing.net/2008/12/18/fabulous-harvey-kurt.html">boing boing post</a> about Joey&#8217;s Harvey Kurtzman collection. This warmed my heart and set a little fire in my eyeballs&#8230; I was a Harvey Kurtzman fan from the age of 7 or 8, when my brother wandered in with a ten cent comic book called <i>Mad</i> &#8211; actually &#8220;Tales Calculated to Drive You MAD.&#8221; <i>Mad Magazine</i> was a key cultural artifact in my world growing up&#8230; as was Kurtzman &ndash; we followed him to <i><a href="http://www.amazon.com/Humbug-2-Set-Harvey-Kurtzman/dp/156097933X/swampdawg">Humbug</a></i>, then to <i>Help Magazine</i>, which was published by Jim Warren, who also published <i>Famous Monsters of Filmland.</i> How many young minds were destroyed and rebuilt by these guys? It was all pretty wonderful. He also created the great <a href="http://www.amazon.com/Harvey-Kurtzmans-Jungle-Book-Kurtzman/dp/0878160337/swampdawg"><i>Harvey Kurtzman&#8217;s Jungle Book</i></a>, and (with Will Elder) <a href="http://www.amazon.com/Little-Annie-Fanny-Will-Elder/dp/156971519X/swampdawg"><i>Little Annie Fanny</i></a> for <i>Playboy </i>Magazine. Now <a href="http://kurtzman.typepad.com/photos/kurtzman/index.html">Joey is &#8220;the owner of approximately 40 lbs. of blue-chip comic book art&#8221;</a> from the Kurtzman collection. He also points to an upcoming book, <i><a href="http://www.amazon.com/Art-Harvey-Kurtzman-Genius-Comics/dp/0810972964/swampdawg">The Art of Harvey Kurtzman: The Mad Genius of Comics</a></i> The Amazon product description for that book tells you how important Kurtzman was and why you should know about him, if you didn&#8217;t already:<br />
<blockquote>Harvey Kurtzman discovered Robert Crumb and gave Gloria Steinem her first job in publishing when he hired her as his assistant. Terry Gilliam also started at his side, met an unknown John Cleese in the process, and the genesis of Monty Python was formed. Art Spiegelman has stated on record that he owes his career to him. And he&#8217;s one of Playboy publisher Hugh Hefner&#8217;s favorite artists.</p>
<p>Harvey Kurtzman had a Midas touch for talent, but was himself an astonishingly talented and influential artist, writer, editor, and satirist. The creator of MAD and Playboy&#8217;s &#8220;Little Annie Fanny&#8221; was called, &#8220;One of the most important figures in postwar America&#8221; by the New York Times. Kurtzman&#8217;s groundbreaking &#8220;realistic&#8221; war comics of the early &#8217;50s and various satirical publications (MAD, Trump, Humbug, and Help!) had an immense impact on popular culture, inspiring a generation of underground cartoonists. Without Kurtzman, it&#8217;s unlikely we&#8217;d have had Airplane, SNL, or National Lampoon.</p>
<p>The Art of Harvey Kurtzman is the first and only authorized celebration of this &#8220;Master of American Comics.&#8221; This definitive book includes hundreds of never-before-seen illustrations, paintings, pencil sketches, newly discovered lost E.C. Comics layouts, color compositions, illustrated correspondence, and vintage photos from the rich Kurtzman archives</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://weblogsky.com/2008/12/19/harvey-kurtzman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

