ADVERTISEMENT

Snapshots of the OFW Life

Published May 15, 2018 12:05 am
By Maan D’Asis Pamaran PHOTOGRAPHER OF THE WEEK Melanie Catamin Photography can be more than just taking photos, it can also be a way to connect with others. This was what OFW Melanie Catamin realized when she picked up her camera to take street scenes. “When I was younger, I took the usual photos of friends and family to save happy memories.” But when the Ilongga business management graduate found herself working in Hong Kong as a domestic helper, it became her way to escape loneliness. “Photography for me is my stress reliever. As an OFW away from family and home, it helps me to overcome the sadness. Photography is an art of expressing myself, my story, the creativity of my imagination. It is my way of showing my hopes and dreams as well as my failures.” She bought her first camera when she was already working overseas. “I wasn’t really sure what I wanted to do so I went on discovering things until I discovered an interest in photography. This goes well with my interest in people and the fact that I am quite observant. With my camera, I like capturing different gestures and expressions of others.” Mel shares that she has a lot of good experiences with her hobby, and she has met so many good people because of it. Her foray into the streets are not always pleasant, though. “The worst experiences I had when I was starting out were the times when people shouted at me. Lagi akong nasisita at nasisigawan. Then they could not understand my explanations when they confront me because of the language barrier. I have gotten used to it, kapag nasisita ako, nginingitian ko na lang,” she grins. It is a good thing that her first test subject had no qualms about being photographed.  “My best model is my employer’s dog. I practiced with her most of the time to improve,” she laughs. “After that, I tried to learn every genre not only street, but also portraits or landscapes. It’s challenging learning different genres.” To improve her craft, she has joined different photography groups. She also joins contests to measure her skill levels. “If I don’t win, I just tell myself to work harder. Joining a contest gives me excitement, teaches me lessons and sometimes gives me heartaches,” she muses. “My photos have received recognition from different Facebook groups and have been exhibited on websites. But what really makes me happy are the positive comments I receive from people I look up to, and the feeling of satisfaction that shooting gives me,” she adds. The accomplishment she considers as a photographer is being able to share photos of the things she likes and loves with others. “As a visual artist, my goal is to tell the untold story. With every photo I create, there are stories of others and stories about myself. As an OFW, photography gives me the freedom to express myself. Even if I do not talk, my photos can show other people how I feel.” Her advice to those who are starting out with photography is to focus on their work. “Never compare your work with others. Never compete with them or you will not enjoy your own photography adventures. Don’t be afraid to experiment with your camera’s settings or you will never learn. There is no shortcut to taking great shots. You will learn bit by bit if you keep at it.” She extends her talk to life in general. “I work as a domestic helper as a stepping stone for my dreams. I use the trials I experienced when I was younger as my motivation to stay strong. My family and loved ones are my inspiration. To those who are still struggling and think they are unfortunate, take these experiences and use them as your weapon to becoming stronger, so when you encounter any more challenges in the future,  madali na lang iyan para sa iyo.”
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.