Skip to main content

Making rockets for science!

I joined this small group of model rocket enthusiasts from India on Discord. Having an interest in model rocketry and experimenting with model rocketry in my childhood, I really took an interest in their group. And thus, after 4 years of High School not doing much rocketry, I restarted my interest in designing rocket. I was in 1st year 2nd semester college by the time I joined Rocketery-IN. Suffice to say this was the very first time I had to balance a project this big for me and my 2nd semester . This taught me a great deal about time management. 

Over the course of the next 6 months , the team and I were steadfast in developing our Jericho-1. And came December 25, 2023 -the time for Jericho to touch the sky with glory !  

I will post more about the Jerico-1 in the upcoming posts.

Comments

Popular posts from this blog

CAD : The computer aided design miracle

In this world the musing of the humble designer is seldom talked about or even thought of. What happens between the desk and the drawing board of an engineer, stays there. Even among engineering circles, the skill as important as making drawings of a physical product won't have enough suitors to fill a small room with to talk about. And in all honesty, that is fair. Making engineering drawings, or engineering graphics, for those with taste, is frankly very boring. It's tedious work making detailed drawings of a something that doesn't exist in the world, but you have to make sure its correct to the inch, on paper. To some it is an art only given to the most honored engineers, to most, it is as boring a watching paint dry.  The world has gone far away from the days of yore. No longer is the creation ground of all things engineered on paper, willed into the world by the mind of an engineer and his pencil. And with new blood, comes new innovations. The world has gone the way of...

Speech Recognition in Python

 I recently made this python speech recognition code. It's a simple , little project ment to teach the basics of speech recognition using python. It uses the SpeechRecognition library by Anthony Zhang and a text-to-speech (TTS)  element powered by the pyttx3 library made by Natesh Bhatt.  Below is the documentation to go along with the project. And here is the github repo Simple Python Speech Recognition by Prabal Pratap Singh Rawat