Skip to main content

OSIRIS-ReX - The Unspoken mission



NASA Has a mission that no one's talking about.

By Dhravya Shah , Special thanks to Sushant Pulipati

About the mission

OSIRIS-REx is a NASA asteroid study and sample-return mission. The mission's primary goal, which is expected to occur October 20, 2020, at 6:12pm EDT, is to obtain a sample of at least 60 grams from 101955 Bennu, a carbonaceous near-Earth asteroid, and return the sample to Earth for a detailed analysis.

Yes, it is targetted to collect today , and that's why it's an important topic to discuss right now.
Imagine ! a small thing made by humans is landing on a distant rock somewhere in the solar system beyond mars and collecting a small portion from it!


The asteroid is really far away, and to reach there, this spacecraft had launched way before on Sept. 8, 2016, from Cape Canaveral Air Force Station. As planned, the spacecraft will reach Bennu in 2018 and return a sample to Earth in 2023.

Why Bennu?

It might contain clues to the origin of life.

Analyzing a sample from Bennu will help planetary scientists better understand the role asteroids may have played in delivering life-forming compounds to Earth


Asteroid Bennu


Why is it important now?
Why do we study asteroids? Well,  The scientific interest in asteroids is due largely to their status as the remnant debris from the inner solar system formation process. Because some of these objects can collide with the Earth, asteroids are also important for having significantly modified the Earth's biosphere in the past.
By studying asteroids, we can finally figure out how life emerged, how water came to earth and so much more, 
This might just be one of the greatest discoveries ever.

Keep checking NASA's Twitter HERE for a lot of updates for the same !!!

Thank you





Comments

Rushabh sha said…
Very informative bro keep going

Popular posts from this blog

Rewriting Spacebot: Part1 - Deciding features and tech stack

Why Rewrite? The answer is very simple: I'm not really happy with the current state of Spacebot. Its growth is slowing down, I'm less motivated to work on the project because of just how basic it is. But this is gonna change now. Deciding the features I don't just want to make Spacebot multipurpose, I wanna make it a *good* multipurpose bot.  That is, every feature that I add to SpaceBot should also add a considerable amount of value to any discord community, which is what I think Spacebot lacked earlier. It has like 60 utility commands but most of them aren't done well. Spacebot has these features currently:  Very bad moderation  Very bad "Fun" commands  Kinda useful Utility commands but most aren't good  Kinda good Music system, I might just keep the music system as it is in the rewrite (with a few visual changes) And then there's button roles, Discord together and stuff. Which isnt really good tbh What I want to include in the rewrite: Moderation, A...

Rewriting Spacebot: Part2 - Having FUN with VIEWS VIEWS VIEWS

Rewriting SpaceBot p-2 This is just day 1 and I feel very confident, even though it's been a little difficult. I decided to start  with the bot in such a way that I can scale it almost infinitely, so I jotted down 5 things to do for the day: Complete the main file, Set up a good logging system, Decide a file structure for super clean code, Complete the fun cog WITH slash commands, and decide the database schema. All that, while travelling from Mumbai to Deolali  Do you think I managed to do it? I did most of this coding while in the car travelling from Mumbai to Deolali (I'm returning home as I write this blog).  Unpopular opinion: coding while travelling is super fun because no one knows what you are doing and why you are doing it — Dhravya Shah (@DhravyaShah) January 23, 2022   By the way, follow me on twitter A good logging system First, I asked myself: What makes a good logging system? These are some criteria I put for myself Proper log levels On-point log messa...

Rewriting Spacebot: Part3 - AUTOMOD, DATABASE GO BRRRRRRRRRRRRRRRRRRRRRRRR

 I'm really proud of this week.     Over the last week I managed to make the Automod,  work.  definitely wasnt as easy as I thought, but it works now. Join me through the thinking process and "Making it work" process in this blog. Maybe follow me on twitter? To be honest, setting up the database and caching was the hardest part. But this useful extension made everything so so so much easier. MUST HAVE Extension ( 1 ) for everyone working with #mysql on @VisualStudio This one allows you to connect to the database and edit, create columns/ rows without any code/minimal code!!! Also lets you backup your database, use pre-written SQL queries, view tables and much more pic.twitter.com/gx7cZZwmrd — Dhravya Shah (@DhravyaShah) February 6, 2022 You can follow me on twitter. I often share my experiences and stuff there  Automod Figuring out database structure Some wise man told me, "Once you make your relational database, you regret the structure for your entire ...