Skip to main content

He-lectricity - electricity from a hurricane..

Have you ever thought of capturing a beast...or i should say the mother of beast. ??? Well, it might be very productive !! Let me tell you how .. if a "Hurricane" The one eyed monster, causing damage of $1090 million to the mankind in the past if could be harnessed in a single cell, it could run the whole United States for a year or so. So far, experts haven't collected energy from these storms, but the idea has potential if we somehow develop cost-effective technology to do it.


         
 Hurricanes storms are known as cyclones in some place and produce massive amounts of energy i.e 200 times the world's electrical generating capacity at the same moment. Now the point is how to generate energy?? As we know Hurricanes are large, spiraling tropical storms that can pack wind speeds of over 160 miles an hour and unleash more than 2.4 trillion gallons of rain a day and blah blah ... and it rotate's in a counter-clockwise direction around the eye. The rotating storm clouds create the "eye wall”, which is the most destructive part of the storm. If we place a massive  turbine on the shores of the water bodies and a giant windmill at the land fixed hard enough to the motherland that it can bear an impact of 160 mph or above easily we could do so , But as the path and origination of the cyclone isn't fixed so we could try making these machines mobile i.e whenever a hurricane originates in the water body the impact path is calculated and the machines are placed according to the conclusions.


 It's obvious that we could not move with these heavy machines everywhere but we must not lose hope, as the energy if once stored can help this world in a lot many ways. 40 percent of the hurricanes that occur in the United States hit Florida so if the machines are placed in Florida there might be a great possibility that one day we could capture the wind's and use them in our favor .
The power generation isn't that difficult if the nation's unite the main problem is how to store this massive energy .We could possibly use massive batteries but the heat generated is very very high which even today's technology isn't capable of processing so we must discuss over this and find a way to store this high energy.
Yeah! the conclusion is we can't use the hurricanes still but what if we artificially develop a smaller one....... 


 

Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup