ADVERTISEMENT

Coming Out: Secrets and revelations in a culture of callouts and tell-alls

Published Jul 10, 2020 10:45 am

By Firas Abboud

Illustration by Ariana Maralit

No, no. This is not an article about me coming out. There is no need for that. When you see me in person, you will instantly know I’m gay. All it takes is one look, really. Picture this, a six-footer wearing matte red lipstick and whose nails are painted glossy red. Would you even think twice?

I consider myself lucky that I do not need to come out. Oftentimes, I’d even joke about coming out. It starts with putting on a serious face. Then, I tell my friends that I have big news—I’m gay. Oh, it never fails to get a lot of laughs.

You see, coming out has never been an issue for me. I never thought of it as a hurdle I had to overcome. I find it easy to make a joke out of it. It was only until recently, however, that I realized coming out should not be a joking matter. More important, I realize that while coming out may not be a big deal to me, it means the world to someone else.

More than a sake of formality

A few months ago, a good friend of mine came out to me. We were having coffee when he said he had something to tell me. When he told me he was gay, I was shocked. I wasn’t shocked that he was gay. I was shocked because he felt he needed to tell me.

I told him I always knew. I thought he did as well. When I asked him why he had to come out, he told me he just had to. I responded by saying that I get it. I get that he had to do so out of formality. Clearly, I did not get it at all.

He told me that coming out was so much more than stating the obvious. Being able to say it out loud silenced the voices in his head. He had to say it out loud for him to believe it. Coming out also silenced the people around him who kept asking him whether he was gay or not.

It is a process

Speaking of being gay or not, when I was a college freshman, one of my closest friends, also gay, and I kept going back and forth whether this classmate of ours was gay or not. Eventually, we came to a decision that he was, indeed, gay. I recall us asking so many questions—leading questions with the intention of nudging this classmate of ours to come out.

In our defense, we tried to make him come out because we wanted him to feel that there was nothing wrong with being gay. He kept denying it, which made us frustrated because we were really convinced that he was gay.

Just last year, however, this classmate of ours came out. We were right from the start, yes, but it didn’t feel like a victory at all. Looking back, I feel so ashamed for what we did. We failed to acknowledge that coming out was a process, a process that was personal. We were wrong for trying to convince our classmate to come out. It wasn’t our decision to make. This has led me to realize that there’s no deadline for coming out.

Easier said than done

Like I said earlier, I never felt the need to come out. When I realized I was gay in college, I didn’t have to hide it. I never went inside the closet, let alone get close to it. Since it was easy for me, I assumed it must have been easy for everyone else. After all, I had a lot of gay friends at the time.

Thankfully, as I grew older and started dating, my perspective changed. I listened to different coming out stories—some happy, some sad. There are some coming out stories, however, that have not been told. I have conversations with guys online who choose to be anonymous because they are still afraid of coming out. They are afraid of not fitting in. They are afraid of what their families might say. They are afraid of what society might say. They are afraid of who they truly are. I can’t imagine what they are going through.

I know I can’t speak for those who are in the closet, but I will try to speak for those people who are outside. It is okay to stay inside. Take all the time you need, but please don’t take forever. There is power in acceptance. There is power in owning your truth. There is power in showing your rainbow colors.

It’s easier said than done, I know. There is just a lot of pressure, now more than ever. If you decide not to come out, then that’s okay. After all, you don’t owe that to anyone. Can you promise me one thing, though? Can you promise me that you will come out to at least one person? You just need to come out to one person—yourself.

Related Tags

LGBTQIA+ coming out tell-alls callouts Firas Abboud
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.