Skip to main content

Moon Machines


Today we are going to talk about a documentary by the SC (Science channel), were it talks about how the NASA created the APOLLO’s navigation system which helped the astronauts to land in the moon.

In the 60’s, the United States went through a difficult time, because it was during the period of the Vietnam War and the Cold War, the civil rights movements and many other stuff, and thanks to the tension between the americans and the soviets, along side the armaments race there was also a race to be the first in space too.

During this period, the president, John F. Kennedy focused on winning the “space race”, so that he invested many resources in the NASA, but not everything went like expected. After lots of failures the NASA started to hire engineers from the MIT to create the navigation system to reach the moon.

After all of this trial and error period, they finally succeeded to create the system technically from scratch using only a storage of 72KB, for us now this may seem quite remarkable and somewhat incredible because of the simple fact to create a navigation system of this magnitude in just 72KB, that and the fact that this concept of system was a term mostly unknown for the people in the time.

I think that the NASA took a great risk with this project, now I know  that it was worth it, but at the time it was a really tough call in matters of money mostly, not because of the creation of the spaceship itself, but all the logistics, resources and money involved in the software for the navigation system and all the maths involved in the creation of it, also the calculations for the landings, ignition, trajectory and all of that stuff, but now we can really reassure that it was totally worth it.

Comments

Popular posts from this blog

Ethical Reflection on Ready Player One

Todays blog is the last one!!!!!! It has been quite a journey, but as everything, its time to end this. On today’s blog we are going to talk about a book, Ready Player One, written by Ernest Cline, this is the book that everyone in my class has been reading during the semester, and it was really, really good, I actually enjoyed it a lot. The plot is quite simple, it talks about a kid called Wade Watts, in a world were the actual real world is kind of a huge disaster for not saying other words, but in the book exist another world, a virtual one called the Oasis, were technically everyone plays it, because it was a whole new world, not only a videogame, in there people can have jobs, meet people, study in schools. The creator of the Oasis was James Halliday, and I say was because in the book he is dead, and after his dead he created 3 easter eggs that, when a player has the three, that player will own the oasis, and be the richest person in the world, and that is the goal of our dear...

Who needs an archiect?

I n this blog entry we are going to talk about an article written by Martin Flowers entitled, “Who needs an architect”, were it talks about software architecture (kind of obvious don’t you think) and the architect's role in a software development team. To be honest, a didn’t get the author’s purpose of the article, but I think I have got the general idea, so I can review this properly. On the article the author gives many two explanations the software architecture, one of them is quoted by someone else which basically says that a high level concept of a system is only visible (or significant) to developers, now, for me this is really abstract, because I don’t thing it applies to all the projects of this topic, but the second one which is given by the author himself says that the architecture is a a shared understanding of the system design by all of the expert developers involved in the Project, now this makes more sense to me because we can understand that not only the d...

The 4+1 View Model

On today’s blog we are going to talk about the 4+1 view model, which all of this was taken from two videos. This model says that, when we are creating software we need to focus on 4 things: The logical view: which is the logical design of the software The development view: the way the program interacts between its components The process view: the way the program functions The physical view: the way the software and the hardware interact between each other Now to explain more these 4 things, the logical view refers on what are we going to build, not the actual code, but the design and logic it will have, a good example of it is a class diagram.   The development view refers on how the program is organized and how it communicates between its own parts, the component may be a good example of this because it shows exactly that, how is organized and how it communicates to work. The one that refers on how the program works is the process view, it...