placeholder

/dev/lawyer

>> law, technology, and the space between

All content by Kyle E. Mitchell, who is not your lawyer.

You can subscribe via RSS/Atom or e-mail and browse other blogs.

Reduce, Reuse, Reconsiderif you wish to make a great hacker from scratch, let them reimplement the universe

This post is part of a series, Obvious Heresies.

Duplicating effort, not reusing work product, makes good software. Because duplicating effort, not reusing work product, makes good programmers. Technical progress is people progress. Openness makes software better if it makes programmers better.

Alas, the sensibilities of thoroughly developed coders often turn on duplication of effort as soon as it has worked its magic on them. Instead of ten implementations of an approach, each of which gets a different ninety percent of the way there, the engineering ideal, conceived top-down, craves a single, shared, golden reference standard. It advances that implementation in lock step with the validated state of the art. It eliminates the conditions—the crucial human conditions—that made itself possible.

Prevailing thought about open source reinforces this self-limiting reflex. Public development puts source code out there. Generous licenses permit reuse of what’s been found. Forks and self-governance facilitate improvement and maintenance, percolating new optimizations and approaches down to widely adopted projects. In this frame of mind, open source exists both for and because of reuse. Reuse is what software “wants”, and software gets what it wants. So the path to broad, free distribution was duly blazed, paved, and named. That’s “open source”, just as the universe ordered.

This rather closed view of openness privileges some aspects of what open practice is and does, while harshly downplaying and eliding others. For example, reuse-focused views of open software systematically undervalue open source code as something for “users” to read rather than to run, as a vector of education, as existence proofs for solutions to difficult problems rather than componentized embodiments of solutions. It undervalues the effect that imitation, reengineering, and straight-up cloning has on what ends up available to use. It mistakenly assumes that reuse can afford educational value on par with imitation, or that the benefit of imitation evaporates on graduation from a credible computer science curriculum.

Linux remains the obvious example of imitative bounty. No Unix, no Minix. No Minix, no Linux. No Linux, no Linus as we know him now. But Linux is almost thirty years old. Both before and since, we have seen a nearly constant cycle of reimplementation, imitation, and accretion in the form of new programming languages, frameworks, architectures, and talent.

Each upstart technology bidding to take the spotlight eventually comes under pressure to cover both the enduring standards and the hits of its immediate predecessor. Those gaps represent wide open windows of opportunity for new and less established programmers, who swoop in to port, reimplement, and adapt the “golden oldies” to the style, substance, and fashion of the aspiring new hotness. The experience envelops them, socializes them, and levels them up, even if they came to the work with substantial prior experience. Results flow from and contribute to the wave of popularity carrying both new system and early contributors to new notoriety and opportunity.

Ruby begat Rails, which remade web programming. Rails in turn begat Node, which self-consciously sought a blank slate, without blocking I/O baggage. But no sooner did the core of Node take shape than new began to imitate old, prolifically. Package management. Web server middleware. Test frameworks. Libraries. And so on. Countless new project identities, and countless personal reputations for very visible contribution, filled the gap, expanding to fill newly available space.

Rewriting, rather than reusing, frequently forces programmers into code they may have depended on for countless projects but never actually read or otherwise considered from the authors’ point of view. The naivete of the newcomer, together with the strong imperatives of the new platform, sets them on collision course with both the wisdom of prior coders, which they often helpfully lack, and the folly of the prior implementation’s assumptions and constraints, which they aren’t informed enough to impose on themselves.

Beginner mind works its magic, recreating afresh and refining in the process. As a side effect, it renders the mind beginner no more. Which prepares the cycle for another round of uninitiated, undisciplined, thoroughly rejuvenating newcomer energy. The cleaner, more distilled, more insightful prior art each generation leaves behind better nourishes the next.

Convicting this cycle for waste misses two crucial points.

First, riding this cycle is fun. It’s engrossing. It’s exciting. It lends to programming a sense of creativity and opportunity and novelty that reusing other folks’ work does not. Software isn’t capable of wanting anything, but programmers are. What programmers find fulfilling, we should expect to see a lot of.

More importantly as concerns open source, progress, from a programmer-centric view of programming, doesn’t lie in an taller heap of tools, bits, and pieces in the great programming tool shed in the sky. It lies in developing programmers who converse in a richer vocabulary of techniques and solutions, relieved of the heavier burden of inventing and implementing unguided, in unmapped territory.

Just as videos of skateboard tricks, calligraphy, guitar licks, woodworking projects, hair braids, and myriad other feats of craft and skill vastly accelerate progression in those endeavors, existence proofs for software methods and applications expand the well charted territory of programming. They raise the baseline. When you’ve seen it done, you know it can be done. And you know it’s a thing you can do. Wisdom’s a bit like a trap-door function in that way. It’s hard to get anywhere new in the first place. But once you get there, if you learn to teach the way, others can follow much more easily than you led.

In more colloquial terms, publicly available software—free or not, open or not, with source code or not—expands the boundaries of what programmers think “can’t be so hard”. Practically speaking, that thought is usually wrong. Great software looks simple from one point of view: the user’s. Don a different hat, see a very different picture.

But in an equally practical sense, “can’t be so hard” hubris is usually correct. The time frame and context have changed. Freed of uncertainty about whether it can be done, the coder faces a purer, smaller, more tractable challenge. Starting with given knowledge of a variation that worked, without the noise of all the prior iterations that didn’t, bestows an enormous head start. Maintenance, customer relations, fundraising, and business don’t magically become easy or optional. But the starting point for the grind advances.

We say that possession is nine tenths of the law. Publication is nine tenths of open source. Psychologically, the biggest leap we take is deciding to work in the open, hushing our anxieties about embarrassing commits, throwaway designs, and dirty, uncommented, unrepentantly functional code that puts the lie to any lingering delusion of gobsmacking architectural genius.

Tactically, putting software online also surrenders the strongest form of commercial protection available—secrecy—forfeiting the fantasy of universal esteem and control. The Internet is not a person. It cannot and does not want. But tons of folks using the Internet want free stuff, test their limits, and discover what they can get away with. Which is a lot, until the money involved overwhelms enforcement costs.

The same Internet-enabled promiscuity that makes so many of us genre-hopping culture hoarders—not entirely unrelated to getting away with things on the Internet—can make us programming polyglots, too. The result isn’t specialization in any number of problems that only make sense and matter to other programmers—database guy, compiler girl, front-end cowboy, edit distance scholar—but a kind of diversely reinforced, adaptable competence applicable to practical, real-world problems, as well. The proposition isn’t either-or. We can and do have both.

In probing the biographies of the programmers I look up to—many of whom wouldn’t readily describe themselves as “programmers” at all—the pattern I cannot unsee is a marked rejection of software consumerism. At various points in their development, they all eschewed or simply ignored existing solutions, despite wide availability, accessibility, and low cost, for prolonged periods of what seem, myopically, like intensely wasteful exercises in reinventing the universe. There wasn’t anything obviously new to produce. But producing, not consuming, gave them joy. So they reproduced old until new came in range, often to no greater surprise than their own.

A harsh discipline: If you haven’t tried to build one yourself, don’t use it from anyone else. If you want to know what you’re doing, do it yourself. Don’t skip to reuse at the expense of the real opportunity a need or project represents. You’ll end up like collectors who never use their collectibles: investing ever more resources in containers and storage space, or paying someone else a lot of money to keep things neat, comprehensible, and enjoyable.

All of this belongs in the practice of law as much or more as in the practice of programming. But that’s gab for another day.

Your thoughts and feedback are always welcome by e-mail.

back to topedit on GitHubrevision history