ADVERTISEMENT

GOSSIP GIRL: Darryl Yap, Xiao Chua exchange views on historians

Published Aug 16, 2022 12:25 pm
Darryl Yap

As of press time, director Darryl Yap’s movie, "Maid in Malacañang," has grossed more than P250 million at the box office. It has been trending on Twitter for 11 weeks now, on Facebook’s popular now list for 13 weeks, and the No. 1 movie trailer on YouTube.

In the Philippines, it has beaten the sales of international Marvel movie "Thor." The number one trending director in social media for the past 11 weeks sent me personally in messenger, the sales of the movie MIM in the U.S. and Canada where it is currently showing.

In Canada, on its first day alone, the movie beat the earnings of its competition. Yap has also reported a very successful movie premiere of the Viva film in Japan. The brilliant director graced the premiere in the land of the rising sun with Viva Artist’s Agency actress Christine Reyes, who portrays the role of Senator Imee Marcos in the movie. The cast will be touring other places such as London, Israel, Australia and Dubai in the coming weeks.

Indeed, MIM has become a household name due to its popularity.  But popularity comes with a cost, and we all know the saying in show business that you cannot please everybody. In this case, the historians. Asked what he thinks of historians, Yap reacted to the comment in his interview with Boy Abunda: “Sa tingin ko lahat ng tao naman ay historian. Sa palagay ko lahat tayo may pinanghahawakan sa kasaysayan, at may iba’t iba tayong tingin sa kasaysayan. I don’t believe that historians should be a profession. I believe that historians are researchers. Masisipag sila na kumalap ng impormasyon."

Xiao Chua

Historian Xiao Chua, a U.P. graduate and a current professor at De La Salle University, was triggered by Yap’s words and responded: “Being a historian should not be a profession? I am just an ordinary person, but with whatever little power I have, I will give my middle finger to you.” In a YouTube program entitled Facts First hosted by Christian Esguerra, Chua explains why his emotions were enraged. “I am commenting on how he said these things, that we (historians) should not be a profession. Hindi lang siya simple remark eh. You want to disable us like you disabled the media.” 

Yap responded to Chua’s interview on his Facebook page. “Mula noong ginamit mo ang propesyon mo para ilagay sa pedestal ang idols mo, disabled na. Xiao Chua, masyado kang maraming sinasabi. Ang kwento ng bansang ito ay hindi nakabase sa kwento ng idols mo. Hindi ikaw magsasabi sa mga Pilipino kung ano ang kulay ng aming pagkatao. Magpakyuhan tayo until the end of time.”  

I am hoping that when these two brilliant men meet face to face, they can just shrug off the words that have been said to each other, and it's water under the bridge. “Maid in Malacañang” is still showing in its third week, with long lines of moviegoers. The film stars Cesar Montano as President Ferdinand Marcos, Ruffa Gutierrez as Madame Imelda Marcos; Christine Reyes as Senator Imee Marcos; Diego Loyzaga as President “Bongbong” Marcos Jr.; and Ella Cruz as Irene Marcos. The three “maids in Malacañang” are Elizabeth Oropesa, Karla Estrada and Beverly Salviejo.    

Related Tags

xiaochua DarrylYap
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.