Monday, July 11, 2016

The code that took America to the moon was published to GitHub, and it’s like a 1960s time capsule

Written by

When programmers at the MIT Instrumentation Laboratory set out to develop the flight software for the Apollo 11 space program in the mid-1960s, the necessary technology did not exist. They had to invent it.

They came up with a new way to store computer programs, called "rope memory," and created a special version of the assembly programming language. Assembly itself is obscure to many of today's programmers—it's very difficult to read, intended to be easily understood by computers, not humans. For the Apollo Guidance Computer (AGC), MIT programmers wrote thousands of lines of that esoteric code.

Here's a very 1960s data visualization of just how much code they wrote—this is Margaret Hamilton, director of software engineering for the project, standing next to a stack of paper containing the software:

Margaret Hamilton(NASA)

The AGC code has been available to the public for quite a while–it was first uploaded by tech researcher Ron Burkey in 2003, after he'd transcribed it from scanned images of the original hardcopies MIT had put online. That is, he manually typed out each line, one by one.

"It was scanned by a airplane pilot named Gary Neff in Colorado," Burkey said in an email. "MIT got hold of the scans and put them online in the form of page images, which unfortunately had been mutilated in the process to the point of being unreadable in places." Burkey reconstructed the unreadable parts, he said, using his engineering skills to fill in the blanks.

"Quite a bit later, I managed to get some replacement scans from Gary Neff for the unreadable parts and fortunately found out that the parts I filled in were 100% correct!" he said.

The effort made the code available to any researcher or hobbyist who wanted to explore it. Burkey himself even used the software to create a simulation of the AGC:

rest at http://qz.com/726338/the-code-that-took-america-to-the-moon-was-just-published-to-github-and-its-like-a-1960s-time-capsule/

No comments:

Post a Comment