ADVERTISEMENT

Guddhist Gunatita: The enlightened rapper

Published May 4, 2023 06:56 am

Guddhist Gunatita performs with his girlfriend and fellow musician, Loir


Guddhist Gunatita is the rapper you'd like to bring home to your mother. Instead of mouthing bad words, he sings about positivity, gratitude, and redemption. Comments left by fans on his music videos are full of thank you's on how he has changed their perspectives about living. The good feedback inspires Guddhist to make more  music. Just last week, he released his new MV and  single "Sana Lahat Gumaan" under the stewardship of Believe Music. In his latest anthem, Guddhist tells people to rise above their struggles and keep reaching for their goals in order to "win" in life. Not all artists are blessed to go solo and be part of a group at the same time. When he's not  sharing his words of wisdom, Guddhist is busy jamming with his 1096 Gang. It's the same bunch behind the wildly successful hit "Pajama Party" which has 89 million streams to date. The 24-year old also proudly wears the hat of an entrepreneur, being a dog breeder and the owner of the streetwear fashion label, Gudds. Guddhist revealed that his real name is Genesis Lago. He explained that he thought of Guddhist "in order to have a unique name with a good recall, that was also in line with what I stand for, which is conscious rap." Guddhist is actually taken from the word Buddhist, the religion where the singer shares some practices in common such as meditation, yoga, and vegetarianism. It's hard to imagine that five years ago, Guddhist's existence was the complete opposite of his present clean living mantra. In fact, a highlight of his youth was spending time in rehab for using and peddling marijuana, an illegal drug substance. "My vices before were drugs and alcohol. I was living away from home just doing my own thing, until an incident happened which landed me in rehab for nine months. I was supposed to be in jail, but I was still a minor then," the rapper recalled.

Rapper Guddhist Gunatita in the mountains of Tanay, Rizal


"The time in rehab compelled me to take stock of things and seek a new purpose in life. I was asking myself why I wasn't happy despite the fact that I was surrounded by material things and the high I felt from sniffing weed didn't really last.  Then, a friend who I was living with got killed because of his illegal trade, and that was the wake-up call for me to change my life," he intimated. Guddhist credits Polo Pi, his fellow member in 1096 Gang, for bringing him to the mountains of Montalban, Rizal where he experienced spiritual rejuvenation. "It looked like a campsite on the surface but there were monks who lived there too. Being in the mountains  appealed to me so much that I decided to stay there for one year. I cut off all communication with my family and turned off social media. I told myself that I will return to normal life once I'm strong enough to withstand all worldly temptations," he declared. And so he did.  If there was a good thing that emerged out of that self-imposed isolation, it's the fact that Guddhist's approach to his music became more healing and positive; not to mention, a strong force in the world. The throng of fans who could relate to the message he was preaching soon followed. In 2021, Guddhist released his first album "Metamorphosis"  which contains some of his hit songs like "Sige," "Salamat G" and "Di Na Babalik." "I was already doing music prior to my rehab but it was all about my sadness and frustrations in life.  I was even promoting illegal substances. Now, my music is all about peace and appreciating our time in this world.  Whenever I feel the need to strengthen and comfort myself, I express it through my music," Guddhist stated. (Find Guddhist Gunatita's music in major streaming platforms like YouTube, Spotify, Deezer, Apple Music and Amazon Music, among others.)
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.