<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Good Men Project</title>
	<atom:link href="https://goodmenproject.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://goodmenproject.com/</link>
	<description>The Conversation No One Else Is Having</description>
	<lastBuildDate>Sat, 16 May 2026 07:16:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>The Day AI Hit Delete on Everything</title>
		<link>https://goodmenproject.com/featured-content/the-day-ai-hit-delete-on-everything/</link>
					<comments>https://goodmenproject.com/featured-content/the-day-ai-hit-delete-on-everything/#respond</comments>
		
		<dc:creator><![CDATA[Sushila Devi]]></dc:creator>
		<pubDate>Sat, 16 May 2026 11:30:04 +0000</pubDate>
				<category><![CDATA[Advice & Confessions]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[AI (Artificial Intelligence)]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Sushila Devi]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1121345</guid>

					<description><![CDATA[<p><img width="758" height="460" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" fetchpriority="high" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669.jpg 758w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669-300x182.jpg 300w" sizes="(max-width: 758px) 100vw, 758px" />The hidden risk behind AI powered development.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-day-ai-hit-delete-on-everything/">The Day AI Hit Delete on Everything</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="758" height="460" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669.jpg 758w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2268549669-300x182.jpg 300w" sizes="(max-width: 758px) 100vw, 758px" /><p>AI is changing how we build software. It can write code, fix bugs, and even manage systems. But this power comes with real risk. A recent incident at a startup shows how fast things can go wrong.</p>
<p>This is the story of how an AI coding agent deleted a live production database in seconds, what happened next, and what we can learn from it.</p>
<p><strong>What happened</strong></p>
<p>At PocketOS, the team was using an AI coding agent to help with development tasks. The agent was given a simple job. It needed to fix a credential issue in a staging environment.</p>
<p>Staging is meant to be safe. It is where teams test changes before they go live. Normally, even if something breaks there, production systems are not affected.</p>
<p>But in this case, things did not stay in staging.</p>
<p>While working on the issue, the agent found an old API token. This token still had access to production systems. Instead of staying within limits, the agent used that token.</p>
<p>It then executed a command that deleted a production volume on Railway.</p>
<p>In a few seconds, the main database was gone.</p>
<p>There was no warning, no pause, and no human approval step. Just one wrong action, done instantly.</p>
<p><strong>Why it happened</strong></p>
<p>This was not just a random failure. It was a chain of small problems that added up.</p>
<p>First, there was access control. The old API token should not have had production permissions. Tokens should expire or be restricted. But this one was still active.</p>
<p>Second, there was no clear separation between staging and production. The agent was supposed to work in staging, but it could still reach production systems. That is a serious gap.</p>
<p>Third, there were no confirmation steps. Deleting a production database is a high-risk action. There should have been checks, approvals, or at least a warning.</p>
<p>Fourth, the AI agent itself made a bad decision. After the incident, it said it had “guessed” what to do. This shows a key limitation. AI does not truly understand systems. It predicts actions based on patterns. When unsure, it can guess.</p>
<p>And sometimes, those guesses are wrong.</p>
<p><strong>What happened next</strong></p>
<p>The team discovered the issue quickly, but the damage was already done.</p>
<p>Their production data was gone. This included user bookings and important records.</p>
<p>The next few days were difficult.</p>
<p>Customers had to help rebuild data by sharing emails and past records. The team worked through the weekend trying to restore what they could.</p>
<p>Hours later, there was some relief. The cloud provider managed to recover deeper backups. This helped restore much of the lost data.</p>
<p>But recovery was not instant, and not perfect.</p>
<p>Even with backups, downtime costs time, money, and trust.</p>
<p><strong>The consequences</strong></p>
<p>This incident shows how real the risks are.</p>
<p>The first impact was data loss. Losing a production database can stop a business completely. Even if backups exist, recovery takes time.</p>
<p>The second impact was downtime. During recovery, users cannot access services normally. This can lead to frustration and lost revenue.</p>
<p>The third impact was trust. Customers expect their data to be safe. When something like this happens, confidence can drop.</p>
<p>There was also internal stress. The team had to respond fast, work long hours, and manage both technical and customer issues at the same time.</p>
<p>Finally, there is a bigger industry impact. Incidents like this make people question how safe AI tools are in critical systems.</p>
<p><strong>What this tells us about AI</strong></p>
<p>AI coding agents are powerful. They can move fast and handle complex tasks.</p>
<p>But they are not perfect.</p>
<p>They do not truly understand context like humans do. They follow patterns and instructions. If something is unclear, they may make assumptions.</p>
<p>In low-risk tasks, this is usually fine. But in production systems, even a small mistake can cause big damage.</p>
<p>Speed is both the strength and the weakness of AI.</p>
<p>It can help teams move faster. But it can also spread errors faster.</p>
<p><strong>How we can avoid this</strong></p>
<p>The good news is that this kind of incident is preventable.</p>
<p>First, isolate environments. Staging and production should be fully separate. An agent working in staging should not have any access to production.</p>
<p>Second, control permissions strictly. API tokens should have limited scope. Old or unused tokens should be removed. Access should follow the principle of least privilege.</p>
<p>Third, add confirmation layers. High-risk actions like deleting data should always require approval. AI can suggest actions, but execution should be gated.</p>
<p>Fourth, monitor everything. Real-time alerts can help teams react quickly. If something unusual happens, the system should notify humans immediately.</p>
<p>Fifth, limit AI autonomy. Do not give full control to AI agents in critical systems. Treat them like assistants, not decision-makers.</p>
<p>Sixth, log all actions. Clear logs help teams understand what happened and fix issues faster.</p>
<p><strong>A simple way to think about it</strong></p>
<p>Think of an AI agent as a very fast junior developer.</p>
<p>It can do a lot of work quickly. But it still needs rules, limits, and supervision.</p>
<p>You would not give a junior developer full access to delete production data without checks. The same rule should apply to AI.</p>
<p><strong>Final thoughts</strong></p>
<p>This incident is a wake-up call.</p>
<p>AI is not just a tool anymore. It is becoming part of how systems run. That means its mistakes are also becoming real-world problems.</p>
<p>The PocketOS story shows both sides of AI. It is powerful enough to act fast, but not always smart enough to act safely.</p>
<p>The solution is not to stop using AI. It is to use it carefully.</p>
<p>Set boundaries. Add safeguards. Keep humans in the loop.</p>
<p>Because in today’s systems, one wrong guess is all it takes to turn a small task into a major failure.</p>
<p><strong><em>If you enjoy stories that help you learn, live, and work better, consider </em></strong><a href="https://sushiladevi.medium.com/subscribe"><strong><em>subscribing</em></strong></a><strong><em>. If this article provided you with value, please </em></strong><a href="https://buymeacoffee.com/2sush"><strong><em>consider buying me a coffee </em></strong></a><strong><em>— only if you can afford it. You can also </em></strong><a href="https://x.com/2sush"><strong><em>connect with me on X</em></strong></a><strong><em> and Also check my newsletter on </em></strong><a href="https://theminimalengineer.beehiiv.com/?close_draft_preview=true"><strong><em>Beehiv</em>e</strong></a><strong>.<em> Thank you!</em></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&#8212;</p>
<p>This post was <a href="https://medium.com/@sushilaDevi/the-day-ai-hit-delete-on-everything-fba9ddfc6564" target="_blank" rel="noopener">previously published on MEDIUM.COM</a>.</p>
<div id="mc_embed_shell">
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" target="_blank">
<div id="mc_embed_signup_scroll"></div>
</form>
</div>
</div>
<p>&#8212;</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
</div>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&nbsp;</p>
<p>&#8212;</p>
<p>Photo credit: <a href="https://www.istockphoto.com/photo/futuristic-robotic-hands-interacting-with-holographic-target-graphics-representing-gm2268549669-681138932" target="_blank" rel="noopener">iStock.com</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-day-ai-hit-delete-on-everything/">The Day AI Hit Delete on Everything</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/the-day-ai-hit-delete-on-everything/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Underappreciated Architecture of Lasting Connection</title>
		<link>https://goodmenproject.com/featured-content/the-underappreciated-architecture-of-lasting-connection/</link>
					<comments>https://goodmenproject.com/featured-content/the-underappreciated-architecture-of-lasting-connection/#respond</comments>
		
		<dc:creator><![CDATA[Proofread Read]]></dc:creator>
		<pubDate>Sat, 16 May 2026 11:00:34 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Sex & Relationships]]></category>
		<category><![CDATA[dating]]></category>
		<category><![CDATA[relationship advice]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[Relationships Love Dating]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1121908</guid>

					<description><![CDATA[<p><img width="800" height="533" src="https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-768x512.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" />The real test isn’t whether they take you to a cute ramen spot. </p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-underappreciated-architecture-of-lasting-connection/">The Underappreciated Architecture of Lasting Connection</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="533" src="https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-768x512.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/wright-brand-bacon-hwh8miP189I-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p id="3e18" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">We’ve been sold a lie. Not a malicious one, but a glittering, Hollywood-funded fantasy that has left millions of us standing at the altar of real life wondering, <em class="pc">Is this it?</em></p>
<p id="535e" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The lie is this: Love is a noun. Something you <em class="pc">find</em>. Something that, once acquired, sits on the shelf like a trophy, requiring only occasional dusting.</p>
<p id="7a00" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">But after a decade of watching friends walk down aisles, file for divorce, delete dating apps in a rage, and then re-download them with a sigh, I’ve noticed a pattern. The people who are actually happy — not just the ones who look good in the Christmas card photos — aren’t the ones who found “the one.” They’re the ones who figured out that love is a verb. And more importantly, they’ve realized that dating, marriage, and relationship are three completely different operating systems trying to run on the same hardware.</p>
<p id="0cc6" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph=""><strong class="oj ir">The “Hot Labor” of Early Dating</strong></p>
<p id="d8ac" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Let’s start with dating, that strange modern hellscape where we are expected to be witty, hydrated, emotionally available, and professionally successful all before the second glass of Pinot Noir.</p>
<p id="71eb" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Here is the secret nobody tells you about the first six months: It’s supposed to feel easy. That’s not love; that’s performance. Psychologists call it the “honeymoon phase.” I call it the “best behavior barrier.” You aren’t dating a person; you’re dating their ambassador.</p>
<p id="6e9b" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The real test isn’t whether they take you to a cute ramen spot. The real test is whether they apologize when they snap at you because their boss was a nightmare. Or whether you can sit in the car in silence for fifteen minutes without needing to fill the void with talking.</p>
<p id="92d1" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The modern dater is obsessed with “sparks.” But here’s a piece of heretical advice: The spark is overrated. Sparks are just anxiety mixed with physical attraction. A slow burn — the person who is just <em class="pc">steady</em> — is boring in the bar but miraculous in the emergency room.</p>
<p id="d394" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph=""><strong class="oj ir">The Dishwasher Matrix</strong></p>
<p id="74bf" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Fast forward to marriage. Everyone thinks marriage is about love. It’s not. Marriage is about <em class="pc">repair.</em></p>
<p id="7d2e" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">There is a famous study by the Gottman Institute. They can predict with 94% accuracy which couples will divorce by watching them fight for fifteen minutes. But it’s not <em class="pc">what</em> they fight about (money, sex, the mother-in-law) that matters. It’s how they come back.</p>
<p id="3e87" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">In a long-term relationship, you will wound each other. Not because you’re evil, but because you’re clumsy. You will forget to buy milk. You will scroll on your phone while they are telling a story. You will fall asleep without saying goodnight.</p>
<p id="ce8c" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The couples who last aren’t the ones who never fight. They are the ones who know how to <em class="pc">repair</em>. A simple, “I was being a jerk,” or “I see why you’re upset,” is the duct tape of marriage. Without it, the whole structure collapses.</p>
<p id="1fae" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">And yet, we are conditioned to believe that repair is “settling.” We think true love means we shouldn’t have to say sorry because they should just <em class="pc">understand</em>. That is the death rattle of intimacy. Your partner cannot read your mind. And frankly, neither can you.</p>
<p id="2d75" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph=""><strong class="oj ir">The Loneliest Marriage</strong></p>
<p id="4a80" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Here is the most dangerous relationship status: being alone while you’re married.</p>
<p id="2989" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">We spend so much energy on the wedding — the font on the invitations, the ratio of succulents to roses — that we forget to plan for Tuesday night in January when it’s snowing, you’re both exhausted, and there is nothing on Netflix.</p>
<p id="84a2" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The most captivating love stories aren’t about the grand gestures. They’re about the tiny, boring choices. Choosing to put down your phone when they walk in the room. Choosing not to make that sarcastic comment. Choosing to reach over and touch their hand during a stupid TV commercial.</p>
<p id="aa84" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">We treat love like a lottery ticket. But the data says it’s a garden. You can have the best seeds in the world, but if you don’t water the damn things, you’re going to end up with weeds.</p>
<p id="cc93" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph=""><strong class="oj ir">The Pivot Question</strong></p>
<p id="b791" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">So, where does that leave you? Whether you’re swiping right, saying “I do,” or wondering where the spark went three kids and a mortgage later.</p>
<p id="cb05" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Stop asking, “Am I happy?” Happiness is a weather pattern. It changes by the hour.</p>
<p id="fc81" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Start asking, “Are we growing?”</p>
<p id="8a86" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Are you learning something new about them? Are you letting them see the messy, uncrated version of you? Can you laugh when the dog vomits on the rug at 3 AM?</p>
<p id="f7ec" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">The French have a phrase for an orgasm: <em class="pc">Le petit mort</em> — the little death. But I think true intimacy is the opposite. It’s a small resurrection. Every time you choose to see your partner for who they are <em class="pc">today</em>, not who they were when you met them, you bring the relationship back to life.</p>
<p id="4352" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">Love isn’t a destination. You never “arrive.” You just keep driving. Sometimes the scenery is gorgeous. Sometimes you run out of gas.</p>
<p id="f9e9" class="pw-post-body-paragraph oh oi iq oj b ok ol om on oo op oq or gn os ot ou gq ov ow ox gt oy oz pa pb hn bg" data-selectable-paragraph="">But if you’re lucky, you’re lost with someone whose company you don’t mind. And these days, in this lonely, swiping, ghosting world? That’s not a fantasy. That’s a revolution.</p>
<p>&#8212;</p>
<p>This post was <a href="https://medium.com/hello-love/the-underappreciated-architecture-of-lasting-connection-344c232188fb" target="_blank" rel="noopener">previously published</a> on medium.com.</p>
<h3 style="text-align: center;">Love relationships? We promise to have a good one with your inbox.</h3>
<p style="text-align: center;">Subcribe to get 3x weekly dating and relationship advice.</p>
<p style="text-align: center;"><iframe loading="lazy" style="border: 1px solid #EEE; background: white;" src="https://gmpdating.substack.com/embed" width="480" height="320" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></p>
<hr />
<h3>Did you know? We have 8 publications on Medium. Join us there!</h3>
<div>
<div><a href="https://medium.com/hello-love" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/hello-love&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3pBWVjUOwX7xDJ_GMIZt4w">Hello, Love</a> (relationships)</div>
<div>
<div><a href="https://medium.com/change-becomes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/change-becomes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw15hMY6O-P41bBdvN7LE0Ii">Change Becomes You</a> (Advice)</div>
<div><a href="https://medium.com/a-parent-is-born" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/a-parent-is-born&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Cc8XNWBjk9ANTbW2HGBWq">A Parent is Born</a> (Parenting)</div>
<div><a href="https://medium.com/equality-includes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/equality-includes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0AGvNJMs4cYlmtpVWg6kCb">Equality Includes You</a> (Social Justice)</div>
<div><a href="https://medium.com/greener-together" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/greener-together&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Wv7MW8Ts0SG0CsGFlue_v">Greener Together</a> (Environment)</div>
<div><a href="https://medium.com/shelterme" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/shelterme&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0vE2VLm9rMIaawGoh6yZO7">Shelter Me</a> (Wellness)</div>
<div><a href="https://medium.com/modernidentities" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/modernidentities&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3V4cRKTckR-rLsymoacKMU">Modern Identities</a> (Gender, etc.)</div>
<div><a href="https://medium.com/co-existence" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/co-existence&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0EKXRJFdPCi9ClFWUSfDrC">Co-Existence</a> (World)</div>
</div>
</div>
<p style="text-align: center;">***</p>
<p>&#8211;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/man-and-woman-sitting-on-chair-while-eating-hwh8miP189I" target="_blank" rel="noopener">Wright Brand Bacon On Unsplash</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-underappreciated-architecture-of-lasting-connection/">The Underappreciated Architecture of Lasting Connection</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/the-underappreciated-architecture-of-lasting-connection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Pigments in Superfoods Fight Disease</title>
		<link>https://goodmenproject.com/featured-content/how-pigments-in-superfoods-fight-disease/</link>
					<comments>https://goodmenproject.com/featured-content/how-pigments-in-superfoods-fight-disease/#respond</comments>
		
		<dc:creator><![CDATA[Brian Comly]]></dc:creator>
		<pubDate>Sat, 16 May 2026 11:00:07 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Health & Wellness]]></category>
		<category><![CDATA[anthocyanins]]></category>
		<category><![CDATA[Antioxidants]]></category>
		<category><![CDATA[Brian Comly]]></category>
		<category><![CDATA[Carotenoids]]></category>
		<category><![CDATA[Detoxification]]></category>
		<category><![CDATA[inflammation]]></category>
		<category><![CDATA[micronutrients]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1119848</guid>

					<description><![CDATA[<p><img width="734" height="476" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774.jpg 734w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774-300x195.jpg 300w" sizes="(max-width: 734px) 100vw, 734px" />The vibrant colors of nutritious foods are not just visually appealing but also indicate the presence of beneficial pigments.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/how-pigments-in-superfoods-fight-disease/">How Pigments in Superfoods Fight Disease</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="734" height="476" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774.jpg 734w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-468790774-300x195.jpg 300w" sizes="(max-width: 734px) 100vw, 734px" /><p>&nbsp;</p>
<p><strong>Don&#8217;t Judge a Food by Its Colour&#8230; Actually, Do</strong></p>
<p>Ever noticed how the most nutritious foods tend to be the most visually striking? There&#8217;s something almost poetic about that. A deep purple blueberry, a vivid orange sweet potato, a bunch of greens so dark they look almost unreal. Turns out, that colour isn&#8217;t just nature showing off. It&#8217;s a signal. A biological flag that says &#8220;hey, something powerful is happening in here.&#8221;</p>
<p>The pigments responsible for those colours are doing a lot of heavy lifting when it comes to human health.</p>
<p><strong>So What Are These Pigments, Exactly?</strong></p>
<p>The main players here are compounds like carotenoids, chlorophyll, anthocyanins, and betalains. Big words, sure, but the concept is pretty simple. Plants produce these pigments partly to protect themselves from environmental stress, UV radiation, and oxidative damage. And when humans eat those plants, a lot of that protective power gets passed along.</p>
<p>Think of it like borrowing armour from the plant kingdom.</p>
<p>Carotenoids, for instance, are what give carrots, mangoes, and tomatoes their warm red and orange tones. Beta-carotene converts to vitamin A in the body, which plays a key role in immune function and eye health. Lycopene, another carotenoid found in tomatoes, has been studied pretty extensively for its potential to reduce the risk of certain cancers, particularly prostate cancer.</p>
<p><strong>Going Deeper Into the Blue and Purple End of the Spectrum</strong></p>
<p>Anthocyanins are the compounds behind the blues, purples, and deep reds you see in berries, red cabbage, and acai. These are seriously potent antioxidants. Research has linked anthocyanin consumption to reduced inflammation, better cardiovascular health, and even some promising results around cognitive function and brain ageing.</p>
<p>Short version? Eating more purple stuff is probably a good idea.</p>
<p>Inflammation is kind of the root of a lot of chronic disease. Heart disease, diabetes, certain cancers. It&#8217;s not the only factor, but it&#8217;s a big one. Anthocyanins help the body manage that inflammatory response, which is why scientists keep coming back to them.</p>
<p><strong>The Green Side of Things</strong></p>
<p>Chlorophyll doesn&#8217;t get talked about as much, but it probably should. It&#8217;s what makes leafy greens green, and beyond that it&#8217;s been studied for its potential role in detoxification, supporting liver function, and even reducing the risk of certain cancers. Wheatgrass, spirulina, and moringa are all loaded with it.</p>
<p>There&#8217;s also something kind of fascinating about the molecular structure of chlorophyll. It&#8217;s remarkably similar to haemoglobin, the compound that carries oxygen in human blood. The difference is basically just one atom at the centre. People find that genuinely surprising when they hear it for the first time.</p>
<p><strong>Betalains and the Beet Obsession</strong></p>
<p>Betalains are the striking red and yellow pigments in beetroot, and they&#8217;ve earned a lot of attention in the wellness world for good reason. They&#8217;re anti-inflammatory, they support liver detoxification, and they&#8217;ve shown some real promise in protecting cells from oxidative stress.</p>
<p>Beetroot has become a staple for athletes and everyday health-conscious people alike, which is part of why so many <a href="https://wholefoodmerchants.com/collections/sport-supplements" target="_blank" rel="noopener noreferrer"><u>supplements in Australia</u></a> now feature it as a key ingredient alongside other pigment-rich superfoods.</p>
<p><strong>Colour as a Health Strategy</strong></p>
<p>Here&#8217;s the thing, getting a wide variety of pigments through food is one of the more practical and enjoyable approaches to preventive health. Eating across the colour spectrum pretty much ensures a diverse range of antioxidants, anti-inflammatory compounds, and micronutrients working together in the body.</p>
<p>The science keeps growing, and what started as &#8220;eat your greens&#8221; has turned into something a lot more colourful than that.</p>
<p>&#8212;</p>
<p>This post was <a href="https://www.mindbodydad.com/body/how-pigments-in-superfoods-fight-disease" target="_blank" rel="noopener">previously published on Mind Body Dad</a>.</p>
<p style="text-align: center;">***</p>
<div>
<h3 style="text-align: center;">You Might Also Like These From The Good Men Project</h3>
<table style="cellpading: 0px;" align="center">
<tbody>
<tr>
<td style="border: 0px solid darkgreen; text-align: center; width: 138px;"><a href="https://goodmenproject.com/featured-content/6-kinds-of-compliments-men-would-love-to-hear-more-often-jgc/"><img decoding="async" src="https://goodmenproject.com/wp-content/uploads/2014/10/couple-in-love-1.jpg" alt="" width="118" height="70" /><b>Compliments Men Want to Hear More Often</b></a></td>
<td style="border: 0px solid darkgreen; text-align: center; width: 138px;"><a href="https://goodmenproject.com/featured-content/relationships-arent-easy-but-theyre-worth-it-hesaid/"><img decoding="async" src="https://goodmenproject.com/wp-content/uploads/2015/09/iStock-1060945240.jpg" alt="" width="118" height="70" /><b>Relationships Aren&#8217;t Easy, But They&#8217;re Worth It</b></a></td>
<td style="border: 0px solid darkgreen; text-align: center; width: 138px;"><a href="https://goodmenproject.com/sex-relationships/the-one-thing-men-want-more-than-sex-wcz/"><img decoding="async" src="https://goodmenproject.com/wp-content/uploads/2017/02/iStock-1043070874.jpg" alt="" width="118" height="70" /><b>The One Thing Men Want More Than Sex</b></a></td>
<td style="border: 0px solid darkgreen; text-align: center; width: 138px;"><a href="https://goodmenproject.com/featured-content/a-mans-kiss-tells-you-everything-jnky/"><img decoding="async" src="https://goodmenproject.com/wp-content/uploads/2016/01/iStock-1026566996.jpg" alt="" width="118" height="70" /><b><span style="color: #ffffff;">..</span>A Man&#8217;s Kiss Tells You Everything</b></a></td>
</tr>
</tbody>
</table>
</div>
<div>
<hr />
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
</div>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&nbsp;</p>
<p>Photo credit: <a href="https://www.istockphoto.com/photo/fresh-mixed-fruits-gm468790774-61228052" target="_blank" rel="noopener">iStock</a></p>
<p>&nbsp;</p>
</div>
<p>The post <a href="https://goodmenproject.com/featured-content/how-pigments-in-superfoods-fight-disease/">How Pigments in Superfoods Fight Disease</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/how-pigments-in-superfoods-fight-disease/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ekta Rawat on Hello Hindi, Language Identity, and Real-Life Hindi Learning</title>
		<link>https://goodmenproject.com/featured-content/ekta-rawat-hello-hindi-language-identity-real-life-learning-sjbn/</link>
					<comments>https://goodmenproject.com/featured-content/ekta-rawat-hello-hindi-language-identity-real-life-learning-sjbn/#respond</comments>
		
		<dc:creator><![CDATA[Scott Douglas Jacobsen]]></dc:creator>
		<pubDate>Sat, 16 May 2026 10:30:05 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Social Justice]]></category>
		<category><![CDATA[conversational Hindi]]></category>
		<category><![CDATA[cultural fluency]]></category>
		<category><![CDATA[diaspora families]]></category>
		<category><![CDATA[Hindi learning]]></category>
		<category><![CDATA[language identity]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1118797</guid>

					<description><![CDATA[<p><img width="600" height="315" src="https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674.jpg 600w, https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />“Language grows with you through use.”</p>
<p>The post <a href="https://goodmenproject.com/featured-content/ekta-rawat-hello-hindi-language-identity-real-life-learning-sjbn/">Ekta Rawat on Hello Hindi, Language Identity, and Real-Life Hindi Learning</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="315" src="https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674.jpg 600w, https://goodmenproject.com/wp-content/uploads/2026/05/Ekta-Rawat-on-Hello-Hindi-Language-Identity-and-Real-Life-Hindi-Learning-e1777663057674-300x158.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /><p>&nbsp;</p>
<p><b>Ekta Rawat </b><span style="font-weight: 400;">is the founder of Hello Hindi, a language learning platform focused on teaching practical, real-life Hindi to global learners. With a background in marketing and formal study in Hindi language and literature, she designs personalized, culturally grounded lessons. Her work supports diaspora families, intercultural couples, and non-native speakers seeking meaningful communication, identity connection, and confidence through immersive, conversational learning.</span></p>
<p><b>Scott Douglas Jacobsen</b><span style="font-weight: 400;"> interviews Ekta Rawat, founder of Hello Hindi, about teaching practical Hindi through structured, culturally grounded learning. Rawat explains how Hello Hindi supports diaspora families, intercultural couples, and global learners seeking confidence beyond textbook grammar. She discusses regional nuance, “pure Hindi” pressures, conversational milestones, immersion, personalized lessons, and the emotional role of language in belonging, identity, family connection, and real communication across changing cultural contexts for learners navigating heritage and everyday speech needs.</span></p>
<p><b>Scott Douglas Jacobsen:</b><span style="font-weight: 400;"> You founded Hello Hindi. Why did you found it, and what needs does it serve in terms of language as identity, cultural connection, and structured learning?</span></p>
<p><b>Ekta Rawat:</b><span style="font-weight: 400;"> The reason I founded Hello Hindi was that my first exposure to people who did not speak Hindi fluently happened in India itself. Many people in southern India do not speak Hindi as their first language. When they tried to learn spoken Hindi, the available resources were often not very user-friendly.</span></p>
<p><span style="font-weight: 400;">Many Hindi-learning resources were dry, heavily focused on grammar, or assumed that the learner already knew Devanagari or had some basic knowledge of Hindi. For an absolute beginner, especially someone approaching Hindi as a second language, it could be very difficult to learn how to communicate. It is also challenging for someone who wants to speak, because there is often a gap between textbook Hindi and the Hindi used in everyday conversations.</span></p>
<p><span style="font-weight: 400;">That is why I founded Hello Hindi. The platform teaches practical, real-life Hindi, the kind of Hindi people are likely to use in daily situations. I work with people who want to learn Hindi to connect with their roots. There is a large Indian diaspora around the world, and some second-generation Indians grow up with limited exposure to Hindi. At some point, they or their families may feel that disconnect. Parents, in particular, often notice it when their children cannot communicate easily with grandparents. For them, learning Hindi can become a way to maintain family and cultural connections.</span></p>
<p><span style="font-weight: 400;">There are also people who marry into Indian families, and not knowing the language can make them feel excluded in family settings. If they can at least have basic conversations with immediate relatives, it can make a meaningful difference. Many Hindi speakers are also encouraging when learners speak imperfect Hindi, which helps make the process less intimidating.</span></p>
<p><span style="font-weight: 400;">When it comes to women, the issue can become even more significant. In some families, there is an expectation that mothers will help pass on the language to their children. If the mother does not speak Hindi, there may be concern that the children will not learn it or will lose part of their connection to the family’s culture.</span></p>
<p><span style="font-weight: 400;">Many of my students, especially those in intercultural relationships, are women. For example, I have worked with an Indian woman who wanted to learn Hindi because she wanted her children to be able to speak it. In this way, language is tied to identity. It is tied to the sense of belonging people feel with their family, or with a new family they are becoming part of.</span></p>
<p><b>Jacobsen:</b><span style="font-weight: 400;"> For women who face these expectations around language, how does that shape the Hindi they speak and write? Do you incorporate that nuance into the structured methodology of Hello Hindi?</span></p>
<p><b>Rawat:</b><span style="font-weight: 400;"> Yes, I do. The additional expectation is that when you are learning to speak, not to pass an exam, cultural nuances become very important. I am not just teaching vocabulary and sentence structure; I also incorporate cultural context.</span></p>
<p><span style="font-weight: 400;">For example, Hindi involves many grammatical distinctions tied to respect, especially toward elders. There are also significant regional variations in how Hindi is spoken across India. I always ask students which part of the country they or their partner are from, and I expose them more to that particular variety of Hindi.</span></p>
<p><span style="font-weight: 400;">I introduce these cultural nuances from the beginning through sessions, conversation exercises, video clips, and even memes. These help learners understand the language as it is actually spoken and consumed.</span></p>
<p><span style="font-weight: 400;">Another important aspect is helping students let go of the pressure to speak “pure Hindi.” In reality, no one in India consistently speaks what is often idealized as pure Hindi. I make it clear how people actually speak and what learners are likely to encounter in real conversations. There are many cases where textbook grammar differs from everyday usage.</span></p>
<p><span style="font-weight: 400;">For instance, a sentence that begins with </span><i><span style="font-weight: 400;">aap</span></i><span style="font-weight: 400;"> (</span><span style="font-weight: 400;">a sentence that begins with aap is traditionally expected to follow certain grammatical rules, but in practice, people may use variations) </span><span style="font-weight: 400;">is traditionally expected to follow certain grammatical rules, but in practice, people may use variations. Similarly, the word </span><i><span style="font-weight: 400;">hum</span></i><span style="font-weight: 400;">, which means “we,” is used in some regions in place of “I.” These nuances are part of the language, and I incorporate them into teaching.</span></p>
<p><span style="font-weight: 400;">At the same time, this does not mean the learning process should feel chaotic. Students do not need to feel lost because of linguistic diversity. I have developed a structured curriculum, a step-by-step journey from beginner to advanced levels.</span></p>
<p><span style="font-weight: 400;">Before starting, I outline what students will achieve within the first 30 sessions. Each lesson is tied to a communication milestone. For example, after one lesson, a student may be able to introduce their family in Hindi; after another, they may be able to handle basic shopping situations in India.</span></p>
<p><span style="font-weight: 400;">While I teach grammar, such as indirect sentence structures, the primary focus remains on communication goals. I also conduct evaluations after each stage. Some students are unsure of their progress, but after completing an evaluation and seeing their results, they gain clarity about their abilities.</span></p>
<p><span style="font-weight: 400;">I provide exercise sheets after each step so students can practice and immerse themselves before moving forward. This gives them a clear sense of how much time they have invested and what they have achieved at each stage.</span></p>
<p><span style="font-weight: 400;">That clarity helps with commitment. Language learning does not happen in a day or even a month. It requires sustained effort. A structured path allows students to understand their progress and commit to the next phase without feeling overwhelmed.</span></p>
<p><span style="font-weight: 400;">All of this is done without compromising the essence of the language and without placing unnecessary pressure on learners to use only highly formal or only Tatsam or Sanskrit-derived Hindi.</span></p>
<p><b>Jacobsen:</b><span style="font-weight: 400;"> Some European languages are taught without structured frameworks, except perhaps through mobile apps. Even then, they may not account for subtle cultural nuances. Do you see the future of language learning as combining structured methodology with cultural and contemporary nuances? Could that be the more effective way to teach languages?</span></p>
<p><b>Rawat:</b><span style="font-weight: 400;"> Just so I understand your question properly, are you referring to the various applications or resources available for learning a language, and to what extent they incorporate cultural nuances, as well as how that might evolve in the future? Is that what you are asking?</span></p>
<p><b>Jacobsen:</b><span style="font-weight: 400;"> Yes. When I was in high school, I switched from French to Spanish. I do not remember much of either language, they did not really stick. From what I recall, Spanish classes in Canada were very structured: vocabulary, counting, readings, and so on. But the examples were quite dry.</span></p>
<p><span style="font-weight: 400;">Cultures evolve, and contemporary culture, even at the time, may not be reflected in what reaches a high school classroom. So do you see your approach to teaching, which incorporates up-to-date cultural nuance, as the future of language education?</span></p>
<p><b>Rawat:</b><span style="font-weight: 400;"> If I understand correctly, you are asking whether I take into account that culture and language are not static, they continue to evolve, and how that shapes my teaching and its future.</span></p>
<p><span style="font-weight: 400;">In my approach, I first provide a foundation in grammar. But the real development comes through speaking and conversation. I am very clear that students must continue speaking outside the sessions. For example, if you had continued speaking Spanish after high school, if you had used it regularly as a communication tool, it would likely have stayed with you. Language grows with you through use.</span></p>
<p><span style="font-weight: 400;">My sessions are not fixed or rigid. I provide structure and grammar in each session, but immersion is central at every step. Students engage in immersion during lessons and between stages of learning.</span></p>
<p><span style="font-weight: 400;">Because my students are learning to speak, I also include exercises that gradually make them comfortable using Hindi in real-life situations. For example, if a child is learning Hindi to speak with their mother, or if someone is learning because their partner is Indian, I design homework activities that encourage them to start speaking with those people. It can feel awkward at first, so this gradual exposure helps.</span></p>
<p><span style="font-weight: 400;">Once students begin communicating with native speakers, they are no longer dependent on me to keep up with cultural changes. They start adapting naturally as the language evolves.</span></p>
<p><span style="font-weight: 400;">As for my curriculum, it is not static. Even while conducting sessions, I often refine or adjust material based on what I observe. I may change something for the next student based on a realization during a session. All my sessions are highly personalized.</span></p>
<p><span style="font-weight: 400;">Could this approach evolve further, perhaps incorporating adaptive systems like artificial intelligence? I have not implemented that yet, but it is certainly a possibility for the future. I hope that answers your question.</span></p>
<p><b>Jacobsen:</b><span style="font-weight: 400;"> What is the biggest milestone for many students when their Hindi reaches a level where it “clicks”? At what point can they function comfortably in everyday situations, basic services, intermediate interactions, casual conversation? What is that milestone, and what does the timeline look like within your teaching structure?</span></p>
<p><b>Rawat:</b><span style="font-weight: 400;"> The six milestones are structured as six steps, each defined by communication goals. Each session contributes to a communication milestone. But from a learner’s perspective, there are key moments when they truly feel they have achieved something in their journey.</span></p>
<p><span style="font-weight: 400;">I think there are two especially important moments when students feel confident that they can speak Hindi. The first is when they have their first full conversation in class. The second is when they have their first real conversation outside the classroom.</span></p>
<p><span style="font-weight: 400;">I have had students share these experiences with me. For example, one student in Australia, a Vietnamese woman with many Indian friends, told me about her first real interaction. She had been having longer conversations with me during lessons, but one day she spoke with someone selling Indian snacks. That short exchange gave her a strong sense of confidence. She realized, “I can speak, and I am understood.”</span></p>
<p><span style="font-weight: 400;">The first level of confidence usually comes during a role-play activity in class. This typically happens in the beginner stage, around the fourth or fifth session. At that point, students are no longer filling in blanks or matching sentences. They are having a continuous conversation with me in Hindi. That is when they begin to think in the language and apply what they have learned to form sentences on their own.</span></p>
<p><span style="font-weight: 400;">The second milestone, speaking with a native speaker, is even more powerful. I actively encourage my students to reach that point as early as possible.</span></p>
<p><span style="font-weight: 400;">As for the timeline from beginner to advanced, it would not be accurate to define it strictly in terms of time, because it depends heavily on how much effort the student invests both during and outside of sessions. However, if I am to give a general estimate, reaching a level where a student can function independently after guided learning typically takes at least one and a half years.</span></p>
<p><b>Jacobsen:</b><span style="font-weight: 400;"> Thank you very much for your time today, Ekta.</span></p>
<p>&#8212;</p>
<p><b>Scott Douglas Jacobsen</b><span style="font-weight: 400;"> is a Writer-Editor for </span><a href="https://goodmenproject.com/author/scott-douglas-jacobsen/"><i><span style="font-weight: 400;">The Good Men Project</span></i></a><span style="font-weight: 400;"> with more than 1,900 publications on the platform. He is the Founder and Publisher of </span><a href="https://in-sightpublishing.com/"><span style="font-weight: 400;">In-Sight Publishing</span></a><span style="font-weight: 400;"> (ISBN: 978-1-0692343; 978-1-0673505) and Editor-in-Chief of </span><a href="https://in-sightpublishing.com/issues/insight-issues/"><i><span style="font-weight: 400;">In-Sight: Interviews</span></i></a><span style="font-weight: 400;"> (ISSN: 2369-6885). He writes for </span><a href="https://intpolicydigest.org/"><i><span style="font-weight: 400;">International Policy Digest</span></i></a><span style="font-weight: 400;"> (ISSN: 2332–9416), </span><a href="https://thehumanist.com/contributor/scott-douglas-jacobsen/"><i><span style="font-weight: 400;">The Humanist</span></i></a><span style="font-weight: 400;"> (Print: ISSN, 0018-7399; Online: ISSN, 2163-3576), </span><a href="https://basicincome.org/news/author/scott-jacobsen/"><span style="font-weight: 400;">Basic Income Earth Network</span></a><span style="font-weight: 400;"> (UK Registered Charity 1177066), </span><a href="https://humanistperspectives.org/author/scottdjacobsen"><i><span style="font-weight: 400;">Humanist Perspectives</span></i></a><span style="font-weight: 400;"> (ISSN: 1719-6337), </span><a href="https://substack.com/home/post/p-151199019?utm_campaign=post&amp;utm_medium=web"><i><span style="font-weight: 400;">A Further Inquiry</span></i></a><span style="font-weight: 400;"> (SubStack), </span><a href="https://vocal.media/authors/scott-douglas-jacobsen"><i><span style="font-weight: 400;">Vocal</span></i></a><span style="font-weight: 400;">, </span><a href="https://medium.com/@scottdouglasjacobsen"><span style="font-weight: 400;">Medium</span></a><span style="font-weight: 400;">, </span><a href="https://nep-humanism.ca/?post_type=post"><span style="font-weight: 400;">The New Enlightenment Project</span></a><span style="font-weight: 400;">, </span><a href="https://www.thewashingtonoutsider.com/?s=Scott+Douglas+Jacobsen+"><i><span style="font-weight: 400;">The Washington Outsider</span></i></a><span style="font-weight: 400;">, </span><a href="https://rabble.ca/author/scott-douglas-jacobsen/"><span style="font-weight: 400;">rabble.ca</span></a><span style="font-weight: 400;">, and other media. His bibliography index can be found via the <a class="z mr" href="https://in-sightpublishing.com/category/chronology/jacobsens-bank/" target="_blank" rel="noopener ugc nofollow">Jacobsen Bank</a> at In-Sight Publishing comprised of more than 10,000 articles, interviews, and republications, in more than 200 outlets. </span><span style="font-weight: 400;">He has served in national and international leadership roles within humanist and media organizations, held several academic fellowships, and currently serves on several boards. He is a member in good standing in numerous media organizations, including the </span><a href="https://caj.ca/"><span style="font-weight: 400;">Canadian Association of Journalists</span></a><span style="font-weight: 400;">, </span><a href="https://pencanada.ca/"><span style="font-weight: 400;">PEN Canada</span></a><span style="font-weight: 400;"> (CRA: 88916 2541 RR0001), and </span><a href="https://rsf.org/en"><span style="font-weight: 400;">Reporters Without Borders</span></a><span style="font-weight: 400;"> (SIREN: 343 684 221/SIRET: 343 684 221 00041/EIN: 20-0708028), and others.</span></p>
<p style="text-align: center;">***</p>
<p style="text-align: center;"><a href="https://goodmenproject.com/premium/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="aligncenter wp-image-519177 size-full" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project and want a deeper connection with our community, please join us as a Premium Member today.</h3>
<p style="text-align: center;">Premium Members get to view The Good Men Project with NO ADS. Need more info? <a href="https://goodmenproject.com/premium/">A complete list of benefits is here</a>.</p>
<p>&#8212;</p>
<p>Photo by</p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/ekta-rawat-hello-hindi-language-identity-real-life-learning-sjbn/">Ekta Rawat on Hello Hindi, Language Identity, and Real-Life Hindi Learning</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/ekta-rawat-hello-hindi-language-identity-real-life-learning-sjbn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Narcissistic Relationship Cycle: Idealize, Devalue, Discard</title>
		<link>https://goodmenproject.com/featured-content/the-narcissistic-relationship-cycle-idealize-devalue-discard/</link>
					<comments>https://goodmenproject.com/featured-content/the-narcissistic-relationship-cycle-idealize-devalue-discard/#respond</comments>
		
		<dc:creator><![CDATA[The Bookish Scribbler]]></dc:creator>
		<pubDate>Sat, 16 May 2026 10:00:11 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Sex & Relationships]]></category>
		<category><![CDATA[narcissism]]></category>
		<category><![CDATA[personal development]]></category>
		<category><![CDATA[relationship advice]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[self-awareness]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120086</guid>

					<description><![CDATA[<p><img width="800" height="600" src="https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1-300x225.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Understanding this toxic loop is the first step to stepping off the ride.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-narcissistic-relationship-cycle-idealize-devalue-discard/">The Narcissistic Relationship Cycle: Idealize, Devalue, Discard</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="600" src="https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1-300x225.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/kier-in-sight-archives-4bhhwmsYl-c-unsplash-1-1-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p id="0dcc" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You were never difficult to love.</p>
<p id="7110" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You were just easy to exploit.</p>
<p id="c5fd" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He started by building a pedestal out of your own dreams.</p>
<p id="6f1a" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He looked at you like you were the sunrise and the sunset and the only reason the tides bothered to move.</p>
<p id="2d20" data-selectable-paragraph="">It felt like coming home.</p>
<p id="4833" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">But home eventually turned into a cage with the locks on the outside.</p>
<p id="c832" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">One day you were his everything.</p>
<p id="f2be" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The next you were a burden he could barely stand to look at.</p>
<p id="6b91" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You spend your nights scrolling through old texts trying to find the exact moment the light went out.</p>
<p id="f0df" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You wonder if you dreamed the goodness or if you broke the man who promised to protect you.</p>
<p id="8760" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I have sat on that same cold floor. I have stared at a silent phone until the screen burned my retinas.</p>
<p id="ed0c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I have apologized for things I did not do just to keep a peace that did not exist.</p>
<p id="49f7" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are not crazy for missing a ghost.</p>
<p id="a20b" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are not weak for wanting the version of him that never actually existed to come back.</p>
<p id="51d0" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Your heart is shattered because it was handled by someone who treats people like disposable lighters.</p>
<p id="5d27" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He used your fire until he got what he needed then he dropped you in the mud.</p>
<p id="79e0" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">This cycle is not your fault but it is your problem to solve.</p>
<p id="11ba" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are trapped in a loop designed to keep you small and starving for crumbs of affection.</p>
<p id="89ed" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The ride only stops when you decide to jump.</p>
<p id="fb4d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Let us map out the mechanics of this torture so you can finally stop asking why and start walking away.</p>
<p id="820b" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He did not pick you because you were weak.</p>
<p id="8f12" data-selectable-paragraph="">He picked you because you were powerful and he wanted to see if he could own that light.</p>
<p id="1f76" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Most people think victims of narcissistic abuse are fragile souls with no boundaries.</p>
<p id="d9e0" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">That is a lie.</p>
<p id="a98a" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are likely a person with an infinite capacity for empathy and a spine made of steel.</p>
<p id="0d93" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He saw your strength and decided to use it as his battery.</p>
<h3 id="91e2" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">The Mirror That Steals Your Breath</h3>
<p id="8817" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">The idealization phase is not love. It is a heist.</p>
<p id="1c93" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He did not fall for you.</p>
<p id="fa59" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He studied you.</p>
<p id="6e4e" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He looked at the holes in your soul and shaped himself into the perfect plug.</p>
<p id="280b" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">If you loved poetry, he suddenly had a shelf full of Neruda.</p>
<p id="e08d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">If you felt neglected as a child, he became the ultimate protector.</p>
<p id="e97c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">This is called love bombing.</p>
<p id="735d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It feels like a drug because it is one.</p>
<p id="8dd2" data-selectable-paragraph="">Your brain floods with dopamine.</p>
<p id="c3aa" data-selectable-paragraph="">You think you found your soulmate. In reality, you found a mirror.</p>
<p id="1960" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He was just reflecting your own best qualities back at you and taking credit for the view.</p>
<p id="a6cb" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I remember the way he used to look at me. It was an intensity that felt like being seen for the first time.</p>
<p id="8fff" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I thought I was finally being cherished.</p>
<p id="83aa" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I did not realize he was just taking an inventory of my assets before the liquidation sale began.</p>
<h3 id="08aa" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">The Slow Bleed of the Devaluation</h3>
<p id="a4af" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">The shift never happens overnight. If he hit you on the first date, you would leave.</p>
<p id="7c03" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">So he waits.</p>
<p id="3263" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He waits until you are invested. He waits until your lives are tangled like headphone wires in a pocket.</p>
<p id="e50e" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Then comes the first slight.</p>
<p id="a39f" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">A joke at your expense.</p>
<p id="6067" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">A cold shoulder when you achieve something great.</p>
<p id="8184" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">A look of disgust when you ask for basic reassurance.</p>
<p id="9221" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You think you did something wrong.</p>
<p id="0200" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You try to fix it.</p>
<p id="b13c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You try to get back to the golden days of the first month.</p>
<p id="d698" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">But the goalposts are on wheels.</p>
<p id="3897" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Every time you get close to making him happy, he moves them ten yards back.</p>
<p id="4d3d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">This is where the gaslighting begins to erode your sanity. He tells you that you are too sensitive.</p>
<p id="f5c3" data-selectable-paragraph="">He claims he never said the things you heard him say.</p>
<p id="4daf" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He makes you doubt your own eyes and ears until you are checking your voice memos to see if you are actually losing your mind.</p>
<p id="0f9b" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are not losing your mind. You are losing your self.</p>
<h3 id="76e8" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">The Discard and the Ghost of Your Life</h3>
<p id="b49f" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">The discard is the most brutal part of the machinery.</p>
<p id="2da2" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is the moment he realizes he has drained all the ego fuel he can get from you.</p>
<p id="f8f2" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Or perhaps he found a newer and shinier battery to plug into.<br />
He leaves you in the wreckage of a life you built together. There is no closure.</p>
<p id="89dc" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">There is no sit down talk about why it did not work.</p>
<p id="0f62" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">There is only a cold and sudden silence that feels like a physical blow.</p>
<p id="1c5c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He treats the end of a relationship like a trash pickup. He moves on as if you never existed.</p>
<p id="d90c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are left wondering how someone who claimed to love you can treat you with less dignity than a stranger on the street.</p>
<p id="96ce" data-selectable-paragraph="">The truth is hard to swallow. He never loved you. He loved the way you made him feel about himself.</p>
<p id="ef8f" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Once that feeling faded, you became an inconvenience.</p>
<h3 id="05ab" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">The Counterintuitive Path to Freedom</h3>
<p id="08be" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">You want to reach out. You want to explain your side.</p>
<p id="e534" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You want him to finally understand the depth of the pain he caused.</p>
<p id="4699" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Stop.</p>
<p id="4a8d" data-selectable-paragraph="">Silence is the only language a narcissist respects.</p>
<p id="48a0" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Any emotion you give him, even anger or tears, is a win for him. It tells him he still has a remote control for your heart.</p>
<p id="7272" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">He feeds on your reaction.<br />
The most radical thing you can do is become boring.</p>
<p id="a3b7" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Give him nothing.</p>
<p id="8431" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">No texts.</p>
<p id="8337" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">No social media stalking.</p>
<p id="6b04" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">No mutual friend check ins.</p>
<p id="2ca0" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You must mourn the man you thought he was while protecting yourself from the man he actually is.</p>
<p id="e2c3" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The man you loved was a character in a play. He does not exist.</p>
<p id="c41d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The man who hurt you is the only one who is real.</p>
<h3 id="0f45" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">Rebuilding From the Ashes</h3>
<p id="f4a4" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">Healing is not a straight line. Some days you will feel like a warrior.</p>
<p id="0f57" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Other days you will find yourself smelling his old shirt and sobbing on the floor.</p>
<p id="c4eb" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Both versions of you are valid.</p>
<p id="a458" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You have to learn to trust your own gut again.</p>
<p id="4f78" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">That little voice you silenced for months or years is still there.</p>
<p id="f7e8" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is whispering that you deserve a love that does not require you to shrink.</p>
<p id="8dba" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is telling you that peace is better than the high of a toxic reconciliation.</p>
<p id="f18f" data-selectable-paragraph="">You are not a victim. You are a survivor who just finished a war you did not know you were fighting.</p>
<p id="55a8" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The scars are not signs of shame.</p>
<p id="2e61" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">They are proof that your heart is durable enough to break and still keep beat.</p>
<p id="fbe5" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Step off the ride. Let him keep the ghosts.</p>
<p id="e7c4" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You have a life to reclaim and it starts with the very first breath you take for yourself and no one else.</p>
<p id="971a" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The door is open.</p>
<p id="8ef2" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You just have to stop looking at the lock and start looking at the sky.</p>
<h3 id="b7c3" class="pt pu iq bb pv pw px jm gj py pz jp gm qa qb qc qd qe qf qg qh qi qj qk ql qm bg">The Funeral for the Version of You That Stayed</h3>
<p id="7abc" class="pw-post-body-paragraph pa pb iq pc b jk qn pe pf jn qo ph pi gn qp pk pl gq qq pn po gt qr pq pr ps hn bg" data-selectable-paragraph="">You are sitting in the quiet now and the silence feels heavy enough to crush your ribs.</p>
<p id="57d7" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You might be thinking that you wasted the best years of your life on a ghost.</p>
<p id="e00c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You might be convinced that you are too broken to ever be whole again.</p>
<p id="b650" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">That is a lie the heartbreak tells you to keep you paralyzed.</p>
<p id="410a" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I know you still wake up reaching for a phone that only brings you pain.</p>
<p id="8b74" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I know you still replay the arguments like you are trying to find a secret code to fix him.</p>
<p id="9e02" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is okay to feel like a raw nerve in a windstorm.</p>
<p id="e7a5" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Healing is messy and it is loud and it is the most honest thing you will ever do.</p>
<p id="f55e" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">This journey we took through the cycle of his madness was not just a history lesson.</p>
<p id="a75d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It was your eviction notice. You now have the map to the exit.</p>
<p id="579c" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You have the vocabulary for the abuse that used to have no name.</p>
<p id="0bc8" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are no longer guessing.</p>
<p id="90cb" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are knowing.</p>
<p id="db13" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">There is a profound difference between being a peacekeeper and being a peacemaker.</p>
<p id="fe01" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">A peacekeeper swallows fire to keep everyone else warm.</p>
<p id="ce41" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">A peacemaker builds a life where fire is no longer allowed to burn the foundation.</p>
<p id="08bb" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">I wrote about this transformation in my book, <a class="z oz" href="https://bookishscribbler.gumroad.com/l/rqttuf" target="_blank" rel="noopener ugc nofollow">Blessed Are The Peacemakers Not The Peace Keepers.</a></p>
<p id="0291" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is the anthem for those of us who are tired of the virtuous cycle of exhaustion.</p>
<p id="8bb4" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">It is for the person who is ready to move from servitude to actual service.</p>
<p id="8ad4" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You have spent enough time being a martyr for a man who did not deserve your breath.</p>
<p id="2954" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">The heartbreak you feel right now is actually the sound of your old life cracking open to let the light in.</p>
<p id="e967" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are not falling apart.</p>
<p id="09fc" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are falling into place.</p>
<p id="5c9e" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Take your power back.</p>
<p id="f5f2" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Take your silence back.</p>
<p id="186b" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Take your future back.</p>
<p id="847a" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You were never the problem.</p>
<p id="093d" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You were the prize he was never meant to keep.</p>
<p id="1997" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">Stand up, walk toward the sun, and do not ever look back at the wreckage.</p>
<p id="4301" class="pw-post-body-paragraph pa pb iq pc b jk pd pe pf jn pg ph pi gn pj pk pl gq pm pn po gt pp pq pr ps hn bg" data-selectable-paragraph="">You are finally, beautifully, and dangerously free.</p>
<p>&#8212;</p>
<p>This post was <a href="https://medium.com/hello-love/the-narcissistic-relationship-cycle-idealize-devalue-discard-fb8ba7173435" target="_blank" rel="noopener">previously published</a> on medium.com.</p>
<h3 style="text-align: center;">Love relationships? We promise to have a good one with your inbox.</h3>
<p style="text-align: center;">Subcribe to get 3x weekly dating and relationship advice.</p>
<p style="text-align: center;"><iframe loading="lazy" style="border: 1px solid #EEE; background: white;" src="https://gmpdating.substack.com/embed" width="480" height="320" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></p>
<hr />
<h3>Did you know? We have 8 publications on Medium. Join us there!</h3>
<div>
<div><a href="https://medium.com/hello-love" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/hello-love&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3pBWVjUOwX7xDJ_GMIZt4w">Hello, Love</a> (relationships)</div>
<div>
<div><a href="https://medium.com/change-becomes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/change-becomes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw15hMY6O-P41bBdvN7LE0Ii">Change Becomes You</a> (Advice)</div>
<div><a href="https://medium.com/a-parent-is-born" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/a-parent-is-born&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Cc8XNWBjk9ANTbW2HGBWq">A Parent is Born</a> (Parenting)</div>
<div><a href="https://medium.com/equality-includes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/equality-includes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0AGvNJMs4cYlmtpVWg6kCb">Equality Includes You</a> (Social Justice)</div>
<div><a href="https://medium.com/greener-together" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/greener-together&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Wv7MW8Ts0SG0CsGFlue_v">Greener Together</a> (Environment)</div>
<div><a href="https://medium.com/shelterme" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/shelterme&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0vE2VLm9rMIaawGoh6yZO7">Shelter Me</a> (Wellness)</div>
<div><a href="https://medium.com/modernidentities" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/modernidentities&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3V4cRKTckR-rLsymoacKMU">Modern Identities</a> (Gender, etc.)</div>
<div><a href="https://medium.com/co-existence" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/co-existence&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0EKXRJFdPCi9ClFWUSfDrC">Co-Existence</a> (World)</div>
</div>
</div>
<p style="text-align: center;">***</p>
<p>&#8211;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/black-and-white-heart-sketch-4bhhwmsYl-c" target="_blank" rel="noopener">Sight Archives on Unsplash</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-narcissistic-relationship-cycle-idealize-devalue-discard/">The Narcissistic Relationship Cycle: Idealize, Devalue, Discard</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/the-narcissistic-relationship-cycle-idealize-devalue-discard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3 in 4 Owners Say Owning a Business Is Worth It, Despite Challenges</title>
		<link>https://goodmenproject.com/featured-content/3-in-4-owners-say-owning-a-business-is-worth-it-despite-challenges/</link>
					<comments>https://goodmenproject.com/featured-content/3-in-4-owners-say-owning-a-business-is-worth-it-despite-challenges/#respond</comments>
		
		<dc:creator><![CDATA[Stacker]]></dc:creator>
		<pubDate>Sat, 16 May 2026 09:30:14 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Challenges]]></category>
		<category><![CDATA[Despite]]></category>
		<category><![CDATA[owners]]></category>
		<category><![CDATA[owning]]></category>
		<category><![CDATA[worth]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1119278</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Yet, 3 in 4 small business owners say the experience ultimately met or exceeded those expectations.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/3-in-4-owners-say-owning-a-business-is-worth-it-despite-challenges/">3 in 4 Owners Say Owning a Business Is Worth It, Despite Challenges</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/blake-wisz-GFrBMipOd_E-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>https://www.bluevine.com/blog/small-business-expectations-vs-reality-report</p>
<p>By Rob Pursell for Bluevine</p>
<p><a href="https://www.bluevine.com/blog/challenges-of-starting-a-new-business-survey" target="_blank" rel="noopener">Starting a business</a> often begins with a mix of optimism and big expectations about what ownership will look like. Yet, 3 in 4 small business owners say the experience ultimately met or exceeded those expectations.</p>
<p><a href="https://www.bluevine.com/blog/small-business-expectations-vs-reality-report" target="_blank" rel="noopener">In a February 2026 survey</a> of 785 U.S. small business owners, <a href="https://www.bluevine.com/" target="_blank" rel="noopener">Bluevine</a> examined how expectations before launch compare with the realities of running a business today.</p>
<p>Many owners report facing early cash flow challenges and higher-than-anticipated stress. The results reveal a gap between expectations and reality. For some founders, the experience proves more demanding than anticipated, even if it’s ultimately rewarding.</p>
<p>What many underestimate is the ongoing financial pressure, administrative workload, and emotional strain that come with ownership. Research on <a href="https://www.bluevine.com/blog/financial-literacy-statistics" target="_blank" rel="noopener">financial literacy</a> among entrepreneurs shows that many founders begin their journey with limited preparation for the financial realities of running a business.</p>
<p>This report explores where expectations align with reality—and where they deviate—offering a clearer picture of what it takes to run a small business in 2026.</p>
<h3>Key takeaways</h3>
<ul>
<li data-list-item-id="eb02266bd3744e5f25750346f4b43cff4">77% say owning a business met or exceeded expectations, while only 4% regret it.</li>
<li data-list-item-id="ecd47380dee38e94194bbe2b3a8c756da">56% experienced significant cash flow problems within their first three years.</li>
<li data-list-item-id="e2861d1fdf6f1e22f6806c5b5692cf9c6">27% report higher stress or burnout than expected.</li>
<li data-list-item-id="ecd612d5d041b4f94678a9b2b8b129db0">26% spend more time than expected on financial tasks, and bookkeeping is the biggest weekly time drain (42%).</li>
</ul>
<h3>3 in 4 say owning a business met or exceeded expectations—only 4% regret it</h3>
<p>The overwhelming majority of owners describe their experience positively. About 77% say running their business met or exceeded expectations, while only 4% say they regret becoming a business owner—an unusually low rate for such a high-risk path.</p>
<p><strong>A closer look</strong></p>
<p>According to Bluevine’s <a href="https://www.bluevine.com/blog/business-owner-success-survey-2026" target="_blank" rel="noopener">2026 Business Owner Success Survey (BOSS) Report</a>, the same percentage of small business owners—77%—made sacrifices to keep their business running in 2025. These sacrifices included financial stability, personal health and wellness, and even time with family or friends.</p>
<p>Still, the emotional demands of running a business are real. About 27% say their stress or burnout levels have been higher than expected. But those challenges rarely outweigh the long-term satisfaction of building and running something of their own.</p>
<h3>56% faced significant cash flow problems within their first 3 years</h3>
<p>“The first year especially has a way of surprising even the most prepared founders, and usually not in a good way,” says <a href="https://www.sotabookkeeping.com/" target="_blank" rel="noopener">Sota Bookkeeping</a> founder Eric Trettel. “A few things tend to catch people off guard most often: taxes, slow-paying clients, uneven revenue months, and unexpected one-time expenses.”</p>
<p>More than half of owners (56%) say significant <a href="https://www.bluevine.com/blog/cash-flow-management-guide-for-small-businesses" target="_blank" rel="noopener">cash flow problems</a> emerged within their first three years of running their business. That early stage is often the most financially vulnerable, as revenue can fluctuate and access to capital may still be limited while costs continue to grow.</p>
<p>Still, early financial stress isn’t universal. Nearly a third of entrepreneurs (30%) say they have never experienced a significant cash flow crisis.</p>
<p>Even after those first challenges, financial pressure doesn’t disappear entirely. Only 1 in 5 owners feels that managing cash flow never causes significant stress.</p>
<p>For most businesses, financial pressure can appear periodically throughout the year rather than as a single emergency. Managing those fluctuations becomes a routine part of operating a business.</p>
<p>“The good news is that it’s all manageable with a little structure upfront,” Trettel says. “A common rule of thumb is to set aside 25%–30% of your net income for taxes, but the right number depends on your situation.”</p>
<p>He stresses, “Consistency matters more than getting the percentage perfect on day one. As your business matures, a tax professional can help you formalize that into a proper plan with quarterly estimated payments.”</p>
<p>Many small businesses can face similar patterns when <a href="https://www.bluevine.com/blog/cash-flow-management-survey" target="_blank" rel="noopener">managing cash flow</a>, making early planning and visibility especially important. Building a forecast and planning ahead with <a href="https://www.bluevine.com/blog/how-to-master-cash-flow-forecasting-for-business-sustainability" target="_blank" rel="noopener">cash flow forecasting</a> tools can help owners navigate those ups and downs more confidently.</p>
<h3>Most owners feel cash flow stress—42% cite bookkeeping</h3>
<p>Eight in 10 owners say managing cash flow creates stress at least a few times a year, forcing them to constantly monitor their finances and adjust decisions as conditions change.</p>
<p>Financial management also demands more time than many founders expect. Nearly 8 in 10 say they spend as much or more time than anticipated on financial tasks, and about 26% say financial administration takes longer than they originally planned.</p>
<p>Trettel also shares this advice he gives to his clients: “The best thing you can do is plan for financial admin like it&#8217;s a real job function—because it is.”</p>
<p>“Either carve out dedicated time every week to stay on top of it, or bring in help early,” he continues. “Waiting until tax season to figure out your books is one of the most expensive mistakes a founder can make, both in time and in stress.”</p>
<p>As businesses grow, transaction volumes increase and reporting requirements expand, which can make keeping your finances organized more complicated. Many owners find themselves balancing financial tasks with day-to-day operations.</p>
<p>Integrations with accounting and bookkeeping tools such as QuickBooks Online and Xero can help reduce manual work and keep financial data synchronized.</p>
<p>Clear financial systems also help owners maintain visibility as their businesses scale. Many founders rely on tools for small-business <a href="https://www.bluevine.com/blog/cash-flow-management-guide-for-small-businesses" target="_blank" rel="noopener">cash flow management</a>, such as<a href="https://www.bluevine.com/blog/cash-flow-statement-example" target="_blank" rel="noopener"> cash flow statement templates</a>, to keep their finances organized.</p>
<p><strong>Did you know?</strong></p>
<p>According to Bluevine’s <a href="https://www.bluevine.com/blog/small-business-late-payment-gaps" target="_blank" rel="noopener">2026 report on late payment gaps</a>, 29% of small business owners delayed paying themselves due to late and unpaid invoices. In fact, 17% reported missing or nearly missing payroll for the same reason.</p>
<h3>Owners’ advice for 2026: Bigger buffers and cleaner money boundaries</h3>
<p>When asked what advice they would give to someone starting a business today, experienced owners consistently emphasize financial preparation.</p>
<p>Trettel says, “Step one is simple: Open a dedicated business checking account before you spend a single dollar on the business. This isn&#8217;t optional. It protects you legally, makes your bookkeeping cleaner, and will save you hours of untangling come tax time.”</p>
<p>He adds, “But the step most founders skip is establishing a consistent owner&#8217;s draw or salary process early on. Without it, people tend to pull money from the business whenever they need it personally, which makes it harder to understand whether your business is actually profitable. When you pay yourself in a structured, repeatable way, your books tell a real story.”</p>
<p>Many of the lessons small business owners shared in Bluevine’s survey come from challenges they faced early on. Cash flow surprises and time-consuming financial tasks often reshape how owners think about preparation after a few years in business.</p>
<p>The advice centers on building stronger financial foundations early. Owners emphasize the importance of maintaining a cash cushion, separating business and personal finances, and preparing for the time commitment required by financial management.</p>
<h3>Entrepreneurship is worth it—with the right preparation</h3>
<p>Small business ownership brings both satisfaction and pressure. Many founders say the experience has been worthwhile, even as financial demands and operational challenges prove more intense than anticipated.</p>
<p>Experienced owners don’t discourage entrepreneurship. Instead, they emphasize preparation, particularly around separating business and personal finances and setting realistic expectations about the time and stress involved.</p>
<p>“The goal is to make your personal and business finances two completely separate worlds. The cleaner that line is, the better decisions you&#8217;ll be able to make as you grow,” Trettel says.</p>
<p>Recurring financial strain and administrative work aren’t signs of failure. They highlight the need for clearer financial systems and stronger visibility. Owners who build those systems early are better positioned to move from reacting to financial surprises to planning for growth.</p>
<p>The right financial tools can make that transition easier.</p>
<h3>Methodology</h3>
<p>The survey was conducted by Centiment for Bluevine. The survey was fielded between Feb. 2, 2026, and Feb. 11, 2026. The results are based on 785 completed surveys. In order to qualify, respondents were screened to be residents of the United States, over 18 years of age, and own a small business. Data is unweighted, and the margin of error is approximately +/-3% for the overall sample with a 95% confidence level.</p>
<p><a href="https://www.bluevine.com/blog/small-business-expectations-vs-reality-report" target="_blank" rel="noopener"><em>This story</em></a><em> was produced by </em><a href="https://www.bluevine.com" target="_blank" rel="noopener"><em>Bluevine</em></a><em> and reviewed and distributed by </em><a href="https://hubs.la/Q03klgSR0" target="_blank" rel="nofollow noopener"><em>Stacker</em></a><em>.</em></p>
<p><script type="text/javascript" src="https://analytics.stacker.com/tracking/dfb23d36-18d2-4671-adf4-b523ffbd7561/script.js?source=story-hub" async></script></p>
<p>&#8212;</p>
<p><em><a href="https://hub.stackernewswire.com/national/dfb23d36-18d2-4671-adf4-b523ffbd7561">Previously Published</a> on hub.stackernewswire</em></p>
<hr />
<p>&nbsp;</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
</div>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<p><em>The Good Men Project is p</em><em>art of a multi-platform ecosystem: flagship site, Medium publications, Substacks, social media. </em><em>We publish experts, authors, therapists, coaches, activists, and wellness professionals. </em><em>AI tools look for stable, context-rich domains with clear topical focus. </em><em>GMP’s mission-driven content helps articles perform better in AI-powered discovery.</em></p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&nbsp;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/two-women-near-tables-GFrBMipOd_E" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/3-in-4-owners-say-owning-a-business-is-worth-it-despite-challenges/">3 in 4 Owners Say Owning a Business Is Worth It, Despite Challenges</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/3-in-4-owners-say-owning-a-business-is-worth-it-despite-challenges/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>⛓️ Universities: Canaries in the Authoritarian Coalmine</title>
		<link>https://goodmenproject.com/featured-content/%e2%9b%93%ef%b8%8f-universities-canaries-in-the-authoritarian-coalmine/</link>
					<comments>https://goodmenproject.com/featured-content/%e2%9b%93%ef%b8%8f-universities-canaries-in-the-authoritarian-coalmine/#respond</comments>
		
		<dc:creator><![CDATA[The Loop]]></dc:creator>
		<pubDate>Sat, 16 May 2026 09:00:46 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Academic freedom]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[authoritarian governments]]></category>
		<category><![CDATA[Authoritarianism]]></category>
		<category><![CDATA[Bolsonaro]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[Constraints on Academic Freedom]]></category>
		<category><![CDATA[democratic backsliding]]></category>
		<category><![CDATA[democratic erosion]]></category>
		<category><![CDATA[Donald Trump]]></category>
		<category><![CDATA[Erdogan]]></category>
		<category><![CDATA[Hugo Chávez]]></category>
		<category><![CDATA[Hungary]]></category>
		<category><![CDATA[Jair Bolsonaro]]></category>
		<category><![CDATA[Juan Perón]]></category>
		<category><![CDATA[left-wing populism]]></category>
		<category><![CDATA[left-wing populists]]></category>
		<category><![CDATA[mexico]]></category>
		<category><![CDATA[Modi]]></category>
		<category><![CDATA[Narendra Modi]]></category>
		<category><![CDATA[Orbán]]></category>
		<category><![CDATA[Recep Tayyip Erdogan]]></category>
		<category><![CDATA[right-wing populism]]></category>
		<category><![CDATA[right-wing populists]]></category>
		<category><![CDATA[Rodrigo Duterte]]></category>
		<category><![CDATA[Serbia]]></category>
		<category><![CDATA[The Philippines]]></category>
		<category><![CDATA[Trump]]></category>
		<category><![CDATA[turkey]]></category>
		<category><![CDATA[universities]]></category>
		<category><![CDATA[Venezuela]]></category>
		<category><![CDATA[Viktor Orbán]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120524</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />This persists even after we factor in important factors like GDP, education, and democracy.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/%e2%9b%93%ef%b8%8f-universities-canaries-in-the-authoritarian-coalmine/">⛓️ Universities: Canaries in the Authoritarian Coalmine</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/emily-karakis-T-tVt4xsCdE-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p class="byline">By Jeremy Ko &amp; James F. Downes, The Loop</p>
<p class="has-medium-font-size">Populist governance poses a profound threat to universities, undermining the autonomy essential to knowledge production. <strong>Jeremy Ko</strong> and <strong>James F. Downes</strong> reveal how populist leaders invoking &#8216;the people&#8217; against elites consistently reduce academic freedom – and right-wing variants accelerate the decline most sharply</p>
<h2 id="h-tracking-damage-during-populist-rule-nbsp" class="wp-block-heading">Tracking damage during populist rule</h2>
<p><a href="https://www.sciencedirect.com/science/article/pii/S0883035526000418?dgcid=author#bib0022" target="_blank" rel="noreferrer noopener">Our research</a> analysed <a href="https://www.v-dem.net/our-work/research-programs/academic-freedom/" target="_blank" rel="noreferrer noopener">V-Dem&#8217;s Academic Freedom Index</a> (AFI) across 60 countries, from 1900 to 2020, to track year-on-year changes during populist rule. We found that populist leaders slash overall AFI scores by 0.012 to 0.013 points annually.</p>
<p>This persists even after we factor in important factors like GDP, education, and democracy. Right-wing populists inflict larger damage (0.015 points), roughly twice that of their left-wing counterparts (0.009 points).</p>
<p>Every AFI dimension deteriorates: freedom to research and teach drops by 0.068 points; exchange and dissemination by 0.055; institutional autonomy by 0.037; campus integrity by 0.059. Academic-cultural expression by a stark 0.099, the steepest fall overall.</p>
<p>Populists in power don&#8217;t just erode democracy. They gut academia, year by year, point by excruciating point. The AFI runs from 0 (total clampdown) to 1 (unfettered inquiry), tracking five core pillars like research freedom and campus integrity via expert assessments</p>
<h3 id="h-scale-nbsp-at-a-glance-nbsp" class="wp-block-heading">Scale at a glance</h3>
<p>Think 1.0 as ivory-tower paradise. Universities untouchable, scholars publishing fearlessly. Below 0.5? Red flags of censorship and purges, common in autocratising states.</p>
<p>That 0.012-0.013 annual AFI plunge under populists? It&#8217;s 1.2% off the scale yearly, mirroring the chasm between France&#8217;s sturdy 0.90 and Hungary&#8217;s battered 0.30-0.33, a 0.57-point freefall. Right-wing firebrands hit harder at 0.015 points; whilst leftists lag at 0.009.</p>
<h3 id="h-real-world-sting-nbsp" class="wp-block-heading"><strong>Real-world sting</strong></h3>
<p>Dimension drops are brutal: academic expression craters 0.099 points (10% gone in a flash, like Hungary&#8217;s post-communist nosedive). Picture self-censorship spiking, loyalists installed, global average (0.57) in the rearview, populism&#8217;s quiet academic coup.</p>
<h2 id="h-ideological-mechanisms-nbsp" class="wp-block-heading">Ideological mechanisms</h2>
<p>Right-wing populists attack universities as elite strongholds. As <a href="https://theloop.ecpr.eu/according-to-populists-who-are-the-people-and-the-elite/" target="_blank" rel="noreferrer noopener">Maurits Meijers and colleagues</a> explain, populists cast academics alongside media and politicians as threats to &#8216;the pure people&#8217;. In Hungary, for example, Viktor Orbán&#8217;s government enacted the <a href="https://www.ceu.edu/article/2020-10-06/lex-ceu-no-longer-applicable" target="_blank" rel="noreferrer noopener">Lex CEU</a>, which banned gender studies and <a href="https://www.theguardian.com/world/2018/dec/03/dark-day-freedom-george-soros-affiliated-central-european-university-quits-hungary" target="_blank" rel="noreferrer noopener">exiled Central European University from Budapest to Vienna</a>.</p>
<blockquote class="wp-block-quote"><p>Charismatic leaders like Orbán and Erdoğan distribute propaganda vilifying &#8216;corrupt&#8217; academia</p></blockquote>
<p><a href="https://theloop.ecpr.eu/from-regime-crisis-management-to-offensive-serbias-rebel-university/" target="_blank" rel="noreferrer noopener">Marina Milić</a> has also outlined how Serbia&#8217;s government shifted from managing 2024–25 student protests to a 2026 offensive targeting universities. Government tactics included reducing research time, SPIRI &#8216;kill switch&#8217; financial controls, and personnel pressures. In so doing, it made academia the frontline of the &#8216;<a href="https://pobuni.se/" target="_blank" rel="noreferrer noopener">Rebellious university</a>&#8216; resistance.</p>
<p>As <a href="https://theloop.ecpr.eu/what-explains-the-global-appeal-of-authoritarian-populism/" target="_blank" rel="noreferrer noopener">Gülşen Doğan explains</a>, this strategy gains traction through charismatic leaders who promise stability, and distribute propaganda vilifying &#8216;corrupt&#8217; academia. Hungary&#8217;s former leader Viktor Orbán and Turkey&#8217;s President Recep Tayyip Erdoğan rally followers against elite institutions.</p>
<p>Left-wing populists constrain more subtly, via bureaucracy. Prioritising redistribution, they embed universities in state planning, tying funds to socioeconomic utility. This has been evident in countries such as <a href="https://venezuelanalysis.com/analysis/1357/" target="_blank" rel="noreferrer noopener">Venezuela under Hugo Chávez</a> or <a href="https://www.aljazeera.com/news/2024/11/29/as-mexico-advances-plan-to-dissolve-watchdog-agencies-critics-cry-foul" target="_blank" rel="noreferrer noopener">Mexico&#8217;s recent cuts to elite think tanks</a>.</p>
<p>Populism&#8217;s core logic – the people versus the elite – redefines truth as moral intuition, not evidence. Universities, bastions of pluralism, have become targets. Democracies buffer somewhat via rule-of-law protections, but populists exploit elections to subvert them.</p>
<blockquote class="wp-block-quote">
<h3>Left-wing populists constrain more subtly, tying university funding to socioeconomic utility</h3>
</blockquote>
<p>Right-wing populists deal twice the AFI damage (0.015 points/year) of left-wing ones (0.009), accelerating erosion across all dimensions. The mechanism? Leftists often instrumentalise universities, capturing them via ideological sway and funding biases, without outright attacks, preserving surface autonomy while steering outputs.</p>
<p>Right-wingers, by contrast, launch direct assaults like purges, loyalty tests, and budget cuts to smash institutional independence. This asymmetry explains why right-wing rule correlates with steeper drops in campus integrity and autonomy specifically.</p>
<h2 id="h-real-world-impact-nbsp" class="wp-block-heading">Real-world impact</h2>
<p>Brazil&#8217;s former president Jair Bolsonaro <a href="https://www.resetdoc.org/story/bolsonaro-brazilian-education/" target="_blank" rel="noreferrer noopener">defunded &#8216;Marxist&#8217; campuses</a>; the rhetoric of India&#8217;s current leader Narendra Modi <a href="https://www.journalofdemocracy.org/articles/inside-modis-assault-on-academic-freedom/" target="_blank" rel="noreferrer noopener">stifles academic freedom</a>. Bolivia&#8217;s left-wing former leader Evo Morales integrated academia into <a href="https://media.odi.org/documents/7063.pdf" target="_blank" rel="noreferrer noopener">anti-neoliberal projects</a>, effectively sidelining non-aligned scholars.</p>
<p>These trends span ideologies and eras, from <a href="https://scholarship.law.duke.edu/cgi/viewcontent.cgi?article=2973&amp;context=lcp#:~:text=The%20writings%20of%20the%20reform,to%20serve%20partisan%20political%20ends." target="_blank" rel="noreferrer noopener">Juan Perón&#8217;s</a> Argentina to modern-day Philippines under <a href="https://www.reuters.com/world/asia-pacific/philippine-protest-over-permission-security-forces-enter-university-2021-01-19/" target="_blank" rel="noreferrer noopener">Rodrigo Duterte</a>. Wealthier nations falter, too, if populists lead. Higher enrolment – paradoxically – attracts governmental constraint, because mass systems invite bureaucratic control.</p>
<h2 id="h-implications-for-democracy-nbsp" class="wp-block-heading">Implications for democracy</h2>
<p>Academic freedom underpins evidence-based debate and innovation. Its erosion starves democracy of critical input. When <a href="https://www.hks.harvard.edu/publications/cancel-culture-myth-or-reality-0" target="_blank" rel="noreferrer noopener">campuses self-censor</a>, policy tilts toward emotion over expertise, amplifying misinformation.</p>
<blockquote class="wp-block-quote">
<h3>When campuses self-censor, policy tilts toward emotion over expertise, amplifying misinformation</h3>
</blockquote>
<p>Populists thrive on misinformation. Donald Trump&#8217;s attacks on academia and expertise have echoed globally, normalising intellectual conformity. In 2026, with Trump&#8217;s democratic backsliding, and Europe&#8217;s far-right surge continuing, risks mount. Around the world, populism&#8217;s anti-pluralism is undermining the foundations of open liberal societies.</p>
<h2 id="h-policy-safeguards-nbsp" class="wp-block-heading">Policy safeguards</h2>
<p>Laws should stop political firings, protect job security through tenure, and prevent political interference in funding. UNESCO and NGOs should track violations via real-time indicators, shaming transgressors. Universities also need internal whistleblower channels and diversified revenue to blunt state leverage.</p>
<p>The 120-year data range <a href="https://www.sciencedirect.com/science/article/abs/pii/S0883035526000418?dgcid=author#bib0022" target="_blank" rel="noreferrer noopener">of our research</a> shows how every form of populism erodes academic freedom, but that right-wing populism does so most viciously. Democracies ignore this at their peril. Universities are canaries in the authoritarian coalmine.</p>
<p><a href="https://theloop.ecpr.eu/?s=%E2%9B%93" target="_blank" rel="noreferrer noopener"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26d3.png" alt="⛓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> No.15 in a Loop series examining constraints on academic freedom in a variety of global contexts</a></p>
<p>This <a href="https://theloop.ecpr.eu/universities-canaries-in-the-authoritarian-coalmine/" target="_blank" rel="noopener">article</a> was originally published at <a href="https://theloop.ecpr.eu" target="_blank" rel="noopener">The Loop</a> and is republished here under a Creative Commons license.<img decoding="async" id="republication-tracker-tool-source" style="max-width: 200px;" src="https://theloop.ecpr.eu/?republication-pixel=true&amp;post=28083&amp;ga=" /></p>
<p>&#8212;</p>
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/white-university-during-daytime-T-tVt4xsCdE" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/%e2%9b%93%ef%b8%8f-universities-canaries-in-the-authoritarian-coalmine/">⛓️ Universities: Canaries in the Authoritarian Coalmine</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/%e2%9b%93%ef%b8%8f-universities-canaries-in-the-authoritarian-coalmine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Fabric of Care: It Is Nurses Who Hold Our Health System Together</title>
		<link>https://goodmenproject.com/featured-content/the-fabric-of-care-it-is-nurses-who-hold-our-health-system-together/</link>
					<comments>https://goodmenproject.com/featured-content/the-fabric-of-care-it-is-nurses-who-hold-our-health-system-together/#respond</comments>
		
		<dc:creator><![CDATA[Healthy Debate]]></dc:creator>
		<pubDate>Sat, 16 May 2026 08:30:55 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Health & Wellness]]></category>
		<category><![CDATA[Care]]></category>
		<category><![CDATA[Fabric]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[nurses]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[together]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1116132</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />These observations rarely make headlines. Yet they are often the first signals that something important is unfolding.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-fabric-of-care-it-is-nurses-who-hold-our-health-system-together/">The Fabric of Care: It Is Nurses Who Hold Our Health System Together</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/04/worshae-0ot8vTbBKRg-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://healthydebate.ca/contributor/devina-wadhwa/" target="_blank" rel="noopener">Devina Wadhwa</a></p>
<p>In most hospital units, the rhythm of the day is set long before physicians arrive.</p>
<p>Nurses are already there, reviewing overnight events, checking medications, assessing patients and quietly preparing for the countless small decisions that will shape the hours ahead. They notice the patient who didn’t sleep, the one who seems slightly more withdrawn, the one whose breathing has subtly changed since yesterday.</p>
<p>These observations rarely make headlines. Yet they are often the first signals that something important is unfolding.</p>
<p>In Canadian health care, nurses are the constant presence in patient care. They accompany patients through uncertainty, recovery and loss. In my work as a psychiatrist, I have had the privilege of working alongside extraordinary nurses. Their skill, clinical insight and emotional intelligence shape patient care in ways that are sometimes invisible from the outside but unmistakable to those inside the system.</p>
<p>Over time, it becomes clear that nurses are not simply one part of the health-care team. They are the fabric that allows the team to function.</p>
<p>Nursing is the largest regulated health profession in Canada. According to the Canadian Institute for Health Information, more than<a href="https://www.cihi.ca/en/health-workforce-in-canada-in-focus-including-nurses-and-physicians/a-lens-on-the-supply-of-canadas-health-workforce" target="_blank" rel="noopener"> 450,000 regulated nurses</a> work across the country, including registered nurses, nurse practitioners and licensed practical nurses.</p>
<p>They practice in hospitals, long-term care homes, community clinics, public health programs and remote nursing stations. In many settings, they are the primary point of contact for patients navigating the health-care system.</p>
<p>While the public often associates nursing with bedside care, their scope of work is much broader. Nurses continuously assess patients, detect early signs of deterioration, and coordinate communication between health professionals and support families through complex and emotional decisions.</p>
<p>One of the most important contributions nurses bring to health care is something deceptively simple: observation.</p>
<p>Because nurses spend the most time with patients, they notice details that others might miss. A patient who suddenly becomes quieter. A subtle change in mood. A shift in behaviour that signals distress.</p>
<p>In psychiatry, these observations are particularly valuable. Mental health care often unfolds gradually, and small behavioural changes can reveal whether a patient is improving or struggling.</p>
<p>Many of the most important clinical insights I have encountered have come from conversations with nurses who know the patient well. Their perspective often provides a fuller understanding of how someone is doing beyond brief clinical assessments.</p>
<p>This kind of insight cannot be replaced by technology or protocols. It comes from time, experience and close human contact with patients.</p>
<p>While modern health care can feel fragmented, it is nurses who provide continuity. Patients may encounter many professionals during a single hospital stay. Physicians rotate shifts. Specialists consult briefly. Administrators manage systems at a distance. But nurses are present across shifts and across the arc of a patient’s hospitalization.</p>
<p>They remember the details that can be lost in a busy system: the medication that caused problems last week, the family member who calls every evening, the moment when a patient first begins to improve.</p>
<p>For patients and families, these relationships often become the anchor of their experience within the hospital.</p>
<p>Trust develops through the steady presence of someone who returns shift after shift, paying attention not only to medical details but also to the emotional realities of illness.</p>
<p>These contributions become even more visible in rural and northern health care.</p>
<p>They assess emergencies, coordinate patient transfers, provide primary care and support community health initiatives. Their roles require remarkable clinical judgment and independence.</p>
<p>Working in these environments highlights something important about Canadian health care: many communities rely on nurses not only as members of the team but as leaders in delivering care.</p>
<p>The strength of rural health systems often depends directly on the knowledge and commitment of these professionals.</p>
<p>When nursing shortages occur, the consequences ripple across the health system. Units struggle to maintain safe staffing levels. Wait times increase. Patients experience delays in care.</p>
<p>Research consistently shows that adequate nurse staffing is associated with better patient outcomes, including<a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8655582/#:~:text=A%20study%20of%20adult%20medical,in%20hospitals%20with%20poorer%20resources.&amp;text=These%20study%20findings%20have%20been,sizeable%20cost%20savings%20to%20hospitals.&amp;text=Despite%20the%20social%20and%20economic,observed%20among%20safety%2Dnet%20hospitals.&amp;text=Compared%20with%20other%20states%20which,failure%2Dto%2Drescue%20rates.&amp;text=The%20California%20experience%20serves%20as,hospital%20staffing%20and%20patient%20care." target="_blank" rel="noopener"> lower mortality and fewer complications</a>.</p>
<p>Supporting nurses is therefore not only a workforce issue. It is a patient safety issue.</p>
<p>Consider that some of the most meaningful moments in medicine occur quietly. A nurse sitting beside a frightened patient late at night. A team conversation where a nurse’s observation changes the course of treatment. A small moment of reassurance offered to a family struggling to understand what lies ahead.</p>
<p>In my own practice, I have seen how collaboration with skilled and compassionate nurses transforms patient care. Their presence brings stability to complex situations and insight to clinical decision-making.</p>
<p>Health care is often described as a system of buildings, technologies and policies. But at its core, it is a system of people caring for other people.</p>
<p>And among those people, nurses remain the professionals who stitch the threads together.</p>
<p>If Canada hopes to strengthen its health-care system, we must recognize and support the profession that sustains it every day.</p>
<p>Because when nurses are supported, patients are safer, and the entire system becomes stronger.</p>
<p>&#8212;</p>
<p><em><a href="https://healthydebate.ca/2026/04/topic/nurses-hold-health-system-together/">Previously Published</a> on healthydebate.ca with </em><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener"><em>Creative Commons License</em></a></p>
<p style="text-align: center;">***</p>
<p>&#8211;</p>
<h3>The world is changing fast. We help you keep up.</h3>
<p>We&#8217;ll send you 1 post, 3x per week.</p>
<h3><iframe loading="lazy" style="border: 1px solid #EEE; background: white;" src="https://goodmenproject.substack.com/embed" width="480" height="320" frameborder="0" scrolling="no"></iframe></h3>
<hr />
<h2>Join The Good Men Project as a Premium Member today.</h2>
<p>All Premium Members get to view The Good Men Project with NO ADS. <strong>Need more info? <a href="https://goodmenproject.com/registration" target="_blank" rel="noopener">A complete list of benefits is here</a>.</strong></p>
<p>&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/a-close-up-of-a-persons-feet-0ot8vTbBKRg" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-fabric-of-care-it-is-nurses-who-hold-our-health-system-together/">The Fabric of Care: It Is Nurses Who Hold Our Health System Together</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/the-fabric-of-care-it-is-nurses-who-hold-our-health-system-together/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Muse is Calling — Your Life Depends on Answering</title>
		<link>https://goodmenproject.com/featured-content/the-muse-is-calling-your-life-depends-on-answering/</link>
					<comments>https://goodmenproject.com/featured-content/the-muse-is-calling-your-life-depends-on-answering/#respond</comments>
		
		<dc:creator><![CDATA[Zackary Henson]]></dc:creator>
		<pubDate>Sat, 16 May 2026 08:00:09 +0000</pubDate>
				<category><![CDATA[Advice & Confessions]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[mindfulness]]></category>
		<category><![CDATA[personal growth]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[self-improvement]]></category>
		<category><![CDATA[self-love]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1121241</guid>

					<description><![CDATA[<p><img width="800" height="534" src="https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-768x513.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" />What is it that we’re calling to when we become possessed by our craft?</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-muse-is-calling-your-life-depends-on-answering/">The Muse is Calling — Your Life Depends on Answering</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="534" src="https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-768x513.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/yang-miao-wQKJ9XSd8x8-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<div class="hn ik il im in">
<div class="v cf">
<div class="cm bd ht hu hv hw">
<p id="7ada" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="5a02" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">I don’t believe in “I choose not to do what I love, because I will no longer love it.”</p>
<p id="12a1" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">It is the lie of the plateau; of evil’s spell to numb us and make us question why we started and where we’re going.</p>
<p id="6465" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">To keep us small, faded, soul-detached.</p>
<p id="35bc" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">I deeply believe in this.</p>
<p id="0068" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="4cd7" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Work matters.</p>
<p id="e6cf" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Our soul work matters.</p>
<p id="f3e4" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">In it, love is not in every moment of the work that we do, but the work to push through the lie. The work to dissolve a transparent barrier.</p>
<p id="c308" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">If all it took to love what we do is just in doing it, progress would never happen. We would never become better, become masters.</p>
<p id="dc91" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">That’s what it means to love what we do.</p>
<p id="29d9" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">And we cannot become masters of it if we never take steps toward it.</p>
<p id="b9ae" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Especially the boring and uncomfortable ones.</p>
<p id="2505" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">And I think that may be the difference between hobby and obsession.</p>
<p id="3582" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">One is just to get away from the world.</p>
<p id="a81b" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">The other…is a endless, gnawing frustration to change it.</p>
<p id="1989" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="3d9a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">I’ve only wanted a few things from this world.</p>
<p id="651d" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">This…beautiful chaos of humanity, with all of it’s awe and savagery.</p>
<p id="2a56" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">A few things from this universe of endlessness and unfathomable deeps of heart and soul and mind.</p>
<p id="b8ef" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Things that every man wants, even when he finds the fear too great to ask.</p>
<p id="02a1" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Things that he finds among the abstract chaos which pull him into a gravity made by the light of The Muse. <em class="pr">(reference: The War of Art by Steven Pressfield)</em></p>
<p id="ef74" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Things that make him not a better man, but a part of the universe itself.</p>
<p id="5ad3" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Things that as men — while in the midst of our greatest mental and spiritual battles — will be our solace, our antidote, our strength.</p>
<p id="9005" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="b938" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Bring a man love and meaning, and he will turn the world over for you.</p>
<p id="c8a8" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Bring him a divine duty that he will proudly carry the way Atlas carries the sky.</p>
<p id="7691" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Bring him what eases the ache, subsides his pain, grays the darkness of his burdens and battlefields.</p>
<p id="79ff" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">I think every man will take his chance with crafted wings, and seek to find the perfect height of currents in the air that will whisk him away unto the salvation of love and meaning…even if it means risking the same fate of Icarus, ignorant of his wise father’s warning cries.</p>
<p id="ed91" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="1981" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">But the greatest risk is not in a man’s leap, but his direction.</p>
<p id="5d89" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Did he give too much to the wrong compass? The wrong love? The wrong meaning?</p>
<p id="ce0f" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Will he find the land of salvation he chose too quiet, too strange, too false?</p>
<p id="3cc6" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">And that’s what often keeps him from jumping.</p>
<p id="b8d9" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">From seeking The Muse in all her romantic devotion.</p>
<p id="1710" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">That is why man must find his compass.</p>
<p id="26f1" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">The divine child of love and meaning.</p>
<p id="a247" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">The following is based on an epiphany I had about how unfairly I was showing up in my attempts to meet The Muse; the one, as Pressfield tells it, shows up when we have dug in deep enough in order for her to touch us and translate our soulful purpose.</p>
<p id="2fa7" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">But, I digress…</p>
<p id="5cae" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="4592" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">But do you hear me?</em></p>
<p id="5009" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Do you reach for me, with all your power, as I desperately reach for you?</em></p>
<p id="3902" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Do you think of me as obsessively as I think of you?</em></p>
<p id="5cfd" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="f555" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">As I wait for you, I feel the grasp of truth letting go of me.</em></p>
<p id="395e" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">What is this?</em></p>
<p id="9852" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Why do I lose myself in this patience?</em></p>
<p id="eea9" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Why do I feel dissolved in this quiet nucleus of anticipation of you?</em></p>
<p id="f18a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="5dcd" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">How could I possibly stay here?</em></p>
<p id="d24e" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">How could I feel so alone as I save this space for you?</em></p>
<p id="e3af" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">As I defend the hole in which you were meant to fill?</em></p>
<p id="43f1" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Where are you?</em></p>
<p id="ae3a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">I need you.</em></p>
<p id="6a73" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="8667" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Restlessness has taken me.</em></p>
<p id="a4aa" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">I no longer feel safe, or together, or my own.</em></p>
<p id="ce2b" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">I must leave this place.</em></p>
<p id="6f0a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">The place that would be home to you and me.</em></p>
<p id="e40b" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">For my own sanity, I must abandon all the things I dreamed of being with you.</em></p>
<p id="cf78" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">There is no more me, here.</em></p>
<p id="5429" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">No more essence, no more vibration.</em></p>
<p id="b8b4" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="8a63" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">But then, where would I go?</em></p>
<p id="3bad" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Where do I put my effort and grit, my love and my worship?</em></p>
<p id="258d" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">What do I romance if not you?</em></p>
<p id="77b5" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">What do I bleed for if not you?</em></p>
<p id="63c6" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">What do I look to, if not your color and your vitality?</em></p>
<p id="9f83" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="eced" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">My beautiful Muse.</em></p>
<p id="30fa" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Could it be…</em></p>
<p id="a63a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">That I have watched my compass, waiting for you to reveal yourself…instead of meeting you at the center of love and dedication?</em></p>
<p id="d0fd" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I stapled my own feet, stayed my own hand?</em></p>
<p id="2794" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I been a groom in waiting?</em></p>
<p id="7b42" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I betrayed you with my lethargy, and left you to wander the world without me, waiting for me?</em></p>
<p id="eb86" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="de6a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe it’s you that I should love, not what I ask you to give.</em></p>
<p id="bd97" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe it’s the empty you that I should fill, not the holes within my ego.</em></p>
<p id="2b42" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe…maybe its you I unfairly seek to be my joy, my prosperity, my peace.</em></p>
<p id="a024" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe it’s your open hands I should find and firmly grasp.</em></p>
<p id="13ee" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe the adventure of you that will give me everything I’ve asked for.</em></p>
<p id="3e8e" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Maybe it’s the motion of mortality that helps me find the love and peace and romance that is you.</em></p>
<p id="1aba" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="b73b" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Is it you that waits for me?</em></p>
<p id="6995" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I foregone my purpose, melted my meaning, and forgotten your beauty?</em></p>
<p id="8458" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I ignored your call?</em></p>
<p id="af43" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Have I muzzled your voice by deeply howling with my own?</em></p>
<p id="bfed" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">The mutating wolf, alone in front of a harvest moon…</em></p>
<p id="8dd2" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">Calling but never pursuing.</em></p>
<p id="a9df" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">…</em></p>
<p id="e3c6" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">I must find you.</em></p>
<p id="cb43" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">With every breath and stride I’ll hunt for you, my Muse.</em></p>
<p id="12d4" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">With every beat of heart and inhale of scent I will come to you, my love.</em></p>
<p id="c372" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">You are my North.</em></p>
<p id="fd43" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">My compass.</em></p>
<p id="9f5a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph=""><em class="pr">My legacy.</em></p>
<p id="c4da" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">…</p>
<p id="967a" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Truth and Love, Reader.</p>
</div>
</div>
</div>
<div class="v cf ig ps pt pu" style="text-align: center;" role="separator"><strong>&#8230;</strong></div>
<div class="hn ik il im in">
<div class="v cf">
<div class="cm bd ht hu hv hw">
<p id="05d6" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">If you like my writing and the things I question, you might(I mean…probably) also like my newsletter. If not, you can still get all my stories here on Medium!</p>
<p id="f07f" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Substack is where you can subscribe to my newsletter and get not just my medium stories, but chat with me directly, have access to all of my content in one place, and have access to The Art of Questioning audio. Only at <a class="z py" href="https://zackaryhenson.substack.com/" target="_blank" rel="noopener ugc nofollow">https://zackaryhenson.substack.com</a></p>
<p id="27c9" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">There are so many great stories on Medium! If you want to have access to some of the best writing by thousands of creators, start your membership with the link below, which will also support my writing.</p>
<p id="fcfd" class="pw-post-body-paragraph oy oz iq pa b jk pb pc pd jn pe pf pg gn ph pi pj gq pk pl pm gt pn po pp pq hn bg" data-selectable-paragraph="">Remember…question everything! <a class="z py" href="https://zackaryhenson.medium.com/subscribe" target="_blank" rel="noopener">https://zackaryhenson.medium.com/subscribe</a></p>
</div>
</div>
</div>
<p>&#8212;</p>
<p>This post was <a href="https://medium.com/change-becomes-you/the-muse-is-calling-your-life-depends-on-answering-b82746dea800" target="_blank" rel="noopener">previously published</a> on medium.com.</p>
<h3 style="text-align: center;">Love relationships? We promise to have a good one with your inbox.</h3>
<p style="text-align: center;">Subcribe to get 3x weekly dating and relationship advice.</p>
<p style="text-align: center;"><iframe loading="lazy" style="border: 1px solid #EEE; background: white;" src="https://gmpdating.substack.com/embed" width="480" height="320" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></p>
<hr />
<h3>Did you know? We have 8 publications on Medium. Join us there!</h3>
<div>
<div><a href="https://medium.com/hello-love" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/hello-love&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3pBWVjUOwX7xDJ_GMIZt4w">Hello, Love</a> (relationships)</div>
<div>
<div><a href="https://medium.com/change-becomes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/change-becomes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw15hMY6O-P41bBdvN7LE0Ii">Change Becomes You</a> (Advice)</div>
<div><a href="https://medium.com/a-parent-is-born" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/a-parent-is-born&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Cc8XNWBjk9ANTbW2HGBWq">A Parent is Born</a> (Parenting)</div>
<div><a href="https://medium.com/equality-includes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/equality-includes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0AGvNJMs4cYlmtpVWg6kCb">Equality Includes You</a> (Social Justice)</div>
<div><a href="https://medium.com/greener-together" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/greener-together&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Wv7MW8Ts0SG0CsGFlue_v">Greener Together</a> (Environment)</div>
<div><a href="https://medium.com/shelterme" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/shelterme&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0vE2VLm9rMIaawGoh6yZO7">Shelter Me</a> (Wellness)</div>
<div><a href="https://medium.com/modernidentities" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/modernidentities&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3V4cRKTckR-rLsymoacKMU">Modern Identities</a> (Gender, etc.)</div>
<div><a href="https://medium.com/co-existence" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/co-existence&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0EKXRJFdPCi9ClFWUSfDrC">Co-Existence</a> (World)</div>
</div>
</div>
<p style="text-align: center;">***</p>
<p>&#8211;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/woman-in-pink-dress-holding-white-feather-wQKJ9XSd8x8" target="_blank" rel="noopener">yang miao On Unsplash</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/the-muse-is-calling-your-life-depends-on-answering/">The Muse is Calling — Your Life Depends on Answering</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/the-muse-is-calling-your-life-depends-on-answering/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Faster Slaughterhouse Line Speeds Are Increasingly a Climate Problem</title>
		<link>https://goodmenproject.com/featured-content/faster-slaughterhouse-line-speeds-are-increasingly-a-climate-problem/</link>
					<comments>https://goodmenproject.com/featured-content/faster-slaughterhouse-line-speeds-are-increasingly-a-climate-problem/#respond</comments>
		
		<dc:creator><![CDATA[Sentient]]></dc:creator>
		<pubDate>Sat, 16 May 2026 07:30:59 +0000</pubDate>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[climate]]></category>
		<category><![CDATA[Faster]]></category>
		<category><![CDATA[increasingly]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Slaughterhouse]]></category>
		<category><![CDATA[Speeds]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120495</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Reacting to Trump administration proposals calling for higher-paced processing, critics say protections for workers, animals and food safety are not the only concerns.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/faster-slaughterhouse-line-speeds-are-increasingly-a-climate-problem/">Faster Slaughterhouse Line Speeds Are Increasingly a Climate Problem</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/kamekichi-photos-m1cGVptkw04-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://sentientmedia.org/author/georginagustin/" target="_blank" rel="author noopener">Georgina Gustin, Inside Climate News</a>, Sentient Media</p>
<p><em>This article originally appeared on <a href="https://insideclimatenews.org/news/07052026/meat-processing-line-speeds-climate-problem/" target="_blank" rel="noopener">Inside Climate News</a>, a nonprofit, non-partisan news organization that covers climate, energy and the environment. Sign up for their newsletter </em><a href="https://insideclimatenews.org/newsletter/" target="_blank" rel="noopener"><em>here</em></a><em>.</em></p>
<p>Jill Mauer spent more than 30 years as a government inspector, watching over meat plants as workers slaughtered and processed animals into market-ready chops and wings.</p>
<p>Now she has a warning.</p>
<p>In comments Mauer submitted last month to the U.S. Department of Agriculture, she wrote that recent Trump administration proposals to speed up processing in slaughterhouses will endanger workers, forcing them to work more quickly in already dangerous conditions.</p>
<p>“I am one of many meat inspectors who have raised concerns about the USDA’s efforts to increase line speeds through high-speed, reduced-inspection models and pilots. Many inspectors feel they cannot speak openly about what they have seen,” Mauer wrote. “I made the decision to step forward publicly because of what I witnessed firsthand over many years, particularly at my own plant.”</p>
<p>On average, 27 U.S. slaughterhouse <a href="https://www.nelp.org/insights-research/osha-severe-injury-data-from-29-states/" target="_blank" rel="noreferrer noopener">workers suffer</a> an amputation, loss of an eye or other injury serious enough to require hospitalization every day, according to data from the 29 states that are required to report to the federal Occupational Health and Safety Administration. Speeding up slaughter lines risks making this even worse, Mauer and other critics say.</p>
<p>Animal welfare, food safety and worker advocacy groups have railed against the proposals, and against waivers the first Trump administration gave the meat industry that allowed dozens of slaughterhouses to surpass existing line speed limits. Most of the critiques so far have focused on working conditions, animal cruelty and the demonstrated and increased potential for contamination that come with faster line speeds.</p>
<p>In a <a href="https://www.booker.senate.gov/news/press/booker-urges-usda-to-reject-trump-proposals-that-would-expose-meatpacking-workers-to-gruesome-injuries" target="_blank" rel="noreferrer noopener">letter submitted</a> April 30 to the USDA, two senators and three U.S. representatives called for the agency to halt the proposal, writing it “is unacceptable to create a work environment that will increase the harm to workers and to subject them to more life-changing injury and the public to more foodborne illness.”</p>
<p>But now many of these critics are also warning that faster line speeds will lead to more water use, more polluted waterways and more greenhouse gas emissions—more evidence, they say, that worker safety, animal welfare and climate concerns <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4777009" target="_blank" rel="noreferrer noopener">overlap and intertwine</a> in underappreciated ways.</p>
<p>“The environmental piece often gets overlooked,” said Delcianna Winders, director of the Animal Law and Policy Institute at the Vermont Law and Graduate School. “Even if you set aside the rest of the supply chain, the slaughterhouse itself is incredibly harmful environmentally, in terms of use of water, direct discharge of water and air pollution.”</p>
<p>The new proposed rules, released in February, <a href="https://www.federalregister.gov/documents/2026/02/19/2026-03227/maximum-line-speed-rates-for-young-chicken-and-turkey-establishments-operating-under-the-new-poultry#p-176" target="_blank" rel="noreferrer noopener">would allow poultry</a> slaughtering facilities to kill 175 chickens per minute, up from the 140 currently allowed, an increase of roughly 25 percent. Hog slaughtering facilities, which are currently allowed to slaughter 1,106 pigs an hour, would <a href="https://www.fsis.usda.gov/policy/federal-register-rulemaking/federal-register-rules/maximum-line-speed-under-new-swine" target="_blank" rel="noreferrer noopener">have no limit</a> at all. Some “high speed” hog-slaughtering facilities have already been allowed to kill at even higher speeds—about 1,300 animals an hour.</p>
<p>Along with a colleague, Patti Truant Anderson, a researcher and food systems expert at the Johns Hopkins Center for a Livable Future, decided to analyze the numbers.</p>
<p>The USDA projects that the faster line speeds will lead to an additional 1.4 billion pounds of poultry within five to 10 years of the rule’s enactment. Truant Anderson calculated that this will lead to an additional 114 billion liters of water used each year—or the equivalent of 45,400 Olympic-sized swimming pools—and an additional 2 billion kilograms of heat-trapping carbon dioxide emissions, or roughly the emissions of 467,000 gasoline-powered vehicles driven over one year.</p>
<p>Based on the agency’s projections for hogs—an additional 500 million pounds slaughtered—Truant Anderson calculated an additional 95.4 billion liters of water used a year, equivalent to about 38,000 Olympic-sized pools, and an additional 1.5 billion kilograms of carbon dioxide emitted, or about 350,000 gasoline-powered vehicles driven for one year. (The USDA did not project a time frame for the increase of 500 million pounds.)</p>
<p>Despite these potential impacts, the USDA has said that the Food Safety and Inspection Service (FSIS), which oversees slaughterhouses, is <a href="https://www.vermontlaw.edu/blog/petition-calls-for-rescinding-usda-food-safety-and-inspection-services-nepa-exclusion" target="_blank" rel="noreferrer noopener">categorically excluded</a> from requirements under the National Environmental Policy Act (NEPA).</p>
<p>In an emailed response, a USDA spokesman wrote that the agency’s NEPA regulations say “‘FSIS’ programs and activities do not normally result in reasonably foreseeable significant impacts on the natural or physical environment and as such are excluded from preparation of an environmental assessment or environmental impact statement. As stated in recent rulemaking on USDA’s NEPA regulations, USDA decided to retain the categorical exclusion. Establishments must follow applicable laws regarding air and water quality under the jurisdiction of the Environmental Protection Agency and state or local authorities.”</p>
<p>The new proposals drew more than 72,000 comments. According to the United Food and Commercial Workers (UFCW), the union that represents thousands of slaughterhouse workers, roughly 22,000 comments opposed the poultry line speed increase, and 20,000 comments opposed the hog rule.</p>
<p>Much of the opposition focused on human safety or public health concerns.</p>
<p>“As a mother of two, I see food safety as a matter of life and death. Based on my direct experience, I believe these high speed models lead to lower-quality meat products and increase the likelihood that unsafe food reaches the public,” Mauer wrote. “At higher speeds, there is less time to observe, less time to react, and less margin for error. Inspectors may see issues—dressing defects, contamination, or signs of disease—but not have the time or support to fully address them before the next carcass arrives.”</p>
<p>Other comments address the potential distress and suffering the line speeds will cause animals. Undercover investigations have exposed appalling conditions in a high-speed hog slaughter facility where pigs were<a href="https://animaloutlook.org/investigations/hormel/" target="_blank" rel="noreferrer noopener"> pushed and dragged</a> to their deaths.</p>
<p>“The faster you’re moving, the more likely it is an animal is not going to get stunned before their throat is slit, and sometimes they’re still going to be alive when they go into the scald tank,” Winders said. “We know they’re going to be violently handled to just keep pace with the line. And we know that from eyewitness testimony.”</p>
<p>While beef and dairy cattle are the biggest source of greenhouse gas emissions from the livestock industry, Winders noted that 9 billion chickens are slaughtered in the U.S. every year—more than any other animal.</p>
<p>“Even though it’s not as extreme as beef,” Winders said, “the climate impact isn’t nothing.”</p>
<p>In comments filed on behalf of more than 70 animal, environmental and farm advocacy groups, the commenters said: “Increased capacity at slaughterhouses will also drive up pollution from the factory farms that supply them with pigs. Like slaughterhouses themselves, the CAFOs [concentrated animal feeding operations] that supply the vast majority of pigs to swine slaughterhouses create major pollution problems that contribute to the harms the heavily concentrated meat industry thrusts upon communities.</p>
<p>Amanda Hitt, an attorney also with the Vermont Law and Graduate School, said rising temperatures are affecting slaughterhouses in ways that haven’t been factored into the proposals.</p>
<p>Misters are often used to cool animals down as they wait to enter the slaughter facilities, but water shortages mean that they are often turned off.</p>
<p>“One of the problems is they have many, many more swine coming in in extreme heat, but they won’t turn the misters on,” Hitt said.</p>
<p>Another is that extreme temperatures are causing malfunctions in the carbon dioxide machines used to stun pigs en masse.</p>
<p>“You can’t run a high speed [facility] with a concussive stunner because you just have to do so many pigs at a time,” Hitt explained. But the carbon dioxide chambers often fail in extreme heat or cold. “I had a worker at a plant saying all the pigs were coming out still conscious, and so they had to run around and shoot them with a pneumatic gun.”</p>
<p>The USDA says in the proposed rule the changes will allow facilities to slaughter birds and swine “more efficiently while continuing to ensure food safety and effective online carcass inspection.” It has also said the changes will not mean that facilities will necessarily increase the number of animals they slaughter, but some critics doubt that.</p>
<p>The agency insists it doesn’t have to do any environmental analysis under NEPA, “yet in their very same document they talk about the production benefits over 10 years,” Hitt said, “so they invalidate their own argument within the proposed rule itself. So, yes, of course, higher line speeds [are] for the purpose of higher production.”</p>
<p>Increased production capacity, critics worry, will spur the number of livestock raised in confinement. And more livestock could mean more emissions, not just methane from the livestock’s burps and their manure, but from crops grown to feed them and the land conversion to grow those crops.</p>
<p>“The two are inextricable,” Winders said. “Ninety-nine percent of the animals in our food system are in factory farms.”</p>
<p>In March, workers at a JBS-owned slaughtering plant in Greeley, Colorado, walked out on strike to protest working conditions at the facility, one of the biggest in the country.</p>
<p>The UFCW, which represents 3,800 Greeley workers, said among its concerns was JBS’s insistence that workers slaughter more animals at higher speeds.</p>
<p>“While they’re speeding up line speeds, they’re trying to get as much work done in shorter hours,” said Kim Cordova, the president of the union in Colorado and Wyoming. “There’s not even enough crewing and engineers in our plant to support staffing for those lines.</p>
<p>“There were a lot of reasons for this strike,” Cordova added. “But we need advocates and real laws that have teeth and limits around line speeds. It’s both staffing and line speeds. Those are the really big issues.”</p>
<p>The walk-out was the first at a meat processor in 45 years. Most of the workers are immigrants, who risked exposing themselves to Trump’s immigration crackdown. But conditions inside the plant were so bad, they said, that they felt they had no choice but to take on their employer—the world’s largest meat company, with a track record of worker abuse and environmental damage.</p>
<p>JBS and the workers struck a deal, including an initial 70-cent per hour pay raise, in April.</p>
<p>JBS did not respond to questions from Inside Climate News.</p>
<p>Working conditions at the country’s slaughterhouses have seen little regulation or improvement in recent decades. The new proposals, critics say, will only make them more dangerous for both people and animals.</p>
<p>If the administration finalizes these proposals, it would deliver on a meat industry goal that surfaced during the first Trump administration, when, in 2019, the USDA granted waivers to processing plants that allowed them to speed up their slaughter lines.</p>
<p>The Greeley plant does not have a line speed waiver, but <a href="https://farmstand.org/wp-content/uploads/2025/12/Pierre-v.-JBS-Complaint.pdf" target="_blank" rel="noreferrer noopener">a lawsuit</a> filed on behalf of plant workers in 2025 says it regularly exceeds its 390-head per hour regulator limit. Cordova confirmed that the plant is “running 420 or 430 an hour.”</p>
<p>Already, Winders said, the beef industry has started to contemplate increased line speed for beef slaughter. JBS subsidiary Pilgrim’s Pride was the single-biggest donor to President Donald Trump’s campaign, which critics say facilitated <a href="https://insideclimatenews.org/news/25042025/jbs-brazil-meet-company-gets-approval-for-new-york-stock-exchange/" target="_blank" rel="noopener">a controversial decision </a>by the Securities and Exchange Commission to allow the company to list on the New York Stock Exchange after a decade of attempting to do so.</p>
<p>The political and regulatory environment favors a possible change in line speeds in cattle slaughterhouses, critics say.</p>
<p>“They’re experimenting with high speed cattle, too,” Winders said. “I think it’s just a matter of time before we see a similar proposal.”</p>
<p>Cordova, for one, would not be surprised.</p>
<p>“There’s a real reason there hasn’t been a strike in 45 years,” she said. “The industry has a lot of friends. Their political influence is broad because their pockets are so deep, so they do whatever they want.”</p>
<p>The USDA said it “has approved waivers at certain beef slaughter establishments in order to evaluate the potential for a new beef slaughter inspection system. These include waivers from certain regulatory requirements for inspection staffing, facilities requirements, handling of bruised parts, and sampling.”</p>
<p>The agency said it stopped considering beef slaughter waiver applications in January of this year.</p>
<p>This article originally appeared in Sentient at <a href="https://sentientmedia.org/faster-slaughterhouse-line-speeds-are-a-climate-problem/" target="_blank" rel="noopener">https://sentientmedia.org/faster-slaughterhouse-line-speeds-are-a-climate-problem/</a>.</p>
<p><img decoding="async" id="republication-tracker-tool-source" style="width: 1px; height: 1px;" src="https://sentientmedia.org/?republication-pixel=true&amp;post=51532&amp;ga4=G-2243FCJ5G9" /></p>
<p>&#8212;</p>
<p><em>This story was originally published by <a href="https://sentientmedia.org/faster-slaughterhouse-line-speeds-are-a-climate-problem/" target="_blank" rel="noopener">Sentient.</a></em></p>
<p style="text-align: center;">***</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
</div>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<hr />
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&#8212;</p>
<p><em>Photo credit: <a href="https://unsplash.com/photos/a-large-factory-with-lots-of-smoke-coming-out-of-it-m1cGVptkw04" target="_blank" rel="noopener">unsplash</a></em></p>
<p>The post <a href="https://goodmenproject.com/featured-content/faster-slaughterhouse-line-speeds-are-increasingly-a-climate-problem/">Faster Slaughterhouse Line Speeds Are Increasingly a Climate Problem</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/faster-slaughterhouse-line-speeds-are-increasingly-a-climate-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>‘There’s a Quiet Crisis’: NC Families, Advocates Plead for Greater Disability Services Investment</title>
		<link>https://goodmenproject.com/featured-content/theres-a-quiet-crisis-nc-families-advocates-plead-for-greater-disability-services-investment/</link>
					<comments>https://goodmenproject.com/featured-content/theres-a-quiet-crisis-nc-families-advocates-plead-for-greater-disability-services-investment/#respond</comments>
		
		<dc:creator><![CDATA[North Carolina Health News]]></dc:creator>
		<pubDate>Sat, 16 May 2026 07:00:59 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Advocates]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[disability]]></category>
		<category><![CDATA[Families]]></category>
		<category><![CDATA[Investment]]></category>
		<category><![CDATA[NC]]></category>
		<category><![CDATA[plead]]></category>
		<category><![CDATA[quiet]]></category>
		<category><![CDATA[Services]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120750</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Speakers described to lawmakers decade-long waits for services, mounting financial strain and fears that ongoing budget uncertainty and potential Medicaid cuts could further destabilize care.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/theres-a-quiet-crisis-nc-families-advocates-plead-for-greater-disability-services-investment/">‘There’s a Quiet Crisis’: NC Families, Advocates Plead for Greater Disability Services Investment</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/h-co-X-e2UGY2g-w-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://www.northcarolinahealthnews.org/author/ashleyf/" target="_blank" rel="noopener">Ashley Fredde</a></p>
<p>Kay McMillan is a young woman in her early 30s who graduated summa cum laude at NC State and now runs her own nonprofit combining her two passions — disability rights and teaching youth leadership skills. She lives in a Cary townhouse with two housemates she calls her “Monica” and “Rachel” after characters in the hit ’90s sitcom <em>Friends</em>.</p>
<p>In her free time, which she admits is limited due to her work, she enjoys playing Boccia ball, watching Netflix and spending time with her many friends.</p>
<p>All that is made possible by <a id="https://medicaid.ncdhhs.gov/beneficiaries/nc-innovations-waiver" href="https://medicaid.ncdhhs.gov/beneficiaries/nc-innovations-waiver" target="_blank" rel="noopener">North Carolina’s Innovations Waiver</a>, which provides McMillan with direct support providers who help her with daily tasks of living like getting out of bed, eating and dressing. The waiver provides these services and a number of other supports to people with intellectual and developmental disabilities.</p>
<p>“It might be a little obvious looking at me that I have a significant physical disability. I use this power wheelchair and communication device — both Medicaid funded,” she said. “My awesome life is made possible because of the home- and community-based supports.”</p>
<p>McMillan was among hundreds of individuals with intellectual and developmental disabilities, their families, and providers from across North Carolina who convened at the General Assembly late last month to speak with lawmakers for what’s become an annual advocacy day with the legislative body’s IDD Caucus.</p>
<p>A parade of advocates called on state leaders to continue to fund Medicaid and to expand access to the Innovations Waiver, which makes community living for people like McMillan a reality. They also called on lawmakers to strengthen the shrinking direct support workforce.</p>
<p>The appearance was the latest plea from disability advocates, who late <a href="https://www.northcarolinahealthnews.org/2025/10/22/medicaid-cuts-squeeze-providers/" target="_blank" rel="noopener">last year also pushed lawmakers</a> to approve a Medicaid funding rebase to prevent service disruptions.</p>
<p>The annual Medicaid funding readjustment was caught in a struggle between Republican leaders in the state House and Senate who could not reach agreement on spending priorities for the biennium that started July 1, 2025.</p>
<p>Lawmakers have yet to pass a comprehensive budget for the two-year period, making North Carolina the only state without a spending plan. Instead lawmakers approved a “minibudget” in late July that allocated $500 million toward the annual rebase for the fiscal year that ends June 30. But that wasn’t enough to fully fund the program, which sent a wave of angst through the state’s disability community.</p>
<p>Lawmakers ultimately passed an additional $319 million in the early weeks of this year’s short session to fully fund Medicaid the program through the end of the current fiscal year, which closes on June 30. Advocates say issues are unresolved and unfunded as budget negotiations continue.</p>
<p>In his 2025 proposed state budget, Gov. Josh Stein included several funding recommendations to benefit people with intellectual and developmental disabilities. Those included:</p>
<ul class="wp-block-list">
<li>$5 million in nonrecurring funds for education efforts to recruit, train and support direct support professionals.</li>
<li>Funding the Medicaid program to continue current levels of service.</li>
<li>Over $37 million for 200 more Innovations Waiver slots and 75 more Traumatic Brain Injury Waiver slots.</li>
</ul>
<p>In both the North Carolina House and Senate 2025 budget proposals, only the Senate allocated funding for 200 Innovation Waiver slots. In the past decade, adding openings in the Innovations Waiver program has been painfully slow. Modest increases, such as the 350 slots added in 2024, have done little to <a id="https://www.ncdhhs.gov/about/department-initiatives/inclusion-connects/innovations-waitlist-dashboard" href="https://www.ncdhhs.gov/about/department-initiatives/inclusion-connects/innovations-waitlist-dashboard" target="_blank" rel="noopener">whittle down the ballooning waitlist</a>.</p>
<h4 id="h-waiver-waitlist" class="wp-block-heading"><strong>Waiver waitlist</strong></h4>
<p>While approximately 14,000 North Carolinians have received an Innovations Waiver, nearly 21,000 remain on a waitlist.</p>
<p>That waitlist includes a growing number of families who, advocates say, face a close to two decade wait before receiving a waiver. During that wait, families can experience compounding costs — medical, physical and emotional.</p>
<p>“There&#8217;s a quiet crisis happening to families who are doing everything, working hard, paying for private insurance, trying to stay afloat and still their children, my child, slipping through the cracks because they&#8217;re waiting,” testified Dr. Kate Westmoreland, medical director of the UNC Down Syndrome Clinic.</p>
<p>“If a child qualifies for basic Medicaid based on income, they have access to all medical care, all the equipment, and therapies even while waiting for the full Innovations Waiver services,” Westmoreland said. “But if a family earns above the line they get no support, no bridge, just a decade-long wait.”</p>
<p>That can look like a single mother who works as a school teacher spending $10,000 on medical nutrition for her toddler, a father and truck driver whose child has begun to learn how to walk but cannot afford the $1,500 ankle braces needed for support, parents lying awake listening for footsteps because they cannot afford the $15,000 safety enclosure bed their child needs. These stories are among many Westmoreland said she hears in her clinic.</p>
<p>“End the waitlist for children on the Innovations Waiver. Or, at a very minimum, extend basic Medicaid coverage to every child once they are accepted on the waiver waitlist — give families a bridge, give children a chance,” Westmoreland told lawmakers.</p>
<p>While some services are available to waitlisted families, such as community living supports and respite hours, that access can be affected by the growing shortage of direct support professionals.</p>
<p>Meredith Mulford’s 11-year-old daughter, Eloise, has been on the Innovations Waiver waitlist for seven years. In the past five years, Eloise has received only one out of every 25 direct service hours she was allotted. The family’s service provider, Easterseals, attributed the gap to a workforce shortage.</p>
<p>“I can&#8217;t see a future where I re-enter the workforce in any full time capacity,” Mulford said. “At 46, as someone who loves to work, that feels devastating. I&#8217;m burned out, I&#8217;m tired, I&#8217;m frustrated more than I should be. It has shaped and changed every aspect of my relationship with both my husband, who works full time to support us and keep insurance, and my older daughter.”</p>
<h4 id="h-iso-direct-support-providers-nbsp" class="wp-block-heading"><strong>ISO direct support providers </strong></h4>
<p>North Carolina would need 20,000 more direct support professionals to meet the need by 2028, a<a href="https://medicaid.ncdhhs.gov/2024-direct-care-worker-survey-report/open" target="_blank" rel="noopener">ccording to a North Carolina DHHS report.</a> The persisting challenges to growing the direct support workforce are low wages, limited career development and high turnover rates, the report stated.</p>
<p>The shortage spreads thin the workforce that already exists. An additional projected shortage of 12,500 to 17,500 registered nurses in the state by 2033 further complicates access. Even individuals or families that have been granted the Innovations Waiver, or other services such as skilled home nursing care, have difficulty filling their hours.</p>
<p>“I have funding. I have the hours, I don&#8217;t have nurses,” Jeff Olander told lawmakers. “For years, on paper, I&#8217;m relying on 84 hours a week of nursing care. In reality, I can staff about half. So the rest I pay for out of pocket. I fill it with aides, who are no substitute for skilled care.”</p>
<p>Olander and his brother were diagnosed with spinal muscular atrophy. After his father died, the two brothers and their mother attempted to use the system as best they could.</p>
<p>“Nurses cannot be found. My mom is in her 70s, and she can&#8217;t provide physical care. So when shifts go unfilled, there&#8217;s no one to step in,” Olander said. “Weeks after his 31st birthday, my brother died at home with just me and my mom.</p>
<p>“This is what system failure looks like in real life. Home care isn&#8217;t just like other work. It&#8217;s not just a shift. It&#8217;s providing personal care right in someone&#8217;s daily life,” he said.</p>
<h4 id="h-medicaid-uncertainty-nbsp" class="wp-block-heading"><strong>Medicaid uncertainty </strong></h4>
<p><a id="https://www.osbm.nc.gov/fy2026-27-budget-rec-budget-book/open" href="https://www.osbm.nc.gov/fy2026-27-budget-rec-budget-book/open" target="_blank" rel="noopener">Stein’s 2026 budget proposal</a> included over $26 million for 200 new Innovations Waiver slots, as well as $25 million for Transitions to Community Living, a program that offers supportive housing, tenancy assistance and wraparound mental health services for people transitioning from or at risk of entering institutional care.</p>
<p>The North Carolina House and Senate have not yet released budget proposals for the 2026-27 period.</p>
<p>“I do fear that more cuts are coming from the federal government, and more than a billion dollars will be needed next year to fund Medicaid,” McMillan told lawmakers.</p>
<p>“Here is the truth. The Medicaid system is already broken, and if there are any cuts to Medicaid, it will collapse,” she said. “Because of Medicaid, I have a life, not just an existence.”</p>
<p>McMillan has lived independently since she was 18 because she’s had access to direct support professionals.</p>
<p>”Thanks to the Medicaid Innovations Waiver, direct support professionals help me with daily needs, getting out of bed, eating, dressing and even my job,” McMillan said.</p>
<p>At the current wages — which average between $14.80 and $16.62 per hour — there’s a lack of direct support professionals willing to work the hours needed for people like McMillan.</p>
<p>“My 64-year-old mom is my backup support and lives an hour and a half away. Last week, my mom made that drive not once, or twice, but three times to cover open DSP shifts. I&#8217;m worried because my parents cannot be my backup forever, and here is what keeps me up at night.”</p>
<p>She pointed out that home- and community-based supports are optional under federal rules.</p>
<p>”My right to get out of bed in the morning is ‘optional.’ That means when budgets get tight, our homes, our lives are on the chopping block first,” McMillan said. “If you cut Medicaid, you are not saving money. You are sentencing people to nursing homes, a life of isolation where no one can reach their full potential.”</p>
<p>“I am so scared that if these cuts happen, I will end up in an institution,” she told lawmakers. “So I am asking you from my chair, with my device, with my whole heart, protect Medicaid funding.”</p>
<p>This <a href="https://www.northcarolinahealthnews.org/2026/05/07/nc-families-advocates-disability-investment/" target="_blank" rel="noopener">article</a> first appeared on <a href="https://www.northcarolinahealthnews.org" target="_blank" rel="noopener">North Carolina Health News</a> and is republished here under a <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<img decoding="async" style="width: 1em; height: 1em; margin-left: 10px;" src="https://i0.wp.com/www.northcarolinahealthnews.org/wp-content/uploads/2021/10/cropped-favicon02.jpg?fit=150%2C150&amp;ssl=1" /></p>
<p><img decoding="async" id="republication-tracker-tool-source" style="width: 1px; height: 1px;" src="https://www.northcarolinahealthnews.org/?republication-pixel=true&amp;post=67706" /><script> PARSELY = { autotrack: false, onload: function() { PARSELY.beacon.trackPageView({ url: "https://www.northcarolinahealthnews.org/2026/05/07/nc-families-advocates-disability-investment/", urlref: window.location.href }); } } </script> <script id="parsely-cfg" src="//cdn.parsely.com/keys/northcarolinahealthnews.org/p.js" target="_blank" rel="noopener"></script></p>
<p>&#8212;</p>
<p><a href="https://www.northcarolinahealthnews.org/2026/05/07/nc-families-advocates-disability-investment/" target="_blank" rel="noopener">North Carolina Health News</a> is an independent, non-partisan, not-for-profit, statewide news organization dedicated to covering all things health care in North Carolina. Visit NCHN at <a href="https://www.northcarolinahealthnews.org/" target="_blank" rel="noopener">northcarolinahealthnews.org</a> with <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank" rel="noopener"><em>Creative Commons License</em></a></p>
<p>&nbsp;</p>
<p style="text-align: center;">***</p>
<p><i class="fas fa-camera"></i><em>Photo Credit: Angela Graves, who grew up in Merrimack, has received preliminary support from the New Hampshire Department of Environmental Services for a pilot program using mushrooms to help clean up forever chemicals at the site of the former Saint-Gobain Performance Plastics plant. (Photo by Molly Rains/New Hampshire Bulletin)</em></p>
<hr />
<h2>Join The Good Men Project as a Premium Member today.</h2>
<p>All Premium Members get to view The Good Men Project with NO ADS.  Need more info? <a href="https://goodmenproject.com/registration" target="_blank" rel="noopener">A complete list of benefits is here</a>.</p>
<p>&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/black-bicycle-parked-beside-green-wall-X-e2UGY2g-w" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/theres-a-quiet-crisis-nc-families-advocates-plead-for-greater-disability-services-investment/">‘There’s a Quiet Crisis’: NC Families, Advocates Plead for Greater Disability Services Investment</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/theres-a-quiet-crisis-nc-families-advocates-plead-for-greater-disability-services-investment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I Know You’re Tired of Pretending You’re Okay</title>
		<link>https://goodmenproject.com/featured-content/i-know-youre-tired-of-pretending-youre-okay/</link>
					<comments>https://goodmenproject.com/featured-content/i-know-youre-tired-of-pretending-youre-okay/#respond</comments>
		
		<dc:creator><![CDATA[Yash Patil]]></dc:creator>
		<pubDate>Sat, 16 May 2026 07:00:03 +0000</pubDate>
				<category><![CDATA[Advice & Confessions]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[healing]]></category>
		<category><![CDATA[mental health]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[self-improvement]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1121899</guid>

					<description><![CDATA[<p><img width="800" height="533" src="https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-768x512.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" />Some people are not loudly breaking down. They are quietly surviving every day while carrying pain nobody else fully sees.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/i-know-youre-tired-of-pretending-youre-okay/">I Know You’re Tired of Pretending You’re Okay</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="533" src="https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-768x512.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/05/jack-b-sXXLJ4gdKYo-unsplash-1-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p id="599c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I think one of the loneliest feelings in the world is realizing that nobody notices you are struggling because you became too good at hiding it.</p>
<p id="1129" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">People see you functioning normally.</p>
<p id="71de" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">They see you replying to messages.</p>
<p id="f5bd" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Going outside.</p>
<p id="33a5" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Working.</p>
<p id="5c29" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Laughing sometimes.</p>
<p id="2476" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Posting online.</p>
<p id="80b2" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Trying to stay active.</p>
<p id="841a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, from outside, your life probably looks completely normal.</p>
<p id="7354" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But internally, your mind feels heavy almost every single day.</p>
<p id="50ed" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not physically heavy.</p>
<p id="f063" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Emotionally heavy.</p>
<p id="964f" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">The kind of heaviness that quietly follows you everywhere.</p>
<p id="f6d8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You wake up with it.</p>
<p id="3d73" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You carry it through conversations.</p>
<p id="68f3" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You carry it into crowded rooms.</p>
<p id="4a2c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You carry it into nights that already feel too quiet.</p>
<p id="c204" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And eventually, pretending you are okay becomes so automatic that even the people closest to you stop noticing how exhausted you truly feel inside.</p>
<p id="f171" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I know this feeling because I lived inside it for a long time.</p>
<p id="528b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I know what it feels like to smile around people while secretly feeling emotionally disconnected from everything around you.</p>
<p id="1896" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I know what it feels like to become so mentally tired that even explaining your emotions feels exhausting.</p>
<p id="76b3" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, I think many people are silently living this way right now.</p>
<h3 id="3012" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">At First, I Thought I Was Just “Going Through a Phase”</h3>
<p id="f054" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">In the beginning, I kept convincing myself that things would improve automatically.</p>
<p id="fb70" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Maybe I just needed rest.</p>
<p id="d084" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Maybe I was overthinking.</p>
<p id="1188" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Maybe I was simply emotionally tired for a few days.</p>
<p id="d628" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">So I ignored the signs.</p>
<p id="4eed" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I ignored:</p>
<ul>
<li>the constant overthinking</li>
<li>the emotional numbness</li>
<li>the loneliness</li>
<li>the pressure</li>
<li>the exhaustion I carried every night</li>
</ul>
<p>&nbsp;</p>
<p>I kept forcing myself to continue normally because I thought slowing down meant weakness.</p>
<p id="ab80" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, modern life teaches people to ignore their emotional pain until it becomes impossible to carry anymore.</p>
<p id="5abb" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">People praise productivity constantly.</p>
<p id="0486" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">They praise people who keep working despite exhaustion.</p>
<p id="4924" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">They praise people who stay strong publicly.</p>
<p id="f80b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But very few people teach us how to emotionally take care of ourselves honestly.</p>
<p id="5672" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">So instead, many people silently break themselves while trying to appear fine.</p>
<p id="2a82" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I think I became one of those people.</p>
<h3 id="c09c" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">Nights Were Always the Hardest for Me</h3>
<p id="d2dc" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">I think nights reveal emotions people spend the entire day trying to avoid.</p>
<p id="b1af" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">During the day, distractions exist.</p>
<p id="bc14" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Noise exists.</p>
<p id="8b0d" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Responsibilities exist.</p>
<p id="db5e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">People exist.</p>
<p id="4694" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But nights are different.</p>
<p id="4022" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Nights are honest.</p>
<p id="ade4" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, some nights felt unbearably heavy.</p>
<p id="79ac" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I would lie awake replaying thoughts repeatedly.</p>
<p id="d667" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Thinking about my future.</p>
<p id="896c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Thinking about mistakes.</p>
<p id="d81a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Thinking about whether I was falling behind in life.</p>
<p id="2898" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Wondering why my mind felt emotionally exhausted all the time even when I was trying my best.</p>
<p id="fd9a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And slowly, overthinking became part of my routine.</p>
<p id="2395" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">My body would feel tired.</p>
<p id="e188" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But my brain would continue racing endlessly.</p>
<p id="0842" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I think emotionally exhausted people understand this feeling deeply.</p>
<p id="b0c2" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">The feeling where your mind refuses to rest even when your heart desperately wants peace.</p>
<p id="4d15" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, some nights I felt so emotionally overwhelmed that even crying felt exhausting.</p>
<p id="9534" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">So I stayed silent instead.</p>
<h3 id="5c64" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">Social Media Quietly Made Everything Worse</h3>
<p id="04c4" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">One thing I rarely admitted was how deeply comparison affected my mental state.</p>
<p id="a31e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Every day online, I saw people:</p>
<ul>
<li>looking happy</li>
<li>becoming successful</li>
<li>building careers</li>
<li>traveling</li>
<li>achieving goals</li>
<li>appearing confident about life</li>
</ul>
<p>&nbsp;</p>
<p>And slowly, I started feeling emotionally behind.</p>
<p id="d189" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Even when I tried not to compare myself.</p>
<p id="095d" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Comparison still entered my mind quietly.</p>
<p id="b8c3" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I started questioning my own life constantly.</p>
<p id="d9a7" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Why did everyone else seem happier?</p>
<p id="b597" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Why did everyone else seem more certain about their future?</p>
<p id="b09b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Why did my mind feel so emotionally tired while everyone else looked fine?</p>
<p id="577a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, social media creates emotional pressure people barely notice anymore.</p>
<p id="b0c8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You constantly feel like:</p>
<ul>
<li>you should already be more successful</li>
<li>you should already have life figured out</li>
<li>you should already feel confident</li>
<li>you should already feel mentally stronger</li>
</ul>
<p>&nbsp;</p>
<p>And slowly, your own progress stops feeling valuable because your brain only notices how far away you still feel from everyone else.</p>
<p id="168c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I think many emotionally exhausted people are carrying both pain and comparison at the same time.</p>
<p id="65c7" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And that combination becomes mentally overwhelming.</p>
<h3 id="751f" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">I Became Emotionally Distant From Myself</h3>
<p id="355b" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">This was one of the hardest things to explain.</p>
<p id="944b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">At some point, I stopped feeling emotionally connected to myself.</p>
<p id="3407" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Things that once made me happy started feeling emotionally empty.</p>
<p id="f898" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Music sounded different.</p>
<p id="9653" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Conversations felt draining.</p>
<p id="1107" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Even peaceful moments felt temporary because my mind was constantly focused on pressure and overthinking.</p>
<p id="fe0f" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, emotional exhaustion changes people quietly.</p>
<p id="8a9e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not dramatically.</p>
<p id="3eab" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Quietly.</p>
<p id="28c1" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Until one day you realize you have been surviving emotionally for so long that you forgot what genuine peace even feels like.</p>
<p id="8533" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I think that realization scared me more than anything else.</p>
<p id="ed32" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Because I did not want to become emotionally numb.</p>
<p id="ec25" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I did not want life to feel empty.</p>
<p id="17ec" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But I also did not know how to stop carrying the pressure inside my mind.</p>
<h3 id="57a1" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">I Thought Being Strong Meant Staying Silent</h3>
<p id="7a40" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">For a long time, I believed emotional strength meant handling everything alone.</p>
<p id="73d5" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not complaining.</p>
<p id="78aa" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not showing weakness.</p>
<p id="5391" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not telling people how mentally exhausted I truly felt.</p>
<p id="8388" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">So every time someone asked:</p>
<blockquote class="ri rj rk">
<p id="7ed8" class="pi pj rl pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph=""><em class="iq">“Are you okay?”</em></p>
</blockquote>
<p id="8fdc" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I automatically said:</p>
<blockquote class="ri rj rk">
<p id="bd1f" class="pi pj rl pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph=""><em class="iq">“Yeah, I’m fine.”</em></p>
</blockquote>
<p id="57ed" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Even during moments where internally I felt completely broken.</p>
<p id="2f9e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, I became so good at pretending that eventually nobody questioned it anymore.</p>
<p id="2022" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">That is the dangerous thing about silent suffering.</p>
<p id="cdfd" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">The more quietly you carry pain, the more invisible it becomes to everyone around you.</p>
<p id="243a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But internally, the pressure keeps growing.</p>
<p id="a8bd" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And eventually, emotional exhaustion starts affecting everything:</p>
<ul>
<li>your confidence<br />
your sleep</li>
<li>your peace</li>
<li>your motivation</li>
<li>your ability to enjoy life</li>
</ul>
<p>&nbsp;</p>
<p>I think many people are silently carrying invisible emotional battles while pretending they are completely okay because they are afraid nobody would fully understand anyway.</p>
<h3 id="7f06" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">You Are Probably Harder on Yourself Than Anyone Else</h3>
<p id="bccf" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">One painful realization changed the way I viewed myself.</p>
<p id="4bea" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I realized most of my emotional exhaustion was connected to the way I treated myself internally.</p>
<p id="5f50" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I constantly pressured myself.</p>
<p id="e23d" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Constantly criticized myself.</p>
<p id="6eb9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Constantly felt guilty for not doing enough.</p>
<p id="3bfb" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, I rarely allowed myself to simply breathe emotionally.</p>
<p id="24a7" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Rest felt guilty.</p>
<p id="d8cc" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Slow progress felt like failure.</p>
<p id="688f" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Struggling emotionally felt embarrassing.</p>
<p id="b3ff" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I kept asking myself:</p>
<blockquote class="ri rj rk">
<p id="73a8" class="pi pj rl pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph=""><em class="iq">“Why can’t I just fix myself?”</em></p>
</blockquote>
<p id="e28d" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But healing does not happen through self-hatred.</p>
<p id="9632" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">A tired mind does not become peaceful through punishment.</p>
<p id="2325" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, maybe many emotionally exhausted people are not weak at all.</p>
<p id="3076" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Maybe they have simply been carrying too much emotionally for too long without allowing themselves compassion.</p>
<h3 id="44e3" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">The Breaking Point Happened Quietly</h3>
<p id="e35e" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">I used to think emotional breakdowns happened dramatically.</p>
<p id="7229" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But honestly, mine happened quietly.</p>
<p id="4b81" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I simply became tired.</p>
<p id="0d23" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Tired of pretending.</p>
<p id="1715" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Tired of carrying invisible pressure every day.</p>
<p id="2437" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Tired of acting emotionally okay while internally struggling constantly.</p>
<p id="f3a3" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And one night, I finally admitted something honestly to myself:</p>
<blockquote class="ri rj rk">
<p id="13f7" class="pi pj rl pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph=""><em class="iq">“I’m exhausted.”</em></p>
</blockquote>
<p id="c2aa" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not lazy.</p>
<p id="92a7" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Not weak.</p>
<p id="3b59" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Exhausted.</p>
<p id="e2ab" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And strangely, admitting that felt relieving.</p>
<p id="9e6b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Because for the first time in a long time, I stopped fighting my own emotions.</p>
<p id="7315" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I stopped pretending everything felt manageable.</p>
<p id="1074" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I stopped acting like I needed to carry everything perfectly alone.</p>
<p id="8b3d" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, I think healing begins the moment people finally become emotionally honest with themselves.</p>
<h3 id="9ce3" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">Healing Did Not Happen Instantly</h3>
<p id="77ca" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">I wish I could say everything changed immediately after that realization.</p>
<p id="2cc8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">It didn’t.</p>
<p id="17ea" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Healing felt slow.</p>
<p id="1d7c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Some mornings still felt heavy.</p>
<p id="85e8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Some nights still felt overwhelming.</p>
<p id="c30c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Some memories still hurt unexpectedly.</p>
<p id="3d9e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But slowly, my relationship with myself started changing.</p>
<p id="7ea8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I became kinder to myself internally.</p>
<p id="2a7b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I stopped expecting myself to have life completely figured out immediately.</p>
<p id="568c" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">I stopped believing emotional struggle automatically meant failure.</p>
<p id="26c7" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, that mindset changed my mental state more than fake positivity ever did.</p>
<p id="dcdc" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Because real healing is not about becoming happy every second.</p>
<p id="fcd4" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">It is about learning how to stop emotionally fighting yourself constantly.</p>
<h3 id="6df5" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">You Do Not Need to Earn the Right to Feel Peace</h3>
<p id="cd69" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">One of the saddest things modern life teaches people is that they only deserve peace after becoming successful enough.</p>
<p id="0c3a" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">So people continue emotionally exhausting themselves trying to:</p>
<ul>
<li>prove their worth</li>
<li>become successful</li>
<li>fix their future</li>
<li>become “enough”</li>
</ul>
<p>&nbsp;</p>
<p>But your worth as a human being is not measured only through achievement.</p>
<p id="cd26" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You do not need to constantly suffer to deserve kindness from yourself.</p>
<p id="d921" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You do not need to become perfect before allowing yourself peace.</p>
<p id="97a0" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, I think many emotionally tired people desperately need to hear that.</p>
<p id="4eae" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Because some people are carrying invisible emotional battles every day while still trying their best to survive.</p>
<p id="150e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And that already requires enormous strength.</p>
<h3 id="d552" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg">Maybe Healing Begins With Self-Compassion</h3>
<p id="9595" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">I think many people are waiting for life to suddenly become easier before allowing themselves emotional peace.</p>
<p id="e9b9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But honestly, healing often begins much smaller than that.</p>
<p id="56f8" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Sometimes healing begins when:</p>
<p>you stop insulting yourself internally<br />
you allow yourself to rest without guilt<br />
you admit you are emotionally tired<br />
you stop comparing your life constantly<br />
you become gentler with your own mind</p>
<p>Because a person cannot emotionally heal while constantly fighting themselves internally every day.</p>
<p id="b7e9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, maybe you deserve more compassion from yourself than you currently allow.</p>
<h2 id="f461" class="qb qc iq bb qd qe qf jm gj qg qh jp gm qi qj qk ql qm qn qo qp qq qr qs qt qu bg" data-selectable-paragraph="">Final Thoughts</h2>
<p id="2436" class="pw-post-body-paragraph pi pj iq pk b jk qv pm pn jn qw pp pq gn qx ps pt gq qy pv pw gt qz py pz qa hn bg" data-selectable-paragraph="">If nobody has told you this recently, I want you to remember something honestly.</p>
<p id="92f9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You are not weak because your mind feels heavy sometimes.</p>
<p id="d2fa" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You are not broken because healing feels slow.</p>
<p id="0cc1" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">You are not failing at life simply because you feel emotionally exhausted.</p>
<p id="b3c9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Some people are carrying invisible battles every single day while still trying to survive quietly.</p>
<p id="5802" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And honestly, that already requires incredible strength.</p>
<p id="e49e" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Even now, there are still days where my mind feels heavy.</p>
<p id="1620" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Days where overthinking returns.</p>
<p id="c13b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Days where the future feels emotionally overwhelming again.</p>
<p id="8ba9" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">But now I understand something I wish I had realized earlier.</p>
<p id="1cfa" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Being human is not weakness.</p>
<p id="7b86" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">Struggling emotionally does not make someone unworthy of love, peace, or healing.</p>
<p id="900b" class="pw-post-body-paragraph pi pj iq pk b jk pl pm pn jn po pp pq gn pr ps pt gq pu pv pw gt px py pz qa hn bg" data-selectable-paragraph="">And maybe healing truly begins the moment we stop pretending we are okay just to make everyone else comfortable and finally start treating ourselves with the same kindness we keep giving everyone else.</p>
<p>&#8212;</p>
<p>This post was <a href="https://medium.com/hello-love/i-know-youre-tired-of-pretending-you-re-okay-3b71e03c134e" target="_blank" rel="noopener">previously published</a> on medium.com.</p>
<h3 style="text-align: center;">Love relationships? We promise to have a good one with your inbox.</h3>
<p style="text-align: center;">Subcribe to get 3x weekly dating and relationship advice.</p>
<p style="text-align: center;"><iframe loading="lazy" style="border: 1px solid #EEE; background: white;" src="https://gmpdating.substack.com/embed" width="480" height="320" frameborder="0" scrolling="no" data-mce-fragment="1"></iframe></p>
<hr />
<h3>Did you know? We have 8 publications on Medium. Join us there!</h3>
<div>
<div><a href="https://medium.com/hello-love" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/hello-love&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3pBWVjUOwX7xDJ_GMIZt4w">Hello, Love</a> (relationships)</div>
<div>
<div><a href="https://medium.com/change-becomes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/change-becomes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw15hMY6O-P41bBdvN7LE0Ii">Change Becomes You</a> (Advice)</div>
<div><a href="https://medium.com/a-parent-is-born" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/a-parent-is-born&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Cc8XNWBjk9ANTbW2HGBWq">A Parent is Born</a> (Parenting)</div>
<div><a href="https://medium.com/equality-includes-you" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/equality-includes-you&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0AGvNJMs4cYlmtpVWg6kCb">Equality Includes You</a> (Social Justice)</div>
<div><a href="https://medium.com/greener-together" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/greener-together&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw1Wv7MW8Ts0SG0CsGFlue_v">Greener Together</a> (Environment)</div>
<div><a href="https://medium.com/shelterme" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/shelterme&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0vE2VLm9rMIaawGoh6yZO7">Shelter Me</a> (Wellness)</div>
<div><a href="https://medium.com/modernidentities" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/modernidentities&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw3V4cRKTckR-rLsymoacKMU">Modern Identities</a> (Gender, etc.)</div>
<div><a href="https://medium.com/co-existence" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://medium.com/co-existence&amp;source=gmail&amp;ust=1751732708833000&amp;usg=AOvVaw0EKXRJFdPCi9ClFWUSfDrC">Co-Existence</a> (World)</div>
</div>
</div>
<p style="text-align: center;">***</p>
<p>&#8211;</p>
<p>Photo credit:  <a href="https://unsplash.com/photos/selective-focus-photography-of-green-leaf-plant-sXXLJ4gdKYo" target="_blank" rel="noopener">Jack B on Unsplash</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://goodmenproject.com/featured-content/i-know-youre-tired-of-pretending-youre-okay/">I Know You’re Tired of Pretending You’re Okay</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/i-know-youre-tired-of-pretending-youre-okay/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Food Stamp Work Rules Don’t Increase Employment, Researchers Say</title>
		<link>https://goodmenproject.com/featured-content/food-stamp-work-rules-dont-increase-employment-researchers-say/</link>
					<comments>https://goodmenproject.com/featured-content/food-stamp-work-rules-dont-increase-employment-researchers-say/#respond</comments>
		
		<dc:creator><![CDATA[Kaiser Health News]]></dc:creator>
		<pubDate>Sat, 16 May 2026 05:30:42 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Social Justice]]></category>
		<category><![CDATA[Kentucky]]></category>
		<category><![CDATA[legislation]]></category>
		<category><![CDATA[Medicaid]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[RURAL HEALTH]]></category>
		<category><![CDATA[West Virginia]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1116967</guid>

					<description><![CDATA[<p><img width="800" height="534" src="https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-768x513.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" />"When people are hungry, they’re not able to support themselves. When people are hungry, it’s harder to focus at work. It’s harder to engage in work activity, and we think that that’s part of it.”</p>
<p>The post <a href="https://goodmenproject.com/featured-content/food-stamp-work-rules-dont-increase-employment-researchers-say/">Food Stamp Work Rules Don’t Increase Employment, Researchers Say</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="534" src="https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-300x200.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-768x513.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-594x396.jpg 594w, https://goodmenproject.com/wp-content/uploads/2026/04/cytonn-photography-GJao3ZTX9gU-unsplash-600x400.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://kffhealthnews.org/author/taylor-sisk/" target="_blank" rel="noopener">Taylor Sisk</a></p>
<p>DELBARTON, W.Va. — A half-dozen cars had been in the queue for nearly four hours by the time the House of Hope mobile food pantry line began to move. Seventy or so more idled behind them by 11:30 a.m., when the food distribution began.</p>
<p>The plan was to begin handing out boxes of groceries at 11, but the <a href="https://facinghunger.org/" target="_blank" rel="noopener">Facing Hunger Foodbank</a> truck delivering the food blew a tire en route. No one complained.</p>
<p>Perry Hall was among those waiting. His wife, Lilly Hall, volunteers with the distribution team. Perry has been dealing with a form of cancer called multiple myeloma. The Halls get by on around $1,500 a month from his Social Security benefits, plus assistance from the federal <a href="https://www.fns.usda.gov/snap/supplemental-nutrition-assistance-program" target="_blank" rel="noopener">Supplemental Nutrition Assistance Program</a>, or SNAP. But because of her age, Lilly, 59, recently became subject to new SNAP work requirements and at risk of losing her benefits.</p>
<p>As part of the federal One Big Beautiful Bill Act, all “able-bodied adults” 64 or younger who don’t have dependents and don’t work, volunteer, or participate in job training at least 80 hours a month are now restricted to three months of benefits every three years from SNAP, formerly known as food stamps. Previously, the federal requirement applied to those 54 or younger. The new rule, which went into effect in November, also applies to parents of children 14 or older. And it removed exemptions for veterans, people experiencing homelessness, and young adults who’ve aged out of foster care.</p>
<p>Proponents of work requirements argue that they incentivize people who are “work-ready” to seek and keep jobs, reducing dependence on government assistance and upholding the “<a href="https://www.whitehouse.gov/releases/2025/06/myth-vs-fact-the-one-big-beautiful-bill/" target="_blank" rel="noopener">dignity of work</a>.”</p>
<p>Rhonda Rogombé serves as health and safety net policy analyst for the <a href="https://wvpolicy.org/" target="_blank" rel="noopener">West Virginia Center on Budget and Policy</a>. She and her colleagues have studied the effects of SNAP work rules and found that requiring recipients to work does not lower an area’s unemployment rate.</p>
<p>Previous work requirements were suspended nationwide during the covid pandemic and reinstated in fall 2023. The researchers found that the average number of people employed in Mingo County each month actually went down after the requirement was reimposed.</p>
<p>A 2018 federal research project that examined several data sources, including SNAP data from nine states, found that work requirements “have no impact on labor force participation and the number of hours worked.”</p>
<p>There are a number of possible explanations, Rogombé said, “but when people are hungry, they’re not able to support themselves. When people are hungry, it’s harder to focus at work. It’s harder to engage in work activity, and we think that that’s part of it.”</p>
<p>Jobs are scarce in this southern West Virginia county. Lilly Hall found work at a Delbarton restaurant. But it’s unpaid until a waitress position opens — enough to preserve her benefits, but far from ideal.</p>
<p>On that mild Wednesday in late March, House of Hope provided chicken, eggs, bread, potatoes, fresh fruit and vegetables, and milk.</p>
<p>Among those in line were older residents and “some young people that have lost their way and they can’t get work and they just need help,” said Timothy Treleven, who operates the pantry with his wife, Christine, and Gail Lendearo.</p>
<p>House of Hope’s scheduled distribution day is the last Saturday of each month — supplemented by occasional weekday Facing Hunger visits — as money from monthly checks begins to run out and cupboards go bare.</p>
<p>On a typical Saturday, pantry staff and volunteers hand out up to 400 boxes of food.</p>
<p>“It’s an honor to do this,” Lendearo said. “It’s a blessing.”</p>
<p>Perry Hall’s cancer is now in remission, but for a while his treatment required that he and Lilly travel back and forth, 4½ hours each way, to Morgantown. The couple’s van couldn’t make the trip, so they paid a friend for rides.</p>
<p>Mingo’s population is just under 22,000, down from around 27,000 in 2010. It once flourished, fueled by coal. Williamson, the county seat, was home to an opera house and businesses operated by immigrants from Italy, Russia, and Syria. The region is still referred to as “the coalfields,” but little is mined here these days. <a href="https://www.census.gov/quickfacts/fact/table/mingocountywestvirginia/PST120224" target="_blank" rel="noopener">A quarter of residents live in poverty</a>.</p>
<p>Rogombé and her colleagues found that Mingo County residents face significant barriers to securing what few jobs are available. These include unreported physical and mental impairments, housing insecurity, and a lack of high school diplomas and identification documents.</p>
<p>Filing the paperwork to receive benefits or to confirm compliance is difficult for many residents. The West Virginia Center on Budget and Policy’s research found that about 1 in 4 lack reliable internet access.</p>
<p>Additional changes lie ahead for the SNAP program. Currently, the federal government and the states share administrative costs equally, but in October states will assume 75% of those costs. And beginning in October 2027, they’ll be required to pay additional costs based on <a href="https://www.cbpp.org/research/food-assistance/congressional-delay-of-snap-cost-shift-urgently-needed-to-protect-food" target="_blank" rel="noopener">error rates</a>.</p>
<p>Kentucky, like West Virginia, is among the poorer states that will be most affected by the new requirements and costs. The Kentucky Center for Economic Policy estimates that <a href="https://kypolicy.org/snap-changes-in-the-obba/" target="_blank" rel="noopener">up to 114,000 residents risk losing SNAP benefits</a> with the expanded work requirements.</p>
<p>Jessica Klein, a researcher with the center, worries about the consequences. “We know SNAP has an impact on health, and not just because it decreases food insecurity,” she said. It worsens blood pressure rates, obesity, medication adherence, and more.</p>
<p>With the additional financial burden placed on states, “I think what we’ll see is some states changing rules that impact participation in order to have a smaller, more affordable program,” Klein said. “My fear is that some states will choose not to operate SNAP at all.”</p>
<p>In Mingo County, folks are stepping up. At least eight food pantries offer groceries to those in need.</p>
<p>Janet Gibson runs the Blessing Barn pantry in the Ben Creek community. “I can go from one end of the creek to the other” and tell you everyone’s name and a little something about them, she said. She takes pride in feeding her people.</p>
<p>Gibson said it can be hard to find even volunteer opportunities in the county, largely because of transportation challenges. A look at a local map can be misleading: A couple of dozen miles into a holler or up a ridge could take an hour or more.</p>
<p>“Whether you’re working full-time or not, you’re still spinning out gas to get to work,” Gibson said, “and gas ain’t cheap now.”</p>
<p>A single mother of three, Trista Shankle of Paducah, Kentucky, isn’t subject to the new SNAP requirements, but she worries about the fragility of the social safety net. She overcame challenges, is earning a master’s degree in social work, and works for an organization that connects community college students with <a href="https://acf.gov/ofa/programs/temporary-assistance-needy-families-tanf" target="_blank" rel="noopener">Temporary Assistance for Needy Families</a> benefits. Her family receives SNAP, Medicaid, housing support, and assistance from the USDA’s <a href="https://www.fns.usda.gov/wic" target="_blank" rel="noopener">Special Supplemental Nutrition Program for Women, Infants, and Children</a>. If any one of those is cut, she said, she may have to drop out of school.</p>
<p>Shankle is certain she wouldn’t have advanced to where she is today without the benefits she and her family have received: “They bring a sense of calm and comfort. I know that my kids aren’t going to go hungry.”</p>
<p>The first week in April, Lilly Hall reported for work at Black Bear Trails Restaurant. She’s grateful for the opportunity. And when a waitress slot opens, “I’ll snag that position so quick it’ll make your head flip.”</p>
<p><em><a href="https://kffhealthnews.org/about-us" target="_blank" rel="noopener">KFF Health News</a> is a national newsroom that produces in-depth journalism about health issues and is one of the core operating programs at KFF—an independent source of health policy research, polling, and journalism. Learn more about <a href="https://www.kff.org/about-us" target="_blank" rel="noopener">KFF</a>.</em></p>
<p>This <a href="https://kffhealthnews.org/medicaid/food-stamps-snap-work-requirements-hunger-west-virginia-foodbanks/" target="_blank" rel="noopener">article</a> first appeared on <a href="https://kffhealthnews.org" target="_blank" rel="noopener">KFF Health News</a> and is republished here under a <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.<img decoding="async" style="width: 1em; height: 1em; margin-left: 10px;" src="https://kffhealthnews.org/wp-content/uploads/sites/8/2023/04/kffhealthnews-icon.png?w=150" /></p>
<p><img decoding="async" id="republication-tracker-tool-source" style="width: 1px; height: 1px;" src="https://kffhealthnews.org/?republication-pixel=true&amp;post=2228111&amp;ga4=G-J74WWTKFM0" /></p>
<p>&#8212;</p>
<p><em><a href="https://kffhealthnews.org/medicaid/food-stamps-snap-work-requirements-hunger-west-virginia-foodbanks/" target="_blank" rel="noopener">Previously Published</a> on kffhealthnews.org</em></p>
<p style="text-align: center;">***</p>
<style type="text/css">
        #mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}<br />        /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.<br />           We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */<br /></style>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" target="_blank">
<div id="mc_embed_signup_scroll">
<h3>Subscribe to The Good Men Project Newsletter</h3>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label><input id="mce-EMAIL" class="required email" name="EMAIL" required="" type="email" value="" /></div>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none;"></div>
<div id="mce-success-response" class="response" style="display: none;"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Subscribe" /></div>
</div>
</form>
</div>
<p><script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[24]='EDUCATE';ftypes[24]='text';fnames[9]='MMERGE9';ftypes[9]='text';fnames[26]='LEADERSHIP';ftypes[26]='text';fnames[25]='SEXISM';ftypes[25]='text';fnames[4]='RESIST';ftypes[4]='text';fnames[1]='FNAME';ftypes[1]='text';fnames[14]='MMERGE14';ftypes[14]='text';fnames[3]='LNAME';ftypes[3]='text';fnames[2]='WPROMPTS';ftypes[2]='text';fnames[6]='RSL1';ftypes[6]='text';fnames[7]='RSL2';ftypes[7]='text';fnames[8]='RSL3';ftypes[8]='text';fnames[5]='MMERGE5';ftypes[5]='text';fnames[11]='MMERGE11';ftypes[11]='text';fnames[12]='MMERGE12';ftypes[12]='text';fnames[13]='MMERGE13';ftypes[13]='text';fnames[10]='MMERGE10';ftypes[10]='text';fnames[15]='MMERGE15';ftypes[15]='text';fnames[21]='MMERGE21';ftypes[21]='text';fnames[16]='MMERGE16';ftypes[16]='text';fnames[17]='MMERGE17';ftypes[17]='text';fnames[18]='MMERGE18';ftypes[18]='text';fnames[28]='MMERGE28';ftypes[28]='text';fnames[30]='MMERGE30';ftypes[30]='text';fnames[20]='SC';ftypes[20]='text';fnames[27]='RACISM';ftypes[27]='text';fnames[19]='SIGENV';ftypes[19]='text';fnames[29]='SEXLOVEREL';ftypes[29]='text';fnames[23]='CTE';ftypes[23]='text';fnames[22]='MHEALTH';ftypes[22]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script></p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p><strong><a href="https://gmpdating.substack.com/" target="_blank" rel="noopener">On Substack? Connect with us there.</a></strong><br />
&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/person-writing-on-white-paper-GJao3ZTX9gU" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/food-stamp-work-rules-dont-increase-employment-researchers-say/">Food Stamp Work Rules Don’t Increase Employment, Researchers Say</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/food-stamp-work-rules-dont-increase-employment-researchers-say/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Talk About Money in a Relationship (Without Turning It Into a Fight)</title>
		<link>https://goodmenproject.com/the-good-life/money-the-good-life/how-to-talk-about-money-in-a-relationship-without-turning-it-into-a-fight/</link>
					<comments>https://goodmenproject.com/the-good-life/money-the-good-life/how-to-talk-about-money-in-a-relationship-without-turning-it-into-a-fight/#respond</comments>
		
		<dc:creator><![CDATA[Evelina Brown]]></dc:creator>
		<pubDate>Sat, 16 May 2026 05:15:47 +0000</pubDate>
				<category><![CDATA[Money]]></category>
		<category><![CDATA[money and relationships]]></category>
		<category><![CDATA[money talk]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1121794</guid>

					<description><![CDATA[<p><img width="788" height="443" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257.jpg 788w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257-300x169.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257-768x432.jpg 768w" sizes="(max-width: 788px) 100vw, 788px" />&#8212; Money arguments are rarely about money. They’re about safety, autonomy, fairness, identity, and trust. A $50 purchase can trigger a conflict not because of the amount, but because it activates a deeper question: “Are we building the same life?” In healthy relationships, financial conversations don’t disappear—they become more skillful. The goal isn’t to “win”&#8230;</p>
<p>The post <a href="https://goodmenproject.com/the-good-life/money-the-good-life/how-to-talk-about-money-in-a-relationship-without-turning-it-into-a-fight/">How to Talk About Money in a Relationship (Without Turning It Into a Fight)</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="788" height="443" src="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257.jpg 788w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257-300x169.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/iStock-2228787257-768x432.jpg 768w" sizes="(max-width: 788px) 100vw, 788px" /><p>&#8212;</p>
<p>Money arguments are rarely about money. They’re about safety, autonomy, fairness, identity, and trust. A $50 purchase can trigger a conflict not because of the amount, but because it activates a deeper question: “Are we building the same life?”</p>
<p>In healthy relationships, financial conversations don’t disappear—they become more skillful. The goal isn’t to “win” a budgeting debate. It’s to create shared clarity: what matters, what’s non-negotiable, and how you’ll make decisions when life changes.</p>
<p>This article offers a practical, expert-informed approach to talking about money without turning it into a fight. It’s designed for couples at any stage—dating, living together, married, or co-parenting—especially in a world where payments, subscriptions, and investments can be digital, fast, and emotionally loaded.</p>
<h2>Why money conversations trigger conflict so easily</h2>
<p>Money has three qualities that make it conflict-prone:</p>
<ul>
<li>It’s emotional: it represents security and freedom.</li>
<li>It’s moralized: people attach “good/bad” judgments to spending and saving.</li>
<li>It’s measurable: numbers can be used as proof, criticism, or control.</li>
</ul>
<h3></h3>
<h3>Expert comment: Financial conflict is often a values conflict</h3>
<p>In relationship counseling, it’s common to see the “spender vs saver” dynamic framed as irresponsibility vs rigidity. In reality, both sides are often trying to protect something important—joy and spontaneity on one side, stability and preparedness on the other.</p>
<h2>Start with the right mindset: clarity over control</h2>
<p>The fastest way to escalate a money conversation is to approach it as a courtroom: evidence, prosecution, defense, verdict. A better frame is collaboration:</p>
<ul>
<li>“We’re solving a shared problem.”</li>
<li>“We want a system that feels fair to both of us.”</li>
<li>“We can adjust as we learn.”</li>
</ul>
<h3></h3>
<h3>A useful rule: discuss systems, not incidents</h3>
<p>Arguing about individual purchases (“Why did you buy that?”) is high-friction and low-learning. Discussing the system (“What’s our fun budget?” “What needs approval?”) reduces shame and increases predictability.</p>
<h2>Choose the right time and setup (it matters more than you think)</h2>
<p>Money talks fail when they happen in the worst possible conditions: late at night, during a stressful week, in the middle of a conflict, or right after a bill arrives.</p>
<h3>Create “low-stakes” conditions</h3>
<ul>
<li>Schedule the conversation (30–60 minutes).</li>
<li>Meet at a neutral time—weekend morning often works.</li>
<li>Keep phones away or on airplane mode.</li>
<li>Agree on a stop signal if emotions spike.</li>
</ul>
<h3></h3>
<h3>Expert tip: use a shared document as a third object</h3>
<p>When you both look at a shared note or spreadsheet, you reduce “you vs me” and increase “us vs the problem.” This simple move can de-escalate blame and defensiveness.</p>
<h2>The three conversations every couple needs (before the numbers)</h2>
<h3>1) The “meaning” conversation: what money represents</h3>
<p>Ask each other:</p>
<ul>
<li>What did money feel like in your childhood—scarce, abundant, unpredictable?</li>
<li>What’s your biggest financial fear?</li>
<li>What’s one thing money gives you emotionally (freedom, safety, status, generosity)?</li>
</ul>
<p>&nbsp;</p>
<p>This is not therapy language—it’s practical. When you understand your partner’s money story, their behavior becomes less personal and more understandable.</p>
<h3>2) The “values” conversation: what you’re optimizing for</h3>
<p>Some couples optimize for:</p>
<ul>
<li>security (high savings, low risk)</li>
<li>experiences (travel, events, shared memories)</li>
<li>growth (education, business, investing)</li>
<li>family support (helping parents, childcare)</li>
</ul>
<p>&nbsp;</p>
<p>You don’t need identical priorities. You need to know what each person refuses to sacrifice.</p>
<h3>3) The “rules of engagement” conversation: how you will disagree</h3>
<p>Before money gets tense, agree on how to handle disagreements:</p>
<ul>
<li>No insults, no name-calling (“irresponsible,” “cheap”).</li>
<li>No surprise audits (demanding receipts during fights).</li>
<li>Use pauses when needed; resume within 24–48 hours.</li>
</ul>
<h2></h2>
<h2>Get practical: build a money system that prevents repeat fights</h2>
<p>Once you’ve aligned on meaning and values, the numbers become easier. The goal is a system that answers everyday questions quickly.</p>
<h3>Step 1: Define account structure (shared vs separate)</h3>
<p>Common models:</p>
<ul>
<li>Fully merged: one shared pool (simple, but requires high alignment).</li>
<li>Yours/Mine/Ours: shared account for joint bills + separate personal accounts.</li>
<li>Proportional split: shared bills paid based on income percentage.</li>
</ul>
<h3></h3>
<h3>Expert comment: “fair” is not always “equal”</h3>
<p>If one partner earns significantly more, equal splitting can create resentment and instability. Proportional contributions often feel more equitable and protect dignity for both people.</p>
<h3>Step 2: Decide on three budgets: essentials, future, and freedom</h3>
<p>A simple system many couples can maintain:</p>
<ul>
<li>Essentials: rent, utilities, groceries, transportation</li>
<li>Future: debt payoff, emergency fund, savings goals</li>
<li>Freedom: guilt-free spending for each person</li>
</ul>
<p>&nbsp;</p>
<p>The freedom category is underrated. It prevents “permission dynamics” where one adult must justify every personal purchase to another adult.</p>
<h3>Step 3: Create an “approval threshold”</h3>
<p>Agree on a number above which you consult each other first (for example: $200, $500, or any recurring subscription).</p>
<p>This reduces surprises and turns conflict into a predictable process: “This is above the threshold, so we talk.”</p>
<h2>Digital money adds new friction—address it directly</h2>
<p>In 2026, financial life includes apps, subscriptions, and sometimes digital assets. These can create conflict because they move fast and feel abstract.</p>
<h3>Subscriptions and micro-spending</h3>
<p>Small monthly charges can quietly grow into a significant line item. Agree on:</p>
<ul>
<li>how many subscriptions you can maintain,</li>
<li>which ones are “shared value,”</li>
<li>which ones fall under personal freedom spending.</li>
</ul>
<h3></h3>
<h3>Digital assets and stablecoins (if relevant)</h3>
<p>Some couples use stablecoins for practical reasons—sending money internationally, separating a portion of savings, or keeping a “travel buffer.” If you do, treat it like any other financial tool:</p>
<ul>
<li>define how much (if any) of your household money goes into it,</li>
<li>define custody rules (who controls access),</li>
<li>define documentation (so nothing feels secret).</li>
</ul>
<p>&nbsp;</p>
<p>If one partner prefers to keep a small, clearly defined amount in a stablecoin for convenience, using a dedicated <a href="https://atomicwallet.io/tether-usdt-wallet" target="_blank" rel="noopener"><u>usdt wallet</u></a> setup can simply be part of that documentation and separation—like having a labeled savings envelope—so both people understand what it is and what it is not.</p>
<h3>Expert warning: secrecy is the accelerant</h3>
<p>Hidden accounts or undisclosed crypto holdings often hurt relationships less because of the asset itself and more because secrecy breaks trust. Transparency about existence and purpose matters more than the particular tool used.</p>
<h2>How to talk about debt without shame</h2>
<p>Debt is a common trigger because it can feel like a moral failing. But debt is often a life event: education, medical costs, family emergencies, or simply surviving a high-cost period.</p>
<h3>Use facts and compassion together</h3>
<ul>
<li>List each debt: balance, interest rate, minimum payment.</li>
<li>Ask: “What do you want this debt to mean in our story?”</li>
<li>Choose a plan: snowball (smallest first) or avalanche (highest interest first).</li>
</ul>
<h3></h3>
<h3>Expert comment: debt conversations fail when they become identity attacks</h3>
<p>“You’re bad with money” is not useful. “This interest rate is hurting us—how do we fix it together?” is.</p>
<h2>Conflict-proof language: phrases that keep the conversation safe</h2>
<h3>Replace accusations with observations</h3>
<ul>
<li>Instead of “You always overspend,” say “We exceeded the freedom budget three times this month.”</li>
<li>Instead of “You don’t care about our future,” say “I feel anxious when savings don’t move.”</li>
</ul>
<h3></h3>
<h3>Use “I” statements with a goal</h3>
<ul>
<li>“I’m worried about cash flow this month. Can we look at bills together?”</li>
<li>“I want us to feel safe. What would help you feel safe too?”</li>
</ul>
<h3></h3>
<h3>Ask better questions</h3>
<ul>
<li>“What do you think is fair here?”</li>
<li>“What’s the smallest change that would reduce stress?”</li>
<li>“What are we protecting with this purchase—or this saving plan?”</li>
</ul>
<h2></h2>
<h2>Money meeting cadence: the habit that prevents big blowups</h2>
<p>Most couples don’t need daily money talk. They do need predictable check-ins.</p>
<h3>A simple cadence</h3>
<ul>
<li>Weekly (15 minutes): upcoming bills, schedule, any surprises</li>
<li>Monthly (45 minutes): review spending categories, adjust budgets</li>
<li>Quarterly (60 minutes): goals, savings rate, larger purchases, travel plans</li>
</ul>
<h3></h3>
<h3>Expert tip: end with appreciation</h3>
<p>Close the meeting with a positive reflection (“Thanks for staying with this,” “I appreciate your planning”). It sounds small, but it rewires money talk from conflict to teamwork.</p>
<h2>When money fights signal deeper relationship issues</h2>
<p>Sometimes the money argument is a proxy for something else:</p>
<ul>
<li>power and control</li>
<li>unequal labor (one person managing everything)</li>
<li>fear of commitment</li>
<li>lack of shared goals</li>
</ul>
<h3></h3>
<h3>Red flags to take seriously</h3>
<ul>
<li>one partner monitoring or restricting the other’s spending as punishment</li>
<li>secret accounts used to hide behavior, not to create safety</li>
<li>threats, intimidation, or coercion around money</li>
</ul>
<p>&nbsp;</p>
<p>If these patterns exist, consider professional support (financial counseling, couples therapy) and, where safety is involved, local resources.</p>
<h2>Conclusion: money talk is a skill—and skills can be learned</h2>
<p>Talking about money without fighting is not about having the “right” spreadsheet. It’s about building a shared system that protects both partners’ needs: safety, autonomy, fairness, and meaning. Start with the human layer—money stories and values—then design simple rules: account structure, three budgets, and an approval threshold. Add a routine so problems get handled early, before they become emotional explosions.</p>
<p>When couples treat money as a shared project rather than a scoreboard, the conversation changes. The goal is not zero conflict. The goal is a relationship where conflict leads to clarity—and clarity leads to trust.</p>
<p><em><strong>Disclaimer: This article is for educational purposes and is not financial or legal advice.</strong></em></p>
<p><strong><b>&#8212;</b></strong></p>
<h6>This content is brought to you by Evelina Brown.</h6>
<h6><a href="https://www.istockphoto.com/photo/asian-couple-calculating-expenses-at-home-gm2228787257-644550755" target="_blank" rel="noopener">iStockPhoto</a></h6>
<p>The post <a href="https://goodmenproject.com/the-good-life/money-the-good-life/how-to-talk-about-money-in-a-relationship-without-turning-it-into-a-fight/">How to Talk About Money in a Relationship (Without Turning It Into a Fight)</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/the-good-life/money-the-good-life/how-to-talk-about-money-in-a-relationship-without-turning-it-into-a-fight/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Writing Professor’s New Task in the Age of AI: Teaching Students When to Struggle</title>
		<link>https://goodmenproject.com/featured-content/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle/</link>
					<comments>https://goodmenproject.com/featured-content/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle/#respond</comments>
		
		<dc:creator><![CDATA[The Conversation US]]></dc:creator>
		<pubDate>Sat, 16 May 2026 05:00:20 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[AI and education]]></category>
		<category><![CDATA[AI and education (Spencer)]]></category>
		<category><![CDATA[Artificial intelligence (AI)]]></category>
		<category><![CDATA[COGNITION]]></category>
		<category><![CDATA[higher education]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Metacognition]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[writing]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1109560</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Navigating the rise of generative AI seemed easier to me in the earlier days.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle/">A Writing Professor’s New Task in the Age of AI: Teaching Students When to Struggle</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/03/thomas-park-6MePtA9EVDA-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://theconversation.com/profiles/kristi-girdharry-2601536" target="_blank" rel="noopener">Kristi Girdharry</a>, <em><a href="https://theconversation.com/institutions/babson-college-3510" target="_blank" rel="noopener">Babson College</a></em></p>
<div class="theconversation-article-body">
<p>I was early to the generative AI wave in higher education: I was among the first professors who teach writing to publish in an academic journal about <a href="https://doi.org/10.37514/DBH-J.2023.11.1.04" target="_blank" rel="noopener">generative AI and critical thinking</a>, and I am now part of an <a href="https://www.babson.edu/thegenerator/" target="_blank" rel="noopener">interdisciplinary team</a> at Babson College thinking about how AI is impacting education, industry and society.</p>
<p>But that does not mean I am all in on AI – nor am I anti-AI. I am pro-learning. As my co-authors and I argue in a <a href="https://mitpress.mit.edu/9780262054201/getting-learning-right/" target="_blank" rel="noopener">forthcoming book</a> on realizing the promise of higher education, even the most powerful tools are only as good as the learning environments we build around them.</p>
<p>So what does “getting learning right” look like in the age of generative AI? It involves a lot of experimentation and leaning in with students as a co-learner when I don’t have all of the answers, while remaining staunchly committed to sharing my expertise in writing, critical thinking and learning. I also hope that they trust me enough to follow my lead and persevere when the work becomes difficult.</p>
<h2>From hope to grief</h2>
<p>Navigating the rise of generative AI seemed easier to me in the earlier days. In spring 2023, for example, soon after ChatGPT went public, I asked students to use it to research their favorite musical artist and then fact-check the results as part of a unit in my senior-level social media class. The responses sounded polished and confident, but they were often wrong. Album dates were scrambled. Tours were invented. At one point, a student threw up her hands and shouted, “It lies!” The room erupted. The “lies” were especially apparent with less popular artists, about whom less had been written. “How might that translate to other knowledge areas?” I asked. They were pretty quick to thinking about whose voices might not make the cut in a different scenario.</p>
<p>While this was a promising start, by fall 2023 I found myself <a href="https://www.insidehighered.com/opinion/views/2025/03/19/professors-journey-through-grief-over-chatgpt-opinion" target="_blank" rel="noopener">starting to grieve</a> the passing of the pre-AI-everywhere world. Once again, I leaned in with my students, now in a sophomore-level research writing class. In their proposals, I included a new required section called “Be Better Than a Robot” – the gist being that if ChatGPT could write your research paper, what was the point of us spending weeks on it?</p>
<p>I asked: Where would your own work – your own human thinking – need to come in to create a tiny piece of new knowledge in the world? We practiced primary research, we used time during class for reading and annotating, and I extended deadlines to account for the rigor we were undertaking.</p>
<p>AI usage was discouraged but not outright banned: If used, careful and explicit descriptions of exactly how were required, and I even gave examples of things like brainstorming academic titles as a potential option. While not all of the final research projects seemed completely AI-generated, the few that did caused me to spiral – like it was my fault that I didn’t come down harder on not using AI when I was trying to be neutral and understand how we could use it as a tool and not as a replacement.</p>
<h2>Cognitive blind spots</h2>
<p>Since those early days in 2023, discussions around college students’ use of AI have only become more fraught and complicated. There are no easy answers, and there are a lot of fears about <a href="https://www.elon.edu/u/news/2026/01/21/elon-aacu-national-survey-95-of-college-faculty-fear-student-overreliance-on-ai/" target="_blank" rel="noopener">overreliance</a>, <a href="https://news.harvard.edu/gazette/story/2025/11/is-ai-dulling-our-minds/" target="_blank" rel="noopener">loss of learning</a> and even <a href="https://www.usnews.com/opinion/articles/2025-08-27/college-ai-students-status-degree-ivy-league" target="_blank" rel="noopener">the value of a college degree</a>. There are also plenty of ethical concerns that go beyond academic integrity, such as the <a href="https://news.cornell.edu/stories/2025/11/roadmap-shows-environmental-impact-ai-data-center-boom" target="_blank" rel="noopener">environmental impact</a> of AI and concerns over <a href="https://hai.stanford.edu/news/be-careful-what-you-tell-your-ai-chatbot" target="_blank" rel="noopener">data and privacy</a>. But AI usage is not slowing down.</p>
<p>Recent data from the <a href="https://www.pewresearch.org/internet/2026/02/24/how-teens-use-and-view-ai/" target="_blank" rel="noopener">Pew Research Center</a> shows that more than half of teenagers are turning to AI for help with finding information and getting help with schoolwork. By the time these students arrive in my classes, many have already developed habits around these tools, and these habits may or may not serve their learning. For me, that’s not an argument for banning AI in the classroom, but rather an argument for taking it seriously.</p>
<p>But here’s the honest difficulty: When students use AI, they often can’t tell when they’re shortcutting their own thinking. A <a href="https://doi.org/10.1111/bjet.13544" target="_blank" rel="noopener">study published</a> from late 2024 in the British Journal of Educational Technology found that students using ChatGPT improved their essay scores in the short term but showed no meaningful gains in knowledge. Moreover, they were prone to what the researchers called “metacognitive laziness,” meaning a dependence on the tool that undermined their ability to self-regulate and engage deeply in learning. This is a result of <a href="https://evidencebased.education/resource/cognitive-offloading-what-is-it-and-why-is-it-important-2/" target="_blank" rel="noopener">cognitive offloading</a>.</p>
<h2>Teaching discernment</h2>
<p>At this point, I feel my role is shifting from neutral observer or co-learner to something more like a guide with a point of view. I know what rigorous thinking looks like in my discipline. I know the difference between a paper that has moved through genuine intellectual struggle and one that has been assembled. My job is to make that difference visible to students who may not yet have the experience to see it themselves.</p>
<p>So, yes, there are moments in my writing courses where I ask students to write without AI. Not as a purity test, although I could see it used that way, and not because I believe they’ll go on to spend their careers avoiding it, but because understanding what AI does to your thinking first requires knowing what your thinking can do without it.</p>
<p>This matters especially now as many college students I meet arrive already anxious, already performing, already optimizing for the grade rather than the learning. Many have spent years learning to produce the right answer rather than to wrestle with hard questions. Before they can develop discernment about any tool, they need something more foundational: a sense of their own thinking as worth trusting.</p>
<p>In practice, this looks like drafting with AI and without it, comparing versions, and being asked to justify choices out loud. It looks like noticing when the tool accelerates routine work and when it flattens complexity.</p>
<p>Like many faculty navigating this moment, I find myself in what Auburn University professors Christopher Basgier and Lydia Wilkes describe as an “<a href="https://doi.org/10.58680/ccc202577162" target="_blank" rel="noopener">unsettled middle</a>,” neither fully embracing nor refusing the technology, but doing the uncomfortable work of engaging with it critically. My students, I’ve found, often end up in a version of that same uncertain space. Learning to sit with that uncertainty – to tolerate the slowness and mess of thinking things through rather than reaching for the frictionless answer – is where discernment begins.</p>
<p>If students are going to continue encountering these tools throughout their lives, then ignoring that reality does them no favors. My responsibility is to help them develop the judgment to decide when a shortcut is strategic and when it undermines their own thinking. That is pro-learning.<!-- Below is The Conversation's page counter tag. Please DO NOT REMOVE. --><img decoding="async" style="border: none !important; box-shadow: none !important; margin: 0 !important; max-height: 1px !important; max-width: 1px !important; min-height: 1px !important; min-width: 1px !important; opacity: 0 !important; outline: none !important; padding: 0 !important;" src="https://counter.theconversation.com/content/276590/count.gif?distributor=republish-lightbox-basic" alt="The Conversation" width="1" height="1" /><!-- End of code. If you don't see any code above, please get new code from the Advanced tab after you click the republish button. The page counter does not collect any personal data. More info: https://theconversation.com/republishing-guidelines --></p>
<p><a href="https://theconversation.com/profiles/kristi-girdharry-2601536" target="_blank" rel="noopener">Kristi Girdharry</a>, Associate Teaching Professor of Arts and Humanities, <em><a href="https://theconversation.com/institutions/babson-college-3510" target="_blank" rel="noopener">Babson College</a></em></p>
<p>This article is republished from <a href="https://theconversation.com" target="_blank" rel="noopener">The Conversation</a> under a Creative Commons license. Read the <a href="https://theconversation.com/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle-276590" target="_blank" rel="noopener">original article</a>.</p>
</div>
<p>&#8212;</p>
<p><em><a href="https://theconversation.com/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle-276590" target="_blank" rel="noopener">Previously Published</a> on theconversation.com with <a href="http://creativecommons.org/licenses/by-nd/4.0/" target="_blank" rel="noopener">Creative Commons License</a></em></p>
<p style="text-align: center;">***</p>
<h4></h4>
<hr />
<h2>Join The Good Men Project as a Premium Member today.</h2>
<p>All Premium Members get to view  <strong><a href="https://goodmenproject.com/registration" target="_blank" rel="noopener">A complete list of benefits is here</a>.</strong></p>
<p>&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/boy-in-gray-shirt-using-black-laptop-computer-6MePtA9EVDA" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle/">A Writing Professor’s New Task in the Age of AI: Teaching Students When to Struggle</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/a-writing-professors-new-task-in-the-age-of-ai-teaching-students-when-to-struggle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Workers Reach Breaking Point as New Report Reveals Quiet Mental Health Crisis in Forestry</title>
		<link>https://goodmenproject.com/featured-content/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry/</link>
					<comments>https://goodmenproject.com/featured-content/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry/#respond</comments>
		
		<dc:creator><![CDATA[Pressat]]></dc:creator>
		<pubDate>Sat, 16 May 2026 04:30:35 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Arboriculture]]></category>
		<category><![CDATA[Environment & Nature]]></category>
		<category><![CDATA[Farming & Animals]]></category>
		<category><![CDATA[forestry]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[Health And Safety]]></category>
		<category><![CDATA[mental health]]></category>
		<category><![CDATA[rural]]></category>
		<category><![CDATA[trees]]></category>
		<category><![CDATA[workforce]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120738</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Official data show suicides have risen over the last 15 years and that men, particularly those in middle age, are at heightened risk of poor mental health.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry/">Workers Reach Breaking Point as New Report Reveals Quiet Mental Health Crisis in Forestry</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/mahdi-bafande-MTWjmEA-Eiw-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <strong>Royal Forestry Society</strong></p>
<p><strong><em>A survey of over 500 professionals reveals that stress is a “constant backdrop” in forestry and arboriculture</em></strong></p>
<p>The Royal Forestry Society (RFS), working with a coalition of leading forestry organisations, today published the <em>Breaking Points</em> survey report which shows the forestry and arboriculture sector is experiencing a mental health crisis.</p>
<p>Nick Adams, a forestry contractor and a Policy Committee Vice-Chair at the Forestry Contracting Association, describes the mental health strain of his job as “unsustainable”.</p>
<p><em>“I’d always thought I could just push through,” </em><strong>he said.</strong> <em>“There was a moment I realised the job was going to kill me if I didn’t change something. There is only so much someone can take before they pack it in and leave the industry or worse. Unfortunately, the problems are not new; they’re decades old.”</em></p>
<p>Nick’s experience reflects a wider pattern uncovered by the Breaking Points survey, which shows stress is now a “constant backdrop” across the forestry and arboriculture workforce.</p>
<p>Official data show suicides have risen over the last 15 years and that men, particularly those in middle age, are at heightened risk of poor mental health. The Breaking Points survey warns this is especially relevant to forestry, where many workers fall into this demographic and experience the compounding stressors of lone working and the transient nature of job roles.</p>
<p>The Forestry Commission-funded report paints a picture of a sector under immense strain. Financial instability, physical risk and rural isolation are heightening the risk of poor mental health among those who manage the nation’s trees and woodlands.</p>
<p>The <em>Breaking Points</em> survey gathered data from over 500 professionals in 2025, including forestry contractors, arborists, manual forestry workers and forest managers. The report notes that while the industry has successfully improved physical safety records over the last two decades, mental health has not received the same attention.</p>
<p><strong>Key Findings</strong></p>
<p>The Breaking Points survey shows a workforce struggling under multiple pressures. <strong>76%</strong> of all respondents cited financial issues as their top stressor and only <strong>43%</strong> have regular (weekly) access to someone they trust to talk to. <strong>44% </strong>reported explicit mental health struggles and<strong> 35%</strong> reported chronic burnout.</p>
<p>The report also showed that stress was felt differently across roles.</p>
<ul>
<li>Self-employed workers: Nearly all (94%) experience financial stress and 63% struggle with isolation and loneliness.</li>
<li>Arborists: An overwhelming 92% report safety risks as a primary stressor and 56%, the highest of any role group, report emotional or mental health struggles.</li>
<li>Machine Operators: 85% are stressed by safety risks, and 59% report significant isolation.</li>
<li>Managers and Supervisors: Over half (57%) are stressed by policy and bureaucratic &#8220;red tape&#8221;.</li>
</ul>
<p>The report finds that stress in the sector is often &#8220;cyclical and self-reinforcing,&#8221; where financial pressure leads to poor safety decisions and chronic burnout. A lack of spaces to talk and a cultural resistance to vulnerability means problems go unaddressed.</p>
<p>The findings fit into a wider discussion about mental health in rural communities. In recent years, mental health in farming has rightly gained national attention as an urgent issue. The <em>Breaking Points</em> survey shows that the forestry workforce faces equally severe pressures but with fewer specialised support structures in place.</p>
<p>It also finds that forestry workers feel undervalued and misunderstood by the public, often facing hostility for their work. The report encourages members of the public to be curious next time they see forestry work taking place locally. Rather than assuming the worst, the report urges the public to ask foresters and arborists about their work and what they are aiming to achieve. In the vast majority of cases, their work will be beneficial to people and the environment.</p>
<p><strong>RFS Chief Executive and Chair of the Wellbeing in Forestry Group, Christopher Williams said: </strong><em>“This report outlines the scale of the challenges for those working in forestry and identifies opportunities to better support them and strengthen their resilience. I hope it provides the evidence and momentum needed to improve mental wellbeing across our sector.”</em></p>
<p>The <em>Breaking Points</em> report is part a larger &#8220;Wellbeing in Forestry&#8221; programme. The working group, includes the Confederation of Forest Industries (Confor), Forestry Commission, Forestry Contracting Association (FCA), Forest Industry Safety Accord (FISA), Institute of Chartered Foresters (ICF), the Royal Agricultural Benevolent Institution (RABI), the Royal Scottish Forestry Society (RSFS), the Small Woods Association and private sector consultants and contractors.</p>
<p>The group is urging landowners, agents and policymakers to adopt better practices regarding pay and communication. In the coming months, the group will introduce practical tools, peer support initiatives and public engagement campaigns to address the specific issues that contribute to the mental health challenges felt across the forestry and arboriculture sector.</p>
<p><strong>-Ends-</strong></p>
<p>For media enquiries contact:</p>
<p>Joe Roberts, Communications &amp; Advocacy Manager, Royal Forestry Society</p>
<p>07551604050</p>
<p><a title="mailto:Joe.roberts@rfs.org.uk" href="mailto:Joe.roberts@rfs.org.uk" target="_blank" rel="nofollow noopener">Joe.roberts@rfs.org.uk</a></p>
<p>Notes to editors:</p>
<p><strong>About the Report:</strong> The <em>Breaking Points</em> survey was conducted between July and August 2025, reaching workers across forest management, contracting, arboriculture, and traditional skills.</p>
<p><strong>About the Working Group:</strong> The project is led by the Royal Forestry Society (RFS) in collaboration with the Forestry Commission, Confederation of Forest Industries (Confor), Forestry Contracting Association (FCA), Institute of Chartered Foresters (ICF), Forest Industry Safety Accord (FISA), Royal Agricultural Benevolent Institution, Royal Scottish Forestry Society and Small Woods Association.</p>
<p><strong>About the Royal Forestry Society</strong>: The Royal Forestry Society (RFS) was founded 140 years ago and has dedicated itself to sharing knowledge on the art and science of woodland management so that the accumulated wisdom and experience of landowners, foresters, arborists and others is transferred from one generation to another.</p>
<p>Press release distributed by Pressat on behalf of Royal Forestry Society, on Wednesday 6 May, 2026. For more information <a href="https://pressat.co.uk/subscribe/" target="_blank" rel="noopener">subscribe</a> and follow <a href="https://pressat.co.uk/" target="_blank" rel="noopener">https://pressat.co.uk/</a></p>
<p><a href="https://rfs.org.uk/news-list/breaking-points-new-report-mental-health-crisis-forestry/" target="_blank" rel="noopener">https://rfs.org.uk/news-list/breaking-points-new-report-mental-health-crisis-forestry/</a></p>
<p>&#8212;</p>
<p><em><a href="https://pressat.co.uk/releases/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry-d69b0de8a0aeb1272c84460f8897ec8c/" target="_blank" rel="noopener">Previously Published</a> on pressat.co.uk with <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons License</a></em></p>
<h4></h4>
<hr />
<h2>Join The Good Men Project as a Premium Member today.</h2>
<p>All Premium Members get to view The Good Men Project with NO ADS.  <a href="https://goodmenproject.com/registration" target="_blank" rel="noopener">A complete list of benefits is here</a>.</p>
<p>&#8212;</p>
<p><em>Photo credit: <a href="https://unsplash.com/photos/person-in-a-dark-hoodie-covering-face-with-hands-MTWjmEA-Eiw" target="_blank" rel="noopener">unsplash</a></em></p>
<p>The post <a href="https://goodmenproject.com/featured-content/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry/">Workers Reach Breaking Point as New Report Reveals Quiet Mental Health Crisis in Forestry</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/workers-reach-breaking-point-as-new-report-reveals-quiet-mental-health-crisis-in-forestry/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>With Fertilizer Pollution on the Rise, Iowa Will Invest $100 Million in Water Treatment</title>
		<link>https://goodmenproject.com/featured-content/with-fertilizer-pollution-on-the-rise-iowa-will-invest-100-million-in-water-treatment/</link>
					<comments>https://goodmenproject.com/featured-content/with-fertilizer-pollution-on-the-rise-iowa-will-invest-100-million-in-water-treatment/#respond</comments>
		
		<dc:creator><![CDATA[Sentient]]></dc:creator>
		<pubDate>Sat, 16 May 2026 03:30:41 +0000</pubDate>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Fertilizer]]></category>
		<category><![CDATA[Invest]]></category>
		<category><![CDATA[Iowa]]></category>
		<category><![CDATA[Million]]></category>
		<category><![CDATA[pollution]]></category>
		<category><![CDATA[rise]]></category>
		<category><![CDATA[treatment]]></category>
		<category><![CDATA[water]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1120071</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />After years of worsening water quality, the move marks Gov. Kim Reynolds’ first official action to tackle harmful agricultural nutrients in state waterways. Critics say it’s “too little too late.”</p>
<p>The post <a href="https://goodmenproject.com/featured-content/with-fertilizer-pollution-on-the-rise-iowa-will-invest-100-million-in-water-treatment/">With Fertilizer Pollution on the Rise, Iowa Will Invest $100 Million in Water Treatment</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/glauber-sampaio-FkNzeOnsA0g-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://sentientmedia.org/author/anikajanebeamer/" target="_blank" rel="author noopener">Anika Jane Beamer, Inside Climate News</a>, Sentient Media</p>
<p><em>This article originally appeared on Inside Climate News (hyperlink to the original story), a nonprofit, non-partisan news organization that covers climate, energy and the environment. Sign up for their newsletter </em><a href="https://insideclimatenews.org/newsletter/" target="_blank" rel="noopener"><em>here</em></a><em>.</em></p>
<p>DES MOINES, Iowa—In a press conference at the state capitol on Friday, Gov. Kim Reynolds announced a “comprehensive legislative package” that will boost funding for utilities struggling to meet federal drinking water standards and combat high nitrate pollution from agriculture.</p>
<p>The plan would have the state spend more than $100 million on water treatment infrastructure over the next decade, including a one-time $25 million investment to expand the Central Iowa Water Works <a href="https://insideclimatenews.org/news/19062025/nitrate-pollution-prompts-des-moines-watering-ban/" target="_blank" rel="noopener">nitrate removal facility</a>, which serves more than 600,000 residents in the state’s largest metropolitan area.</p>
<p>The state-of-the-art removal facility has operated for more than 100 days in 2026 so far, as the Des Moines and Raccoon rivers reach near-record levels of nitrates that exceed the U.S. Environmental Protection Agency’s legal limit of 10 milligrams per liter. Research has linked long-term exposure to nitrates in drinking water, even at low levels, to various cancers and serious health risks for infants.</p>
<p>And while nitrate contamination of surface water is not limited to central Iowa, many of the state’s smaller communities lack the infrastructure to remove the pollution.</p>
<p>Since the start of 2024, public water supplies for at least seven communities have exceeded the EPA’s maximum contaminant level, according to documents maintained by the Iowa Department of Natural Resources.</p>
<p>The water package announced by Reynolds, a Republican, allocates $76 million to grant and loan programs to help Iowa’s rural communities upgrade their water treatment facilities.</p>
<p>The investments in water treatment systems “shift money to the most urgent needs and most effective programs,” Reynolds said. “Water quality isn’t a farm issue, it isn’t a city issue, and it isn’t a political issue, but it absolutely is non-negotiable.”</p>
<p>Critics say that Reynolds’ plan does little to address the sources of pollution in waterways.</p>
<p>The Central Iowa Source Water Resource Assessment, a two-year-long scientific study released last summer, attributed 80 percent of the nitrogen in central Iowa’s watersheds to agricultural activity.</p>
<p>Large amounts of synthetic fertilizer and hog and poultry manure are applied to Iowa cropland to fuel corn and soybean growth, and any phosphorus and nitrogen not taken up by crops can leach out of the soil and into waterways to fuel algal and bacterial blooms or yield dangerously high nitrate levels.</p>
<p>Reynolds’ water quality proposal “ignores the root causes of pollution” and is “too little too late,” said Jennifer Breon, a senior organizer in Iowa for Food &amp; Water Action, in a statement released by the political and lobbying arm of the environmental watchdog group Food &amp; Water Watch.</p>
<p>The state will boost funding for water conservation efforts on farms in the Des Moines watershed, Iowa Agriculture Secretary Mike Naig announced at Friday’s press conference. The Iowa Department of Agriculture and Land Stewardship will receive an additional $52 million to expand the adoption of cover crops, no-till and strip-till farming and nitrate-reducing wetlands in the region.</p>
<p>But all of that is voluntary.</p>
<p>“Binding regulations are the only way to ensure water quality improvements, and they are extremely popular,” said Breon, referencing <a href="https://insideclimatenews.org/news/17022026/iowas-water-crisis-industrial-agriculture-pollution-election-influence/" target="_blank" rel="noopener">polling</a> led by Food &amp; Water Action in February, which reported that 79 percent of Iowa voters support mandatory requirements for industrial agriculture to reduce pollution.</p>
<p>Advocates also argued that Reynolds’ decision to exclude the Iowa Water Quality Information System from the funding proposal undermines critical water monitoring efforts. The <a href="https://insideclimatenews.org/news/24102025/iowa-polk-county-water-quality-monitoring-agricultural-pollution/" target="_blank" rel="noopener">network</a> of more than 60 continuous water quality monitors, operated by the University of Iowa, lost state funding in 2023.</p>
<p>Citizens and environmental organizations have lobbied the Legislature to reinstate permanent funding for the network this year, stressing that it plays a crucial role in providing Iowans with real-time water quality information.</p>
<p>Reynolds’ plan instead allocates an additional $500,000 each year to the state Department of Natural Resources’ ambient water quality monitoring program. That program conducts sampling once a month at 60 stream sites across the state.</p>
<p>The DNR program cannot provide minute-to-minute data in the way that the University of Iowa sensor network does, Colleen Fowle, director of the Iowa Environmental Council’s water program, told Iowa Farmers Union members in March.</p>
<p>Since 2023, the network has relied on grant funding that is set to expire at the end of July. The loss of the network would be a massive blow to a state struggling to provide its residents with clean water, said Fowle.</p>
<p>In a statement released by the Iowa Environmental Council, which describes Reynolds’ package as a “small first step,” Fowle also noted that the proposal emphasizes funding for central Iowa, while many of the communities facing the highest year-round nitrate levels fall outside that region.</p>
<p>“Nitrate contamination is a statewide crisis,” Fowle said. “And a statewide crisis demands a statewide solution.”</p>
<p>This article originally appeared in Sentient at <a href="https://sentientmedia.org/fertilizer-pollution-on-the-rise-iowa-will-invest-in-water-treatment/" target="_blank" rel="noopener">https://sentientmedia.org/fertilizer-pollution-on-the-rise-iowa-will-invest-in-water-treatment/</a>.</p>
<p><img decoding="async" id="republication-tracker-tool-source" style="width: 1px; height: 1px;" src="https://sentientmedia.org/?republication-pixel=true&amp;post=51502&amp;ga4=G-2243FCJ5G9" /></p>
<p>&#8212;</p>
<p><em>This story was originally published by <a href="https://sentientmedia.org/fertilizer-pollution-on-the-rise-iowa-will-invest-in-water-treatment/" target="_blank" rel="noopener">Sentient.</a></em></p>
<p style="text-align: center;">***</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" style="background: #f9f9f9; padding: 20px; border-radius: 8px; max-width: 480px; margin: 30px auto; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif;" action="https://goodmenproject.us12.list-manage.com/subscribe/post?u=91dc8a87cd8d7f8ab2f483be8&amp;id=324ba1a3db&amp;f_id=00e040e0f0" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<h3 style="font-size: 22px; margin-bottom: 15px; color: #333;">Subscribe to The Good Men Project Newsletter</h3>
<p><label style="display: block; margin-bottom: 10px; font-size: 15px; color: #333;" for="mce-EMAIL">Email Address <span style="color: red;">*</span></label></p>
<p><input id="mce-EMAIL" class="required email" style="padding: 10px; width: 80%; max-width: 320px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 15px; font-size: 15px;" name="EMAIL" required="" type="email" /></p>
<p><!-- bot prevention --></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_91dc8a87cd8d7f8ab2f483be8_324ba1a3db" type="text" value="" /></div>
<p><button id="mc-embedded-subscribe" style="background-color: #cf2e2e; color: #fff; padding: 12px 30px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer;" name="subscribe" type="submit">Subscribe</button></p>
<div id="mce-responses" class="clear">
<div id="mce-error-response" class="response" style="display: none; color: red; margin-top: 12px;"></div>
<div id="mce-success-response" class="response" style="display: none; color: green; margin-top: 12px;"></div>
</div>
</form>
</div>
<p><!-- Mailchimp validation script --><br />
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><br />
<script type="text/javascript">
(function($) {
  window.fnames = []; 
  window.ftypes = []; 
  fnames[0]='EMAIL'; ftypes[0]='email';
})(jQuery); 
var $mcj = jQuery.noConflict(true);
</script></p>
<hr />
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&#8212;</p>
<p><em>Photo credit: <a href="https://unsplash.com/photos/calm-body-of-water-near-tall-trees-during-daytime-FkNzeOnsA0g" target="_blank" rel="noopener">unsplash</a></em></p>
<p>The post <a href="https://goodmenproject.com/featured-content/with-fertilizer-pollution-on-the-rise-iowa-will-invest-100-million-in-water-treatment/">With Fertilizer Pollution on the Rise, Iowa Will Invest $100 Million in Water Treatment</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/with-fertilizer-pollution-on-the-rise-iowa-will-invest-100-million-in-water-treatment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Facing Financial Pressure, Rural Hospitals Adapt to Survive</title>
		<link>https://goodmenproject.com/featured-content/facing-financial-pressure-rural-hospitals-adapt-to-survive/</link>
					<comments>https://goodmenproject.com/featured-content/facing-financial-pressure-rural-hospitals-adapt-to-survive/#respond</comments>
		
		<dc:creator><![CDATA[Oklahoma Watch]]></dc:creator>
		<pubDate>Sat, 16 May 2026 03:30:17 +0000</pubDate>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Social Justice]]></category>
		<category><![CDATA[Adapt]]></category>
		<category><![CDATA[Facing]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[hospitals]]></category>
		<category><![CDATA[pressure]]></category>
		<category><![CDATA[rural]]></category>
		<category><![CDATA[survive]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1119761</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Rural hospitals, administrators say, are not just evolving — they are racing to keep up with a system that is changing around them.</p>
<p>The post <a href="https://goodmenproject.com/featured-content/facing-financial-pressure-rural-hospitals-adapt-to-survive/">Facing Financial Pressure, Rural Hospitals Adapt to Survive</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/2026_0421_1DX28598-scaled-1-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>By <a href="https://oklahomawatch.org/author/stephen-martin/" target="_blank" rel="noopener">Stephen Martin</a></p>
<p><iframe loading="lazy" class="perfmatters-lazy entered pmloaded" title="Everlit Audio Player" src="https://everlit.audio/embeds/artl_NKDzNiYoOvP?st=mini&amp;client=wp&amp;client_version=3.1.5" width="100%" height="136px" frameborder="0" allowfullscreen="allowfullscreen" data-src="https://everlit.audio/embeds/artl_NKDzNiYoOvP?st=mini&amp;client=wp&amp;client_version=3.1.5" data-ll-status="loaded"></iframe></p>
<p>Kim McGuire had already spent nearly two weeks at St. Anthony Hospital in Oklahoma City when a hospital case manager delivered the news: her insurance would not cover a transfer to a rehabilitation facility.</p>
<p>She still needed wound care. She still needed physical therapy. But there was nowhere for her to go.</p>
<p>Then, someone mentioned a small hospital in Stroud.</p>
<p>“I mean, it really sounded too good to be true,” her husband, Mike McGuire, said.</p>
<p>By Tuesday, Kim McGuire had been transferred.</p>
<p>Fifty days into her hospitalization, the couple says they found something they didn’t expect in a rural hospital: time, attention and a level of care they say goes beyond what they had experienced elsewhere.</p>
<p>“It’s phenomenal, the way we’ve been treated here,” Mike McGuire said.</p>
<p>Cases like McGuire’s highlight a growing gap in the healthcare system — one that rural hospitals are increasingly stepping in to fill. Patients who no longer need acute hospital care but aren’t ready to go home often struggle to find placement in traditional rehabilitation facilities.</p>
<p>At some rural hospitals, that gap has become an opportunity and, in some cases, a lifeline.</p>
<p><strong>Reinventing the rural hospital</strong></p>
<p>At the hospital in Stroud, operated by Rural Wellness, Inc., that role is central to the business model.</p>
<figure class="wp-block-image aligncenter size-large"><img decoding="async" class="wp-image-758951" src="https://oklahomawatch.org/wp-content/uploads/2026/05/2026_0421_1DX11831-600x400.jpg" alt="" /><figcaption class="wp-element-caption">A staff member carries a meal tray through a patient care hallway at Rural Wellness Stroud hospital on April 21, 2026. (Brent Fuchs/Oklahoma Watch)</figcaption></figure>
<p>Administrator Angelia Sylsberry describes a category of patients who fall between levels of care: too sick for home, not appropriate for long-term nursing facilities, and not eligible for higher-level rehabilitation programs.</p>
<p>“They’re in limbo,” she said.</p>
<p>The solution is a program known as “swing bed,” which allows hospitals to use inpatient beds for post-acute care. Patients typically stay longer than traditional hospital admissions, receiving therapy, wound care and medical oversight as they recover.</p>
<p>At Stroud, that model has become dominant. Most patients are in swing bed care, with stays averaging around three weeks.</p>
<p>The hospital draws patients from across the region — Oklahoma City, Tulsa and surrounding communities — effectively serving as a step-down facility for larger hospitals.</p>
<p>It’s a different kind of rural hospital: not just a place for emergency care, but part of a broader system managing patient flow.</p>
<p>But Sylsberry is clear that this didn’t happen overnight.</p>
<p>To support that model, the hospital has added services over time as a deliberate, long-term strategy to increase both the complexity of patients it can treat and the number of people it can serve.</p>
<p>Today, about 90% of the hospital’s 25 beds are used for swing-bed patients, reflecting a fundamental shift in how the facility operates.</p>
<p>The approach has also become central to its financial survival.</p>
<p>“When you only have two or three patients in the hospital, your overhead is still high — you’re losing money,” Sylsberry said. “As your census grows and those service lines grow, then you start gaining.”</p>
<p>Without those services, she said, the hospital would likely revert to what it was a decade ago when it was a small facility with limited patients, reduced staff and fewer resources.</p>
<p>More broadly, she sees the model as part of a necessary shift for rural healthcare.</p>
<p>“If a community loses their hospital, there goes their community,” Sylsberry said. “Industry won’t come in without a hospital. You just see that decline.”</p>
<p>Looking ahead, she said rural hospitals will need to continue expanding services — whether through swing-bed programs, outpatient care or visiting specialists — to remain viable in a system where funding pressures and staffing shortages are likely to intensify.</p>
<p>“It’s a strategic long-term plan,” she said, requiring investment in staff, equipment and training before the hospital could take on more complex cases.</p>
<p><strong>Not one model, but many</strong></p>
<p>While the hospital in Stroud has leaned heavily into post-acute care, other rural hospitals are adapting in different ways.</p>
<p>Just 10 miles south of the Oklahoma border, Ochiltree General Hospital in Perryton, Texas, has expanded its swing-bed program and added services such as rehabilitation and visiting specialists, drawing patients from across a broader region, including Oklahoma.</p>
<p>Community outreach director Amie Marrufo said those additions do more than expand care — they change how residents think about the hospital.</p>
<p>“If they’re going to drive past your hospital, that’s not helpful,” she said. “If they think you don’t do something, they won’t come back.”</p>
<p>The hospital also brings in specialists from larger cities on a rotating basis, allowing patients to receive surgery and follow-up care locally instead of traveling.</p>
<p>In Sulphur, a different approach has taken hold.</p>
<p>There, the hospital has focused on core services — emergency care, primary care and basic diagnostics — supported by its designation as a critical access hospital, which provides cost-based reimbursement through Medicare.</p>
<p>Jared Chanski, chief executive officer of Preferred Management Corp., which provides administrative and management support to the Arbuckle Memorial Hospital in Sulphur and several rural hospitals in Texas, said the biggest challenge for rural facilities is simple: volume.</p>
<p>“Rural areas just don’t have the volume to generate income the way urban systems do,” he said.</p>
<p>Instead, survival depends on controlling costs, focusing on essential services and, increasingly, working with outside partners to handle administrative and financial functions.</p>
<p>For some systems, the solution is scale.</p>
<p>Ozarks Community Hospital in Arkansas operates a network of clinics across rural Missouri and Arkansas, feeding patients into its hospital for specialized care while also receiving transfers from larger hospitals for swing bed rehabilitation. Until recently it also operated a clinic in Jay, Oklahoma.</p>
<p>But even with that network, administrator Scott Taylor said the math remains difficult.</p>
<p>The system recorded its highest revenue year recently, he said, but still operated at a loss.</p>
<p><strong>The financial squeeze</strong></p>
<p>Even as some rural hospitals are finding ways to adapt, the financial pressures driving those changes are intensifying.</p>
<p>Hospitals across Oklahoma are bracing for significant reductions in Medicaid funding, a program that plays an outsized role in rural health care. Oklahoma hospitals are projected to lose about $6.7 billion in Medicaid reimbursements over the next decade due to federal policy changes, according to the Oklahoma Hospital Association, with rural hospitals expected to be among the hardest hit.</p>
<p>That matters because rural hospitals rely more heavily on Medicaid and Medicare than their urban counterparts. Many are already operating with negative margins and depend on supplemental payments to stay afloat, said Rich Rasmussen, president of the Oklahoma Hospital Association.</p>
<p>“Today is the high-water mark,” Rasmussen said, warning that the financial strain will deepen as cuts take effect.</p>
<p>At the same time, administrators say the growing use of Medicare Advantage plans has introduced additional challenges, including delays, denials and lower reimbursement rates, further complicating an already fragile funding model.</p>
<p>Rural hospitals face a structural disadvantage: they serve smaller populations but carry many of the same fixed costs as larger facilities. When reimbursements fall, Rasmussen said, those hospitals have fewer options to absorb the losses, often forcing difficult decisions about which services to maintain and which to cut.</p>
<p>Some are already reducing or eliminating high-cost departments such as obstetrics or inpatient care. Others are shifting toward outpatient services, telehealth and regional partnerships as they attempt to adjust.</p>
<p>More than half of Oklahoma’s rural hospitals are considered at risk of closure, according to health care analysts, and nationally, hundreds of rural facilities face similar threats.</p>
<p>Health care leaders say the result is a fundamental shift in how rural hospitals must operate.</p>
<p>“They will have to redefine what their mission is,” Rasmussen said.</p>
<p>Beyond access to care, the consequences extend into the broader economy. Rural hospitals are often among the largest employers in their communities, supporting local jobs and serving as anchors for economic activity. Cuts to Medicaid funding could lead to job losses, reduced economic output and further population decline in already vulnerable areas.</p>
<p>Lawmakers have created a $50 billion rural health fund aimed at supporting new care delivery models, including technology and workforce innovations. But hospital leaders say those efforts are unlikely to offset the scale of the financial pressures.</p>
<p>“It does not stabilize hospitals. Not at all,” Rasmussen said.</p>
<p>Even where adaptation is possible, administrators say it comes with limits.</p>
<p>Rural hospitals must contend not only with reimbursement pressures but also with structural challenges in volume, said Chanski. Many reimbursement models assume patient volumes that simply do not exist in smaller communities.</p>
<p>In that environment, he said, standing still is not an option.</p>
<p>“For those that stagnate, they will struggle,” Chanski said.</p>
<p>At Newman Memorial Hospital in Shattuck, Chief Executive Officer Tom Vasko said those pressures are already reshaping how care is delivered.</p>
<p>“The financial pressures tied to Medicaid and Medicare aren’t incremental,” Vasko said. “They’re structural.”</p>
<p>His hospital has responded by expanding services — adding surgical capabilities, specialty care and a broader clinic network — in an effort to keep care local and sustain operations. But even that approach has limits.</p>
<p>“Grant-based and short-term funding mechanisms are not a substitute for sustainable reimbursement,” Vasko said.</p>
<p>Taken together, hospital leaders say the changes reflect a system under strain and one where adaptation is necessary but not always sufficient.</p>
<p><strong>Rural hospitals as part of larger systems</strong></p>
<p>Some rural hospitals have been absorbed into larger, urban-based health systems, becoming part of networks that aim to keep routine care local while shifting more complex cases to regional hubs.</p>
<p>At Integris Health, that approach is built around treating rural hospitals as community anchors, said Aaron Steffens, the system’s chief strategy officer. The goal is to preserve local access and identity while providing resources that standalone facilities often cannot sustain.</p>
<p>“A rural hospital inside a larger system can offer things a standalone facility simply can’t,” Steffens said, citing shared technology, clinical resources, administrative support and access to specialists.</p>
<p>Under that model, routine and urgent care — including emergency services, primary care, imaging and basic surgery — remains local, while higher-complexity cases such as cardiac procedures, neurosurgery and advanced cancer treatment are referred to larger facilities in Oklahoma City.</p>
<p>“The principle is simple: right care, right place,” Steffens said.</p>
<p>Patient flow between those facilities is coordinated through a centralized transfer system, with an emphasis on continuity of care. After receiving specialized treatment in urban hospitals, patients are often transferred back to their home communities for follow-up care.</p>
<p>“It’s not a hand-off so much as a handshake,” Steffens said, describing the coordination between rural and urban teams.</p>
<p>Post-acute services such as swing beds and rehabilitation also play a key role in that system, allowing patients to recover closer to home while easing pressure on larger hospitals.</p>
<p>Even large systems face the same pressures affecting rural healthcare more broadly. Steffens pointed to tight margins, workforce shortages and the fixed costs of maintaining services such as emergency care in low-volume areas.</p>
<p>Looking ahead, he said rural hospitals may increasingly function as community-based health centers focused on primary care, chronic disease management and prevention, supported by telehealth and centralized resources.</p>
<p>But those networks are also under increasing financial strain. Integris Health officials have said the system expects an annual revenue loss of roughly $130 million tied to reductions in</p>
<p>Medicaid and Medicare funding, prompting clinic closures, service line cuts and workforce reductions across the state. In a statement, the organization said the changes are necessary to remain a “forever” health system — a reflection of the difficult tradeoffs large providers now face in maintaining access while adjusting to shrinking revenue.</p>
<p><strong>Closures and their consequences</strong></p>
<p>Not every rural hospital has been able to adapt before financial pressures forced a shutdown.</p>
<p>In Clinton, the city’s <a href="https://oklahomawatch.org/2023/02/01/how-a-southwest-oklahoma-town-lost-its-hospital-and-is-scrambling-to-get-it-back/" target="_blank" rel="noreferrer noopener">hospital closed</a> at the end of 2022 after its private operator withdrew following years of shrinking services. It later reopened under public control with fewer services and a reduced footprint.</p>
<p>In Pauls Valley, the hospital closed again in early 2025, less than four years after it reopened. The facility struggled with ongoing financial losses, and a decades-old decision not to convert to critical access status limited its reimbursement options.</p>
<p>In Stilwell, where the hospital shut down in 2025, residents remain without nearby emergency care, traveling roughly 30 miles to reach the nearest facilities.</p>
<p>“It’s terrible that we don’t have a hospital,” Mayor Jean Ann Wright said.</p>
<p>Local officials in several communities have explored converting facilities to rural emergency hospital models, which focus on emergency and outpatient services while relying on larger systems for inpatient care.</p>
<p><strong>A system in transition</strong></p>
<p>Taken together, the changes point to a broader shift in rural healthcare.</p>
<p>Hospitals are no longer trying to be all things to all patients. Instead, they are redefining their roles — as rehabilitation centers, outpatient hubs, regional partners or integrated systems of clinics and specialty care.</p>
<p>Some are finding ways to adapt.</p>
<p>Others have already closed.</p>
<p>And even those that are expanding say the underlying financial pressures remain unresolved.</p>
<p>Rural hospitals, administrators say, are not just evolving — they are racing to keep up with a system that is changing around them.</p>
<p>This <a href="https://oklahomawatch.org/2026/05/04/facing-financial-pressure-rural-hospitals-adapt-to-survive/" target="_blank" rel="noopener">article</a> first appeared on <a href="https://oklahomawatch.org" target="_blank" rel="noopener">Oklahoma Watch</a> and is republished here under a <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<img decoding="async" style="width: 1em; height: 1em; margin-left: 10px;" src="https://i0.wp.com/oklahomawatch.org/wp-content/uploads/2019/10/okwatch-icon.png?fit=150%2C150&amp;ssl=1" /></p>
<p><img decoding="async" id="republication-tracker-tool-source" style="width: 1px; height: 1px;" src="https://oklahomawatch.org/?republication-pixel=true&amp;post=758946&amp;ga4=G-6G6K9FYSH8" /><script> PARSELY = { autotrack: false, onload: function() { PARSELY.beacon.trackPageView({ url: "https://oklahomawatch.org/2026/05/04/facing-financial-pressure-rural-hospitals-adapt-to-survive/", urlref: window.location.href }); } } </script> <script id="parsely-cfg" src="//cdn.parsely.com/keys/oklahomawatch.org/p.js" target="_blank" rel="noopener"></script></p>
<p>&#8212;</p>
<p>“<a href="https://oklahomawatch.org/2026/05/04/facing-financial-pressure-rural-hospitals-adapt-to-survive/" target="_blank" rel="noopener">Oklahoma Watch</a>, at <em><a href="https://oklahomawatch.org/" target="_blank" rel="noopener">oklahomawatch.org</a>,</em> is a nonprofit, nonpartisan news organization that covers public-policy issues facing the state.” with <a href="http://creativecommons.org/licenses/by-nd/4.0/" target="_blank" rel="noopener"><em>Creative Commons License</em></a></p>
<p style="text-align: center;">***</p>
<h4></h4>
<hr />
<h2>Join The Good Men Project as a Premium Member today.</h2>
<p>All Premium Members get to view The Good Men Project with NO ADS. <strong> <a href="https://goodmenproject.com/registration" target="_blank" rel="noopener">A complete list of benefits is here</a>.</strong></p>
<p>&#8212;</p>
<p>Photo credit: Mike McGuire talks with his wife, Kim McGuire, during her stay at Rural Wellness Stroud hospital in Stroud on April 21, 2026. It&#8217;s one of several rural hospitals finding ways to adapt and avoid closure. (Brent Fuchs/Oklahoma Watch)</p>
<p>The post <a href="https://goodmenproject.com/featured-content/facing-financial-pressure-rural-hospitals-adapt-to-survive/">Facing Financial Pressure, Rural Hospitals Adapt to Survive</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/facing-financial-pressure-rural-hospitals-adapt-to-survive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Is the MeetMyAge Dating Platform Safe?</title>
		<link>https://goodmenproject.com/dating-2/is-the-meetmyage-dating-platform-safe/</link>
					<comments>https://goodmenproject.com/dating-2/is-the-meetmyage-dating-platform-safe/#respond</comments>
		
		<dc:creator><![CDATA[Evelina Brown]]></dc:creator>
		<pubDate>Sat, 16 May 2026 03:15:17 +0000</pubDate>
				<category><![CDATA[Dating]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1122029</guid>

					<description><![CDATA[<p><img width="800" height="450" src="https://goodmenproject.com/wp-content/uploads/2026/05/Meet-My-age-e1778898871888.png" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" />&#8212; I spent a long time on the sidelines when it came to online dating. After my divorce at 58, the idea of putting myself out there on some website was terrifying and a little intimidating. A friend kept mentioning MeetMyAge, saying it was built specifically for people our age. I brushed it off, but eventually,&#8230;</p>
<p>The post <a href="https://goodmenproject.com/dating-2/is-the-meetmyage-dating-platform-safe/">Is the MeetMyAge Dating Platform Safe?</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="450" src="https://goodmenproject.com/wp-content/uploads/2026/05/Meet-My-age-e1778898871888.png" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" /><p>&#8212;</p>
<p>I spent a long time on the sidelines when it came to online dating. After my divorce at 58, the idea of putting myself out there on some website was terrifying and a little intimidating. A friend kept mentioning MeetMyAge, saying it was built specifically for people our age. I brushed it off, but eventually, after about a year of &#8220;I&#8217;ll think about it,&#8221; I signed up. Partly out of curiosity, partly out of loneliness.</p>
<p>My biggest concern wasn&#8217;t whether I&#8217;d meet someone great. It was simpler than that. I wanted to know whether the platform was truly safe. Broadly speaking, is dating app safe for someone like me who doesn&#8217;t live on his phone and doesn&#8217;t know all the red flags to watch for?</p>
<p>After using MeetMyAge for some time, I’m ready to talk about my experience.</p>
<h2>Is Online Dating Safe for Adults 50+ in 2026?</h2>
<p>This is the question I searched for the most before creating my profile. Based on what I found, it depends on the platform.</p>
<p>Online dating safety has genuinely improved over the past few years. Most reputable platforms now use ID checks, photo verification, and behavioral monitoring to weed out dishonest users. Still, certain risks exist. Scammers, fake profiles, and people who aren&#8217;t who they claim to be are a real part of the landscape.</p>
<p>For adults over 50, the concern tends to feel sharper. We didn&#8217;t grow up with this stuff. We&#8217;re sometimes less familiar with how romance scams work, and statistically, older adults are targeted more often. Fortunately, modern dating platforms take security seriously. The question is whether the app you&#8217;re using is doing its job. Some platforms rely almost entirely on user reports. Others have dedicated moderation teams, automated fraud detection, and fast response systems working around the clock.</p>
<p>Dating platform safety isn&#8217;t something you should just assume. It&#8217;s something worth checking before you share your photo, your name, or start a conversation with a stranger. I did that research. Here&#8217;s what I found about <a href="https://meetmyage.com/" target="_blank" rel="noopener"><u>MeetMyAge</u></a> specifically.</p>
<h2>Is MeetMyAge Safe to Use?</h2>
<p><img decoding="async" class="alignnone size-large wp-image-1122032" src="https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use-1024x576.jpg" alt="" width="740" height="416" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use-1024x576.jpg 1024w, https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use-300x169.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use-768x432.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use-1536x864.jpg 1536w, https://goodmenproject.com/wp-content/uploads/2026/05/safe-to-use.jpg 2048w" sizes="(max-width: 740px) 100vw, 740px" /></p>
<p>In short, it is safer than I expected. When I started poking around and reading up on how MeetMyAge handles safety, I was genuinely surprised. The platform doesn’t slap a &#8220;verified&#8221; badge on profiles and calls it a day. The dating platform safety infrastructure is properly layered.</p>
<ul>
<li><b></b><strong><b>Active profile moderation</b></strong>. I read that in 2025, MeetMyAge <em><i>blocked 400,000 profiles</i></em>for policy violations. Plus, in just the first quarter of 2026, they&#8217;d already caught <em><i>176,000 more</i></em>. Those are big numbers, and they suggest the system is running effectively.</li>
<li><b></b><strong><b>Meticulous photo review</b></strong>. It is mind-blowing statistics, but over the past year, the platform moderated <em><i>2 million photos</i></em>. Of those, <em><i>480,000 were removed</i></em>. They only allow real, verified photos of actual people. I believe this is a well-justified policy. I don’t want to waste time on users who aren’t ready to be honest with me from the first time. Mature adults deserve the truth when it comes to relationships.</li>
<li><b></b><strong><b>Top-notch fraud detection</b></strong>. Another fact that amazed me is that in 2026 alone, anti-fraud systems flagged <em><i>280,000 accounts</i></em><em><i>,</i></em>and <em><i>200,000 were banned</i></em>. The remaining 80,000 were reviewed and confirmed as legitimate. I appreciate that they&#8217;re not just banning everyone who raises a flag. They take a closer look at doubtful data and properly analyze it.</li>
<li><b></b><strong><b>Users can report suspicious profiles directly</b></strong>. I actually tried reporting a profile once. There was a woman who seemed way too pleasing and rather quickly asked for my phone number. I wasn&#8217;t sure anything would come of it, but the MeetMyAge team reviewed it and got back to me quicker than I expected. It is so good to know that someone on the other side pays attention.</li>
</ul>
<p>&nbsp;</p>
<p>So, are dating sites safe? There is no universal answer. On MeetMyAge, safety is the core of the dating environment, and I say that based on my experience.</p>
<h2>How Does MeetMyAge Verify Users?</h2>
<p>You have a few options. The easiest route is connecting through <strong><em><b><i>Google</i></b></em></strong><strong><b> </b></strong>or<strong><b> </b></strong><strong><em><b><i>Facebook</i></b></em></strong>. If you go that way, your account gets verified automatically, and the platform can pull in basic profile info like your age and existing photos directly from those accounts. It&#8217;s very quick. If you sign up with <strong><em><b><i>email </i></b></em></strong>instead, MeetMyAge still runs you through internal verification steps. It takes a bit longer.</p>
<p>Beyond the signup process, the platform keeps watching. If the system picks up on suspicious behavior, e.g., mismatched ages in photos or multiple accounts linked to the same person, the moderation team reaches out and asks for ID confirmation. That&#8217;s a meaningful extra step. My friends used other platforms and said nothing similar ever happened there.</p>
<p>And every photo that gets uploaded goes through a review. MeetMyAge only accepts photos of real people. If you upload a stock image, a cartoon, or something that doesn&#8217;t check out, it gets removed. This matters more than people realize, as fake profile photos are one of the most common entry points for scammers on dating apps. I’m so glad that MeetMyAge actively screens them.</p>
<h2>How Does MeetMyAge Fight Catfishing and Fake Profiles?</h2>
<p><img decoding="async" class="alignnone size-large wp-image-1122031" src="https://goodmenproject.com/wp-content/uploads/2026/05/catfishing-1024x576.jpg" alt="" width="740" height="416" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/catfishing-1024x576.jpg 1024w, https://goodmenproject.com/wp-content/uploads/2026/05/catfishing-300x169.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/catfishing-768x432.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/catfishing-1536x864.jpg 1536w, https://goodmenproject.com/wp-content/uploads/2026/05/catfishing.jpg 2048w" sizes="(max-width: 740px) 100vw, 740px" /></p>
<p>Catfishing worries many mature adults. It worried me too. The idea of spending weeks talking to someone who turns out to be completely fake, or worse, someone running a financial scam, is a well-understood fear.</p>
<p>MeetMyAge dating platform tackles this on multiple levels. For starters, there&#8217;s <em><i>automated monitoring</i></em> running in the background the whole time. The system picks up on sketchy behavior before most users even notice it.</p>
<p>Then there&#8217;s you. If a profile gives you a weird feeling, you can <em><i>report it</i></em>. The <em><i>photo screening</i></em> is another helpful feature. You can&#8217;t just pull a random picture off Google and build a fake profile around it. Those get caught during the review process, which kills a lot of catfishing attempts before they even get started.</p>
<p>If someone is confirmed as a fake, they&#8217;re gone for good. I like such an approach because a short ban means nothing to someone running a scam. A permanent one does.</p>
<h2>What Happens When You Report a Suspicious Profile?</h2>
<p>My mate tried many dating apps and told me that reporting someone there is like shouting into a void. You hit the button, get an automated &#8220;thanks for letting us know,&#8221; and never hear another word. You don&#8217;t know if anything happened and if the person is still out there talking to other users.</p>
<p>MeetMyAge does it differently. When you report a profile, the team reviews it, and they communicate the outcome back to you. You find out what happened. This is especially important for modern elders who may be less confident in their reading of a situation. When you&#8217;re 58 and not sure if someone is being genuinely friendly or running a script, knowing that a report is taken seriously gives you the confidence to act on your instincts.</p>
<p>It also means the platform builds trust over time. When users know their reports lead to real outcomes, they&#8217;re more likely to flag problems early. Thus, the whole community becomes safer.</p>
<h3>How Fast Does MeetMyAge Respond to Complaints?</h3>
<p>MeetMyAge&#8217;s numbers here are genuinely strong. The average response time to a reported profile is 6 minutes. The median is under 3 minutes. Half of all reports are reviewed in less than three minutes. Based on my experience, it really works this way.</p>
<p>I didn’t receive an automated email confirmation. They truly checked my query and sent me a custom answer tackling my problem. So, when anyone asks me now, “How safe are dating apps?”, I respond that I can vouch only for MeetMyAge, because I’ve used it and know how security features work here.</p>
<h3>Smart Habits Every User Should Build on Dating Apps</h3>
<p>Even on a well-moderated platform, your own habits matter. Here&#8217;s what I&#8217;d tell any friend over 50 who&#8217;s thinking about online dating:</p>
<ul>
<li><b></b><strong><b>Don&#8217;t share personal contact info too fast. </b></strong>A phone number, home address, or workplace shouldn&#8217;t come up in the first few conversations. If someone pushes for it early, that&#8217;s worth paying attention to.</li>
<li><b></b><strong><b>Use a video call before meeting in person. </b></strong>It doesn&#8217;t have to be long or formal. Even a five-minute call confirms the person looks like their photos and is who they say they are. This one step eliminates huge risks.</li>
<li><b></b><strong><b>Be skeptical of any money conversation. </b></strong>No matter how personal and sincere the connection seems, if someone you haven&#8217;t met in person starts asking for financial help, for any reason, treat it as a red flag. This is the most common pattern in romance scams targeting adults over 50.</li>
<li><b></b><strong><b>Trust your gut. </b></strong>If something feels scripted, rushed, or too good to be true, slow down. Ask more questions. Step back. You&#8217;re allowed to be cautious.</li>
<li><b></b><strong><b>Report anything that seems strange. </b></strong>On MeetMyAge, especially, those reports actually go to human moderators. You&#8217;re not just protecting yourself, but also safeguarding the next person that profile may contact.</li>
<li><b></b><strong><b>Meet in a public place first.</b></strong> You can choose your favorite café, a park, or just a place with people around. Let someone you trust know where you&#8217;re going, who you&#8217;re meeting, and when you expect to be back. It takes two minutes,and it matters.</li>
</ul>
<p>&nbsp;</p>
<p>After a few months on MeetMyAge, my overall read is this. No dating platform is risk-free, but this one works at full tilt to protect the 50+ community. The verification process is profound, and the moderation process is transparent. Moreover, the response time to complaints is genuinely fast.</p>
<p><img decoding="async" class="alignnone size-large wp-image-1122030" src="https://goodmenproject.com/wp-content/uploads/2026/05/connections-1024x576.jpg" alt="" width="740" height="416" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/connections-1024x576.jpg 1024w, https://goodmenproject.com/wp-content/uploads/2026/05/connections-300x169.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/connections-768x432.jpg 768w, https://goodmenproject.com/wp-content/uploads/2026/05/connections-1536x864.jpg 1536w, https://goodmenproject.com/wp-content/uploads/2026/05/connections.jpg 2048w" sizes="(max-width: 740px) 100vw, 740px" /></p>
<p>For anyone over 50 wondering whether to take the leap into online dating, this platform can be a great option. With a little common sense and the right habits, it&#8217;s a genuinely safe place to start looking for connection again.</p>
<p>And yes, I did meet someone. That&#8217;s a story for another time.</p>
<p>&#8212;</p>
<h6><span data-sheets-root="1">This content is brought to you by Evelina Brown</span></h6>
<h6>Photos provided by Evelina Brown.</h6>
<p>The post <a href="https://goodmenproject.com/dating-2/is-the-meetmyage-dating-platform-safe/">Is the MeetMyAge Dating Platform Safe?</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/dating-2/is-the-meetmyage-dating-platform-safe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 Daily Responsibilities of Managers</title>
		<link>https://goodmenproject.com/featured-content/5-daily-responsibilities-of-managers/</link>
					<comments>https://goodmenproject.com/featured-content/5-daily-responsibilities-of-managers/#respond</comments>
		
		<dc:creator><![CDATA[Leadership Freak]]></dc:creator>
		<pubDate>Sat, 16 May 2026 03:00:33 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[daily]]></category>
		<category><![CDATA[horizons]]></category>
		<category><![CDATA[Lead]]></category>
		<category><![CDATA[leaders]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[managers]]></category>
		<category><![CDATA[responsibilities]]></category>
		<guid isPermaLink="false">https://goodmenproject.com/?p=1119796</guid>

					<description><![CDATA[<p><img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" />Leadership asks, “Where?” Management asks, “How?”</p>
<p>The post <a href="https://goodmenproject.com/featured-content/5-daily-responsibilities-of-managers/">5 Daily Responsibilities of Managers</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="800" height="500" src="https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash.jpg" class="attachment-featured-img size-featured-img wp-post-image" alt="" style="align:centre; margin-bottom:40px; height: 300px; width: 600px;" decoding="async" srcset="https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash.jpg 800w, https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash-300x188.jpg 300w, https://goodmenproject.com/wp-content/uploads/2026/05/towfiqu-barbhuiya-B0q9AkKV6Mk-unsplash-768x480.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /><p>&nbsp;</p>
<p>Managers lead. Leaders manage. But they have different horizons. Management leans into the present. Leadership into the future.</p>
<p>Leadership asks, “Where?” Management asks, “How?”</p>
<p>Managers succeed when they fulfill five responsibilities.</p>
<h2>5 Daily Responsibilities of Managers</h2>
<p>The responsibilities of managers center on people.</p>
<h3>#1. Define and focus on what matters now.</h3>
<p>The delivery of value requires the elimination of irrelevant behaviors. Distraction isn’t a nuisance. It’s an enemy that crushes organizations.</p>
<p>Never dance with distraction – defeat it with focus.</p>
<h3>#2. Develop and maximize talent through coaching.</h3>
<p>Management delivers results through people.</p>
<p>Coaching enables ownership, fulfillment, energy, and learning.</p>
<p>Read: <a href="https://leadershipfreak.blog/2015/03/18/seven-ways-coaching-managers-get-things-done/" target="_blank" rel="noopener">Seven Ways Coaching-Managers Get Things Done</a></p>
<h3>#3. Get out of the way while staying connected.</h3>
<ol>
<li>Connect with top performers.</li>
<li>Connect with under-utilized contributors.</li>
<li>Avoid urgent trivialities.</li>
<li>Help people tweak their own work. Don’t meddle.</li>
<li>Honor behaviors that align with values.</li>
<li>Walk around.</li>
<li>Say thank you everywhere.</li>
</ol>
<h3>#4. Smooth the path to achievement.</h3>
<p>Managers minimize friction.</p>
<ol>
<li>Eliminate duplication of effort.</li>
<li>Minimize paperwork.</li>
<li>Create systems that strengthen camaraderie.</li>
</ol>
<p>Make hard work as effective and efficient as possible. First, do what matters most. Second, improve the way you do it.</p>
<h3>#5. Lift people out of the weeds.</h3>
<p>Busy people always drift into the weeds.</p>
<ol>
<li>Connect team members to stakeholders.</li>
<li>Explain the big picture.</li>
<li>Narrow scope.</li>
<li>Focus on solutions.</li>
<li>Ask, “What matters now?”</li>
</ol>
<p><strong>Bonus:</strong> Deal with issues others avoid. Others are waiting for you to call out the elephant in the room.</p>
<p>Management succeeds when people know what matters, why it matters, and how to succeed.</p>
<p>Clarity turns effort into achievement.</p>
<p><strong>What’s on your list of daily responsibilities of managers?</strong></p>
<p><a href="https://leadershipfreak.blog/2025/08/06/top-7-frustrations-of-middle-managers/" target="_blank" rel="noopener">Top 7 Frustrations of Middle Managers</a></p>
<p><a href="https://careerhub.sunyempire.edu/blog/2024/10/08/what-are-the-duties-and-responsibilities-of-a-manager/" target="_blank" rel="noopener">What Are the Duties and Responsibilities of a Manager?</a></p>
<p>&#8212;</p>
<p><em><a href="https://leadershipfreak.blog/2026/03/19/5-daily-responsibilities-of-managers/" target="_blank" rel="noopener">Previously Published</a> on leadershipfreak with <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="noopener">Creative Commons License</a></em></p>
<h3 style="text-align: center;"><span style="color: #993300;">***</span></h3>
<p>At The Good Men Project, we are glad to share selected work from <a href="https://leadershipfreak.blog/">Leadership Freak</a>, a publication focused on leadership, workplace relationships, communication, and the everyday habits that shape how people work together. We do not believe the workplace is a separate sphere from the rest of life. The way people lead, listen, praise, correct, and share power at work affects families, mental health, dignity, and the wider culture people carry home with them at the end of the day.</p>
<p>That is one reason this kind of writing matters to us. Reimagining masculinity also means reimagining work: what we reward, what we normalize, what we ask people to sacrifice, and whether leadership is measured by control or by care. We are interested in workplaces where people are treated equitably, where leadership is more humane and less performative, and where success does not automatically require giving away your health, your relationships, or your sense of security. Advice on leadership may seem small compared with those larger goals, but culture often changes through repeated daily behavior. How people treat one another in ordinary moments matters. It matters a lot.</p>
<hr />
<p style="text-align: center;"><a href="https://goodmenproject.com/registration"><img decoding="async" class="aligncenter size-full wp-image-519177" src="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg" alt="" width="470" height="103" srcset="https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member.jpg 470w, https://goodmenproject.com/wp-content/uploads/2019/10/Escape-from-the-Man-Box-Premium-Member-300x66.jpg 300w" sizes="(max-width: 470px) 100vw, 470px" /></a></p>
<h3 style="text-align: center;">If you believe in the work we are doing here at The Good Men Project, please join us as a Premium Member today.</h3>
<p style="text-align: center;">All Premium Members get to view The Good Men Project with NO ADS.</p>
<p style="text-align: center;">Need more info? <strong><a href="https://goodmenproject.com/registration/">A complete list of benefits is here</a>.</strong></p>
<hr />
<p>&nbsp;</p>
<h3><span style="color: #993300;">There are many ways to support <em data-start="2029" data-end="2051">The Good Men Project</em>’s mission.</span> You can join us on <a href="https://goodmenproject.substack.com/">Substack</a>, become a <a href="https://goodmenproject.com/">Premium Member</a>, and follow our broader conversations about work, relationships, leadership, identity, and how to build a more humane culture. We also work with authors, agencies, brands, and sponsors through our author amplification and paid guest post programs. <span style="color: #993300;">For more information, email info@goodmenproject.com.</span></h3>
<p>&#8212;</p>
<p>Photo credit: <a href="https://unsplash.com/photos/a-man-in-a-suit-writing-on-a-tablet-B0q9AkKV6Mk" target="_blank" rel="noopener">unsplash</a></p>
<p>The post <a href="https://goodmenproject.com/featured-content/5-daily-responsibilities-of-managers/">5 Daily Responsibilities of Managers</a> appeared first on <a href="https://goodmenproject.com">The Good Men Project</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://goodmenproject.com/featured-content/5-daily-responsibilities-of-managers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
