CINXE.COM

The Digital Story

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="generator" content="Movable Type Pro 6.3.7" /> <!-- google_ad_section_start --> <meta name="keywords" content="digital photography, podcast, news, photo tips, derrick story, how to, reviews"/> <meta name="description" content="Professional photographer and author Derrick Story publishes daily tech news, photo tips, techniques, reviews, and a weekly photography podcast."/> <!-- google_ad_section_end --> <!--<link rel="stylesheet" href="https://thedigitalstory.com/styles/main.css" type="text/css" />--> <!-- /* @import url(http://tds.nvresearch.com/mt-static/themes-base/blog.css); @import url(http://tds.nvresearch.com/mt-static/themes/minimalist-red/screen.css); */ --> <link rel="stylesheet" type="text/css" media="screen" href="/mt-static/themes-base/blog.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/main.css?20090329" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/widen-sidebar.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish.css" /> <!-- <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish-navbar.css" /> --> <link rel="stylesheet" href="/styles/niftyCorners.css" type="text/css" /> <link rel="stylesheet" href="/styles/niftyPrint.css" type="text/css" media="print" /> <!-- DLents 2014-03-24 Updates for monochrome and new nav --> <link rel="stylesheet" type="text/css" media="screen" href="/styles/banner.css?20140423" /> <link rel="start" href="https://thedigitalstory.com/" title="Home" sizes="16x16 32x32 64x64"/> <link rel="shortcut icon" href="/img/favicon.ico"/> <link rel="alternate" type="application/rss+xml" title="Recent Entries Feed" href="/feed/rss.xml"/> <!-- For password protection on mobile book owner page --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <!-- End mobile book owner page password stuff --> <script type="text/javascript" src="/mt.js"></script> <script type="text/javascript" src="/scripts/hoverIntent.js"></script> <script type="text/javascript" src="/scripts/superfish.min.js"></script> <script type="text/javascript" src="/scripts/fancyzoom.min.js"></script> <script type="text/javascript" src="/scripts/jquerylitebox-min.js"></script> <!-- <script type="text/javascript" src="/scripts/jquery.flickr-1.0-min.js"></script> --> <script type="text/javascript" src="/scripts/jquery.flickr-1.0_custom.js"></script> <!-- jPlayer: http://www.jplayer.org/ --> <script type="text/javascript" src="/scripts/jplayer-2.9.2/jquery.jplayer.min.js"></script> <link href="/scripts/jplayer/skin/blue.monday/jplayer.blue.monday.css" rel="stylesheet" type="text/css" /> <link href="/styles/jplayer/base.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> // keep track of which assets have their jPlayer set already var jPlayersEnabled = new Array(); // This is the function that inserts the jPlayer function jPlayerInsert(assetId, assetLabel, assetUrl) { // Default is first asset var jPlayerDivBlock = $('#jplayer-html-container-for-podcast').html(); var jPlayerDiv = '#podcast-' + assetId; var jpContainer = 'jp-container-' + assetId; $(jPlayerDiv).html(''); $(jPlayerDiv).after(jPlayerDivBlock); $(jPlayerDiv).next('.jp-audio').attr({ id: jpContainer}); jpContainer = '#' + jpContainer; // $(jpContainer).html(jPlayerDivBlock); // Add the generic jplayer to Derrick's empty div // set a unique container id // var jpContainerId = '[p_' + assetId; // $(jpContainer).attr({ class: 'jp-audio'}); // $(jpContainer).attr({ id: 'jp-container-' + assetId}); // set the div size // $(jPlayerDiv).css({ // height: '240px', // width: '420px', // textAlign: 'center' // }); // set the title $(jpContainer).find('.jp-title').find('li').text(assetLabel); $(jPlayerDiv).jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: assetUrl }); }, play: function() { // To avoid multiple jPlayers playing together. $(this).jPlayer("pauseOthers"); }, errorAlerts: true, preload: 'auto', // solution: 'html, flash', cssSelectorAncestor: jpContainer, swfPath: "/scripts/jplayer", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true, }); jPlayersEnabled[assetId] = true; return true; } </script> <!-- jPlayer --> <script type="text/javascript"> //<![CDATA[ // initialise plugins jQuery(function () { jQuery('ul.sf-menu').superfish() }) $(document).ready(function () { $('div.zoom-image a').each(function () { $(this).fancyZoom({ width: 700, height: 700, directory: 'https://thedigitalstory.com//styles/img/zoom', closeOnClick: true }) }) }) /* convert twitter time to something prettier */ function relative_time (time_value) { var values = time_value.split(' ') time_value = values[1] + ' ' + values[2] + ', ' + values[4] + ' ' + values[3] var parsed_date = Date.parse(time_value) var relative_to = (arguments.length > 1) ? arguments[1] : new Date() var delta = parseInt((relative_to.getTime() - parsed_date) / 1000) delta = delta + (relative_to.getTimezoneOffset() * 60) var r = '' if (delta < 60) { r = 'a minute ago' } else if (delta < 120) { r = 'couple of minutes ago' } else if (delta < (45 * 60)) { r = (parseInt(delta / 60)).toString() + ' minutes ago' } else if (delta < (90 * 60)) { r = 'an hour ago' } else if (delta < (24 * 60 * 60)) { r = '' + (parseInt(delta / 3600)).toString() + ' hours ago' } else if (delta < (48 * 60 * 60)) { r = '1 day ago' } else { r = (parseInt(delta / 86400)).toString() + ' days ago' } return r } /* make links out of linkable text*/ function makelink (content) { return content.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&?\/.=]+/, function (m) {return m.link(m) }) } </script> <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about="https://thedigitalstory.com/"> <dc:title>The Digital Story</dc:title> <dc:description>Where photography meets technology. Weekly podcasts, photo tips, equipment reviews, and more. Author and pro photographer Derrick Story shares his insights, experiences, and opinions.</dc:description> <license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by/3.0/"> </License> </rdf:RDF> --> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://thedigitalstory.com/rsd.xml" /> <title>The Digital Story</title> </head> <body id="mt-blog" class="mt-main-index layout-wtt"> <script> window.fbAsyncInit = function() { FB.init({ appId : '2274949605940236', xfbml : true, version : 'v5.0' }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div id="container"> <div id="container-inner"> <div id="header"> <div id="header-inner"> <div class="banner"> <div class="banner-inner"> <div id="banner-text"> <h1 class="tagline"> <a href="/">The Digital Story</a> </h1> <h1> Weekly digital photography podcasts, photo tips, reader submitted pictures, equipment reviews &amp; more </h1> </div><!-- banner-text --> <div id="nav"> <ul class="f-navbar sf-menu "> <li class="current"><a href="/">Home</a></li><!-- end home --> <li> <a href="/photography/">Photography</a> <ul> <li><a href="/photography/">All Photography</a></li> <li><a href="/photos-for-os-x/">Photos for OS X</a></li> <li><a href="/capture-one-pro/">Capture One Pro</a></li> <li><a href="/mobile-photography/">Mobile Photography</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=photography%20AND%20tips&amp;limit=20">Photography Tips</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=product%20review&amp;limit=20">Product Reviews</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> <li><a href="/diy/">DIY</a></li> <li class="last"><a href="/aperture/">Aperture 3</a></li> </ul> </li> <li> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank">Workshops</a> </li> <li> <a href="/show-notes/">Podcasts</a> <ul> <li><a href= "/show-notes/">Episode Notes</a></li> <li><a href= "/podcasts/archive/">Podcast Archive</a></li> <li><a href= "/podcasts/latest/">Latest Episode</a></li> <li class="last"><a href= "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81837345&amp;s=143441" target="_blank">Subscribe On iTunes</a></li> </ul> </li> <li><a href="/submit/">Members</a> <ul> <li><a href="/submit">Member Participation</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> </ul> </li> <li class="last"><a href="/2015/10/become-a-sponsor.html">Sponsorship</a></li> </ul> <ul id="navbar-secondary" class="f-navbar sf-menu f-navbar-2"> <li> <a href="https://www.derrickstoryphotography.com/" target="_blank">About</a> </li> <li> <a href="https://www.thenimblephotographer.com/" target="_blank">Nimble Photographer</a> </li> <li> <a href="https://www.flickr.com/thedigitalstory" target="_blank">Flickr</a> </li> <li> <a href="https://instagram.com/derrickstory" target="_blank">Instagram</a> </li> <li> <a href="https://www.facebook.com/thedigitalstory" target="_blank">Facebook</a> </li> <li> <a href="https://www.etsy.com/shop/TheFilmCameraShop" target="_blank">Camera Shop</a> </li> <li class="last"> <a href="https://derrickstory.substack.com" target="_blank">Newsletter</a> </li> </ul> </div><!-- end nav --> <!-- Generic jPlayer container, used by JS as a template --> <div id="jplayer-html-container-for-podcast" style="display: none;"> <div class="jp-audio"> <div class="jp-type-single"> <div class="jp-gui jp-interface"> <ul class="jp-controls"> <li><a href="javascript:;" class="jp-play" tabindex="1">play</a></li> <li><a href="javascript:;" class="jp-pause" tabindex="1">pause</a></li> <li><a href="javascript:;" class="jp-stop" tabindex="1">stop</a></li> <li><a href="javascript:;" class="jp-mute" tabindex="1" title="mute">mute</a></li> <li><a href="javascript:;" class="jp-unmute" tabindex="1" title="unmute">unmute</a></li> <li><a href="javascript:;" class="jp-volume-max" tabindex="1" title="max volume">max volume</a></li> </ul> <div class="jp-progress"> <div class="jp-seek-bar"> <div class="jp-play-bar"></div> </div> </div> <div class="jp-volume-bar"> <div class="jp-volume-bar-value"></div> </div> <div class="jp-time-holder"> <div class="jp-current-time"></div> <div class="jp-duration"></div> <ul class="jp-toggles"> <li><a href="javascript:;" class="jp-repeat" tabindex="1" title="repeat">repeat</a></li> <li><a href="javascript:;" class="jp-repeat-off" tabindex="1" title="repeat off">repeat off</a></li> </ul> </div> </div> <div class="jp-title"> <ul> <li>No Title Found</li> </ul> </div> <div class="jp-no-solution"> <span>Update Required</span> To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>. </div> </div> </div> </div> </div><!-- .banner-inner!--> </div><!--end banner !--> </div><!-- header-inner --> </div><!-- header --> <div id="content"> <div id="content-inner"> <div id="alpha"> <div id="alpha-inner"> <div id="tile-bar" class="entry-asset-outer tile-bar-outer"> <!-- Found: Jackery 40W Mini Solar Panel for Your Cameras and Devices --> <div class="tile-feature" onclick="parent:location.href='https://thedigitalstory.com/2024/07/Jackery-40W-Mini-Solar-Panel-Review.html'"> <img src="https://thedigitalstory.com/assets_c/2024/07/40-W-Panel-Patio-thumb-274xauto-13416.jpeg" alt="40-W-Panel-Patio.jpeg" /> <div class="tile-feature-leader"> <h4 class="tile-feature-title"> Jackery 40W Mini Solar Panel for Your Cameras and Devices </h4> </div> </div> <div class="tile-feature tile-feature-2" onclick="parent:location.href='https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html'"> <img src="https://thedigitalstory.com/assets_c/2024/11/2025-Workshops-Graphic-thumb-274xauto-13508.jpg" alt="2025-Workshops-Graphic.jpg" /> <div class="tile-feature-leader"> <h4 class="tile-feature-title"> The 2025 Photography Workshop Season - TDS Photo Podcast </h4> </div> </div> </div> <div class="entry-asset-outer"> <div id="entry-9488" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="entry_type">Daily Post</h2> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2024/09/a-hands-on-review-of-the-TentBox-Go-roof-top-tent.html" rel="bookmark">A Hands-On Review of the TentBox Go Roof Top Tent</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2024-09-25T10:11:07-08:00">September 25, 2024 10:11 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2441-13455.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2441-13455.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2441-thumb-512xauto-13455.jpeg" width="512" height="384" alt="IMG_2441.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> So much has changed with my camping over the years, but the biggest improvement happened when I moved my tent off the ground and relocated it to the top of my car. There are many reasons for this adjustment, and photography is in there among them. I want to start with the tent itself, because you might have difficulty imagining what I'm talking about. </p> <p><b>What Is a Roof Top Tent?</b></p> <p> The <a href="https://amzn.to/4eiAAHJ" target="_blank">TentBox Go</a> is a 73-pound folding tent that mounts on the roof racks of my VW ID.4. Collapsed, it is 18" high, allowing me to park the car in the garage. Set up, it is 45" tall with a 90" x 45" base that looks like a trampoline. I have a matching closed-foam air mattress that goes on top of the base, and the combination has provided me with the most comfortable night's sleep of my entire camping career. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2449-13458.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2449-13458.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2449-thumb-512xauto-13458.jpeg" width="512" height="384" alt="IMG_2449.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> The first question that people ask me when they see the TentBox Go on my car is: "How do you get up there?" The kit comes with a collapsible ladder that hooks on to the side of the platform. I climb four rungs up and roll into the tent. </p> <p> There are windows on three sides plus a skylight. Each side window has a zippered screen to keep bugs out at night, and can be opened freely during the day. This provides an elevated panoramic view of my location, which can be anywhere that I'm able to park the car. </p> <p> All of my gear stays below, locked up at night. The kitchen is configured in the back hatch area. All I have to do is open the rear boot and everything is there to prepare my next meal. </p> <p> Camera gear, solar power station, and other technical items are on the back seat or on the floor. If I need to grab a quick photo, I know exactly where my bag is and can access it immediately. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2456-13470.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2456-13470.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2456-thumb-512xauto-13470.jpeg" width="512" height="384" alt="IMG_2456.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> There are removable black screens on the inside of the VW's windows so passersby can't see in the car. I usually have a sunshade positioned in the front window. </p> <p> Being able to camp anywhere I can park the car goes beyond convenience. It's also a secret weapon for photography. </p> <p> In addition to a bedroom, the TentBox Go is also a rooftop studio. </p> <p> From this vantage point, I can photograph sunrises through one window and sunsets out the other. And instead of waiting to return to the darkroom for processing, I can open the laptop and work on the pictures from my picturesque second-story studio. It's fun and functional. </p> <p> <b>Details About Setup and Maintenance of the TentBox Go</b> </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_1896-13473.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_1896-13473.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_1896-thumb-512xauto-13473.jpeg" width="512" height="384" alt="IMG_1896.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> The tent and aluminum frame arrive in a large, single box. Even though the final configuration weighs 73 pounds, it feels heavier when all packed up. I had to drag it by the packing straps from the front porch to the garage. </p> <p> Since I already had a camping trip on the books, I wanted to build this thing as quickly as possible so I could start testing it before having to depend on it in the middle of nowhere. My brother-in-law agreed to come over on a Saturday and help me with the project. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_1895-13461.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_1895-13461.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_1895-thumb-512xauto-13461.jpeg" width="512" height="384" alt="IMG_1895.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> We both watched the assembly video a couple of times before our meeting. I pulled the car out of the garage to give us plenty of room for our workshop. The video says to allow 90 minutes to assemble and mount the TentBox Go on the top of the car. Three hours later, we joked that they must have meant 90 minutes per person. </p> <p> Much like a complicated Ikea project, we had to take our time and double-check our work along the way. We would watch a video snippet, and then execute that particular task. </p> <p> We felt there was a little sleight-of-hand involved with our instructor. He would say, "do this," then instantly be at the next stage while we hit rewind trying to figure out our misstep. But with patience, we too achieved success. </p> <p> The TentBox Go is well designed, both for its use during camping, but also for living securely atop the car. But that final stage, attaching it to the roof racks, was a bit more difficult than we anticipated. </p> <p> Their concept was clear and easy. Use four brackets to attach the tent platform to the roof racks. Each bracket had four long bolts and matching nylon-lined nuts. A spanner wrench was included in the kit, but we needed a second one so we could both work at the same time. </p> <p> Because the bolts had such great length, it took a long time to ratchet on each nut. To say it was slow-going is an understatement. And of course, this final stage comes after a few hours of assembly. </p> <p> We did secure all eight bolts, and the tent is steady as a rock on top of the car, even at 70 MPH. But it does raise an issue to be considered. What about the end of the season when you want to remove and store the TentBox Go? The tedious process of removing all eight bolts feels daunting at best. More on that later in the article. </p> <p><b>Car Mileage and the TentBox Go</b></p> <p> This leads to the second most common question folks ask me: "How does it affect your car mileage?" </p> <p> When you drive an electric vehicle, kWhs per mile is a huge consideration. Car manufacturers consider every detail to get the greatest distance from each kilowatt. The aerodynamic design down to the wheel covers is fine-tuned. Surely, attaching a wedge-shaped tent to the top isn't what they had in mind. </p> <p> When I studied the tent configuration I noticed that there was 6" of clear space between the top of the car and the bottom of the tent. In my mind, this meant that the basic airflow over the car remained somewhat the same. The question was: How much drag on top of that would the tent create? </p> <p> The results were fascinating. I kept careful logs for two months. </p> <p> Prior to the tent, the car averaged 3.3 miles per kWh. This includes summer, winter, air conditioning, heating, freeway driving, around town, and along mountain roads. </p> <p> With the TentBox Go mounted atop the VW, I'm still averaging 3.3 miles per kWh <em>if I keep the speed below 60 MPH</em>. On a recent slow-going, windy road Highway 1 camping trip, I averaged 3.7 miles per kWh. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2161-13476.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2161-13476.html','popup','width=1024,height=739,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2161-thumb-512xauto-13476.jpeg" width="512" height="369" alt="IMG_2161.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> On the freeway, if I raise my speed to 70 MPH or more, my efficiency drops down to 2.7 miles per kWh. That's substantial, and it would notably decrease my range over a long trip. </p> <p> I did some quick math for a long road trip with mostly highway miles. If I drive at the speed I normally prefer, 72-75 MPH, I would lose approximately 35 miles of range in-between charges. This is a tolerable compromise for adventures within a 500 mile radius. But for longer, multi-day driving excursions, I would have to factor in more time for charging. </p> <p> The bottom line for me is: over the last two months is that I've slowed down on the freeway, moving from the fast lane to the middle part of the road. By doing so, I'm getting an all-around 3.3 miles per kWh with the TentBox Go on top. </p> <p> But for a longer, multi-day trip to Durango, CO, where camping isn't involved, I decided to remove the TentBox and gain back the extra range. Initially, I wanted to keep it up there because I like the idea of being able to stop anywhere and set up camp. But since my destination is a cabin, the wiser decision was to leave my rooftop tent behind. </p> <p><b>Removing and Storing the TentBox Go</b></p> <p> Before my long trip to Colorado from Northern California, I reluctantly removed the TentBox Go from atop the ID.4. Instead of using the included spanner wrench to remove the nylon-lined nuts, I opted for a long socket and ratchet. This was a good move. It only took me 20 minutes to remove all 8 nuts and slide the bolts off the rail. </p> <p> Before the next step, I marked the rails with the positioning of the TentBox on my roof racks so I could quickly reinstall it before my next camping trip. I also measured with a ruler, and took pictures of everything. This should take the guesswork out of reinstallation. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2473-13464.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2473-13464.html','popup','width=1024,height=678,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2473-thumb-512xauto-13464.jpeg" width="512" height="339" alt="IMG_2473.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> The entire unit is resting on its side in the garage. I'm guessing that it will only take about half an hour to reinstall it. I did need a second person to help me lift it off the car. And I will need help again to put it back up there. </p> <p><b>Final Thoughts</b></p> <p> I can't wait to go camping again. Having an upstairs bedroom on top of the car, with a patio coming off the side, has revolutionized my outdoor adventures. </p> <p> <a href="https://thedigitalstory.com/assets_c/2024/09/IMG_2461-13467.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/09/IMG_2461-13467.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/09/IMG_2461-thumb-512xauto-13467.jpeg" width="512" height="384" alt="IMG_2461.jpeg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> As for design improvements, I would very much like a faster mounting system instead of the long bolts with nylon-secured nuts. I think the cover could have a smoother finish with less wind resistance too. That might help my Miles per kWh mileage. But other than those two wishes, I have to say that this lightweight, easy-to-set-up tent is a joy for relaxing during the day, and a good night's sleep once the campfire is extinguished. </p> <p> The <a href="https://amzn.to/4eiAAHJ" target="_blank">TentBox Go Roof Top Tent</a> is available for $1,199. I also highly recommend the accessory <a href="https://us.tentbox.com/products/tentbox-go-mattress" target="_blank">fitted mattress</a> ($125) for that extra layer of comfort. </p> <p><b>Other Articles in This Series</b></p> <p> <a href="https://thedigitalstory.com/2024/07/Bluetti-AC70-Portable-Power-Station-Review.html" target="_blank"><b>The Bluetti AC70 Power Station Review - Off-the-Grid Freedom</a></b>. </p> <p> <a href="https://thedigitalstory.com/2024/03/Jackery-explorer-300-plus-solar-generator-review.html" target="_blank"><b>The Jackery Explorer 300 Plus Review - Power Your Roadtrips</b></a>. </p> <p> <a href="https://thedigitalstory.com/2024/07/Jackery-40W-Mini-Solar-Panel-Review.html" target="_blank"><b>Jackery 40W Mini Solar Panel for Your Cameras and Devices</b></a>. <p> <a href="https://thedigitalstory.com/2024/04/roadtripping-with-the-Bodegacooler-mini-review.html" target="_blank"><b>Roadtripping with the BODEGAcooler Mini 12V Portable Fridge/Freezer - A Review</b></a>.</p> <p> <a href="https://thedigitalstory.com/2024/04/hot-coffee-on-the-road-electric-kettle-review.html" target="_blank"><b>Hot Coffee, Soup, on the Road with this Portable Electric Kettle</b></a>. </p> <p><em>Note: The affiliate links in this article help support my research and writing. There is no additional charge to you the customer. Thank you for using those links.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2024/09/a-hands-on-review-of-the-TentBox-Go-roof-top-tent.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2024/09/a-hands-on-review-of-the-TentBox-Go-roof-top-tent.html" data-layout="button"> </div> <div id="facebook-9488" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2024%2F09%2Fa-hands-on-review-of-the-TentBox-Go-roof-top-tent.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-9488" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2024/09/a-hands-on-review-of-the-TentBox-Go-roof-top-tent.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-9496" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="entry_type">Weekly Podcast</h2> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html" rel="bookmark">The 2025 Photography Workshop Season - TDS Photo Podcast </a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2024-11-18T22:25:11-08:00">November 18, 2024 10:25 PM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p><em>This is The Digital Story Podcast #974, Nov. 19, 2024. Today's theme is "The 2025 Photography Workshop Season." I'm Derrick Story.</em></p> <h2>Opening Monologue</h2> <p> Whether we gather together in the great outdoors or in front of our computer screens for an online class, TDS workshops are our opportunity to learn new techniques and share the ones we know with others. The 2025 season provides many options for us to work together. And on today's podcast, I'm going to cover what we have in store for next year. I hope you enjoy the show. </p> <p> <div id="podcast-13507" <a href="/2024/11/19/tds241119.mp3">Digital Photography Podcast 974</a> </div> </p> <p> <blockquote style="border: 2px solid #666; padding: 35px; background-color: #F5F5F5;"> <h2>Tune-In Via Your Favorite Podcast App!</h2> <hr><p> </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/03/podcast-icon-11751.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/03/podcast-icon-11751.html','popup','width=840,height=1002,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/03/podcast-icon-thumb-autox153-11751.jpeg" width="64" height="76" alt="podcast-icon.jpeg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p><b><a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81837345" target="_blank">Apple Podcasts</a> -- <a href="https://open.spotify.com/show/6C7hUeiu4saRszbKzJgOW2" target="_blank">Spotify Podcasts</a> -- <a href="https://www.stitcher.com/show/the-digital-story" target="_blank">Stitcher</a></p></b> <p><b><a href="https://www.podbean.com/podcast-detail/ezcj6-4ea8/The-Digital-Story-Photography-Podcast" target="_blank">Podbean Podcasts</a> -- <a href="https://podbay.fm/p/the-digital-story-photography-podcast" target="_blank">Podbay FM</a> -- <a href="https://tunein.com/podcasts/Arts--Culture-Podcasts/The-Digital-Story-Photography-Podcast-p1138975/" target="_blank">Tune In</a></p></b> </blockquote> <p> <br> </p> <h2>The 2025 Photography Workshop Season</h2> <p> <a href="https://thedigitalstory.com/assets_c/2024/11/2025-Workshops-Graphic-13508.html" onclick="window.open('https://thedigitalstory.com/assets_c/2024/11/2025-Workshops-Graphic-13508.html','popup','width=1960,height=1403,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2024/11/2025-Workshops-Graphic-thumb-512xauto-13508.jpg" width="512" height="366" alt="2025-Workshops-Graphic.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> You can review the entire <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank">2025 TDS Photography Workshop Season here</a>. </p> <p> Here's a note from a first-time workshop participant:</p> <p><em> "Why was this workshop so special to me as a 1st timer at a photographic workshop, it wasn't just the amazing locations, which were spectacular, but the leader, and the people who were a part of this adventure. </p> <p> I've been taking pictures since my early 20's, now in my mid 60's, I felt inspired at this workshop to get out of my comfort zone, it opened a whole new door to what I can do. The locations for this workshop is what made me want to take it in the 1st place, variety, I love variety, and that is what we had, every place we went offered so much visually. I loved the fact that each place challenged me as a photographer. </p> <p> What I liked about Derrick Story and his workshop method. Besides being a really nice guy, and an amazing photographer, I like his approach of being more laid back. I liked that he challenged us when we went on photo shoots to take different style pictures. He was always available to ask for guidance, and more ideas to try. The leadership of this workshop was top notch, this trip was planned out so well. </p> <p> What else was special, well, it was the people who participated in this workshop. We all had an instant connection, the fact that we love to take pictures. This was not a competitive group which made it even more enjoyable. I felt so comfortable with everyone right away, and they were always happy to share ideas, and knowledge, I felt inspired by everyone."</em> </p> <p> Janet </p> <p> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank">Reserve your spot now</a>. If you have any questions, use the <a href="https://www.thenimblephotographer.com/contact" target="_blank">Nimble Photographer Contact Form</a>. I will get back to you ASAP. </p> <p> I hope to work with you in 2025! </p> <h2>This Grandma AI Bot Will Waste Scammers Time by Staying on the Phone for Hours</h2> <p><em>You can <a href="https://petapixel.com/2024/11/15/this-grandma-ai-bot-will-waste-scammers-time-by-staying-on-the-phone-for-hours-daisy/" target="_blank">read the entire article</a> on PetaPixel.com.</em></p> <h2>Virtual Camera Club News</h2> <p> <b><a href="https://derrickstory.substack.com/" target="_blank">The Nimble Photographer Newsletter</a></b> is now publishing every Thursday. Readers will enjoy a variety of content spanning from short photo essays, to commentary on weekly events, to reviews of the latest and coolest photo gear. </p> <p><b>Inner Circle Members</b>: A big thanks to those who support our podcast and our efforts! We are having a blast at our new Inner Circle hangout, the private group I've set up at DerrickStoryOnline. We'd love it if you join us. You can become an Inner Circle Member by <a href="https://www.patreon.com/thedigitalstory" target="_blank">signing up at our Patreon site</a>. You will automatically be added to the new hangout.</p> <p> <b>Great Photography Articles on Live View</b> - If you check out our publication and appreciate what you see, be sure to follow us and clap for those authors. You can find us at <a href="https://medium.com/live-view" target="_blank">medium.com/live-view</a>. </p> <p> If you're interested in writing for Live View, drop me a line at dstory@gmail.com. </p> <p><b>The New Donation Kit for Carefree Shipping of Found Film Cameras</b> - If you've discovered a film camera that's no longer being used, our new Donation Kit makes it easy to pack and ship. Just visit the <a href="https://www.thenimblephotographer.com/contact" target="_blank">Contact Form</a> on <a href="https://www.thenimblephotographer.com target="_blank">thenimblephotographer.com</a>, click the box next to Donating a Film Camera, and let me know what you have. In your note, be sure to include your shipping address. </p> <p><b>Affiliate Links</b> - The links to some products in this podcast contain an affiliate code that credits The Digital Story for any purchases made from B&H Photo and Amazon via that click-through. Depending on the purchase, we may receive some financial compensation.</p> <p><b>Red River Paper</b> - And finally, be sure to visit our friends at <b><a href="http://www.redrivercatalog.com/landing/thedigitalstory/" target="_blank">Red River Paper</a></b> for all of your inkjet supply needs.</p> <p>See you next week!</p> <p><em>You can share your thoughts at the <a href="https://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html" rel="bookmark">Permalink</a> </div> <!-- include jPlayer Block here --> <script type="text/javascript"> if (typeof jPlayersEnabled[13507] === 'undefined') { jPlayerInsert('13507', 'The 2025 Photography Workshop Season - TDS Photo Podcast', 'https://thedigitalstory.com/2024/11/19/tds241119.mp3'); } </script> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html" data-layout="button"> </div> <div id="facebook-9496" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2024%2F11%2Fthe-2025-Photography-Workshop-Season-Photo-Podcast.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-9496" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> </div><!-- #alpha-inner --> </div><!-- #alpha --> <div id="beta"> <div id="beta-inner"> <div class="sidebar-element-outer"></div> <!-- div class="sidebar-element-outer"><div class="sidebar-element"><div id="googleplus"> <g:plusone align="left" annotation="none" size="medium"></g:plusone> </div> <script type="text/javascript"> gapi.plusone.go("googleplus"); </script> </div></div --> <div class="sidebar-element-sponsors-outer"> <div class="sidebar-element sidebar-element-sponsors"> <h3>Promotions</h3> <!-- B&H Deal Zone --> <p> <a href="https://www.bhphotovideo.com/?BI=5527&KBID=6357&SID=DFF&DFF=d50" target="_blank"> <img src="/img/tiles/BH-Dea-Zone-Square-180.jpg" border="0" alt="B&H Deal Zone" title="B&H Deal Zone" /> </a> </p> <!-- TDS Workshops --> <p> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank"> <img src="/img/tiles/TDS-Workshops-Ad.jpg" border="0" alt="TDS Workshops" title="TDS Workshops" /> </a> </p> <!-- Amazon photo --> <p> <a href="https://www.amazon.com/b?_encoding=UTF8&tag=storyphoto-20&linkCode=ur2&linkId=949bf6296c6531d6b076a53d5264de4f&camp=1789&creative=9325&node=13900861" target="_blank"> <img src="/img/tiles/amazon-logo-180px.jpg" border="0" alt="Amazon Photo" title="Amazon Photo" /> </a> </p> <!-- Patreon --> <p> <a href="https://www.patreon.com/thedigitalstory" target="_blank"> <img src="/img/Patreon-Tile-2018.jpg" border="0" alt="Patreon" title="Patreon" /> </a> </p> <!-- Kolari Vision --> <p> <a href="https://kolarivision.com/?ref=88" target="_blank"> <img src="/img/tiles/Kolari-Vision-Ad.jpg" border="0" alt="Kolari Vision" title="Kolari Vision" /> </a> </p> <!-- Bodega Cooler --> <p> <a href="https://www.bodegacooler.com/?click_id=s9iibz8x" target="_blank"> <img src="/img/tiles/BodegaCooler-180px.jpg" border="0" width="180" alt="Bodega Cooler" title="Bodega Cooler" /> </a> </p> <!-- Red River --> <p> <a href="https://www.redrivercatalog.com/landing/thedigitalstory/" target="_blank"> <img src="/img/tiles/RRP-180px-Tile.jpg" border="0" alt="Red River" title="Red River" /> </a> </p> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Subscribe</h3> <p> <a href="https://podcasts.apple.com/us/podcast/the-digital-story-photography-podcast/id81837345" target="_blank"> <img src="/img/tiles/TDS-Podcast-Listen-Tile-180.jpg" border="0" alt="TDS Podcast" title="TDS Podcast" /> </a> </p> </div> </div> </div> </div> <div id="gamma"> <div id="gamma-inner"> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Recent Entries</h3> <ul> <li><a href="https://thedigitalstory.com/2024/11/the-2025-Photography-Workshop-Season-Photo-Podcast.html">The 2025 Photography Workshop Season - TDS Photo Podcast </a></li> <li><a href="https://thedigitalstory.com/2024/11/tips-for-showing-pictures-on-4K-TV-photo-podcast.html">Tips for Showing Your Pictures on a 4K TV - TDS Photo Podcast </a></li> <li><a href="https://thedigitalstory.com/2024/11/post-mortem-lightroom-photography-podcast.html">Post Mortem Lightroom: What Happens When the Subscription Ends? - TDS Photo Podcast </a></li> <li><a href="https://thedigitalstory.com/2024/10/the-iPad-mini-A17-Pro-Nimble-Powerhouse-for-Photographers-Photo-Podcast.html">The iPad mini A17 Pro - Nimble Powerhouse for Photographers - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/10/the-return-of-the-point-and-shoot-camera-photo-podcast.html">The Return of the Point and Shoot Camera - TDS Photo Podcast</a></li> </ul> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Products</h3> <div> <!-- ON1 Photo RAW 2024 --> <p> <a href="https://on1.sjv.io/c/260200/1793102/12322" target="_blank"> <img src="/img/tiles/ON1-0823-RAW24-Affiliate-Ads160x600.jpg" alt="ON1 Photo RAW" /> </a> </p> <!-- Jackery --> <p> <a href="https://jackery.sjv.io/PyExYQ" target="_blank"> <img src="/img/tiles/Jackery-160x600.png" alt="Jackery" /> </a> </p> <!-- Peakto --> <p> <a href="https://cyme-affiliate-program.sjv.io/c/260200/1760956/16516" target="_blank"> <img src="/img/tiles/Peakto-1.8.jpeg" alt="Peakto" /> </a> </p> </div> </div><!-- end sidebar-element --> </div><!-- end sidebar-element-outer --> </div> </div> </div><!-- #content-inner --> </div><!-- #content --> <div id="footer"> <div id="footer-inner"> <div id="footer-content"> <h2>Books by Derrick Story</h2> <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center"> <tr> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank"> <img border="0" width="70" alt="Photos Book" src="/img/apple-photos-2nd-Ed.jpg"> </a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank">The Apple Photos Book for Photographers 2nd Edition</a> <br /> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank"><img border="0" width="70" alt="Digital Photography Companion" src="/img/digi_photo_companion.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=B002VKMOOM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank">The Digital Photography Companion</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank"><img border="0" width="70" alt="Digital Photography Hacks" src="/img/digi_photo_hacks.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=0596006667" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank">Digital Photography Hacks</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20"><img border="0" width="70" alt="iPad for Digital Photographers" src="/img/iPad-Photog-Cover.jpg" /></a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20">iPad for Digital Photographers</a> <br/> by Derrick Story </td> </tr> </table> </div> </div> </div> <div id="copyright"> &copy; 2024 Story Photography | <script language="JavaScript" type="text/javascript"> <!-- var name = "webmaster"; var domain = "thedigitalstory.com"; var display = ""; var subject = ""; var ending = ""; var style = ""; document.write('<a class="' + style + '" href="mailto:' + name + '&#64;' + domain + '?subject=' + subject + '">'); if (display) { document.write(display); } else { document.write(name + '&#64;' + domain); } document.write('</a>' + ending); // --> </script> </div> <script language="JavaScript" type="text/javascript" src="/scripts/nifty.js"></script> <script language="JavaScript" type="text/javascript" src="/scripts/niftyCalls.js"></script> </div><!-- #container-inner --> </div><!-- #container --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10