ADVERTISEMENT

Changing platforms, unchanging principles: What it means to work in media

Published May 3, 2026 12:05 am  |  Updated May 2, 2026 04:02 pm
ENDEAVOR
Joining the Digital Media Asia forum hosted by the Manila Bulletin at the Manila Hotel last week provided a welcome opportunity for introspection on what it means to work in the media industry today. There is a certain rhythm to a life spent in journalism—a cadence shaped by deadlines, driven by curiosity, and sustained by a deep sense of public duty.
For me, that rhythm began early, long before I could fully grasp the weight of words or the reach of ideas. As a grade school pupil entrusted with the modest responsibility of a student editor, I discovered the quiet thrill of seeing thoughts take printed form. In high school, that spark grew into a steady flame, nurtured by the discipline of campus journalism and the awareness that even the smallest stories mattered.
My formative years as a student journalist unfolded against a backdrop of social and political upheaval. As a member of the College Editors Guild of the Philippines during the turbulent Dekada ’70, I witnessed firsthand how journalism could become both a witness to history and an instrument of change. It was a period of ferment, when the written word carried risks but also immense power. We learned then that journalism is not merely about reporting events. It is about giving voice to truth, often in the face of adversity.
That early immersion in advocacy-oriented journalism shaped my lifelong understanding of the craft. It taught me that the journalist’s role extends beyond chronicling facts. It involves contextualizing them, interrogating them, and presenting them in a manner that enlightens public discourse. It also instilled a profound respect for the ethical obligations that come with the profession: accuracy, fairness, and independence.
Years later, my journey in media took a different but complementary turn when I served as Communications Secretary — more commonly known as Press Secretary —under President Benigno S. Aquino III. That experience brought me to the intersection of journalism and governance, where information is not only reported but also managed, framed, and disseminated at the highest levels of public service. It was an education in the complexities of communication: how narratives are shaped, how public trust is built or eroded, and how transparency must be balanced with responsibility.
Working within government underscored for me the indispensable role of a free and vigilant press. It reinforced the idea that journalism serves as a bridge between institutions and the citizenry, ensuring accountability while fostering informed participation. It also deepened my appreciation for the pressures faced by both journalists and public officials in an increasingly scrutinized and fast-paced information environment.
Today, I find myself once again at a crossroads, reflecting on the evolving landscape of journalism in the digital age.
The ascendancy of digital media has transformed not only how news is produced and consumed, but also how it is valued. The traditional gatekeeping role of journalists has been challenged by the democratization of content creation, where anyone with a smartphone can become a publisher.
In this shifting terrain, the question that confronts many of us who have grown up in the era of print is both simple and profound: What guiding principles should illuminate our path forward?
First, the primacy of truth must remain non-negotiable. Regardless of platform — whether ink on paper or pixels on a screen — the journalist’s foremost duty is to seek and tell the truth. This requires rigorous verification, a commitment to evidence, and the courage to correct errors when they occur. In an age of misinformation and disinformation, this principle becomes even more critical.
Second, context must accompany content. The digital environment often fragments information into bite-sized pieces, stripped of nuance. Yet it is precisely context that enables understanding. Journalists must strive to connect the dots, to explain not just what happened, but why it matters. Depth should not be sacrificed at the altar of immediacy.
Third, independence must be fiercely guarded. The proliferation of platforms has introduced new pressures, from algorithms that favor sensationalism to economic models that blur the lines between editorial and advertising. Upholding editorial independence is essential to maintaining credibility and public trust.
Fourth, adaptability is no longer optional; it is imperative. The tools of journalism are evolving rapidly, from data analytics to multimedia storytelling. Embracing these innovations does not mean abandoning traditional values. Rather, it means harnessing new technologies to tell stories more effectively and reach broader audiences.
Fifth, engagement with audiences must be reimagined. Journalism is no longer a one-way transmission of information. It is an ongoing conversation. Listening to readers, responding to their concerns, and fostering constructive dialogue can strengthen the bond between media and the public.
Finally, there must be a renewed commitment to public service. At its core, journalism exists to inform, inspire, and empower. In a time when cynicism can easily take root, journalists must reaffirm their role as stewards of the public interest, guided by a sense of purpose that transcends personal or institutional gain.
As I reflect on my own journey, I am reminded that while the platforms may change, the essence of journalism endures. It is a calling that demands both humility and resolve, a willingness to learn and to lead.
The path forward may not always be clear, but it is illuminated by the enduring principles that have guided generations of journalists before us. If we hold fast to these, we can navigate the uncertainties of the present and help shape a future where journalism continues to serve as a cornerstone of democratic life.
Comments may be sent to [email protected]

Related Tags

ENDEAVOR SONNY COLOMA
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.