ADVERTISEMENT

The best connections don't need Wi-Fi

Published Mar 1, 2024 03:12 am

FROM BEEPERS TO BYTES

ARTSAM.jpeg

I used to worry about my son. His eyes were always glued to his phone or laptop. He’d zone out, ignoring conversations and missing the world right before him. It felt like an invisible wall between us, built of pixels and notifications. When Abba’s Orchard School announced the father-and-child camping activity, it seemed like the perfect opportunity for us. The event that happens once every five years promises a chance to deepen our bonds far from the distractions of gadgets and technology.


Over 500 of us, fathers and children from all corners of the country, descended on the school’s Davao City Campus with that hope in our hearts. Nature, however, refused to cooperate, throwing us a challenge we hadn’t anticipated.


The first day’s merciless downpour challenged our spirits, saturating our tents and testing our enthusiasm. But as we were forced to stay close together, away from the relentless ping of notifications and the glow of screens, something unexpected happened. Despite the chill and the dampness seeping into the tent, we huddled close. Stories flowed, laughter filled the air, and the shared experience of those soggy moments forged bonds stronger than any Wi-Fi signal between me and my son.


This enforced digital detox drove home the importance of disconnecting to truly connect. The rain, an unwelcome guest at first, became the catalyst for a deeper understanding of those we loved the most. It served as a reminder that even amid challenges, the most extraordinary adventures are found in the company of those closest to us.

IMG-20240224-WA0001.jpg
Johanna, the youngest trailblazer of the group, stands tall and proud, her oversized hiking stick a symbol of resilience and determination. Amidst the challenge, her spirit shines as an inspiration for all.
IMG-20240224-WA0038.jpg
CAUGHT IN A SERENE PAUSE, Marlon and Johanna Arañas, Mikart and Art Samaniego, plus Mateo and Jeric Ramos, gather strength and share stories beneath the grand Lauan tree, embodying the spirit of unity and the enduring bonds formed on this remarkable journey.


 

The next day, we emerged, ready to embrace whatever lay ahead. My son and I were among the few brave (or foolish?) enough to sign up for a three-hour hike, tackling slippery slopes, rocky obstacles, and the occasional river crossing. Thankfully, we had company – Johanna Marie Arañas of Abba’s Blueridge campus in Quezon City (the youngest hiker that season) and her dad, Mateo Ramos from the Santa Rosa campus, and his father were ready for the adventure. Only six of us, plus a guide, out of hundreds of attendees, chose to trek that day.


After the previous night’s heavy downpour, the usually easy three-hour trail became a slippery, challenging trek. The trail was difficult, but every shared stumble, every helping hand, and every tired chuckle drew us closer together. Johanna, a tiny force of nature, navigated the terrain with surprising ease – never slipping, never falling. A beacon of resilience in unexpected form.  


Her example was even more potent when contrasted with our struggles. Her quiet focus and appreciation of the small joys around her – a wildflower, a startled bird –  highlighted what we missed when tied to screens and schedules. Her unwavering spirit was a humbling and inspiring reminder of what true strength can look like.


While the trek guide was right about the treacherous conditions, Johanna, the smallest among us, emerged triumphant. As we reached the end, the pride on her father’s face solidified what the entire camping trip had taught us: sometimes, to truly connect, we need to disconnect.


The memories we built that weekend, forged in mud and laughter, are far more valuable than any digital update. In a world where screens and notifications compete persistently for our attention, it's crucial to remember the power of disconnecting. Whether it's a planned digital detox or simply embracing unexpected moments forced upon us by nature, these are the times when authentic connections are made. The next time a rainy day cancels plans or a free weekend looms, consider it an opportunity. Put down the devices, engage with the people around you, and discover the extraordinary adventures that await in the simple act of being fully present.

(Art Samaniego, Jr. is the head of Manila Bulletin IT Department and is the Senior Technology Editor.)

Related Tags

Art Samaniego Jr.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.