Skip to main content

You are go, now dance the skies



The PBS documentary “Apollo’s daring mission” explains how the Apollo 8 mission was changed because the US and NASA feared that the USSR would beat them on a mission to the moon. So they changed the mission objective of Apollo 8 with the aim to fly to the moon, do 10 orbits and return to earth. What the documentary rightly makes clear is that this was in fact the first time ever in human history that humans left the earth. In the documentary, Michael Collins (who would later become the moon orbiting crew-member of Apollo 11) lamants the mundane mission milestone names that NASA created. In this case, the significant maneuver to go to the moon had been called TLI (which stands for Trans Lunar Injection) and his regret was that instead of confirming TLI he would have rather cited the beginning of a poem by a 2nd world war fighter pilot John Gillespie Magee- which starts like this:


You might think what’s the big deal - well until you see the regret and the emotions in Michael Collins, you would not know. Here is a former Astronaut, over 50 years later and now at the age of 88, still regretting and pondering and wishing that he could have done better. That’s the human spirit that got us to the moon in the first place.

As I’m writing this on the 50th anniversary of Apollo 11, I’m lamenting too. I’m lamenting about all the promise that the future of space exploration would bring us, I’m lamenting how space exploration would have been a defining moment in our time that would transcend it all, politics, hate, power. We solve this and we will have no more reason to fight over resources. Take the anniversary itself: 50 years since Apollo 11 - how is it possible that we simply stopped going to the Moon (or Mars) and instead spent these resources on useless wars. We are on a trajectory to self-destruct Spaceship earth, thus space has to become our new home. But besides the very real need, there is the human spirit - we are programmed to explore, we are explorers, why did we stop exploring beyond the moon?

My favorite poem is not really a poem, it’s an excerpt from the book “The Dream of Space flight” by Wyn Wachorst: “The need to see the larger reality of life - from the mountaintop, the moon, or the Archimedean points of science - is the basic imperative of consciousness, the specialty of our species. - that is who we are!

But there is also hope. There is hope that Space X can in fact fulfill its founders dream and put people on Mars. There’s hope that Blue Origin will find a path back to the moon. And there are many others. There’s wonder and hope in all these new endeavors, my hope is that by the time the 60th anniversary of Apollo 11 comes around, we will have rockets in space beyond the earth orbit - just like Apollo 8.  

Comments

Popular posts from this blog

Vibe Coding Alert! How I Rebuilt a Wix Site and Fed the “AI Will End SaaS” Panic

My better half is an artist and maintains a Wix.com site. For the second time in two years, Wix decided to raise the hosting fees. That’s when I suggested to my spouse that I could rebuild the website and host it on Firebase (where I host most of my projects). I assumed this wouldn’t be a big deal (I was wrong) and started researching ways to use a lightweight CMS with Firebase support. Such a system exists — it’s called FireCMS — and it’s excellent. Before I dive deeper, here’s her original site (no longer a paid Wix site):  Miyuki's WIX site Her instructions were clear: replicate it as closely as possible. So I went to work. I created a product development document with use cases, scope, screenshots from the original site, the required features, and of course FireCMS integration. I used ChatGPT to draft the document, then set up a new Firebase instance, and finally launched the Vibe Coding agent (Claude Code). The process wasn’t too different from my other projects, but what sur...

How I Ended Up Creating an AI Playground to Illustrate and Educate

TL;DR AI Playground User Guide

MCP + Context: engineering for the context – hard lessons learned

  Intro I have built my own orchestration framework because most of what I’ve seen was too complex or tried to lock you into creating workflows a certain way. I wanted something very simple and yet maximally flexible. I’m not going into details here on the framework — that’s another blog post — but I will in some cases explain why I could do what I did thanks to the flexibility of the framework, which is a dynamic DAG, can do call-backs, and uses functions and MCP servers. I will also not explain in detail what I’m doing with my current workflow, other than to say I was looking for a way to bypass large language models and instead run it on my own system at home. I succeeded with that — but that’s another blog post. Instead, what I will try to explain in this post is the most important thing after prompt engineering: context engineering, and why it’s so crucial to manage that aspect (especially when you run this at home). Stage setting A couple of weeks ago, Anthropic posted this: ...