Unknown significant moments of computing history - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T19:59:57Zhttp://stackoverflow.com/feeds/question/178141http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history8Unknown significant moments of computing historyUnsliced2008-10-07T12:04:57Z2009-11-22T08:19:24Z
<p>Computing as a discipline in its own right (rather than as a discussion of whether it is Mathematics or Physics) is a reasonably young science. Wherever you trace its roots (e.g. Turing's paper in 1936, Babbage's engines, ATLAS, ENIAC or LEO) it's much younger than most modern nation states. </p>
<p>I've been programming (using the loosest definition) for close to 30 years but it still seems to me that I come across parts of its history that are new to me. While it shouldn't surprise me that while I studied computing at school, at University, post-grad and now as a day-job, that there is stuff I don't know, it still causes a small pause when I read an article about something which seems pivotal but about which I know absolutely nothing. </p>
<p>For instance, <a href="http://www.theregister.co.uk/2008/10/07/software_engineering_birthday/" rel="nofollow">this news item</a> describes a conference which looks to have sown the seeds for many things that have come since. It was 1968, the world was young, IBM was old, Microsoft and Sun barely in glint in their creators' eyes; the notion of separating hardware and software was new, the largest institutions had networks that numbered in the dozens of machines. Yet some of their conclusions are fresh and remain unresolved, in particular managing large projects. (The <a href="http://www.europrog.ru/book/nato1968e.pdf" rel="nofollow">proceedings</a> are fascinating and full of lessons for the future software engineer.) </p>
<p>The question is YASOP (*) - what piece of computing history do you think still has significance to our current industry but you feel people don't know enough about? </p>
<p>(*) Yet Another Stack Overflow Poll </p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/178168#17816826Answer by David Arno for Unknown significant moments of computing historyDavid Arno2008-10-07T12:13:50Z2008-10-22T11:56:41Z<p>Bletchley Park. </p>
<p>Back in WWII (or WW2 for my American friends ;) ), the modern computer was invented in England at Bletchley Park. After the war, the British government destroyed all evidence of its existence and swore everyone involved to secrecy. Thus the world came to assume the modern computer was invented in the USA a few years later. Even today - after the secrets of Bletchley Park have been revealed - most programmers remain oblivious to it.</p>
<p>(As a quick aside, it is also a national disgrace for us Brits that we haven't bothered to fund the upkeep of this historic site and it took a <a href="http://www.davidarno.org/2008/09/09/bletchley-park-thrown-a-100000-life-line-by-ibm-and-pgp/" rel="nofollow">generous donation recently from US companies</a> to highlight its plight)</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/178184#1781846Answer by devinmoore for Unknown significant moments of computing historydevinmoore2008-10-07T12:17:47Z2008-10-07T12:17:47Z<p>I have a rare piece of early computer trivia: the first computer program run on the ENIAC was a program to produce the first 1000 decimal places of Pi (source: my dad, who was there at the initial run). You could argue that this was the first "official" computer program ever.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/178229#1782291Answer by Skizz for Unknown significant moments of computing historySkizz2008-10-07T12:34:45Z2008-10-07T12:34:45Z<p>The Xerox Alto for introducing the world to GUIs.</p>
<p>Skizz</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/178256#1782562Answer by Jim C for Unknown significant moments of computing historyJim C2008-10-07T12:42:53Z2009-08-26T19:32:39Z<p>SAGE, the Semi-Automatic Ground Environment. Our original air traffic control system. Designed in the 1950, operational from 1963 to 1983. Vacuum tubes, ferrite core memory, magnetic drums, and teletype machines. It was the first large scale computer control system. It tracked all domestic flights in the USA. I was stationed at Griffiss AFB which had one of the last operations SAGE systems. </p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/198727#1987273Answer by Dan Dyer for Unknown significant moments of computing historyDan Dyer2008-10-13T19:24:06Z2008-10-13T19:24:06Z<p>In June 1945, John von Neumann published a 10-page report titled <em>"First Draft of a Report on the EDVAC"</em>. It contained the outline of pretty much every general-purpose computer built since. The EDVAC's two main innovations were the use of binary instead of decimal and that it was to be a stored-program computer.</p>
<p>Without stored-program computers, we would still be in the stone age of computing.</p>
<p><a href="http://blog.uncommons.org/2008/06/08/great-innovations-in-computing/" rel="nofollow">More here</a>.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/249240#2492402Answer by pjz for Unknown significant moments of computing historypjz2008-10-30T04:05:15Z2008-10-30T04:05:15Z<p>Vannevar Bush and his memex.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/302895#3028950Answer by feoh for Unknown significant moments of computing historyfeoh2008-11-19T18:33:13Z2008-11-19T18:33:13Z<p><a href="http://en.wikipedia.org/wiki/Calvin_Mooers" rel="nofollow">Calvin Mooers</a> invention of the <a href="http://en.wikipedia.org/wiki/TRAC_programming_language" rel="nofollow">TRAC</a> programming language. It was ahead of its time in a number of ways, and unfortunately his attempt to control and profit from it probably lead to it not being more widely known.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/303169#3031698Answer by mkoeller for Unknown significant moments of computing historymkoeller2008-11-19T20:02:42Z2008-11-19T20:02:42Z<p>Somewhere in 1973 Ken Thompson sat on a single night coding session and implemented Doug McIlroy's vague idea of pipes into the early UNIX code and invented the "|" notation in its shell.
This was the moment when the UNIX system took of. <a href="http://www.bell-labs.com/history/unix/" rel="nofollow">An article</a> describes it like this: </p>
<blockquote>
<p>The philosophy that everyone started to put forth was 'Write programs that do one thing and do it well. Write programs to work together. Write programs that handle text streams, because that is a universal interface.'</p>
<p>The development of pipes led to the concept of tools -- software programs that would be in a "tool box,"</p>
<p>Novices to the system could experiment, linking different commands together for what they thought should be the output. And very often their "pipes" worked the first time</p>
</blockquote>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304029#3040290Answer by Rob Kam for Unknown significant moments of computing historyRob Kam2008-11-20T00:57:20Z2008-11-20T17:21:50Z<p>The concept of the stored-program computer <a href="http://en.wikipedia.org/wiki/John_Mauchly#EDVAC" rel="nofollow">conceived by Presper Eckert</a> and John Mauchly in 1944, but for which John von Neumann has unfairly taken the credit. </p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304038#3040382Answer by CStick for Unknown significant moments of computing historyCStick2008-11-20T01:03:20Z2008-11-20T01:03:20Z<p>Ole-Johan Dahl and Kristen Nygaard developed the <a href="http://en.wikipedia.org/wiki/Simula" rel="nofollow">Simula</a> languages, the first object oriented programming langauges in the 1960s.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304042#3040421Answer by utku_karatas for Unknown significant moments of computing historyutku_karatas2008-11-20T01:07:58Z2008-11-20T01:07:58Z<p>Quoting from <a href="http://wiki.squeak.org/squeak/3139" rel="nofollow">Squeak wiki</a>...</p>
<blockquote>
<p>...In December 1979, the Xerox Palo Alto
Research Center developed the first
prototype for a GUI. A young man named
Steve Jobs, looking for new ideas to
work into future iterations of the
Apple computer, traded US $1 million
in stock options to Xerox for a
detailed tour of their facilities and
current projects. One of the things
Xerox showed Jobs and other members of
the Apple Lisa team was the Alto
machine, which sported a GUI and a
three-button mouse. When Jobs saw this
prototype, he had an epiphany and set
out to bring the GUI to the
public.Apple Computer then
commercialized and refined the GUI
into a system very much like that we
use today—a system which became nearly
ubiquitous after its adoption in
Microsoft Windows. The first popular
personal computer, the Apple 2, was a
hit - and made Steve Jobs one of the
biggest names of a brand-new industry...</p>
</blockquote>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304066#3040665Answer by Rob Kam for Unknown significant moments of computing historyRob Kam2008-11-20T01:25:02Z2008-11-20T09:32:03Z<p>The public debut of the computer mouse on December 9, 1968 when Douglas C. Engelbart and the group of 17 researchers working with him in the Augmentation Research Center at Stanford Research Institute in Menlo Park, CA, presented a <a href="http://sloan.stanford.edu/MouseSite/1968Demo.html" rel="nofollow">90-minute live public demonstration</a> of the <a href="http://en.wikipedia.org/wiki/On-Line_System" rel="nofollow">Online System, NLS</a> (which was the inspiration for the <a href="http://en.wikipedia.org/wiki/Xerox_Alto" rel="nofollow">Xerox Alto</a>).</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304645#3046456Answer by Rob Kam for Unknown significant moments of computing historyRob Kam2008-11-20T08:34:06Z2008-11-20T09:40:34Z<p>The invention of an <a href="http://en.wikipedia.org/wiki/Boolean_algebra_(history)#History" rel="nofollow">algebraic system of logic by George Boole in <strong>1847</strong></a>, which forms the basis of all modern digital computers. At the time it appeared to have no practical uses. </p>
<p>Approximately seventy years after Boole's death, Claude Shannon attended a philosophy class at the University of Michigan which introduced him to Boole's studies. Then in 1937 Shannon wrote a master's thesis at MIT, in which he showed how Boolean algebra could optimize the design of systems of electromechanical relays (telephone exchanges), and that circuits with relays could solve Boolean algebra problems. </p>
<p>Victor Shestakov at Moscow State University proposed a theory of electric switches based on Boolean logic earlier than Claude Shannon in 1935 but the first publication of Shestakov's result took place only in 1941.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/304686#3046865Answer by Plumfax for Unknown significant moments of computing historyPlumfax2008-11-20T08:53:10Z2009-08-27T15:03:02Z<p><strong>>> <a href="http://en.wikipedia.org/wiki/Konrad%5FZuse" rel="nofollow">Konrad Zuse</a> <<</strong></p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/523803#5238031Answer by HeretoLearn for Unknown significant moments of computing historyHeretoLearn2009-02-07T13:54:52Z2009-02-07T14:17:10Z<p>JCR Licklider, his overall vision for man machine symbiosis. He put his money( ARPA money) where his mouth was by funding all the major research in the 50s and the 60s that gave us the technologies which make the current PC.
Another one would be Claude Shannon's information theory. Not only did this infulence the direction of computing but also later was influential in the development of crytography outside of NSA and in the public domain. </p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/523840#5238402Answer by js for Unknown significant moments of computing historyjs2009-02-07T14:25:56Z2009-02-07T14:25:56Z<p><a href="http://en.wikipedia.org/wiki/Louis_Pouzin" rel="nofollow">Louis Pouzin</a> invented both one of the first packet-switching networks and the concept of the shell and its commands.</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/523857#5238570Answer by Michael Morris for Unknown significant moments of computing historyMichael Morris2009-02-07T14:36:10Z2009-02-07T14:36:10Z<p>I'd have to go with the development of numerical weather prediction, based on the principles which were first derived by Lewis Fry Richardson. He proposed that the primitive equations could be solved using a finite-differencing scheme, but when he attempted it by hand the result was off by an order of magnitude (it turns out that he didn't account for sound waves, which arise as a result of the compressibility of the atmosphere and propagate much faster than gravity/baroclinic waves).</p>
<p>It wasn't until the advent of ENIAC that Charney and numerous other American scientists were able to complete the first successful numerical forecast by solving the barotropic vorticity equation (a simplified and boiled-down version of the equations of atmospheric motion). From their early work, the entire field of numerical weather prediction has been refined over the past 60 years in an attempt to accurately reproduce and forecast the state of the atmosphere. You can actually download a port of their original code to MATLAB, and solve the same set of equations in about 15 seconds that it took them about 12 hours to do. </p>
<p>Advances in computing power, the advent of massively parallel computing, and specialized programming languages (mostly FORTRAN) have allowed us to attack problems such as complex boundary layer flow, the development of tornadoes, and gain an understanding of natural climate variability. And of course, they make the TV met's job a lot easier too ;)</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/1138871#11388712Answer by William Resing for Unknown significant moments of computing historyWilliam Resing2009-07-16T16:47:20Z2009-07-16T16:47:20Z<p>Google <a href="http://www.youtube.com/watch?v=hFSPHfZQpIQ" rel="nofollow">secret history of silicon valley</a>. They recently had a tech talk about how the CIA and NSA developed the major players early on as a form of tech transfer. Turns out that the war played a greater role in the development of the valley than we knew. </p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history/1778180#17781801Answer by outis for Unknown significant moments of computing historyoutis2009-11-22T08:19:24Z2009-11-22T08:19:24Z<p>Not so much a moment, but the <a href="http://en.wikipedia.org/wiki/PLATO" rel="nofollow">PLATO</a> system seems relatively untalked about, if not unknown. It's credited as the first computer assisted learning system. One of the designer's goals was to bring university-level education and access to technology to everyon, though costs prevented this from happening. Later versions featured monochrome plasma displays.</p>
<p>In 1972, researchers from Xerox took a tour and adapted some of what they saw for their work in Palo Alto. PLATO didn't have as big an impact on the work at PARC as PARC had on a certain other company, but the story is still oddly familiar.</p>
<p>On the darker side, PLATO's messaging system was the direct inspiration for Lotus Notes.</p>