Skip to main content

How Starship will change the world

By Dhravya Shah and Sushant Pulipati
We all have dreamt of seeing humans on Mars one day. Well, there is one man who will surely get us there.
Elon musk. 

Elon Musk
                       

What would you do if you are a millionaire and a vision to change the world? 
Of course, you would make a space company with only 1 dream - GET TO MARS

This is how Starship will change humanity - FOREVER


Starship is a rocket, designed by space company SpaceX. If it becomes successful, it will be by far the most efficient rocket ever designed. Why? Well, 

Imagine if you have a paper aeroplane, you throw it once, and then you have to throw it in the dustbin,
Waste of resources, RIGHT?
You use your energy, time and paper to make an aeroplane, just to throw it once?

That's where reusability comes in. 
Normally, rockets are flown once and then thrown away in the ocean. All space companies do this. 
EXCEPT for SpaceX. 
SpaceX has been reusing the first stage of their rockets (Falcon 9 and Falcon Heavy) from 3 years now. And it's getting even better. 

Falcon 9 landing

With Starship, reusing both stages will be possible - the first booster, and the orbital second stage. 
That way, all that the company needs to pay for each launch is only the cost of fuel, which makes spaceflight much affordable.

Starship SN8 prototype to launch

With affordable spaceflight, reaching Mars and making colonies there is much easier. 

Currently, Starship is in development, and the first achievement is very close - the 15 km hop. I suggest all the readers watch the launch and landing of that 15 km hop that Starship (sn 8) will make. It will be thrilling to watch.

THANK YOU FOR READING TILL HERE!

(subscribe to my blog and do comment if you liked it) 

Comments

good attempt
do about nasa's mission of tomorrow
Dhravya Shah said…
Sure! I will do it today itself
Unknown said…
keep going and giving us such informatics
Kavish Jain said…
School mein bethe bethe ye hi kaam karo achaa hai timeless o hota hai.Aur likhπŸ˜†πŸ˜†πŸ˜†πŸ˜œ
Shruti said…
very informative and something to pay attention to.. well written!

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 ...