Fun fact: the actual programs in the spacecraft were stored in core rope memory, an ancient memory technology made by (literally) weaving a fabric/rope, where the bits were physical rings of ferrite material. http://en.wikipedia.org/wiki/Core_rope_memory
"Core" memory is resistant to cosmic rays. The state of a core bit will not change when bombarded by radiation in Outer Space. Can't say the same of solid state memory. I worked on core memory computers in the 60's. You had 16K, tape drives (no disks) and FORTRAN. What a gas!
Apollo program source code
11–20 of 60 posts
Re: Apollo program source code
#12Fun fact: the actual programs in the spacecraft were stored in core rope memory, an ancient memory technology made by (literally) weaving a fabric/rope, where the bits were physical rings of ferrite material. http://en.wikipedia.org/wiki/Core_rope_memory
LOL.
Re: Apollo program source code
#13With the power of open source, "many eyes make all bugs shallow". Wouldn't be a hoot if someone ran this through a simulator, and discovered a bug that had eluded NASA?
Re: Apollo program source code
#14hmmm. so the "bugger words" at the end of, for example, http://www.ibiblio.org/apollo/listings/Colossus249/MAIN.agc.... are checksums - see http://books.google.cl/books?id=3fKzL0HfJp4C&pg=PA232... anyone know the etymology? is it just a shortened form of "debugger"? is "bugger" not common slang in american english? or is this a joke?
"Debugging" came from the action of trying to find where the bug is at in a program (or, in the original case, the machine)
Re: Apollo program source code
#15With the power of open source, "many eyes make all bugs shallow". Wouldn't be a hoot if someone ran this through a simulator, and discovered a bug that had eluded NASA?
Re: Apollo program source code
#16Fun fact: the actual programs in the spacecraft were stored in core rope memory, an ancient memory technology made by (literally) weaving a fabric/rope, where the bits were physical rings of ferrite material. http://en.wikipedia.org/wiki/Core_rope_memory
Re: Apollo program source code
#17With the power of open source, "many eyes make all bugs shallow". Wouldn't be a hoot if someone ran this through a simulator, and discovered a bug that had eluded NASA?
I'd need a lot of convincing it wasn't rather a bug in the simulator. An attainable amount of convincing, but it would be my first thought.
Bugs in code made it into space. These are documented.
Re: Apollo program source code
#18Earlier quoted context omitted.
"Core" memory is resistant to cosmic rays. The state of a core bit will not change when bombarded by radiation in Outer Space. Can't say the same of solid state memory. I worked on core memory computers in the 60's. You had 16K, tape drives (no disks) and FORTRAN. What a gas!
At a low level your correct, but you can use error correction and a lot of redundancy to prevent cosmic rays from corrupting solid state memory and still have a lot more than 16K of storage space for a long time.
Re: Apollo program source code
#19Earlier quoted context omitted.
I'd need a lot of convincing it wasn't rather a bug in the simulator. An attainable amount of convincing, but it would be my first thought.
Why? Bugs in code made it into space. These are documented.
You seem to have misinterpreted my post as me saying I would never believe it was a bug in the Apollo code, despite me making very sure to explicitly disclaim that.
Re: Apollo program source code
#20http://www.ibiblio.org/apollo/listings/Luminary099/PINBALL_G...
It's in the code repository for multiple Apollo's