ADVERTISEMENT

Going minimalist

And why in Japan it's a way of life

Published Feb 23, 2024 01:51 pm

At A Glance

  • I survived with four cups, two glasses, and two bowls for almost two months. Do I really need my collection of vintage plates and that antique tea set I found in Germany?
0.png
UNPACKING MORE THAN THINGS How much do we truly need for a life well-lived?

In the column I wrote when we first arrived in Tokyo, I said that I would give myself time to play tourist and slowly settle in. I gave myself the deadline of when our shipment finally arrived. We had to delay its departure from Manila to avoid contributing to the congestion typical during the holiday season at major ports worldwide. We also didn’t want the long break to factor in the possible delay of paper work so it was best to keep it in Manila for a while. To be honest, unpacking and rearranging an apartment (once again) was something I was definitely willing to delay. You see, the longer you live with as little as possible, the more you realize you don’t really need much.

I survived with four cups, two glasses, and two bowls for almost two months. Do I really need my collection of vintage plates and that antique tea set I found in Germany? Well, no. But in reality, it’s more complicated than that.

In a city like Tokyo where space is a luxury, you realize you’d be more than willing to part with things rather than sacrifice what space you have. Rent prices here are among the highest globally, with significant increases even for a slight increase in square footage. Minimalism—but not the trendy, white-washed version of it—is a way of life here. It’s not that all Japanese live with two cups and three white jumpers. The Japanese people I know do have more things but you find that the common trait they have is they make space for the things that they value. It could be clothing, ceramics for tea, or art collected through the years.

Of course, our material possessions’ value change through the years along with how we change as people. Something you may have loved to wear a year ago may no longer fit you now. A bag may no longer fit your current personal style or a book’s ideas may not be something you adhere to anymore.

The secondhand market here is another thing that fascinates me. It’s quite a big deal. Maybe it’s the limited space in Tokyo homes but people in this city tend to constantly edit their belongings. It’s not just because they’re forced to by circumstance like me. Secondhand stores like Mode-Off accept every type of clothing, shoes, or accessories. You drop off your things and they’ll assess everything in half an hour. Once you come back, they’ll let you know which ones they’re willing to pay for and which ones they’ll take as donation.

I found myself hauling clothes to the nearest ModeOff yesterday to make space in our closets. I made a few yen from them—barely enough for lunch—but it somehow made me feel lighter. While I don’t intend to let go of my vintage German porcelain (they were from a Berliner friend’s mother who collected them between the ’50s and the ’70s) or our books acquired through the years, I realized it was clothing I needed to edit this time around. And isn’t this constant packing and unpacking that comes with diplomatic life just that? A constant editing process I’m glad is required of me every few years. Otherwise, I’d probably just be drowning in things.

 

A home for everything 

One aspect of Japanese living I truly admire is their efficient use of storage solutions in smaller spaces. The flat we live in right now is designed for two people—no more, no less. It’s just slightly over half the size of our space in Manila. I didn’t think half of our things would fit but somehow, they did! We have underfloor storage, something developers everywhere in the world should consider. Honestly, it’s the way the cabinets were built into the walls, how they distribute the space for certain things, and how the doors open. Even the kitchen has the niftiest things. Dishwashers may not be as common here but pull out one of the drawers and you’ll find a grill for your fish! And there’s no rule stopping me from turning it into my personal yakiniku grill too.

I’m still visiting Mode-Off in the next few days to leave more clothes. (Honestly, why did I even buy an asymmetrical skirt over a decade ago when I’ve always disliked that trend? More important, why do I still have it?) While I’m far from being a minimalist, this exercise served as a reminder of the importance of cherishing what we have and making deliberate choices about what we allow into our lives. It’s a mindset shift that extends beyond material possessions—it’s about embracing a more meaningful way of living. We must make space for the things we need and the things that make us happy. For those that don’t, we need to learn to let go. A rule we should all apply, not just to our material possessions, but perhaps to every aspect of our lives.

Related Tags

Carol RH Malasig
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.