ADVERTISEMENT

Dear twenty-one-year-old self...

Published Sep 22, 2023 04:07 pm

IT'S THE SMALL THINGS

alex eduque.jpeg

Dear twenty-one-year-old self,

You are legal now. In every corner of the world. This definitely gives you some notion of extra freedom and power. But, if there is anything I can tell you, it is that as you get older, you (should) learn and realize more about the world around you. Graceful aging is humbling in that your greatest hubris in life at this point in time is thinking that you know everything. At times you may feel invincible, and that is natural, but do remember to use that self-confidence towards growth and progress, rather than empowering your ego. There is most definitely more wisdom in humility than you know at this point – always remember that.


Suffice to say, you have gone through more than perhaps the average twenty-one-year-old in terms of dealing with familial conflict, grief, betrayal and hurt. On the converse though, you have been more blessed as well than many your age out there. In a year, you will graduate from your dream Ivy League, and the world out there awaits you – the good, the bad, and the ugly. Embrace this stage in your life because it will no longer come back. You are at that age where it is extremely forgivable still to try, to fail, and to make silly mistakes. Take risks, but calculated ones. They are character forming, for as long as they are not risks that could indefinitely change the course of your life forever. Empower those around you, and be generous with your smile – in a world that can be many things, always strive to be kind.


This might be a far fetched idea at the moment, but at the brink of your 30s, you will live through a pandemic. Your world, and the rest of the world around you will stop. Simultaneously. And then, the rest of the world will begin to pick-up and phase out at different stages. It will be the ultimate test of strength, of faith, of character, and of compassion. But if there is anything that will prepare you it is resilience and flexibility. Two ideas which may seem very vague and basic to you at the moment, but which will make you stand strong and bend over as necessary when need be. You will have plans, and you must learn to accept that these always do not happen as you intend them to. And that is okay, because you are learning to surrender to your faith, and to God. Your faith will be tested multiple times, and in a multitude of ways. But always remember, that it is the only thing you have to return to when the world seems most uncertain.


I could go on, and on, and on… But these stand out the most to me at this point. Perhaps they have been the most crucial, or maybe because they made the most impact in life thus far. I will leave you with this for now – go in the direction of your dreams. Follow your heart, but be rational. And always remember to pray everyday.
Love,


Your thirty-three-year-old self

Related Tags

EDUQUE IT'S THE SMALL THINGS
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.