This is such an interesting peek into the engineering of these sort of systems with very constrained resources at the time. Like any random file you open contains little pragmatic design decisions like this https://github.com/chrislgarry/Apollo-11/blob/master/Comanch... # THE POSITION OF THE MOON IS STORED IN THE COMPUTER IN THE FORM OF # A NINTH DEGREE POLYNOMIAL APPROXIMATION WHICH IS VALID OVER A 15 # DAY INTERVAL…
Original Apollo 11 Guidance Computer source code for command and lunar modules
31–40 of 66 posts
Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#32Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#33the code that landed humans on the moon has 72k stars on github and your startup's monorepo still can't pass CI on the first try
If your goal was to absolutely prevent any errors and you would go great lengths to do it, you would.
Just look at any safety critical systems: medical, transportation. There has been some incidents, but some systems do work really well that are developed today.
Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#34Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#35This is such an interesting peek into the engineering of these sort of systems with very constrained resources at the time. Like any random file you open contains little pragmatic design decisions like this https://github.com/chrislgarry/Apollo-11/blob/master/Comanch... # THE POSITION OF THE MOON IS STORED IN THE COMPUTER IN THE FORM OF # A NINTH DEGREE POLYNOMIAL APPROXIMATION WHICH IS VALID OVER A 15 # DAY INTERVAL…
Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#36Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#37Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#38So yeah I'd like to see that lol
Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#39This is such an interesting peek into the engineering of these sort of systems with very constrained resources at the time. Like any random file you open contains little pragmatic design decisions like this https://github.com/chrislgarry/Apollo-11/blob/master/Comanch... # THE POSITION OF THE MOON IS STORED IN THE COMPUTER IN THE FORM OF # A NINTH DEGREE POLYNOMIAL APPROXIMATION WHICH IS VALID OVER A 15 # DAY INTERVAL…
Re: Original Apollo 11 Guidance Computer source code for command and lunar modules
#40This is such an interesting peek into the engineering of these sort of systems with very constrained resources at the time. Like any random file you open contains little pragmatic design decisions like this https://github.com/chrislgarry/Apollo-11/blob/master/Comanch... # THE POSITION OF THE MOON IS STORED IN THE COMPUTER IN THE FORM OF # A NINTH DEGREE POLYNOMIAL APPROXIMATION WHICH IS VALID OVER A 15 # DAY INTERVAL…
Given the constant launch delays how could they justify hard coding a 15 day window like this?