ADVERTISEMENT

A wake-up call to a culture of burnout

What I've learned on my journey to achieving perfection

Published Jul 21, 2025 03:16 pm
Photo of depressed female has deadline and much work, spreads hands, has long hair clenches teeth with dissatisfaction, poses at desktop with papers, models against pink background. Negative emotions
Photo of depressed female has deadline and much work, spreads hands, has long hair clenches teeth with dissatisfaction, poses at desktop with papers, models against pink background. Negative emotions
By Noah Daniel P. Bondoc
Grade 10
NTC SmartClass Homeschooling Program
10:30 p.m. My eyes burn from the glare of the screen as I critique another article for our school newspaper. I’ve just finished writing my piece on the community outreach the student council organized, where I hosted a game and gave a speech. The script and songs for the school musical still need refining. Tomorrow’s agenda is quite full: Two additional articles, another round of critiquing an article, preparation for a coding contest, and with hope... some sleep?
Most people would call this burnout. I used to call it success.
For students like me, homeschoolers juggling leadership, productions, academics, competitions, and creativity, burnout has become a twisted status symbol. We wear exhaustion like medals.
Look how much I can endure. Look how worthy I am. But here’s the truth we rarely say out loud: You can’t pour from an empty cup. Glorifying burnout doesn’t make us stronger. It breaks us.
The lie we live
We are a generation raised on highlight reels and hustle culture. Social media constantly tells us that busy means important, suffering means commitment, and perfection means we’re lovable. I believed it.
I was born into a life of comfort. I didn’t need to work to survive or support my family. So I found other ways to prove I deserved the life I had. I chased perfect grades, perfect performances, and perfect projects. Success for me wasn’t about survival. It was about validation.
Eventually, it became something deeper and more dangerous. Perfectionism became my addiction. Every success hit like a high. But when I finally reached the top, I couldn’t feel anything anymore. No joy. No meaning. Just pressure. Sometimes, when I couldn’t find a competition to win, I invented one. I made up new rules to push myself even harder, just to prove I could beat my definition of perfect.
I am a recovering addict—a recovering perfectionist. And recovery, I’ve learned, isn’t a one-time decision. It is a daily unlearning.
We’re not weak. We’re humans.
Mental health isn’t a sidebar to our lives; it’s the foundation everything else is built on.
I’ll never forget how my body became a battlefield. The way my left eyelid developed a constant twitch that made me look like I was winking at trigonometry problems. How my hands trembled so violently, I struggled to type coherently.
Thank God I woke up when I did. But I still see the casualties everywhere.
A math Olympiad friend experienced a panic attack during the exam, leaving her test paper marred by tears. A brilliant artist, whose hands shook from exhaustion, gave up on drawing. A classmate chuckles about consuming “happy pills” as her Instagram captions scream silently in caps lock. We’ve normalized abnormal suffering. We have romanticized what should horrify us.
The real cost of perfection
We glamorize exhaustion. We admire the overwhelm instead of asking if they’re okay. We praise people who skip sleep and ignore their health just to keep producing. We reward perfection over sustainability. We confuse productivity with purpose. But what if we measured success differently?
A new definition of success
Here’s what I’m learning the hard way: Perfection is not a pinnacle. It is a prison.
Real success isn’t about how much you can take. It is about how long you can keep showing up without losing yourself. Excellence doesn’t mean being the best. It means being your best without destroying yourself in the process.
We need a new definition of success. We need a new definition of success that encompasses mental health. This new definition should prioritize sustainable passion over unsustainable pressure. Because the truth is, we were not made to burn out. We were made to burn bright.
Noah Daniel P. Bondoc, a 15-year-old Grade 10 homeschooler at the NTC SmartClass Homeschooling Program, is an aspiring writer on a mission to champion human creativity in an AI-driven age.
‘Voices’ is Manila Bulletin Lifestyle’s dedicated space for young writers and future journalists as they talk about the topics that matter to their generation—from pop culture and social trends to mental health, education, and everything in between.
If you have an article you want to publish, send your submissions to [email protected] with the subject line—Voices: (Article Title)—or send us a DM @manilabulletinlifestyle on Instagram. We can’t wait to read your stories!

Related Tags

Voices Youth
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.