This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20140302211225.blog

19 lines
6.5 KiB
Plaintext

The myth of the fall
<p>I was a historian before I was an activist, and I&#8217;ve been reminded recently that a lot of younger hackers have a simplified and somewhat mythologized view of how our culture evolved, one which tends to back-project today&#8217;s conditions onto the past.</p>
<p>In particular, many of us never knew &#8211; or are in the process of forgetting &#8211; how dependent we used to be on proprietary software. I think by failing to remember that past we are risking that we will misunderstand the present and mispredict the future, so I&#8217;m going to do what I can to set the record straight. </p>
<p><span id="more-5277"></span></p>
<p>Some blurriness about how things were back then is understandable; it can sometimes take a bit of effort even for those of us who were there in elder days to remember what it was like before PCs, before the Internet, before pixel-addressable color displays, before ubiquitous version-control systems. And there were so <em>few</em> of us back then &#8211; when I first found the Jargon File around 1978 you could fit every hacker in the U.S. in a medium-sized auditorium, and if you were willing to pack the aisles probably every hacker in the world.</p>
<p>A larger and subtler change, the one easiest to forget, is how dependent we were on proprietary technology and closed-source software in those days. Today&#8217;s hacker culture is very strongly identified with open-source development by both insiders and outsiders (and, of course, I bear some of the responsibility for that). But it wasn&#8217;t always like that. Before the rise of Linux and the *BSD systems around 1990 we were tied to a lot of software we usually didn&#8217;t have the source code for.</p>
<p>Part of the reason many of us tend to forget this is mythmaking by the Free Software Foundation. They would have it that there was a lost Eden of free software sharing that was crushed by commercialization in the late 1970s and early 1980s. This narrative projects Richard Stallman&#8217;s history at the MIT AI Lab on the rest of the world. But, almost everywhere else, it wasn&#8217;t like <em>that</em> either. </p>
<p>One of the few other places it was almost like that was early Unix development from 1976-1984. They really did have something recognizably like today&#8217;s open-source culture, though much smaller in scale and with communications links that were very slow and expensive by today&#8217;s standards. I was there during the end of that beginning, the last few years before AT&#038;T&#8217;s failed attempt to lock down and commercialize Unix in 1984.</p>
<p>But the truth is, before the early to mid-1980s, the technological and cultural base to support anything like what we now call &#8220;open source&#8221; largely didn&#8217;t exist at all outside of those two settings. The reason is brutally simple: <em>software wasn&#8217;t portable!</em> </p>
<p>You couldn&#8217;t do what you can do today, which is write a program in C or Perl or Ruby or Python with the confident expectation that it will run on multiple architectures. My <s>first</s> second full-time job writing code, in 1980, was representative for the time: writing communications software on a TRS-80 in Z-80 assembler. <em>Assembler</em>, people!. We wrote a lot of it. Until the early 1980s, programming in high-level languages was the exception rather than the rule. In general, you couldn&#8217;t port that stuff!</p>
<p>Not only was portability across architectures a near-impossible dream, you often couldn&#8217;t port between instances of the <em>same</em> machine without serious effort. Especially on larger machines, code tended to be intertwined with details of individual site configuration to an extent that would shock people today (IBM JCL was notoriously the worst offender, but by no means the only).</p>
<p>In that kind of environment, arguing about whether code should be redistributable in general was next to pointless, because unless the new machine was specifically designed to be binary-compatible with the old, ports amounted to being re-implementations anyway. </p>
<p>This is why the earliest social experiments in what we would now call &#8220;open source&#8221; &#8211; at SHARE and DECUS &#8211; were restricted to individual vendors&#8217; product lines and (often) to individual machine types. And it&#8217;s why the cancellation of the PDP-10 follow-on in 1983 was such a disaster for the MIT AI Lab and SAIL and other early hacker groups. There they were, stuck, having folded huge amounts of time and genius into a huge pile of 10 assembler code and no real possibility that it would ever be useful again. And this was <em>normal</em>.</p>
<p>The Unix guys showed us the way out, by (a) inventing the first non-assembler language really suitable for systems programming, and (b) proving it by writing an operating system in it. But they did something even more fundamental &mdash; they created the modern idea of software systems that are cleanly layered and built from replaceable parts, and of re-targetable development tools. </p>
<p>Tellingly, Richard Stallman had to co-opt Unix technology in order to realize his vision for the Free Software Foundation. The MIT AI Lab itself never found its way to that new world. There&#8217;s a reason the Emacs text editor is the only software artifact of that culture that survives to us, and it had to be rewritten from the ground up on the way. (Correction: A symbolic-math package called MACSYMA also survives, though in relative obscurity.)</p>
<p>Without the Unix-spawned framework of concepts and technologies, having source code simply didn&#8217;t <em>help</em> very much. This is hard for younger hackers to realize, because they have no experience of the software world before retargetable compilers and code portability became relatively common. It&#8217;s hard for a lot of older hackers to remember because we mostly cut our teeth on Unix environments that were a few crucial years ahead of the curve.</p>
<p>But we shouldn&#8217;t forget. One very good reason is that believing a myth of the fall obscures the remarkable <em>rise</em> that we actually accomplished, bootstrapping ourselves up through a series of technological and social inventions to where open source on everyone&#8217;s desk and in everyone&#8217;s phone and ubiquitous in the Internet infrastructure is now taken for granted.</p>
<p>We didn&#8217;t get here because we failed in our duty to protect a prelapsarian software commons, but because we <em>succeeded in creating one</em>. That is worth remembering.</p>