ADVERTISEMENT

Pinoy pop group ALAMAT makes bold anti-hate statement with art pieces

Published Jul 8, 2021 04:59 pm

The boyband is dipping its feet into relevant issues through art.

ALAMAT, the 8-member pop group who recently made waves in Pinoy pop with their distinct Filipino-centric aesthetics, is espousing brotherhood and peace.

Or Pinoy anti-hate to be specific in a series of artsy teaser photos the group posted on their social media accounts.

Said photos featured several members, namely Tomas, Jao and Valfer wearing repurposed plastic headpieces crafted by contemporary artist Leeroy New, who in 2011 created a "muscle dress" for Lady Gaga for her "Marry The Night" music video.

The teaser photos featured the designer’s “Muhi” and “Migrante” pieces as worn by the ALAMAT members. The inspiration for the set “tackle long-forgotten and widely unknown issues of anti-Filipino sentiments abroad, especially in America,” according to their press release.  It added that “Alamat’s headpieces feature real slurs or slogans that have been used against Filipinos from as early as late 19th century to as recent as late 2010s.”

Informative as well as sounding like a reader commentating on a model walking down a ramp, the description for the pieces went as thus:

“Tomas’ headpiece, for example, has the word “goo-goo” plastered across the face. Unbeknown to many Filipinos, this derogatory word was used by American troops against Filipinos during the Philippine-American war. “Work no Filipinos,” says Valfer’s headpiece—alluding to the anti-Filipino violence and racism faced by migrant farmers in California when the Philippines was still a US colony. Jao’s headpiece, which contains the phrase “orange savage,” references a more recent case of Filipino hate. In 2017, a woman in the US was caught on video delivering a racist rant against her Filipino neighbor. A part of her hate speech describes Filipinos as orange savages.”

ALAMAT’s social media pages elaborated that, “The 'Muhi' set takes inspiration from the #StopAsianHate campaign, reminding our fellow Filipinos that we, too, have always been subject to hate, dehumanization and prejudice throughout history. But in spite of the hate thrown against us, we shall not be broken down. We shall persist and continue to thrive. We shall endure. For we are strong. We are KASMALA.”

On that end, ALAMAT is set to release a new single titled “Kasmala” on the second week of July. “Kasmala” is a disjointed, stylized play on the word ‘Malakas,’ meaning strong.  

The “Migrante” themed post “continues the theme of anti-Filipino sentiments. This time, they focus on a specific group of Filipinos—the so-called ‘manong’ generation, the first generation Filipino immigrants to arrive en masse to the US, specifically in Hawaii and California.”

Alamat members are photographed wearing clothes designed by Mark dela Pena “inspired by the outfits worn by manongs while working on the field.”

ALAMAT creative director Jason Paul Laxamana said: “These stories, despite being significant, are not known by many Filipinos,” imbuing the upcoming music video of “Kasmala” with said themes, “we wanted to elevate the material by choosing to educate people about this dark chapter in the lives of Filipinos. It’s our way of paying tribute to the Filipinos who suffered and endured hate in a foreign land; instead of looking at them as victims, we wish to look up to them as brave and strong men whose stories need to be shared to the next generation.”

ALAMAT members include Taneo, Mo, Gami, Jao, R-Ji, Valfer, Tomas and Alas. The group made it's debut back in Feb. 14 with their single titled "kbye."

Related Tags

kasmala Pinoy Pop Alamat
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.