ADVERTISEMENT

What's Leni Robredo's first order of business as private citizen? K-dramas and books

Published Jun 29, 2022 03:30 pm

With less than a day until she becomes private citizen Leni Robredo, the outgoing Vice President shared what will take up most of her time once she steps down from power at noon tomorrow, June 30.

Vice President Leni Robredo (OVP photo)

Although she’s looking forward to launching Angat Buhay NGO on July 1 and 2 (Friday and Saturday), she shared that actually watching Korean dramas and reading books are the other things she’s most excited about.

“So parati kong sinasabi na (I’m always saying that) after tomorrow, makakapanood na ako ulit ng (I can watch) K-drama. After tomorrow, mababasa ko na ‘yung lahat na librong naghihintay basahin (I can read all the books that are waiting to be read),” Robredo shared, adding that she has mixed feelings about leaving because she will miss the people in her office.

But she also said it’s “very liberating” for her to know that she can take a vacation any time she wants, and that she does not need to wake up very early in the morning or study at night before going to sleep.

READ: VP Leni hooked on K-dramas

“Ngayon, nae-excite ako na ako na ulit ‘yung magda-drive sa sarili ko. Nae-excite ako na kapag lalarga ako wala na masyadong protocols. Nae-excite ako sa wala nang convoy (I am excited to drive for myself. I am excited to go without many protocols. I am excited not to have a convoy),” she added.

As vice president, she wasn’t able to go her own way for the last six years because her security team needs to be informed of her whereabouts.

Robredo has no qualms about losing these “privileges” because since she won as a congresswoman in 2013, she told herself that any privilege that comes with the position was only temporary.

It also helped that she was a development worker, which is something she would use in bringing to life the Angat Buhay NGO, a continuation of the anti-poverty advocacies she started at the Office of the Vice President (OVP).

READ: What to expect from the Angat Buhay NGO launch on July 1

This had been her plan since losing the May 2022 presidential elections to President-elect Ferdinand Marcos Jr., which is something she does not regret.

“If I have to do it all over again, knowing what the results will be, I will still do it,” Robredo stressed.

Aside from her Angat Buhay NGO, the outgoing Vice President will also be busy helping lead the fight against disinformation.

While she will let others do the technical aspect of fighting against fake news and disinformation because they have more expertise, Robredo shared that she’ll be at the “back end” since she wants to “bring everyone to the same table.”

“Hindi siya pwede iyong ginagawa ngayon na kanya-kanyang (It cannot be like what we’re doing now to each his own) effort dahil hindi natin kakayanin iyong (because we cannot take on the) machinery,” she said, criticizing the money being spend on trolling and propaganda.

READ: Robredo to continue fight vs disinformation after leaving office

The outgoing Vice President warned that if the public lets it happen, the results of the elections will be the same every single time, where those with money can twist the truth.

“So kailangan magkaisa na iyong taumbayan para salbahin ‘yung ating demokrasya. Kasi kung wala tayong gagawin, gigising tayo na isang umaga, nare-realize natin na wala na. Wala na ‘yung mga freedoms na pinaglaban natin (the people need to united to salvage our democracy. Because if we don’t do anything, we will wake up one morning to realize that we lost all the freedoms we fought for) for a very long time,” she said.

Related Tags

angat buhay ngo VP Leni Robredo books OVP K-Drama private citizen
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.