Skip to main content

Fate degree

The world became unfolding before our eyes.

 THE BIG GHOST! "Global warming". 


Listen up! 

Historically, there are two ice ages. One of them was in the Middle Ages form the 12th to 14th centuries, followed by a "little ice age" lasts at the early 19th century, but here we are, 1998 was the warmest year in the warmest decade in the warmest century of the last millennium. Therefore, Scientist predicts the Overhasty end for this Earth and creatures thereon. 




Is the greenhouse effect can be considered as the worst phenomena? Unusually, No. The greenhouse has many unexpected advantages and before you misunderstanding, this explanation of the issue. "THE GREENHOUSE" is essential for our life on this Earth, Greenhouse main gases are Water Vapor and carbon dioxide (co2), without these two gases the surface of our lovely Earth will be covered and become frozen. Certain gases in the atmosphere trap heat radiated from the Earth's surface, preventing it from escaping back into space.  

Not all of that is dangerous, but the only thing causes fears, is the subsequences of the greenhouse effect. How its feedbacks caused by melting ice, increasing water vapor and ocean temperature changes, which is able to turn this Earth into an unimaginable place.


What we are facing and, what the coming generations will face, can be considered as "man-made climate". We have to admit that "The hot get hotter", maybe animals die or maybe plants disappear. We took responsibility on this entire universe, we are the controllers here on this Earth, What we decide now can save the coming generation and the current universe. Just remember that "Nothing is inevitable."

For more information check the comments.

Comments

Popular posts from this blog

Miserable

 This one word could describe my life right now. I am writing this because of the last book I read talking about how to re-organize your life. 32 days ago, my dad has gone. In the beginning, I couldn't cry. Now, I can't stop crying about everything. Everything reminds me of him. His favorite stuff became my nightmare. I dream of him every day, too. One week from his death, I took my exams. I didn't remember how I did in them. I knew they were not how I supposed to do, but I am not aware of how I did. I wish I could have cried when he passed. I wanted to cry a lot but I didn't have the ability to face myself with the fact of his death.  He died between my shoulders. I just saw his color turned to yellow like how my grandpa seemed before death. I heard my brother told him some prayers that a person says before death and I just shouted at him to stop. I spent time squeezing his feet to make him shocked. I even talked to him, I said don't go, don't leave me, not now...

My First year in CSE

I always wanted to be in Computer Science. I never tried to challenge myself in this area, too. I felt like I always have this barrier not to go through it. I'm so happy that in the previous 4 months I pushed myself fast and strongly to go in this field. There is a lot of paths in front of me.  I was afraid that most of the students around me in my department have skills more than me. They are so smart and hardworking, too.  In these 4 months I've tried to:  1. get 4 stars in problem-solving on  Hackerrank 2. publish my first website on  GitHub 3. edit my account on LinkedIn 4. start my program in frontend development on Coursera 5. take more than a course on C 6. Start a course related to computer architecture.  7. Start reading about Deep Learning But, How under quarantine I could do all of that.  First of all, I knew how this is a competitive field.  1. I put a counter to know how much time I ...

How to upload your work on Github (Easy and Fast)

I had a problem with uploading any of my work on Github. Amr El-Naggar, A friend of mine, helped me to upload it fast.  Here we go! Consider this is the file I want to take some project from to upload on my Github:  Click on the bar to write sth new:  Write "cmd" to pop up your command shell Open your Github Profile > Repositories > New > write the name > Create Copy the URL  Back to your Command shell and write:  (only the first time)  git init git add . git commit -m "Any message to say what you have done in this commit" (only the first time)  git remote add origin xxxxxxxxx (replace xxx with the link of the repo, ex: https://github.com/MennaEwas/Numerical-Labs)  git push -u origin master if you edited any files: git add . git commit -m "Any message to say what you have done in this commit" git push -u origin master You can easily copy and paste the lines You have to see Done!  Check the uploaded Files:  Note: If you want t...