Chm Blog Behind the Scenes , Curatorial Insights

In His Own Words: John Blankenbaker

By Chris Garcia | April 05, 2016

One of the great privileges of being a curator at the Computer History Museum is access to nearly two linear miles of documentation relating to the history of computing. Not only the extensive holdings of technical manuals, marketing literature, and ephemera but also the “acquisition files” for the tens of thousands of physical objects in the Museum’s permanent collection. The acquisition files are folders containing information about the donation itself as well as provenance (the object’s “life history”) and a wide variety of interesting historical “tidbits” about the object in question. In the course of looking for information, I’ll often find pieces that I did not expect. Sales and shipping receipts from the 1950s, a business card from a company that existed for less than a month, and a photo of a child’s birthday party where she’s unwrapping a brand-new CP/M computer, are some of the unexpected things I’ve discovered in my course of my recent searches.

One afternoon, while trying to dig up a donor name deep within the acquisition files, I came across a section of fanfold paper. In itself, this is not all that rare. For example, our predecessor The Computer Museum (in Boston) often printed artifact information on fanfold paper using dot matrix printers, but for some reason, I knew this one was different. For starters, it featured a number of pencil notations and corrections to the text. For another, it was in a folder for a lesser-known computer called the Kenbak-1. The last thing I noticed was a name at the top of the page – John Blankenbaker.

John Blankenbaker with the Kenbak-1 at the Computer Museum in Boston during the PC Pioneers Day in 1986.

John Blankenbaker with the Kenbak-1 at the Computer Museum in Boston during the PC Pioneers Day in 1986.

John V. Blankenbaker, the inventor of the Kenbak, has a long career in computing, dating back to the 1950s. His association with the Museum dates back to the early 1980s when the Kenbak was named “The First PC” in the Computer Museum’s Earliest PC contest in 1986. While not as widely known as many other designers of early personal computers, he has always been one of my favorite pioneers. I was ecstatic to read a piece from an active participant written near the time of their most noted work!

It turns out I was both right and wrong. The text was actually an interview conducted during the Personal Computer Pioneer Day in 1986, of which the Earliest PC contest was a part. Sadly, no video of the interview, or any other part of the contest, exists. While it was covered in detail in the The Computer Museum Reports, this appears to be the only direct words we have from any of the participants in the contest in the collection, though there is an extensive interview with Steve Wozniak in the Museum Report. The Blankenbaker interview was the basis for an article in that same issue, though it is much shorter and not in the words of the man himself.

Here follows the speech in its entirety (PDF download below). Special thanks to John Blankenbaker for his permission to post this speech.

John Blankenbaker:

