<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 03 Jun 2026 13:31:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Student arrested at South Broward High School after allegedly running through metal detectors]]></title><link>https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</guid><dc:creator><![CDATA[Amanda Batchelor, Saira Anwer]]></dc:creator><description><![CDATA[A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.]]></description><pubDate>Mon, 01 Jun 2026 13:26:18 +0000</pubDate><content:encoded><![CDATA[<p>A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.</p><p>According to Hollywood police, officers responded to the school, located at 1901 N Federal Highway, following a “security concern.”</p><p>Police later confirmed that a student had been detained and all students and staff members were safe. </p><p>According to a couple of seniors at the school who spoke with Local 10, a fellow student was going through security but didn’t want to be patted down so he ran into the school.</p><p>They said the campus was placed on lockdown as officers searched for the student. </p><p>“I was just coming here to pick up my cap and gown because I’m a senior and all and there was police everywhere and I was like, ‘What’s going on everybody?’” Jada Harris said. “I’m standing right there and then the kid -- he jumped over that gate exactly, trying to walk it off all cool, but they got him. They made sure they got him.”</p><p>Police said the lockdown has since been lifted and the school day resumed as normal. </p><p>They confirmed the student was arrested on a charge of disruption of a school function. </p><p><b>BCPS released the following statement after the incident:</b></p><p><i>“This morning, a student ran through the school’s metal detector screening area. In response, staff immediately activated their panic button, which initiated a lockdown. The District’s safety protocols worked as designed, and law enforcement responded promptly to assist. We appreciate the quick actions of our staff and the support of our law enforcement partners in helping ensure the safety and security of our students and employees</i>."</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>“Right now, a lot of people across South Florida are feeling the pressure of everyday expenses, and even something as routine as filling up the gas tank can create real stress,” said Richard Shaw, Tropical Financial Credit Union President &amp; CEO. “We wanted to do something simple but meaningful to help lighten the load, which is why we partnered with Local 10 on this gas card giveaway.” </p><p>All you have to do to sign up is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p>“Even a little relief can make a difference, and we want people to know we’re here for them,” added Shaw.</p><p><b>June 1 winners:</b></p><ul><li>Bernard Hardge</li><li>Dawn Cochran</li><li>Alicia Gomez</li><li>Nathaniel Jackson</li><li>Carolina Guerrero</li></ul><p><b>June 2 winners:</b></p><ul><li>Carol Burns</li><li>Raul Sobrino</li><li>Erik Von Dyck</li><li>Imani Scott</li><li>Karol Geimer</li></ul><p><b>June 3 winners:</b></p><ul><li>Judson Walker</li><li>Michelle Galanter</li><li>Alain Perez</li><li>Tywana Greene</li><li>Noris Milian-Carpintero</li></ul><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Lahn's win in GOP primary for Iowa governor is a setback for Trump that could signal MAHA strength]]></title><link>https://www.local10.com/news/politics/2026/06/03/lahns-win-in-gop-primary-for-iowa-governor-is-a-setback-for-trump-that-could-signal-maha-strength/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/lahns-win-in-gop-primary-for-iowa-governor-is-a-setback-for-trump-that-could-signal-maha-strength/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT and ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Businessman Zach Lahn's win in Iowa’s Republican gubernatorial primary over President Donald Trump’s pick, Rep. Randy Feenstra, delivered a rare electoral setback for Trump in a primary season that had previously handed him back-to-back victories.]]></description><pubDate>Wed, 03 Jun 2026 13:04:01 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Businessman Zach Lahn's win in Iowa’s Republican gubernatorial primary over President Donald Trump’s pick, Rep. Randy Feenstra, delivered a rare electoral setback for Trump in a primary season that had previously handed him back-to-back victories.</p><p>The narrow upset Tuesday revealed cracks in Trump's coalition in the deep-red state, encouraging Democrats who are hopeful they can flip control of the governor's office this year. It also marked a potential breakthrough moment for the Make America Healthy Again movement, which has clashed with the Trump administration over its embrace of pesticides and backed Lahn's message in favor of regenerative farming and against large agricultural corporations.</p><p>“I will take on the big ag cartels. I will break up their monopolies, and I will get Iowa farmers a fair deal," Lahn said in his victory speech late Tuesday.</p><p>Members of the MAHA movement, a diverse coalition of supporters of Health Secretary Robert F. Kennedy Jr. with priorities ranging from ending vaccine mandates to promoting healthy soil and organic food, cheered the win as a sign their political message was resonating with voters.</p><p>“This election is a signal that pro-pesticide does not mean pro-farmer,” said Tony Lyons, the president of the Kennedy-aligned MAHA PAC, which endorsed Lahn. “Zach Lahn made transitioning away from toxic chemicals the cornerstone of his campaign and won this election decisively with strong farmer support.”</p><p>Lahn, little known before his run, carved out a MAHA fandom</p><p>Lahn, a farmer and former conservative political director, was relatively unknown in Iowa until he launched his campaign in November. During his campaign, he championed policies that appealed to Iowa's conservative grassroots supporters, like a total ban on abortion and keeping liberal ideology out of school classrooms.</p><p>Lahn, who owns an investment company and lives on a farm in eastern Iowa that had been in his family for a century, capitalized on activists’ skepticism toward Feenstra, criticizing him for not showing up to debate his primary opponents and spending limited time on the campaign trail.</p><p>But he also carved out a niche in the MAHA movement, vocally rebuking the consolidation of farmland in the hands of corporate owners and acknowledging health concerns involving farms and poor water quality.</p><p>Iowa, an agricultural stronghold, has a powerful farm lobby that has opposed mandatory rules about curbing chemicals in water. But dangerously polluted drinking water has become an increasingly urgent issue as runoff from farmland has caused surging nitrate levels that have required expensive filtration in Des Moines, the state's capital city.</p><p>Lahn said in a debate in May that water treatment system upgrades were a “Band-Aid.” He said his goal as governor would be to “decrease the nitrate load in the water in the future so we have less stress on that system.”</p><p>In recent months, activists in the MAHA movement loudly backed Lahn as they grew increasingly impatient with the Trump administration and its Environmental Protection Agency for actions they view as antithetical to making America healthier.</p><p>Earlier this year, they revolted after Trump issued an executive order aimed at boosting the production of a controversial herbicide ingredient known as glyphosate. They also organized a protest at the Supreme Court in April to protest glyphosate producer Monsanto's Trump-backed effort to shield itself from lawsuits.</p><p>Lahn has opposed liability shields for pesticide companies. He leaned into campaign points tied to those issues during his primary victory speech Tuesday night.</p><p>“Iowa has the fastest growing cancer rate in the world,” Lahn said. “We all know something is terribly wrong. But too many politicians from Washington, D.C., to Des Moines have had their heads stuck in the sand while big ag and big pharma printed money. This will not go on when I’m governor.”</p><p>MAHA figures reacted to Lahn's victory by cheering it as their own.</p><p>“MAHA has done its job proving it’s politically radioactive to stand with chemicals over children,” Turning Point USA podcaster Alex Clark said on social media. “Iowa knows pesticides are causing cancer which is exploding in their state. Tonight they opted for change.”</p><p>A setback for Trump after repeated victories</p><p>Trump had stayed quiet on Iowa's gubernatorial race until last week, when he praised Feenstra as “MAGA all the way” and said he would “fight tirelessly” for the state on issues including the economy, border security and support of law enforcement.</p><p>The power of the president's endorsement had been proven earlier in the primary season, when it helped defeat two senators — John Cornyn of Texas and Bill Cassidy of Louisiana — and Rep. Thomas Massie of Kentucky.</p><p>But Feenstra's loss marks a setback for the president, and it creates an opening Democrats are sure to try to seize.</p><p>State Auditor Rob Sand, the lone Democrat currently holding statewide office, is the party’s nominee for governor. Unopposed in the primary, Sand has been able to hone his moderate message, remind voters of his rural upbringing and amass an $18 million campaign fund.</p><p>Feenstra conceded his race to Lahn on Tuesday, signaling he was open to joining forces for the good of the party. He said he called Lahn to tell him to “carry the torch.” Lahn, looking ahead to November in his victory speech, indicated he'd campaign against Sand with a traditional conservative talking point.</p><p>“Rob Sand wants you to believe he’s a moderate,” he said. "We’ve seen this movie before.”</p><p>___</p><p>Swenson reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYA6BOUQAIDMKKRWS7IJXPRXFU.jpg?auth=24e8cc2b7968b8396b99ddf5811a97a28cbf8f9af31d9740d53ccec3fbb0d988&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Randy Feenstra, R-Iowa, talks with Eric Branstad, right, as he campaigns for the Republican nomination for governor during a rally with local residents, Wednesday, May 27, 2026, in West Des Moines, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WJP3YEQV3CXG52ZOQCPPGVXQQ.jpg?auth=a162cca444eabbed125ac920cd47c2be1288ad7befc315907c6d115296302a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iowa democratic gubernatorial candidate Rob Sand speaks to media after voting on primary Election Day, Tuesday, June 2, 2026, in Des Moines, Iowa. (AP Photo/Bryon Houlgrave)]]></media:description><media:credit role="author" scheme="urn:ebu">Bryon Houlgrave</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUENMU32YA4BQQMFMVKEPCM6EI.jpg?auth=42d2c88c87a8d43934266e6d22d18d57d987075c2d9042db2fbd3e63e28ca940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a Cabinet meeting at the White House, Wednesday, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Report: Disruption of Mideast energy supplies into next year would slam global economy]]></title><link>https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</guid><dc:creator><![CDATA[By DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.</p><p>Hardest hit would be Asian economies that depend on crude oil, fuel and natural gas from the Persian Gulf, supplies that have been largely choked off by the closure of the Strait of Hormuz due to the risk of Iranian attack. And poorer countries where people spend more of their incomes on fuel and food would also be severely affected, the OECD said.</p><p>But the consequences of sharply higher energy prices and inflation would be felt around the world. Global growth would slump to levels not seen except for major setbacks like the COVID-19 pandemic and the global financial crisis and recession of the late 2000s. Under the OECD's prolonged disruption scenario, global growth slows from 3.4% last year to 2.1% this year and 1.8% in 2027, potentially pushing some economies into or close to recession.</p><p>Under a different OECD scenario for a time-limited disruption, in which energy production and shipments from the Gulf start to return to pre-war levels in the middle of this year, growth would slow to 2.8% this year and rebound to 3.1% next year.</p><p>“The global economy entered 2026 with robust momentum, but the outlook has weakened significantly since the start of the conflict in the Middle East, with effects likely to be felt for some time," OECD Secretary-General Mathias Cormann said. “The longer the disruptions last, the larger the economic and social costs become.”</p><p>Cormann warned that government spending aimed at relieving energy costs needed to be aimed at those most in need and temporary, to avoid running up excess government debt and preserving incentives to save energy.</p><p>Despite repeated outbreaks of violence, a declared ceasefire in the war between the US and Iran remains officially in place. The ongoing risk to shipping however means that traffic through the Strait of Hormuz has dwindled to a trickle, down more than 90% compared to before the war. That has disrupted about a fifth of the world's supplies of crude oil and fuel products as well as of natural gas.</p><p>The OECD report follows a UN study warning that higher energy prices will impact almost billion people in poorer countries and small island states that depend on imported fuel, forcing tradeoffs between covering energy bills and investing in essential public services. More than 30% of people in those countries already live below the extreme poverty line, defined as living on $3 or less a day.</p><p>The OECD is an international intergovernmental organization and policy forum of 38 democracies with market-based economies, headquartered in Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXFHCYV5WZSNM72HKQD5JTTZGM.jpg?auth=303b948efffa18ad72e655c6228dd8d865ca56b3c2923c7dbca0b240920a326f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand next to a vendor's cart on the beach as cargo ships and offshore service vessels are anchored in the Strait of Hormuz, off Bandar Abbas, Iran, Sunday, May 31, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2PJWHIXC5BQWKVNYZBXFNGPM.jpg?auth=06060b31eeb77dcddee5cc8f1db5d46da405d15d0eb8b39c69e4772d34733793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo at the entrance of the Organisation for Economic Co-operation and Development (OECD) headquarters in Paris, France, Wednesday, June 7, 2017. (AP Photo/Francois Mori, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWRV44RQYOWGSRTVTLNB3DFAIA.jpg?auth=fcc311c0504afdffdb6b5c4674aa4b32600c6fe0e6473ca5ff4c2e0f5928c1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk on the shoreline as people wade in the water in the Strait of Hormuz, where cargo and service vessels are anchored off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump keeps immunity from tax probes while scrapping $1.8 billion compensation fund]]></title><link>https://www.local10.com/news/2026/06/03/the-latest-trump-keeps-immunity-from-tax-probes-while-scrapping-18-billion-compensation-fund/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/the-latest-trump-keeps-immunity-from-tax-probes-while-scrapping-18-billion-compensation-fund/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Trump administration is scrapping plans for a $1.8 billion fund to compensate the Republican president's allies, Acting Attorney General Todd Blanche said after a fierce political backlash threatened to stall key elements of the White House agenda. But Blanche said they're sticking with a deal to permanently drop tax claims against President Donald Trump, an extraordinary flex of executive power that could help shield the president from further examination of his finances and legal conduct.]]></description><pubDate>Wed, 03 Jun 2026 12:39:29 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration is scrapping plans for a $1.8 billion fund to compensate the Republican president's allies, Acting Attorney General Todd Blanche said after a fierce political backlash threatened to stall key elements of the White House agenda. But Blanche said they're sticking with a deal to permanently drop tax claims against President Donald Trump, an extraordinary flex of executive power that could help shield the president from further examination of his finances and legal conduct.</p><p>Most of the GOP primary challengers Trump has endorsed as he culls his party of politicians deemed insufficiently loyal have been successful, knocking off incumbents in Indiana, Louisiana, Kentucky and Texas, but in a setback Tuesday night, he couldn't lift Rep. Randy Feenstra to victory in Iowa’s Republican primary for governor, setting up what Democrats see as one of their best opportunities to pick up a governorship this year. See other AP coverage of Tuesday's primary results here.</p><p>The Latest:</p><p>Trump’s Education Department is backing away from addressing civil rights for Black students</p><p>For generations, the federal government enforced civil rights laws with an eye toward remedying historic, systemic discrimination against Black people and other people of color. The Justice Department pressed schools to desegregate. The Education Department worked to promote equal opportunity and held schools accountable for racial bias.</p><p>But under the Trump administration, efforts to address deep-rooted inequities for students of color are being cast as discriminatory against white students. Programs that have long withstood legal scrutiny are now quick to be deemed “ illegal DEI ” — diversity, equity and inclusion — by the White House. Schools that do not comply have faced threats to their funding, and in some cases, lost federal grants.</p><p>Civil rights attorneys describe the administration’s actions as a complete inversion of legal history.</p><p>The U.S. government has opened investigations or joined litigation over a wide range of efforts to address racial inequality. The Justice Department is investigating programs to increase the number of teachers of color in Rhode Island and Iowa. And grants to districts to train teachers or recruit school mental health workers have been discontinued for mentions of diversity in recruitment.</p><p>▶ Read more</p><p>Trump signs an executive order that invites vetting of top AI models for national security risks</p><p>Trump signed an executive order on oversight of artificial intelligence Tuesday, less than two weeks after postponing a White House ceremony over his concerns that a similar policy could dull America’s technological edge.</p><p>The order establishes a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release. Participation by AI developers would be voluntary, the order says.</p><p>“Advanced AI capabilities make our Nation stronger, but also introduce new national security considerations that require coordinated action across executive departments and agencies,” the order says.</p><p>It was not immediately clear to what extent the order differed from the one Trump declined to sign on May 21.</p><p>The order says the government would have only 30 days to review an AI system, a shorter time frame than some in the industry were expecting. A longer time period might have been seen as too burdensome for a fast-moving and highly competitive industry.</p><p>▶ Read more</p><p>US says it plans extra tariffs of 10% or more for most trading partners after forced labor probe</p><p>The Trump administration is proposing that tariffs of 10% or more be imposed on products from dozens of major trading partners following a probe into imports of goods allegedly made with forced labor.</p><p>The report released early Wednesday by the U.S. Trade Representative said Canada, Mexico, Taiwan and the United Kingdom and some other countries and territories would face 10% additional tariffs for allegedly failing to enforce a forced labor import ban.</p><p>A 12.5% additional tariff would be imposed on China, Japan, India, South Korea, Brazil and Switzerland and dozens of other countries.</p><p>“The failure of our most important trading partners to address the importation of goods made with forced labor is unacceptable. This creates a dynamic where American workers are forced to compete globally on an unlevel playing field,” USTR Ambassador Jamieson Greer said in a statement.</p><p>He added that “each of our trading partners must do more to ensure that trade does not perversely encourage and entrench forced labor globally.”</p><p>The USTR said failure to prevent such imports is “unreasonable and burdens or restricts U.S. commerce.”</p><p>▶ Read more</p><p>Trump administration is scrapping $1.8B fund meant to compensate president’s allies, Blanche says</p><p>The Trump administration is scrapping plans for a $1.8 billion fund that would have compensated allies of the Republican president, the Justice Department’s top official said Tuesday in retreating from a program that faced a fierce political backlash that had threatened to stall key elements of the White House agenda.</p><p>“We are not moving forward with the fund, period,” Acting Attorney General Todd Blanche said in response to questions at a House hearing on the Justice Department budget.</p><p>“Not moving forward ever?” asked Rep. Grace Meng, a New York Democrat.</p><p>“Correct,” Blanche answered.</p><p>The blunt declaration marked an extraordinary and rare Trump administration turnabout in the face of mounting political opposition to a fund that officials said was meant to compensate people who believe they have been improperly targeted by the criminal justice system. Since the establishment of the fund two weeks ago, it’s been paused by a judge and lambasted by Democrats and Republicans alike, who said they were troubled by a lack of oversight and the potential for payouts to participants in the violent Jan. 6, 2021, riot at the U.S. Capitol.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXM4KKT6JMEKQCPZKUTJ366YEI.jpg?auth=195578c45f0f1d4bae412ab65f0d7224a24e6bdde250612c8c1d9ffdd62186c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A giant portrait of President Donald Trump looks down from the Justice Department in Washington, Tuesday, June 2, 2026. The Justice Department said it would comply with a court order pausing the implementation of a $1.776 billion settlement fund designed to compensate President Donald Trump's political allies after GOP senators revolted. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CMOJ4FD2V7DUPSGEEXOJGSG64.jpg?auth=c93e7303ba6666e7a08c112ed1c2ad1871446e2df902ff7079b6a3144058e370&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump stands on stage after receiving the FIFA Peace Prize during the draw for the 2026 soccer World Cup at the Kennedy Center in Washington, Dec. 5, 2025. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQBGBMN4TBDLWO3X44D2IXXVQQ.jpg?auth=52062535d7bc7a5498af2d43abc5c9d0ef552ff05985080d774b7ba39b7c8d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., talks to reporters about Democratic efforts to push back on President Donald Trump's policies, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[The Revolutionary War's chief villain is being rehabilitated — just in time for America's 250th]]></title><link>https://www.local10.com/news/national/2026/06/03/the-revolutionary-wars-chief-villain-is-being-rehabilitated-just-in-time-for-americas-250th/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/03/the-revolutionary-wars-chief-villain-is-being-rehabilitated-just-in-time-for-americas-250th/</guid><dc:creator><![CDATA[By LAURIE KELLMAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — “Mad” King George III — the villain of “Hamilton,” “Schoolhouse Rock” and the Revolutionary War — has undergone a makeover in time for America's 250th birthday.]]></description><pubDate>Wed, 03 Jun 2026 12:33:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — “Mad” King George III — the villain of “Hamilton,” “Schoolhouse Rock” and the Revolutionary War — has undergone a makeover in time for America's 250th birthday.</p><p>He's been known in the United States for centuries as the English ruler who lost the American colonies. You might remember him as the maniacal monarch from the Broadway musical or the subject of the 1990s play and film, “ The Madness of King George.” Americans of a certain age would recall him as the tyrant who taxed them without consent in the song, “ No More Kings."</p><p>Except the runup to the Revolutionary War didn't happen quite that way — a point worth noting in this age of disinformation, misinformation and “alternative facts.” In George's time, Parliament approved laws and taxes, as it does now. And that list of 27 complaints against the king in the Declaration of Independence? Mostly “wartime propaganda,” according to British historian Andrew Roberts, who says all but two crumble under scrutiny.</p><p>Historians now generally agree: George was not mentally ill during the Revolution.</p><p>“Truth became the first casualty of the American War of Independence, as it is in most wars," Roberts wrote in his 2021 biography, “The Last King of America.” “The American Revolution is a testament not to George III's tyranny, which was fictitious, but to Americans' yearning for autonomy.”</p><p>America's backstory, as told by the Founders, is up for review</p><p>The American origin story is rooted in the notion that George III was its vanquished villain, an irrational tyrant who oppressed the American colonists. Scholars began pushing back against that narrative before the United States' bicentennial, with the Prince of Wales writing a spicy rebuttal in 1972.</p><p>“If the average schoolchild remembers anything about history after leaving school, he will remember that George III was mad,” that prince, now King Charles III, wrote in the foreword to a biography on his five-times great grandfather. “If he is American as well then madness is often given as a reason for the 'irrational' behavior of the King toward the Colonists, making it necessary for them to declare independence."</p><p>Perhaps, he closed, "Americans will soon come to see the true George III without bias and traditionally held opinions."</p><p>George inherited the throne from his grandfather in 1760, at age 22, and with it an empire that stretched from England into North America and to Asia. He saw himself not merely as England's ruler but the father of his subjects — duty-bound to be their role model. In family and British life, he emphasized order, integrity and an Enlightenment-era curiosity about art, books and the natural world.</p><p>George was, like every British king since, a constitutional monarch — meaning that he had influence and selected the prime minister, but Cabinet members and the House of Commons passed laws and budgets. George's job was to assent to the policies passed by Parliament. So it can be argued that he went along with what the colonists saw as Britain's oppressive and coercive policies, such as the Stamp Act of 1765, the first direct tax on the colonies.</p><p>The future founders condemned the move and popularized the war cry, “No taxation without representation.” As Britain saw it, the members of Parliament represented the colonies. The colonists argued that they were represented by their elected colonial assemblies, which already taxed them. After they imposed damaging boycotts on British goods, Parliament repealed the Stamp Act in 1766 — but followed that same day with an act saying the British Parliament could legislate for the colonies.</p><p>In the decade that followed, relations soured. Not helping was Parliament's passage of the Tea Act in 1773, to which revolutionaries responded by dumping tea into Boston Harbor. That shocked George, who the next year approved Parliament's acts designed to rein in Massachusetts' ability to govern itself.</p><p>The Continental Congress met and petitioned the king, as “your majesty’s faithful subjects,” for relief. George stood with Parliament.</p><p>In April 1775, the “shot heard ’round the world” rang out from a clash between militiamen and British troops in Lexington and Concord, launching what Brits widely call the American War of Independence — the Revolutionary War.</p><p>George III’s archives went public in 2015 — and fueled a shift on “the king’s malady”</p><p>Queen Elizabeth II released the uncatalogued Georgian Papers, 280,000 from the period held at Windsor Castle, and later put them online as part of a five-year project to digitize the records. What emerged was a detailed reappraisal of a monarch who kept charts, lists, letters, speeches and notes — including dates and the time of his writings — tracking a long list of administrivia: crop yields, botany, land management, household stores and expenses and closely tracked the politics in Parliament.</p><p>But the 2015 archives released something else: more detail on medical notes, including doctors orders, treatment reports, observations by others of George's behavior during his illnesses. Those raised questions on the cause of what historians had called “the king's malady.”</p><p>The long-accepted theory that George suffered from porphyria, a physiological metabolic disorder, was wrong, Roberts wrote in 2021. His analysis of 100,000 Georgian documents and 21st-century medical research pointed to bipolar affective disorder Type 1 — defined in part by at least one severe manic episode. George had been known to suffer extended bouts of mania after 1788.</p><p>As America turns 250, George's story is told differently — even in America</p><p>Dig into the American Revolution in 2026 and you won't find much, if any, suggestion that George was "mad" during the war years. If anything, the story during the semiquincentennial casts George as more of a whole person than the tyrant depicted in the ad hominem complaints peppered throughout the Declaration of Independence.</p><p>The Library of Congress' exhibit is titled, “The Two Georges,” the king and George Washington, “Parallel lives in an age of Revolution.”</p><p>And the first gallery in the Museum of the American Revolution in Philadelphia is begins 15 years before the Revolution, when Americans had great affection for George III and showed it by posting royal symbols on items ranging from drinking vessels to fire backs and a royal coat of arms that probably hung in the city's courthouse.</p><p>“We make the point that he was literally called ‘the king of liberty’ in popular culture, said R. Scott Stephenson, the museum's president and CEO. "This was not a despot in anyone's minds.”</p><p>Charles name-drops George III during his speech to Congress</p><p>On April 29, Elizabeth's son, King Charles III, twice name-dropped George III from the rostrum at the heart of American democracy. First, he endorsed the “Tale of Two Georges” theme, noting that George III was his five-times great grandfather.</p><p>“King George never set foot in America,” he said lightheartedly, “and, please rest assured, I am not here as part of some cunning rear-guard action.”</p><p>None of the modern-day patriots in his audience — elected members of Congress whose forebears rejected the rule of George III — batted an eye or booed.</p><p>That night, Charles invoked his ancestry by name again at a White House state dinner in a further celebration of America's 250th birthday. “As the direct descendant of King George III,” Charles said, “I know this is a nation that never gives up.”</p><p>That's true of some Americans and the narratives they prefer, according to Roberts. Asked whether his findings took hold in the American psyche, he responded by email: “Nothing will dislodge the Americans from their desire to see GIII as an evil dictator.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63IMLUY55GPPST5JB4OFLSMQDI.jpg?auth=aeb750e5fba9651b430d93a8c2872417193d5b84035de2c748d545828eedde8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Museum of the American Revolution shows a 3D version of King George III’s coronation portrait in a gallery at the Museum of the American Revolution in Philadelphia. (Ardon Bar-Hama/Museum of the American Revolution via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ardon Bar-Hama</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/732USR7OOFXNMEZUEHBODPMTEI.jpg?auth=d5b6c562d7f820976d5386fc04eda665c8351f628f394beb10fe70ae50fc4ece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhode Island state archivist Ashley Selima points to the seal of King George III on a September 1772 proclamation in Providence, R.I., May 24, 2018. (AP Photo/Jennifer McDermott, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer McDermott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJWUG23YABCIBNMHKURRJTBFKQ.jpg?auth=c61d32c474fa3ded4758a7fff4e37fc3d956ea276e91ab2ecf6940f84640d399&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Britain's King Charles III speaks to a joint meeting of Congress in the House Chamber at the U.S. Capitol, April 28, 2026, in Washington. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[New York City's 9/11 memorial fundraises to educate youth with $25 million match from Mike Bloomberg]]></title><link>https://www.local10.com/business/2026/06/03/new-york-citys-911-memorial-fundraises-to-educate-youth-with-25-million-match-from-mike-bloomberg/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/new-york-citys-911-memorial-fundraises-to-educate-youth-with-25-million-match-from-mike-bloomberg/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The 9/11 Memorial and Museum has launched a $75 million fundraising campaign as the nonprofit tries to educate the millions of U.S. youth who don't remember the terror attacks on their upcoming 25th anniversary.]]></description><pubDate>Wed, 03 Jun 2026 12:33:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The 9/11 Memorial and Museum has launched a $75 million fundraising campaign as the nonprofit tries to educate the millions of U.S. youth who don't remember the terror attacks on their upcoming 25th anniversary.</p><p>Boosting The Never Forget Fund's latest appeal, announced Wednesday, is Mike Bloomberg. The former New York City mayor, who has rallied hundreds of millions of dollars toward the 9/11 Memorial and Museum as its chair, pledged to match the next $25 million in donations through his Bloomberg Philanthropies. Organizers already secured the first $25 million through unspecified initial gifts.</p><p>Officials count about 97 million memorial visitors and nearly 28 million museum attendees since they opened in 2014 at the site where hijacked jetliners destroyed the World Trade Center's twin towers in lower Manhattan. But recent years have seen a budget crisis following pandemic closures and interest from the Trump administration in taking control of the site.</p><p>Beth Hillman, the organization's president and CEO, says they need a permanent funding source to reach the roughly 100 million Americans born after the attacks. The goal is to frame the aftermath as one that inspired selfless acts of service and provide basic facts through new on-site exhibits and classroom materials.</p><p>“The ongoing importance of remembering 9/11 is to remind people that they can come together even in the face of incredible loss,” Hillman told the Associated Press.</p><p>The legacy of the Sept. 11, 2001 attacks that killed nearly 3,000 people remains hotly contested. Younger generations have only ever known the existence of airport screenings, immigration enforcement officers and other security measures pursued afterwards by the U.S. government. Many engage with the events through popular memes of the photograph showing then-President George W. Bush learning about the developments. Conspiracy theories abound about what government officials knew in their leadup.</p><p>Also debated is the notion of unity advanced by the memorial and museum. The Sept. 11 attacks fueled 20 years of war abroad that grew increasingly unpopular as the death toll rose. Young American Muslims growing up under their shadow have faced hostility, mistrust and suspicion.</p><p>As the 25th anniversary approaches this September, Hillman sees a “compelling story of service, of hope, of resilience, of coming together” for the people who didn't live through that period. Those stories will be told in an exhibit called “In Their Honor." Celebrity chef Bobby Flay, she noted, was among the many chefs who prepared meals for first responders in the months following the attacks. Theater workers brought their lights to power the blacked-out area around ground zero. Victims' family members started social services organizations such as 9/11 Day to inspire volunteering in memory of their lost relatives. They also want to inform more people of the first responders who developed chronic illnesses and still face barriers to care.</p><p>The funds raised by the 9/11 Memorial and Museum will ensure free museum access continues for students, first responders and veterans, according to Hillman, who said “we don't want the price to be a barrier to them.” Standard adult admission currently costs $36. The nonprofit's website notes that it “relies primarily on ticket sales to help fund its operational costs.”</p><p>The organization plans to reach more educators with the funds. As teachers enter the workforce without lived experiences of Sept. 11, Hillman said they want to help prepare lesson plans. The nonprofit runs summer teachers' institutes, offers professional development programs and remakes a 30-minute film each year with firsthand stories.</p><p>Hillman acknowledged a greater “degree of distraction and confusion” today than in the past when it comes to efforts to memorialize recent historical events. She sees a need to give “simple representations of what happened." The March/April issue of The National Council for the Social Studies' magazine, which was guest edited by 9/11 Memorial and Museum staff, features a timeline of the morning of Sept. 11, 2001.</p><p>"9/11 is heavy and compelling and full of inspiring stories,” Hillman said. "But also, just a trusted set of what happened on that day, of materials that can convey the basics of it — that’s the beginning of people learning and starting to understand, too.”</p><p>Alex Edgar, a Gen Z civic leader who is working with a group called Made By Us to amplify youth voices ahead of the United States' 250th birthday, sees value in emphasizing the power of service. His peers, he said, have “never really seen a country that has worked” or one that “really lived up to the promise of America.” He finds that narratives about overcoming division to accomplish shared goals serve as an antidote to the political polarization frequently experienced by young people.</p><p>But he emphasized that those narratives must permeate classroom walls and museum doors.</p><p>“They invite young people to consider what’s preventing us from using any of the issues of our time as a rallying cry for folks to come together across backgrounds to build the type of country, the communities, that we want to live in,” he said.</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73KIM3GC6GVNQNF5GGZORSHKHM.jpg?auth=31217916da85c1d2c72ff1c3f2eb8ac5ba8921bdd110c882350ccc78a2d87059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ainsley, right, and Sarah Jurccak place a flower in the name of a relative during a ceremony to mark the 24th anniversary of the 9/11 attacks, Sept. 11, 2025, in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIDOBPKDNKPNDQ77JFZHI5EZX4.jpg?auth=171251b9e31098084d45cd58c61605c48e4a1aaab4ac198295a6c7299b8397db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors peek into the museum at the 9/11 Museum and Memorial, April 29, 2021, in New York. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IWG55O6XEV4CCTPZASCIXGGNU.jpg?auth=4a39441cf4d6c9b6c5577249fb939882edf081dd0bf75dd94f995ef825bde6c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, former New York City Mayor Michael Bloomberg, Britain's King Charles III, Queen Camilla and Elizabeth Hillman, president and CEO of the National 9/11 Memorial an Museum, visit the 9/11 Memorial, April 29, 2026, in New York. (AP Photo/Yuki Iwamura, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Inside Malik Meets, the book club rewriting book clubs ]]></title><link>https://www.local10.com/features/2026/06/02/what-connects-us-inside-malik-meets-the-book-club-rewriting-book-clubs/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/02/what-connects-us-inside-malik-meets-the-book-club-rewriting-book-clubs/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[What started as a few friends swapping book recommendations has become one of South Florida’s most diverse social communities.]]></description><pubDate>Wed, 03 Jun 2026 00:07:47 +0000</pubDate><content:encoded><![CDATA[<p>What started as a few friends swapping book recommendations has become one of South Florida’s most diverse social communities.</p><p>It’s part book club, part social club — and proof that a shared story can bring strangers together.</p><p>Founder Maalik Nelson launched <a href="https://maalikmeets.com/" target="_blank" rel="noreferrer" title="https://maalikmeets.com/">Maalik Meets</a> book club <a href="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==" target="_blank" rel="noreferrer" title="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==">on Instagram</a>, inviting friends to read and discuss books together. He started it organically, through his own love of literature.</p><p>“When it started, it just legitimately was like my closest five, six, seven friends. I started to choose more and more intentional books that I thought the community would want,” said Nelson. “The group went from like 10 to 20, then the next month it went from 20 to 30, then 30 to 50 and it continued to grow as the months went on.”</p><p>Currently, the club gathers monthly at <a href="https://dalezineshop.com/" target="_blank" rel="noreferrer" title="https://dalezineshop.com/">Dale’ Zine</a> in Miami’s design district, an independent art bookshop and gallery hosting meetups that also has <a href="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm" target="_blank" rel="noreferrer" title="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm">its own Instagram page</a>.</p><p>Members read the same book, then come together to share perspectives, reactions and interpretations. The format is intentionally simple and the books reflect the times. </p><p>“We all read a book. We all read the same book. You have stuff to say. You don’t need me,” said Nelson. “I let them talk and let them do their thing and then in the middle we have more of a structured discussion.”</p><p>This month’s selection was “Piranesi” by Susanna Clarke. </p><p>For longtime members and first-time visitors alike, the discussion revealed a central truth of the club: no two readers experience the same story the same way.</p><p>“We can read the same book and everybody will get something completely unique out of it and it’s incredible every time cause they will see something that you’ve never seen before,” said club member, Andrew Mendez.</p><p>There’s no professor at the front of the room. No panel. No lecture. Just conversation.</p><p>While books may be the reason people show up every month, they’re often not the reason people come back.</p><p>Maalik Meets has become much more than just a book club. The group hosts cookouts, panel discussions and social gatherings designed to keep connections growing beyond the page.</p><p>In an age driven by likes, followers and algorithms — members say they’re building something more personal. Many show up for the books, but stay for the people.</p><p>Next month’s selection is “Go Tell It on the Mountain” by James Baldwin.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[Brickell condo residents feel unsafe outside building due to constant car accidents]]></title><link>https://www.local10.com/news/local/2026/06/02/brickell-condo-residents-feel-unsafe-outside-building-due-to-constant-car-accidents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/brickell-condo-residents-feel-unsafe-outside-building-due-to-constant-car-accidents/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Residents of a condominium building in Miami’s Brickell neighborhood are upset after a crash outside the building that occurred over the weekend. ]]></description><pubDate>Wed, 03 Jun 2026 01:23:51 +0000</pubDate><content:encoded><![CDATA[<p>Residents of a condominium building in Miami’s Brickell neighborhood are upset after a crash outside the building that occurred over the weekend. </p><p>Andrew Gillman is the general manager of the Echo Brickell Residences, located at 15th Street and Brickell Avenue. </p><p>“I was shocked that it came so close to hitting those girls,” he said of the latest incident. </p><p>Gillman said close calls like Saturday’s crash have been alarmingly common. </p><p>“This is the seventh or eighth time in the last four years,” he said.</p><p>Past incidents include an SUV rolling down the sidewalk in the middle of the night and another car careening and crashing into a palm tree.</p><p>Gillman says a scooter driver also lost control and was killed there several years ago. </p><p>“I don’t feel safe where I’m standing right now,” he said. </p><p>Neighbors are urging city leaders to evaluate the intersection and install barriers to protect pedestrians and the building. </p><p>“We want to resolve this and not have anybody lose a life over this because it hasn’t been addressed,” said resident Michelle Pasko. </p><p>Darrin Gurksy is an attorney for the Brickell Condominium Association. </p><p>“We’ve offered to pay for bollards. We think that would resolve a lot of the issues based upon how this drive comes through over here, and that’s our hope,” he said. “We’ve reached out to the city before, previously, because we’ve had vehicles that have actually driven up our stairs before.”</p><p>Added Pasko: “We have cafes on both corners of our building. There’s mothers with baby carriages and people walking their pets.”</p><p>Miami Commissioner Damian Pardo provided Local 10 News the following statement: </p><p>“Public safety is always our top priority. We received our first direct communication on this matter over the weekend and responded immediately. At this time, we are coordinating a meeting with the residents who reached out so we can better understand their concerns and discuss potential solutions.</p><p>“Any incident that puts pedestrians at risk is concerning, and we are grateful that no one was seriously injured in this crash. We take resident concerns seriously and will continue working with the appropriate city departments, law enforcement, and community stakeholders to evaluate conditions and identify any measures that may improve safety.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Google wants to flood South Florida with millions of mosquitoes ― but these fight disease]]></title><link>https://www.local10.com/news/local/2026/06/02/google-wants-to-flood-south-florida-with-millions-of-mosquitoes-but-these-fight-disease/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/google-wants-to-flood-south-florida-with-millions-of-mosquitoes-but-these-fight-disease/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[They suck blood, spread illness and swarm, and now tech giant Google wants to unleash tens of millions oGoogle offering to help fight mosquitoes in South Florida by unleashing millions that are infected f mosquitoes in Florida and California. ]]></description><pubDate>Tue, 02 Jun 2026 22:24:45 +0000</pubDate><content:encoded><![CDATA[<p>They suck blood, spread illness and swarm, and now tech giant Google wants to unleash tens of millions of mosquitoes in Florida and California. </p><p><a href="https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/">Leer en español</a></p><p>The purpose of the massive release would be to help eradicate disease. </p><p>It’s a program called De Bug that would release male mosquitoes infected with Wolbachia, a naturally occurring bacteria.</p><p>When those males mate with wild females, the eggs won’t hatch, so the population of disease vectors declines.</p><p>The Florida Keys has already been on the front lines of similar mosquito technology. </p><p>This will be the second year using infected mosquitoes in a pilot program.</p><p>Mosquito experts and home service companies like Mosquito Joe said using an arsenal of tools is vital.</p><p>“Mosquitoes are a public health issue,” said Mosquito Joe co-owner Yoel Gutierrez. “They bring Zika, chikungunya, West Nile virus.”</p><p>Officials in Miami-Dade and Broward counties say Google has reached out to them. </p><p>A similar program in 2018 was deemed a success in Miami-Dade County, but it was expensive.</p><p>Google is trying to get approval from the Environmental Protection Agency, which is accepting public comments on the proposal through Friday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A Hong Kong artist tries to mark the Tiananmen crackdown. He was quickly stopped by police]]></title><link>https://www.local10.com/news/world/2026/06/03/a-hong-kong-artist-tries-to-mark-the-tiananmen-crackdown-he-was-quickly-stopped-by-police/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/a-hong-kong-artist-tries-to-mark-the-tiananmen-crackdown-he-was-quickly-stopped-by-police/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A performance artist on Wednesday sought to display a thin red thread in downtown Hong Kong to remember the victims of Beijing’s 1989 Tiananmen Square crackdown, 37 years on from the event. But he was quickly stopped by police, in the latest sign of the city's shrinking freedom of expression.]]></description><pubDate>Wed, 03 Jun 2026 12:09:00 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A performance artist on Wednesday sought to display a thin red thread in downtown Hong Kong to remember the victims of Beijing’s 1989 Tiananmen Square crackdown, 37 years on from the event. But he was quickly stopped by police, in the latest sign of the city's shrinking freedom of expression.</p><p>Sanmu Chen tried to tie the red thread to a street signpost in Causeway Bay, a busy shopping district, close to a park that for decades hosted an annual candlelight vigil on June 4 to mourn the victims of the crackdown that ended student-led protests in Beijing in 1989.</p><p>Hong Kong was for decades the only place in China where a large-scale public commemoration of the crackdown was held. But those once-massive annual vigils were banned in 2020 during the COVID-19 pandemic, and public acts to mark the Tiananmen Square killings have become increasingly sensitive in the city in recent years.</p><p>Chen said his thread was 6.4 meters long, an apparent reference to the June 4 crackdown date.</p><p>Police officers stopped and searched Chen's bag before letting him go free. When asked by a reporter about his gesture with the red thread after his release, Chen said it was meant to express condolences to those who died.</p><p>“It's abnormal when people monitor you when you are saying or doing something,” he told reporters.</p><p>Chen had been detained at least twice on Jun. 3 in recent years. In 2024, he was briefly detained by police after he appeared to write the Chinese characters of “eight nine six four” — a set of numbers referencing the date of the crackdown — with his hand in the air.</p><p>Police also detained Chen on the same day in 2023 around the same area, where he chanted “Hong Kongers, do not be afraid. Don’t forget tomorrow is June 4.”</p><p>As night fell, another artist, Chan Mei-tung, stood outside a nearby department store holding up a question-mark-shaped balloon. Police officers also stopped her quickly and escorted her back to the subway station.</p><p>Under then-leader Deng Xiaoping, the Chinese military was sent to Beijing's Tiananmen Square to end weeks of student-led protests on the night of June 3-4, 1989. Soldiers fired live rounds and hundreds and possibly thousands of people were killed, including dozens of soldiers.</p><p>Annual vigils in Hong Kong's Victoria Park used to attract tens of thousands of people each year until the event was banned in 2020 during the first year of the coronavirus pandemic.</p><p>That was the same year Beijing imposed a national security law in the city following massive anti-government protests in 2019. Since then authorities have increasingly silenced dissent. Many leading activists were arrested and some vocal media outlets shut down. Dozens of civil society groups disbanded, including the one that organized the vigils.</p><p>Three former vigil organizers were charged in 2021 with inciting subversion under the national security law. Two of the former organizers went on trial and are waiting a verdict, possibly in July. If convicted, they face a maximum penalty of 10 years in prison. Their co-defendant entered a guilty plea, which can typically result in a sentence reduction.</p><p>The Hong Kong and Beijing governments said the security law is crucial for the city’s stability. Hong Kong authorities said the law clearly stipulates that human rights shall be respected and protected in safeguarding national security.</p><p>After COVID-19 restrictions were lifted, the former vigil site was occupied instead by a carnival organized by pro-China groups. Some people who tried to commemorate the event near the site on Jun. 4, the crackdown’s anniversary, were detained.</p><p>The five-day carnival began Wednesday. The muted expressions in Hong Kong underlined the decline in civil liberties promised by Beijing when the former British colony returned to Chinese rule in 1997.</p><p>As public commemoration faded in Hong Kong, overseas communities were carrying the torch to keep memories alive by hosting vigils and rallies in places like London and Canada.</p><p>___</p><p>Associated Press video journalist Alice Fung contributed to the report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L5RM2ZQ2X4OBKWJLAK46IRK4YI.jpg?auth=cec303551417755f133469e2ba61a5e17d37a9a1f4b8bf2887e24830665e320c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Sanmu Chen displays a red thread as he performs on the street in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK256RD3QG4CXYTT5U6VXV2TOU.jpg?auth=de3e4827956498bda8fe036bf69de0ae16f17a27af4a1b7109f5445dd4ca9268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stop and search artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VCGWGETITDK3WZ2Z26JMJBQ7Q.jpg?auth=a7a40169e3a183fe55bdcfd4fec18f2afd514a9c8161ab73d88c6414cf965533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers escort artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7LQIA5RPHJKBOVDRO3JQXYID4.jpg?auth=dc5845e630050003f6d10e55b129edcfe180f6107884bff8662cf7df8492fee0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers escort artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YLQSQ2BXQF5VAEUSNSTE2AMBE.jpg?auth=d8c7e23fafef8d4d155b5f31faf5e2dd79380cb76ac48318831ded67518e0c13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Sanmu Chen displays a red thread as he performs on the street in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content></item><item><title><![CDATA[Cops warn of scams after Broward senior sends thousands to crooks promising ‘$7 million and a car’]]></title><link>https://www.local10.com/news/local/2026/06/02/cops-warn-of-scams-after-broward-senior-sends-thousands-to-crooks-promising-7-million-and-a-car/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/cops-warn-of-scams-after-broward-senior-sends-thousands-to-crooks-promising-7-million-and-a-car/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description></description><pubDate>Tue, 02 Jun 2026 21:00:03 +0000</pubDate><content:encoded><![CDATA[<p>Police officers are warning the public to remain vigilant after a South Florida senior was scammed out of thousands of dollars. </p><p><a href="https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/">Leer en español</a></p><p>According to authorities, an 85-year-old Coconut Creek resident received a phone call that she had won a prize.</p><p>“I was supposed to get $7 million and a car,” the victim told officers. </p><p>Police said family members of the victim contacted them after she sent two checks, one for $2,500 and one for $1,000, to alleged scammers in Washington state.</p><p>Then, on Friday, officers had to intervene as the woman was about to send more money to suspected scammers. They found her at a pottery class and stopped her before she could send it.</p><p>“In this particular case, the elderly resident had already completed a series of financial transactions when her family discovered that she was getting ready to pass more money,” said Coconut Creek Police Department Detective Clint Corey. </p><p>Corey had advice for residents who end up being contacted by scammers.</p><p>“Just don’t answer the phone -- force the caller to leave a message,” he said. “And then you can decide how you want to respond, and you can keep more money in your pocket at the end of the day.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Caleb Williams strikes jump-throw pose for Madden NFL 27 cover]]></title><link>https://www.local10.com/sports/2026/06/03/caleb-williams-strikes-jump-throw-pose-for-madden-nfl-27-cover/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/caleb-williams-strikes-jump-throw-pose-for-madden-nfl-27-cover/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Chicago Bears quarterback Caleb Williams was announced Tuesday as EA Sports’ cover athlete for Madden NFL 27.]]></description><pubDate>Wed, 03 Jun 2026 12:06:18 +0000</pubDate><content:encoded><![CDATA[<p>Chicago Bears quarterback Caleb Williams was announced Tuesday as EA Sports’ cover athlete for Madden NFL 27.</p><p>On the standard cover, Williams is depicted in a body position similar to his pivotal, scrambling, fourth-and-8 jump pass to Rome Odunze in a stirring comeback victory over Green Bay in a wild card playoff game on Jan. 10.</p><p>With his arm cocked to throw and his feet spread, Williams appears to soar above a silhouette of the Chicago skyline that is set against a blue backdrop.</p><p>The deluxe edition features a tight shot of Williams with arms crossed over his white game jersey, a dark, night-like background and snow falling around him.</p><p>Being featured on the game's cover is “like my childhood dream was coming true,” Williams said. “I grew up playing Madden and imagining what it would be like to be part of the game."</p><p>Williams and the 2025 Bears became synonymous with late-game theatrics last season, staging more than a handful of comeback victories to go with some dramatic comeback bids that came up just short — including their season-ending playoff loss to the Los Angeles Rams.</p><p>In 17 regular-season games, Williams passed for a franchise-record 3,942 yards with 27 touchdowns and seven interceptions in his second season since being drafted first overall out of Southern California.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63BW5IQOPLXRGL47WCFAPCIZZY.jpg?auth=7acd13d0d52d4f15535c7250eb11448e719f8d09211f754757da92aa99b38f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided EA Sport shows Chicago Bears quarterback Caleb Williams on the cover of the Madden NFL 27 video game. (EA Sports via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IDVWZHBULQVGQWUNQLUBKG4FKY.jpg?auth=2211cc3cf80abdb3a5f67a9cd3949fb35d240b6fc2cf1fc9613a2b689fd14323&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided EA Sport shows Chicago Bears quarterback Caleb Williams on the cover of the Deluxe Edition of the Madden NFL 27 video game. (EA Sports via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NIWRI7TR7PZFONH5PO3B6QVNJI.jpg?auth=a2608b1f54d5a4adfdca6e157b586aef93deb5d5530624947b5103265e25a3e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Bears quarterback Caleb Williams, right, greets running back Kyle Monangai during the NFL football team's practice Thursday, May 28, 2026, in Lake Forest, Ill. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Miami-Dade teacher appears in bond court, to be fired over alleged ‘sexual relationship’ with student ]]></title><link>https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher appeared in bond court Tuesday morning, a day after his arrest.]]></description><pubDate>Tue, 02 Jun 2026 16:13:36 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher appeared in bond court Tuesday morning, a day after his arrest.</p><p><a href="https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, Michael Enriquez, 53,<a href="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/"> had a “sexual relationship” with a student at American Senior High School</a>, which started in May 2025.</p><p>Deputies said Enriquez and the student, who was 17 at the time, went out after school twice last year -- once in May and once in June – at which time they engaged in sex acts together.</p><p>“He’s disgusting,” a student at the school told Local 10 News. “The girl knew what she was doing, but he is a grown man. He knew what he was doing 20 times more -- he’s been there, done that -- it’s all wrong.”</p><p>According to authorities, Enriquez and the victim did not communicate over summer break, but when the new school year began in August 2025, the two resumed their “sexual relationship.”</p><p>Authorities said their final encounter occurred on May 14, 2026, which was the only time they had sexual intercourse.</p><p>The victim was 18 at the time of their final sexual encounter, according to Enriquez’s arrest report.</p><p>Authorities did not disclose how they were alerted to the alleged crimes or how they discovered the dates and details.</p><p>“It’s scary that someone who deals with so many students could be talking to a girl maybe my age or maybe a little older, because we usually trust teachers, we talk to them a lot. We don’t know if the girl was going through something, if she thought that was the only way,” Samira Gonzalez, who is a freshman at the school, said. </p><p>“Definitely as an adult, you should know where to draw the line,” a student named Christopher told Local 10. “You have these young ladies -- they’re probably fearing right now.” </p><p>Enriquez appeared in bond court Tuesday where he was ordered held without bond and ordered to stay away from the victim and from the high school. </p><p>A spokesperson for Miami-Dade County Public Schools confirmed that Enriquez will be fired. </p><blockquote><p><i>“Miami-Dade County Public Schools (M-DCPS) is aware of the arrest of an employee from American Senior High School. Upon learning of the suspected behavior, the Miami-Dade Schools Police Department initiated an investigation, which resulted in his removal from the school site and his subsequent arrest by the Miami-Dade Sheriff’s Office. The type of behavior this individual is accused of will not be tolerated, as it runs contrary to the professional conduct we expect from all employees. The District has initiated employment termination proceedings and will ensure the individual is precluded from seeking future employment with the District. At M-DCPS, the safety and well-being of all students remains our top priority.”</i></p><p class="citation">Miami-Dade County Public Schools</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Florida man attempts to kidnap 74-year-old ex, flees to Hialeah, cops say ]]></title><link>https://www.local10.com/news/local/2026/06/02/florida-man-attempts-to-kidnap-74-year-old-ex-flees-to-hialeah-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/florida-man-attempts-to-kidnap-74-year-old-ex-flees-to-hialeah-cops-say/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[A 64-year-old Florida man is behind bars on accusations of attempting to kidnap his 74-year-old ex-girlfriend, and the incident was all caught on camera.]]></description><pubDate>Tue, 02 Jun 2026 21:05:47 +0000</pubDate><content:encoded><![CDATA[<p>A 64-year-old Florida man is behind bars on accusations that he attempted to kidnap his 74-year-old ex-girlfriend, and the incident was all caught on camera.</p><p><a href="https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/">Leer en español</a></p><p>Jose Zamora is facing a slew of charges, including attempted kidnapping with a firearm.</p><p>Port St. Lucie police said it happened Sunday morning outside the First United Methodist Church on Southwest Prima Vista Boulevard.</p><p>Police said Zamora wanted to talk to the victim and tried to force her into his car at gunpoint.</p><p>“Several witnesses witnessed what was going on and intervened,” said Port St. Lucie Police Chief Leo Niemzyck. “The courage that they displayed helped disarm a very dangerous escalating situation. The suspect did remove a firearm and placed it at the victim’s side and tried to force her into the vehicle.”</p><p>Then, they say Zamora took off and drove to Hialeah.</p><p>The victim felt some pain but did not have any visible marks or bruises, police said. </p><p>According to authorities, the victim lived with Zamora in Hollywood before moving to Fort Pierce together, and by last December she wanted him out of the house because he became aggressive towards her.</p><p>“They had a prior romantic relationship which had ended, and it ended allegedly due to some infidelities,” said Niemzyck. “But he has a significant violent criminal history to include past attempted kidnapping.”</p><p>Police said the victim got a protective injunction against Zamora in March after he was arrested for a weapons violation.</p><p>Niemzyck said those details gave them cause to believe he would have harmed the victim.</p><p>“He’s a convicted felon prevented from having a firearm,” he said. “He’s got a dangerous past. So, the family of his believed that he was a danger to himself as well as her. Actually, he was considered a potential suicide by cop suspect.”</p><p>Investigators said they used license plate readers to track Zamora down.</p><p>He’s currently locked up in the St. Lucie County Jail in Fort Pierce on a bond of $750,000.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[US says it plans extra tariffs of 10% or more for most trading partners after forced labor probe]]></title><link>https://www.local10.com/business/2026/06/03/us-says-it-plans-extra-tariffs-of-10-or-more-for-most-trading-partners-after-forced-labor-probe/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/us-says-it-plans-extra-tariffs-of-10-or-more-for-most-trading-partners-after-forced-labor-probe/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is proposing that tariffs of 10% or more be imposed on products from dozens of major trading partners following a probe into imports of goods allegedly made with forced labor.]]></description><pubDate>Wed, 03 Jun 2026 08:06:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is proposing that tariffs of 10% or more be imposed on products from dozens of major trading partners following a probe into imports of goods allegedly made with forced labor.</p><p>The report released early Wednesday by the U.S. Trade Representative said Canada, Mexico, Taiwan and the United Kingdom and some other countries and territories would face 10% additional tariffs for allegedly failing to enforce a forced labor import ban.</p><p>A 12.5% additional tariff would be imposed on China, Japan, India, South Korea, Brazil and Switzerland and dozens of other countries.</p><p>“The failure of our most important trading partners to address the importation of goods made with forced labor is unacceptable. This creates a dynamic where American workers are forced to compete globally on an unlevel playing field,” USTR Ambassador Jamieson Greer said in a statement.</p><p>He added that “each of our trading partners must do more to ensure that trade does not perversely encourage and entrench forced labor globally.”</p><p>The USTR said failure to prevent such imports is “unreasonable and burdens or restricts U.S. commerce.”</p><p>This latest barrage of tariffs is likely to unsettle key trading partners that have been hit by waves of tariffs since President Donald Trump returned to office early last year.</p><p>Just two weeks ago, the European Union approved a tariff deal with the United States to cap tariffs on most EU exports at 15% following intense debates among the EU’s 27 nations and threats by European lawmakers to block the agreement.</p><p>Trump recently returned from a visit to China, where he and its leader Xi Jinping discussed expanding market access for American businesses in China and increasing Chinese investment into U.S. industries. The two leaders agreed to set up separate boards of trade and investment — though few details were provided.</p><p>A Chinese government spokesperson denied the forced labor allegation and called for resolving economic issues through dialogue, saying a trade war doesn’t serve anyone’s interests.</p><p>“There is no such thing as forced labor in China, and we oppose using it as an excuse to engage in political manipulation,” Foreign Ministry spokesperson Mao Ning said in Beijing.</p><p>The new tariffs would not take effect immediately. They are subject to public comment and review. Public hearings on the proposed duties are due to begin on July 7.</p><p>The investigation into alleged failure to prevent imports of goods allegedly made by forced labor was conducted under Section 301 of the Trade Act of 1974. The strategy would enable Trump to skirt limits on his tariffs imposed by the Supreme Court.</p><p>It found that 60 countries investigated had failed to enforce a prohibition on the importation of goods produced with forced labor.</p><p>The report defined forced labor as “work or service exacted from a person under the menace of any penalty for its nonperformance and for which the worker does not offer himself voluntarily.”</p><p>It cited an estimate by the UN’s International Labor Organization that as of 2021, 27.6 million people were engaged in forced labor.</p><p>Rice imported from Myanmar, tobacco from Malawi, beef from Brazil, and cotton and polysilicon from China were among the many products it said are prone to involving forced labor.</p><p>The U.S. has long said imports of goods that include material from China’s far-western Xinjiang are at risk of using forced labor. Beijing denies allegations of forced labor in the Muslim majority region.</p><p>The Supreme Court ruled in February that Trump had overstepped his authority by using a different law – the International Emergency Economic Powers Act (IEEPA) of 1977 – to impose sweeping tariffs on U.S. trading partners.</p><p>The Trump administration has said it would appeal a federal judge’s order making all companies that paid the duties on those earlier tariffs eligible for refunds.</p><p>Earlier this week, the administration separately proposed 25% tariffs on imports from Brazil, charging that the world’s 10th-biggest economy engages in trade practices that are “unreasonable’’ and that “burden or restrict U.S. commerce.’’</p><p>The USTR said its investigation showed Brazil had lax anti-corruption enforcement and unfair tariffs of its own, among other things.</p><p>In its nearly 100-page report on forced labor, the USTR said that even if a country enforces a ban on forced labor domestically, importing goods made with forced labor violates the rules of fair trade.</p><p>It said some key items would be exempt from the additional tariffs or subject to lower tariffs, including certain textiles, tomatoes, bananas, coffee and some metals.</p><p>___</p><p>AP Business Writer Elaine Kurtenbach contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Chwalinska's remarkable French Open run continues as she beats Kalinskaya to reach semifinals]]></title><link>https://www.local10.com/sports/2026/06/03/chwalinskas-remarkable-french-open-run-continues-as-she-beats-kalinskaya-to-reach-semifinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/chwalinskas-remarkable-french-open-run-continues-as-she-beats-kalinskaya-to-reach-semifinals/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Maja Chwalinska extended her remarkable French Open run by beating No. 22-seeded Anna Kalinskaya 7-6 (3), 6-3 Wednesday to reach the semifinals.]]></description><pubDate>Wed, 03 Jun 2026 12:20:57 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Maja Chwalinska extended her remarkable French Open run by beating No. 22-seeded Anna Kalinskaya 7-6 (3), 6-3 Wednesday to reach the semifinals.</p><p>The unseeded Chwalinska came through three qualifying rounds to become only the second Polish woman to reach the semifinals at Roland Garros, along with four-time champion Iga Swiatek.</p><p>Kalinskaya's wild shot at the net gave Chwalinska a match point and she converted it when Kalinskaya's big forehand from the back of the court went out.</p><p>The 24-year-old Chwalinska put her hand over her mouth and then her face in her hands in near disbelief.</p><p>“I honestly don't know what's going on. Every single match here is kind of crazy for me,” she said. “I was definitely nervous. I'm stressed of course but I try and focus on my job, on my game.”</p><p>Chwalinska had never been beyond the second round at any major before this tournament.</p><p>“I'm playing against the best players in the world," she said. “I won't compare myself to them.”</p><p>Her next opponent will be the winner of Wednesday’s last remaining women’s quarterfinal between top-ranked Aryna Sabalenka, last year’s runner-up, and No. 25 Diana Shnaider.</p><p>Whatever happens next, she has already doubled her career earnings.</p><p>Chwalinska's total prize money before this tournament was $864,030 and reaching the last four here earns her 750,000 euros (about $872,000).</p><p>Windy conditions</p><p>After they traded early breaks of serve amid blustery conditions with the roof open on Court Philippe-Chatrier, Chwalinska led 5-1 until Kalinskaya broke back in the seventh game, having saved a set point, then held for 5-3.</p><p>Kalinskaya saved another set point at 40-30 down in the following game, then used her strong backhand to break a nervous-looking Chwalinska's serve again.</p><p>A fan waved a Poland flag when Chwalinska held in the 11th game to stem Kalinskaya's comeback. The flag was raised again when she won a 25-stroke rally to move 5-3 up in the tiebreaker, and she clinched the first set at the third opportunity when Kalinskaya’s two-handed backhand sailed long.</p><p>“I feel like I was fighting against the wind, against the weather conditions, plus against her. Being lefty, it was very tricky today,” Kalinskaya said. “It was cold today, so the ball was going slower. I couldn’t use my speed, my power. So it definitely was an advantage for her today, for her game style.”</p><p>Chwalinska secured a double break of serve to lead 4-1 in the second set, but dropped her serve when serving for the match at 5-2.</p><p>It made little difference as Kalinskaya’s flagging serve soon gave her another chance.</p><p>Men's matches</p><p>In the two remaining men's quarterfinals, No. 4 Felix Auger-Aliassime took on No. 10 Flavio Cobolli before unseeded Italians Matteo Berrettini and Matteo Arnaldi faced off.</p><p>All of Wednesday's matches were held on Chatrier.</p><p>Second-seeded Alexander Zverev and No. 26 Jakub Mensik won their quarterfinals Tuesday and will meet in the semifinals. ___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBHPOHZUY6APGF4Y7HL6O543VI.jpg?auth=25961d8d2956d40cb1cca525927eeae3960fe28eb5ed2eb07bc39b515fc3722a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's Maja Chwalinska reacts after winning the quarterfinal tennis match against Russia's Anna Kalinskaya at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PCDPGIJAZCQJNTHDKGZFQFN6U.jpg?auth=ee06930215696f6524e4b3bdf1b6fa3a7df7bdfe5c18eafce79ce927a742afa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's Maja Chwalinska reacts after winning the quarterfinal tennis match against Russia's Anna Kalinskaya at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4OQCO5LJOY54USK5FHV27K6JY.jpg?auth=7ba51f0d06e379f8424edd4ef18fc837c85caead4a0949ab4dbe62a742c560a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Anna Kalinskaya walks off the court after the quarterfinal tennis match against Poland's Maja Chwalinska at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Electric SUV showdown: Edmunds compares the revamped Toyota bZ to the Tesla Model Y]]></title><link>https://www.local10.com/business/2026/06/03/electric-suv-showdown-edmunds-compares-the-revamped-toyota-bz-to-the-tesla-model-y/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/electric-suv-showdown-edmunds-compares-the-revamped-toyota-bz-to-the-tesla-model-y/</guid><dc:creator><![CDATA[By BRADLEY IGER of Edmunds, Associated Press]]></dc:creator><description><![CDATA[Once you’ve decided to buy an electric vehicle, the exciting but tricky part is choosing which one to get. For a growing number of car shoppers, an electric SUV makes the most sense for everyday life. The latest models have enough range to handle everyday driving and the occasional trek out of town without much of an issue. They’re also roomy for your family and have some innovative technology features. But which one to get? That’s where the Tesla Model Y and Toyota bZ come in.]]></description><pubDate>Wed, 03 Jun 2026 11:22:21 +0000</pubDate><content:encoded><![CDATA[<p>Once you’ve decided to buy an electric vehicle, the exciting but tricky part is choosing which one to get. For a growing number of car shoppers, an electric SUV makes the most sense for everyday life. The latest models have enough range to handle everyday driving and the occasional trek out of town without much of an issue. They’re also roomy for your family and have some innovative technology features. But which one to get? That’s where the Tesla Model Y and Toyota bZ come in.</p><p>Tesla’s best-selling EV gets a round of updates for 2026 that include revised styling, a smoother ride and a more upscale cabin. But Toyota’s all-electric SUV shouldn’t be counted out. It has been thoroughly overhauled for 2026, and the result is a much more compelling proposition than the outgoing model. Edmunds’ experts put these two electric SUVs head-to-head to find out which one deserves a spot in your driveway.</p><p>Range and charging</p><p>Formerly known as the bZ4X, Toyota’s first all-electric SUV has been so extensively revised that it now carries a new name. Pleasingly, range has improved considerably. The front-wheel-drive version of the 2026 bZ can go up to 314 miles on a single charge, according to EPA estimates. Edmunds has verified that in its own independent testing, with a test bZ covering 331 miles, an impressive result for a small electric SUV.</p><p>As with the bZ, different versions of the Model Y have varying range estimates. The longest comes from the Premium Rear-Wheel Drive, which can go an EPA-estimated 357 miles. Edmunds hasn’t range tested that Model Y version, but other tested Model Ys have matched their EPA estimates.</p><p>Edmunds also tested the bZ and Model Y for charging speeds at a public fast-charging station. Both SUVs yielded similar results and could potentially add up to about 100 miles of range in 15 minutes. The Model Y is a bit more convenient to charge at Tesla’s nationwide network of Supercharger stations, however.</p><p>Winner: Model Y</p><p>Driving experience and interior space</p><p>The Tesla Model Y remains one of the more engaging electric SUVs to drive. It accelerates quickly, has a smooth ride, and feels sporty and stable when going around corners. The cabin is well insulated from road and wind noise, and the front seats offer a wide range of adjustments for comfort during longer drives.</p><p>While the outgoing bZ4X felt sluggish, the bZ flips the script with brisk acceleration in both single- and dual-motor configurations. The front-wheel-drive bZ actually outpaced the base Model Y Rear-Wheel Drive in Edmunds’ 0-to-60 mph testing, while an all-wheel-drive bZ trailed just behind the Model Y All-Wheel Drive in the same test. The bZ also has a comfortable ride over bumps, but it doesn’t feel as composed as the Model Y when cornering.</p><p>Interior space is significantly better in the Model Y. It has more rear legroom, which allows adults to be more comfortable and provides extra space for installing bulky rear-facing child safety seats. The Model Y also has more cargo space and a few more useful spaces to store small items.</p><p>Winner: Model Y</p><p>Technology</p><p>Tesla’s infotainment system remains a highlight, with a clean interface and quick response. Dual wireless chargers add convenience, and Tesla’s advanced driver assistance features help set it apart. The Full Self-Driving (Supervised) feature is particularly notable for allowing for hands-free driving on both highways and city streets. However, the lack of Apple CarPlay and Android Auto smartphone integration may be a sticking point for some buyers.</p><p>Toyota counters with a new 14.1-inch touchscreen infotainment system that’s easy to use and supports wireless connectivity Apple CarPlay and Android Auto. Dual wireless phone chargers are up front, and a total of four fast-charging USB-C ports are on board. Standard driver assistance features are comprehensive. The bZ also has a hands-free driving feature, but it only works at low speeds on the highway.</p><p>Winner: Model Y</p><p>Pricing and value</p><p>The base Model Y Rear-Wheel Drive starts at $41,630, including destination. However, it’s missing some features you’ll probably want in an EV. The Premium version of the Model Y is what you want because of its added power, slightly greater range and a more upscale interior. A Model Y Premium All-Wheel Drive costs $51,630.</p><p>The Toyota bZ starts at $36,495 and comes well equipped for the price, especially when you consider the improved performance and range now on offer. The top-line bZ Limited adds even more features and is comparable to the Model Y Premium. It costs $46,895 in its available all-wheel-drive configuration.</p><p>Winner: bZ</p><p>Edmunds says</p><p>The Toyota bZ’s improvements make it a far more appealing electric SUV than before, and its low starting price strengthens its appeal for value-focused buyers. That said, the Tesla Model Y continues to set the benchmark in this segment with its superior technology, performance and overall refinement. While Toyota has made meaningful progress, the Model Y remains the better choice.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds. Bradley Iger is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJOAPRRYACJBY3GMXDTSMEYWTY.jpg?auth=4b6e2c79fc64b8a3b4e3d081ba7ca9e2dd9c89cee1829a719cf9718f7d0ddd07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Edmunds shows the 2026 Model Y. The Model Y offers a spacious, comfortable interior, quick acceleration, and over 300 miles of range. (Courtesy of Edmunds via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DHO4GQHA2C5RZWIJ7EUGTMPWGU.jpg?auth=86cca7bf9442aee8a4824363529ee71790191946b3d86b19bd89337924c3d543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2026 bZ. The 2026 Toyota bZ isn't flashy, but a comfortable cabin and intuitive tech make it a great daily driver. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content></item><item><title><![CDATA[MDSO: 2 adults, 2 children found dead inside Doral home]]></title><link>https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office is investigating after four people were found dead Tuesday night inside a home in Doral, authorities confirmed.]]></description><pubDate>Wed, 03 Jun 2026 11:07:31 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office is investigating after four people were found dead Tuesday night inside a home in Doral, authorities confirmed.</p><p>According to MDSO, Doral police responded to a home in the gated Doral Isles community in the area of Northwest 111<sup>th</sup> Court and 72<sup>nd</sup> Terrace just after 7:30 p.m. after receiving a call to check on the welfare of the people who live at the home.</p><p>Authorities said officers entered the house and found a man, woman and two girls who were all unresponsive.</p><p>Miami-Dade Fire Rescue personnel also responded to the home and pronounced all four dead at the scene. </p><p>MDSO Homicide Bureau detectives have taken over the investigation into the deaths.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Macy's raises annual outlook after the fourth straight quarter of sales gains]]></title><link>https://www.local10.com/business/2026/06/03/macys-raises-annual-outlook-after-the-fourth-straight-quarter-of-sales-gains/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/macys-raises-annual-outlook-after-the-fourth-straight-quarter-of-sales-gains/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Macy's reported its fourth consecutive quarter of comparable sales gains as the department store said an overhaul of its merchandise and better customer service is resonating with customers.]]></description><pubDate>Wed, 03 Jun 2026 12:07:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Macy's reported its fourth consecutive quarter of comparable sales gains as the department store said an overhaul of its merchandise and better customer service is resonating with customers.</p><p>The New York company raised its outlook Wednesday and shares rose more than 3% before the opening bell.</p><p>“We're off to a strong start to the year, ” said CEO Tony Spring, who is in the third year of an attempted turnaround of the storied retailer. “We're operating with discipline and focusing on what matters most — our customers.”</p><p>Comparable sales — sales at established online channels and stores— rose 3% during the first quarter. That was higher than the 1.8% gain during the final quarter of 2025 and it was the strongest first quarter for such sales in four years, the retailer said. Macy's stores posted a comparable sales increase of 1.6%, while the company's Bloomingdale's stores delivered a 10.2% increase, its highest first-quarter sales volume on record. Bluemercury, the cosmetics chain also owned by Macy's had a 6.4% comparable sales gain.</p><p>It’s the latest encouraging sign for Macy’s, which had been mired in a yearslong sales slump. Under Spring, who took over the top job in early 2024, Macy’s has closed unprofitable stores and spent millions modernize others. The company has beefed up customer service. It’s also been trying to differentiate its luxury business from its rivals with exclusive merchandise.</p><p>Some of the outsized performance at Bloomingdales has been attributed by retail analysts to the Chapter 11 bankruptcy of Saks Global, the parent company of Saks Fifth Avenue and Neiman Marcus.</p><p>Still, Macy’s is contending with the same challenges faced by its the retailer sector as a whole.</p><p>U.S. retailers have spent months navigating an uncertain economic environment, from President Donald Trump’s tariffs to the impact of soaring gasoline prices due to the Iran war. The average price for a gallon of regular gasoline has been above $4 per gallon since March, according to according to AAA. A gallon costs 40% more than than it did before the war. The latest batch of earnings reports from major retailers underscore how shoppers are under increasing financial strain as they try to factor in higher prices for gasoline, groceries, utilities and almost everything else.</p><p>Spring told The Associated Press in a phone call Wednesday that the company is closely monitoring events given the uncertainty about the U.S. economy, but there's been no noticeable pullback in customer spending since gas prices started rising.</p><p>He reasons that Macy's improved assortment and perceived value are landing with customers. There have been strong sales in prom dresses, men's shoes, dresses and fragrances. Spring, however, noted disappointing furniture sales with shoppers continuing to put off purchases of big ticket items.</p><p>“Despite the choiceful consumer, despite all the things that are going on that we read about every day in terms of the geopolitical, macroeconomic environment, fashion and newness and the consumer’s desire to indulge is still happening,” Spring told The AP. “And we’re very pleased that we are taking share.”</p><p>Spring said that higher income shoppers continue to spend freely, boosted by gains in the stock market, while the middle income shopper has remained more selective. He said the lower income customers continue to struggle but are focusing on Macy's designated areas for heavily discounted merchandise.</p><p>Macy’s reported net income of $63 million, or 23 cents per share, in the quarter ended May 2. Adjusted earnings per share was 13 cents, a dime better than Wall Street had expected, according to FactSet.</p><p>That compares with a $38 million profit, or 13 cents per share, in the year-ago period.</p><p>Net sales rose to $4.68 billion from $4.6 billion in the year-ago period. Revenue this quarter also edged out projections on Wall Street.</p><p>The company now expects annual net sales of between $21.5 billion and $21.75 billion, up from previous guidance of $21.4 billion to $21.65 billion in March. Macy’s upped its projections for comparable sales, saying on Wednesday that they will likely increase between 0.5% and 1.2%. The company in March predicted a decline of 0.5% to a gain of 0.5%.</p><p>It also now anticipates earnings per share for the year to be in the range of $2 to $2.20, up from its previous guidance of $1.90 to $2.10 per share.</p><p>For the full fiscal year, analysts were expecting $2.09 per share on revenue of $21.6 billion, according to FactSet analysts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VFZLAH6BNJNCQJVCJQMDNMFENE.jpg?auth=4e68260ce373a406066e8846d9ec647ffee076269cc8a720837641102b0b673c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Macy's sign is displayed outside the department store in Gurnee, Ill., Wednesday, April 15, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[June 3: More rain could cause flooding in some areas ]]></title><link>https://www.local10.com/weather/2026/06/03/june-3-more-rain-could-cause-flooding-in-some-areas/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/03/june-3-more-rain-could-cause-flooding-in-some-areas/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[We continue with a warm west wind, providing for above average morning lows in the 80s. ]]></description><pubDate>Wed, 03 Jun 2026 10:56:42 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of school for Broward County, students and administrators! We continue with a warm west wind, providing for above average morning lows in the 80s. The west wind will help steer the showers and storms towards the metro coastal areas again today. After days of rain, the ground is so saturated that flooding is a big concern to our areas today. Some of these storms could be strong to severe -- remember, when thunder roars go indoors. Keep the raingear handy as storms will be around until Thursday. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Rare albino buffalo named after Donald Trump for its golden locks draws crowds at Bangladesh zoo]]></title><link>https://www.local10.com/news/world/2026/06/03/rare-albino-buffalo-named-after-donald-trump-for-its-golden-locks-draws-crowds-at-bangladesh-zoo/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/rare-albino-buffalo-named-after-donald-trump-for-its-golden-locks-draws-crowds-at-bangladesh-zoo/</guid><dc:creator><![CDATA[By AL EMRUN GARJON and JULHAS ALAM, Associated Press]]></dc:creator><description><![CDATA[DHAKA, Bangladesh (AP) — With his shock of golden hair and trim 700-kilogram (1,500-pound) build, Donald Trump has been drawing crowds from across Bangladesh since he arrived at the national zoo last week.]]></description><pubDate>Wed, 03 Jun 2026 10:43:22 +0000</pubDate><content:encoded><![CDATA[<p>DHAKA, Bangladesh (AP) — With his shock of golden hair and trim 700-kilogram (1,500-pound) build, Donald Trump has been drawing crowds from across Bangladesh since he arrived at the national zoo last week.</p><p>The rare albino buffalo became a sensation when a farmer noticed that his blond tuft of hair resembled the distinctive locks of the U.S. president. After a video of the pale horned mammal went viral on social media, large numbers of people started showing up at the farm outside Dhaka to see him for themselves.</p><p>The animal was originally meant to be slaughtered for the Muslim festival of sacrifice. But citing security concerns, the government ordered him transferred to the zoo in the capital, where large crowds are now braving sweltering heat to see him.</p><p>On Tuesday, visitors pressed against the fence of the buffalo's enclosure, filming with their phones as some fathers hoisted small children on their shoulders for a better view.</p><p>A zoo worker pampered the animal, brushing his hair to one side and hosing him down with water to keep him cool as fans blew on him.</p><p>“There is a resemblance to Donald Trump in its eyes, hairstyle, and skin color,” said Mohammed Nasim, a student in Dhaka. “And just as Donald Trump has a distinctive personality and lifestyle, this buffalo, after going viral, is now living a similar kind of life, enjoying a lot of attention and special treatment.”</p><p>Local media reported that the exhibit initially included a sign that said “Donald Trump,” which has since been removed. The zoo curator was fired on Saturday, though no official cause was given for the dismissal.</p><p>Some clearly found the naming in poor taste.</p><p>“Giving a farm animal the name of one of the world’s most influential leaders was certainly the wrong thing to do," said Dhaka resident Mohammad Joynal Adedin, who visited the zoo to see the buffalo anyway. “It seems disrespectful. I think the farmer who did this made a poor decision.”</p><p>The buffalo was sold ahead of Eid al-Adha, the “Feast of Sacrifice.” When Home Minister Salahuddin Ahmed ordered police to take it into custody, the authorities refunded the buyer.</p><p>"Since before Eid, I had been seeing posts on Facebook saying that ‘Donald Trump’ would be sacrificed. Later, I heard that instead of being sacrificed, it had been placed in a zoo,” said Mohammad Habibur Rahman, a visitor to the zoo from the southwestern Bangladeshi city of Jashore.</p><p>“So, I thought I would come to the zoo and see ‘Donald Trump’ for myself," he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OA2VIUP47Z4QNVJOUUZOKBJ7QY.jpg?auth=5982c1797b4378ea954c3332a8a8e6d8708cab3618a2da2d4a19c56c70cc2226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft kept in an enclosure at the national zoological park, in Dhaka, Bangladesh, Friday, May 29, 2026. (AP Photo/Rajib Dhar)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajib Dhar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEGGJDMUEBPGPY4FQTWVVXECZU.jpg?auth=00c85e379ba9bfeccef9548a8b14f7f2f019b18e3099a5b451237a262afcc035&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft stands in an enclosure at the national zoo, in Dhaka, Bangladesh, Tuesday, June 2, 2026. (AP Photo/Al-emrun Garjon)]]></media:description><media:credit role="author" scheme="urn:ebu">Al-emrun Garjon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LOTJUZS2Q6GT3ETBKTQWMBFOQ.jpg?auth=287aa425b3a37f0c122424816be11f3618f2e47cc429f56187851ce08b20b362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors look at a rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft kept in an enclosure at the national zoo, in Dhaka, Bangladesh, Friday, May 29, 2026. (AP Photo/Rajib Dhar)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajib Dhar</media:credit></media:content></item><item><title><![CDATA[UK orders Google to allow publishers to opt out of AI scraping for search summaries]]></title><link>https://www.local10.com/business/2026/06/03/uk-orders-google-to-allow-publishers-to-opt-out-of-ai-scraping-for-search-summaries/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/uk-orders-google-to-allow-publishers-to-opt-out-of-ai-scraping-for-search-summaries/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Google must allow news sites to opt out of having their online content scraped to feed AI overviews and other artificial intelligence services and features for British users, regulators said Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 10:11:25 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Google must allow news sites to opt out of having their online content scraped to feed AI overviews and other artificial intelligence services and features for British users, regulators said Wednesday.</p><p>The Competition and Markets Authority said it was ordering Google to give online publishers the option, in what it called a “world first.”</p><p>The watchdog is seeking to loosen the U.S. tech giant’s stranglehold on the U.K’s online search market by using new digital powers to force changes to the company’s business practices.</p><p>Under the decision, Google will have to give publishers “effective tools” to prevent their content from being used to power the company's generative artificial intelligence services and its AI search features like AI Overviews and AI Mode.</p><p>Google will also have to properly cite publisher content in AI-generated search resulted by using clear links, and let publishers opt out of having their content used to fine-tune AI models.</p><p>The watchdog said the decision will give publishers a stronger hand when negotiating content deals with Google. Publishers are defined as anyone who puts content on the web that's available to people in Britain.</p><p>The CMA's ruling was expected, because it had released draft proposals at the start of the year after using its new digital powers to label Google a “ strategic” player in online search advertising.</p><p>It previously found that news publishers had suffered a drop in traffic since Google rolled out its AI Overviews - summaries that appear at the top of some search queries - because fewer users are clicking through to the original articles.</p><p>The watchdog said its requirements will also apply to big changes that Google unveiled in May, which further embed AI in the company's search services.</p><p>Google is “engaging with regulators like the UK’s Competition and Markets Authority to ensure website owners have the right tools as user preferences evolve," the company's general manager of search ecosystem, Mrinalini Loew, said in a blog post.</p><p>“Today, we’re beginning to test a new control that lets website owners manage how their links and content appear in generative AI Search features.”</p><p>CMA Chief Executive Sarah Cardell said the measures will result in “fair treatment, greater transparency and meaningful choice for businesses and consumers” and will help tens of millions of British users “better understand and trust the information presented to them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N55XAPYG7J44W5STR43P6SCJ7M.jpg?auth=dbe5f773ccef4b2dbd89140be524be0cc3403fd367547d09222eefa7b3322437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees pose for photos before the keynote presentation at a Google I/O event in Mountain View, Calif., Tuesday, May 19, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[After 60 years of hurt England turns to a German coach to end World Cup title drought]]></title><link>https://www.local10.com/sports/2026/06/03/after-60-years-of-hurt-england-turns-to-a-german-coach-to-end-world-cup-title-drought/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/after-60-years-of-hurt-england-turns-to-a-german-coach-to-end-world-cup-title-drought/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — In a bid to end its decades-long wait to win a second World Cup, England has put its fate in the hands of a German.]]></description><pubDate>Wed, 03 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — In a bid to end its decades-long wait to win a second World Cup, England has put its fate in the hands of a German.</p><p>It’s fair to say the appointment of Thomas Tuchel was not universally well received.</p><p>“I’m sorry I have a German passport,” the serial-winning former Paris Saint-Germain, Chelsea and Bayern Munich coach quipped at his official unveiling in 2024.</p><p>He had woken that morning to some unflattering headlines in the British media.</p><p>The Daily Mail described it as a “dark day for England” and said the national team had gambled on a “GERMAN.”</p><p>The leader of the right-wing Reform Party Nigel Farage asked on X: “Why can’t we have an English manager?”</p><p>Never mind that Tuchel was a Champions League winner who had lifted trophies in three different countries. Or the fact that England has gone down the foreign route before: a Swedish coach in Sven-Goran Eriksson and an Italian in Fabio Capello. And in the days before Tuchel’s appointment, there were rumors that Pep Guardiola was also a leading candidate.</p><p>Historic rivals</p><p>A point of contention was the fact that Germany has long-been England’s biggest soccer rival. Since winning the 1966 World Cup final against West Germany, England has often struggled against the Germans in major tournaments. Some England fans have brought 20th-century history to the rivalry with provocative chants taunting Germany about World War II.</p><p>Debate about Tuchel's nationality, however, dissipated quickly, helped by his easy-going charm when dealing with the media and a perfect winning record during England's World Cup qualifying campaign.</p><p>According to professor Jan Rüger, author of the upcoming book “Great Powers: A History of Britain and Germany,” the wider reaction to Tuchel's appointment points to a change in Anglo-German relations after the tensions that prevailed in the decades following two world wars.</p><p>“There were questions, but it certainly hasn’t turned into an ongoing saga in the way in which it would have in the 1990s or even around the turn of the century,” Rüger told The Associated Press. "Then it would have been unthinkable to have a German manager.</p><p>“Germany really isn’t the bad guy anymore. That’s long since passed. I don’t think it works portraying Germany as the bogeyman.”</p><p>England coaches face fierce criticism</p><p>Time will tell if Tuchel is portrayed as a hero or villain at the World Cup. If England fails, his nationality might be raised again. But England managers of the past have been the subject of brutal criticism by fans and media, regardless of what it says on their passport.</p><p>Tuchel's predecessor Gareth Southgate was widely credited with making England fans fall back in love with the national team during his eight-year spell, yet he faced a torrent of abuse from sections of supporters during the 2024 European Championship, with plastic beer glasses thrown in his direction after one match.</p><p>Southgate departed after leading England to back-to-back Euros finals and the World Cup semifinals in 2018.</p><p>He goes down as the nation's second most successful manager after Alf Ramsey, who led England to World Cup victory in 1966.</p><p>If Tuchel can end England's trophy wait, he would become a national treasure.</p><p>“Everyone in the squad, the staff, everyone believes we can win it,” midfielder Kobbie Mainoo said.</p><p>Difficult decisions</p><p>Tuchel stunned some fans and players with his squad selection for the World Cup, leaving out big names including Phil Foden, Cole Palmer and Trent Alexander-Arnold.</p><p>It was evidence that he would not be swayed by public opinion, which has been a criticism of previous coaches.</p><p>“Everything I know about international football tells me that tournaments are won by teams, not individuals,” he said. “What we’re trying to achieve in the summer can only be achieved as a team."</p><p>Midfielder Jordan Henderson was one of the surprise inclusions at the age of 35.</p><p>“I know everybody likes to speak about players that aren’t here, unfortunately that’s the case with every England squad really," Henderson said. “There’s so many good players, so much talent, but for us as a squad here, it’s about being together and we’re here for a reason and it’s about bringing that, being the best version of yourself, being best version individually and collectively, working every day to achieve our dreams.”</p><p>A proven winner</p><p>Tuchel is the 14th coach tasked with the challenge of ending England's trophy drought, which now stretches to 60 years.</p><p>After Southgate's departure the English Football Association said it was looking for a candidate to “win a major tournament”. That might sound obvious, but even coaches who had won big prizes with club teams such as Bobby Robson, Terry Venables, Eriksson and Capello could not emulate that success with England.</p><p>Southgate got closer than anyone since Ramsey despite a modest coaching career before being handed the national job.</p><p>His success appeared to be grounded in developing a connection both within his squad and with supporters. As a former player who missed a penalty in a semifinal shootout defeat to Germany at Euro 1996, his emotional understanding of what it means to represent England appeared to resonate with a new generation.</p><p>As a foreign coach — albeit one who coached in the Premier League with Chelsea — Tuchel cannot bring that same dynamic to the role.</p><p>He does, however, fit the description of a winner of major tournaments, having led Chelsea to the Champions League in 2021. He was also Champions League finalist with Paris Saint-Germain.</p><p>He won league titles in France with PSG and Germany with Bayern Munich.</p><p>In Harry Kane, Jude Bellingham and Declan Rice, he has three of the biggest stars in European soccer and enough talent at his disposal that he felt able to leave out the likes of Foden and Palmer.</p><p>“I love the difficult decisions and I love the tough decisions because they bring in the end clarity, they bring a certain edge, and it’s what you need to go all the way," Tuchel said. “From day one, we said we will always try to select and build the best group, which is maybe not necessarily just to collect the best talents.”</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHDCW7BRVP4DLZZMBMFJALLN64.jpg?auth=de6beb61fc26a1b72928136bc82e38f1cb7a145bc42627ecd2b4e0ce66e9620c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England players pose for a team photo before the start of the International friendly soccer match between England and Japan in London, Tuesday, March 31, 2026 . (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IMQ5DTDDNKGSRJI4X3UPLBEVBI.jpg?auth=c0c11d16d437ae03b316e7f68c0a2c81cdb8015a71c3750e01e2aa69e4610d52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -England's head coach Thomas Tuchel looks on before the start of the International friendly soccer match between England and Japan in London, March 31, 2026 . (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVG7HBLTZ4OVKCB54RBPWPCUF4.jpg?auth=5ec828ddc7c2368c87b8eea222a6956fb5f69da6e2a62cc7013a357c7fad4335&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England goalkeeper James Trafford, fourth right and teammates board a plane at Birmingham Airport ahead of the team's departure to the United States for the FIFA World Cup, in Birmingham, England, Monday June 1, 2026. (Nick Potts/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Potts</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YAPEAFGDZ27N6GWDSL2AY7CKU.jpg?auth=74bb48b99ca0560e399e67f779be0e8fea9df6e5df7625964055db8742b1f7e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's head coach Thomas Tuchel walks on the practice pitch ahead of a training session for the national soccer team in Palm Beach Gardens, Fla., Tuesday, June 2, 2026, ahead of the World Cup soccer tournament. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDW6UGMEUQWW3LVFCWE36EDV3E.jpg?auth=6b99e6d70d0bddbd50a136741d7738dc763dafd04d19b18347d70ddcc97bf64b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Harry Kane, left, celebrates after scoring his side's second goal during the Group F UEFA Nations League soccer match between England and Finland at Wembley Stadium in London, Tuesday, Sept. 10, 2024. (AP Photo/Frank Augstein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content></item><item><title><![CDATA[Trump confirms he called Netanyahu 'crazy,' as he says Israel is complicating peace talks with Iran]]></title><link>https://www.local10.com/news/world/2026/06/03/israel-strikes-just-south-of-beirut-ahead-of-second-day-of-critical-ceasefire-talks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/israel-strikes-just-south-of-beirut-ahead-of-second-day-of-critical-ceasefire-talks/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — President Donald Trump in an interview released Wednesday confirmed an earlier report that he criticized Israeli Prime Minister Benjamin Netanyahu as “crazy” in a Monday phone call, saying he was “a little bit perturbed” that Israel’s fighting of Hezbollah in Lebanon was holding back peace talks with Iran.]]></description><pubDate>Wed, 03 Jun 2026 12:03:55 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — President Donald Trump in an interview released Wednesday confirmed an earlier report that he criticized Israeli Prime Minister Benjamin Netanyahu as “crazy” in a Monday phone call, saying he was “a little bit perturbed” that Israel’s fighting of Hezbollah in Lebanon was holding back peace talks with Iran.</p><p>But even as the U.S. president acknowledged the tensions, he insisted that his relationship with Netanyahu was solid and they connected, in part, because they're both “wartime” leaders.</p><p>“We’ve worked very well together. I like Bibi a lot. And I work very well with him,” Trump told The New York Post’s “Pod Force One.”</p><p>The president's acknowledgement of the tense call with Netanyahu that involved expletives is a sign of the growing pressure he faces to resolve the Iran war, as higher energy prices and economic uncertainty are harming Republicans going into midterm elections and hampering global commerce.</p><p>But Trump remained noncommittal about a timeline for settling the conflict, saying the Strait of Hormuz might stay blocked through the Labor Day holiday on Sept. 7. He has insisted that Iran stop any efforts that could lead to a nuclear weapon and that the strait be reopened for the shipments of oil and natural gas.</p><p>“I don’t know. I mean, I think it could be (closed through Labor Day), but I think it’s unlikely. I think that we’ll have it. I think this will resolve itself fairly quickly,” Trump said.</p><p>The U.S. president added that Iran’s Supreme Leader Mojtaba Khamenei, who succeeded his late father, is “involved” in peace talks for ending the war.</p><p>“They have a lot of respect for him,” Trump said in the interview with “Pod Force One.”</p><p>Trump said that Khamenei is not doing well due to injuries sustained in an airstrike, but “they say he’s giving approval because that’s the way it has been for a long, long time." Khamenei's father was killed as part of airstrikes when the U.S. and Israel attacked Iran at the end of March.</p><p>Still, the path toward a durable ceasefire remained unclear as hostilities continued in Lebanon.</p><p>An Israeli strike Wednesday hit a car on a busy highway just south of Beirut, hours before the second day of talks between Lebanon and Israel in Washington are set to take place.</p><p>The strike in Khaldeh came without warning, and it was not immediately clear if the person targeted was killed. Israel usually says it targets members of the Hezbollah militant group in these drone strikes.</p><p>Israel and Lebanon on Monday reached a U.S.-brokered agreement where Israel would not strike Beirut's southern suburbs and Hezbollah would end its attacks on northern Israel. The agreement was made hours after Israel announced that it was going to launch strikes across the sprawling urban neighborhoods near the Lebanese capital in what would have been the most intense strikes since a nominal ceasefire went into effect on April 17.</p><p>The State Department said progress was made during the first day of talks on Tuesday. Lebanon hopes to widen the scope of the ceasefire so it becomes comprehensive across the country. Israel wants to disarm Hezbollah immediately before it ends its operations in Lebanon and withdraws its troops from dozens of villages and towns.</p><p>Not long after the strike on Khaldeh, the Israeli military said it intercepted what it called a hostile aircraft coming from southern Lebanon, but did not immediately blame Hezbollah. Hezbollah has not claimed a cross-border attack since the agreement.</p><p>Israeli military warning rattles coastal city</p><p>Israeli strikes over southern Lebanon continued, especially in and around the battered cities of Tyre and Nabatiyeh. Overnight, two strikes near Tyre killed four Syrians and two Palestinians.</p><p>Israel overnight warned the Christian neighborhoods in the coastal city of Tyre that Hezbollah members are among them. Many Lebanese Shiite Muslims fled to those areas in recent days because they were spared from the aerial bombardment along the Mediterranean coast.</p><p>After the warning, the Lebanese army deployed to the Christian district of Tyre in an effort to prevent Israeli attacks there and to show that Hezbollah has no armed presence in the area.</p><p>Israel launched an invasion of southern Lebanon days after the latest war was sparked on March 2 when Iran-backed Hezbollah fired rockets towards northern Israel in solidarity with Iran. Israeli troops have pushed deeper into Lebanon over the past week, as Hezbollah continues to claim rocket and drone attacks.</p><p>The latest round of fighting between Israel and Hezbollah has killed 3,468 people in Lebanon and displaced 1.2 million people. According to Israeli Prime Minister Benjamin Netanyahu’s office, at least 27 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon. Two civilians have also been killed in northern Israel.</p><p>Among the 27 killed was a soldier in southern Lebanon, whose death was announced late Monday by Israel’s military. It added that seven more soldiers were wounded in the incident, three of them severely.</p><p>Hezbollah’s use of hard-to-detect fiber-optic drones has been deadly for the Israeli military, which is struggling to respond.</p><p>___</p><p>Boak reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TIKEONIQD6RYNXZYKGUMYSVL54.jpg?auth=d93ef8d459409c3eaf82610f7128bb81ac0b173e7ccefa83bdfd47b0151cc6a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from an Israeli airstrike that hit Burj al-Shamali village near the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VKS52BRY3XCTUQJUXVCYTKSDGY.jpg?auth=f7ff82c8b86cb311312117dcfa35e6c516ba3b2e08d20f3363e1373b3f1308f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States Ambassador to Israel Mike Huckabee, left, is joined by second from left: State Department Chief of Staff Dan Holler, Sr., State Department Counselor and Director, Office of Policy Planning Michael A. Needham and United States Ambassador to Lebanon Michel Issa, as they meet with Israeli Ambassador to the United States Yechiel Leiter and Lebanese Ambassador to the United States Nada Hamadeh, at the State Department, Tuesday, June 2, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[The White House as a stage: Trump’s hosting streak meets America's 250th birthday and the World Cup]]></title><link>https://www.local10.com/news/politics/2026/06/03/the-white-house-as-a-stage-trumps-hosting-streak-meets-americas-250th-birthday-and-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/the-white-house-as-a-stage-trumps-hosting-streak-meets-americas-250th-birthday-and-the-world-cup/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When nearly all the scheduled musical performers pulled out of a concert series marking America’s 250th anniversary — fearing the event had become too closely tied to President Donald Trump — he responded by making it official.]]></description><pubDate>Wed, 03 Jun 2026 09:03:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When nearly all the scheduled musical performers pulled out of a concert series marking America’s 250th anniversary — fearing the event had become too closely tied to President Donald Trump — he responded by making it official.</p><p>Trump announced he'd now be the headlining act of the Great American State Fair.</p><p>That put to rest any possible scenario where a president who has built his personal and political persona on seizing the spotlight might cede the stage to avoid overshadowing a national celebration bigger than himself. It also offered a peek into how the president is likely to approach hosting the upcoming World Cup.</p><p>From his reality shows before becoming a politician, to hours spent entertaining at events in ways planned and impromptu, to proudly showing off his various properties and efforts to overhaul the White House, the president relishes hosting. Last year he even jokingly mused about leaving the presidency to do it again full time on TV.</p><p>Trump can be a gracious, personable and highly watchable master of ceremonies — but he's also one who tends to make every event about himself.</p><p>“The president has an outsized personality,” said Timothy Naftali, former director of Richard Nixon’s presidential library and professor at Columbia University’s School of International and Public Affairs. “There’s a predictability to the way in which the president frames his actions — or any actions around any event associated with him — and that’s just part of who he is, and his makeup and his professional background.”</p><p>Exhibit A is the fair, which begins June 25 and was supposed to feature concerts but now will be kicked off by a Trump rally. That will follow a UFC bout at the White House on June 14. Trump is a longtime cage match fan and the event marks his 80th birthday, but the president has sought to bill it as part of the anniversary festivities.</p><p>Many presidents relished hosting — but not like this</p><p>Andrew Jackson threw open the White House for an 1829 Inauguration Day bash so unruly that staff eventually dispersed the crowd by moving tubs of whiskey and ice cream to the lawn. Franklin D. Roosevelt mixed pre-dinner cocktails for friends and aides at White House gatherings he playfully dubbed “The Children’s Hour.” Audrey Hepburn was among the luminaries Ronald Reagan hosted at the White House.</p><p>Trump frequently had first-term dinners with business leaders but has more fully embraced the role since returning to the White House. He built a patio area similar to one at his Mar-a-Lago estate and frequently travels to Florida and his properties in Bedminster, New Jersey, and Sterling, Virginia, to headline fundraisers and other swanky gatherings.</p><p>Asked if Trump might overshadow events meant to bring the country and the world together, White House spokesman Davis Ingle pointed to the president's efforts to lead extensive renovations at the White House and around Washington. He said in a statement that the “historic beautification" gives the city "the glory it deserves during our nation’s historic semiquincentennial celebration — something everyone should celebrate."</p><p>Still, Trump has found unprecedented ways to inject himself into the anniversary.</p><p>The State Department is issuing passports with the president's picture and officials have designed a new $250 bill with his likeness. The Trump Organization, being run by Trump's children while he's president, applied to trademark “Trump 250" logos and other merchandise.</p><p>The U.S. Mint is also producing a 24-karat gold commemorative coin with Trump’s face, though that recalls a half-dollar silver coin bearing the likeness of President Calvin Coolidge to help mark America's 150th anniversary in 1926.</p><p>Past presidents had starring anniversary roles</p><p>Ulysses S. Grant opened a Centennial Exposition in Philadelphia to mark the 100th anniversary of the signing of the Declaration of Independence in 1876. Richard Nixon, in 1971, inaugurated a five-year “Bicentennial Era” ahead of the 200-year mark, though he resigned before the big day arrived.</p><p>Nixon's successor, Gerald Ford, then in the midst of an ultimately unsuccessful reelection campaign, began the week of July 4, 1976, by inaugurating the Smithsonian Institution's National Air and Space Museum and attending a Kennedy Center event featuring Bob Hope, OJ Simpson and others reading patriotic texts.</p><p>On Independence Day, Ford spoke at historic Valley Forge, then traveled to Philadelphia's Independence Hall, declaring, “Liberty is a living flame to be fed, not dead ashes to be revered.“ He also went to New York Harbor for a tall ship parade, presided over naturalization ceremonies at Thomas Jefferson’s Monticello estate and hosted a state dinner for Britain's Queen Elizabeth II.</p><p>Still, “while Ford certainly hoped to use the bicentennial to promote his reelection campaign, he didn’t do it in such a self-aggrandizing, self-centered, narcissistic way,” said Marc Stein, a history professor at San Francisco State University and author of “Bicentennial: A Revolutionary History of the 1970s.”</p><p>Ford, added Naftali, “knew when to step out of the limelight and make sure the focus was on what mattered, which was the United States of America and the Declaration of Independence."</p><p>Trump, by contrast, “generally has contempt for norms” and rarely mentions “the great sweep of history,” Naftali said.</p><p>Dueling anniversary planners as Trump pushes to revise history</p><p>Congress charged a national organization, America250, with planning commemorative events. Ahead of the 2024 election, the group drafted a memo asking whomever the incoming president was to mobilize federal agencies and welcoming presidential involvement in events and initiatives.</p><p>Asked about Trump, America250 Chair Rosie Rios said the group “has had a very supportive and collaborative relationship with the organizations planning initiatives on behalf of the president.”</p><p>But Rios' organization is separate from Freedom 250, a mix of public and private partnerships which the Trump administration established to fund and prepare anniversary events — which has caused confusion.</p><p>America250 aims to "inspire our fellow Americans to reflect on our past, strengthen our love of country, and renew our commitment to the ideals of democracy through programs that educate, engage, and unite us as a nation."</p><p>That might seem a departure from the “Restoring Truth and Sanity to American History” executive order Trump signed last year. It sought to beat back a “revisionist movement” responsible for “replacing objective facts with a distorted narrative driven by ideology rather than truth.”</p><p>Stein, now serving a one-year term as president of the Organization of American Historians, is helping organize “We Want More History,” a push to coordinate local events celebrating the public's love for the subject in fact-based ways.</p><p>He said Trump's version of history is "closer to propaganda, and it’s closer to cheerleading.”</p><p>World Cup gives Trump another platform to play host</p><p>The president has similarly taken his exceeding-normal-limits approach to the soccer tournament the U.S. is co-hosting with Mexico and Canada.</p><p>He created a federal World Cup task force, and leads it. He collected a peace prize from soccer's governing body, FIFA, and said he'd be on stage to present the tournament's golden trophy to the winning team.</p><p>Trump even oversaw the tournament's draw at the Kennedy Center, which he's sought to rename for himself, sparking legal challenges.</p><p>He returned to the same building to headline December's Kennedy Center Honors, noting, “We never had a president hosting the awards before." He later posted on social media, "Would you like me to leave the Presidency in order to make ‘hosting’ a full time job?”</p><p>Naftali noted, “Whatever filters there were in the first term — and there weren’t many — are gone."</p><p>“It’s undiluted Donald Trump."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFJGRYGHUBIDNRVBZJIHHCNEEQ.jpg?auth=f872846aa8e008f74e096b12e2a706ba98dcd073046658ae97ca0513746099d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump and first lady Melania Trump, walk the red carpet before the 48th Kennedy Center Honors, Dec. 7, 2025, at the John F. Kennedy Center for the Performing Arts in Washington. (AP Photo/Julia Demaree Nikhinson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CMOJ4FD2V7DUPSGEEXOJGSG64.jpg?auth=c93e7303ba6666e7a08c112ed1c2ad1871446e2df902ff7079b6a3144058e370&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump stands on stage after receiving the FIFA Peace Prize during the draw for the 2026 soccer World Cup at the Kennedy Center in Washington, Dec. 5, 2025. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VO7KCH4WYZDUFMAES2UWJMFQE.jpg?auth=b32c82f9f7e6f0cd95acbb8670da2bd793a6253b4ca02e2c424d76be3b0e9b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers prepare the Rose Garden for a dinner that will be hosted by President Donald Trump, Sept. 5, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[UK government condemns violence at protest over teen's stabbing death]]></title><link>https://www.local10.com/news/world/2026/06/03/uk-government-condemns-violence-at-protest-over-teens-stabbing-death/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/uk-government-condemns-violence-at-protest-over-teens-stabbing-death/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britain’s interior minister accused activists of hijacking a tragedy to stir up violence after police were attacked at a protest over the death of a teenager who was handcuffed as he lay dying while his killer stood nearby.]]></description><pubDate>Wed, 03 Jun 2026 11:23:13 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain’s interior minister accused activists of hijacking a tragedy to stir up violence after police were attacked at a protest over the death of a teenager who was handcuffed as he lay dying while his killer stood nearby.</p><p>Police were pelted with chairs, cans, rocks and flares late Tuesday by some of the hundreds who attended a protest in the southern English coast city of Southampton, where Henry Nowak was killed in December. Two people were arrested and 11 officers and a police dog were injured, police said.</p><p>Nowak's death has triggered debates about policing and knife crime and has spurred claims by far-right activists and politicians that there is bias against white people in the justice system.</p><p>Nowak’s killer, Vickrum Digwa, who is Sikh, falsely claimed he was the victim of a racist assault by 18-year-old Nowak, who was white. When police officers arrived, they initially treated the wounded man as a suspect before noticing his injury and trying to resuscitate him.</p><p>Prime Minister Keir Starmer said Wednesday that the case had left “serious questions to answer, including how accusations of racism informed police thinking." But he called the street violence “disgraceful and completely unacceptable.”</p><p>Home Secretary Shabana Mahmood said Nowak's family had "made a powerful call to us all yesterday to not let Henry’s death be used to create further division, hatred or tension.</p><p>“There can be no justification for hijacking this tragedy to stir up violence and disorder. Those responsible can expect to face the full force of the law,” she said.</p><p>Digwa, 23, was convicted of murder and sentenced Monday to life in prison with a minimum term of 21 years. The judge said he didn’t believe Nowak had said anything racist to his attacker.</p><p>After the sentencing, police released video showing officers dismissing Nowak when he told them he had been stabbed and repeatedly said he couldn’t breathe.</p><p>The Independent Office for Police Conduct, which investigates allegations of police wrongdoing, is probing the actions of the officers from the Hampshire and Isle of Wight Constabulary. The National Police Chiefs’ Council said it will review its anti-racism guidance in the wake of the killing.</p><p>After the sentencing hearing, the victim’s father, Mark Nowak, said the case was not about racism or religion, and that he wanted his son’s death to lead to safer streets and not to be used to create “further division, hatred or tension.”</p><p>But Nigel Farage, leader of the anti-immigration Reform UK party, said on Tuesday that it was an example of so-called two-tier policing — a popular far-right talking point that claims ethnic minorities are better treated than white people.</p><p>Farage urged people to respond to the incident with “pure cold rage,” and said, “white lives matter just as much as Black lives.” X owner Elon Musk and British far-right activist Stephen Yaxley-Lennon, known as Tommy Robinson, have also expressed outrage at the crime.</p><p>Some politicians have called for Sikhs to be banned from carrying ceremonial knives, known as kirpans. The judge said Digwa had a small kirpan but also had an 8-inch (21-centimeter) sheathed Sikh dagger that was used as the weapon to kill Nowak.</p><p>Hampshire Police chief constable Alexis Boon said he understood the “desire for answers and accountability.”</p><p>“But that must be done in the right way and not used as an excuse to threaten and intimidate my officers and bring violence to our streets, causing fear and harm to those living and working in Hampshire and the Isle of Wight,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AI52MDGCF2PO7SUSIJIBBJINFQ.jpg?auth=621703281d29b2f7433ae002c43bcc618a4dceb9c2edc40d5598c75af79df08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCWTIOK3K4G46R5WNTUJB3KF4I.jpg?auth=109dedcde9880021372ff313439eee8b5dd5027d3c64e871ce74c9f4544002c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPYAVTGWCAFIOKHO56VDXQ22PU.jpg?auth=144ec6dbe82acb64ae0ae01ab06987aadbf26047cca628febd10e028936880a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMLGRNC3NEEOETOSBELXLME3AY.jpg?auth=1e68037a11d1a0b84a91c2dd8a1ff342445a636f39ece7371a7b6a978e1c459a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather to protest outside Southampton police station, Southampton, England, Tuesday June 2, 2026, after the fatal stabbing of Henry Nowak, a British teenager who was handcuffed despite claiming he was the crime victim. (Gareth Fuller/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPORGPFQ6UVB6WE5JODPCWBZDQ.jpg?auth=754bdc513dd004343e4f071c27b2f21eae1d0d529898dc10dcb767d9a25d97ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People protest outside the police station in Southampton, England, on Tuesday, June 2, 2026, one holding a photo of December 2025 stabbing victim Henry Nowak, 18. (Gareth Fuller/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content></item><item><title><![CDATA[Ukrainian drones hit St. Petersburg oil terminal ahead of 'Russian Davos']]></title><link>https://www.local10.com/business/2026/06/03/ukrainian-drones-hit-st-petersburg-oil-terminal-ahead-of-russian-davos/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/ukrainian-drones-hit-st-petersburg-oil-terminal-ahead-of-russian-davos/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian long-range drones struck an oil terminal in St. Petersburg and set it ablaze, President Volodymyr Zelenskyy said Wednesday, as the Russian city hosts an annual international economic forum that is a banner event for President Vladimir Putin.]]></description><pubDate>Wed, 03 Jun 2026 11:12:29 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian long-range drones struck an oil terminal in St. Petersburg and set it ablaze, President Volodymyr Zelenskyy said Wednesday, as the Russian city hosts an annual international economic forum that is a banner event for President Vladimir Putin.</p><p>The drones flew more than 1,000 kilometers (600 miles) to hit the terminal, Zelenskyy said on social media. Clouds of black smoke rose over the city’s port after the attack. St. Petersburg is Russia’s second-largest city and is where Putin was born.</p><p>Russian authorities said only that the Ukrainian drone strike targeted the city’s infrastructure, without providing further details. The airport of St. Petersburg briefly suspended flights overnight because of the attack. Authorities also cut off mobile internet services.</p><p>With the front line changing little as swarms of drones hinder battlefield movement, both sides have sought an edge by increasingly launching long-range strikes. The war that followed Russia’s invasion of its neighbor has now stretched into its fifth year, with no end in sight.</p><p>Ukraine's drone successes embarrass Putin</p><p>The latest strikes are an embarrassment for Putin, weeks after he pruned back an annual Victory Day parade in Moscow due to fears of Ukrainian drone attacks.</p><p>Putin is set to speak on Friday at the economic forum in St. Petersburg that the Kremlin views as a prestige event. The gathering has for decades been Russia’s leading event for attracting foreign capital. It is sometimes called Russia’s Davos, likening it to the World Economic Forum held in Davos, Switzerland.</p><p>Major Western investors and officials have stayed away since Russia invaded Ukraine more than four years ago. Saudi Arabia is a special guest country this year and is due to send a large business delegation.</p><p>The strikes came a day after Russian forces launched a massive drone and missile attack on Kyiv and other Ukrainian cities, killing at least 22 civilians and wounding 138, as Moscow followed through with its threat of escalating its regular barrages.</p><p>Kremlin spokesman Dmitry Peskov said Wednesday that Russia’s deep strikes have already taken on a “systematic” character.</p><p>Ukraine needs more air defense help</p><p>Ukraine is short of American-made Patriot air defense missiles, in part because of U.S. stocks depleted by the Iran war, leaving it vulnerable to Russia's ballistic missiles.</p><p>Zelenskyy on Wednesday expressed frustration with his own government's officials, saying there is an agreement “at the highest political level” for the purchase of Patriot systems but implementation is being held up by financial, legal and technical considerations.</p><p>“The wait has taken too long,” he said on social media, demanding that officials unblock the purchase or there will be “serious personnel decisions.”</p><p>NATO chief Mark Rutte arrived in the Ukrainian capital Kyiv on Wednesday for talks with officials that likely will cover air defense needs.</p><p>Ukraine’s own long-range attacks are aimed at diminishing Russia’s oil production, which is a key source of funding for Moscow, and disrupting weapon production.</p><p>Ukraine has repeatedly targeted oil facilities at the port of St. Petersburg and nearby ports.</p><p>Ukraine also strikes a Russian naval base and a weapons plant</p><p>Ukrainian drone attacks overnight also hit the Kronstadt naval base, an old base for Russia’s Baltic Fleet, and a manufacturing plant involved in weapon production in Russia’s Tambov region, 600 kilometers (370 miles) from Ukraine, Zelenskyy said.</p><p>Russia’s Defense Ministry said that air defenses downed 354 Ukrainian drones overnight.</p><p>In the Russia-controlled part of Ukraine’s Donetsk region, a Ukrainian strike hit a bus that was traveling from Moscow to Crimea, killing seven and injuring 11, according to the Kremlin-appointed head of Donetsk, Denis Pushilin.</p><p>In the Smolensk region, two firefighters were killed by a Ukrainian drone attack, according to the regional governor, Vasily Anokhin. He said two other firefighters and a local resident were injured.</p><p>Meanwhile, Russia fired 198 long-range drones at Ukraine last night, according to Ukraine’s air force, with air defenses neutralizing 189.</p><p>Authorities in Ukraine’s northern Sumy region said that over the previous 24 hours one civilian was killed and 15 more were injured, including three children, by Russian strikes.</p><p>In the southern Kherson, Russian overnight shelling and drone strikes killed an 86-year-old woman and wounded five other people, according to regional authorities.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYJFX7U7IMUET6I2QRHNPTYA4A.jpg?auth=a7a077066e44598895d6444028562025835bfead9fdac1f3d66e3eb67a4ed826&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plumes of black smoke is seen over the port of St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YEZA5W24JZ3JQ5OWHZZ7PLTDEQ.jpg?auth=8a94655098a4dd4c44feb152487b38fc3b6c320a30461b90406350953d16e484&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plume of black smoke is seen over the port of St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6MPYRCEFTF5GMPC7OVRSMCJG7Q.jpg?auth=2db00f13feafafbc06c8bfb6fe4525d0209a27dfc89d8ac03987c2cd32df8d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plumes of black smoke are seen over St.Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/A6OGWBITR6MUKLE7TD2GZWE3EU.jpg?auth=4e79d5a1063ba6c72703d18450df1229c28ee4358924008a50acb80ff8674f06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of a Ukrainian drone strike in St. Petersburg. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Australian judges weigh Indigenous activist’s bid to prosecute King Charles for genocide]]></title><link>https://www.local10.com/news/2026/06/03/australian-judges-weigh-indigenous-activists-bid-to-prosecute-king-charles-for-genocide/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/australian-judges-weigh-indigenous-activists-bid-to-prosecute-king-charles-for-genocide/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Three Australian appeals court judges reserved their decision Wednesday on whether an activist can prosecute Britain’s King Charles III for alleged genocide of Australia’s Indigenous people.]]></description><pubDate>Wed, 03 Jun 2026 08:26:56 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Three Australian appeals court judges reserved their decision Wednesday on whether an activist can prosecute Britain’s King Charles III for alleged genocide of Australia’s Indigenous people.</p><p>Uncle Robbie Thorpe, 68, turned to the Supreme Court of Appeal in Victoria state after two lower courts rejected his bid to launch a private prosecution against the king in the Melbourne Magistrates’ Court. Indigenous Australians use the titles uncle and aunt as marks of respect for community elders.</p><p>His case alleges the monarch, who is also Australia’s head of state, the Australian government and its institutions were perpetuating a genocide of Indigenous people by maintaining systemic disadvantages on multiple socioeconomic levels, making them the most underprivileged minority in the country.</p><p>Indigenous Australians account for 4% of the population. They die younger than other Australians, suffer worse health problems, and are more likely to be imprisoned and unemployed than other groups, according to official statistics.</p><p>Thorpe told The Associated Press if he exhausts his legal options in Australia, he would take the offense under the Genocide Convention to the International Criminal Court in the Netherlands.</p><p>“It’s clear that they’re unwilling, unable, reluctant to deal with these international legal issues like genocide,” Thorpe told the AP before the hearing, referring to the Australian judiciary.</p><p>He later told the judges Indigenous people were dying because their disadvantage in Australia was compounding.</p><p>“The Crown is responsible for all this mess,” Thorpe said. “Australia’s got away with genocide of Aboriginal people since they arrived here."</p><p>The British colonized Australia in 1788 and violently seized Indigenous people’s land without a treaty.</p><p>“They totally failed to prevent (genocide). That’s the crime here. They failed to prevent genocide knowingly and they failed to punish anyone for it,” he added.</p><p>The British punished Indigenous people for speaking their language and for practicing their cultures in a bid to make them Christian and Western. Generations of children were taken from Indigenous families in now-discredited assimilation policies.</p><p>Thorpe wore a traditional possum-skin coat in court and carried a feather from an Australian wedge-tailed eagle, an Indigenous totem.</p><p>He requested to be addressed in court as Uncle Robbie or by his tribal name Djuran Bunjileenee.</p><p>Justice Karin Emerton, the court’s presiding judge, referred to him as Uncle Robbie.</p><p>The king was identified in court documents as Charles Philip Arthur George Windsor.</p><p>Thorpe is attempting to charge the king under Indigenous law that has existed for more than 65,000 years, state common law and federal criminal law, court documents show.</p><p>In dismissing Thorpe’s appeal last year, a judge ruled that a magistrate was not allowed to consider Indigenous law and genocide was not an offense under common law.</p><p>The federal attorney-general would have to sign off on any genocide prosecution under federal law, the judge ruled.</p><p>Following a two-hour hearing on Wednesday, Emerton said the three judges would deliver their verdict at a later date.</p><p>If Thorpe loses, his final option would be Australia’s High Court before attempting to have the king prosecuted in The Hague.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUVODAZP6KG3ASRFXHP5BKGASA.jpg?auth=f63a64aa10761b1041a18a86f3e9dd0465d5fcdd4fb773810a60776c30bf9d69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uncle Robbie Thorpe speaks outside the Victoria state Supreme Court of Appeal in Melbourne, Australia, Wednesday, June 3, 2026. (James Ross/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">JAMES ROSS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z72JCL2HGMACACVBOODOVL3ZSI.jpg?auth=c7fde7eec45ad9eb4f121e175d140cd2eeb372556677ca3ffc062c822d378280&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uncle Robbie Thorpe speaks outside the Victoria state Supreme Court of Appeal in Melbourne, Australia, Wednesday, June 3, 2026. (AP Photo/Rod McGuirk)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod McGuirk</media:credit></media:content></item><item><title><![CDATA[Attitudes toward same-sex marriage and transgender issues are shifting, Gallup poll shows]]></title><link>https://www.local10.com/news/politics/2026/06/03/after-decades-of-rising-support-same-sex-marriage-acceptance-may-be-stalling-gallup-poll-shows/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/after-decades-of-rising-support-same-sex-marriage-acceptance-may-be-stalling-gallup-poll-shows/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[Acceptance of same-sex marriage and relationships in the U.S. has flattened after more than two decades of steadily increasing support, with an ongoing decline among Republicans, according to a new Gallup poll.]]></description><pubDate>Wed, 03 Jun 2026 11:41:19 +0000</pubDate><content:encoded><![CDATA[<p>Acceptance of same-sex marriage and relationships in the U.S. has flattened after more than two decades of steadily increasing support, with an ongoing decline among Republicans, according to a new Gallup poll.</p><p>About 65% of U.S. adults believe same-sex marriage should be legal, down slightly from 71% in 2022 and 2023.</p><p>Most of the change is due to dropping acceptance among Republicans. In the new survey, which was conducted in May, only 37% of Republicans say same-sex marriage should be legally valid, while 35% say gay and lesbian relations are “morally acceptable.”</p><p>The views of Democrats and independents are largely stable in the findings released Wednesday, with most in both groups saying same-sex marriage should be legal and that gay or lesbian relations are moral.</p><p>The widening partisan divide is also reflected in policy around LGBTQ+ issues across the U.S., particularly regarding transgender people, and a rising push in some states to ban same-sex marriage.</p><p>Recent shifts have been subtle and partisan</p><p>The downtick in support for same-sex marriage, while slight, is still striking because of how dramatically American views on the issue have shifted over the past few decades.</p><p>According to Gallup’s trend data, only 27% of U.S. adults supported legal same-sex marriage in 1996. Since then, support for same-sex marriage rose steadily until a few years ago, when it peaked with around 7 in 10 U.S. adults saying same-sex marriage should be legal.</p><p>Opinion about the morality of same-sex relationships followed the same pattern. About 4 in 10 U.S. adults said same-sex relations were morally acceptable in 2001. That increased nearly 30 percentage points over the next two decades.</p><p>Over the past few years, Gallup's data has shown signs of a shift in the other direction. In addition to the slight decline on same-sex marriage, the new poll also found that 62% of U.S. adults view gay and lesbian relations as morally acceptable, down from 71% in 2022.</p><p>Same-sex marriage remains recognized nationwide</p><p>Same-sex marriage has been recognized nationally since a 2015 Supreme Court ruling. That case capped a 12-year run in which court rulings and state laws recognized it in most states.</p><p>By last year, there were more than 800,000 married same-sex couples, according to data compiled by the Williams Institute at the University of California Los Angeles School of Law.</p><p>The pushback has never stopped, though. A call to overturn the 2015 reached the Supreme Court last year, invoking the words of Justice Clarence Thomas, who has called for undoing it. The court turned away the appeal without comment.</p><p>Last year, the Southern Baptist Convention overwhelmingly called for reversing the ruling that led to nationwide marriage recognition and imposing a ban.</p><p>Lawmakers in at least 11 states introduced legislation for their current or most recent sessions calling on a ban on same-sex marriage, according to an Associated Press analysis of bills compiled by the legislation tracking service Plural. Most didn't pick up momentum. But the Tennessee House passed a measure to allow private citizens and organizations not to recognize the unions; Idaho's House passed a resolution calling on the Supreme Court to undo the 2015 decision.</p><p>A similar number of states have had measures aimed at protecting same-sex marriage introduced recently.</p><p>Acceptance of transgender people is also down</p><p>In a sign that views of LGBTQ+ issues may be shifting more broadly, the new Gallup poll found that about 4 in 10 Americans view changing one’s gender as morally acceptable, down from nearly half in 2021.</p><p>The rights of transgender people have been a hot-button political issue this decade.</p><p>Most Republican-controlled states have adopted laws in the last five years to bar gender-affirming medical treatments for transgender minors, restrict which school bathrooms transgender people may use and bar transgender girls and women from some sports competitions.</p><p>Trump has signed executive orders seeking some of the same policies on a federal level.</p><p>This week, one of those policies suffered a blow when a court ruled that the military illegally banned transgender troops.</p><p>___</p><p>The Gallup poll, conducted May 1-17, was based on telephone interviews with a random sample of 1,001 U.S. adults. The margin of sampling error for adults overall is plus or minus 4 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RNNNF5PR7725R3IJXSJRSJR2DQ.jpg?auth=78a200ce35346ce66fbc3b8ec3ffe07c52002dc8380addfc42c1010e62290edf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An LGBTQ+ pride flag flies beneath a U.S. flag at the Stonewall National Monument in New York, on Oct. 11, 2017. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3HGQT2YZPWEHAPTYRC5Q5DHTE.jpg?auth=06ccf4cbf9fc6cc5e2100fc156ac4d5781907e4f47795eee7fe5654940ac55dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A protester dressed as the Statue of Liberty waves a transgender pride flag outside the Supreme Court in Washington, on Jan. 13, 2026, as it hears arguments over state laws barring transgender girls and women from playing on school athletic teams. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Raúl Castro turns 95 as Cuba celebrates enigmatic figure]]></title><link>https://www.local10.com/news/world/2026/06/03/raul-castro-turns-95-as-cuba-celebrates-enigmatic-figure/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/raul-castro-turns-95-as-cuba-celebrates-enigmatic-figure/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[Raúl Castro turned 95 on Wednesday, a landmark birthday for a man still helping lead one of the last communist countries in the world.]]></description><pubDate>Wed, 03 Jun 2026 13:13:56 +0000</pubDate><content:encoded><![CDATA[<p>Raúl Castro turned 95 on Wednesday, a landmark birthday for a man still helping lead one of the last communist countries in the world.</p><p>His name and face became synonymous with the 1959 revolution led by his brother, Fidel Castro. Decades after the triumphant revolution, Fidel Castro stepped down, and Raúl Castro served as Cuba's president for 12 years.</p><p>He formally retired from politics in April 2021 but still serves as general of Cuba’s Revolutionary Armed Forces, has a seat in the National Assembly and is considered to play a central role in rising tensions with the U.S., which recently indicted him.</p><p>Here’s a look at the life of a man known as the “hero of the Republic of Cuba.”</p><p>Raúl Castro became involved in politics early</p><p>Castro was born on June 3, 1931, in the village of Birán in eastern Cuba. He was the fourth of seven children; his mother was Cuban and his father Spanish.</p><p>As a child, he attended school in Santiago de Cuba but later moved to Havana, where he began studying law at the university and became deeply involved in student politics, opposing the dictatorship of Fulgencio Batista.</p><p>By 1953, he was part of a group that attacked military barracks in Santiago de Cuba as part of a failed effort to overthrow Batista. He was charged, jailed and later released, fleeing to Mexico, where he joined the guerrilla group that would soon unseat Batista.</p><p>After a victorious revolution in 1959, Castro was appointed minister of Cuba’s Revolutionary Armed Forces and oversaw battles in Africa and Latin America that rankled some U.S. Republicans.</p><p>Many Cubans, including María Cristina Barrio Ramos, a 62-year-old teacher who lives in Havana, praised him for his actions.</p><p>“He gave us everything so that we could be free,” she said. “We owe our freedom and dignity to him.”</p><p>In October 1965, Raúl Castro became the second secretary of the Central Committee of Cuba's Communist Party. At the time, Fidel Castro lauded him in a speech.</p><p>“It is a privilege for me that, in addition to being an extraordinary revolutionary figure, he is a brother,” Castro said as his sibling stood up and smiled as the crowd around him applauded.</p><p>Fidel Castro was known for praising his brother: “Everyone who gets to know him and become close to him realizes his humanism, his great character, and his feelings; they are surprised by the image of Raúl as belligerent, aggressive and harsh, when they see the feelings of friendship, affection, and love he is capable of having for people. And he has been a great mentor and a great educator.”</p><p>Castro rises to power after brother’s health worsens</p><p>In 2006, Fidel Castro’s health began to decline, and Raúl Castro was temporarily handed power in late July of that year until Cuba’s National Assembly elected him as president in February 2008.</p><p>In the years that followed, Castro proved himself to be more liberal than his brother, allowing private enterprises to operate in Cuba while former U.S. President Barack Obama lifted restrictions on remittances and family travel, and allowed U.S. citizens to travel to Cuba under certain conditions.</p><p>By 2015, the U.S. and Cuba restored diplomatic relations and reopened embassies. A year later, Obama traveled to Cuba to meet with Castro. That same year, commercial flights between the two countries restarted.</p><p>During a historic 2016 press conference in Havana, Castro famously tried to raise Obama's left arm, whose hand went limp in an image that went viral.</p><p>Under Castro, Cuba also entered negotiations with Russia’s government in June 2014 that led to the cancellation of 90% of a multibillion-dollar debt dating from the time of the Soviet Union.</p><p>In 2018, Raúl Castro left the presidency in the hands of Miguel Díaz-Canel, marking the first time in decades that a person without “Castro” as their last name took control of the government.</p><p>In April 2021, Castro announced he would not seek another political position. Since then, he has made only sporadic public appearances.</p><p>Castro retires but remains a high-profile figure</p><p>Ever since officially retiring from politics, Raúl Castro has appeared in public only sporadically, but he is believed to still wield power behind the scenes even as he leads a discreet life.</p><p>His grandson and bodyguard, Raúl Guillermo Rodríguez Castro, met with U.S. Secretary of State Marco Rubio on the sidelines of a Caribbean summit earlier this year. Since then, Cuban and U.S. officials have confirmed talks, but tensions between the two countries remain high.</p><p>Raúl Castro was last seen at a May 1 rally that drew tens of thousands of Cubans. He was dressed, as usual, in olive green military garb and stood at the side of Díaz-Canel. Behind him was Castro's grandson.</p><p>Almost three weeks later, the U.S. government indicted Raúl Castro in the 1996 downing of civilian planes flown by Miami-based exiles over Cuban waters. He faces charges including murder and destruction of an airplane.</p><p>While the government and its supporters have condemned the indictment, Raúl Castro has remained mum.</p><p>As his birthday approached, social media was flooded with the hashtag #RaúlesRaúl, a political figure who has long been adverse to birthdays, monuments and statues, just like his brother.</p><p>The Cuban Embassy in the U.S. noted on X: “Not many people have the privilege, the health, the stoicism — and if you like, you can also add: that quintessentially Cuban stubbornness — to reach the age of 95.”</p><p>Meanwhile, Cuba's Communist Party posted several videos Tuesday on X of Cubans praising Castro.</p><p>“To talk about Cuba, you have to talk about Raúl,” said Digna Guerra, director of the island’s national choir. “He represents Cuban identity, he represents the Cuban people, he represents the revolution, which for us has immense significance. … Thank you for existing.”</p><p>___</p><p>Associated Press videographer Ariel Fernández contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C26545AMEMFFYU2XPDGX4VG4EE.jpg?auth=f746d95a04545d339992fb96a0054c26bd01f2ac1a988c73a66efeb1c74051ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Images of Raul Castro, Che Guevara and Jose Marti decorate a wall in a souvenir shop in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZKOLQNNTO7UVJNMPNM7MHAYEA.jpg?auth=492b1959b1f10cd51f75b5ff60a0d027bd469aab277a6e9585020dfc624d093b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Images of Che Guevara, Virgin of Charity, Raúl Castro, and Fidel Castro hang on a wall in a souvenir shop in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M63G7M2UY7OC6EBGNKWEMQXQGA.jpg?auth=c591b5553900845fc4b3d4ea58366c0037bd3f81a6e6330a6a60a664906bafd4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A souvenir shop worker eats next to images of Che Guevara, Fidel Castro, and Ernest Hemingway in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIUP2TQNLDGYLBGVAZNNYRDGKA.jpg?auth=5b5f6d029b5bf9baa20c2ca18494830ae56228e686515150c14aeaa50e82ce16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A souvenir shop worker gestures next to images of Raul Castro, Che Guevara and Jose Marti in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RKAJXHUTIVYY66672ORUDR4YM.jpg?auth=9041417a3bea747c3056cff83a9de090cd5d5d1ad267ec6fc9b1626a0626456a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photo of Raul Castro is seen with a reflected Cuban flag in a state store in Havana, Cuba, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Indonesia arrests former nutrition agency head and officials in corruption probe]]></title><link>https://www.local10.com/health/2026/06/03/investigators-search-indonesian-free-meals-agency-after-its-leader-was-fired/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/03/investigators-search-indonesian-free-meals-agency-after-its-leader-was-fired/</guid><dc:creator><![CDATA[By EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia’s recently dismissed head of the National Nutrition Agency was arrested on Wednesday on corruption charges related to a multi-billion-dollar free-meals program.]]></description><pubDate>Wed, 03 Jun 2026 13:01:35 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia’s recently dismissed head of the National Nutrition Agency was arrested on Wednesday on corruption charges related to a multi-billion-dollar free-meals program.</p><p>The program delivered on a campaign promise of President Prabowo Subianto and aimed to fight malnutrition by feeding nearly 90 million children and pregnant women. But it has come under steep criticism due to high costs and cases of food poisoning among schoolchildren who ate the meals.</p><p>Prabowo fired Dadan Hindayana on Tuesday and replaced him with the agency's deputy chief. Investigators searched the agency’s offices early Wednesday.</p><p>Before Indonesia’s Attorney General’s Office made Wednesday’s arrest announcement, Hindaya could be seen being led out in handcuffs, wearing a detainee red vest and a black shirt, and escorted into a green prison van.</p><p>Prosecutors also arrested two other suspects, Sony Sonjaya, the Deputy Head of the Nutrition Provision Division and Lodewyk Pusung, the Deputy Head of the Organizational Development and Institutional Relations Division. Both were fired on Tuesday.</p><p>Syarief Sulaeman Nahdi, AGO’s Director of Investigation, told reporters that based on the “examination ... and two pieces of sufficient evidence,” the three were named as suspects “in the criminal investigation of corruption related to the management of the Free Nutritious Meal program at the National Nutrition Agency for the 2025–2026 period.”</p><p>The Free Nutritious Meal program is implemented through foundations operating in schools. Investigators allege these foundations were used to facilitate criminal activities and were linked to agency officials and employees. Despite failing to meet the eligibility requirements to become program partners, they were allegedly approved by manipulating the agency’s partner verification system, with the suspects' help, Nahdi said.</p><p>“These foundations receive incentives worth billions of rupiah every day,” he said, adding that investigators are still calculating the damage to state coffers.</p><p>Minister of the State Secretariat Prasetyo Hadi said the three suspects were dismissed for failing to adhere to "standard operating procedure ... implementing governance, including maintaining food quality."</p><p>Hadi stressed the government's continuing commitment to the free meals program. “Services to the public must not be disrupted in any way,” he told reporters Tuesday</p><p>The meals program is expected to cost $28 billion through 2029.</p><p>One of Prabowo's goals was to fight malnutrition and help farmers by purchasing their harvests, but critics had questioned whether the program was affordable and logistically possible in a vast archipelago of more than 282 million people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFODBILG3DYCRZICLUY53TOEQQ.jpg?auth=d6909338130936063a73779a6a3adf171b2af96cc3f1251e2d6f9a0d49ddf69c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former deputy head of Indonesia's National Nutrition Agency Lodewyk Pusung, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNMZUYUFEPMHUSJJAQSM5JYYUI.jpg?auth=c22cd8f2ba8431d5d5ba51922d3b685e53e117cfaa242d590c20c8cbc763225b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former head of Indonesia's National Nutrition Agency Dadan Hindayana sits inside a detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TV6HJH63QNJYCQEZEJNFNZ7ECQ.jpg?auth=691e5d51f5ce3b6fb4a26978e038c7a316aee068dc834d9356de5a6ada164feb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former head of Indonesia's National Nutrition Agency Dadan Hindayana, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2CM6R7LIK3WZ27YGE547GL6OM.jpg?auth=f3f6e9fb391f4389d0d364e4edf60c37057602234663a43ae6421ab1bc04fef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former deputy head of Indonesia's National Nutrition Agency Sony Sonjaya, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F7DD3NKSRZSCETOAQW625I3KOM.jpg?auth=4fee5285795d87d285a6f733813f7610274b78d5d3b25016ec5b1ccb518eb74f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past the office of the National Nutrition Agency as it is being searched by prosecutors, in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Fire sweeps through a New Delhi building, killing at least 21 people]]></title><link>https://www.local10.com/news/world/2026/06/03/fire-sweeps-through-a-new-delhi-building-killing-at-least-21-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/fire-sweeps-through-a-new-delhi-building-killing-at-least-21-people/</guid><dc:creator><![CDATA[By MANISH SWARUP, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — A fire swept through a building in a New Delhi neighborhood Wednesday, killing at least 21 people and injuring several others, police said.]]></description><pubDate>Wed, 03 Jun 2026 08:21:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — A fire swept through a building in a New Delhi neighborhood Wednesday, killing at least 21 people and injuring several others, police said.</p><p>The building in the Malviya Nagar neighborhood in the southern part of the city had a restaurant on the ground floor and a hotel above. The predominantly residential area is densely populated and is popular with students and young professionals.</p><p>The blaze was extinguished with the help of eight fire engines, and more than 40 people were rescued and taken to nearby hospitals, Delhi police said in a statement.</p><p>The cause of the blaze was not immediately known.</p><p>Images from the scene showed firefighters trying to douse the blaze as thick smoke billowed from the building. Some people trapped inside were seen hanging from windows and shouting for help as flames and smoke swept through parts of the building.</p><p>Local residents also joined rescue efforts, helping evacuate people trapped inside and carrying some of the injured to safety.</p><p>Some of the victims were foreign nationals who had traveled to India for medical treatment, local media reported. Many foreign patients travel to New Delhi for medical treatment and often stay in nearby hotels or residential accommodation during their visits.</p><p>Prime Minister Narendra Modi expressed his condolences over the deaths, his office said in a post on X. It also said that the families of those killed would receive 200,000 rupees ($2,088) each in financial assistance.</p><p>Fires are common in India, where building laws and safety norms are often flouted by builders and residents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NFVWAIQV2INUED6AQP6EAZKEI.jpg?auth=88528180ada61b0df674e40a64559b6a82415fb92f22c0c8f69ca3cbefe57ddf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local people attempt to douse a fire at a hotel in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2EYPSLQWOCKSJUF3JFY6M3W3U.jpg?auth=f0008a150f3bbf06f51c0c1ed8363cebee9a811c698b33fd72d59ee7a277c0b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A foreign national woman shouts for help from a hotel window as fire engulfs the building in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DNVTVCVKYC5U55OC4B6MZKIC3A.jpg?auth=b232a191844eef7c7164ca492130b77d52e33c9d8a26d7dc532ec51c9dfe5ae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters rescue a foreign national from a hotel fire in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZUNBWGH3BJLPE4ZMKBXAFYFS34.jpg?auth=f71b0b6fc19c4865cdd21f049ff3636822b93617a72cb1e38253c4040324fb99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters douse a fire in a hotel in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3M5LQSJMCJHRTGISDBV3GQFNHQ.jpg?auth=09a4e1c3f43607b7dfbc8206927922e3bacd0072cb7b1ba51a1943695c8a87c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local people rescue a foreign national from a hotel fire in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[Iran and the US trade strikes in the Persian Gulf in new test of ceasefire]]></title><link>https://www.local10.com/news/world/2026/06/03/iran-and-the-us-trade-strikes-in-the-persian-gulf-further-testing-ceasefire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/iran-and-the-us-trade-strikes-in-the-persian-gulf-further-testing-ceasefire/</guid><dc:creator><![CDATA[By JON GAMBRELL and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Kuwait briefly shut its main airport Wednesday after Iranian drones heavily damaged a terminal building, killed one person and wounded dozens — the latest in back-and-forth attacks by Tehran and Washington that have tested a fragile ceasefire.]]></description><pubDate>Wed, 03 Jun 2026 13:18:00 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Kuwait briefly shut its main airport Wednesday after Iranian drones heavily damaged a terminal building, killed one person and wounded dozens — the latest in back-and-forth attacks by Tehran and Washington that have tested a fragile ceasefire.</p><p>Semiofficial Iranian news agencies have said Tehran had stopped communicating with mediators about extending the ceasefire in the war with the U.S. and Israel. A regional official said Iran wanted a separate ceasefire in Lebanon enforced before returning to talks. U.S. President Donald Trump asserted that negotiations continued.</p><p>The talks have dragged on for weeks, and exchanges of strikes in the Gulf region and Israel’s broadening war with the Iranian-backed Hezbollah in Lebanon are further strains.</p><p>Iran maintains its hold on the Strait of Hormuz — a crucial waterway for the world’s oil and natural gas and related products like fertilizer — and the U.S. continues its blockade of Iranian ports. Global fuel prices remain high, and the effects of the conflict are felt well beyond the region.</p><p>An Indian national is killed at Kuwait's main airport</p><p>Defense Ministry spokesperson Brig. Gen. Saud Abdulaziz Al-Otaibi said “a number of hostile drones” targeted a passenger building at Kuwait International Airport, which had opened only Monday after a months-long closure because of the war, which began Feb. 28 with U.S. and Israeli strikes on Iran.</p><p>Authorities said one person was killed and 63 were wounded, including passengers and workers. Health Ministry spokesman Abdullah Al Sanad said some suffered serious injuries. India’s embassy said the person killed was an Indian national.</p><p>Kuwait's Defense Ministry said it destroyed over a dozen missiles and a similar number of drones from Iran. The Foreign Ministry said Kuwait reserves the right to respond to Iran and will “neither accept nor tolerate” the attacks.</p><p>The airport partially reopened later, with Kuwait Airways flights resuming at a different terminal, according to civil aviation authorities. No other flights were operating.</p><p>Meanwhile, the U.S. military said two Iranian missiles fell apart en route to Kuwait and that it “downed multiple drones” targeting American forces in the country.</p><p>The military also said U.S. and Bahraini forces intercepted missiles aimed at the Gulf kingdom, home to the U.S. Navy’s 5th fleet. Bahrain’s Defense Ministry said its military intercepted and destroyed three missiles and a number of drones fired by Iran.</p><p>Iran’s paramilitary Revolutionary Guard acknowledged that it targeted the headquarters of the 5th Fleet and U.S. military facilities in another country, but did not name Kuwait.</p><p>Both the U.S. and Iran said they were retaliating for earlier attacks or attempted attacks.</p><p>The U.S. military also said it launched strikes on an Iranian military ground control station on Qeshm Island in the Strait of Hormuz.</p><p>Iran's Foreign Ministry condemned the U.S. strikes on the island, where it said a telecommunications tower was struck, and other previous strikes. It called them “acts of aggression” that it said violated the ceasefire.</p><p>A senior Emirati diplomat called for “a firm, unified, and cohesive Gulf position” against Iran following the attacks. “This aggression does not target a specific state, but rather all of us,” Anwar Gargash wrote on X.</p><p>Trump calls reports of cessation in talks ‘false’</p><p>Iran’s Fars and Tasnim news agencies, both believed to be close to the Guard, on Tuesday reported that Iran’s negotiators have stopped communicating with ceasefire mediators as tensions flare in Israel’s separate but related fight against Hezbollah in Lebanon.</p><p>A regional official involved in the mediation, speaking on condition of anonymity to discuss the talks, told The Associated Press that Iran had not communicated on Tuesday after saying a ceasefire needed to be enforced in Lebanon for negotiations to continue.</p><p>Trump called reports of a cessation in talks “false and erroneous.”</p><p>“The conversations between us have been going on continuously, including four days ago, three days ago, two days ago, one day ago and today,” Trump said in a social media post Tuesday.</p><p>The war is increasingly tied to Israel’s war in Lebanon</p><p>Israeli forces have moved deeper into Lebanon than at any time in over a quarter-century, while Hezbollah has launched rocket and drone attacks. The declared ceasefire in Lebanon is officially in place and no side has formally withdrawn or declared it over even as attacks continue.</p><p>Lebanon has emerged as a sticking point in Trump’s efforts to sign a ceasefire deal with Iran. Tehran insists that any larger potential truce must quell the fighting in Lebanon. Israeli Prime Minister Benjamin Netanyahu wants to keep the issues separate and is under domestic pressure to strike Hezbollah as he prepares for elections this fall.</p><p>The fighting has exposed a rift between close allies Israel and the U.S., with the U.S. pushing for restraint.</p><p>In a podcast interview released Wednesday, Trump confirmed a report that he had called Netanyahu “crazy” Monday in a phone call peppered with an expletive. Trump told The New York Post’s “Pod Force One” that he was “a little bit perturbed” that Israel's fight with Hezbollah was holding back talks with Iran.</p><p>Still, Trump said his relationship with Netanyahu was solid, and “we’ve worked very well together."</p><p>___</p><p>Magdy reported from Cairo. Associated Press writers Elena Becatoros in Athens, Greece, Sheikh Saaliq in New Delhi, Sam Mednick in Jerusalem, and Aamer Madhani and Konstantin Toropin in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4XOOKJ63IRPYRVXXUN3C5AU2Q.jpg?auth=f30d9c9524c65ffbc711dafb7ef548a120a5f93b0c0afac226447c52f8a676de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather on paddleboards in shallow water as cargo and service vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPPAABAJRTVS6RWIDZMWG5465M.jpg?auth=74b4f124c6f7eac96cae299f9e5c3d08da31fd9de7ef61b41decf181271fda4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds a poster of the Iranian Supreme Leader Ayatollah Mojtaba Khamenei during a pro-government gathering at Islamic Revolution Square in Tehran, Iran, Saturday, May 30, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7NCPB7J5RVQWR3UHG77YQD5D4.jpg?auth=247e107d557663f31c76e3131bcb8eb2448d1fe59e346f690c91a218f0480dac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People swim on a public beach as smoke, background, rises from an Israeli airstrike that hit the Qlaileh village, seen from the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Britell, Nas help tell the story of the NBA Finals with spot debuting Wednesday]]></title><link>https://www.local10.com/entertainment/2026/06/03/britell-nas-help-tell-the-story-of-the-nba-finals-with-spot-debuting-wednesday/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/03/britell-nas-help-tell-the-story-of-the-nba-finals-with-spot-debuting-wednesday/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — The NBA brought in Grammy-winning rap icon Nas and three-time Emmy-winning composer Nicholas Britell to help tell the tale of this season's NBA Finals.]]></description><pubDate>Wed, 03 Jun 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — The NBA brought in Grammy-winning rap icon Nas and three-time Emmy-winning composer Nicholas Britell to help tell the tale of this season's NBA Finals.</p><p>The league debuted a new spot — “History is Calling” — promoting the Finals early Wednesday, hours before the San Antonio Spurs and New York Knicks were set to begin this year's title series.</p><p>Britell — the composer known for “Succession,” “Moonlight” and “Andor” — envisioned a piece that, the league said, “draws inspiration from the emotional progression of basketball, from anticipation and momentum shifts to the defining moments that shape outcomes.”</p><p>Nas provides the voice, with nods to the 80-year history of the league and what it takes to get to the NBA Finals.</p><p>“Thirty teams start this journey, but only two are left standing,” Nas begins. “The math is simple. The quest, anything but. This isn't just a series. This is legacy. Everything's on the line, because history is calling. This is the NBA Finals.”</p><p>The NBA said Britell's score “marks the first expression of the league’s new signature audio identity,” and that Britell and Nas will have an expanded partnership with the league going forward.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KSD3WJG5QZHEPI22NRJHY6FDU.jpg?auth=1b0e03e5c7a144e4285b91e0e93e345db80a60b59e312d2dfce74d544147f44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama reacts after defeating the Oklahoma City Thunder in Game 7 of the Western Conference finals of the NBA basketball playoffs series Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Nate Billings)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M5ND2IWZM57DN54H62E6SCHZZ4.jpg?auth=44c0fcde1d9677dd35ca95fbc0b7ecb01a6356f17a041d10e7439a5b5fd65183&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Miles McBride reacts during the second half of Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[The basketball-crazed Philippines will have a champion when these NBA Finals are over]]></title><link>https://www.local10.com/sports/2026/06/03/the-basketball-crazed-philippines-will-have-a-champion-when-these-nba-finals-are-over/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/the-basketball-crazed-philippines-will-have-a-champion-when-these-nba-finals-are-over/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — No matter what, the basketball-crazed Philippines will have a champion to celebrate when these NBA Finals are over.]]></description><pubDate>Wed, 03 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — No matter what, the basketball-crazed Philippines will have a champion to celebrate when these NBA Finals are over.</p><p>New York's Jordan Clarkson and San Antonio's Dylan Harper — who'll face off in the Finals that start Wednesday — were both born in the U.S., but both have links to the Philippines through their mothers. And Clarkson raved about Harper, whose rookie year has been nothing but impressive.</p><p>“He’s been really good throughout the whole year,” Clarkson said. “I’ve been watching him, keeping up with him, as well. Him being so young and having so much poise throughout this whole playoffs, it’s a great sight to see a young star coming in this league and doing what he’s doing.”</p><p>The significance of this isn't lost on Harper either.</p><p>“I think me and him get to do something really special, representing our country, where we’re from, represent everything on the biggest stage in basketball,” Harper said. “I feel like over there in the Philippines, basketball is probably the biggest thing. I think we’re very excited for that and we’re just very blessed and grateful to be in this position.”</p><p>Not a lot of Finals history</p><p>Only six players on the Knicks and the Spurs have appeared in previous NBA Finals games.</p><p>San Antonio’s Harrison Barnes played in 13 for Golden State, Luke Kornet played in six for Boston and Kelly Olynyk played in five for Miami.</p><p>For New York, Mikal Bridges played in six for Phoenix, Dillon Jones played in three for Oklahoma City and Jordan Clarkson played in two for Cleveland. Another member of the Knicks — OG Anunoby — was with Toronto for its run to the 2019 NBA title, but did not play in any of those six games.</p><p>Combined, those six players with past Finals experience have scored 265 points in the title round.</p><p>Don't expect overtime. Or a lot of close games.</p><p>The last 44 NBA Finals games have all ended in regulation, the longest run without overtime in the title series in league history. There was a 34-game stretch without an overtime game from 1984 through 1990.</p><p>Of course, it's tough to have a shot at going to overtime when games aren't close down the stretch. Out of the last 81 Finals games, 50 have been decided by double figures.</p><p>The division champion stat</p><p>An annual reminder: Division championships mean nothing anymore ... until the NBA Finals.</p><p>If San Antonio wins the NBA title, it will mark the 14th time in the last 15 seasons that a division champion has wound up winning.</p><p>The only exception in that span was Golden State in 2022. Before that, the last team to not win their division but win the NBA title was Dallas in 2011.</p><p>The Knicks were second in the Atlantic Division behind Boston this year, so they're trying to buck this trend.</p><p>Welcome back, Mike Brown</p><p>It's been 19 years, but Mike Brown is back in the NBA Finals as a head coach. The New York coach took Cleveland to the title round in 2007 — getting swept by San Antonio that year.</p><p>Just by getting here this year, Brown joins an exclusive club of coaches to take multiple franchises to the NBA Finals.</p><p>Pat Riley (Los Angeles Lakers, New York, Miami) and Alex Hannum (St. Louis, Philadelphia, San Francisco) took three franchises to the Finals. Brown joins Rick Carlisle, Phil Jackson, Larry Brown, KC Jones, Bill Fitch, Gene Shue, Bill Sharman and Red Auerbach on the list of those to take two different franchises to the title round.</p><p>Wemby's amazing year</p><p>San Antonio star Victor Wembanyama has had a postseason like no one in league history, and his totals are only going to get more impressive.</p><p>So far in these playoffs, Wembanyama has 394 points, 183 rebounds, 100 made free throws, 60 blocked shots and 30 3-pointers.</p><p>That's just the playoffs. Only 19 players — him included, of course — had those totals over the entirety of this regular season. (No Spurs player has ever had a regular season with all those numbers, except Wembanyama.)</p><p>And since 3-pointers came into play, nobody in NBA history has ever done all that in the same postseason, until now.</p><p>If this goes 7 games ...</p><p>If this NBA Finals goes the seven-game distance, Spurs players Keldon Johnson and Julian Champagnie might tie an NBA record.</p><p>Or break it, depending on how you count.</p><p>Johnson and Champagnie both enter these NBA Finals with 100 games played so far this season. That's seven shy of the NBA record for games played in a season — shared by Charles Oakley and Tayshaun Prince.</p><p>They both played 107. But Johnson and Champagnie also played in the NBA Cup title game, which means they would have technically played in 108 games this season — though the league doesn't recognize the Cup final in any statistics.</p><p>Money matters</p><p>The Spurs and Knicks are playing for $5,157,417 in bonus money. That's the difference between winning and losing the NBA Finals out of the league's playoff pool, which topped $35 million this season.</p><p>The Spurs have already secured $6,594,508 out of that pool this season. The Knicks have clinched $6,438,024.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YMGQM7CQ77MUK5HE62TK5O33SY.jpg?auth=1622de0d06804900dc7110650cb0cf4fbae2c21475e51034be9e4e55a1ceab77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jordan Clarkson laughs with comedian Guillermo Rodriguez before a workout prior to the start of the NBA Finals basketball series against the San Antonio Spurs, Tuesday, June 2, 2026, in San Antonio. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MX7UJVCCQULM6C7RVITSFKO42U.jpg?auth=97a8cca371944343fc9cc036f33e1a6e47ff28f05206b9f50acde254462d76ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Dylan Harper speaks to the media prior to the start of the NBA Finals basketball series against the New York Knicks, Tuesday, June 2, 2026, in San Antonio. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Angels outfielder Jo Adell misplays flyball into home run off his head, much like Canseco in 1993]]></title><link>https://www.local10.com/sports/2026/06/03/angels-outfielder-jo-adell-misplays-flyball-into-home-run-off-his-head-much-like-canseco-in-1993/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/angels-outfielder-jo-adell-misplays-flyball-into-home-run-off-his-head-much-like-canseco-in-1993/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Earlier this season, Los Angeles Angels right fielder Jo Adell had an incredible night to remember on defense, when he robbed the Seattle Mariners of three home runs.]]></description><pubDate>Wed, 03 Jun 2026 06:22:36 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Earlier this season, Los Angeles Angels right fielder Jo Adell had an incredible night to remember on defense, when he robbed the Seattle Mariners of three home runs.</p><p>This time, he was on the wrong end of a play to forget.</p><p>Adell misplayed a flyball into a bizarre home run off his head Tuesday, a fielding blunder reminiscent of José Canseco's embarrassing gaffe 33 years ago with the Texas Rangers.</p><p>Adell reached up to catch TJ Rumfield's deep fly for the Colorado Rockies in the fourth inning, but the ball grazed the outside of his glove before bouncing off his head and over the wall for a solo homer.</p><p>“I was toward the line and I felt like I had a little bit longer way to go than I normally do on a route like that and just missed it,” Adell told MLB.com. “It hit off my hat. I don’t know if I overran it and took a step over. But it was kind of the icing on the cake because I was (bad) all the way around the whole day today.”</p><p>There was brief confusion on the field when the ball caromed off a digital scoreboard above the fence and back into the outfield. Rumfield stopped at second base, initially unsure of the ruling, before proceeding around the bases to give Colorado an 8-0 lead on the way to an 8-2 victory.</p><p>“It’s one of those things where how it happened looks crazy,” said Adell, who also went 0 for 4 at the plate with two strikeouts. “It looks like I’ve never played in the field before, which is disappointing, because it’s beyond the truth. But it is what it is. I’m the only one that really knows what happened. I was out there, and it happened to me, so it is what it is. I’ve got to just keep going, and as a team, we’ve got to keep going.”</p><p>It was similar to an infamous play on May 26, 1993, when Canseco lost track of a long drive hit by Cleveland's Carlos Martínez. The ball bounced off Canseco's head and over the right-field wall for a home run.</p><p>Rumfield's gift homer ended the night for Angels starter Grayson Rodriguez, who gave up three homers and eight runs in 3 2/3 innings.</p><p>The play also stood in stark contrast to some of Adell's fielding exploits this season, including that April game in which he stole three would-be homers from the Mariners — including one in the ninth inning — to preserve a 1-0 victory for the Angels.</p><p>After that one, former Gold Glove outfielder Torii Hunter, now a special assistant to the general manager for the Angels, said Adell had “probably the greatest defensive game I’ve ever seen.”</p><p>“He robbed three homers in one night this year, so it’s baseball, and it’s a crazy game,” Rodriguez said. “Things happen. Obviously, he didn’t do that on purpose. All you can do is really just move on.”</p><p>Adell struggled at times with fielding early in his major league career, including a play during the 2020 season when a deep drive by Rangers outfielder Nick Solak bounced out of Adell's glove for what was ruled a rare four-base error. But Adell has had far more fielding highlights than lowlights since, and he was a Gold Glove finalist in 2024.</p><p>“Jo’s made great strides defensively from when I played with him,” Angels manager Kurt Suzuki said. “And obviously, he had the night he robbed three home runs. So I look back at the strides that he’s made defensively. It was a tough play tonight, but at the same time, the strides that he’s made defensively have been great.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2Y6YREBPOIYO7472M43R2WTZHE.jpg?auth=6199066c2f5378d7f797c0d541d9b7a0d89d91ba907934e130f527fcfaa25990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VI3QRY5S3DVOJNZD54R4U7GEWI.jpg?auth=d833bda619a5e484bc290a8b2d354674673fe8479372fb33c4cd23dcb28ecb89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFG4TVXICP6D2R7PKA5T7XMYWI.jpg?auth=e450d98723e71bbaa1fd15da5863f4290fe8f68e3c88498fba953993e59822bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUMY5FD4VIP6WL6IST4UXW3XNM.jpg?auth=3e6e1fda6c1d91dfd9c05d3df23523ccfb18121a149def988806daa6b2b727be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B6SKYBGC2VJ5ELLOE5CAOKWOL4.jpg?auth=015071382af71936be6f04525572d3beb979740d9cbb1c0a8c83f7d4701558f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell touches his head after he misplayed a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run as center fielder Mike Trout goes after the ball during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Matt Olson, baseball's iron man, stars for the Braves on Lou Gehrig Day]]></title><link>https://www.local10.com/sports/2026/06/03/matt-olson-baseballs-iron-man-stars-for-the-braves-on-lou-gehrig-day/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/matt-olson-baseballs-iron-man-stars-for-the-braves-on-lou-gehrig-day/</guid><dc:creator><![CDATA[By PAUL NEWBERRY, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — On Lou Gehrig Day, baseball's reigning iron man came through with the biggest blow for the Atlanta Braves.]]></description><pubDate>Wed, 03 Jun 2026 04:10:29 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — On Lou Gehrig Day, baseball's reigning iron man came through with the biggest blow for the Atlanta Braves.</p><p>Matt Olson marked his 844th consecutive game with a tiebreaking homer in the sixth inning, giving the Braves a 4-3 victory over the Toronto Blue Jays.</p><p>Olson's towering shot — his 17th homer of the season — got a big assist from a strong breeze blowing toward the right-field corner. The slugging first baseman thought he got under the ball, but it kept drifting and drifting — until it barely cleared the tall brick wall.</p><p>“I did not" think it was a homer, Olson said. “Luckily, we had some wind blowing out that way.”</p><p>Appropriately, Olson took a starring role on a day that Major League Baseball marked the 85th anniversary of Gehrig's untimely death from ALS at age 37 — a disease that is forever linked to the Iron Horse and cut short his then-record streak of 2,130 consecutive games.</p><p>Olson, who also doubled and came around to score a run that gave Atlanta a 3-2 lead in the third, has played in every game going back to May 2, 2021 — the longest active run in the big leagues.</p><p>“We've talked about the streak,” he said. “It's not something I'm hanging up on a pedestal. But to be able to show up and play while I'm able to, I want to.”</p><p>Braves manager Walt Weiss praised Olson's durability and couldn't think of higher praise than being compared to Gehrig.</p><p>“Lou Gehrig was one of my all-time heroes,” Weiss said. “I made all four of my sons do their fifth-grade book report on Lou Gehrig. That was mandatory in our house. What a legacy he left behind. And you've got our iron man hitting the game-winning homer on Lou Gehrig Day, so very appropriate."</p><p>Olson was acquired in a blockbuster deal with the Athletics ahead of the 2022 season after the Braves couldn't agree on a new contract with longtime first baseman Freddie Freeman.</p><p>It was huge shoes to fill, but Olson has been highly productive since joining the Braves. He hit a franchise-record 54 homers in 2023, and is on pace for another big season for the team with baseball's best record at 41-20.</p><p>“He's rock-solid in every way," Weiss said. “He's so reliable.”</p><p>Olson said there's a simple reason that he prefers playing every day, eschewing even the occasional day off.</p><p>“I just don't like sitting,” the 32-year-old said with a smile. “I've had days off in the past and, man, it sucks sitting there and watching everybody else play. Sure, you're tired sometimes. But I just think you have a commitment to your teammates and the fans and yourself and the organization. If you can go, you should go.”</p><p>His playing streak is the longest in the big leagues since Miguel Tejada had 1,152 consecutive games from 2000-07. Of course, Gehrig's record was broken by Cal Ripken Jr., who played in 2,632 consecutive games during his Hall of Fame career with the Baltimore Orioles.</p><p>Like Weiss, Olson appreciates what Gehrig meant to the national pastime and especially how he brought more attention to amyotrophic lateral sclerosis, a progressive neurological disease that has no known cure.</p><p>“I know people from my area who've been affected by it," Olson said. “A brutal disease. Every time we get a chance to bring some awareness to it and do something to help people who are really affected by it, we're all for it.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FHPE3YBSTWUTTO67NY6RF2J3ZU.jpg?auth=97b436edd4c332340e924c6501f5d57fb8ca8ec2ff69974a2b3ce2c7996c6867&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson hits a solo homerun against the Toronto Blue Jays in the sixth inning of a baseball game, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MTQBBBFFQRPLYRGFM6KZ724RX4.jpg?auth=97cced6a458a907effaad2a26489400e3cd2550a1b3578ec1898a8d6d3069939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves first baseman Matt Olson (28) runs after hitting a solo homerun in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OXLB6433PHHSTPGVXGJNAKP34.jpg?auth=14091da083e063c41a5bb4f52c242497582dfe7afca551dc414ec13a5038ba00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves first baseman Matt Olson (28) runs after hitting a solo homerun in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3NE7RUH4P3MK4J5ONBVCPZZNEE.jpg?auth=366ea26e6b5858a7c5bc29541bc06dbb7c837218bb5ba64f6ae8e553a0aef754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson (28) celebrates his solo homer with Dominic Smith in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XHS7IAY3UU7AJRYFYY77R7N7I.jpg?auth=cb1681e3846102a45ab8eb4427bb9629de11e8cfa6c7936acde6a124a3d48657&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays left fielder Yohendrick Piñango (24) tries to make the catch against Atlanta Braves' Matt Olson in the sixth inning of a baseball game, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[New prime minister says Solomon Islands will review its secretive security treaty with China]]></title><link>https://www.local10.com/news/world/2026/06/02/new-prime-minister-says-solomon-islands-will-review-its-secretive-security-treaty-with-china/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/02/new-prime-minister-says-solomon-islands-will-review-its-secretive-security-treaty-with-china/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — The Solomon Islands will review its secretive security treaty with China, the South Pacific nation’s new Prime Minister Matthew Wale said Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 07:45:47 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — The Solomon Islands will review its secretive security treaty with China, the South Pacific nation’s new Prime Minister Matthew Wale said Wednesday.</p><p>The pact struck in 2022 with the Solomons’ then-Prime Minister Manasseh Sogavare created fears in the United States and among allies including Australia that it would allow the Chinese navy to build a base in the South Pacific.</p><p>Before Wale became prime minister in a parliamentary vote May 15, he had called for the detail of the treaty to be made public.</p><p>Wale said Wednesday he had only been provided with a copy a few days ago and after he had “removed certain people from key positions.” He didn’t identify those people.</p><p>“I haven’t had a good look at it. I’ve had a look at it,” Wale told reporters in the Australian capital Canberra.</p><p>“I’ve been praying and fasting about it. … There is a nondisclosure clause in it, so I couldn’t show it to you right away. But we are going to be reviewing (the treaty), as we are reviewing other security agreements that we have with many other countries,” he added.</p><p>In Beijing, Foreign Ministry spokesperson Mao Ning said China was “ready to work with the new government of Solomon Islands to expand pragmatic cooperation in various fields so as to better benefit the two peoples.”</p><p>Wale was visiting Australia in his first overseas trip since he became leader of his nation of 700,000 people, 2,000 kilometers (1,200 miles) northeast of Australia.</p><p>Wale and his Australian counterpart Anthony Albanese announced their governments would negotiate a comprehensive strategic treaty that would elevate the bilateral relationship and cover security and economic issues.</p><p>Wale’s predecessor, Jeremiah Manele, had resisted Australia’s efforts to forge closer ties, but Wale said the two governments had decided to “reset” the bilateral relationship.</p><p>“We acknowledge that there’s been some problems in the past few years,” Wale said.</p><p>Albanese said Australia should be the Solomons’ primary security partner, rather than China.</p><p>“We have said very clearly we want Australia to be the security partner of choice in our region and we want the Pacific family to look after our security in this region,” Albanese said.</p><p>Wale said the regional looking after its own security was "the direction we want to take.”</p><p>China has provided police instructors to the Solomons as part of their bilateral deal. The Solomons doesn’t have a military, so police there have a larger security role than in countries with defense forces.</p><p>The Solomons provided China with a diplomatic coup in 2019 when Sogavare’s government switched official recognition to Beijing from Taiwan, the self-governed island democracy China claims as part of its territory.</p><p>___</p><p>Associated Press writer Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DAX6HDYY3TILZAV25OFPYACRQM.jpg?auth=51c3452c4d8f468e63d5a76fbc5f3b3fef91c5c1523845197e5c20f0dc80f794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solomon Islands' Prime Minister Matthew Wale, right, signs a visitors book as Australian Prime Minister Anthony Albanese watches at Parliament House in Canberra, Wednesday, June 3, 2026. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFF6OPE5QKJ2W37TARV64UJIS4.jpg?auth=eaaa1b20acbfa3ac3e1f4a590caaa5140a768c6eafe32ba90733291be4340bfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solomon Islands Prime Minister Matthew Wale, left, and Australian Prime Minister Anthony Albanese walk together at Parliament House in Canberra, Wednesday, June 3, 2026. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content></item><item><title><![CDATA[Deerfield Beach commissioners approve resolution to potentially take legal action against BSO]]></title><link>https://www.local10.com/news/2026/06/02/deerfield-beach-commissioners-consider-legal-action-against-bso/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/02/deerfield-beach-commissioners-consider-legal-action-against-bso/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Deerfield Beach commissioners meet on Tuesday night, and their agenda includes a resolution to take “all necessary actions” against the Broward Sheriff’s Office. ]]></description><pubDate>Tue, 02 Jun 2026 21:35:23 +0000</pubDate><content:encoded><![CDATA[<p>Deerfield Beach commissioners meet on Tuesday night, and their agenda included a resolution to take “all necessary actions”<b> </b>against the Broward Sheriff’s Office. </p><p><a href="https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/">Leer en español</a></p><p>Ultimately, commissioners unanimously approved the resolution allowing the city to take action against BSO to help begin the transition, including bringing in “outside legal counsel” and possibly “filing litigation against” the sheriff’s office.</p><p>The city said it was necessary to protect the health, safety and welfare of the residents of the city.</p><p>The move came as Broward Sheriff Gregory Tony sent out a storm of social media videos and a flyer, warning Deerfield Beach residents about the split. </p><p>“When this starts and these men and women are removed from those areas, there’s no coming back,” Tony said in a video posted to social media. “When I pull 50 (deputies) out, they will be reassigned.”</p><p>City officials have been working on starting the city’s own police and fire rescue departments before September 2027, when BSO stops working for the city. </p><p>Deerfield Beach Mayor Todd Drosky said it’s essential for the city to be legally protected over the city’s fears that Tony will pull deputies out of the city early.</p><p>“Any implication by the sheriff otherwise, to not provide services at any date before then, is a breach of our contract,” said Drosky. </p><p>The city has been transitioning away from BSO, after relying on the agency for more than three decades. </p><p>The city has named both a transitional fire chief and a transitional police chief, both of whom spoke at Tuesday’s meeting.</p><p>The city streamed the commission meeting <a href="https://www.youtube.com/@deerfieldbeachcommissionme843/streams" target="_self" rel="" title="https://www.youtube.com/@deerfieldbeachcommissionme843/streams">on YouTube</a>. </p><p><b>Related document</b>: <a href="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207" target="_self" rel="" title="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207">The commission meeting’s agenda</a></p><figure><img src="https://www.local10.com/resizer/v2/AY3UJFAOBBGKVPT22XPZQYSQJA.jpg?auth=3803335a1cc727222a446fd9a55162f53ed104186a49355087f1c9b213f3f6e2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/">Tony talks Deerfield Beach split with BSO, command staff shakeup</a></li><li><a href="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/">Deerfield Beach commission votes to cut ties with BSO</a></li><li><a href="https://www.local10.com/news/local/2026/02/03/its-all-happened-so-quickly-deerfield-beach-residents-still-have-questions-about-citys-split-with-bso/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/03/its-all-happened-so-quickly-deerfield-beach-residents-still-have-questions-about-citys-split-with-bso/">‘It’s all happened so quickly’: Deerfield Beach residents still have questions about city’s split with BSO</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Congreso de Guatemala aprueba nueva ley para combatir lavado de dinero]]></title><link>https://www.local10.com/espanol/2026/06/02/congreso-de-guatemala-aprueba-nueva-ley-para-combatir-lavado-de-dinero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/congreso-de-guatemala-aprueba-nueva-ley-para-combatir-lavado-de-dinero/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — El Congreso de Guatemala aprobó la noche del martes una nueva ley integral para combatir el lavado de dinero y el financiamiento del terrorismo después de que el Grupo de Acción Financiera Internacional (GAFI) advirtió con colocar al país en una lista gris.]]></description><pubDate>Wed, 03 Jun 2026 03:24:04 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El Congreso de Guatemala aprobó la noche del martes una nueva ley integral para combatir el lavado de dinero y el financiamiento del terrorismo después de que el Grupo de Acción Financiera Internacional (GAFI) advirtió con colocar al país en una lista gris.</p><p>La Ley fue aprobada con los votos de 147 de los 160 diputados que integran el Congreso y entrará en vigor tres meses después de su publicación.</p><p>La nueva medida tiene como objetivo brindarle al sistema financiero guatemalteco más herramientas de control y prevención del lavado de dinero proveniente de delitos como el narcotráfico, el terrorismo de pandillas y la corrupción.</p><p>La iniciativa fue aprobada después de varios meses de debate y de una disputa interna de la oposición entre el partido VAMOS del expresidente Alejandro Giammattei y el partido VALOR que buscaba debilitar la propuesta.</p><p>El diputado Allan Rodríguez, de VAMOS, cabildeo para evitar la aprobación de esta ley. Fue sancionado por el Departamento del Tesoro estadounidense en 2022 por utilizar “su autoridad como presidente del Congreso para otorgar subvenciones para la construcción a cambio de sobornos”.</p><p>El GAFI, un organismo intergubernamental creado por el G7 encargado de establecer los estándares internacionales y promover políticas para combatir el lavado de activos, la financiación del terrorismo y la proliferación de armas de destrucción masiva, ya había advertido que el país podría quedar aislado si no endurecía sus leyes para hacer frente a estos delitos.</p><p>Samuel Pérez, diputado ligado al oficialismo, dijo a The Associated Press que la aprobación de la ley le otorga herramientas al Estado guatemalteco para investigar y detectar este tipo de delitos.</p><p>“Pero sobre todo, evita que estos crímenes sigan ocurriendo, también evita que se afecte las remesas si hubieran bloqueos a bancos que no combatan estos delitos con estándares internacionales”, dijo Pérez.</p><p>Sobre los obstáculos a la aprobación de la ley, Pérez dijo que se debían a que "hay varios diputados que se dedican a lavar dinero por diferentes motivos, como dinero proveniente de delitos de pandillas, del narcotráfico o de actos de corrupción cometidos por alcaldes o de fondos de obras públicas, como ha ocurrido en el pasado.</p><p>Pérez aseguró que la delincuencia encuentra nuevas vías y formas para burlar a las autoridades, por lo que el Estado también debe modernizarse.</p><p>La Oficina del Departamento de Estado de Asuntos del Hemisferio Occidental de Estados Unidos señaló la semana pasada en la red social X que el gobierno del presidente Donald Trump apoya a los países del hemisferio que realizan esfuerzos para fortalecer sus leyes contra el lavado de dinero.</p><p>“Una de las mayores amenazas para la seguridad en nuestro hemisferio es el lavado de dinero, que resulta esencial para que los carteles y los narcoterroristas conviertan el tráfico de drogas, la trata de personas y otras actividades ilícitas en los fondos que necesitan para financiar la violencia que ejercen contra nuestras sociedades”, indicó la agencia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VK7WXX3BPMJQLF54I5P5BQREU.jpg?auth=e1745ece2fc5257ff21c715cd044b51494a5be5c5456366da799ea31fff11a55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de la Comisión Europea, Antonio Costa, a la izquierda, y el presidente de Guatemala, Bernardo Arévalo, durante una conferencia de prensa, el miércoles 20 de mayo de 2026, en el Palacio Nacional en Ciudad de Guatemala. (AP Foto/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Citing 'critical issues,' SEC, Big Ten withhold support for bipartisan college sports bill]]></title><link>https://www.local10.com/sports/2026/06/02/citing-critical-issues-sec-big-ten-withhold-support-for-bipartisan-college-sports-bill/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/citing-critical-issues-sec-big-ten-withhold-support-for-bipartisan-college-sports-bill/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The two biggest conferences in college sports released a statement Tuesday saying they do not support the current version of a bipartisan bill designed to regulate an industry struggling for answers in a quickly changing era in which some players make millions.]]></description><pubDate>Wed, 03 Jun 2026 03:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The two biggest conferences in college sports released a statement Tuesday saying they do not support the current version of a bipartisan bill designed to regulate an industry struggling for answers in a quickly changing era in which some players make millions.</p><p>The Southeastern and Big Ten conferences said the “bill leaves critical issues unresolved,” including not “meaningfully” preempting state laws with a federal one, which has long been considered a key element for a measure to get support from the NCAA and the conferences.</p><p>In an interview last week, Sen. Ted Cruz, R-Texas, who drafted the bill with Sen. Maria Cantwell, D-Wash., told The Associated Press “the bill is drafted to preempt state laws that conflict with the provisions in this bill.”</p><p>The SEC-Big Ten statement came out less than 24 hours before a scheduled hearing about the bill in front of the Senate Commerce Committee. Cruz chairs the panel and Cantwell is the ranking Democrat.</p><p>The legislation has received support from the Big 12 and Atlantic Coast Conferences, but the Big Ten and SEC, as the two richest leagues that also have decision-making power over the future of the College Football Playoff, hold the biggest cards.</p><p>One of the bill's key provisions would give conferences an option to pool their media rights — an idea the Big Ten and SEC have long claimed would not result in a financial windfall that proponents suggest. The leagues' statement did not speak to that issue.</p><p>A spokesperson for the Commerce Committee that Cruz chairs acknowledged the Big Ten-SEC position.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AY2EGTVNHLU2QAIZNNPXOR2FAY.jpg?auth=b53ae34a033100f0608d35db7d805aaaf4d7e093d6b0e161b9e39fe139a9b301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, chairman of the Senate Commerce Committee, speaks to reporters after a closed-door meeting with fellow Republicans, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLMB4JTETV3TL42YUXMQIYNTIM.jpg?auth=41e90c8fe07a64e81024ae23173854e5e24c44299e05c51b3c347975d2bbf834&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Maria Cantwell, D-Wash., speaks during a panel discussion on Capitol Hill, Feb. 26, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMZTLKBNEPS5F3R6VX4XQKDJXU.jpg?auth=efcfa575b4f249493051699a9e7d837a5e710c1ec28184d685ce1631e36d8123&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Greg Sankey, commissioner of the Southeastern Conference, speaks during NCAA college basketball women's SEC Media Day, Oct. 16, 2024, in Birmingham, Ala. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Scott Pelley fired from '60 Minutes,' deepening turmoil at CBS News]]></title><link>https://www.local10.com/news/2026/06/03/scott-pelley-fired-from-60-minutes-deepening-turmoil-at-cbs-news/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/scott-pelley-fired-from-60-minutes-deepening-turmoil-at-cbs-news/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[CBS News fired longtime “60 Minutes” correspondent Scott Pelley on Tuesday, a day after he reportedly said Editor-in-Chief Bari Weiss was “murdering the show” and accused its new producer of having “slender qualifications” for the job.]]></description><pubDate>Wed, 03 Jun 2026 06:35:24 +0000</pubDate><content:encoded><![CDATA[<p>CBS News fired longtime “60 Minutes” correspondent Scott Pelley on Tuesday, a day after he reportedly said Editor-in-Chief Bari Weiss was “murdering the show” and accused its new producer of having “slender qualifications” for the job.</p><p>The move deepened the turmoil at the nation's most influential TV news program, days after a leadership overhaul.</p><p>Pelley, 68, criticized management Monday during a fiery staff meeting with Nick Bilton, the program's new executive producer installed by Weiss last week, according to a detailed report on the Status website.</p><p>In a termination notice obtained Tuesday night by The Associated Press, Bilton, a technology journalist and filmmaker with no traditional broadcast news experience, accused Pelley of carrying out an “ambush” against him.</p><p>“Yesterday, you hijacked my first meeting with staff to disparage me, my qualifications, and my intentions with remarkable incivility and contempt,” the letter states.</p><p>Pelley said in a statement that “60 Minutes” has lost its DNA under new management. He accused them of asking him to “inject falsehoods and bias” into his work, without sharing specific details.</p><p>Pelley is accused of a ‘performative display of hostility’</p><p>Status, which said it had a recording of the Monday meeting, reported that Pelley had said Weiss was brought in to kill the news outlet, “and she’s doing exactly that.” Weiss was not present for the meeting.</p><p>Pelley reportedly grilled Bilton about the firings last week of Bilton’s predecessor, Tanya Simon, and correspondents Sharyn Alfonsi and Cecilia Vega.</p><p>Alfonsi had criticized Weiss last year for postponing a segment about deportees sent to the notorious CECOT prison in El Salvador as part of President Donald Trump's immigration crackdown.</p><p>Pelley said in his statement that those colleagues “stood for fairness against the forces of political bias.” He also accused CEO David Ellison of casting aside the show's reputation “apparently to curry a moment of favor with the Trump administration.” Ellison, an ally of the Republican president, has owned CBS since 2025, when its parent company, Paramount, merged with Skydance Media.</p><p>In the dismissal letter Tuesday, Bilton said Pelley’s “performative display of hostility” demonstrated that he has “no interest in contributing to the future success of the show.”</p><p>An uneasy stretch for CBS News</p><p>Since Weiss took over the network's news operation last October, it has traveled a bumpy road.</p><p>Pelley's termination came just five days after Weiss, who has become a polarizing figure in the media world since taking the reins, told staff in a memo that it was time for a “new approach” at the top-rated newsmagazine.</p><p>In the memo, Weiss and CBS News president Tom Cibrowski said their goal for “60 Minutes” was “building a show that thrives in the 21st century.” That could include extending the show beyond a 60-minute broadcast, they said.</p><p>“60 Minutes” first aired in 1968 and is the longest-running prime-time show in TV history. Its investigative journalism and probing interviews, sometimes with unwilling subjects, have given it the reputation of uncompromising journalism — precisely the trait that Pelley said he feared was under assault.</p><p>Pelley started working for CBS in 1989. He was its chief White House Correspondent from 1997 to 1999, during Bill Clinton's presidency, and anchored “CBS Evening News” from 2011 to 2017. He has won 51 Emmy Awards, according to his CBS bio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TUEEPFHUTJ5LL6KC5B3RYDJ3Q.jpg?auth=898e2c469eb92ea8d2ed5efdd7fadd97fc173351b73de5feb53845dd3a017545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Pelley, anchor of "CBS Evening News," at the CBS Upfront in New York, May 15, 2013. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIXEEDMCHXEAX7ZA2CEPFTB7FE.jpg?auth=ae0c019bec4cf481aba620d6f2b170194283897e595d066cafcbc7495490d992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by CBS News shows Bari Weiss at the CBS News/Politico reception ahead of the White House correspondents dinner in Washington on April 25, 2026. (Mary Kouw/CBS News via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Kouw</media:credit></media:content></item><item><title><![CDATA[Motorcyclist critical after crashing into hearse at Miami-Dade funeral home]]></title><link>https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description><![CDATA[Medics rushed a victim to a trauma center after a crash involving a motorcycle and a hearse at a northwest Miami-Dade funeral home on Tuesday. ]]></description><pubDate>Tue, 02 Jun 2026 19:53:50 +0000</pubDate><content:encoded><![CDATA[<p>Medics rushed a victim to a trauma center after a crash involving a motorcycle and a hearse at a northwest Miami-Dade funeral home on Tuesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/">Leer en español</a></p><p>Video from Sky 10 shows that the biker crashed into an apparently-parked hearse at Angels of Paradise Mortuary, located at 2796 NW 46th St. in the unincorporated Brownsville area.</p><p>The property is owned by the Antioch Missionary Baptist Church of Brownsville.</p><p>Dispatch records showed the wreck happened at around 3:15 p.m.</p><p>According to the Miami-Dade Sheriff’s Office, a preliminary investigation showed that the motorcyclist lost control of his bike and crashed into the Cadillac. </p><p>Authorities said that medics took him to Jackson Memorial Hospital in critical condition.</p><p>MDSO deputies remained at the scene Tuesday afternoon investigating the crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fuertes lluvias por tormenta tropical elevan riesgo de inundaciones en región de Tokio]]></title><link>https://www.local10.com/espanol/2026/06/02/fuertes-lluvias-por-tormenta-tropical-elevan-riesgo-de-inundaciones-en-region-de-tokio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/fuertes-lluvias-por-tormenta-tropical-elevan-riesgo-de-inundaciones-en-region-de-tokio/</guid><dc:creator><![CDATA[Por MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKIO (AP) — Una tormenta tropical descargó fuertes lluvias y elevó el riesgo de inundaciones en el centro-este de Japón al desplazarse hacia la densamente poblada región de Tokio el miércoles.]]></description><pubDate>Wed, 03 Jun 2026 02:30:06 +0000</pubDate><content:encoded><![CDATA[<p>TOKIO (AP) — Una tormenta tropical descargó fuertes lluvias y elevó el riesgo de inundaciones en el centro-este de Japón al desplazarse hacia la densamente poblada región de Tokio el miércoles.</p><p>Las fuertes lluvias paralizaron el tráfico en las calles de la ciudad y provocaron la cancelación de cientos de vuelos, mientras que los servicios de trenes fueron suspendidos o sufrieron retrasos. Más de 5.000 viviendas se quedaron sin electricidad, según Tokyo Electric Power Company Holdings, que presta servicio a la región de la capital.</p><p>En el centro de Tokio, se recomendó a los residentes cerca del río Zenpukuji que se refugiaran. Imágenes de televisión mostraban el agua turbia crecida a punto de desbordarse.</p><p>La Agencia Meteorológica de Japón informó que la tormenta tropical Jangmi se encontraba al este de la ciudad de Shima y avanzaba hacia el noreste a media mañana, con vientos máximos sostenidos de 90 km/h (55 mph).</p><p>La agencia emitió la advertencia de inundación de nivel más alto en varias zonas del centro y el este de Japón, e instó a las personas que viven a lo largo de ríos y en áreas vulnerables a trasladarse a terrenos más elevados por seguridad.</p><p>La tormenta dejó 50 centímetros (20 pulgadas) de lluvia en las últimas 24 horas en la zona de Owase, en el centro de Japón. La AMJ indicó que se esperaban hasta 20 centímetros (8 pulgadas) hasta la mañana del jueves en algunas áreas, incluida Tokio.</p><p>Jangmi tocó tierra en la prefectura de Wakayama con fuerza de tifón, con vientos de 126 km/h (78 mph), antes de internarse en tierra y debilitarse de forma significativa. Se pronosticó que mantendría fuerza de tormenta tropical durante gran parte del día.</p><p>El tifón había golpeado antes la isla meridional de Okinawa y dejó a 15 personas con heridas leves. ___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/55EJRF7M5HYLF3HO5NPHMSOD4M.jpg?auth=4f7f01fe6c3b3b3f8c0cf512333c0a16b03ce9c3913839b2ca39643ce4c3434b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre se detiene para resguardarse de la lluvia en Tokio, el miércoles 3 de junio de 2026. (AP Foto/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Veteran journalist Scott Pelley of ‘60 Minutes’ fired by CBS News ]]></title><link>https://www.local10.com/entertainment/2026/06/02/veteran-journalist-scott-pelley-of-60-minutes-fired-by-cbs-news/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/02/veteran-journalist-scott-pelley-of-60-minutes-fired-by-cbs-news/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Veteran correspondent Scott Pelley has been fired from CBS News.]]></description><pubDate>Wed, 03 Jun 2026 02:19:14 +0000</pubDate><content:encoded><![CDATA[<p>Veteran correspondent Scott Pelley has been fired from CBS News.</p><p>The dismissal comes a day after Pelley slammed the show’s editor-in-chief, Bari Weiss, during a staff meeting Monday, accusing her of trying to “kill” “60 minutes.”</p><p>The show’s new executive producer Nick Bilton sent a note to Pelley on Tuesday saying he was terminated for cause, effective immediately.</p><p>Pelley reportedly took aim at Weiss after the network fired the program’s veteran executive producer and replaced her with Bilton.</p><p>The New York Times reports that it obtained audio of the meeting, saying Pelley accused Weiss of having no qualifications for her job and called Bilton’s qualifications “slender.”</p><p>Bilton is a documentarian and former tech reporter for the New York Times and Vanity Fair.</p><p>Sources say Pelley’s comments received mixed responses from staff members.</p><p>A CBS news spokesperson declined to comment, and Pelley did not immediately respond to a request for comment.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Jill Biden says she's sorry she didn't talk more about son Hunter's drug addiction]]></title><link>https://www.local10.com/entertainment/2026/06/02/jill-biden-says-shes-sorry-she-didnt-talk-more-about-son-hunters-drug-addiction/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/02/jill-biden-says-shes-sorry-she-didnt-talk-more-about-son-hunters-drug-addiction/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Jill Biden says she's sorry she didn't talk more about her son Hunter’s drug addiction during her time in the White House, explaining that she now realizes that being open about his substance abuse and his recovery can offer hope to others in the same situation.]]></description><pubDate>Wed, 03 Jun 2026 03:56:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jill Biden says she's sorry she didn't talk more about her son Hunter’s drug addiction during her time in the White House, explaining that she now realizes that being open about his substance abuse and his recovery can offer hope to others in the same situation.</p><p>In a wide-ranging interview with “The View” co-host Whoopi Goldberg to promote her White House memoir, the former first lady said Tuesday that she had put life in perspective after her husband, former President Joe Biden, was diagnosed with prostate cancer that spread to his bones.</p><p>She said she is no longer angry about the way Democrats pressured her husband to end his reelection bid after performing disastrously in a 2024 debate against Republican Donald Trump.</p><p>“No, I’m not angry. I mean, what’s the purpose of anger now?” Jill Biden said at the first event for her book, held at the 92nd Street Y in New York following publication earlier Tuesday.</p><p>‘I think we were partly in denial’</p><p>Jill Biden wrote in the memoir, “View from the East Wing,” that addiction wasn’t something she and her husband talked about. “I think we were partly in denial,” she acknowledged, adding that she wondered why someone who had a family that loved him, a good education and a lucrative career would turn to drugs.</p><p>“It’s hard for me to say this, but Hunter was a drug addict,” she said Tuesday.</p><p>She said Hunter's spiral into addiction was “a really hard time for our family to go through.” Hunter Biden started abusing alcohol and drugs after his older brother, Beau Biden, died in 2015 of an aggressive form of brain cancer. Hunter has now been sober for several years, she said.</p><p>“I'm sorry that I didn't talk about it a little bit more,” she said on stage.</p><p>Jill Biden spoke about how proud she is of Hunter for turning his life around, becoming an artist and helping other recovering addicts.</p><p>“And I hope that by talking about it more as I go forward I hope that it offers other people hope,” she said. “It is such a tough, tough thing to deal with.”</p><p>Hunter Biden wrote about his addiction to drugs and alcohol in a memoir of his own, published in 2021.</p><p>His addiction led to federal charges that he lied about his drug use on forms he used to buy a gun. He was convicted after a trial and faced prison time but ultimately received a pardon from his father, who had repeatedly insisted that he wouldn’t use the powers of the presidency to spare his son — until he changed his mind just before turning the office over to Trump, who had talked about exacting “retribution” against those he perceived to be his political enemies.</p><p>Fighting cancer has been tough, too</p><p>Jill Biden has said she was angry over how the Democratic Party treated her husband after the debate — but has since put that aside after Joe Biden was diagnosed a year ago with an aggressive form of prostate cancer that spread to his bones.</p><p>“I think Joe's cancer diagnosis, it really puts life into perspective and you really do appreciate each and every day and a lot of anger that you have, you think, 'What's the point?' You know, ‘What is the point?’ she said. ”And I think that's why Joe and I try to, you know, just take each day that comes and try to find the joys."</p><p>The former president, 83, was in the audience for the event, along with many other Biden family members, and received a couple of standing ovations from the packed house.</p><p>She said when the doctor told them that her husband of nearly 50 years had a problem, “I never ever thought it was going to be prostate cancer.” She said that type of cancer is one thing, but it becomes “a whole different ballgame” after it attacks the bone.</p><p>She didn't go into the details, but suggested the former president's cancer treatment is taking a toll on him.</p><p>“Joe's here tonight. You see him. He looks handsome as ever,” she said. "But, you know, cancer drugs, cancer treatments have their consequences and I think those consequences are pretty tough.”</p><p>Living in a ‘fishbowl’</p><p>Biden, who turns 75 on Wednesday, described some of her favorite memories of life in the White House, including weekends at Camp David and working with military families.</p><p>She said the hardest part of the role of first lady, in her experience, is the loss of privacy.</p><p>“You really do live in a fishbowl,” she said. “Everybody knows everywhere you are. It's the truth. I couldn't even walk downstairs to my office."</p><p>She mimicked how U.S. Secret Service officers would speak into their devices as she walked through the White House, using their code name for her.</p><p>“'Capri on elevator. Capri walking down hallway. Capri walking up steps. Capri walking outside,'” Jill Biden said, as the audience laughed. She also cited the scrutiny of her clothes, including one time she was photographed in Washington with her hair pulled into a ponytail by a scrunchie.</p><p>’I wore a scrunchie and they wrote about it," she said. "Who cares?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4ZYZ4L4WWXLUWUVXFC7KBRWIE.jpg?auth=dd2c0fef5f162649c6cbf2470a747747142696bf9b2b865d3f87edce4298c362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Educator and former First Lady of the United States Jill Biden in conversation at The 92nd Street Y on Tuesday, June 2, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJI3CAQVXRR67W7R4GDLQSFS2U.jpg?auth=a4f54c1fdc509b8e7fae70c6f23e041d9de1b4e13e0d1c79c71467f13205cfc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Educator and former First Lady of the United States Jill Biden arrives at The 92nd Street Y on Tuesday, June 2, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ES62BTA3JT4VVJYCCDKFR4USDY.jpg?auth=ffc0a825958d9ad5c3f181e67c6b28a466792a48623c9fd49d02e464b0d7c1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hunter Biden, President Joe Biden's son, accompanied by his mother, first lady Jill Biden and his wife, Melissa Cohen Biden, walks out of federal court after hearing the verdict, June 11, 2024, in Wilmington, Del. Hunter Biden has been convicted of all 3 felony charges in the federal gun trial. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SXLOHUE3C32SDI5EA6T4LNX3AE.jpg?auth=f4d0dd506eadf4c851d6e9cf7a2458e935c012ead107537bb2205c17e40a21b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden, center, and first lady Jill Biden, right, pay for a purchase as they greet supporters at a Waffle House in Marietta, Ga., June 28, 2024, following a presidential debate in Atlanta. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Early trading on Wall Street mixed as oil prices tick higher with Iran cease fire under strain]]></title><link>https://www.local10.com/business/2026/06/03/world-shares-are-mixed-as-tokyos-nikkei-225-follows-wall-street-to-an-all-time-high/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/world-shares-are-mixed-as-tokyos-nikkei-225-follows-wall-street-to-an-all-time-high/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH and MATT OTT, Associated Press]]></dc:creator><description><![CDATA[Early trading on Wall Street is mixed and oil prices moved higher after the U.S. and Iran traded attacks, testing a ceasefire even further, though Japan’s Nikkei 225 index topped 68,000 for the first time.]]></description><pubDate>Wed, 03 Jun 2026 11:48:50 +0000</pubDate><content:encoded><![CDATA[<p>Early trading on Wall Street is mixed and oil prices moved higher after the U.S. and Iran traded attacks, testing a ceasefire even further, though Japan’s Nikkei 225 index topped 68,000 for the first time.</p><p>Futures for the S&P 500 fell 0.1% before the opening bell, while futures for the Dow Jones Industrial Average edged 0.3% lower. Nasdaq futures rose 0.2%.</p><p>Macy's jumped 3% after the iconic New York department store easily surpassed first-quarter profit forecasts and raised its outlook. It was the fourth consecutive quarter of comparable sales gains for Macy's, which said an overhaul of its merchandise and better customer service is resonating with customers.</p><p>GameStop, the video game retailer and “meme” stock darling, jumped 13.6% after it nearly doubled Wall Street's profit expectations and announced a $2 billion stock buyback.</p><p>The broader market's rally in recent months has been largely due to strong profit reports from U.S. companies and to hopes that the U.S. and Iran will reach a deal to reopen the Strait of Hormuz. That would allow oil to flow freely again from the Persian Gulf and hopefully lower its price, which has added costs for consumers and businesses.</p><p>Following a two-week retreat, oil prices have resumed their climb, jumping 10% already this week. On Wednesday, U.S. benchmark crude oil advanced $2.16 to $95.22 per barrel.</p><p>Brent crude oil, the international standard, climbed $2.22 to $98.22 per barrel Wednesday.</p><p>At midday in Europe, Germany's DAX lost 1%, the CAC 40 in Paris fell 0.4% and Britain's FTSE 100 shed 0.3%.</p><p>In Asia, Japan's Nikkei 225 gained 2.5% to 68,402.13. Shares in computer chip equipment maker Tokyo Electron gained 13.4%, while those for chip testing equipment maker Advantest gained 5.1%.</p><p>Hong Kong's Hang Seng lost 1.6% to 25,633.21, while the Shanghai Composite index added 0.2% to 4,083.97.</p><p>Australia's S&P/ASX 200 advanced 0.7% to 8,785.70.</p><p>Taiwan's Taiex gained 2%, while in India, the Sensex lost 0.9%.</p><p>Markets in South Korea were closed for a holiday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T24BQGUJGALKQ46WID7EGK25BM.jpg?auth=798a01e9f711f779dff0fa5bc582306d0802b1464d31f0901ab1d1c4cc6d9497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FedEx Freight Holding Company President & CEO John A. Smith rings a ceremonial bell on the floor of the New York Stock Exchange as his company begins trading, Monday, June 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4XRBEBWN5KZSWTBLHUVLIU4XE.jpg?auth=60661172c203c9c254094c5c00b7abf7dc9ac0e50817948bcb0cd755b56fe770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Richard Cohen works on the floor of the New York Stock Exchange, Friday, May 29, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RLVGFYXS4WJPA7TQUW65EDSMSY.jpg?auth=dc21cf0a0aee59de32604cae9a96b0f6031dcf40e439a81a17c45f060a0c7460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person looks at an electronic stock board showing Japan's Nikkei index at a securities firm Tuesday, June 2, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Supreme Court allows Alabama to use congressional map favoring Republicans in this year's elections]]></title><link>https://www.local10.com/news/politics/2026/06/02/supreme-court-allows-alabama-to-use-congressional-map-favoring-republicans-in-this-years-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/02/supreme-court-allows-alabama-to-use-congressional-map-favoring-republicans-in-this-years-elections/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday allowed Alabama to use a congressional map favoring Republicans in this year’s elections, blocking a lower court ruling that the redistricting plan intentionally discriminates against Black people.]]></description><pubDate>Wed, 03 Jun 2026 04:17:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday allowed Alabama to use a congressional map favoring Republicans in this year’s elections, blocking a lower court ruling that the redistricting plan intentionally discriminates against Black people.</p><p>The justices granted the state’s emergency appeal to use a map it adopted three years ago that has a majority-Black population in just one of its seven congressional districts. The three liberal justices dissented.</p><p>The high-court order is the latest development in a redistricting frenzy that is part of a broader push by President Donald Trump to try to hold on to Republicans’ slim House majority in the November elections. It comes a day before an important deadline that Republican Gov. Kay Ivey had already extended in the state’s desire to use the map in special primary elections in August.</p><p>The state’s Republican leadership went to the Supreme Court last week, the day after a three-judge court refused to let the state use its preferred map.</p><p>The lower court had ordered Alabama to use the same court-drawn map it used in the 2024 elections that sent two Black Democrats to Congress. Black residents comprise a majority or close to it in two of the state’s seven congressional districts.</p><p>"The Supreme Court’s decision gives cover to Alabama and others to deliberately and openly discriminate against Black voters without fear of any consequence. The Court’s shameless decision to reinstate an intentionally racially discriminatory map defies any thoughtful or consistent application of the law,” Deuel Ross, director of litigation for the NAACP Legal Defense Fund, said Tuesday night.</p><p>He said the fund will “continue to throw all of our resources into the fight to ensure that Alabama voters have the fair representation that they deserve.”</p><p>Shortly after the court acted, Ivey confirmed that the state will use the map in special congressional primaries in four districts on Aug. 11.</p><p>“The U.S. Supreme Court confirmed what I have said all along and that is that Alabama knows our state, our people and our districts best. Today’s decision is a win for the people of Alabama and our elections. Alabama is doing our part to keep America strong, and I am proud our state continues to fight the fight to ensure activists do not get the final say,” Ivey said.</p><p>“I will see y’all at the polls August 11!” she said.</p><p>The order is the latest development in the fallout from last month’s Supreme Court ruling that struck down a Black-majority district in Louisiana and weakened the federal Voting Rights Act. That ruling has led Republicans in several Southern states, including Alabama, to take steps to reshape voting districts with large minority populations that have elected Democrats.</p><p>The Alabama cases stretches back several years. The three-judge panel in 2023 ruled that a map drawn by Republican state lawmakers intentionally diluted the voting power of Black citizens. The court said the state, which is about 27% Black, should have two districts where Black voters are the majority or close to it.</p><p>After the Supreme Court’s recent ruling in the Louisiana case, Alabama officials moved to implement the 2023 state-drawn map. The Supreme Court’s conservative majority agreed to lift the injunction that had blocked the map’s use and sent the case back to the three-judge panel for reconsideration in light of the Louisiana ruling.</p><p>In the meantime, voters cast ballots in Alabama’s May 19 primaries, and Ivey set the new special August primaries in the districts affected by the map switch.</p><p>Upon further review, the judicial panel said it was standing behind its initial finding that there was “undisputed evidence” of intentional racial discrimination.</p><p>It said the special congressional primaries should instead proceed under the previous court-approved districts.</p><p>The panel was wrong, the high court’s conservative majority wrote in an unsigned opinion that said the lower court “did not heed the presumption of legislative good faith.”</p><p>In dissent, Justice Sonia Sotomayor chastised her colleagues for enabling what promises to be “a chaotic election, held under a never-before-used congressional map that intentionally discriminates against Black Alabamians.”</p><p>The use of the court-ordered map led to the 2024 election of U.S. Rep. Shomari Figures, a Black Democrat. The map put into place by Tuesday’s order gives the GOP an opportunity to reclaim the south Alabama seat.</p><p>___</p><p>Associated Press writer Kim Chandler contributed to this report from Montgomery, Ala.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47JNSCCCHZQUWGXEV277MH23LM.jpg?auth=448afa42486ace9cea6b6661365fa1c1c50ccfef0828736a8c7cb911eeae4ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A demonstrator holds up a sign outside the Alabama Statehouse in Montgomery, Ala., on May, 7 2026. (AP Photo/Kim Chandler, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Chandler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5YVBGN4E526SAUO4SJHVA4SCEU.jpg?auth=6fd7603885f14d99cf789a3dc5673b84fc62e0348da67d9d1f1fb8b8a1a08273&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen in Washington, Monday, May 18, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52464XYYEELAHLSN2X37BVP3QA.jpg?auth=99287fe1aa61559b699eb70a33e9ecf2bea37dbabdf47db76a87a9d846c74c0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Travis Jackson, of Montgomery, stands during a press conference outside the Alabama state house during a special session of the Alabama Legislature, May 5, 2026, in Montgomery, Ala. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Florida lawmakers pass plan to put property tax cuts on November ballot]]></title><link>https://www.local10.com/news/politics/2026/06/02/florida-lawmakers-fast-tracking-plan-to-put-property-tax-cuts-on-november-ballot/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/02/florida-lawmakers-fast-tracking-plan-to-put-property-tax-cuts-on-november-ballot/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[Florida lawmakers fast-tracked Gov. Ron DeSantis’ plan to put property tax cuts on the November ballot, with both the House and Senate passing it early Tuesday afternoon.]]></description><pubDate>Tue, 02 Jun 2026 16:48:38 +0000</pubDate><content:encoded><![CDATA[<p>Florida lawmakers fast-tracked Gov. Ron DeSantis’ plan to put <a href="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/">property tax cuts</a> on the November ballot, with both the House and Senate passing it early Tuesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/">Leer en español</a></p><p>The plan would raise the state’s $50,000 homestead exemptions to $250,000. </p><p>The governor is not getting everything that he wanted as the bill heads to his desk: The biggest change is that school funding is protected, meaning property taxes will not go away entirely.</p><p>Changes also include removing a trust fund for struggling smaller counties, which had no funding source to begin with and taking away money earmarked for the state to sell the plan to voters.</p><p>DeSantis faced scrutiny in 2024 for <a href="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c" target="_self" rel="" title="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c">using taxpayer funds</a> to <a href="https://www.youtube.com/watch?v=DsH5xju_qcw" target="_self" rel="" title="https://www.youtube.com/watch?v=DsH5xju_qcw">campaign</a> against ballot measures <a href="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments" target="_self" rel="" title="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments">legalizing marijuana</a> and protecting abortion rights.</p><p>“Voters deserve to know what they’re voting on without bias,” State Sen. Lori Berman, D-Boca Raton, said Tuesday.</p><p>And the elephant in the room: Why this? Why now, with so many details left open?</p><p>“Why the rush? Why three days? Why not ask for actual numbers?” State Rep. Robin Bartleman, D-Weston, asked.</p><p>State Rep. Toby Overdorf, R-Martin County, responded, “We have been working on this issue for over a year and a half. We have met with people from Pensacola to Key West. However, we currently have a proposal from the governor, and that’s what we’re hearing during this special session.”</p><p>Skeptics have <a href="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/">raised concerns</a> about shortfalls for critical government services, leading residents to pay the costs of running local government one way or another.</p><p>“They can charge a fee for the mosquito district to come spray your neighborhood,” Berman told Local 10 News. “I really worry that this is a switch that you’re not getting a tax break, you’re just going to end up paying for it through other fees.”</p><p>And you know what’s coming, no doubt there will be these huge voter information guides and awareness and education as we head to November, and Florida voters decide whether or not to make the most significant tax cuts in recent Florida history. I’m Glenna Milburgh, live in Tallahassee today, Local 10 News,</p><p>But Republicans have criticized how local governments spend taxpayer funds.</p><p>“We do believe that local governments are going to have tough decisions to make and I trust that our local elected officials will make the right decision,” House Speaker Danny Perez, R-Miami-Dade, said.</p><p>As with any amendment to the state constitution, it would require 60% of the vote to pass in November.</p>]]></content:encoded></item><item><title><![CDATA[George Santos reported to prosecutors over suspicious Kalshi trades, AP source says]]></title><link>https://www.local10.com/business/2026/06/03/george-santos-reported-to-prosecutors-over-suspicious-kalshi-trades-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/george-santos-reported-to-prosecutors-over-suspicious-kalshi-trades-ap-source-says/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A prediction market reported U.S. Rep. George Santos to federal prosecutors after he boasted he'd be going to President Donald Trump’s State of the Union address, then bet against his own attendance, according to a person familiar with the investigation.]]></description><pubDate>Wed, 03 Jun 2026 09:51:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A prediction market reported U.S. Rep. George Santos to federal prosecutors after he boasted he'd be going to President Donald Trump’s State of the Union address, then bet against his own attendance, according to a person familiar with the investigation.</p><p>Kalshi, the online prediction marketplace, referred Santos to the Department of Justice after detecting suspicious trades made by the former congressman ahead of Trump’s Feb. 24 speech, the person said. The person spoke to The Associated Press on the condition of anonymity because they weren’t authorized to discuss the matter publicly.</p><p>Kalshi also reported the trades to the Commodity Futures Trading Commission, a federal regulatory body that has vowed to crack down on insider trading in prediction marketplaces.</p><p>The Justice Department and the CFTC didn't immediately respond Tuesday to inquiries from the AP.</p><p>Santos also did not respond to text messages or phone calls.</p><p>The referral was first reported by NPR. Santos told NPR that he wasn't aware of the investigation. He declined to say whether he had a Kalshi account.</p><p>“I’m not saying yes, I’m not saying no,” Santos told NPR.</p><p>The convicted ex-congressman had repeatedly discussed his intention to attend the State of the Union, which came just four months after he was granted clemency by Trump in a fraud case that led to his expulsion from the U.S. House.</p><p>On the eve of Trump's speech, Kalshi put the odds of Santos attending at close to 75%.</p><p>Then, minutes into the speech, Santos posted on X that he had been waylaid at the airport. Immediately, several social media users accused him of running another scheme.</p><p>“Santos talking to his accountant and telling him to open his Kalshi account and bet all his money on No,” one user wrote, alongside a meme of Al Pacino counting money in the movie Scarface.</p><p>In March, Santos addressed the complaints on his podcast.</p><p>“I guess people lost money,” he said. “Some people made unexpected money. That’s to show you how fragile these markets are.”</p><p>Santos, who won office as a Republican after inventing a bogus persona as a Wall Street dealmaker, was sentenced to seven years in prison after pleading guilty to fraud and identity theft in 2024.</p><p>After serving just 84 days, he was ordered released by Trump, who called Santos a “rogue” but said he didn’t deserve a harsh sentence and should get credit for voting Republican.</p><p>Prediction markets, including Kalshi and its chief rival Polymarket, have drawn scrutiny as their businesses have expanded — with some lawmakers urging the platforms to do more to guard against insider trading.</p><p>Both companies have said they are reporting suspicious trades to federal regulators. Some investigations have led to criminal charges. In April a soldier involved in the military operation to capture Venezuelan President Nicolás Maduro was charged with using classified information to win more than $400,000 predicting the date of his capture on Polymarket.</p><p>In April, the Senate approved a bipartisan resolution to prevent its own members from using prediction markets.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DLBE6D5OQFKJXBEKO5LFQPJFOA.jpg?auth=c6f31c5e81d756dd2be46306d2d0a430756a55646ef7d669837ffd2e755b81c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. George Santos, R-N.Y., talks to reporters as House Republicans hold a caucus meeting at the Capitol in Washington, Oct. 13, 2023. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Myles Garrett is the Rams' latest prize in a decade of aggressive moves by Snead and McVay]]></title><link>https://www.local10.com/sports/2026/06/02/myles-garrett-is-the-rams-latest-prize-in-a-decade-of-aggressive-moves-by-snead-and-mcvay/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/myles-garrett-is-the-rams-latest-prize-in-a-decade-of-aggressive-moves-by-snead-and-mcvay/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — For well over a decade now, general manager Les Snead and the Los Angeles Rams have consistently pulled off the aggressive, audacious moves that every NFL fan wishes their team would make.]]></description><pubDate>Wed, 03 Jun 2026 01:10:43 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — For well over a decade now, general manager Les Snead and the Los Angeles Rams have consistently pulled off the aggressive, audacious moves that every NFL fan wishes their team would make.</p><p>Their latest deal is among the biggest and the riskiest — and it's totally their style.</p><p>Myles Garrett walked into the Rams' training complex in Woodland Hills on Tuesday after LA gave up budding star Jared Verse and three high draft picks to complete one of the NFL's biggest trades in recent seasons.</p><p>“To acquire a player like this, these things don’t come up often,” coach Sean McVay said.</p><p>Yet this bold deal for arguably the greatest pass rusher of this generation is only the latest in the line of blockbuster trades engineered by Snead. In the past 10 years alone, he has maneuvered to get Jared Goff, Matthew Stafford, Jalen Ramsey, Von Miller, Trent McDuffie, Brandin Cooks and other veterans for trade prices that would have been too steep for many front offices.</p><p>The Rams have spent a decade chasing rings with an urgency that screams “win now,” but is actually rooted in an organizational confidence that McVay's coaching ability will make up for the sacrifices necessary in draft capital and veteran talent.</p><p>“You’re always threading that needle for sustainability, trying to win consistently,” Snead said Tuesday. “But it’s a hard one to thread.”</p><p>McVay is all in on the Rams' organizational urgency, since the coach is often the most aggressive voice in Snead's ear to get big deals done: “I'm not the most patient person,” McVay said with a smirk.</p><p>“To be able to add players like (Garrett) is so rare,” McVay added. “We feel really fortunate that this feels very similar to when we were fortunate enough to acquire a player like Matthew Stafford. Things like this don’t present themselves, and we wanted to be aggressive.”</p><p>These opportunities might be rare, but the Rams have seized a whole lot more of them than other teams — and they were already a top Super Bowl contender even before they landed Garrett.</p><p>Snead addressed Los Angeles' primary weakness three months ago by acquiring McDuffie, making him the NFL's highest-paid cornerback and re-pairing him with free-agent signee Jaylen Watson, his longtime Chiefs teammate.</p><p>But even with a defensive line featuring four above-average players all still on their rookie contracts, Snead and McVay wanted to improve.</p><p>The GM made contact with Browns counterpart Andrew Berry after the team adjusted Garrett's contract in a way that signaled a deal was possible for the All-Pro who had just set the NFL's single-season sacks record.</p><p>“Andrew and I have a good relationship, (and) we like talking football a good bit,” Snead said. “So I would pester him a little bit, probably jokingly at first. Kept doing that, and then we began talking a little more seriously.”</p><p>Snead hoped to do the deal only with picks, both before and after the current draft. Berry wanted Verse, the budding young star and the only first-round pick that Snead had actually made between quarterbacks Goff (2016) and Ty Simpson (2026).</p><p>Although both Snead and McVay claim they were reluctant to part with Verse, the Rams finally agreed with the backing of owner Stan Kroenke, who has been fully supportive of his front office's uncommon urgency.</p><p>Garrett was eager to join this franchise's lineage of superstar pass rushers stretching from the Fearsome Foursome to Aaron Donald. But he also agreed to the trade because after nine seasons in Cleveland, he finally wanted to play for a consistent contender.</p><p>That's what the Rams have been ever since McVay took over in 2017 — racking up eight winning seasons, seven playoff berths, four NFC West titles, three conference title game appearances, two Super Bowl berths and one ring.</p><p>“It just came down to the timing of everything," Garrett said. “What does it look like to be a winner now, and to have the opportunity to do that immediately? That was just too good of an opportunity to pass up.”</p><p>The Rams' aggression doesn't just apply to trades: Snead and McVay have also shown no hesitation to drop good players and franchise icons when they deem it necessary, either for reasons financial or competitive.</p><p>They've released Super Bowl MVP Cooper Kupp and star running back Todd Gurley, and they traded Goff and receiver Robert Woods before the contract extensions they had received from the Rams had even started.</p><p>Those moves often feel heartless to fans, and players like Goff and Kupp have expressed public dismay about the way Snead and McVay moved on from them. But everyone eventually seems to understand that this is how the Rams do business.</p><p>That includes Woods, a stalwart five-year contributor and a locker-room leader on McVay's early teams after signing as a free agent in 2017.</p><p>The Southern California native hurt his knee in practice midway through the 2021 season, forcing him to miss the Rams' Super Bowl championship run — and Snead traded him to Tennessee a month after the trophy was raised.</p><p>Woods bounced around the NFL for four more seasons before retiring earlier this year — and he quickly returned to the Rams as an assistant coach.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXO56VTL2XQ5U5SJ3UITMXJQ3E.jpg?auth=7e8246a90c4ad8cd9b6165853f91d6c9da7bdd665d9930957c71d405aa9bb02e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Los Angeles Rams general manager Les Snead, left, defensive end Myles Garrett, and head coach Sean McVay pose for a photo during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQDMKCFPRC6K6KQEHWPOEK3WGQ.jpg?auth=cdf69baf34b0292251d332e05a7f327579e0c26a288d4a3c65adc15dd18d359b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams defensive end Myles Garrett smiles during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4FZ5RNYGUPQRDFE23A7HEDAUBA.jpg?auth=121a3605857916c380a414a883e80ffa9695ef6dd361e0c59d81c621f7c0420e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams coach Sean McVay speaks to the media during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXD4XYB7X2C2OLYSRZT45NOVAI.jpg?auth=63ccaaf9b82b8d3768f1a54769a34e09b185d3c34fef1f823edd2ccc3df30c41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams defensive end Myles Garrett pose for a photo during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[A wall of nametags at a South Korean park testifies to adoptees’ longing for their birth mothers]]></title><link>https://www.local10.com/news/world/2026/06/02/a-wall-of-nametags-at-a-south-korean-park-testifies-to-adoptees-longing-for-their-birth-mothers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/02/a-wall-of-nametags-at-a-south-korean-park-testifies-to-adoptees-longing-for-their-birth-mothers/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[PAJU, South Korea (AP) — Dozens of Korean adoptees from North America and Europe recently gathered to leave their names on a wall at a former U.S. military base, hoping that, after decades, a birth mother might still be looking for them.]]></description><pubDate>Wed, 03 Jun 2026 02:08:03 +0000</pubDate><content:encoded><![CDATA[<p>PAJU, South Korea (AP) — Dozens of Korean adoptees from North America and Europe recently gathered to leave their names on a wall at a former U.S. military base, hoping that, after decades, a birth mother might still be looking for them.</p><p>Misted in rain, they fastened ceramic nametags onto mesh that covered a cobblestone wall at Omma Poom Park — meaning “mother’s embrace" — in Paju, South Korea.</p><p>More than 900 tags, suspended like unmailed letters, formed a quiet monument to years of mass child-parent separations that has created what's likely the world’s largest diaspora of adoptees.</p><p>“There are so many tiles that hang, and yet that is merely a small fraction of us that exist,” said Nicole Rieth, adopted to Michigan when she was 4 months old, in January 1989.</p><p>“As far as connecting with my birth mother, it’s not about gleaning specific information from her or even necessarily seeking a relationship. I’ve just always wanted to know who I looked like, because I’ve never had that before.”</p><p>Each nametag, hand-painted by an artist, carries the adoptee’s name, birth year and birthplace. Colors mark the decade of adoption, and most are red and sky blue, for the 1970s and 1980s, when foreign adoptions peaked. White is for adoptees who died without reunions.</p><p>One laminated note fluttered among the tags, left by anonymous parents searching for a child named “Bora.”</p><p>“You are not alone. You have a mother and a father,” it said. “I’m so sorry and I love you.”</p><p>Resurfaced pain</p><p>Paju, which sits near the North Korean border and once hosted U.S. military bases, carries a long memory of foreign adoptions, which began in the aftermath of the 1950-53 Korean War with mixed-race children born to Korean women and American soldiers, regarded as outcasts at home.</p><p>Adoptions surged in the 1970s, when the focus shifted to fully Korean children, typically born to unwed mothers or impoverished families. Thousands were sent annually to the West for decades through the mid-2000s, including more than 6,600 a year during the 1980s, when Seoul’s former military dictatorship aggressively sought to reduce mouths to feed.</p><p>Omma Poom opened in June 2025 after a yearslong campaign by Paju-based photographer Lee Yong-nam and Me & Korea, an adoptee support group.</p><p>Lee, 72, said his interest in adoption issues grew from searching for a Black-Korean childhood friend likely adopted to America.</p><p>“Adoptions continued unchecked and now the pain is surfacing,” he said of the visitors, who are mostly younger than the war generation.</p><p>1,000 letters to birth mothers</p><p>On a hill overlooking Omma Poom, a converted U.S. army building serves as a museum, where some 1,000 profile pages — each containing an adoptee’s photo, birthdate and message to a birth mother — are stored.</p><p>One of the profiles belongs to Angela Lee-Pack, adopted to Canada in 1971 at age 2.</p><p>“I think about you every day and only wish the best for you,” she wrote to her Korean mother. “I hope one day I will be able to know who I am.”</p><p>Growing up in Ontario, Lee-Pack says she endured severe abuse from her adoptive mother, including being locked in a closet without food. She says she was later abused in another home, left at 15, and struggled for years before finding stability as an adult.</p><p>Lee-Pack has visited South Korea twice while searching for her birth mother, putting flyers across Seoul and Jeonju.</p><p>During her first trip in 2019, a man reached out, believing Lee-Pack was the daughter of a late uncle. The lead unraveled slowly and painfully. The man later found a woman in her 70s whose background appeared to match. But she denied giving up a child and refused contact. Lee-Pack collapsed in her hotel room and cried.</p><p>“Every time I look in the mirror I wonder who she is and what she looks like,” she said of her birth mother. “The thoughts never end.”</p><p>Lost connections</p><p>Rieth says that becoming a mother to two sons led her to begin looking for her birth mother.</p><p>According to her adoption file, Rieth was the third child of a couple who relinquished her shortly after her birth in 1988, citing financial hardship during a time when Seoul was actively pressuring families to have fewer children.</p><p>Rieth began searching for her biological family in 2024, but letters her adoption agency sent to her birth mother’s last known address went unanswered.</p><p>She is now pursuing another search through the National Center for the Rights of the Child, a government office. She wants her sons to know the heritage she grew up without.</p><p>“I kind of don’t want to allow myself to hope because the whole journey has been a roller coaster of hoping, finding something out, and diving down into hopelessness, getting a glimmer of a maybe,” she said. “And yet I want to exhaust every effort ... so that there are no regrets.”</p><p>Deep scars</p><p>During the peak of adoptions, authorities largely ignored rampant fraud, including illegal child procurements from hospitals and orphanages and manipulation of children’s origins. Many were falsely labeled as abandoned orphans to ease placements with Western families.</p><p>The deception left generations of Korean adoptees not knowing who they were, where they came from, whether they had been loved, abandoned or stolen.</p><p>On the other side were birth mothers pressured to surrender children born out of wedlock, separated from them without consent, or left searching for decades before learning they had been sent overseas under falsified records.</p><p>The gathering at Omma Poom came shortly after a group of birth mothers asked South Korea’s Truth and Reconciliation Commission to investigate the alleged illegal adoptions of their children, adding to hundreds of fraud and abuse claims filed by adoptees.</p><p>Adopted in 1993 to Michigan, Jalyn Smith's agency in 2021 located her birth mother, who, according to the file, had relinquished Smith after separating from her biological father. The woman declined contact.</p><p>Five years later, Smith is pursuing the search again.</p><p>“Hanging it up, I felt proud,” Smith said about her name on Omma Poom’s wall. “I feel proud to be part of this community, though it comes with a lot of conflicting feelings of sadness and anger and grief.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4ERFIRPK4X6UVR27EB3CV4MKU.jpg?auth=7ea4a5aa82de0b024380313cd0b31d09834f0c5a86199e39f0fbc240a60e5113&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Korean adoptees put their nametags with South Korean volunteers on The Wall of Names at Omma Poom Park in Paju, South Korea, on May 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2R7775N6MOECTWNR2GMLGGR6VA.jpg?auth=0ed0e2f0bd9272d4ae0dfc4d0f19a148018f464f698bfb5c7f3582c7b3f5825c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eva-Lotta Margareta Glader, a Korean adoptee from Sweden, puts her nametag on The Wall of Names at Omma Poom Park in Paju, South Korea, on May 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYI5QJEBVZAF7PBWQJZMPRTENM.jpg?auth=e2d4c27b0fbdc4f6098ae3f52fcb8947a1b12c2bc8cb42f1044ed3e17d59aca4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ashley E. Terrell, left, a Korean adoptee from the United States and Christian Jang-Mikkelsen, a Korean adoptee from Denmark, embrace after hanging their nametags at The Wall of Names at Omma Poom Park in Paju, South Korea, on May 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEQET3EGQTAYZPJR32V7SVLL6E.jpg?auth=707e886be634d02ea34c22bb4db3b2f3e73bf953c31b88e5ec924c62393449f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nicole Rieth, a Korean adoptee from the United States, speaks during an interview with The Associated Press in Seoul, South Korea, Tuesday, May 26, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53RBNCFYVKSHRD2FDAV46AKG2E.jpg?auth=bd36c7e28f3ca1c7aa346731c6c9847952c7e9e3bc7f37973ec38f078228b535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angela Lee-Pack, a Korean adoptee from Canada, explains flyers with her photos attached to a newspaper stand during an interview with The Associated Press on a street in Seoul, South Korea, on Oct. 21, 2024. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[GOP Sen. Dan Sullivan draws an unusual opponent in Alaska's primary — and he's not happy about it]]></title><link>https://www.local10.com/news/politics/2026/06/02/gop-sen-dan-sullivan-draws-an-unusual-opponent-in-alaskas-primary-and-hes-not-happy-about-it/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/02/gop-sen-dan-sullivan-draws-an-unusual-opponent-in-alaskas-primary-and-hes-not-happy-about-it/</guid><dc:creator><![CDATA[By BECKY BOHRER and KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — Republican U.S. Sen. Dan Sullivan is running for reelection in Alaska and faces a field of 15 competitors. One of them is Dan Sullivan.]]></description><pubDate>Wed, 03 Jun 2026 00:43:41 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — Republican U.S. Sen. Dan Sullivan is running for reelection in Alaska and faces a field of 15 competitors. One of them is Dan Sullivan.</p><p>The senator told reporters in Washington, D.C., on Tuesday that he thinks the appearance on the state's primary ballot of another Republican with the same name is a dirty political trick coordinated by Democrats and the campaign of his chief rival for the seat, former Democratic U.S. Rep. Mary Peltola. He threatened a lawsuit to get to the bottom of it.</p><p>“Everybody in Alaska knows I’m Dan Sullivan-R. So he’s trying to do that. Why?" the senator said of the other Dan Sullivan. “He’s not an R. He’s purposely trying to trick my constituents to rig the election for Peltola.”</p><p>A spokesman for the Peltola campaign, Harry Child, said it “has no involvement with either Sullivan campaign." Jenny-Marie Stryker, executive director of the Alaska Democratic Party, said her organization “is in no way affiliated with either Dan Sullivan.”</p><p>The kerfuffle over the dueling Dan Sullivans on Alaska's August primary ballot has drawn the attention of state and national Republicans. They claim that adding a second Dan Sullivan to the ballot will sow confusion among voters who support the incumbent and help Peltola.</p><p>In Alaska's primary, the top four vote-getters, regardless of party affiliation, advance to the ranked-choice general election.</p><p>Blake Murphy, an attorney for the National Republican Senatorial Committee, sent a letter dated Monday to Alaska election officials outlining concerns about the potential for voter confusion. Murphy also raised questions about the party affiliation of the challenger, calling the other Dan Sullivan a “sham” candidate.</p><p>Murphy wrote the NRSC could consider legal action “to ensure that the Alaska electoral process remains fair.”</p><p>Carmela Warfield, the state Republican Party chair, said in a statement accompanying Murphy’s letter that until recently, the challenger was registered as undeclared. In previous years, ballots have not identified which candidates were incumbents.</p><p>A spokesperson for the Alaska Division of Elections, Steve Kirch, did not immediately respond to a request for comment on the letter and said a records request would be required to get details of the challenger Sullivan’s voter registration history.</p><p>Sullivan, the incumbent senator, is an ally of President Donald Trump and is seeking a third term. He and Peltola are the highest-profile candidates in a race that’s being closely watched nationally as Democrats try to retake the Senate majority in this year’s midterm elections.</p><p>State election officials certified a Republican Dan J. Sullivan, from the southeast Alaska fishing community of Petersburg, as one of the candidates in the U.S. Senate race. Efforts to reach him were not immediately successful on Tuesday, and he did not appear to be registered with the Federal Election Commission.</p><p>His campaign website says he is a Midwesterner who moved to Alaska to work for the U.S. Forest Service and has been in Petersburg for nearly 50 years. After becoming disillusioned with what he saw as government inefficiency and “lack of long-term thinking,” he switched careers and became an elementary school teacher, the site says.</p><p>The challenger Sullivan said on his campaign website that the state deserves a senator who “puts Alaska first every single day. That’s the commitment I’m making to the people of this state, and together, we’re going to elect a Sullivan that actually stands up for Alaska.”</p><p>Sen. Sullivan, emphasizing his words with an expletive, told reporters in Washington that having the second Sullivan on the ballot was a scandalous attempt to trick Alaskans: “That's an insult."</p><p>___</p><p>Freking reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y4HV4EKZMV4WFIZZUUCIEPCS5A.jpg?auth=5514a036e5d2dcdcdb26e258ffc1e8ed52a952658421271c274c549564b88420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Dan Sullivan, R-Alaska, speaks to reporters at the Capitol in Washington, June 30, 2025. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SYTZH7MMQU6A7HG5E6KIG6TI3I.jpg?auth=30e47a26b0daa228ad8c31014de0238a25dd4849ecd0fe95da657e63ee119b01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alaska U.S. Senate candidate Mary Peltola, a Democrat, speaks during a campaign rally on May 14, 2026, in Juneau, Alaska. (AP Photo/Becky Bohrer, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content></item><item><title><![CDATA[Former Heat radio voice David Halberstam dies, reports say]]></title><link>https://www.local10.com/news/local/2026/06/02/former-heat-radio-voice-david-halberstam-dies-reports-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/former-heat-radio-voice-david-halberstam-dies-reports-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[David Halberstam, the Miami Heat’s original radio play-by-play announcer, has died after a yearlong battle with brain cancer, according to multiple reports. ]]></description><pubDate>Tue, 02 Jun 2026 22:35:23 +0000</pubDate><content:encoded><![CDATA[<p>David Halberstam, the Miami Heat’s original radio play-by-play announcer, died Tuesday after a yearlong battle with brain cancer, <a href="https://amp.miamiherald.com/sports/nba/miami-heat/article315981342.html" target="_self" rel="" title="https://amp.miamiherald.com/sports/nba/miami-heat/article315981342.html">according to multiple reports</a>. </p><p>Halberstam, 74, spent nearly five decades working in sports broadcasting and management. </p><p>He served as the Heat’s radio play-by-play voice from the franchise’s inaugural seasons in 1992 through 1998, helping introduce the expansion team to South Florida fans.</p><p>Before joining the Heat, Halberstam was the play-by-play announcer for St. John’s men’s basketball from 1982 to 1992. <a href="https://en.wikipedia.org/wiki/David_J._Halberstam" target="_self" rel="" title="https://en.wikipedia.org/wiki/David_J._Halberstam">His Wikipedia states</a> that he later moved into sports media management, serving as executive vice president and general manager of Westwood One Sports from 2002 to 2008.</p><p>Halberstam was succeeded as the Heat’s radio voice by Mike Inglis, who later passed the role to current broadcaster Jason Jackson.</p><p>Halberstam in 2011 joined the Nova Southeastern University Sharks Athletics family as its Men’s Basketball play-by-play announcer. </p><p>In addition to his broadcasting career, Halberstam was also an author and longtime sports executive.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBIUS6KXISZUO5R5ZKN6WLI6V4.jpg?auth=820646b08e07d2d7eac2f71bb41aa774bce90f5cd6da7f7fb5c5dc65ba1bbf77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Videos showing groups of people entering NYC sewers at night baffle residents and investigators]]></title><link>https://www.local10.com/news/weird-news/2026/06/03/videos-showing-groups-of-people-entering-nyc-sewers-at-night-baffle-residents-and-investigators/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/03/videos-showing-groups-of-people-entering-nyc-sewers-at-night-baffle-residents-and-investigators/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Mole people? Crocodile catchers? Mario brothers? A series of bizarre sightings of people popping in and out of New York City’s vast subterranean sewer system has the city wondering what exactly is going on, with police now probing the underground mystery.]]></description><pubDate>Wed, 03 Jun 2026 11:13:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Mole people? Crocodile catchers? Mario brothers? A series of bizarre sightings of people popping in and out of New York City’s vast subterranean sewer system has the city wondering what exactly is going on, with police now probing the underground mystery.</p><p>Security cameras have recorded at least three nighttime instances where groups of people entered or exited sewer tunnels via maintenance holes on streets in Brooklyn and Queens.</p><p>In one video, taken early Friday morning in the Williamsburg section of Brooklyn, a group of roughly seven people were recorded popping out of a maintenance hole in the middle of an intersection, in full view of passing cars.</p><p>Some wore headlamps and carried what appeared to be shovels and other tools. One narrowly missed getting run over by a vehicle as they pulled themselves out of the ground.</p><p>In another video, a group of about seven people could be seen emerging from a maintenance hole around 2 a.m. on a quiet street in Brooklyn's Gravesend neighborhood. They made their way to a couple of parked cars and pulled out fresh clothes to change into. Police say the group entered the sewers about 11 p.m., meaning they could have been underground for three hours.</p><p>On May 5, three people dressed in waterproof hip waders and other protective gear pried open a maintenance hole cover and descended into the sewer on a street in Queens. The last person pulled the cover shut as approaching cars slowed to a stop.</p><p>Aki Jakupovic, the owner of an auto detailing shop, said his shop’s surveillance cameras recorded that group of sewer spelunkers. He said he couldn’t venture a guess as to what the people did below ground but worried they were “up to no good.”</p><p>The city Department of Environmental Protection said it inspected the sewers at both Brooklyn locations and verified the sewer infrastructure wasn’t damaged. The incident in Queens is still under investigation, the agency said.</p><p>Rob Wolejsza, the department’s spokesperson, stressed that entering the sewers is not only illegal but “extremely dangerous.”</p><p>“Sewers can contain numerous hazards, including noxious and potentially deadly gases, unstable surfaces, flooding risks, and confined spaces,” Wolejsza said in a statement. “For these reasons, members of the public should never enter a pipe, drain, catch basin, manhole, or outfall.”</p><p>Last month, a woman fell into an open maintenance hole on a busy street in midtown Manhattan and died. Utility officials said the hole cover had been dislodged by a truck.</p><p>Police, meanwhile, said they don’t believe there’s any threat to public safety after conducting a thorough sweep of the areas. There have been no reports of injuries and no arrests, and the investigation is ongoing, the department said.</p><p>On Tuesday, at the busy intersection in Williamsburg where the second group was spotted, resident Anthony Purdie said he isn’t convinced it was simple curiosity that drew the group to explore the sewers in the cover of night.</p><p>“They look like they were looking for something important, like money, or for doing some type of hurting,” he said. “Ain’t no fun and games. I mean, seven grown adults going down there? Got to be something, man.”</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKNDHFH3S6CG3WQV6K2YJEVWGU.jpg?auth=b904da5c2d3a5927d412fbe4fe88ab06723e5b818d905735427b6afc3b1f8bde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from a surveillance video provided by AKI AUTO CARE, one of three people descends into a sewer on a street in New York, on May 5, 2026. (AKI AUTO CARE via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QF2IHG67R6EMDR4DNE5T356LTY.jpg?auth=96c1e5e02a50f5dd8b9e446fad52bdbfd957be13fac2bf8b9886debe622eb0d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from a surveillance video provided by AKI AUTO CARE, three people descend into a sewer on a street in New York, on May 5, 2026. (AKI AUTO CARE via AP)]]></media:description></media:content></item><item><title><![CDATA[Myles Garrett sees his trade to the Rams as the path to the postseason success that has eluded him]]></title><link>https://www.local10.com/sports/2026/06/02/myles-garrett-sees-his-trade-to-the-rams-as-the-path-to-the-postseason-success-that-has-eluded-him/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/myles-garrett-sees-his-trade-to-the-rams-as-the-path-to-the-postseason-success-that-has-eluded-him/</guid><dc:creator><![CDATA[By DAN GREENSPAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Short of winning the Super Bowl, Myles Garrett did almost everything a defensive player can do in his first nine seasons in the NFL.]]></description><pubDate>Tue, 02 Jun 2026 23:59:52 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Short of winning the Super Bowl, Myles Garrett did almost everything a defensive player can do in his first nine seasons in the NFL.</p><p>Now a member of a Los Angeles Rams team favored to raise the Lombardi Trophy next February, Garrett is ready to fill the one glaring hole in his football resume.</p><p>“Since the very beginning, it’s always been about winning. … And to have an opportunity to do that immediately? That was the opportunity that was too difficult to pass up,” Garrett said at his introductory news conference Tuesday, one day after the blockbuster deal that sent him from Cleveland to Los Angeles.</p><p>Garrett had been to the playoffs with the Browns in 2020 and 2023, which were his only two winning seasons in Cleveland after being drafted first overall in 2017. With the Rams, the 30-year-old defensive end has joined an organization that has reached the postseason in seven of head coach Sean McVay’s nine seasons in charge, won the Super Bowl following the 2021 campaign, played in another, and came agonizingly close against Philadelphia and Seattle teams that ended up winning it all the past two seasons.</p><p>The Rams spent the offseason loading up for another Super Bowl push by addressing the defensive deficiencies that cost them in the 31-27 NFC title game loss to the Seahawks. They traded for All-Pro cornerback Trent McDuffie, signed fellow Chiefs defensive back Jaylen Watson in free agency, and capped it by acquiring a two-time AP Defensive Player of the Year and five-time first-team All-Pro in Garrett.</p><p>The moves have Garrett expecting big things.</p><p>"I see a position to solidify myself here as well among the very greats,” he said.</p><p>Following a season where he set the NFL single-season record with 23 sacks and also had a career-high 33 tackles for loss, Garrett believes the Rams’ structure and support could allow him to reach even greater heights. He joins a defense that already ranked in the top 10 in points allowed and sacks, and Garrett expects an offense led by quarterback Matthew Stafford, who was voted NFL MVP after throwing for 46 touchdowns, to give him plenty of chances to close games out in the fourth quarter.</p><p>Those opportunities were few and far between in Cleveland, where Garrett had 125 1/2 sacks in 134 career games. The Browns went 58-90-1 during Garrett's time there.</p><p>“I mean, that did play into the decision as well, knowing I have the ability, you know, late game, to pin my ears back, not just because we need a play to be made, but because we have the lead and it’s obvious passing downs, being able to make those game-changing plays to win the game for us, those are things that appealed to me,” Garrett said.</p><p>Garrett has already taken steps to get comfortable in his new surroundings, striking a deal with nose tackle Poona Ford to secure the No. 95 jersey.</p><p>Garrett is also looking forward to getting in touch with NBA superstar LeBron James, who has spent the past eight seasons with the Los Angeles Lakers, for more information about the city. Garrett described James as a “positive force in my life,” having received advice and mentorship from the Akron, Ohio, native and four-time NBA champion over the years since joining the Browns.</p><p>Garrett already has some familiarity with the region. His girlfriend, Olympic gold medalist snowboarder Chloe Kim, is from Torrance, California, in Los Angeles County. His father, Lawrence, was born in Los Angeles.</p><p>For all the initial excitement surrounding the trade, Garrett understands it will ultimately be judged by how he and the Rams fare on the field.</p><p>“Nothing changes for me,” he said. “I don't feel any pressure to be anything else, be anything different. As long as I'm myself and I come here to work every day and I'm a leader, the success will follow.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CXD4XYB7X2C2OLYSRZT45NOVAI.jpg?auth=63ccaaf9b82b8d3768f1a54769a34e09b185d3c34fef1f823edd2ccc3df30c41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams defensive end Myles Garrett pose for a photo during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRANVLLOQBLMAHWBSNDMWTPR2U.jpg?auth=894103a7c323ba23842460909bd4ad431c81a097aa09a828a1aebee9fecb8ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams defensive end Myles Garrett speaks to the media during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXO56VTL2XQ5U5SJ3UITMXJQ3E.jpg?auth=7e8246a90c4ad8cd9b6165853f91d6c9da7bdd665d9930957c71d405aa9bb02e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Los Angeles Rams general manager Les Snead, left, defensive end Myles Garrett, and head coach Sean McVay pose for a photo during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQDMKCFPRC6K6KQEHWPOEK3WGQ.jpg?auth=cdf69baf34b0292251d332e05a7f327579e0c26a288d4a3c65adc15dd18d359b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Rams defensive end Myles Garrett smiles during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Peabo Bryson, known for duets from Disney's 'Aladdin' and 'Beauty and the Beast,' has died at 75]]></title><link>https://www.local10.com/entertainment/2026/06/02/peabo-bryson-known-for-duets-from-disneys-aladdin-and-beauty-and-the-beast-has-died-at-75/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/02/peabo-bryson-known-for-duets-from-disneys-aladdin-and-beauty-and-the-beast-has-died-at-75/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Peabo Bryson, the two-time Grammy Award-winning R&B singer best known as the voice behind the Oscar-winning Disney film duets “Beauty and the Beast” with Celine Dion and “A Whole New World” with Regina Belle from “Aladdin," has died. He was 75.]]></description><pubDate>Wed, 03 Jun 2026 00:43:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Peabo Bryson, the two-time Grammy Award-winning R&B singer best known as the voice behind the Oscar-winning Disney film duets “Beauty and the Beast” with Celine Dion and “A Whole New World” with Regina Belle from “Aladdin," has died. He was 75.</p><p>His family said in a statement that Bryson died Tuesday evening, days after having a stroke.</p><p>“While our hearts are broken, we find comfort in knowing how deeply Peabo was loved and how many lives were touched by his voice and his generous spirit,” the family's statement said. “His legacy and music will live on for generations to come.”</p><p>Internationally celebrated for his Disney classics, Bryson also built a career over five decades as one of R&B’s premier balladeers, recording hits including “Feel the Fire,” “I’m So Into You" and “Can You Stop the Rain."</p><p>“For more than five decades, Peabo’s extraordinary voice served as the soundtrack to some of life’s most cherished moments,” the family's statement said. “His music carried generations through joyful celebrations, great love stories and enduring moments of comfort and inspiration.”</p><p>Born and raised in South Carolina, the singer, songwriter and balladeer launched his career with the group Moses Dillard and the Tex-Town Display in the 1970s. Shortly afterward, Atlanta label Bang Records signed him as a solo artist.</p><p>He recorded for Capitol, Elektra and Columbia Records and became one of music’s most sought-after duet partners. Aside from Belle and Dion, he also collaborated with artists including Roberta Flack and Natalie Cole.</p><p>His duet with Flack, “Tonight, I Celebrate My Love,” became one of the defining love songs of the 1980s, while “If Ever You’re in My Arms Again” helped expand his audience beyond R&B radio. He later scored No. 1 R&B hits with “Show & Tell” and “Can You Stop the Rain.”</p><p>Beyond music, Bryson appeared in stage productions including “Raisin,” “The Wiz” and “Porgy and Bess.” In 2018, he returned with “Stand for Love,” his 21st studio album, produced by hitmaking duo Jimmy Jam and Terry Lewis.</p><p>Bryson had a stroke in late May and was placed under medical care.</p><p>“At this time, the family requests privacy as they navigate this deeply personal moment together,” a statement from his representative read at the time. "The thoughts, prayers and love of friends and fans are welcomed and deeply appreciated.”</p><p>In 2019, Bryson made a full recovery after having a heart attack.</p><p>Comedian and television host Loni Love said she worked with Bryson on a cruise ship last year and spoke with him for hours on the deck one night after she noticed him sitting alone.</p><p>“He shared incredible stories, spoke passionately about his music, and had such a deep love for his craft,” she wrote in a social media post Tuesday. “I am so grateful to have had that special moment with him.”</p><p>Bryson's family said memorial and celebration-of-life arrangements will be announced at a later date.</p><p>___</p><p>This story has been updated to correct that Bryson sang “Beauty and the Beast” with Dion and “A Whole New World” with Belle, not the other way around. It has also been updated to correct a misspelling of “Aladdin."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWW63GEZECWYR2Z7B7USH2DV44.jpg?auth=f1206e89cc0533a7d88a6ae0a38d94c25137b54d887800c9adc585a6c3fee9d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peabo Bryson smiles at the European premiere of "Michael Jackson: The Life Of An Icon," in London, Nov. 2, 2011. (AP Photo/Joel Ryan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Ryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72EL6366F4ESQ3BDD6PCAV6PBI.jpg?auth=e51dfccc7d5c13d1c46955e1620e1f4d3bd73c4be4a1b9ed6555b2219e69b441&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Celine Dion, left, and Peabo Bryson perform the song "Beauty and the Beast," that won them the Grammy for Best Pop Vocal Performance by a Group or Duo, at the 35th annual Grammy Awards in Los Angeles, Calif., Feb. 25, 1993. (AP Photo/Reed Saxon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Saxon</media:credit></media:content></item><item><title><![CDATA[Scientists lose critical climate record as ocean observatory will go dark under Trump funding cuts]]></title><link>https://www.local10.com/tech/2026/06/02/scientists-lose-critical-climate-record-as-ocean-observatory-will-go-dark-under-trump-funding-cuts/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/02/scientists-lose-critical-climate-record-as-ocean-observatory-will-go-dark-under-trump-funding-cuts/</guid><dc:creator><![CDATA[By ANNIKA HAMMERSCHLAG, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — A portion of one of the most ambitious ocean monitoring networks ever built will go dark this month when scientists board a research vessel and motor off the Oregon coast to pull a research buoy from deep out of the Pacific.]]></description><pubDate>Tue, 02 Jun 2026 23:37:12 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — A portion of one of the most ambitious ocean monitoring networks ever built will go dark this month when scientists board a research vessel and motor off the Oregon coast to pull a research buoy from deep out of the Pacific.</p><p>The buoy 80 meters (260 feet) below the water's surface will be removed June 16 from the Ocean Observatories Initiative — a network of more than 900 ocean sensors built at a cost of $386 million that has continuously collected real-time data for more than a decade. But last month, the National Science Foundation announced it would dismantle most of the system, pulling instruments from waters off Oregon, Washington, Alaska, North Carolina and Greenland by 2027.</p><p>Funded by the foundation, the observatories have tracked everything from ocean circulation and marine ecosystems to climate change and extreme weather. Its data has been freely available and has informed more than 500 scientific publications. The project was slated to run for another 15 to 20 years.</p><p>In an emailed statement, the foundation said the decision is not a cancellation, but a “descoping” aligned with a “wider strategy of a nimbler approach to prioritize support for evolving scientific priorities and emerging technologies, as well as smart lifecycle management within its research infrastructure portfolio.” The foundation added that its decision drew in part on a 2025 National Academies report on the future of ocean science.</p><p>But for the scientists who built and operated the system — and the researchers, educators and students who rely on its data — the timing feels particularly punishing.</p><p>An El Nino event, which disrupts weather patterns and supercharges marine heat waves, is predicted to arrive along the Pacific coast this summer. One marine heat wave is already pushing unusually warm water off California.</p><p>Without the Oregon and Washington moorings and the network of underwater gliders the Ocean Observatories Initiative operated in the region, researchers say they'll lose much of their ability to measure what's happening below the surface, which is precisely where the most significant oceanographic signals are.</p><p>“It’s a crippling loss of information,” Ed Dever, a professor at Oregon State University who helped lead the initiative’s Pacific Northwest operations, told The Associated Press Tuesday. Scientists can get some data from the surface, such as temperature and the distribution of chlorophyll, which drives photosynthesis in plants, but information below cannot be gathered from satellites alone, including low oxygen zones.</p><p>The initiative launched in 2015 after more than a decade of community planning and construction. It was designed as a 25 to 30-year project, built in part around the oceanographic consensus that detecting meaningful climate signals requires at least three decades of continuous data. “We’ve just got to the 10 year record,” Dever said, “which will give you some hints, but it won’t continue on.”</p><p>One significant piece will remain: a seafloor cable network managed by the University of Washington off the Pacific Northwest coast, which will continue providing data on volcanic and seismic activity in the region.</p><p>Scientists had seen warning signs as the administration’s proposed 2026 budget included a 55% cut to the science foundation. Official word to begin shutting down arrived in early May.</p><p>The initiative was coordinated by the Woods Hole Oceanographic Institution in collaboration with the University of Washington and Oregon State University, as well as past partners including Rutgers University and Scripps Institution of Oceanography.</p><p>The initiative operated on roughly $48 million a year, not including the cost of research vessels, which adds substantially to the overall price. Prior to budget cuts, which began in 2025, around 60 to 70 people worked directly on the project across its partner institutions, Dever said.</p><p>“What’s happening with the Ocean Observatories Initiative is not unique,” he said. “This is just one of a number of science facilities that is being dismantled at the present time. It seems to really mark the end of a federal commitment to basic scientific research — a commitment that has served this nation very well for the last 70 years.”</p><p>___</p><p>Alexa St. John contributed to this report from Detroit.</p><p>___</p><p>Follow Annika Hammerschlag on Instagram: @ahammergram.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVI3J3JPF7SXJCGCQ5UWC5FKLE.jpg?auth=405d4fa2936e0440fd1a1b84f95bc726b07e6c4b7be4f33e45ac9ccd822b8532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this 2018 image provided by Woods Hole Oceanographic Institution, a buoy used to gather data floats in the Pioneer Mid-Atlantic Bight off the coast of North Carolina. (Darlene Trew Crist/Woods Hole Oceanographic Institution via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Darlene Trew Crist</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVRDKQUEY4VAIQWAQXSHAHKZGE.jpg?auth=50ea7a71be86ce3d83dabcc51b94bb5e6803e679f8362fd8f53b3e8ed137b095&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this 2021 image provided by Woods Hole Oceanographic Institution, workers walk near buoys used to gather data at Pioneer New England shelf off the coast of Martha’s Vineyard, Mass. (Véronique LaCapra/Woods Hole Oceanographic Institution via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Véronique LaCapra</media:credit></media:content></item><item><title><![CDATA[June 2: More bouts of stormy weather]]></title><link>https://www.local10.com/weather/2026/06/02/june-2-more-bouts-of-stormy-weather/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/02/june-2-more-bouts-of-stormy-weather/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Showers or a rogue thunderstorm cannot be ruled out for South Florida Tuesday night. ]]></description><pubDate>Tue, 02 Jun 2026 23:29:35 +0000</pubDate><content:encoded><![CDATA[<p>Showers or a rogue thunderstorm cannot be ruled out for South Florida Tuesday night. Otherwise, muggy conditions persist through the night with low temperatures forecast in the mid and upper 70s for Miami-Dade and Broward counties.</p><p>More rain is expected Wednesday. In fact, showers could get an early start before soaking storms develop through the day. The combo of dreary, soggy weather and north-northeast winds likely will keep high temperatures a few degrees below “normal.” Mid 80s are forecast. The average high for Miami this time of year is 89°F. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[2 scientists charged with bringing deactivated mpox virus into the US and lying to authorities]]></title><link>https://www.local10.com/health/2026/06/02/2-scientists-charged-with-bringing-deactivated-mpox-virus-into-the-us-and-lying-to-authorities/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/02/2-scientists-charged-with-bringing-deactivated-mpox-virus-into-the-us-and-lying-to-authorities/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Two scientists at a U.S. government lab were charged with smuggling vials of deactivated mpox virus into the country from Africa and lying about it during interviews with investigators at a Michigan airport, authorities said Tuesday.]]></description><pubDate>Wed, 03 Jun 2026 01:30:30 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Two scientists at a U.S. government lab were charged with smuggling vials of deactivated mpox virus into the country from Africa and lying about it during interviews with investigators at a Michigan airport, authorities said Tuesday.</p><p>A criminal complaint was unsealed in federal court in Detroit against Vincent Munster, who is chief of the virus ecology section at Rocky Mountain Laboratories in Hamilton, Montana, and Claude Kwe, who works with him.</p><p>Munster and Kwe were stopped at Detroit Metropolitan Airport in January after a flight from Paris and nine days in the Republic of Congo. An outbreak of the mpox disease has been linked to more than 2,000 deaths in Congo, a vast region in central Africa, though a two-year outbreak was declared over in April.</p><p>Munster “adamantly denied” returning to the U.S. with biological materials or samples, the FBI said in a court filing.</p><p>But tests subsequently revealed that Munster and Kwe were traveling with vials of deactivated mpox, the FBI said, yet they had failed to declare them or obtain the necessary permission.</p><p>"Any deliberate effort to conceal and smuggle biological materials into the United States without proper authorization is a breach of the public’s trust and could have placed the public at risk,” said Marcus Sykes of the Office of Inspector General at the Department of Health and Human Services.</p><p>Munster and Kwe did not immediately respond to requests for comment. They are expected to appear in federal court in Missoula, Montana, on Wednesday.</p><p>“This matter is currently under investigation, and NIH is cooperating fully with law enforcement and appropriate authorities,” said the National Institutes of Health, which oversees the lab. “Because this is an ongoing investigation and personnel matter, we are limited in what additional information we can provide at this time.”</p><p>There was no mention in the government's court filing about why Munster and Kwe may have wanted to bring the deactivated mpox virus to their lab. But they are virologists who have worked extensively on mpox research, the FBI said.</p><p>Munster told investigators at the Detroit-area airport that any necessary documents were in his laptop, “but you don't need them. I do this all the time,” the FBI quoted him as saying.</p><p>“It is reasonable to believe that Munster's statements regarding the possession of the required documentation to (customs officers) were materially false,” the FBI said.</p><p>The most common symptoms of mpox, according to the World Health Organization, are a rash and fever, but it can sometimes cause serious illness. Most people recover fully.</p><p>Mpox, previously known as monkeypox, was first identified by scientists in 1958 during outbreaks of a “pox-like” disease in monkeys. Until a few years ago, most human cases were seen in people in central and West Africa who had close contact with infected animals.</p><p>In 2022, the virus was confirmed to spread via sex for the first time and triggered outbreaks in more than 70 countries that had not previously reported mpox.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JJ66CJAWRN3AFSHBLI3IOOZFI.jpg?auth=65541737ca584a58a47a090cf38ba8ec223f3328b549848f5571fa0ed7876243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This colorized electron microscope image provided by the National Institute of Allergy and Infectious Diseases in 2024 shows Mpox virus particles, orange, found within infected cells, green. (NIAID via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Google quiere inundar el sur de Florida con millones de mosquitos-pero estos combaten enfermedades ]]></title><link>https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Chupan sangre, propagan enfermedades y forman enjambres, ahora Google quiere liberar decenas de millones de mosquitos en Florida y California.]]></description><pubDate>Tue, 02 Jun 2026 23:18:43 +0000</pubDate><content:encoded><![CDATA[<p>Suelen chupar sangre, propagar enfermedades y formar enjambres y ahora el gigante tecnológico Google quiere liberar decenas de millones de mosquitos en Florida y California.</p><p>El propósito de la liberación masiva sería ayudar a erradicar enfermedades.</p><p>Es un programa llamado De Bug que liberaría mosquitos machos infectados con Wolbachia, una bacteria de origen natural.</p><p>Cuando esos machos se aparean con hembras silvestres, los huevos no eclosionan, por lo que la población de vectores de enfermedades disminuye.</p><p>Los Cayos de Florida ya han estado en la primera línea de una tecnología similar contra mosquitos.</p><p>Este será el segundo año usando mosquitos infectados en un programa piloto.</p><p>Expertos en mosquitos y empresas de servicios para el hogar como Mosquito Joe dijeron que usar un arsenal de herramientas es vital.</p><p>“Los mosquitos son un problema de salud pública”, dijo el copropietario de Mosquito Joe, Yoel Guitierrez. “Transmiten Zika, chikungunya, virus del Nilo Occidental”.</p><p>Funcionarios de los condados de Miami-Dade y Broward dicen que Google se ha comunicado con ellos.</p><p>Un programa similar en 2018 fue considerado un éxito en el condado de Miami-Dade, pero fue costoso.</p><p>Google está intentando obtener la aprobación de la Agencia de Protección Ambiental, que está aceptando comentarios públicos sobre la propuesta hasta el viernes.</p>]]></content:encoded></item><item><title><![CDATA[Exit polls suggest landslide win by South Korea's ruling liberal party in local elections]]></title><link>https://www.local10.com/news/world/2026/06/02/south-koreans-vote-in-local-elections-seen-as-a-gauge-of-support-after-president-lees-first-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/02/south-koreans-vote-in-local-elections-seen-as-a-gauge-of-support-after-president-lees-first-year/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — Exit polls suggested that South Korea's ruling liberal party was projected to win a landslide victory in Wednesday's mayoral and other local elections, a result that if confirmed would give President Lee Jae Myung a firmer political mandate to advance his agenda.]]></description><pubDate>Wed, 03 Jun 2026 11:46:32 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — Exit polls suggested that South Korea's ruling liberal party was projected to win a landslide victory in Wednesday's mayoral and other local elections, a result that if confirmed would give President Lee Jae Myung a firmer political mandate to advance his agenda.</p><p>A victory by Lee's Democratic Party had been widely expected because its main rival, the conservative People Power Party, remains in disarray after President Yoon Suk Yeol was removed from office and sentenced to life in prison over his martial law debacle in late 2024.</p><p>The joint exit polls by South Korea’s three major TV stations — KBS, MBC and SBS — showed the Democratic Party was forecast to win at least 11 of the 16 mayoral and provincial gubernatorial posts up for grabs in Wednesday's elections. The polls suggested the PPP had a clear lead in only one race, while the other four races were too close to call.</p><p>“The conservatives’ support base has been fractured and weakened in the wake of Yoon’s impeachment, while the liberals’ support base has grown stronger," said Jeong Han-Wool, director of the Korean People Research Institute. “A win by the ruling party would help provide the Lee government with a considerably stable political foundation."</p><p>Election win would give Lee a further boost</p><p>Thursday will mark one year in office for Lee, who won a snap election triggered after Yoon's ouster. Lee's approval ratings still hover over 60%. He's been credited with what he calls “pragmatic diplomacy” that eased concerns that his rule would hurt ties with the U.S. and Japan. His popularity has also been attributed to a booming stock market and efforts to be more transparent about his decision-making procedures.</p><p>Whatever the outcome of Wednesday’s election, Lee’s foreign policy agenda will likely remain unchanged. The Democratic Party would also maintain its majority status at parliament, though 14 new members of the 300-member National Assembly will be chosen in by-elections on Wednesday.</p><p>With more allies at mayoral and gubernatorial posts, Lee could pursue his regional policies more easily and effectively, given 14 of the 16 regional leadership posts are currently held by the PPP, said Choi Jin, director of the Seoul-based Institute of Presidential Leadership.</p><p>That will help his party's preparations for the 2028 parliamentary elections, Choi said.</p><p>Much attention is focused on Seoul’s mayoral race</p><p>The Seoul mayoral election is considered the most important one. Without winning it, experts said the Democratic Party couldn't claim an outright victory in overall elections, no matter how many races it won.</p><p>The race pits the Democratic Party’s Chong Won-o, a former Seoul district head who rose after Lee publicly praised his governance last October, against current mayor and political heavyweight Oh Se-hoon with the PPP.</p><p>The exit polls showed Chong running ahead of Oh by 5.4 percentage points.</p><p>On Tuesday, Oh accused Chong of relying on “the president’s coattails,” while Chong slammed Oh over what he called the mayor’s incompetent and irresponsible governance style.</p><p>Election results are crucial for the conservative opposition</p><p>The PPP is still struggling with internal feuding between reformists who joined the Democratic Party-led push to impeach Yoon and his loyalists who attempted to protect the embattled leader.</p><p>Among the candidates running for the parliamentary by-elections is Han Dong-hoon, leader of the reformist faction who was eventually expelled from the PPP. Pre-election surveys show Han, now an independent, holding a slim lead over the Democratic Party’s Ha Jung-woo, a former Lee adviser on artificial intelligence, in a race in Busan, the country’s second biggest city.</p><p>Jeong, the institute director, said that a Han victory could help anti-Yoon reformists regroup and emerge as a new force among the struggling conservatives in South Korea. But Choi said Han’s win could worsen a divide in the conservatives because Yoon loyalists would feel a sense of crisis and close ranks further.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/55CPBZY3LD4KF6PAZYZ2K6OXCM.jpg?auth=00d54ed29b4711f1bf526a4a4b8e213d3f09adfe2c5a1995c6d1795cd1c46853&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lawmakers and members of South Korea's ruling Democratic Party react as they watch TV news program about results of exit polls for June 3 nationwide simultaneous local elections at the National Assembly in Seoul, South Korea, Wednesday, June 3, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMN6HXQXXGAU2PEJEPLP52OK5Q.jpg?auth=ff8d918bfd63972bf8bf47a7b8c88154d374edfa4c4b5df15e85d0cb2bf51a06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election Commission officials prepare ballots for counting at the local elections at a gymnasium in Seoul, South Korea, Wednesday, June 3, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWST5NAWNDYAXC3YE5CQ4FTY6A.jpg?auth=e75de7953665975e832f35fbea08b10290bf26490e91b2b5f70d4e4fcaba72e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean National Election Commission officials check boxes containing ballots for the local elections at a gymnasium in Seoul, South Korea, Wednesday, June 3, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2K5BQ6WNFXXCG2SCECVYOAQWI.jpg?auth=130aee50d40a85cb6ca15e443eedf4b3b591cb1ad77d157ea2b282b3a2deac17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast their votes for the nationwide simultaneous local elections at a polling station in Seoul, South Korea, Wednesday, June 3, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Severe thunderstorm warning in effect for areas of South Florida ]]></title><link>https://www.local10.com/weather/2026/06/02/severe-thunderstorm-warning-in-effect-for-areas-of-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/02/severe-thunderstorm-warning-in-effect-for-areas-of-south-florida/</guid><dc:creator><![CDATA[Betty Davis, Andrea Torres]]></dc:creator><description><![CDATA[A strong thunderstorm moved over western Miami-Dade County with damaging winds of 60 mph and hail on Tuesday afternoon.]]></description><pubDate>Tue, 02 Jun 2026 22:17:32 +0000</pubDate><content:encoded><![CDATA[<p>A severe thunderstorm warning was in effect on Tuesday afternoon for areas of South Florida.</p><p><a href="https://www.local10.com/espanol/2026/06/02/entra-en-vigor-alerta-por-tormenta-electrica-severa-en-zonas-del-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/entra-en-vigor-alerta-por-tormenta-electrica-severa-en-zonas-del-sur-de-florida/">Leer en español</a></p><p>The thunderstorm moved over western Miami-Dade County with damaging winds of 60 mph and hail. The winds later lowered to about 30 mph. </p><p>The storm moved northeast from Kendall to impact Coral Gables, Sweetwater, Westchester, Doral, and Hialeah Gardens. </p><figure><img src="https://www.local10.com/resizer/v2/BDE2QPI5KVDKFB7JD4NESFCIOM.jpg?auth=cf4691d8b2d6e2cf4cd213eda3dc1fbe7ea622f5b8663b1245e2c36df18fe2a1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In Broward County, there was a special weather statement in effect for Pembroke Pines and Miramar. </p><p>In Palm Beach County, a special weather statement was also in effect for Palm Beach Gardens, Riviera Beach, and North Palm Beach. </p><p>Rain and hazardous marine conditions were also in the area’s weather forecast for Tuesday night and Wednesday morning. </p><p>For a look at the local live radar and the local hour-by-hour forecast, <a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">visit this page</a>. </p>]]></content:encoded></item><item><title><![CDATA[Aprueban legisladores de Florida plan para poner recortes de impuestos a la propiedad en la boleta de noviembre ]]></title><link>https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[Aceleran legisladores de Florida plan del gobernador Ron DeSantis para recortes de impuestos a la propiedad en la boleta de noviembre.]]></description><pubDate>Tue, 02 Jun 2026 17:21:55 +0000</pubDate><content:encoded><![CDATA[<p>Aceleran legisladores de Florida plan del gobernador Ron DeSantis para establecer <a href="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/">recortes de impuestos a la propiedad</a> en la boleta de noviembre</p><p>Los legisladores de Florida aceleraron el plan del gobernador Ron DeSantis para poner recortes de impuestos a la propiedad en la boleta de noviembre, con la Cámara de Representantes y el Senado aprobándolo a primera hora de la tarde del martes.</p><p>El plan elevaría las exenciones de vivienda principal del estado de $50,000 USD a $250,000 USD.</p><p>El gobernador no está obteniendo todo lo que quería a medida que el proyecto llega a su despacho: el cambio más importante es que el financiamiento escolar está protegido, lo que significa que los impuestos a la propiedad no desaparecerán por completo.</p><p>Los cambios también incluyen la eliminación de un fondo fiduciario para condados pequeños con dificultades, el cual no tenía una fuente de financiamiento, y la retirada de dinero destinado para que el estado promueva el plan ante los votantes.</p><p>DeSantis enfrentó escrutinio en 2024 por <a href="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c" target="_self" rel="" title="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c">usar fondos de los contribuyentes</a> para hacer <a href="https://www.youtube.com/watch?v=DsH5xju_qcw" target="_self" rel="" title="https://www.youtube.com/watch?v=DsH5xju_qcw">campaña</a> contra medidas en la boleta que <a href="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments" target="_self" rel="" title="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments">legalizaban la marihuana</a> y protegían los derechos al aborto.</p><p>“Los votantes merecen saber sobre qué están votando sin sesgos”, dijo el martes la senadora estatal Lori Berman, demócrata de Boca Ratón.</p><p>Y el elefante en la habitación: ¿Por qué esto? ¿Por qué ahora, con tantos detalles aún sin definir?</p><p>“¿Por qué la prisa? ¿Por qué tres días? ¿Por qué no pedir cifras reales?”, preguntó la representante estatal Robin Bartleman, demócrata de Weston.</p><p>El representante estatal Toby Overdorf, republicano del condado de Martin, respondió: “Hemos estado trabajando en este tema por más de un año y medio. Nos hemos reunido con personas desde Pensacola hasta Cayo Hueso. Sin embargo, actualmente tenemos una propuesta del gobernador, y eso es lo que estamos escuchando durante esta sesión especial”.</p><p>Los escépticos han<a href="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/"> expresado preocupación</a> por posibles déficits en servicios gubernamentales esenciales.</p><p>Pero los republicanos han criticado cómo los gobiernos locales gastan los fondos de los contribuyentes.</p><p>Como ocurre con cualquier enmienda a la constitución estatal, necesitaría el 60% de los votos para aprobarse en noviembre.</p>]]></content:encoded></item><item><title><![CDATA[Consideran comisionados de Deerfield Beach acción legal contra la BSO ]]></title><link>https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Los comisionados de Deerfield Beach se reúnen el martes por la noche y su agenda incluye una resolución  contra la Oficina del Sheriff del Condado de Broward (BSO).]]></description><pubDate>Tue, 02 Jun 2026 23:01:50 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de Deerfield Beach se reúnen el martes por la noche y su agenda incluye una resolución para tomar “todas las medidas necesarias” contra la Oficina del Sheriff del Condado de Broward (BSO).</p><p>Según la resolución, estas medidas incluyen la contratación de “abogados externos” y la presentación de una demanda contra la BSO.</p><p>Los funcionarios municipales han estado trabajando para establecer sus propios departamentos de policía y bomberos antes de septiembre de 2027, fecha en que la BSO dejará de prestar servicios a la ciudad.</p><p>La ciudad ha estado reduciendo su dependencia de la BSO, tras más de tres décadas de servicio.</p><p>La ciudad planea transmitir la reunión de la comisión a las 7 p.m. por <a href="https://www.youtube.com/@deerfieldbeachcommissionme843/streams" target="_self" rel="" title="https://www.youtube.com/@deerfieldbeachcommissionme843/streams">YouTube.</a></p><p><b>Documento relacionado:</b> <a href="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207" target="_self" rel="" title="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207">El orden del día de la reunión de la comisión</a></p><figure><img src="https://www.local10.com/resizer/v2/AY3UJFAOBBGKVPT22XPZQYSQJA.jpg?auth=3803335a1cc727222a446fd9a55162f53ed104186a49355087f1c9b213f3f6e2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Noticias relacionadas</b></p><p><a href="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/">Tony habla sobre la ruptura de Deerfield Beach con la BSO y la reorganización del personal de mando</a></p><p><a href="https://www.local10.com/espanol/2026/01/21/comision-de-deerfield-beach-vota-a-favor-de-romper-lazos-con-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/01/21/comision-de-deerfield-beach-vota-a-favor-de-romper-lazos-con-la-bso/">La comisión de Deerfield Beach vota a favor de romper relaciones con la BSO</a></p><p><a href="https://www.local10.com/espanol/2026/02/04/todo-paso-muy-rapido-residentes-de-deerfield-beach-aun-tienen-dudas-tras-la-ruptura-de-la-ciudad-con-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/02/04/todo-paso-muy-rapido-residentes-de-deerfield-beach-aun-tienen-dudas-tras-la-ruptura-de-la-ciudad-con-la-bso/">«Todo ha sucedido muy rápido»: Los residentes de Deerfield Beach aún tienen preguntas sobre la ruptura de la ciudad con la BSO</a></p>]]></content:encoded></item><item><title><![CDATA[Police locked in negotiations with man in Bakersfield holding hostages]]></title><link>https://www.local10.com/news/2026/06/03/police-locked-in-negotiations-with-man-in-bakersfield-holding-hostages/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/police-locked-in-negotiations-with-man-in-bakersfield-holding-hostages/</guid><dc:creator><![CDATA[By HALLIE GOLDEN and JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[Police were locked in negotiations Tuesday night with a man holding hostages inside a building that houses a Chase bank branch and school district office in the Southern California city of Bakersfield, officials said.]]></description><pubDate>Wed, 03 Jun 2026 05:43:16 +0000</pubDate><content:encoded><![CDATA[<p>Police were locked in negotiations Tuesday night with a man holding hostages inside a building that houses a Chase bank branch and school district office in the Southern California city of Bakersfield, officials said.</p><p>Officers responding to a call of a bomb threat arrived at the scene around 1 p.m. at the Chase Bank building in downtown Bakersfield, and discovered a man had barricaded himself inside “with several community members,” the Bakersfield Police Department said in a statement.</p><p>Through negotiations, two of the hostages were released and the rest are in “good health,” city police Sgt. Eric Celedon said.</p><p>“We have every single resource at our disposal out here to bring this to the safest resolution possible,” he said.</p><p>Nearby buildings were evacuated, including city hall and the police headquarters, and some roads were temporarily closed, according to officials. Officers established a perimeter around the building and nearby businesses, authorities said.</p><p>Celedon warned the public to stay out of the area, explaining that this is still a very active situation.</p><p>A spokesperson for JPMorgan Chase said its branch is on the ground floor of the building and is currently empty. The company is working with authorities.</p><p>The department's crisis negotiation team was in contact with the suspect by telephone.</p><p>About a dozen police cars were on scene along with one tactical vehicle and multiple emergency responders, and FBI agents were on the scene.</p><p>Jacob Davidson, a livestreamer known as Dad’s Gone Live, was a block from the bank at his family’s tattoo shop when he started getting calls from his subscribers alerting him to the bomb threat.</p><p>“I went into the bank’s parking garage and watched the cops enter the back of the bank. This is the biggest police presence I’ve ever seen in this town,” Davidson said. “Now I’m watching them set up the trauma tents with the green, red and yellow tags, and black tags too, along with a command center about a block away.”</p><p>By Tuesday night, his livestream captured through a window in the building a woman rocking back and forth before crouching further down below the window. Later, two hands could be seen waving.</p><p>Law enforcement agencies often protectively set up trauma tents — which are color-coded to help sort people based on the severity of injuries — just in case they become needed during an emergency situation.</p><p>Bakersfield Mayor Karen Goh said she is closely monitoring the situation.</p><p>“The best way the public can help at this time is by avoiding the area and allowing law enforcement officers, negotiators, and other trained professionals the space and opportunity to safely carry out their duties,” she said in a statement.</p><p>___</p><p>Associated Press reporter Rebecca Boone in Boise, Idaho, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWDQEQZ5TNQZPH44ZHRJYA65RA.jpg?auth=09ad196c305cd3f363674e827fb7cc35aa91af73563e9b09edd4b35a01ac9a03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI agents respond after a man barricaded himself inside a building with hostages Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/David Dennis)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dennis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMQZEE7LKEXYVFERAQAPHH4FCQ.jpg?auth=91a1a7da03d22985fff1e87369df3063262b7a80ccba04169778ddcbf73959f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement respond after a man barricaded himself inside a building with hostages Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/David Dennis)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dennis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BL3AWE5NYMJYMGRV6HDJZLP2BM.jpg?auth=36bf2b432f5d4964748117743863462f76eafe6f3fc32b3247000697a4420c29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members of hostages wait a block away from a bank building where a man barricaded himself inside with hostages Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/Erick Madrid)]]></media:description><media:credit role="author" scheme="urn:ebu">Erick Madrid</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWUO2EUSHV2PKPRQKAVWPELAXE.jpg?auth=ed626a2c3207ed4c9665aa69dbab14f220e5846110b00207151d5c24bf3db4c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An overhead view shows the scene of a standoff after a man barricaded himself inside a bank on Tuesday, June 2, 2026, in Bakersfield, Calif. (Jacob, Dad’s Gone Live via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacob, Dad’s Gone Live</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPZ2SF6CDZ3HQVXZ6MEZVEFT7Q.jpg?auth=b2633cb831f032d000f579fdcc8b74151458c386cfdd9093cd411f068e856c88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement work the scene after a man barricaded himself inside a bank Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/David Dennis)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dennis</media:credit></media:content></item><item><title><![CDATA[Sean McVay doesn't shoot down speculation on Aaron Donald returning to Rams alongside Myles Garrett]]></title><link>https://www.local10.com/sports/2026/06/02/sean-mcvay-doesnt-shoot-down-speculation-on-aaron-donald-returning-to-rams-alongside-myles-garrett/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/sean-mcvay-doesnt-shoot-down-speculation-on-aaron-donald-returning-to-rams-alongside-myles-garrett/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — When Sean McVay was asked about Aaron Donald during Myles Garrett’s introductory news conference with the Los Angeles Rams on Tuesday, the coach gave no indication Donald would make the decision to return — but he didn’t exactly tamp down the speculation, either.]]></description><pubDate>Wed, 03 Jun 2026 00:25:59 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — When Sean McVay was asked about Aaron Donald during Myles Garrett’s introductory news conference with the Los Angeles Rams on Tuesday, the coach gave no indication Donald would make the decision to return — but he didn’t exactly tamp down the speculation, either.</p><p>“Aaron is a guy that I stay really close in touch with, and I know the respect that he has for Myles,” McVay said. “Talked to him about the opportunity to be able to bring (Garrett) on board. If Aaron decides he wants to dust them off at the age of 35, I bet you he could still do it at a pretty high clip.”</p><p>While the Rams would never close the door on Donald's possible return to the NFL, McVay confirms it's entirely up to the superstar defensive tackle to open that door if he wants to play alongside Garrett.</p><p>The possibility of Donald's return from two seasons in retirement became a hot topic almost immediately after the Rams swung their blockbuster trade Monday to acquire Garrett from the Cleveland Browns. Now 35 years old, Donald walked away in March 2024 after a prolific 10-year career spent entirely with the Rams.</p><p>ESPN personality Pat McAfee stoked the idea on Tuesday when he said he had texted about a comeback with Donald. McAfee said Donald told him that Garrett’s arrival in LA “for sure got me thinking,” and that he’s “gotta see if that fire can light back up.”</p><p>Donald racked up eight All-Pro selections, 10 Pro Bowl nods, three AP Defensive Player of the Year awards and a Super Bowl ring during 10 seasons in St. Louis and Los Angeles. He went out near the top of his game with a franchise-record 111 sacks as the NFL's best interior pass rusher, saying he was ready to step back from the daily grind required to maintain that level of play.</p><p>But because Donald retired at a relatively young age for defensive linemen, his possible return has been a topic of conversation for two full years in Los Angeles, where the Pittsburgh native still spends most of his time with his family. Rams fans openly pined for his return last season while the team appeared capable of making a second Super Bowl run, but Donald resisted the lure.</p><p>Donald even worked out with Jared Verse, the first-round pick and rising star edge rusher who was traded to Cleveland along with three high draft picks. The Rams gave up a fortune to get Garrett, the two-time AP Defensive Player of the Year and one of Donald's very few peers in the 21st century.</p><p>Garrett has previously spoken of his respect for Donald's game, and the Rams' new superstar nodded along Tuesday while McVay praised Donald.</p><p>The Rams' defensive line is already strong, with Garrett joining 12-sack edge rusher Byron Young and strong interior linemen Kobie Turner, Braden Fiske and Poona Ford. Garrett has already secured his No. 95 jersey from Ford, who wore it with the Rams last season.</p><p>“There was a conversation,” Garrett said with a laugh.</p><p>“A conversation and a couple of bucks?” McVay interjected.</p><p>“Maybe more than a couple of bucks,” Garrett said with a laugh. “He was open to it.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXO56VTL2XQ5U5SJ3UITMXJQ3E.jpg?auth=7e8246a90c4ad8cd9b6165853f91d6c9da7bdd665d9930957c71d405aa9bb02e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Los Angeles Rams general manager Les Snead, left, defensive end Myles Garrett, and head coach Sean McVay pose for a photo during a press conference following the NFL football team's practice, Tuesday, June 2, 2026, in Woodland Hills, Calif. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[US still talking with countries to resettle Afghans as Rubio defends entry to white South Africans]]></title><link>https://www.local10.com/news/world/2026/06/02/us-still-talking-with-countries-to-resettle-afghans-as-rubio-defends-entry-to-white-south-africans/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/02/us-still-talking-with-countries-to-resettle-afghans-as-rubio-defends-entry-to-white-south-africans/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[Secretary of State Marco Rubio told lawmakers Tuesday that the U.S. is still in discussions with several countries to resettle more than 1,000 Afghans who assisted America’s war effort, while he defended the Trump administration's decision to green-light refugee admissions for tens of thousands of white South Africans.]]></description><pubDate>Tue, 02 Jun 2026 22:35:59 +0000</pubDate><content:encoded><![CDATA[<p>Secretary of State Marco Rubio told lawmakers Tuesday that the U.S. is still in discussions with several countries to resettle more than 1,000 Afghans who assisted America’s war effort, while he defended the Trump administration's decision to green-light refugee admissions for tens of thousands of white South Africans.</p><p>His testimony to Congress comes more than a month after The Associated Press and other outlets reported that war-torn Congo was among the countries where the U.S. was considering sending the 1,100 Afghans and relatives of American service members who have been stranded in Qatar for more than a year.</p><p>Advocates have said the other option would be for the refugees to go back to Afghanistan, where they face likely reprisal from the Taliban.</p><p>Democrats on House and Senate committees questioned Rubio during an annual budget hearing about why the U.S. has not followed through on its promise to take in the hundreds of allies who had been rigorously vetted before President Donald Trump signed executive orders in January 2025 that targeted asylum and refugee cases.</p><p>“We’re obviously operating right now under a directive that prohibits the entry of Afghans into the United States,” Rubio said. Despite the restrictions, he said officials had been “engaging every single day” on this issue and that several countries have already indicated their willingness to take in some of those waiting in limbo.</p><p>Rep. Grace Meng, a Democrat from New York, told Rubio that regardless of U.S. immigration policy, Congo would be “a death sentence” for those living at the camp in Doha, including Afghans who served as interpreters and with Special Operations Forces as well as the immediate families of more than 150 active-duty U.S. military members.</p><p>The African country has been battered by decades-long fighting between government forces and Rwanda-backed rebels in its eastern region and is now at the heart of an Ebola outbreak.</p><p>“Can we rule out deporting people to conflict zones?” Meng asked Rubio. After some deflection, he responded that he doesn't think any of the countries being discussed would be conflict zones.</p><p>But he added that the issue remains how many Afghans other countries will take.</p><p>“I don’t think there’s one country that’s going to take all 1,000, but it has to be countries that are willing to assume some of this responsibility and numbers that are manageable to them, but also places that give more options to these individuals that they would be comfortable going to," Rubio said.</p><p>Negotiations between the U.S. and willing countries, including Botswana and Malaysia, started months ago, according to Shawn VanDiver, a Navy veteran who heads a coalition that supports Afghan resettlement efforts called #AfghanEvac.</p><p>VanDiver and other advocacy groups have blasted the administration's handling of Afghan allies over the last 18 months, saying the U.S. is abandoning those who served alongside U.S. forces during America's longest war.</p><p>“These are not strangers. They are the spouses, the children, and the parents of men and women wearing our uniform right now,” VanDiver said in a statement Tuesday. “We told them, with the full faith of the United States, that if they stood with us we would stand with them.”</p><p>He added, “That promise did not come with an expiration date, and it did not come with conditions.”</p><p>Rubio defended some of those conditions, including why Afghans, who have gone through some of the most rigorous vetting and biometric tests, are facing hurdles while the administration has made the U.S. refugee program a vehicle to allow in Afrikaners — a group of white South Africans descended mainly from Dutch settlers.</p><p>“Everything we do has to be geared by the national interest, and it is in our national interest if we are allowing people to enter our country — be people who can quickly assimilate into society and be successful,” Rubio said.</p><p>Meng pushed back on that notion, saying there is a large Afghan population in her district in Queens, New York, who have assimilated, contributed and paid taxes.</p><p>“We’ve already assumed a lot of Afghan refugees, as you said, you have them in your district. We’ve already assumed a large number in the past," Rubio responded.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWNDPPR6E26KSMVOTSEQ52XDNA.jpg?auth=96bf49d3299d834f7b4271ddf514e96d8b40f038ad25a227dc2700d66ef17898&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio testifies before the House Appropriations Committee, Tuesday, June 2, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLQY3JYMIAE2GRDLZLJW5D7TBM.jpg?auth=b0dd81d86fd43d09ee72ebf300e90ff15e7ecc3ec198a02537ae21980f640a4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio testifies before the House Appropriations Committee, Tuesday, June 2, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4T5MVB7GOOYVTWQHTY3KC3BBU.jpg?auth=9bb9b7b7059df215ed61976c3b2f23f8c1d6ef1d441620f80dfb62b20f43810f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anti-war demonstrators try to disrupt the Senate Foreign Relations Committee hearing with Secretary of State Marco Rubio, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDDD4VFPLR4N7I637WYDWFT25I.jpg?auth=8fff9039f3ab2b66740f25e2764dbe6cfa29e02881e4e52bc657d8635500dd52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester interrupts Secretary of State Marco Rubio's testimony before the House Appropriations Committee, Tuesday, June 2, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4UUEU34LOLU3FFYBCQZSMEBQU.jpg?auth=5abdaf9c3aa7e609c74af24e54107678a34304676228f57a0e65a2662f55122d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio testifies before the House Appropriations Committee, Tuesday, June 2, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Entra en vigor alerta por tormenta eléctrica severa en zonas del sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/02/entra-en-vigor-alerta-por-tormenta-electrica-severa-en-zonas-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/entra-en-vigor-alerta-por-tormenta-electrica-severa-en-zonas-del-sur-de-florida/</guid><dc:creator><![CDATA[Betty Davis, Andrea Torres]]></dc:creator><description><![CDATA[Estaba en vigor una alerta de tormenta eléctrica severa el martes por la tarde para áreas del sur de Florida.]]></description><pubDate>Tue, 02 Jun 2026 22:35:19 +0000</pubDate><content:encoded><![CDATA[<p>Estaba en vigor una alerta de tormenta eléctrica severa el martes por la tarde para áreas del sur de Florida.</p><p>La tormenta eléctrica se desplazó sobre el oeste del condado Miami-Dade con vientos dañinos de 60 mph y granizo.</p><p>La fuerte tormenta se movió hacia el noreste desde Kendall para impactar Coral Gables, Sweetwater, Westchester, Doral y Hialeah Gardens.</p><figure><img src="https://www.local10.com/resizer/v2/BDE2QPI5KVDKFB7JD4NESFCIOM.jpg?auth=cf4691d8b2d6e2cf4cd213eda3dc1fbe7ea622f5b8663b1245e2c36df18fe2a1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En el condado Broward, existía la posibilidad de que la tormenta afectara el área de Hollywood durante la noche del martes.</p><p>Para ver el radar local en vivo y el pronóstico local por hora, visita esta página.</p>]]></content:encoded></item><item><title><![CDATA[Captan a conductor en el océano tras atropello con fuga fatal durante choque en playa de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/02/captan-a-conductor-en-el-oceano-tras-atropello-con-fuga-fatal-durante-choque-en-playa-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/captan-a-conductor-en-el-oceano-tras-atropello-con-fuga-fatal-durante-choque-en-playa-de-florida/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[Testigos grabaron videos de una mujer conduciendo camioneta con daños frontales, después de choque en la zona costera en Daytona Beach Shores.]]></description><pubDate>Tue, 02 Jun 2026 21:18:35 +0000</pubDate><content:encoded><![CDATA[<p>Testigos grabaron videos de Deanna Harrell conduciendo una camioneta Ford F-150 negra con daños frontales tras un choque en la zona costera en Daytona Beach Shores.</p><p>Harrell, de 35 años, impactó y destrozó una cabina de peaje en Dunlawton Avenue donde trabajaba Tammie Jo Baker, según el sheriff del condado Volusia, Mike Chitwood.</p><p>“Estando junto al camión, había un fuerte olor ... a alcohol”, dijo Chitwood durante una conferencia de prensa.</p><p>Un testigo también grabó un video de los agentes arrestando a Harrell, de Ormond Beach, después de que la camioneta se quedara atascada en la arena y el agua.</p><p>Tammie Jo Baker tenía 62 años; “a un par de semanas de cumplir su 63 cumpleaños”, dijo Chitwood.</p><p>Chitwood dijo que Harrell fue detenida bajo la Ley Baker para una evaluación de salud mental por declaraciones que hizo mientras estaba bajo custodia.</p><p>Mira la conferencia de prensa</p><p><iframe width="100%" height="450" src="https://www.youtube.com/embed/HIj_zpO-07o?si=EvLIoD60HewR7p8_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>]]></content:encoded></item><item><title><![CDATA[NHL's Dallas Stars plan move to suburbs in 5 years, with NBA's Mavs also leaving downtown then]]></title><link>https://www.local10.com/sports/2026/06/02/nhls-dallas-stars-plan-move-to-suburbs-in-5-years-with-nbas-mavs-also-leaving-downtown-then/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/nhls-dallas-stars-plan-move-to-suburbs-in-5-years-with-nbas-mavs-also-leaving-downtown-then/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PLANO, Texas (AP) — The Dallas Stars are planning to move north, out of downtown and to the suburb of Plano in five years after the lease is up at the NHL team's current home arena.]]></description><pubDate>Tue, 02 Jun 2026 23:55:44 +0000</pubDate><content:encoded><![CDATA[<p>PLANO, Texas (AP) — The Dallas Stars are planning to move north, out of downtown and to the suburb of Plano in five years after the lease is up at the NHL team's current home arena.</p><p>Stars officials announced Tuesday the signing of a nonbinding letter of intent to build a new hockey-specific arena and entertainment district about 20 miles north of the downtown American Airlines Center, which they have shared with the NBA’s Dallas Mavericks since it opened in 2001.</p><p>The leases at the AAC for both teams expire in 2031. The two franchises have been in a legal dispute about their partnership agreement and management of the building.</p><p>The Stars made their intentions known a day after the Mavericks said they have a preliminary agreement on a site for their own new arena about 10 miles north of downtown, but still within the Dallas city limits. The NBA's team deal is for 104 acres on the former site of Valley View Mall, which was demolished three years ago.</p><p>A new arena for the Stars is expected to be part of a large-scale redevelopment project at The Shops at Willow Bend, where the last enclosed mall built in Texas is set for demolition.</p><p>The Stars submitted their letter of intent to the city of Plano, which placed it on the City Council agenda for consideration at its next meeting Monday. The letter includes plans for the mixed-used project as well as design and construction of the arena.</p><p>“This project would present a once-in-a-lifetime opportunity for our franchise,” Stars owner Tom Gaglardi said in a statement. “We eagerly await the vote by the Plano City Council and look forward to continuing the conversation to be part of the redevelopment of The Shops at Willow Bend.”</p><p>That mall on about 90 acres opened in 2001, and there are open restaurants and parking garages in the area. The new arena would anchor the redevelopment that could include sports, entertainment, retail, dining and public gathering spaces.</p><p>The NHL franchise was known as the North Stars before moving south from Minnesota and beginning play in Dallas for the 1993-94 season. The Stars in 1999 became the first of hockey's Sun Belt teams to win a Stanley Cup title.</p><p>The Stars won that championship while still playing at Reunion Arena, a building they also shared with the Mavericks after first moving to Dallas. The site of that downtown arena, which was fully demolished in 2009, is about a mile from the AAC.</p><p>The NFL's Cowboys were in Dallas during the franchise's first 11 seasons at the city's Cotton Bowl (1960-70), but moved to Texas Stadium in Irving in 1971, the season of their first Super Bowl title. They have played since 2009 at AT&T Stadium in Arlington, which is halfway between the downtown areas of Dallas and Fort Worth.</p><p>Arlington is also home to the MLB's Texas Rangers, the franchise that began as the Washington Senators in 1961. The Rangers are in their third stadium in Arlington since moving there in 1972. Globe Life Field, their retractable-roof stadium adjacent to AT&T Stadium, opened in 2020.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QQJA3DT346H3KU6HAPITBJIKE.jpg?auth=56ffa52fc7c46c919abb95476770602d865d3d01e3ea854de5a17d3408024008&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Stars Stanley Cup playoff banners are displayed outside of American Airlines Center before a first-round NHL hockey playoff against the Colorado Avalanche in Dallas, April 19, 2025. (AP Photo/Gareth Patterson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZP2ER2HV6YMZPN4ZGRUOTGONOU.jpg?auth=869937602fdc4f5b04e1cf4038949bacec840a726eb44493ccd4c5800255e319&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - American Airlines Center is lit up prior to Game 5 of a first-round NHL Stanley Cup playoffs hockey series between the Dallas Stars and the Minnesota Wild, April 28, 2026, in Dallas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Video recién divulgado muestra respuesta policial tras haber dicho que un hombre fue lanzado desde un piso 25 en Miami Beach ]]></title><link>https://www.local10.com/espanol/2026/06/02/video-recien-divulgado-muestra-respuesta-policial-despues-de-que-agentes-dieran-que-hombre-fue-lanzado-desde-balcon-del-piso-25-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/video-recien-divulgado-muestra-respuesta-policial-despues-de-que-agentes-dieran-que-hombre-fue-lanzado-desde-balcon-del-piso-25-en-miami-beach/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Video de vigilancia divulgado deja ver a empleado de condominio corriendo a verificar estado del hombre tras caída del balcón.]]></description><pubDate>Tue, 02 Jun 2026 13:44:37 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades divulgaron imágenes de video relacionadas con un <a href="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-asesinato-por-presuntamente-lanzar-a-victima-desde-un-25-piso-en-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-asesinato-por-presuntamente-lanzar-a-victima-desde-un-25-piso-en-miami-beach/">hombre que presuntamente fue lanzado desde un balcón del piso 25 en Miami Beach</a>.</p><p>En el video de vigilancia recién divulgado, se puede ver a un empleado del condominio corriendo para verificar el estado de Justin Zelin momentos después de que cayó desde un balcón ubicado más arriba.</p><p>Todo ocurrió el 15 de febrero en los condominios Akoya, ubicados en el 6365 de Collins Ave. en Mid-Beach.</p><p>Tres días antes, imágenes de video captaron a un hombre que parecía ser Zelin entrando al edificio con Corey Hutterli, de 37 años, quien llevaba lo que parecían ser varias botellas de alcohol.</p><p>Hutterli se convertiría rápidamente en el principal sospechoso la noche de la muerte de Zelin.</p><p>Antes de que Zelin cayera desde su balcón, llamó a la policía tras involucrarse en un altercado con Hutterli.</p><p>Los investigadores dijeron que se podía escuchar a la víctima durante la llamada diciendo “aléjate de mí, Sasha”, un alias por el que, según dijeron, era conocido Hutterli.</p><p>Desde entonces, las autoridades han acusado a Hutterli de empujar a Zelin desde el balcón del condominio.</p><p>“Durante un altercado físico, Hutterli provocó que la víctima Zelin falleciera debido a un trauma contundente por la caída desde una altura”, señala un informe de arresto.</p><p>En la planta baja, las cámaras corporales estaban grabando mientras los agentes localizaban el cuerpo de Zelin.</p><p>Arriba, los agentes dentro del condominio de Zelin dijeron que encontraron a un Hutterli desaliñado saliendo del apartamento de la víctima usando solo calcetines, con cortes en su cuerpo consistentes con haber estado involucrado en una pelea.</p><p>Los investigadores dijeron que recolectaron evidencia de la camisa y la mochila de Hutterli, que contenían ketamina y fragmentos de su propia barba.</p><p>Hutterli permanece detenido en el Centro de Detención Metrowest sin derecho a fianza, enfrentando cargos de asesinato en segundo grado, robo con agresión o lesiones, posesión de una sustancia controlada y posesión de parafernalia de drogas con intención de uso.</p>]]></content:encoded></item><item><title><![CDATA[Jury selection continues in fatal boat crash trial of South Florida real estate mogul George Pino]]></title><link>https://www.local10.com/news/local/2026/06/02/jury-selection-continues-in-fatal-boat-crash-trial-of-south-florida-real-estate-mogul-george-pino/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/jury-selection-continues-in-fatal-boat-crash-trial-of-south-florida-real-estate-mogul-george-pino/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[A new group of prospective jurors was questioned Tuesday in the trial of South Florida real estate mogul George Pino, who is charged in connection with a 2022 boat crash that killed a teenager in Miami-Dade County.]]></description><pubDate>Tue, 02 Jun 2026 22:03:02 +0000</pubDate><content:encoded><![CDATA[<p>A new group of prospective jurors was questioned Tuesday in the trial of South Florida real estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, who is charged in connection with a 2022 boat crash that killed a teenager in Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/06/02/continua-la-seleccion-del-jurado-en-el-juicio-por-accidente-fatal-de-bote-del-magnate-inmobiliario-del-sur-de-florida-george-pino/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/continua-la-seleccion-del-jurado-en-el-juicio-por-accidente-fatal-de-bote-del-magnate-inmobiliario-del-sur-de-florida-george-pino/">Leer en español</a></p><p>During jury selection in a Miami-Dade courtroom, Judge Marisa Tinkler Mendez asked potential jurors what they already knew about the case and whether they had recently seen or heard anything about it.</p><p>Several prospective jurors said they knew only basic details, including that a fatal boating crash occurred and that a teenage girl died. Others said they recalled media reports that alcohol may have been involved.</p><p>As questioning continued, some prospective jurors disclosed connections to schools and communities tied to the case. </p><p>Passengers aboard Pino’s boat included his wife, his teenage daughter and 11 of her friends, many of whom attended private schools in Miami-Dade County.</p><p>One prospective juror said they graduated from a local private school around the time of the crash and were familiar with some of the students involved. </p><p>Another said references to schools and witnesses brought back memories of seeing posts and articles about the incident shared on social media. </p><p>A third said their child participates in youth sports with students from schools connected to the case.</p><p>Investigators said the boat struck a channel marker while returning from an outing on Biscayne Bay. Seventeen-year-old Lourdes Academy student Lucy Fernandez drowned after the crash.</p><p>Tinkler Mendez also addressed concerns that a prospective juror had been viewing a news report about the case on a cellphone while waiting outside the courtroom. </p><p>Another prospective juror reported hearing the report but said it was not loud enough for everyone in the area to hear.</p><p>Tinkler Mendez reminded prospective jurors to avoid news coverage and social media discussions related to the case as jury selection continues.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Continúa la selección del jurado en el juicio por accidente fatal de bote del magnate inmobiliario del sur de Florida George Pino ]]></title><link>https://www.local10.com/espanol/2026/06/02/continua-la-seleccion-del-jurado-en-el-juicio-por-accidente-fatal-de-bote-del-magnate-inmobiliario-del-sur-de-florida-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/continua-la-seleccion-del-jurado-en-el-juicio-por-accidente-fatal-de-bote-del-magnate-inmobiliario-del-sur-de-florida-george-pino/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Un nuevo grupo de posibles jurados fue interrogado el martes en el juicio del magnate inmobiliario del sur de Florida George Pino.]]></description><pubDate>Tue, 02 Jun 2026 22:17:07 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo grupo de posibles jurados fue interrogado el martes en el juicio del magnate inmobiliario del sur de Florida, <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, quien enfrenta cargos en relación con un accidente de bote en 2022 que causó la muerte de una adolescente en el condado Miami-Dade.</p><p>Durante la selección del jurado en una corte de Miami-Dade, la jueza Marisa Tinkler Mendez preguntó a los posibles jurados qué sabían ya sobre el caso y si habían visto o escuchado recientemente algo al respecto.</p><p>Varios posibles jurados dijeron que solo conocían detalles básicos, incluyendo que ocurrió un accidente fatal de bote y que una adolescente murió. Otros dijeron que recordaban reportes de medios que indicaban que el alcohol pudo haber estado involucrado.</p><p>A medida que continuó el interrogatorio, algunos posibles jurados revelaron conexiones con escuelas y comunidades vinculadas al caso.</p><p>Los pasajeros a bordo del bote de Pino incluían a su esposa, su hija adolescente y 11 de sus amigas, muchas de las cuales asistían a escuelas privadas en el condado Miami-Dade.</p><p>Un posible jurado dijo que se graduó de una escuela privada local alrededor de la época del accidente y que estaba familiarizado con algunos de los estudiantes involucrados.</p><p>Otro dijo que las referencias a escuelas y testigos le trajeron recuerdos de haber visto publicaciones y artículos sobre el incidente compartidos en redes sociales.</p><p>Un tercero dijo que su hijo participa en deportes juveniles con estudiantes de escuelas vinculadas al caso.</p><p>Los investigadores dijeron que el bote golpeó un marcador de canal mientras regresaba de una salida en la bahía de Biscayne. Lucy Fernández, estudiante de 17 años de la Lourdes Academy, se ahogó después del accidente.</p><p>Tinkler Mendez también abordó preocupaciones de que un posible jurado había estado viendo un reporte de noticias sobre el caso en un teléfono celular mientras esperaba fuera de la corte.</p><p>Otro posible jurado informó haber escuchado el reporte, pero dijo que no era lo suficientemente alto para que todos en el área lo escucharan.</p><p>Tinkler Mendez recordó a los posibles jurados que eviten la cobertura de noticias y las discusiones en redes sociales relacionadas con el caso mientras continúa la selección del jurado.</p>]]></content:encoded></item><item><title><![CDATA[Man accused of Miami Beach high-rise murder appears in court, seeking bond]]></title><link>https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/</guid><dc:creator><![CDATA[Jackie Pascale, Jeff  Derderian ]]></dc:creator><description><![CDATA[A man suspected of throwing another man 25 stories to his death from a high-rise in Miami Beach briefly appeared in a Miami courtroom on Tuesday, as he seeks bond while facing a murder charge.]]></description><pubDate>Tue, 02 Jun 2026 21:31:54 +0000</pubDate><content:encoded><![CDATA[<p>A man suspected of throwing another man <a href="https://www.local10.com/news/local/2026/06/01/newly-released-video-shows-police-response-after-man-was-thrown-from-25th-floor-miami-beach-balcony/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/01/newly-released-video-shows-police-response-after-man-was-thrown-from-25th-floor-miami-beach-balcony/">25 stories to his death</a> from a high-rise in Miami Beach briefly appeared in a Miami courtroom on Tuesday, as he seeks bond while facing a murder charge.</p><p><a href="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/">Leer en español</a></p><p>Corey Hutterli, 37, of Parkland, had his hearing reset for Wednesday, where his relatives are set to make the case for him to get bond.</p><p>Police said the killing of Justin Zelin, 35, happened on Feb. 15 at the Akoya Condominium, located at 6365 Collins Ave. on Mid-Beach.</p><p>Investigators say <a href="https://www.local10.com/news/local/2026/04/10/a-big-presence-friend-honors-biotech-leaders-life-after-miami-beach-high-rise-tragedy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/10/a-big-presence-friend-honors-biotech-leaders-life-after-miami-beach-high-rise-tragedy/">Zelin</a> called 911 less than 10 minutes <a href="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment/">before his death</a> about an altercation with Hutterli.</p><p>And investigators say they could hear Zelin telling Hutterli to get out of his apartment, calling him by his alias, “Sasha.”</p><p>Officers say they found Hutterli still inside Zelin’s condo with no shoes on and cuts on his body consistent with a fight.</p><p>During a past court appearance, his attorney argued it’s purely circumstantial evidence with no eyewitnesses.</p><p>Hutterli’s hearing is scheduled for Wednesday morning.</p><p><b>Noon report:</b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de asesinato en rascacielos de Miami Beach; comparece en corte y solicita fianza ]]></title><link>https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/</guid><dc:creator><![CDATA[Jackie Pascale, Jeff  Derderian ]]></dc:creator><description><![CDATA[Sospechoso de haber arrojado a otro hombre desde un rascacielos de 25 pisos en Miami Beach compareció brevemente en una corte.]]></description><pubDate>Tue, 02 Jun 2026 22:10:48 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre sospechoso de haber arrojado a otro hombre desde un rascacielos de <a href="https://www.local10.com/espanol/2026/06/02/video-recien-divulgado-muestra-respuesta-policial-despues-de-que-agentes-dieran-que-hombre-fue-lanzado-desde-balcon-del-piso-25-en-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/video-recien-divulgado-muestra-respuesta-policial-despues-de-que-agentes-dieran-que-hombre-fue-lanzado-desde-balcon-del-piso-25-en-miami-beach/">25 pisos hasta causarle la muerte</a> en Miami Beach compareció brevemente en una corte de Miami el martes, mientras busca fianza por enfrentar un cargo de asesinato.</p><p>Corey Hutterli, de 37 años y residente de Parkland, tuvo su audiencia reprogramada para el miércoles, cuando sus familiares presentarán argumentos para que se le otorgue la fianza.</p><p>La policía dijo que el asesinato de Justin Zelin, de 35 años, ocurrió el 15 de febrero en el condominio Akoya, ubicado en 6365 Collins Ave., en Mid-Beach.</p><p>Los investigadores señalan que <a href="https://www.local10.com/espanol/2026/04/11/una-gran-presencia-amigo-honra-la-vida-de-lider-biotecnologico-tras-tragedia-en-rascacielos-de-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/una-gran-presencia-amigo-honra-la-vida-de-lider-biotecnologico-tras-tragedia-en-rascacielos-de-miami-beach/">Zelin</a> llamó al 911 menos de 10 minutos <a href="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-asesinato-por-presuntamente-lanzar-a-victima-desde-un-25-piso-en-miami-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-asesinato-por-presuntamente-lanzar-a-victima-desde-un-25-piso-en-miami-beach/">antes de su muerte</a> por una pelea con Hutterli.</p><p>Y los investigadores dicen que pudieron escuchar a Zelin diciéndole a Hutterli que saliera de su apartamento, llamándolo por su alias, “Sasha”.</p><p>Los agentes dicen que encontraron a Hutterli todavía dentro del condominio de Zelin, sin zapatos y con cortes en su cuerpo consistentes con una pelea.</p><p>Durante una comparecencia anterior en la corte, su abogado argumentó que se trata únicamente de evidencia circunstancial sin testigos presenciales.</p><p>La audiencia de Hutterli está programada para la mañana del miércoles.</p><p><b>Informe del mediodía:</b></p>]]></content:encoded></item><item><title><![CDATA[Bomberos combaten incendio en vivienda en Westchester  ]]></title><link>https://www.local10.com/espanol/2026/06/02/bomberos-responden-tras-incendio-en-vivienda-de-westchester/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/bomberos-responden-tras-incendio-en-vivienda-de-westchester/</guid><dc:creator><![CDATA[Ryan Mackey, Saira Anwer]]></dc:creator><description><![CDATA[Las autoridades respondieron esta mañana a un incendió en una vivienda en el suroeste de Miami-Dade .]]></description><pubDate>Tue, 02 Jun 2026 16:35:47 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades respondieron la mañana del martes a una vivienda en el suroeste de Miami-Dade que se incendió.</p><p>Sky 10 sobrevoló la casa alrededor de las 11:45 a.m., cerca de la cuadra 1800 de Southwest 82nd Street, en el área de Westchester, mientras los equipos trabajaban para extinguir las llamas, que aparentemente comenzaron en el patio trasero.</p><p>livestream embed <iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F1425032609642559%2F&show_text=false&width=560&t=0" width="560" height="314" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p>Los funcionarios de Miami-Dade Fire Rescue dijeron que los bomberos llegaron a encontrar humo denso y llamas provenientes de una “casa unifamiliar”.</p><p>“Las cuadrillas combatieron el fuego desde dos ángulos y lograron extinguirlo, dijo el jefe de MDFR Jess Suarez. “Afortunadamente, todos los ocupantes estaban fuera de la estructura en ese momento.”</p><p>Los funcionarios dijeron que el incidente fue elevado a una “primera alarma” antes de que las cuadrillas extinguieran el incendio. En la escena se observaban una malla de patio y paneles solares dañados.</p><p>Vecinos le dijeron a Saira Anwer de Local 10 que un esposo y una esposa viven en la vivienda con sus dos hijos.</p><p>Ellos dijeron que cuando se desató el incendio, un niño y el abuelo del niño estaban en casa, pero pudieron escapar mientras la central recibía múltiples llamadas al 911 y las cuadrillas llegaron rápidamente para extinguir las llamas.</p><p>“Es aterrador”, dijo la vecina Tabassum Alam. “No sabes cuál fue la razón del incendio, pero podría pasarle a cualquier otra persona”.</p><p>No se han reportado lesiones, y la causa del incendio permanece bajo investigación.”</p><p>Medios relacionados</p>]]></content:encoded></item><item><title><![CDATA[Ex-NY trooper sentenced to at least 2½ years in prison in chase that killed 11-year-old girl]]></title><link>https://www.local10.com/news/national/2026/06/02/ex-ny-trooper-sentenced-to-at-least-2-years-in-prison-in-chase-that-killed-11-year-old-girl/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/02/ex-ny-trooper-sentenced-to-at-least-2-years-in-prison-in-chase-that-killed-11-year-old-girl/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KINGSTON, N.Y. (AP) — A former New York state trooper was sentenced Tuesday to 2½ to 7½ years in prison after he rammed his vehicle into an SUV during a high-speed chase, leading to the death of an 11-year-old girl.]]></description><pubDate>Tue, 02 Jun 2026 21:54:58 +0000</pubDate><content:encoded><![CDATA[<p>KINGSTON, N.Y. (AP) — A former New York state trooper was sentenced Tuesday to 2½ to 7½ years in prison after he rammed his vehicle into an SUV during a high-speed chase, leading to the death of an 11-year-old girl.</p><p>Christopher Baldner, 47, of Catskill, was taken to jail immediately after the sentencing in Ulster County, about 84 miles (136 kilometers) north of New York City.</p><p>Baldner was convicted in March of manslaughter in the December 2020 death of 11-year-old Monica Goods, who was in the SUV. He was previously acquitted of murder and reckless endangerment.</p><p>According to prosecutors, Baldner rammed the SUV twice on the New York State Thruway, causing it to lose control and flip over. Baldner’s attorneys said the crash occurred after the SUV cut off the trooper as he pulled alongside during the pursuit.</p><p>Baldner pulled Monica Good's father, Tristin Goods, over for speeding on the highway near Kingston just before midnight on Dec. 22, 2020. Goods, his wife and two daughters were heading north from New York City to visit family.</p><p>Baldner and Goods argued, and the trooper pepper-sprayed the inside the vehicle. Goods drove off and Baldner pursued.</p><p>Baldner’s lawyers said Goods collided with the trooper's car twice during the pursuit. An accident reconstruction expert for the defense testified that Goods lost control of the SUV when he overcorrected after “a very minor impact."</p><p>Baldner retired in 2022 after almost 20 years with the state police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKD4EITCPUK6CD5XNHTFIUMSMI.jpg?auth=20a9572433bde4bdfa59da4e84860e7af086704b5023d4fd546bea81d64d0063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former New York state trooper Christopher Baldner, who is charged in the death of an 11-year-old girl, leaves the court room during his trial on Oct. 28, 2025 in Kingston, N.Y. (AP Photo/Michael Hill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Hill</media:credit></media:content></item><item><title><![CDATA[Alertan agentes de estafas después de adulto mayor de Broward enviara miles de dólares a estafadores que prometían $7 millones USD y un auto ]]></title><link>https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Agentes de policía advierten al público y estén alerta después de que adulto mayor fue estafado con miles de dólares.]]></description><pubDate>Tue, 02 Jun 2026 21:51:00 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de policía están advirtiendo al público que permanezca vigilante tras que un adulto mayor del sur de Florida fue estafado con miles de dólares.</p><p>Según las autoridades, una residente de Coconut Creek de 85 años recibió una llamada telefónica en la que le decían que había ganado un premio.</p><p>“Se suponía que iba a recibir $7 millones y un auto”, dijo la víctima a los agentes.</p><p>La policía dijo que familiares de la víctima los contactaron después de que ella enviara dos cheques, uno por $2,500 USD y otro por $1,000 USD, a presuntos estafadores en el estado de Washington.</p><p>Luego, el viernes, los agentes tuvieron que intervenir cuando la mujer estaba a punto de enviar más dinero a los presuntos estafadores. La encontraron en una clase de cerámica y la detuvieron antes de que pudiera enviarlo.</p><p>“En este caso en particular, la residente de la tercera edad ya había completado una serie de transacciones financieras cuando su familia descubrió que se estaba preparando para enviar más dinero”, dijo el detective del Departamento de Policía de Coconut Creek, Clint Corey.</p><p>Corey dio consejos para los residentes que sean contactados por estafadores.</p><p>“Simplemente no conteste el teléfono, obligue a quien llama a dejar un mensaje”, dijo. “Y luego usted puede decidir cómo quiere responder, y puede quedarse con más dinero en su bolsillo al final del día”.</p>]]></content:encoded></item><item><title><![CDATA[Firefighters battle blaze at home in Westchester]]></title><link>https://www.local10.com/news/local/2026/06/02/rescue-crews-respond-after-fire-erupts-inside-home-in-westchester/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/rescue-crews-respond-after-fire-erupts-inside-home-in-westchester/</guid><dc:creator><![CDATA[Ryan Mackey, Saira Anwer]]></dc:creator><description><![CDATA[Authorities responded to a southwest Miami-Dade home that they say caught fire on Tuesday morning.]]></description><pubDate>Tue, 02 Jun 2026 15:51:59 +0000</pubDate><content:encoded><![CDATA[<p>Authorities responded to a southwest Miami-Dade home that they say caught fire Tuesday morning.</p><p><a href="https://www.local10.com/espanol/2026/06/02/bomberos-responden-tras-incendio-en-vivienda-de-westchester/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/bomberos-responden-tras-incendio-en-vivienda-de-westchester/"><b>Leer en español</b></a></p><p>Sky 10 flew over the home around 11:45 a.m. near the 1800 block of Southwest 82nd Street in the county’s Westchester area as 50 fire crews worked to extinguish the blaze, which appeared to have started in the backyard.</p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F1425032609642559%2F&show_text=false&width=560&t=0" width="560" height="314" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p>Miami-Dade Fire Rescue officials said firefighters arrived to find heavy smoke and flames coming from a “single-family home.</p><p>“Crews attacked the fire from two angles and were able to extinguish the fire, MDFR Chief Fire Officer Jeff Suarez. “Fortunately, all the occupants were out of the structure at the time.” </p><p>Officials said the incident was upgraded to a “first alarm” before crews extinguished the fire. A patio screen and damaged solar panels were visible at the scene.</p><p>Neighbors told Local 10’s Saira Anwer that a husband and wife live in the home with their two children. </p><p>They said when the fire broke out, a child and the child’s grandparent were home but were able to escape as dispatch received multiple 911 calls and crews quickly arrived to extinguish the flames.</p><p>“It’s scary,” said neighbor Tabassum Alam. “You don’t know the reason what was the fire but it could happen to anyone else.” </p><p> No injuries have been reported, and the cause of the fire remains under investigation.</p><p><b>Related media </b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[How a carjacking in Connecticut led back to a man known as the crypto ‘Godfather’ in California]]></title><link>https://www.local10.com/tech/2026/06/02/how-a-carjacking-in-connecticut-led-back-to-a-man-known-as-the-crypto-godfather-in-california/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/02/how-a-carjacking-in-connecticut-led-back-to-a-man-known-as-the-crypto-godfather-in-california/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[On a leafy Connecticut road in the summer of 2024, would-be kidnappers pulled a couple from their Lamborghini SUV, beat them in broad daylight and threw them into a van, only to be arrested shortly thereafter as multiple witnesses, including a passing off-duty FBI agent, called police.]]></description><pubDate>Tue, 02 Jun 2026 21:47:46 +0000</pubDate><content:encoded><![CDATA[<p>On a leafy Connecticut road in the summer of 2024, would-be kidnappers pulled a couple from their Lamborghini SUV, beat them in broad daylight and threw them into a van, only to be arrested shortly thereafter as multiple witnesses, including a passing off-duty FBI agent, called police.</p><p>The investigation would lead police to some sensational findings.</p><p>The attack turned out to be linked to a $245 million Bitcoin heist the month before involving the couple's son. And this week, a California cryptocurrency mogul who authorities say called himself “The Godfather” and had previously hired off-duty sheriff’s deputies to strongarm his enemies admitted to orchestrating the attempted abduction to get a piece of the son's stolen loot.</p><p>The California man, 25-year-old Adam Iza, pleaded guilty Monday to conspiracy to interfere with commerce by robbery. Federal prosecutors are seeking a prison term of at least 14 years when he's sentenced.</p><p>Iza’s lawyer, William Paetzold, didn't immediately respond to Tuesday phone and email messages seeking comment.</p><p>The case is part of an increasing trend worldwide of cryptocurrency theft spilling over to violence.</p><p>Nightclub fight spawns kidnapping plot</p><p>A month before the abduction attempt, one of Iza's alleged co-conspirators got into a beef with the couple's son, Veer Chetal, at a Miami nightclub, according to an FBI affidavit. The man, James Schwab, then told an acquaintance to rob Chetal and his friends at their Miami rental home, authorities said. It's not clear if the robbery happened.</p><p>Schwab's lawyers didn't immediately respond to phone messages seeking comment.</p><p>Then came the Bitcoin heist. A few weeks after the nightclub fight, Chetal and two other men hatched an elaborate online scheme that involved impersonating technical support staff for Google and a cryptocurrency exchange. They managed to steal 4,100 Bitcoins — worth about $245 million at the time — from a Washington, D.C., resident, according to court documents.</p><p>The trio lived large after the theft, spending millions of dollars on cars, clothing, jewelry, rental mansions and nightclub parties before being arrested, prosecutors said. Chetal pleaded guilty last November and awaits sentencing, while the two other men have pleaded not guilty.</p><p>Iza and Schwab, meanwhile, came up with the idea to take Chetal's parents hostage in a bid to snatch some of his ill-gotten riches, the FBI said, citing information from informants. Schwab and Iza's brother, Saif Faiq, also were charged in the kidnapping attempt and pleaded not guilty.</p><p>They recruited six other men to go to Connecticut, paying for their travel and lodging, authorities said. A week after the Bitcoin heist, the group surveilled Chetal's parents hours before the kidnapping, according to court records.</p><p>Abduction quickly goes awry</p><p>Sushil and Radhika Chetal were driving in the Lamborghini on Aug. 25, 2024, near Danbury High School when they were rear-ended by a car. A white van then pulled in front of the SUV and several men surrounded them, police said.</p><p>The men pulled the Chetals out of the SUV and forced them into their van, beating Sushil Chetal with a baseball bat and dragging Radhika Chetal by her hair. The couple were bound with duct tape and the van drove off, according to court documents.</p><p>After witnesses called police, officers soon spotted the van and a chase ensued. The van eventually crashed and four of the men got out and fled on foot but were arrested shortly thereafter. The other two men were later found at a home the group had rented in a nearby town. The Chetals were taken to a hospital and released.</p><p>The six men, all from Florida, have pleaded guilty in connection with the kidnapping. Two have been sentenced to 11 years in prison and the others await sentencing.</p><p>How the ‘Godfather’ went from a Bel Air mansion to federal charges</p><p>Before Iza's arrest in the Connecticut case, he was under investigation by federal authorities in California for extorting money and property from victims in Los Angeles and elsewhere, court records show. He was charged in that case a month after the kidnapping and later pleaded guilty.</p><p>Iza, also known as Ahmed Faiq, was living in a mansion in the Bel Air section of Los Angeles, calling himself The Godfather while running a crypto trading company, Zort. While stealing millions of dollars and funneling it through shell companies, Iza spent freely on luxury cars and other extravagances, including cosmetic surgery to lengthen his legs, prosecutors said.</p><p>Beginning in August 2021, Iza paid around $100,000 a month for his personal protection to a private security firm founded by a Los Angeles County sheriff's deputy that also employed other deputies, prosecutors said.</p><p>Iza, authorities said, hired off-duty deputies to act as enforcers against people with whom he had personal and business disputes. He used the deputies to extort, intimidate, set people up for arrest and abuse the legal process, prosecutors said.</p><p>The deputies used law enforcement databases to generate information about Iza's enemies and obtained search warrants under false pretenses, authorities said. On one occasion, two deputies held a victim at gunpoint inside Iza's home, pressuring the victim to transfer $25,000 to Iza's bank account, prosecutors said.</p><p>When he pleaded guilty in that case in January, Iza also admitted to stealing more than $37 million by fraudulently accessing the business manager accounts of Meta Platforms, owner of Facebook, and their lines of credit from 2020 to 2022. He awaits sentencing after pleading guilty to wire fraud, conspiracy against rights and tax evasion.</p><p>His attorney in California, Josef Sadat, declined to comment Tuesday.</p><p>Several deputies also were charged in the investigation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IBAFEY7BY2BRPLO2OSCPNS37QU.jpg?auth=f2bf192a0bd569d036bb1780e7e9028114e1897db6b92037a480b869126652fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An advertisement for the cryptocurrency Bitcoin is displayed on a building in Hong Kong on Nov. 18, 2021. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Video shows driver in ocean after fatal hit-and run Florida beachside crash ]]></title><link>https://www.local10.com/news/florida/2026/06/02/woman-with-heavy-odor-of-alcohol-drives-in-ocean-after-fatal-crash-in-daytona-beach-shores/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/02/woman-with-heavy-odor-of-alcohol-drives-in-ocean-after-fatal-crash-in-daytona-beach-shores/</guid><dc:creator><![CDATA[Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[Witnesses recorded videos of Deanna Harrell driving a black Ford F-150 pickup truck with frontal crash damage seaside in Daytona Beach Shores. ]]></description><pubDate>Tue, 02 Jun 2026 20:59:32 +0000</pubDate><content:encoded><![CDATA[<p>Witnesses recorded videos of Deanna Harrell driving a black Ford F-150 pickup truck with frontal crash damage seaside in <a href="https://maps.app.goo.gl/LFB8HR5ZtjsSovit7" target="_self" rel="" title="https://maps.app.goo.gl/LFB8HR5ZtjsSovit7">Daytona Beach Shores</a>. </p><p><a href="https://www.local10.com/espanol/2026/06/02/captan-a-conductor-en-el-oceano-tras-atropello-con-fuga-fatal-durante-choque-en-playa-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/captan-a-conductor-en-el-oceano-tras-atropello-con-fuga-fatal-durante-choque-en-playa-de-florida/">Leer en español</a></p><p>Harrell, 35, had struck and crushed a toll booth on Dunlawton Avenue where Tammie Jo Baker was working, according to the Volusia County Sheriff Mike Chitwood. </p><p>“Being up at the truck, there was a heavy odor ... of alcohol,” Chitwood said during a news conference. </p><p>A witness also recorded a video of deputies arresting Harrell, of <a href="https://maps.app.goo.gl/w1d3zsMdn2LNYQGCA" target="_self" rel="" title="https://maps.app.goo.gl/w1d3zsMdn2LNYQGCA">Ormond Beach</a>, after the pickup truck stalled in the sand and water. </p><p>Jo Baker was 62; “a couple of weeks shy of her 63rd birthday,” Chitwood said. </p><p>Chitwood said Harrell was detained under the Baker Act for a mental health assessment over statements she made while in custody. </p><p><b>Watch the news conference</b></p><p><iframe width="100%" height="450" src="https://www.youtube.com/embed/HIj_zpO-07o?si=EvLIoD60HewR7p8_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>]]></content:encoded></item><item><title><![CDATA[App aims to give parents expert guidance through common child-rearing challenges]]></title><link>https://www.local10.com/features/2026/06/02/app-aims-to-give-parents-expert-guidance-through-common-child-rearing-challenges/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/02/app-aims-to-give-parents-expert-guidance-through-common-child-rearing-challenges/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Parents looking for answers to questions about sleep schedules, feeding struggles or behavioral issues often turn to internet searches, especially during late-night moments when doctors’ offices are closed.]]></description><pubDate>Tue, 02 Jun 2026 21:37:42 +0000</pubDate><content:encoded><![CDATA[<p>Parents looking for answers to questions about sleep schedules, feeding struggles or behavioral issues often turn to internet searches, especially during late-night moments when doctors’ offices are closed.</p><p><a href="https://www.local10.com/espanol/2026/06/02/app-busca-brindar-orientacion-experta-a-padres-ante-desafios-comunes-de-la-crianza-infantil/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/app-busca-brindar-orientacion-experta-a-padres-ante-desafios-comunes-de-la-crianza-infantil/">Leer en español</a></p><p>A <a href="https://ihelpmoms.com/home" target="_self" rel="" title="https://ihelpmoms.com/home">parenting app</a> created by a South Florida mother aims to provide another option.</p><p>Michelle Brown, CEO and co-founder of <a href="https://www.instagram.com/ihelpmoms/" target="_self" rel="" title="https://www.instagram.com/ihelpmoms/">iHelpMoms</a>, said the app was designed to help parents navigate common challenges related to sleep, potty training, feeding and behavior while connecting them with expert guidance.</p><p>“IHelpMoms was designed to help parents through the most common parenting challenges that we all go through, and we have created an app that is for sleep, potty training, feeding and behavior,” she said.</p><p>Brown, a mother of three, said the idea for the app stemmed from her own struggles with postpartum depression after the birth of her child.</p><p>“Honestly, I felt like I had gotten hit by a Mack truck,” Brown said.</p><p>Despite taking classes and seeking support, Brown said she struggled with breastfeeding and felt overwhelmed by conflicting advice.</p><p>“I could not make more than a half an ounce of milk, and everyone was telling me power pump or try this feeding technique, and it just kept pushing me down underneath postpartum depression more and more and more,” she said.</p><p>The experience inspired her to create a platform where exhausted parents could quickly access information and support.</p><p>“That’s always my mentality in building the app — how can a very exhaustive parent just do a one click to get a plan in 60 seconds to get through the day, to track easily with one click, to find a milestone development, to give them hope and finally to connect them to our iHelpMoms certified coaches in one click,” Brown said.</p><p>The app includes five certified coaches with specialties ranging from mental health and relationships to children’s behavioral issues.</p><p>Rebecca Crowers, one of the app’s certified coaches, said the goal is to provide parents with personalized guidance.</p><p>“When she opens up the app and she clicks on behavior, she can answer a few questions, which literally takes one minute, and after she does that, it’s a real plan for her real life,” Crowers said. “That’s the most important thing is, we meet moms right where they are.”</p><p>Crowers, a mental health expert and biblical counselor, said one of the most important pieces of parenting advice she gives is simple.</p><p>“Regulate yourself first,” she said. “When we’re calmer, our kids feel that.”</p><p>Brown said another feature allows parents to receive guidance through a real-time chat system guided by experts.</p><p>“One of the most important things I found when I was sitting rocking the baby that wasn’t sleeping is I needed someone to chat with,” she said. “So we created an online real-time chat that is guided by our experts so the mom can type their question there and it’s going to give you a real-time solution for that moment of your life.”</p><p>The app also offers tools that track milestones and child development.</p><p>Chelsea Parra, a mother who uses iHelpMoms, said the app has helped her stay informed about her child’s growth.</p><p>“It is so accurate to what I am going through in real time with her age,” Parra said. “I go to the other parts too because it’s great to log food and diapers and eventually when she’s potty training, I’m sure I’ll use that a lot.”</p><p>Brown said the app is also designed to recognize that parenting styles vary from family to family.</p><p>“There’s no one right way to be a mom,” Brown said. “We really help parents cultivate how do you parent. Do you want to be an attachment parent? Are you a more modern balanced parent? Are you a high-achiever parent? What outcome and what style of parenting?”</p><p>For Brown, the mission behind the app is personal.</p><p>“I was actually born into an orphanage in Calcutta, India, and I was four pounds, severely malnourished, and it was just a very dire situation,” Brown said.“And I actually got saved out of the orphanage by an amazing family that adopted me.”</p><p>Brown said those experiences continue to shape her work.</p><p>“I never want another mom to feel alone like my mom, and I never want another mom to feel like a failure like I felt, because I couldn’t make the milk, and I couldn’t get my baby to sleep, and I just constantly felt like I was failing all the time,” she said. “My greatest hope is that the iHelpMoms app can be that hope in a mother’s pocket.”</p><p>Brown said she is happy to work with pediatricians in developing the app, but stressed that it is not intended to replace medical care. </p><p>Parents who believe their child is sick or something may be wrong should contact their pediatrician.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Click here</a> to read more stories from Local 10’s Mom to Mom collection. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

    .l10-neighborhood{
      --blue-dark:#0d2c73;
      --blue:#1f57c4;
      --blue-light:#3370e6;
      --gray-bg:#f2f3f5;
      --gray-border:#d6d8dc;
      --text-dark:#1a1a1a;
      --white:#ffffff;
      font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      max-width:860px;
      margin:1.5rem auto;
      border-radius:10px;
      overflow:hidden;
      border:1px solid var(--gray-border);
      background:var(--gray-bg);
      box-shadow:0 4px 14px rgba(0,0,0,.12);
      text-align:center;
    }

    .l10-head{
      background:linear-gradient(90deg,var(--blue-dark),var(--blue));
      color:var(--white);
      padding:12px 16px;
      font-weight:800;
      text-transform:uppercase;
      font-size:1rem;
      letter-spacing:.3px;
      display:flex; justify-content:center; align-items:center; gap:8px;
    }

    .l10-body{
      max-width:740px;
      margin:0 auto;
      padding:0 16px 18px;
    }

    .l10-sub{
      margin:12px 0 10px;
      font-size:.95rem;
      color:var(--text-dark);
      font-weight:500;
      text-align:center;
    }

    .l10-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .nb-btn{
      display:grid;
      place-items:center;
      text-align:center;
      line-height:1;
      width:100%;
      min-height:48px;
      padding:10px;
      border-radius:8px;
      text-decoration:none;
      font-weight:800;
      text-transform:uppercase;
      font-size:.95rem;
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      color:var(--white);
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
    }
    .nb-btn:hover, .nb-btn:focus-visible{
      background:linear-gradient(180deg,var(--blue),var(--blue-dark));
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      outline:none;
    }
    .nb-btn:link, .nb-btn:visited{ color:var(--white); }

    .city-dd{
      grid-column:1 / -1;
      justify-self:stretch;
      width:100%;
      margin:0;
      text-align:left;
    }
    .city-dd summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      width:100%;
      min-height:48px;
      padding:10px 16px;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.02em;
      color:var(--white);
      background:linear-gradient(180deg,var(--blue-light),var(--blue));
      border:1px solid rgba(0,0,0,.08);
      border-radius:8px;
      box-shadow:0 2px 6px rgba(0,0,0,.15);
      user-select:none;
    }
    .city-dd summary::-webkit-details-marker{ display:none; }
    .city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
    .city-dd[open] summary .caret{ transform:rotate(180deg); }

    .city-menu{
      margin-top:0;
      background:var(--white);
      border:1px solid var(--gray-border);
      border-top:0;
      border-radius:10px;
      border-top-left-radius:0;
      border-top-right-radius:0;
      padding:10px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
    }
    .city-dd[open] summary{
      border-bottom-left-radius:0;
      border-bottom-right-radius:0;
    }

    .city-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }
    @media (min-width:520px){
      .city-grid{ grid-template-columns:repeat(2,1fr); }
    }
    @media (min-width:800px){
      .city-grid{ grid-template-columns:repeat(3,1fr); }
    }

    .city-link{
      display:block;
      text-decoration:none;
      text-align:center;
      font-weight:700;
      padding:8px 10px;
      border-radius:8px;
      background:#f7f9fc;
      border:1px solid var(--gray-border);
      color:var(--blue);
      transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
    }
    .city-link:hover, .city-link:focus-visible{
      background:#eef3ff;
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 4px 10px rgba(0,0,0,.08);
    }
    .city-link:link, .city-link:visited{ color:var(--blue); }
  </style>

  <div class="l10-head">🏠 News From Your Neighborhood</div>

  <div class="l10-body">
    <div class="l10-sub">Latest headlines from:</div>

    <div class="l10-grid" role="group" aria-label="Counties and cities">
      <a class="nb-btn" href="https://www.local10.com/topic/Miami-Dade_County/" target="_blank" rel="noopener noreferrer">Miami-Dade</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Broward_County/" target="_blank" rel="noopener noreferrer">Broward</a>
      <a class="nb-btn" href="https://www.local10.com/topic/Monroe_County/" target="_blank" rel="noopener noreferrer">Florida Keys</a>

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[App busca brindar orientación experta a padres ante desafíos comunes de la crianza infantil ]]></title><link>https://www.local10.com/espanol/2026/06/02/app-busca-brindar-orientacion-experta-a-padres-ante-desafios-comunes-de-la-crianza-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/app-busca-brindar-orientacion-experta-a-padres-ante-desafios-comunes-de-la-crianza-infantil/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Los padres buscan respuestas a preguntas, especialmente en momentos de la noche y una aplicación de crianza busca ofrecer opción.]]></description><pubDate>Tue, 02 Jun 2026 21:44:23 +0000</pubDate><content:encoded><![CDATA[<p>Los padres que buscan respuestas a preguntas sobre horarios de sueño, problemas de alimentación o dificultades de comportamiento suelen recurrir a búsquedas en internet, especialmente en momentos de la noche cuando los consultorios médicos están cerrados.</p><p>Una <a href="https://ihelpmoms.com/home" target="_self" rel="" title="https://ihelpmoms.com/home">aplicación de crianza</a> creada por una madre del sur de Florida busca ofrecer otra opción.</p><p>Michelle Brown, CEO y cofundadora de <a href="https://www.instagram.com/ihelpmoms/" target="_self" rel="" title="https://www.instagram.com/ihelpmoms/">iHelpMoms</a>, dijo que la aplicación fue diseñada para ayudar a los padres a navegar desafíos comunes relacionados con el sueño, el entrenamiento para ir al baño, la alimentación y el comportamiento, mientras los conecta con orientación experta.</p><p>“iHelpMoms fue diseñada para ayudar a los padres a través de los desafíos más comunes de la crianza que todos atravesamos, y hemos creado una aplicación que es para el sueño, el entrenamiento para ir al baño, la alimentación y el comportamiento”, dijo.</p><p>Brown, madre de tres hijos, dijo que la idea de la aplicación surgió de sus propias dificultades con la depresión posparto después del nacimiento de su hijo.</p><p>“Honestamente, sentí como si me hubiera atropellado un camión Mack”, dijo Brown.</p><p>A pesar de tomar clases y buscar apoyo, Brown dijo que tuvo dificultades con la lactancia materna y se sintió abrumada por consejos contradictorios.</p><p>“No podía producir más de media onza de leche, y todos me decían que hiciera power pump o que probara esta técnica de alimentación, y eso solo me seguía hundiendo cada vez más en la depresión posparto”, dijo.</p><p>La experiencia la inspiró a crear una plataforma donde los padres exhaustos pudieran acceder rápidamente a información y apoyo.</p><p>“Esa siempre ha sido mi mentalidad al construir la aplicación: cómo puede un padre muy exhausto simplemente hacer un clic para obtener un plan en 60 segundos para salir adelante durante el día, para llevar un registro fácilmente con un solo clic, para encontrar el desarrollo de un hito, para darles esperanza y finalmente conectarlos con nuestros coaches certificados de iHelpMoms con un solo clic”, dijo Brown.</p><p>La aplicación incluye cinco coaches certificados con especialidades que van desde la salud mental y las relaciones hasta los problemas de comportamiento infantil.</p><p>Rebecca Crowers, una de las coaches certificadas de la aplicación, dijo que el objetivo es brindar orientación personalizada a los padres.</p><p>“Cuando ella abre la aplicación y hace clic en comportamiento, puede responder algunas preguntas, lo cual literalmente toma un minuto, y después de eso, es un plan real para su vida real”, dijo Crowers. “Lo más importante es que nos encontramos con las madres exactamente donde están”.</p><p>Crowers, experta en salud mental y consejera bíblica, dijo que una de las piezas más importantes del consejo de crianza que ofrece es simple.</p><p>“Regularte a ti mismo primero”, dijo. “Cuando estamos más calmados, nuestros hijos lo sienten”.</p><p>Brown dijo que otra función permite a los padres recibir orientación a través de un sistema de chat en tiempo real guiado por expertos.</p><p>“Una de las cosas más importantes que descubrí cuando estaba sentada meciendo al bebé que no dormía es que necesitaba a alguien con quien chatear”, dijo. “Así que creamos un chat en línea en tiempo real guiado por nuestros expertos para que la mamá pueda escribir su pregunta allí y te dará una solución en tiempo real para ese momento de tu vida”.</p><p>La aplicación también ofrece herramientas que rastrean hitos y el desarrollo infantil.</p><p>Chelsea Parra, una madre que usa iHelpMoms, dijo que la aplicación la ha ayudado a mantenerse informada sobre el crecimiento de su hijo.</p><p>“Es tan precisa con lo que estoy viviendo en tiempo real con su edad”, dijo Parra. “También voy a otras partes porque es genial para registrar comida y pañales y eventualmente cuando esté aprendiendo a ir al baño, seguro lo usaré mucho”.</p><p>Brown dijo que la aplicación también está diseñada para reconocer que los estilos de crianza varían de familia en familia.</p><p>“No hay una sola forma correcta de ser mamá”, dijo Brown. “Realmente ayudamos a los padres a cultivar cómo quieren criar. ¿Quieres ser una madre de apego? ¿Eres una madre más moderna y equilibrada? ¿Eres una madre de alto rendimiento? ¿Qué resultado y qué estilo de crianza?”</p><p>Para Brown, la misión detrás de la aplicación es personal.</p><p>“Nací en un orfanato en Calcuta, India, y pesaba cuatro libras, estaba severamente desnutrida, y era una situación muy crítica”, dijo Brown. “Y en realidad fui rescatada del orfanato por una familia increíble que me adoptó”.</p><p>Brown dijo que esas experiencias continúan moldeando su trabajo.</p><p>“Nunca quiero que otra madre se sienta sola como mi madre, y nunca quiero que otra madre se sienta como una fracasada como me sentí yo, porque no podía producir leche, y no podía lograr que mi bebé durmiera, y constantemente sentía que estaba fallando todo el tiempo”, dijo. “Mi mayor esperanza es que la aplicación iHelpMoms pueda ser esa esperanza en el bolsillo de una madre”.</p><p>Brown dijo que está feliz de trabajar con pediatras en el desarrollo de la aplicación, pero enfatizó que no está destinada a reemplazar la atención médica.</p><p>Los padres que crean que su hijo está enfermo o que algo podría estar mal deben contactar a su pediatra.</p><p>Haz <a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">clic aquí</a> para leer más historias de la colección Mom to Mom de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Motociclista en estado crítico tras chocar contra una carroza fúnebre en funeraria de Miami-Dade ]]></title><link>https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description></description><pubDate>Tue, 02 Jun 2026 20:13:58 +0000</pubDate><content:encoded><![CDATA[<p>Paramédicos trasladaron a una víctima a un centro de trauma después de un accidente que involucró a una motocicleta y una carroza fúnebre en una funeraria del noroeste de Miami-Dade.</p><p>Video de Sky 10 muestra que el motociclista se estrelló contra una carroza fúnebre aparentemente estacionada en Angels of Paradise Mortuary, ubicada en 2796 NW 46th St. en el área no incorporada de Brownsville.</p><p>Los registros de despacho mostraron que el choque ocurrió alrededor de las 3:15 p.m.</p><p>Según la Oficina del Sheriff de Miami-Dade, una investigación preliminar mostró que el motociclista perdió el control de su moto y chocó contra el Cadillac.</p><p>Las autoridades indicaron que los médicos lo trasladaron al Hospital Jackson Memorial en estado crítico.</p><p>Agentes de la MDSO permanecieron en la escena el martes por la tarde investigando el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Jalen Brunson is playing for an NBA championship and maybe for the title of best Knick ever]]></title><link>https://www.local10.com/sports/2026/06/02/jalen-brunson-is-playing-for-an-nba-championship-and-maybe-for-the-title-of-best-knick-ever/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/jalen-brunson-is-playing-for-an-nba-championship-and-maybe-for-the-title-of-best-knick-ever/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[Jalen Brunson might be playing for something more than a championship in these NBA Finals.]]></description><pubDate>Tue, 02 Jun 2026 21:35:24 +0000</pubDate><content:encoded><![CDATA[<p>Jalen Brunson might be playing for something more than a championship in these NBA Finals.</p><p>A victory would put him in the conversation as the greatest New York Knick ever, and at the same time earn New York sports immortality status.</p><p>After just four years, he is all over the record book for a Knicks franchise that has been around for all 80 NBA seasons. He is already third on its career list in playoff points. The Knicks have advanced in the postseason every year since Brunson arrived in 2022, after winning one series in the two decades before.</p><p>Now they are in the NBA Finals for the first time since 1999, with a shot to win their first title since 1973.</p><p>Patrick Ewing, Walt Frazier and Willis Reed — in some order — are widely regarded as the top players in franchise history. If Brunson can lead the Knicks to the title now, there’s an argument he could be the best of them all.</p><p>“Well, right now a lot of people say he’s the greatest Knick ever because of getting them to the finals and obviously if he wins a championship,” Frazier said. “So I don’t think he’s the greatest Knick ever — I always say it’s Willis, and Willis said it’s Patrick, and Patrick says it’s Patrick. So he would definitely be on Mount Rushmore. We’ll put him up there if he can bring this title.”</p><p>Brunson is averaging 26.9 points in the postseason, slightly up from his 26 per game in the regular season. The Eastern Conference finals MVP is making history just by reaching the finals, as he and his father, Rick, a Knicks assistant who played for them in 1999 when Jalen was just shy of 3 years old, will become the first father-son duo to play in the finals for the same franchise.</p><p>None of this was expected when Brunson signed in New York. This wasn't Victor Wembanyama arriving in San Antonio from France as the No. 1 pick in the draft as a 7-foot-4 giant whose array of skills made it easy to forecast that he could become one of the greats of the game.</p><p>Brunson stands just 6-2 and doesn't appear to be blessed with explosive speed. That's how a two-time NCAA champion and college player of the year at Villanova ended up as just a second-round pick in 2018. He landed in Dallas at the same time as Luka Doncic, and seeing how easy the Slovenian sensation made the game look had Brunson wondering about his own abilities.</p><p>“It made me kind of question myself to see how hard I actually had to work to be in the position I wanted to be,” he said.</p><p>He was largely a backup in his four seasons in Dallas before the Knicks spent more than $100 million to pry him away. It's probably the best decision they ever made — and with what Brunson has done in New York at that low cost for a now perennial All-Star, one of the best free agent moves any team ever has.</p><p>The Knicks have just two NBA titles, and the wait for a third has lasted so many generations that Brunson would easily join New York sports icons such as Joe Namath, Derek Jeter or Reggie Jackson, still celebrated around the five boroughs long after their championships, if he can win just one now.</p><p>Get it and the second-team All-NBA pick would be confirmed as a superstar. Of course, the opposite could happen. If Brunson struggles against the Spurs' good defensive guards and the Knicks lose, there will be critics quick to say they need more because Brunson just isn't quite a 1-A.</p><p>“I mean, I don’t really care what people say, so at the end of the day I’m not going to base my judgment or evaluation of him as a player off people that never played the game and just never been in that situation,” teammate and close friend Josh Hart said. “So I know he doesn’t really care about it, I don’t really care about it. At the end of the day those quote-unquote people are irrelevant.”</p><p>Around New York, it's clear the respect Brunson commands. Mets slugger Juan Soto hit a home run and performed the hand gesture Brunson uses to celebrate a 3-pointer. Jets coach Aaron Glenn said the impact the captain has on the club is evident.</p><p>“I mean, you can tell that the leadership, the fight, everybody follows that, and it’s easy to follow that,” Glenn said. “He’s a guy, and I continue to say this, that leadership really comes down to one word and that’s ‘influence.’ You really see the influence that he has, and it’s not always verbal. It’s a lot of just what he does and how he operates.”</p><p>Brunson doesn't seem to seek the spotlight and will never ooze coolness like Frazier, the stylish “Clyde” known for his colorful suits. But a title puts him in the same club, and membership has long-lasting benefits.</p><p>“I can’t walk the street, it’s like I’m in a parade. Anywhere I go people are like, ‘Oh, there he is, there’s Clyde! There’s Clyde!’” Frazier said. "So if these guys win another title — man, I can’t spend money now in New York. I’ll never have to spend money again in this city.</p><p>“And that’s what I want to show the players. Hey man, I’ve been doing this for 50 years. Fifty years just for winning two titles! So you guys can have it if you just win one title.”</p><p>___</p><p>AP Pro Football Writer Dennis Waszak Jr. in Florham Park, New Jersey contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K32SP73OASDNOG6RVYH4BETNUI.jpg?auth=7e1473d4c7091346d59451eb96d156ca3d694c672ddca95eeb3f9f7fcbd3c9ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson speaks with the media prior to the start of the NBA Finals basketball series against the San Antonio Spurs, Tuesday, June 2, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYVAJYNOZT7VBDU2R7GHMZGMRA.jpg?auth=3e128a15acebb3b1e6391585d7916c09fed97cdb9712811ef7d34bea5e6ec12c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson, center, holds the MVP trophy after Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEGYRVNDNAKBXPA7NEOICVBL4U.jpg?auth=03e028b09463ba58d83185864eb3fed381c0246608bc65ee0d68c3d223da82a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Jalen Brunson (11) looks to pass during the second half of Game 2 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers, Thursday, May 21, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X6BS5F23TWAXHIM6DEPG6TKVAU.jpg?auth=78c2d27b818bfdab4d9b545e578b56ff2b543f15023b3e58f823f825c185b72f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson (11) shoots against Cleveland Cavaliers guard Sam Merrill (5) during the second half of Game 4 in the Eastern Conference finals NBA basketball playoffs series in Cleveland, Monday, May 25, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Hombre de Florida intenta secuestrar a su ex de 74 años; huye a Hialeah, según la policía]]></title><link>https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Un hombre de Florida de 64 años está tras las rejas acusado de intentar secuestrar a su exnovia de 74 años.]]></description><pubDate>Tue, 02 Jun 2026 21:03:55 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Florida de 64 años está tras las rejas acusado de intentar secuestrar a su exnovia de 74 años, y el incidente quedó captado en cámara.</p><p>El arrestado en el incidente es Jose Zamora, quien enfrenta una serie de cargos, incluido intento de secuestro con arma de fuego.</p><p>La policía de Port St. Lucie dijo que ocurrió el domingo por la mañana afuera de la iglesia First United Methodist en SW Prima Vista Boulevard.</p><p>La policía dijo que Zamora quería hablar con la víctima e intentó obligarla a subir a su auto a punta de pistola.</p><p>“Varios testigos presenciaron lo que estaba ocurriendo e intervinieron”, dijo el jefe de la policía de Port St. Lucie, Leo Niemzyck. “El valor que demostraron ayudó a desactivar una situación muy peligrosa en escalada. El sospechoso sacó un arma de fuego y la colocó al lado de la víctima e intentó obligarla a subir al vehículo”.</p><p>Luego, dijeron que Zamora huyó y condujo hasta Hialeah.</p><p>La víctima sintió algo de dolor pero no tenía marcas visibles ni moretones, dijo la policía.</p><p>Según las autoridades, la víctima vivía con Zamora en Hollywood antes de mudarse juntos a Fort Pierce, y para diciembre pasado ella quería que él saliera de la casa porque se volvió agresivo con ella.</p><p>“Ellos tuvieron una relación romántica previa que había terminado, y supuestamente terminó debido a algunas infidelidades”, dijo Niemzyck. “Pero él tiene un historial criminal violento significativo que incluye un intento de secuestro previo”.</p><p>La policía dijo que la víctima obtuvo una orden de protección contra Zamora en marzo después de que fue arrestado por una violación de armas.</p><p>“Niemzyck dijo que esos detalles les dieron motivos para creer que él habría dañado a la víctima”.</p><p>“Es un delincuente convicto”, dijo. “Tiene un pasado peligroso. Así que la familia de él creía que era un peligro tanto para sí mismo como para ella. De hecho, fue considerado un posible sospechoso de suicidio por policía”.</p><p>Los investigadores dijeron que usaron lectores de placas para rastrear a Zamora.</p><p>Actualmente está recluido en la cárcel del condado St. Lucie en Fort Pierce con una fianza de $750,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Tomas Hertl's late goal lifts Golden Knights past Hurricanes 5-4 to open Stanley Cup Final]]></title><link>https://www.local10.com/sports/2026/06/03/hertls-late-goal-lifts-golden-knights-past-hurricanes-5-4-to-open-stanley-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/hertls-late-goal-lifts-golden-knights-past-hurricanes-5-4-to-open-stanley-cup-final/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — It took just one shot and 25 seconds worth of game action for the Vegas Golden Knights to find themselves in a hole in the Stanley Cup Final.]]></description><pubDate>Wed, 03 Jun 2026 04:48:35 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — It took just one shot and 25 seconds worth of game action for the Vegas Golden Knights to find themselves in a hole in the Stanley Cup Final.</p><p>And by midway through the opening period, they were down two goals against a fast-skating Carolina Hurricanes team riding the energy from a buzzing home crowd.</p><p>No matter. And no panic. Not with these tested Golden Knights.</p><p>Tomas Hertl took a backhand pass from Colton Sissons and beat Frederik Andersen from the slot with 3:24 left in the third period, lifting the Golden Knights past the Carolina Hurricanes 5-4 in Tuesday night’s opener of the Stanley Cup Final.</p><p>“I've said it all through the playoffs: it's a find-a-way league,” Vegas coach John Tortorella said. “We found a way tonight.”</p><p>Game 2 of the best-of-seven series is Thursday in Raleigh, with Vegas already having taken home ice away from the Hurricanes as it chases a second Cup title in four seasons.</p><p>“Momentum swings happen quickly,” Tortorella said. “We want to keep the momentum on our side, so there’s no question we’re looking to get two.”</p><p>Hertl’s finish off Sissons' feed from the right faceoff circle broke a 4-4 tie and pushed the Golden Knights ahead in an entertaining, back-and-forth start on the sport’s biggest stage. It marked Vegas’ seventh straight win of the playoffs, starting with the last two games of the six-game second-round series against Anaheim and then the shocking four-game sweep of the Presidents’ Trophy-winning Colorado Avalanche.</p><p>That series included Vegas erasing a 3-0 deficit to take Game 3, and now the Golden Knights have followed by rallying from another multigoal deficit — this time 2-0 in the opening period — against the team that finished second only to the Avs in the regular season.</p><p>“It was a terrible start,” said center William Karlsson, who capped a run of three straight goals that pushed Vegas to a 3-2 second-period lead. “Just like it was against Colorado, a lot of time left. We always believe.”</p><p>Things changed after Tortorella gathered his team around the bench during a TV timeout after the Hurricanes had sprinted out to their lead, coming as Vegas had a slow start out of its six-day break while waiting for Carolina to close out Montreal in a five-game Eastern Conference Final.</p><p>“Just stick with the program, on our game plan, and not get impatient," said defenseman Brayden McNabb, who had three assists. “They pressure a lot and we want to keep the puck going north, and limit east-west plays.”</p><p>Shea Theodore, Ivan Barbashev and Brett Howden also scored for Vegas, with Howden’s postseason-leading 11th score giving the Golden Knights a 4-3 lead just 1:21 into the third period. Carter Hart finished with 23 saves, including a key stop on Seth Jarvis only seconds before Hertl's winner.</p><p>Nikolaj Ehlers scored twice for the Hurricanes, the first coming 25 seconds into the game when he got loose on a rush and blasted one past Hart from the left side on the game’s first shot. He followed with a breakaway that gave Carolina a 2-0 lead and sent a charged home crowd into an eruption in the team’s first Stanley Cup Final game in two decades.</p><p>Jordan Staal and Shayne Gostisbehere each scored tying goals after Vegas had pushed to a lead, with Gostisbehere skating in clean on the left side to blast one past Hart at 11:19 of the third period and tie it once more at 4-all. Andersen finished with 18 saves.</p><p>“I thought they played just a little bit better than us,” Staal said. “They executed their game plan and aggressive on their forecheck and played in our end, and they buried their chances when they had them.”</p><p>The Hurricanes went 12-1 through three rounds to get back to the Stanley Cup Final for the first time since now-coach Rod Brind'Amour captained them to the title in 2006. It also comes amid an eight-year playoff streak that has included at least one series win every time as a regular postseason contender.</p><p>Carolina swept through Ottawa and Philadelphia before taking the last four games of a five-game win against Montreal to punch through an Eastern Conference Final roadblock. That made the Hurricanes the first team since 1983 to reach the Stanley Cup Final with one loss, and the first since the NHL went to best-of-seven series in all four rounds in 1987.</p><p>Meanwhile, Vegas had been getting stronger with every playoff round, winning for 19 of 24 games going back to the unexpected late-season firing of Bruce Cassidy and replace him with Tortorella. That included the shocking result against the Avalanche, who managed just seven goals in four games.</p><p>Defense had been the standout feature for both teams, in fact, with Carolina having allowed two or fewer goals in 12 of 13 playoff games. But that wasn't the case in Tuesday's fast-paced series opener, with both teams capitalizing on their chances in an entertaining back-and-forth game before Hertl got Vegas the lead for good.</p><p>“This is a totally different team, and that may be part of it too,” Brind'Amour said when asked about comparisons to the 6-2 loss to the Canadiens in Game 1 of the Eastern Conference Final. “We’ve got to get up to speed on how this game and this series is going to go. I think we certainly got a taste of that now.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RYJXZYGBLKTP3QKQCJWNLIXRF4.jpg?auth=e002b81bff4e638eaf8b4096559dabbc4ea97c5d53f0b0c33e5a2e93bc966816&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights celebrate a goal by Tomas Hertl, during the third period in Game 1 of the NHL hockey Stanley Cup Final series against the Carolina Hurricanes in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C2OVMRIG4K7ID7MIBCLNNE6TQY.jpg?auth=22464d655f6326f8ad386b7064b8479027dcdf5ded6d76ee84b95f4127b9b19f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Pavel Dorofeyev (16) celebrates between Carolina Hurricanes' Jalen Chatfield (5), Alexander Nikishin (21), and goaltender Frederik Andersen (31) after a goal in the second period of Game 1 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3NAXLFPYVS5WYBYB2OJUO3VL4.jpg?auth=f0d17678e0cdd7e3a044a87bb4b9669b222ed19bfaa0945eac4209b1c64a5080&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Brett Howden, right, handles the puck ahead of Carolina Hurricanes' Alexander Nikishin, middle, and goaltender Frederik Andersen (31) during the second period of Game 1 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJ5U67QDDYXMKVU3LSKBXZLO64.jpg?auth=17ed1f77d66d69de94153752e23b493479eb4c3e24e2a0671bbcb019fe74187e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Shayne Gostisbehere (4) celebrates his goal with Carolina Hurricanes' Jackson Blake (53) during the third period in Game 1 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZTYRWXBIGR2BV7KPGWQDNFW3A.jpg?auth=75eef4df1def625f987c8505d1af0d6506a57723792277930f7afde27cab0634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Andrei Svechnikov (37) battles for the puck between Vegas Golden Knights' Brayden McNabb (3) and Tomas Hertl (48) during the second period in Game 1 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[Yankees slugger Aaron Judge out of lineup with bone bruise in right rib and may miss a few days]]></title><link>https://www.local10.com/sports/2026/06/02/yankees-slugger-aaron-judge-out-of-lineup-with-bone-bruise-in-right-rib-and-may-miss-a-few-days/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/yankees-slugger-aaron-judge-out-of-lineup-with-bone-bruise-in-right-rib-and-may-miss-a-few-days/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — New York Yankees slugger Aaron Judge is out of the starting lineup for Tuesday's game against Cleveland because of a bone bruise in his upper right rib that he feels in his right shoulder, and he might miss a few days.]]></description><pubDate>Wed, 03 Jun 2026 03:13:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York Yankees slugger Aaron Judge is out of the starting lineup for Tuesday's game against Cleveland because of a bone bruise in his upper right rib that he feels in his right shoulder, and he might miss a few days.</p><p>“He’s been kind of the last couple of weeks kind of dealing with some shoulder soreness, just kind of more nagging,” manager Aaron Boone said before the series opener against the Guardians. “Then over the weekend, the last couple of games in Sacramento, I think it became a little more than just that, where I noticed with some swings and stuff. It became a little more than just nagging. I think it was affecting him.”</p><p>Boone said tests on the team's off day on Monday revealed the bruise. Judge met with team physician later Dr. Christopher Ahmad Tuesday and following Tuesday's 9-4 loss, Boone said Judge will see a specialist on Wednesday.</p><p>Judge had an rib injury in March 2020 when doctors discovered a stress fracture in his right rib. The injury occurred when he dove for a ball in September 2019, but Judge did not miss any time because of the injury because the 2020 season was delayed due to the pandemic.</p><p>“Tough to say,” Boone said. “We'll look at it and that's why we want a specialist to look at it too and just try and rule out anything or see if there's something else to see.”</p><p>In March 2020, doctors discovered a stress fracture in his right rib, stemming from a dive he made in a game the prior September. He was shut down for two weeks, but the season was delayed until July due to the coronavirus pandemic.</p><p>Judge is hitting .248 and 17 homers and 38 RBIs. The three-time AL MVP has one homer in his last 18 games since May 10 and ended an 11-game homer and RBI drought with a game-ending, two-run drive in the ninth inning to give the Yankees a 2-0 win over Tampa Bay on May 24.</p><p>Judge entered the game against Tampa Bay in a 1-for-24 slump that dropped his batting average to .246. He was hitless in 15 at-bats before singling in the first inning.</p><p>“I think probably something that’s been affecting him a little bit here recently, especially this weekend,” Boone said. “So, hopefully, it is something that we just get calmed down here and put it behind us.”</p><p>Judge won the batting title last season when he batted a career-high .331 with 53 homers and 114 RBIs in 152 games. He missed 10 games from July 26-Aug. 4 with a flexor strain in his right elbow sustained on a throw to home July 22 in Toronto. He underwent a plasma-rich injection and did not require offseason surgery, though he did not return to the outfield until Sept. 5.</p><p>When Judge was hurt last season, Giancarlo Stanton played 17 games in the outfield. Stanton has been out since April 24 with a strained right calf.</p><p>On Tuesday, José Caballero made his 22nd career start in right field and third since being acquired from Tampa Bay at the July 31 trade deadline.</p><p>Judge had started 52 of New York's first 59 games in right field. Rookie Spencer Jones made four starts in right field before getting sent down May 23 and Cody Bellinger has started two games.</p><p>Yankees move prospect Carlos Lagrange to bullpen at Triple-A</p><p>The Yankees said Tuesday that prospect Carlos Lagrange is being moved to the bullpen at Triple-A Scranton/Wilkes Barre to possibly provide relief help at the major league level later this season.</p><p>"We definitely view him long term as a starter,” Boone said. “But in the 2026 lens, there’s a chance for him to potentially impact us out of the bullpen while not really disrupting anything moving forward.”</p><p>Lagrange is rated as New York's fourth-best prospect by MLB Pipeline and the No. 2 pitcher.</p><p>Lagrange is 0-3 with a 4.41 ERA in 11 Triple-A starts. Across 49 innings, he has allowed 40 hits and 25 walks, striking out 63 while holding opponents to a .215 batting average.</p><p>The 23-year-old is averaging 98.9 mph on fastballs this season and has topped out at 103.0 mph on a fastball after spending time with the Yankees at spring training.</p><p>“It’s electric stuff,” Boone said. “The exciting thing for me was, really being around him for the first time, seeing the person and the competitor."</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QSFSF7CGRX3GUTC763JW7AQSGQ.jpg?auth=5a7a4280c6db551af7ce1a60f4e336e8bbfc99cc162cfa29695b4be3ee703af8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge reacts after drawing a bases loaded walk to score a run during the ninth inning of a baseball game against the Athletics Saturday, May 30, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXWSP2JYFDRZKRJ2XQLYLOR3G4.jpg?auth=b77c095c4b0dcfac93e02d7af21b297d711c7126c445cb25b3ae7549e01b1ee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge bats during the fifth inning of a baseball game against the Athletics, Saturday, May 30, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Clark, Fever hope that team meeting helps players, coaches move on from Saturday's sideline spat]]></title><link>https://www.local10.com/sports/2026/06/02/clark-fever-hope-that-team-meeting-helps-players-coaches-move-on-from-saturdays-sideline-spat/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/clark-fever-hope-that-team-meeting-helps-players-coaches-move-on-from-saturdays-sideline-spat/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Two-time WNBA All-Star Caitlin Clark and Indiana Fever coach Stephanie White told reporters Monday they had moved beyond what appeared to be a sideline spat.]]></description><pubDate>Tue, 02 Jun 2026 21:01:08 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Two-time WNBA All-Star Caitlin Clark and Indiana Fever coach Stephanie White told reporters Monday they had moved beyond what appeared to be a sideline spat.</p><p>Apparently, they weren't just speaking publicly about the incident.</p><p>On Tuesday, Fever guard Sophie Cunningham revealed the team's players and coaches also had a frank, “long” conversation intended to hash things out and get everyone back on the same page following back-to-back losses on the West Coast.</p><p>“We had a team meeting (Monday) — a long meeting — and so hopefully we've kind of turned the page,” Cunningham said. “I think we were in there an hour and a half, almost two hours and we built back all the layers. I think everyone's on a good page right now and ready to work. We'll say it started (as a) coaches (meeting) and then ended up being players. It was much needed, though.”</p><p>Cunningham and All-Star guard Kelsey Mitchell did not divulge specifics about what was discussed, and White said the meeting didn't go quite as long as Cunningham thought.</p><p>Clearly, though, everyone thought it was necessary and valuable after TV cameras caught the incident between Clark and White during Saturday night's 100-84 loss to Portland — an expansion team Indiana beat by 17 points just 10 days earlier without Clark.</p><p>White and Clark each downplayed the scene Monday, saying it was merely two competitors trying to figure out how to win a game, and White explained she was simply challenging her star player to perform at a higher level. Mitchell saw it the same way.</p><p>“I think it's a part of being a family," she said. “If you think everything is glitz and glamour, then you're mistaken. I think hard times can make you or break you and, hopefully, it doesn't break us, and I think losing is important because you find out a lot about yourself, about where you need to be, where you're missing the mark and I'm happy that's happening now. If there is frustration, I'd rather it be now than later.”</p><p>There is reason for concern.</p><p>Indiana opened the season considered a title contender after White helped the Fever get within one win of reaching the WNBA Finals despite enduring a series of debilitating injuries, including the loss of Clark.</p><p>Not much has gone right in this season's first month, though.</p><p>The Fever enter Thursday's game against Angel Reese and the Atlanta Dream with a 4-4 record, a half game out of the eighth and final playoff spot, hoping to snap this two-game skid.</p><p>Clark hasn't been her typical self, either. While the former Iowa star and NCAA's career scoring leader is averaging 20.1 points and 8.1 assists, she's also shooting 39.3% from the field, 33.3% from 3-point range and has committed 4.6 turnovers per game. She has also been criticized about her defensive miscues.</p><p>But Clark isn't alone on defense. While Indiana is scoring a league-best 91.8 points per game, it also is tied for the second-highest points allowed at 89.0.</p><p>What's wrong?</p><p>“We have all the pieces we need (to win), but it's knowing your role, owning your role and also just being tough,” Cunningham said. “We're just too soft right now, and that's not what our identity is, so we need to get away from that."</p><p>Cunningham also noted playing more types of defenses would help.</p><p>White believes varied defenses will come in time, but she first wanted the players building their confidence by doing a few things well. And while White wants to see improvements, she doesn't believe the struggles are related to effort.</p><p>“Often times when you see a ‘lack of effort,’ a lot of it is just indecision, right?" she said. “It's paralysis by analysis.”</p><p>Perhaps airing out those thoughts will be part of a longer-term solution to what they hope is a short-term problem. Cunningham and her teammates certainly hope that's true as they begin the defense of last year's Commissioner's Cup championship.</p><p>“No one wants to have these meetings, but everyone, every team has them,” Cunningham said. “Everyone has trials, everyone has shortcomings and I'm just thankful ours is at the beginning of the season and not during September, October.</p><p>"We didn't even watch film (from the Portland game), that tells you how bad it is because normally she (White) is watching every second of it. We wanted to flush that one, everyone knew it was bad. We all kind of watched it on our own and it's just unacceptable. We're too good to be playing like that.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBD6R57RIPQ3GBBVJ6YVAO2GIY.jpg?auth=6b5318d06d35b56ceb7feb65b2d2cb8c2b145c1d4d33e4cc0e3686c6791c8dbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) and center-forward Aliyah Boston (7) share a moment before the first half of a WNBA basketball game against the Los Angeles Sparks Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ID6LSWBDX3P4QEZSKH6Z377UUI.jpg?auth=a5180dd3861b51f9c718e88212cd60ca1ea8116cc35196224a372d3d13ccd6ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) dribbles during the first half of a WNBA basketball game against the Los Angeles Sparks Wednesday, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TY7EZVHACQQ5MV6B4XAHOXED3I.jpg?auth=0c42e6327ed779fde935cf27c76ff1b040ed4b032b8cf3051c1d49e14f64dd1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever head coach Stephanie White reacts during the first half of an WNBA basketball game against the Dallas Wings in Indianapolis, Saturday, May 9, 2026. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content></item><item><title><![CDATA[US sanctions Iran’s largest digital asset exchange Nobitex and 3 others]]></title><link>https://www.local10.com/business/2026/06/02/us-sanctions-irans-largest-digital-asset-exchange-nobitex-and-3-others/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/02/us-sanctions-irans-largest-digital-asset-exchange-nobitex-and-3-others/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — As part of the Trump administration's ongoing campaign to pressure Iran into a deal that would end an ongoing war with the U.S. and Israel, the U.S. placed sanctions on Iran’s largest digital asset exchange and three other exchanges, Tuesday.]]></description><pubDate>Tue, 02 Jun 2026 20:45:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — As part of the Trump administration's ongoing campaign to pressure Iran into a deal that would end an ongoing war with the U.S. and Israel, the U.S. placed sanctions on Iran’s largest digital asset exchange and three other exchanges, Tuesday.</p><p>Included in the sanctions are Iran's largest digital assets firm Nobitex and its chairman and co-founder, Amir Hossein Rad. Treasury says Nobitex has processed more than 50% of all Iranian digital asset income last year and supports Iran's vast sanctions evasion network.</p><p>The sanctions come as a pair of semiofficial Iranian news agencies reported Tuesday that Iran stopped communicating with mediators about extending a ceasefire in the war with the U.S. and Israel.</p><p>U.S. President Donald Trump has disputed the claim and said talks are continuing.</p><p>Treasury accuses Nobitex of moving assets and funds out of the country to shield regime wealth after the start of U.S. combat operations in Iran. A representative from Nobitex could not be reached through email.</p><p>U.S. officials maintain that Iran relies heavily on cryptocurrency and other digital assets to evade sanctions. Treasury Secretary Scott Bessent said at the Reagan National Economic Forum this month, “We have seized about a billion dollars of their crypto."</p><p>The Trump administration's latest announcement is one of a variety of measures put in place to inflict economic pain on Iran. It has also imposed secondary economic sanctions on countries doing business with people, firms, and ships under Iranian control — including allies like the United Arab Emirates and competitors like China. Banks have received warnings about handling Iranian money.</p><p>And last week, the U.S. imposed sanctions on Iran's newly created Persian Gulf Strait Authority, which is an agency intended to control shipping through the narrow Strait of Hormuz. Treasury calls the agency a “scheme to extort international shipping.”</p><p>Meanwhile, the U.S. military has stopped merchant vessels trying to break through a U.S.-led blockade of Iranian ports. The U.S. launched the blockade on April 17 after Iran effectively closed the strait after the war in the Middle East began with U.S. and Israeli strikes on Feb. 28.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UU5TMCKRO6TYJR4XF4ED7UZUUA.jpg?auth=4b867875f21ed74c91f61e483fbf0f897f2df6984017a4beddfe0dd30271d16b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Treasury Department building is pictured at dusk in Washington, June 6, 2019. (AP Photo/Patrick Semansky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Semansky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72RQEKE344XLSMM3HJHJSZJNSA.jpg?auth=db6e8ca9922356db131e2545070ec8372b03243ffd26ad86f464441a7c71b39b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent listens to a reporter's question in the James Brady Press Briefing Room at the White House, Thursday, May 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Chile: al menos 19 detenidos, entre ellos ejecutivo bancario, en operativo contra el Tren de Aragua]]></title><link>https://www.local10.com/espanol/2026/06/02/chile-al-menos-19-detenidos-entre-ellos-ejecutivo-bancario-en-operativo-contra-el-tren-de-aragua/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/chile-al-menos-19-detenidos-entre-ellos-ejecutivo-bancario-en-operativo-contra-el-tren-de-aragua/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[Associated Press (AP) — Las autoridades de Chile realizaron el martes un megaoperativo en contra de la facción criminal internacional Tren de Aragua y llevaron a cabo diversas diligencias en distintas partes del país que terminaron con al menos 19 detenidos, entre ellos un ejecutivo bancario en la capital Santiago.]]></description><pubDate>Tue, 02 Jun 2026 20:40:00 +0000</pubDate><content:encoded><![CDATA[<p>Associated Press (AP) — Las autoridades de Chile realizaron el martes un megaoperativo en contra de la facción criminal internacional Tren de Aragua y llevaron a cabo diversas diligencias en distintas partes del país que terminaron con al menos 19 detenidos, entre ellos un ejecutivo bancario en la capital Santiago.</p><p>El operativo respondió a una investigación abierta en 2024 para indagar una serie de delitos, como operaciones de lavado de activos, extorsiones, asociación criminal, contrabando y "mercados ilegales del Tren de Aragua” en el país.</p><p>“Es la primera vez que le pegamos donde ellos más lo resienten, que en el fondo es en el patrimonio”, dijo a los periodistas el fiscal Héctor Barros tras conocer los resultados de la acción.</p><p>Entre los detenidos figura un ejecutivo del banco Santander, cuyas dependencias fueron allanadas en la jornada junto a otras diversas residencias y oficinas de diferentes partes del país.</p><p>El trabajador, según la fiscalía, estaría vinculado con “operaciones internacionales para el Tren de Aragua ” y habría facilitado múltiples cuentas bancarias en diversas entidades financieras para lavar dinero y traspasarlo a la organización.</p><p>“Estamos hablando de una cifra superior a 78.000 millones de pesos (unos 88 millones de dólares) que salieron de nuestro país”, expresó el fiscal.</p><p>Entre los detenidos hay diez mujeres y nueve hombres.</p><p>Según el director de la Policía de Investigaciones (PDI), Eduardo Cerna, el grupo actuaba a través de roles, funciones y una estructura estratificada bastante organizada e “integrada por personas nacionales venezolanas” para cometer delitos financieros, sobre todo estafas y extorsiones.</p><p>Posteriormente, lavaban los activos a través de empresas de fachada para “finalmente insertarlas en la economía ilícita” y “así disipar el origen de las mismas o en transacciones en criptoactivo”, agregó el funcionario en una rueda de prensa.</p><p>Además de los detenidos, el operativo terminó con más 140 cuentas bancarias congeladas y una suma congelada que supera los 300.000 dólares.</p><p>Por su parte, el fiscal nacional, Ángel Valencia, destacó que la acción contó con la colaboración de las fuerzas de la Policía Nacional de Colombia, uno de los principales destinos del dinero ilícito proveniente de Chile.</p><p>“Así como ninguna institución puede sola enfrentar este desafío de la delincuencia organizada transnacional, ningún país tampoco puede hacerlo solo”, dijo Valencia en la conferencia. “Necesitamos, para poder enfrentarlo adecuadamente, cooperar entre las distintas agencias de Estado de los distintos países que compartimos esta amenaza”.</p><p>El Banco Santander indicó en un comunicado que colabora con las investigaciones y aseguró que “mantiene una política de tolerancia cero frente a cualquier conducta que se aparte de la ley o de la normativa vigente”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQX4F6JFBTWJPZFPAZZNO2ZMIA.jpg?auth=de75f1f368993925bcb59eb4208c8498a049348b7f277085190799979eca733c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de la Policía de Investigaciones (PDI) exhiben objetos incautados durante la "Operación Tokio" para una conferencia de prensa en Santiago de Chile, el martes 2 de junio de 2026. Según la PDI, la operación desmanteló una célula local de la organización criminal "Tren de Aragua". (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PEFU6DDZNPT2QYTHLAN4SD4RI.jpg?auth=4f1f36380935da29599d0af6f16f2c3f3790ac997b7642dc5c03def4954dec5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joyas incautadas durante la "Operación Tokio" se exhiben antes de una conferencia de prensa de la Policía de Investigación (PDI) en Santiago de Chile, el martes 2 de junio de 2026. Según la PDI, la operación desmanteló una célula local de la organización criminal "Tren de Aragua". (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Maestro de Miami-Dade comparece ante el tribunal para ser despedida por presunta “relación sexual” con una estudiante.]]></title><link>https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[Profesor del condado de Miami-Dade compareció ante el juez de fianzas, un día después de su arresto.]]></description><pubDate>Tue, 02 Jun 2026 16:51:10 +0000</pubDate><content:encoded><![CDATA[<p>Un profesor del condado de Miami-Dade compareció ante el juez de fianzas el martes por la mañana, un día después de su arresto.</p><p>Según la Oficina del Sheriff de Miami-Dade, Michael Enriquez, de 53 años, <a href="https://www.local10.com/espanol/2026/06/02/acusan-a-maestro-de-miami-dade-de-mantener-relacion-sexual-con-estudiante-durante-un-ano/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/acusan-a-maestro-de-miami-dade-de-mantener-relacion-sexual-con-estudiante-durante-un-ano/">mantuvo una relación sexual con una estudiante de la preparatoria American Senior High Schoo</a>l, la cual comenzó en mayo de 2025.</p><p>Los agentes indicaron que Enriquez y la estudiante, quien tenía 17 años en ese momento, salieron después de clases dos veces el año pasado —una en mayo y otra en junio— y mantuvieron relaciones sexuales.</p><p>“Es repugnante”, declaró una estudiante de la escuela a Local 10 News. “La chica sabía lo que hacía, pero él es un adulto. Sabía perfectamente lo que hacía; tiene experiencia en esto; está muy mal”.</p><p>Según las autoridades, Enriquez y la víctima no se comunicaron durante las vacaciones de verano, pero al comenzar el nuevo año escolar en agosto de 2025, retomaron su relación sexual.</p><p>Las autoridades indicaron que su último encuentro ocurrió el 14 de mayo de 2026, siendo esta la única vez que mantuvieron relaciones sexuales.</p><p>Según el informe de arresto de Enriquez, la víctima tenía 18 años al momento de dicho encuentro.</p><p>Las autoridades no revelaron cómo fueron alertadas de los presuntos delitos ni cómo descubrieron las fechas y los detalles.</p><p>“Da miedo que alguien que trata con tantos estudiantes pueda estar hablando con una chica de mi edad o un poco mayor, porque solemos confiar en los profesores y hablamos mucho con ellos. No sabemos si la chica estaba pasando por un mal momento, si pensó que esa era la única opción”, dijo Samira González, estudiante de primer año de la escuela.</p><p>“Definitivamente, como adulto, uno debe saber dónde están los límites”, dijo un estudiante llamado Christopher a Local 10. “Estas jóvenes probablemente estén asustadas ahora mismo”.</p><p>Enriquez compareció ante el juez el martes, donde se le ordenó mantenerse alejado de la víctima y de la escuela secundaria. Se espera que comparezca nuevamente ante el tribunal esta tarde, momento en el que se fijará su fianza.</p><p>Un portavoz de las Escuelas Públicas del Condado de Miami-Dade confirmó que Enriquez será despedido.</p><blockquote><p>“Las Escuelas Públicas del Condado de Miami-Dade (M-DCPS) están al tanto del arresto de un empleado de American Senior High School. Al enterarse del presunto comportamiento, el Departamento de Policía de Escuelas de Miami-Dade inició una investigación, la cual resultó en su retiro del plantel escolar y su posterior arresto por parte de la Oficina del Sheriff de Miami-Dade. El tipo de comportamiento del que este individuo está acusado no será tolerado, ya que va en contra de la conducta profesional que esperamos de todos los empleados. El distrito ha iniciado procedimientos de terminación laboral y se asegurará de que a esta persona se le impida buscar empleo en el futuro dentro del distrito. En M-DCPS, la seguridad y el bienestar de todos los estudiantes siguen siendo nuestra máxima prioridad.”</p><p class="citation">-Escuelas Públicas del Condado de Miami-Dade</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Artist suing FIFA over destruction of Dallas whale mural before World Cup]]></title><link>https://www.local10.com/sports/2026/06/02/artist-suing-fifa-over-destruction-of-dallas-whale-mural-before-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/artist-suing-fifa-over-destruction-of-dallas-whale-mural-before-world-cup/</guid><dc:creator><![CDATA[By RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[The artist who painted a giant mural on a building in downtown Dallas of life-sized swimming whales has filed a $25 million lawsuit against soccer's international governing body and others, saying they illegally painted over his work to promote the city's upcoming World Cup matches.]]></description><pubDate>Tue, 02 Jun 2026 21:03:45 +0000</pubDate><content:encoded><![CDATA[<p>The artist who painted a giant mural on a building in downtown Dallas of life-sized swimming whales has filed a $25 million lawsuit against soccer's international governing body and others, saying they illegally painted over his work to promote the city's upcoming World Cup matches.</p><p>The artist Wyland says he hand-painted the sprawling mural that covered roughly 17,000 square feet (1,580 square meters) across two of the building's walls.</p><p>The mural stood for nearly three decades before workers began painting over it last month, causing an uproar among residents who admired the mural's grand scale and message of ocean conservation.</p><p>The area’s World Cup organizing committee said in a statement that, in place of Wyland's mural, new artwork is planned "that captures this current historical moment and reflects the energy, unity, and global spirit surrounding the World Cup 2026.” It said a portion of Wyland's mural would be preserved.</p><p>Wyland filed suit Monday in U.S District Court in Dallas saying that World Cup organizers, along with the building's owner and management company, painted over his mural without his consent or even notifying him. He says their actions violated a 1990 federal law passed to protect visual artists from destruction of publicly displayed works.</p><p>Wyland is seeking at least $25 million in damages. His lawsuit says world soccer's governing body, FIFA, and other defendants “hastily and irrevocably destroyed a civic landmark” to promote the World Cup.</p><p>“Though FIFA claims they were working to develop art for the host city, in truth, they defaced an historic fixture of the host city,” the artist's lawsuit says.</p><p>A FIFA spokesperson said Tuesday the federation “has no involvement in this whatsoever” and referred a reporter to the tournament's local organizing committee.</p><p>A spokesperson for the North Texas FWC Organizing Committee declined to comment. The committee isn't named as a defendant in the lawsuit.</p><p>A spokesperson for Slate Asset Management, which manages the building where the mural was painted over, said in a statement that local World Cup organizers asked Slate in March to donate the mural space for “a new public art installation.”</p><p>“Slate is not being compensated in any way for the use of the wall space and was told by the local groups that Mr. Wyland had been notified,” the management company's spokesperson said in an email.</p><p>Dallas is hosting more World Cup matches than any of the other sites in the event co-hosted by the U.S., Canada and Mexico, with nine matches set to be played at AT&T Stadium in suburban Arlington, home of the Dallas Cowboys.</p><p>Wyland's Dallas mural, titled “Whaling Wall 82,” was finished in 1999 and is among more than 100 similar murals known as Whaling Walls the artist painted around the world to promote the conservation of ocean life.</p><p>An online petition protesting the mural's destruction and calling for protecting of public artwork in Dallas has received more than 2,600 signatures.</p><p>Wyland's lawsuit alleges violations of the Visual Artists Rights Act, a 1990 federal law that protects artwork of “recognized stature” even if someone else owns the physical artwork.</p><p>A judge cited that law in 2018 when he ordered a property owner to pay a group of New York graffiti artists $6.7 million for whitewashing dozens of their spray-painted murals on buildings that once housed a factory in Queens. The ruling was upheld on appeal.</p><p>___</p><p>Bynum reported from Savannah, Georgia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CQMFMNVXCVMLQ2R5OB5BFPCHIM.jpg?auth=7d97a11ed007efbddde849b0e22dfc137066a6b9fe179665bb9c6639507f0041&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A section of a mural, known as the "Whaling Wall 82," created by artist Wyland, is visible as part of it on the right side of the building was painted over, Monday, May 18, 2026, in Dallas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6MBXL3VE3QSPLYIRJUX5QCSDZQ.jpg?auth=718cfdb7a9236a5511c1ceed5295c63c81615c5b6998734c54e59d2014459b06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A section of a mural, known as the "Whaling Wall 82," created by artist Wyland, is visible as part of it on the right side of the building was painted over, Monday, May 18, 2026, in Dallas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[JetBlue growth at FLL gives Broward mayor hope after Spirit shutdown  ]]></title><link>https://www.local10.com/business/2026/06/02/jetblue-growth-at-fll-gives-broward-mayor-hope-after-spirit-shutdown/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/02/jetblue-growth-at-fll-gives-broward-mayor-hope-after-spirit-shutdown/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Broward County Mayor Mark Bogen was excited about JetBlue’s expansion at the Fort Lauderdale-Hollywood International Airport.]]></description><pubDate>Tue, 02 Jun 2026 20:10:43 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Mayor Mark Bogen was excited about JetBlue’s expansion at the Fort Lauderdale-Hollywood International Airport. </p><p><a href="https://www.local10.com/espanol/2026/06/02/crecimiento-de-jetblue-en-fll-alienta-esperanza-del-alcalde-de-broward-tras-cierre-de-spirit/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/crecimiento-de-jetblue-en-fll-alienta-esperanza-del-alcalde-de-broward-tras-cierre-de-spirit/">Leer en español</a></p><p>JetBlue’s first flight from John F. Kennedy International Airport to FLL was in 2000, and JFK’s Terminal 5 became its primary hub in 2008. </p><p>Spirit Airlines, formerly based in Dania Beach, officially ceased operations on May 2, but yellow still dominates FLL’s Terminal 4. Bogen could see it turning blue. </p><p>“I hope to call JetBlue, our hometown airline in the near future,” Bogen wrote in a text message. </p><p>Aside from JetBlue, Allegiant and Avianca are among the airlines that have also been expanding services out of FLL, according to airport officials. </p><p>“This is a very difficult summer and time for all airlines, but especially the situation Spirit was in with minimum fares and rising fuel costs,” Attorney Willard Shepard, an aviation expert, said. </p><p>For DeAnna Allen, Spirit Airlines’ shutdown means she and her family can no longer use the Savers’ Club benefits to travel. </p><p>“I still won’t be able to fly as much because it costs too much,” Allen said. </p><p>At FLL’s Terminal 3, business was booming for JetBlue. Already, more than 40% of the airline’s flights are in and out of FLL. </p><p>JetBlue will be adding 11 new destinations out of FLL and planning the first flight between FLL and Venezuela in the airline’s history. </p><p>“We are stepping up for a community that has been a part of our story since day one at an important moment, adding service where customers need it, strengthening our relevance across South Florida and making FLL an even more powerful gateway across the U.S., Latin America and the Caribbean,” Daniel Shurz, JetBlue’s senior vice president of revenue, network, and enterprise planning, said in a statement. </p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/business/2026/06/02/jetblue-plans-new-fort-lauderdale-flights-to-venezuela/" target="_self" rel="" title="https://www.local10.com/business/2026/06/02/jetblue-plans-new-fort-lauderdale-flights-to-venezuela/">JetBlue plans new Fort Lauderdale flights to Venezuela</a></li><li><a href="https://www.local10.com/news/local/2026/05/12/officials-doing-due-diligence-on-replacing-bso-with-in-house-airport-police-at-fll/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/12/officials-doing-due-diligence-on-replacing-bso-with-in-house-airport-police-at-fll/">Officials doing ‘due diligence’ on replacing BSO with in-house airport police at FLL</a></li><li><a href="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/">Spirit Airlines asks guests not to go to FLL; JetBlue adds new FLL flights</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Crecimiento de JetBlue en FLL alienta esperanza del alcalde de Broward tras cierre de Spirit ]]></title><link>https://www.local10.com/espanol/2026/06/02/crecimiento-de-jetblue-en-fll-alienta-esperanza-del-alcalde-de-broward-tras-cierre-de-spirit/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/crecimiento-de-jetblue-en-fll-alienta-esperanza-del-alcalde-de-broward-tras-cierre-de-spirit/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Alcalde del condado Broward, Mark Bogen, muestra entusiasmo con la expansión de JetBlue.]]></description><pubDate>Tue, 02 Jun 2026 20:30:53 +0000</pubDate><content:encoded><![CDATA[<p>El alcalde del condado Broward, Mark Bogen, se mostró entusiasmado con la expansión de JetBlue en el Aeropuerto Internacional de Fort Lauderdale-Hollywood.</p><p>El primer vuelo de JetBlue desde el Aeropuerto Internacional John F. Kennedy hacia FLL fue en 2000, y la Terminal 5 de JFK se convirtió en su principal centro de operaciones en 2008.</p><p>Spirit Airlines, anteriormente con base en Dania Beach, cesó oficialmente operaciones el 2 de mayo, pero el amarillo todavía domina la Terminal 4 de FLL. Bogen podría ver cómo se vuelve azul.</p><p>“I hope to call JetBlue, our hometown airline in the near future,” escribió Bogen en un mensaje de texto.</p><p>Además de JetBlue, Allegiant y Avianca se encuentran entre las aerolíneas que también han estado expandiendo sus servicios desde FLL, según funcionarios del aeropuerto.</p><p>“This is a very difficult summer and time for all airlines, but especially the situation Spirit was in with minimum fares and rising fuel costs,” dijo el abogado Willard Shepard, un experto en aviación.</p><p>Para DeAnna Allen, el cierre de Spirit Airlines significa que ella y su familia ya no pueden usar los beneficios del Savers’ Club para viajar.</p><p>“Todavía no podré volar tanto porque cuesta demasiado”, dijo Allen.</p><p>En la Terminal 3 de FLL, el negocio de JetBlue estaba en auge. Ya, más del 40% de los vuelos de la aerolínea entran y salen de FLL.</p><p>JetBlue añadirá 11 nuevos destinos desde FLL y planea el primer vuelo entre FLL y Venezuela en la historia de la aerolínea.</p><p>“Estamos dando un paso adelante para una comunidad que ha sido parte de nuestra historia desde el primer día en un momento importante, agregando servicio donde los clientes lo necesitan, fortaleciendo nuestra relevancia en todo el sur de Florida y haciendo de FLL una puerta de entrada aún más poderosa a través de Estados Unidos, América Latina y el Caribe” dijo Daniel Shurz, vicepresidente senior de ingresos, red y planificación empresarial de JetBlue, en un comunicado.</p><p><b>Reportes relacionados</b></p><p><a href="https://www.local10.com/espanol/2026/06/02/jetblue-planea-nuevos-vuelos-de-fort-lauderdale-a-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/jetblue-planea-nuevos-vuelos-de-fort-lauderdale-a-venezuela/">JetBlue planea nuevos vuelos desde Fort Lauderdale a Venezuela</a></p><p><a href="https://www.local10.com/news/local/2026/05/12/officials-doing-due-diligence-on-replacing-bso-with-in-house-airport-police-at-fll/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/12/officials-doing-due-diligence-on-replacing-bso-with-in-house-airport-police-at-fll/">Funcionarios realizan “due diligence” sobre reemplazar a la BSO con policía aeroportuaria interna en FLL</a></p><p><a href="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/">Spirit Airlines pide a sus pasajeros no acudir a FLL; JetBlue añade nuevos vuelos en FLL</a></p>]]></content:encoded></item><item><title><![CDATA['Out of my lane.' Dr. Oz ducks questions during his turn in the White House briefing room]]></title><link>https://www.local10.com/health/2026/06/02/out-of-my-lane-dr-oz-ducks-questions-during-his-turn-in-the-white-house-briefing-room/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/02/out-of-my-lane-dr-oz-ducks-questions-during-his-turn-in-the-white-house-briefing-room/</guid><dc:creator><![CDATA[By WILL WEISSERT and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — He spoke fast, hammering through the Trump administration's efforts to lower prescription drug prices, combat health care fraud, and curb the spread of Ebola overseas.]]></description><pubDate>Tue, 02 Jun 2026 20:24:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — He spoke fast, hammering through the Trump administration's efforts to lower prescription drug prices, combat health care fraud, and curb the spread of Ebola overseas.</p><p>But when reporters tried to ask Dr. Mehmet Oz about the most-pressing issues of the day — the point of the White House briefing where he was speaking for the administration — the head of the Centers for Medicare & Medicaid Services had little to offer, and said so again and again.</p><p>Oz’s appearance showcased how the White House can struggle to respond to major news that breaks on any given day — a telling weakness as public sentiment has increasingly turned against the president. And it comes as President Donald Trump himself has spent more time than usual out of reach of reporters' questions.</p><p>Pressed on why Trump tapped Bill Pulte to be the acting director of national intelligence, despite the head of the Federal Housing Finance Agency having no clear national security credentials, Oz said he trusted the president's judgment while also offering, “I think Bill's a great guy. I know him socially.”</p><p>Asked on the same topic again, he said, “Ma'am, you’re asking me a question that’s out of my lane."</p><p>When a reporter said that the White House had given so little information on Pulte's nomination that there was no choice but to seek answers from Oz during the briefing — despite it not being his area of expertise — Oz acknowledged, "I appreciate you want an answer. I’m not not going to be the one giving it to you.”</p><p>Still another attempt finally prompted him to exclaim, “I don’t know anything more about Bill Pulte than you do. I did not think that the questions would even come up here. I hadn’t even heard the news when I walked out.”</p><p>The administration has invited some of its most camera-ready voices to brief reporters while White House press secretary Karoline Leavitt is on maternity leave. It started with Vice President JD Vance and then featured another possible 2028 White House hopeful, Secretary of State Marco Rubio. Last week, Treasury Secretary Scott Bessent had his turn.</p><p>“I did watch them all, by the way," Oz said, explaining it helped him prepare for the experience. “I’m a doctor. I try and do my homework. I prepped for the case.”</p><p>Vance, Rubio and Bessent each fielded questions about the war in Iran and other topics. But Oz, an unsuccessful former Senate candidate in Pennsylvania and onetime prominent TV physician, stuck mostly to health care.</p><p>The White House said Oz was there to announce that 160 new medications are being added to the government’s discounted-drug website TrumpRx, bringing the total number of drugs on the site to more than 750.</p><p>“Dr. Oz authoritatively and articulately discussed the latest updates on several key Trump administration priorities, from lowering prescription drug prices to rooting out pervasive fraud in federal programs,” White House spokesman Kush Desai, said in a statement that also chided reporters for asking about “topics that President Trump himself has already weighed in on.”</p><p>Oz was also asked several times about Trump having undergone four publicly disclosed health screenings since returning to the White House and gave various answers, including, “I think he likes the results,” while piling on the praise about his boss, who turns 80 this month.</p><p>“That amount of energy, and that amount of mental acuity does not exist in a vacuum," Oz said. “You have to have a vessel to carry it.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIQJW2WDKCRK5VEV7R625BOVKA.jpg?auth=dcf5898743a7947786a909c404f1aeae2cb2afb9e703ba6346ea0058a534e029&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare and Medicaid Services administrator Dr. Mehmet Oz speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TX7BFHEW7SJCXGZPOTINJZMSVA.jpg?auth=cf88cd7d0660813070055e782f28a9eb2f7c091579a41041601d37a6d098cf9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz is reflected in the lens of a video camera as he speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V5MBWBPMWCIQDI2IB6GBUZY3EY.jpg?auth=cf65b8960b95b2dbc23fa43103e3004f168b53e70e7326eecb591fac5afcc4fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare and Medicaid Services administrator Dr. Mehmet Oz speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHXWOBZN3WPECGQCLPP4B7VFD4.jpg?auth=cf47db512666700e3eb3d5330aafa39a827b36923bf9c5231bc0bc3ea8cf694c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCQPUX6BPPDLXORRTVHDHK3NXU.jpg?auth=c938cf23c0143cf75b6c47cfead36e928cbcafd25bca95b092e5eefdbe13cf08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare and Medicaid Services administrator Dr. Mehmet Oz speaks with reporters in the James Brady Press Briefing Room at the White House, Tuesday, June 2, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Bangladesh's foreign minister defeats Cyprus' ambassador to be UN General Assembly president]]></title><link>https://www.local10.com/news/politics/2026/06/02/bangladeshs-foreign-minister-defeats-cyprus-ambassador-to-be-un-general-assembly-president/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/02/bangladeshs-foreign-minister-defeats-cyprus-ambassador-to-be-un-general-assembly-president/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — Bangladesh's Foreign Minister Khalilur Rahman won a hotly contested race Tuesday to be the next president of the 193-member United Nations General Assembly.]]></description><pubDate>Tue, 02 Jun 2026 20:18:35 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Bangladesh's Foreign Minister Khalilur Rahman won a hotly contested race Tuesday to be the next president of the 193-member United Nations General Assembly.</p><p>In a secret-ballot vote, Rahman defeated Cyprus' Ambassador Andreas Kakouris 99-91, with three countries not voting. He will succeed Germany's former Foreign Minister Annalena Baerbock, whose one-year term ends in September.</p><p>The presidency of the world body rotates by region and this year it was the Asia-Pacific region’s turn.</p><p>While the presidency of the General Assembly is largely ceremonial, it is also prestigious. It is the U.N. organ where countries large and small can speak, and is the scene of the only annual gathering of world leaders, in September.</p><p>The General Assembly controls the U.N. budget, adopts treaties, addresses global issues from poverty to corruption, and passes numerous resolutions that while not legally binding almost always reflect global opinion.</p><p>It has taken the spotlight in reacting to the wars in Ukraine and Gaza because action by the U.N. Security Council has been blocked by the veto power of Russia on Ukraine and, often, the United States on Gaza.</p><p>Rahman was selected as foreign minister in February by Bangladesh’s new prime minister, whose party won a landslide victory in parliamentary elections. They were the country’s first since a mass student-led uprising in 2024 toppled the previous prime minister, Sheikh Hasina.</p><p>Rahman previously served as national security adviser in the interim government led by Nobel Peace Prize laureate Muhammad Yunus, and as an ambassador.</p><p>U.N. Secretary-General Antonio Guterres congratulated Rahman, saying, “Your remarkable political and diplomatic experience are a guarantee of success not only to the General Assembly but to the United Nations as a whole.”</p><p>He praised Rahman’s commitment to the ambitious program to reform the 80-year-old United Nations to meet the challenges of the 21st century.</p><p>Rahman told diplomats assembled in the General Assembly hall that its 81st session will open “at a historic crossroads” when “trust in our organization is being tested on multiple fronts.”</p><p>Conflict and war — which the U.N. was established to prevent — are inflicting “untold suffering, development gains remain fragile and uncertain, and in some cases are regressing,” he said. “Despite advancements in human rights, we witness a general backsliding of certain rights and freedoms across the world and shrinking humanitarian space.”</p><p>Rahman said this is happening at a time when the U.N. is facing financial stress. “This is a challenge I will confront with all of you,” he told the assembly.</p><p>The United States, which has historically been the largest contributor to the U.N. budget, is billions of dollars in arrears.</p><p>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGTA4MHUL25SVSHH76BISVBPUE.jpg?auth=16222212704815529e40061414d069189260a56d7b845b65762e9b6a78a45e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UN Secretary General Antonio Guterres, left, and 80th President of the United Nations General Assembly Annalena Baerbock, right, flank Bangladesh Foreign Minister Khalilur Rahman, newly elected President of the 81st UN General Assembly, Tuesday, June 2, 2026. (UN Photo/Eskinder Debebe via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eskinder Debebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5DJXMRI3WLX377UHZNA2HME5Q.jpg?auth=6a8a7e5e5330791d0581cd4555ac40071f658fe9918d876193dde2cf6ed5dd8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bangladesh Foreign Minister Khalilur Rahman, the newly elected president of the United Nations General Assembly, addresses a plenary meeting of body at U.N. headquarters on Tuesday, June 2, 2026. (UN Photo/Eskinder Debebe via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eskinder Debebe</media:credit></media:content></item><item><title><![CDATA[Estadounidense Chevron apuesta por una gran inversión en yacimiento argentino de Vaca Muerta]]></title><link>https://www.local10.com/espanol/2026/06/02/estadounidense-chevron-apuesta-por-una-gran-inversion-en-yacimiento-argentino-de-vaca-muerta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/estadounidense-chevron-apuesta-por-una-gran-inversion-en-yacimiento-argentino-de-vaca-muerta/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — La petrolera estadounidense Chevron presentó ante las autoridades argentinas un proyecto de inversión por 13.800 millones de dólares para desarrollar un área que explota en Vaca Muerta, una de las reservas de hidrocarburos no convencionales más importantes del mundo.]]></description><pubDate>Tue, 02 Jun 2026 20:16:21 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La petrolera estadounidense Chevron presentó ante las autoridades argentinas un proyecto de inversión por 13.800 millones de dólares para desarrollar un área que explota en Vaca Muerta, una de las reservas de hidrocarburos no convencionales más importantes del mundo.</p><p>El presidente Javier Milei reposteó el martes en X las opiniones positivas de economistas al respecto. Su partido, La Libertad Avanza, celebró en tanto que “Vaca Muerta sigue atrayendo inversiones”, destacando que la firma estadounidense solicitó el ingreso al Régimen de Incentivos para Grandes Inversiones (RIGI) para desarrollar el bloque El Trapial en el yacimiento situado en la sureña provincia de Neuquén.</p><p>Expertos señalaron que se trataría de la inversión más grande presentada hasta el momento bajo ese esquema por una empresa privada, solo superada por la de la estatal argentina YPF por 25.000 millones de dólares también en Vaca Muerta.</p><p>Chevron dijo en un comunicado que “reconoce los esfuerzos del gobierno argentino por los importantes avances logrados para el desarrollo de los recursos energéticos” al referirse a la petición realizada para un nuevo proyecto de exploración y producción de hidrocarburos en El Trapial —aún está sujeta a la aprobación de las autoridades—.</p><p>“Marcos como el RIGI, que contribuyen a la previsibilidad regulatoria e incentivan las decisiones de inversión a largo plazo son pasos clave para la industria energética de Argentina”, agregó la empresa en el comunicado al que tuvo acceso The Associated Press.</p><p>El ministro argentino de Economía, Luis Caputo, anticipó el mes pasado en X que la firma estadounidense iba a enviar “un nuevo proyecto RIGI en los próximos días por más de 10.000 millones de dólares”.</p><p>Ese marco normativo fue diseñado en 2024 para atraer proyectos de inversión a gran escala nacional y extranjera, otorgándoles masivos beneficios impositivos, aduaneros, cambiarios y de estabilidad jurídica por un periodo de unos 30 años.</p><p>Chevron está presente en el país desde hace más de 20 años. En 2022, la provincia de Neuquén le otorgó una nueva concesión para la explotación de hidrocarburos no convencionales en la zona este del yacimiento El Trapial por un período de 35 años.</p><p>Tras ello, la empresa cuenta ahora con dos bloques de su propiedad y operados por sí misma en El Trapial: El Trapial-Curamched (concesión convencional) y El Trapial-Este (concesión no convencional).</p><p>Por otra parte, a través de otras filiales, Chevron posee una participación del 50% sin funciones de operadora en las concesiones de Loma Campana y Narambuena en el marco de una asociación con YPF.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J7S75BD3XBCLFDCQKBHIDY7TGM.jpg?auth=01f32cea897aff0948e29d78c25cde2ff62ad4872327b97f6e179f65badccc14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei levanta el pulgar durante un acto conmemorativo del aniversario de la Revolución de Mayo, que marcó el inicio de la independencia del país de España, en Buenos Aires, Argentina, el lunes 25 de mayo de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item></channel></rss>