ADVERTISEMENT

Work worthy: Photographer shares his black aesthetic workplace setup

Published Nov 13, 2023 09:36 pm

Most of us think that a workspace is just a place to get the job done. But to some, it is more than just a room, it’s a reflection of the individual's unique personality and a canvas that tells a story without uttering a single word. Whether you're an artist, a designer, or simply someone feeling creative, your workspace is an extension of yourself, revealing your passions, quirks, and the essence of your creative spirit.

Lloyd Carig.jpg
Lloyd Carig, photographer based in Canada.

In this edition of DESIGN SPEAKS, Manila Bulletin Property Living interviewed Lloyd Carig, 37, a photographer based in Vancouver, Canada. Carig shared insights into his workspace setup, providing practical inspiration for those seeking ideas to style their own rooms.

3.jpg
Black-themed workplace

Carig, who has a nine by seven feet den in his apartment as his workplace, started tweaking it in late 2021 when he began working from home. "When I moved here, I had a 72-inch desk that pretty much took up the entire left wall. So, I had to make some changes, moving things around until I finally felt like I have the best layout I could get in this small space – productivity-wise – and without compromising the aesthetics."

6.jpg
Photography gear mounted on the wall.

On designing the room, he said that he had a particular vision in mind, but there are also times when things came together organically. His main concern was on how he would illuminate and make the room feel alive as the den has no windows.

“When I started building my space, I was just adding pieces that would complement each other. I was also looking at other workspaces on Pinterest and IG, even finding inspiration from content creators like Michael Soledad’s office. All I wanted was to have a workspace that was aesthetically pleasing and something that I can see myself spending hours in.”

4.jpg

Efficiency is the key aspect reflected in the design of his room. Spending most of his time at his workplace, from shooting to editing, he emphasized the importance of easy access to various tools.

2.jpg
Camera lenses on display for easy access.

“I love efficiency. It’s important that I have quick access to a bunch of random stuff to my right without the need to stand up from my chair. The lights that I use for photography are mounted on the wall, eliminating the need to set them up with light stands every time I need to shoot something. My overhead rig is ready to the left whenever I need to take some product photos, which doesn’t require propping up a C-stand or a tripod at all. I feel like that thing says something about me since I do want things to be done as efficiently as possible.”

5.jpg

For those inspired by his setup, Carig advised, “I think once you get into this desk setup or office space niche, it is a constant work in progress. There’s really no end game to it but take your time. All of us started exactly where you are now; this didn’t happen overnight. Be wise when spending your hard-earned money. Not because it’s expensive, meaning it's the best for your space. I saved hundreds, if not thousands of dollars, by buying used items on FB marketplace or anywhere online. Lastly, look for inspiration, check out other people’s setups but be cautious because what works for them might not work for you.”

Related Tags

MBPropertyLiving
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.