I’ve been interested in computers for some time. I started the design of my computer in 1949. Now a lot of you weren’t even around then. I didn’t have a lot to go on. There was an article in Popular Science that said there was this electronic computer beast that had probably 10,000 vacuum tubes in it. And it used only 0 and 1 in its number system. Now, that’s about all that this paragraph in Popular Science said. And faced with horrendous sets of calculations for [my] physics lab, I said, “I’m going to build a computer.” Whether it was a calculator or a computer is a bit moot, but I had a few hurdles. First off, a number system that only had zeroes and ones in it was strange to me. Zero… one… What do you do with all the rest of those digits? You wouldn’t believe, not having the benefit of New Math, how long it took me to figure out how to write a number in binary. It took me days. And then it took a little while longer to figure out how to add and subtract and the other arithmetic operations. Then I proceeded to try and adapt this to some kind of implementation. I was not an electronics expert, and I focused upon the relay as possibly one way of doing it. And I think I eventually had an arithmetic unit sort of conceptually worked out. It was based upon an electromechanical device, which I now recognize as an equivalent of a JK flip-flop. And it was a bi-stable device. And I thought that I could build an arithmetic unit with it. I turned my attention to memory, and I figured it would be one relay per bit. And I started saying, “How many relays is this going to take?” And so I chose some number of words, and I probably economized on twenty words. And I don’t know how many bits. And then I looked in my pocketbook and said, “No way I can afford this.” And that was the end of the project.But I was very fortunate in 1951, when I was a junior in college, going into senior year, to get a job at the National Bureau of Standards where I was assigned, by the luck of the draw, to the SEAC Project. It really wasn’t luck of the draw; I asked the personnel officer why I was assigned and he said, “Oh, you have lots of chemistry.” That was my first computer that I really saw. And I mean that was awe-inspiring. At the time, they were bringing up the electrostatic memory bank. One cathode ray tube held all the memory. You could actually see what was in your memory. But those dancing electrons I never did trust. And they soon found that they shouldn’t trust them either. But that was my first computer – a roomful of computer. And, incidentally, they did allow people to write and use it for their personal use with only one restriction. You were only allowed to use it during thunderstorms. That’s because it could not be trusted during those periods of time. So it could be used by private individuals. The pattern of having a computer for your own personal use was very; well um well it was a strange thought. It was always time-shared, and always scheduled, never anything for you to use yourself. Well, next year, in 1952, I went to work at Hughes Aircraft Company, and they were building a business data processor. Now in those days when you started building computers, you didn’t go hire experts because, as I say, there weren’t any experts. There wasn’t any practical knowledge. They took some kid off the street, like me, and said build us an arithmetic unit, in binary coded decimal no less. Well, it took a while. But we did. Now flip-flops in those days were very expensive. VERY expensive. And the head of the department would say, “Every flip-flop you put in is going to cost us $500 in the selling price.” So we struggled and we struggled to try to eliminate flip-flops, or find alternative techniques. I remember that in the search for alternative techniques that I even considered dominoes. I found it fascinating that someone down here [The Computer Museum] had built a computer out of Tinker Toys [Danny Hillis and Brian Silverman]. You can do the same thing out of dominoes because you have the essence of delay and you have a negation function. And with those two dominos (“OR” gates are trivial in dominoes), that is, that stand up and fall over. So that’s signal propagation as they fall over. Two streams that OR into one is an ‘OR’ gate, or one of them that comes in the back door is negation. So you get a computer. But my talents didn’t really run that way and I concentrated upon trying to eliminate flip-flops. And we struggled awfully hard at it. In some of my spare time, I really thought hard about how to eliminate flip-flops. And I finally came up with a computer design that has only one flip-flop. It has what might be called a reduced instruction set. That’s it. It only had four instructions. Store the flip-flop in memory and set the flip-flop to the ‘one’ state. Instruction two: ‘AND the state of the flip-flop with the complement of the bit from memory. Third instruction: output the state of the flip-flop and input the state of the input line to the flip-flop. And the fourth instruction was a ‘no-op’ (You use more no-ops than anything else.) There were no addresses in the instruction. So it was really quite a simple computer. It was slow, but it could emulate any other computer in the world. One flip-flop. A permanent memory in which you stored the description of a computer that you wanted to emulate. And you were off and running, but you had to run for a long time to get through one clock cycle. But it could be done with one flip-flop. I think the invention was 1955. And, incidentally, when I turned it into the patent office, they said it’s no invention because if it does what any computer does, there’s nothing unique about it. But I knew it could be done, missing only a good permanent memory – that was the requirement – but I could get it down to one flip-flop. The department head said the selling price of a computer was $500 per flip-flop. So I had it in the back of my mind: a personal computer – $500. It wouldn’t be fast. It wouldn’t be sophisticated, but it would be enough there that it could really sort of emulate, or be a respectable computer. Incidentally, if you’d like a description of that computer, it can be found in the June 1958 issue of the IRE Transactions on Electronic Computers. Now, I didn’t have a permanent memory, which was a requirement to do this. I sort of laid the whole thing aside and didn’t do much about it at all until the year 1970 when I found myself unemployed. And as a part of the process I found myself with a $6000 settlement, and I decided that if I was ever going to build a small computer this might be the time to do it. But I still didn’t have a permanent memory. I still had the fixation upon the $500 selling price, which meant $150 perhaps of cost. So, I thought about it and I said, “I’m going to try something. I will have to change my technique a little bit, method of implementation. It should be a computer that is representative of computers to the user. It doesn’t matter what it is really internally. We are not teaching digital logic. We are not going to get in there with an oscilloscope or anything, but to the user it should be a representative computer. Speed is not important. It can take all day, so to speak, to solve a problem. Speed is not important. The big question was whether I would have any fancy I/O, but at my cost of $150, I was limited. There was nothing I could do. I was familiar with the CRT technology. I had been working at a company where we had alphanumeric CRT displays, but I couldn’t include anything of that nature. The Model 33 Teletype is an obvious candidate, but the price of that certainly was beyond the price of the computer. The other device that I thought about a little bit and I just saw over here – you didn’t mention it – the little alphanumeric printer that is used in cash registers and things of that nature. I thought about perhaps trying something of that nature. In the end, I decided I would just have, for the price, to confine myself to lights and switches. Now that’s going to limit the size of the computer, but other things are going to limit the size of the computer, too, namely, just the price itself. Remember that there wasn’t a wide availability of memory in those days. The one most economical memory [technology] I could find was MOS shift registers. So, I would include two chips, each of them 1,000 bits. So I’d have 2,000 bits. Remember I would be doing this out of my own pocket, literally. I could not afford expensive tooling costs. I had to buy things that were fairly standard. That meant I got out the Allied catalogue and I looked through it. And I said, “What are the cabinets that are available? Let’s see… maybe that one, maybe that one. This is the choice, right here,” that I finally made. That’s the standard conventional cabinet from Bud called the Grand Prix. The switches and lights were standard available things. I assumed that I would be producing this in relatively small quantities, and I wanted everything to be standard. And I certainly couldn’t afford the tooling cost except the printed circuit board of the logic board in it. I did assume that I would have to design and pay for the tooling cost of that. And in choosing the ICs, I said, “I will choose IC’s which are most widely available from the most manufacturers and sell them at the lowest cost.” There were chips coming on the market that were available from one manufacturer that were rather expensive. For example, the 4 x 4 memory chip, the 170, was just out, but it was rather expensive. But the 9400s, the 7474s, flip-flops, were pretty cheap. So I concentrated upon those chips right there. It’s got a lot of them in there. There are 130 ICs in that computer right there, but they are cheap ICs. As I say, no microprocessor. There wasn’t even one announced as of that date. On input and output, I did give some thought to punched card input – an IBM card that you manually inserted and withdrew. It would be like the read only PROMs [programmable read-only memory] that we saw later – a punched card you pushed in and pushed out. That’s why right here you see a slot that is covered up. I went ahead and punched the slot in the front panel just in case that I did get around to engineering this. I tried some engineering on this, and reading punch cards photo-electrically is trickier than I imagined. So I never did really develop it. Open view of the Kenbak-1I did decide that the machine should be byte-oriented. Once you think about a byte-oriented machine and you think about the instruction format, it becomes pretty obvious that you set up one byte as an address, as a complete address, and that says 256 bytes would be a very logical size to make the computer. It would be a very neat size, and 256 bytes for manually loading is… well, you wouldn’t want any more than that. 256 bytes can be loaded and checked in twenty minutes, so I decided again these sort of balanced off. Yep, 256 still offers you lots of opportunity for respectable programs and so on. The biggest program I’ve ever had in here, which took all 256 bytes, is a program to play three-dimensional tic-tac-toe. That took every last byte and it played [did] an incredible job. It could have been much better, but memory was the limiting factor.So, considering the available memory chips – these broad decisions – I went to work on the logical design, literally, in the garage. We taped it up. My brother helped me a little bit. That was in September of 1970 that we started. Spring of that next year we had the prototype. I happened to find that there was a mathematics teachers convention just about that time that the prototype was being completed. So I quickly signed on and took it down to a convention and exhibited it to high school mathematics teachers. Very shortly, that summer, minor errors corrected, design slightly revised, in minor ways. What was a sole proprietorship became a corporation. We took on five investors. We’d have taken on more if they had been willing. I can name them right now, and in fair justice to them, I think I will do so: John Blatner, Christopher Kamp, Jim Dougherty, Vance Holdem, and Montgomery Phister – five people who knew me. I was very proud of that. I never did sell anything to anybody that didn’t know me, but five people who knew me did choose to invest in the corporation. The first two, during that summer, we went down to the public catalogue, I say public, and my wife was involved too. We went down to the public library, and we pulled out lists of private secondary schools (high schools). We made up a flyer, and we mailed it out to them, and one school bought two. That was our first sale, and very shortly thereafter the ad appeared in Scientific American. Kenbak ad that ran in Scientific AmericanBefore my issue of Scientific American even came out (I found out delivery on the East coast of Scientific American is earlier than on the West coast,) but before I had even seen my own copy of Scientific American, we were getting mail from the East coast, and I shook open one envelope, and the check for $750 fell out. And I thought, “We’re home free.” Well, that was the last time that someone just dropped the check in the envelope and said send me a computer. The typical selling procedure for the computers was a much longer process. Usually, it involved, it seemed like, six letters because they would ask more questions and so on. Well, we would guarantee the computer. “Take it, try it, if you don’t like it, we’ll give you your money back.” Our most effective marketing tool because of the cost of making a sales call, or anything else, was that, “we’ll send you the computer on trial for two weeks. At the end of that time you buy it or you send the computer back.” We’d send it out for $7.50 by UPS or Greyhound bus and they return it to us. So, for $7.50, we made a sales call, and that was about one of our most effecting ways of selling. We did use direct mailing. We did use advertising. We found that some magazines are much more effective than others. Scientific American was good. We advertised some in newspaper new product announcements. I took it to conventions, demonstrated it there, made some sales calls in the local area, and we did sign on one educational dealer in Canada who was quite successful. He didn’t understand a thing about computers at all, but if one ever broke, he could fix it. He sold several. I think he probably alone was responsible for selling more than anyone else. In the end, we were trying to enlist even more educational dealers. We had decided that the educational market was probably the best one to go after. The schools. In hindsight, that may not have been a good policy because the budgeting process is so long. Typically, after they made the decision to buy one, then they had to get budget monies, which meant the next budget cycle, and then so on down the line. So it could be a year before they could afford one. Well, we were so undercapitalized we could hardly wait. We couldn’t afford to wait for them kind of thing. In the end, Kenbak Corporation winked out of existence. We sold about forty some odd computers. At last gasp, we sold the design rights to an educational company. They did not have the success that we did at all. It’s all in a relative sense. I mean -4 is more negative than -2, right? And in the end, it just sort of slowly winked away. The investors lost all their money. A few people were owed a little bit of money in the end, including myself, but quietly we went out of existence.When I heard about the contest which, incidentally, I would not have seen through any of the advertising and I was unaware of it, because I am not actively reading the computer magazines today, but my friend Montgomery Phister talked to [Gwen and Gordon] Bell [co-founders of The Computer Museum] and volunteered one of my computers and I had to make good. When I went up to the attic, is where I went to find one, I had three. The very original prototype and two production machines. One production machine had been modified by my son to do something special. This was the only one I had left, but I regard it as entirely proper and a very good home for the computer to be here in the Museum where many people can see it. It will receive, I think, more publicity. It will contribute more to the background of computing by being here in the Museum than by being up in the attic. When I did unpack the machine to send it here, I thought, “Well, let’s just see if it works.” I had no guarantees it would work, but I plugged it in and tried it. At least most of the features seemed to work. I’ve just tried it here again and it still seems to work. I was probably a little bit conservative in the design of it. The printed circuit board used 50 mm wide lines, and we did not etch any between the pads. The power supply was so overrated that it would run down to 70 volts AC. I put a fan in it, too. I was probably too conservative on it; I could have saved some of the cost had I know been so conservative. It proved, in practice, to be a fairly reliable machine. The most unreliable aspect of it was that the switches were glued to the front panel of it. Glued, I say, epoxied, and sometimes they broke loose. That was one of the worst manufacturing problems, was just that trivial problem there.

Left to right – John Blankenbaker, Don Pond, Lee Felsenstein, and Thi Truong at the Computer Museum’s Personal Computers Pioneer Day, 1986.

Left to right – John Blankenbaker, Don Pond, Lee Felsenstein, and Thi Truong at the Computer Museum’s Personal Computers Pioneer Day, 1986.

Open view of the Kenbak-1

Kenbak ad that ran in Scientific American

In the years since the Kenbak, Blankenbaker worked for International Communication Sciences, and Symbolics, where he delivered the LISP Machine II (LM2) workstation. He later worked for Quotron, a Southern California company that developed stock market monitoring devices. His exposure to the market led him to start a regular stock market newsletter called A Non-Random Walk, which he edited for more than 7 years. He took a position with Science Products designing instruments for the blind, including cash registers, and a blood glucose meter. Blankenbaker is now retired and lives in Pennsylvania, and is a passionate researcher into genealogy and history.

Additional Material

About The Author

Chris Garcia joined the Computer History Museum in 1999. As Curator, Chris provides information on artifacts, develops content for exhibits, assists in donation review, gives talks, tours and writes articles for CORE—the official publication of the Museum.

Join the Discussion

Share

FacebookTwitterCopy Link