<?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>Thu, 07 May 2026 17:48:45 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[F-22 Raptor to steal the show at Fort Lauderdale Beach Air Dot Show]]></title><link>https://www.local10.com/news/local/2026/05/06/f-22-raptor-steals-the-show-at-fort-lauderdale-beach-air-dot-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/f-22-raptor-steals-the-show-at-fort-lauderdale-beach-air-dot-show/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The Air Dot Show Tour is taking over Fort Lauderdale Beach.]]></description><pubDate>Wed, 06 May 2026 22:29:59 +0000</pubDate><content:encoded><![CDATA[<p>The Air Dot Show Tour is taking over Fort Lauderdale Beach.</p><p>The undisputed star of the weekend? The F-22 Raptor.</p><p>Watching it defy the laws of physics, it’s easy to forget this isn’t science fiction. It’s the world’s premier fifth-generation stealth fighter -- one that requires a specially trained pilot to command its power.</p><p>There is only one demo pilot for the entire F-22 Raptor Demo Team: Capt. “LaZ” Letourneau.</p><p>For more information on this weekend’s air show, <a href="https://air.show/fortlauderdale/" target="_self" rel="" title="https://air.show/fortlauderdale/">click here. </a></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[Owner seeks answers after husky found dead, housesitter missing]]></title><link>https://www.local10.com/news/local/2026/05/06/owner-seeks-answers-after-husky-found-dead-housesitter-missing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/owner-seeks-answers-after-husky-found-dead-housesitter-missing/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Andrew Beckham’s husky, Maverick, meant everything to him.]]></description><pubDate>Wed, 06 May 2026 22:22:59 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Beckham’s husky, Maverick, meant everything to him.</p><p>While serving in the military, Beckham turned to <a href="https://www.trustedhousesitters.com/" target="_self" rel="" title="https://www.trustedhousesitters.com/">TrustedHousesitters.com</a> to find someone to watch his home and Maverick during a short deployment.</p><p>That’s where he found Andy Jensen.</p><p>“I found Andy online. He had 12 good reviews. It seemed like a good pick at the time,” Beckham said.</p><p>Jensen, a South Florida man who wanted to experience Colorado, took the job. He flew to Aurora, and at first, everything seemed fine.</p><p>Beckham says Jensen sent updates, including photos of himself smiling with Maverick.</p><p>But in early April, while Beckham was overseas, both Maverick and Jensen disappeared. Beckham’s blue Subaru was also stolen.</p><p>Home surveillance video shows the two leaving the house on April 2.</p><p>Aurora police say the car was found in Denver about a month later with Maverick dead inside.</p><p>“Maverick suffered a lot in that car, and it looks like there may have been some external injuries,” Beckham said.</p><p>Now, Beckham wants answers -- where Jensen is, what happened, and why.</p><p>He says police are searching for him.</p><p>“The cellphone he did have, it appears to be offline. It’s not hitting cell towers since April 2. He has no credit cards, no debit cards. It appears he closed his bank account,” Beckham said.</p><p>Local 10 went to Jensen’s last listed address in Palmetto Bay.</p><p>Someone was home, but no one came to the door.</p><p>Police have not found Jensen and are asking for the public’s help in locating him. Officials say they are also working with the Miami-Dade Sheriff’s Office as the search continues.</p><p>A spokesperson from Trusted Housesitters released the following statement to Local 10: “Since the situation first came to our attention, we have maintained direct contact with Andrew Beckham and have been assisting law enforcement’s official investigation regarding the sitter. We are committed to supporting the police investigation and will continue to do so.”</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[Activists pushing to protect sea turtles in South Florida waters]]></title><link>https://www.local10.com/news/local/2026/05/06/activists-pushing-to-protect-sea-turtles-in-south-florida-waters/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/activists-pushing-to-protect-sea-turtles-in-south-florida-waters/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Sea turtle breeding and nesting season is in full swing across South Florida, and wildlife experts are urging boaters to slow down.]]></description><pubDate>Wed, 06 May 2026 21:19:33 +0000</pubDate><content:encoded><![CDATA[<p>Sea turtle breeding and nesting season is in full swing across South Florida, and wildlife experts are urging boaters to slow down.</p><p><a href="https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/">Leer en español</a></p><p>The warning comes after four endangered leatherback turtles were killed in recent boat strikes in the Palm Beach County Intracoastal waterway.</p><p>From March through October, roughly 40,000 sea turtles come to Palm Beach County to nest.</p><p>But just as the season began, conservationists say four leather backs were killed by boat strikes.</p><p>“The loss of one of those individuals is a really great loss to the species as a whole,” said Dr. Heather Barron.</p><p>Barron says boat strikes can damage a turtle’s brain, spinal cord, limbs, and even internal organs.</p><p>“But one thing is certain,” she said. “They’re almost all pretty bad in terms of their impact on the animal. And the prognosis for the animal is often quite grave.” </p><p>And during nesting and breeding season, those strikes can make an already vulnerable population even more fragile.</p><p>“If many of the sea turtles that would nest in this area are hit by boats and killed, that will be fewer and fewer animals that will ever come back here,” said Barron. </p><p>Andy Dehart is the CEO of Lagerhead Marine Life Center.</p><p>“We’re critically affecting these species that come here for this valuable time in their life,” said Dehart. “We’re a long way from where we used to be where turtles were caught in by catch and turtles were caught for soup. This isn’t targeted injuries on turtles. It’s just an accident. But what we do hope is that people learn.”</p><p>With Memorial Day and the Fourth of July approaching, he says boaters play a key role in preventing these tragedies.</p><p>“It’s very preventable if people just monitor their speed,” said Dehart. “There’s no set speed limit. We’re not advocating for a set speed limit, but monitor, go safe in that first mile and a half from shore, put on polarized glasses, and if you can, have a spotter.”</p><p>A voluntary sea turtle protection zone remains in place until Oct. 31 and spans all 45 miles of Palm Beach County from shore to one mile out at sea.</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[Deputies make arrest connected to string of Facebook Marketplace robberies]]></title><link>https://www.local10.com/news/local/2026/05/06/police-make-arrest-connected-to-string-of-facebook-marketplace-robberies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/police-make-arrest-connected-to-string-of-facebook-marketplace-robberies/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A string of robberies connected to Facebook Marketplace postings have led to an arrest in Miami-Dade County.]]></description><pubDate>Wed, 06 May 2026 21:26:57 +0000</pubDate><content:encoded><![CDATA[<p>A string of robberies connected to Facebook Marketplace postings have led to an arrest in Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies said Terrell Barry, 20, is the suspect who has been busted.</p><p>They say he is linked to 10 cases connected to a string of Facebook Marketplace robberies all following the same MO.</p><p>Local 10 News spoke to one of Barry’s alleged victims. </p><p>She said she traveled with her father to 15221 NE Sixth Avenue after a woman on the website had expressed interest in an iPhone 17 Pro Max.</p><p>After arriving, she said she received a message from the suspect stating, “I have my boyfriend coming down.”</p><p>According to deputies, there are many victims out there who had MacBooks and iPhones stolen just like that.</p><p>The charges are piling up on Barry.</p><p>MDSO advises people to make these type of exchanges at a safe place like a police station, and this story shows just how dangerous these interactions could be.</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[Whirlpool has been rattled by rising costs and that now means higher prices for customers]]></title><link>https://www.local10.com/business/2026/05/07/whirlpool-has-been-rattled-by-rising-costs-and-that-now-means-higher-prices-for-customers/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/whirlpool-has-been-rattled-by-rising-costs-and-that-now-means-higher-prices-for-customers/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:37:19 +0000</pubDate><content:encoded><![CDATA[<p>Whirlpool appeared to be in a prime position to thrive, producing about 80% of its major appliances at American factories at a time when President Donald Trump has emphasized domestic manufacturing jobs and more production at home.</p><p>This week, however, the company said that revenue dropped nearly 10% in its most recent quarter and sales of major appliances in North America tumbled 7%.</p><p>The company that also produces KitchenAid and Maytag products said that the Iran war has led to a “recession-level industry decline" that has shaken consumer confidence.</p><p>Whirlpool announced a 10% price hike in April, its largest in a decade, and said that a separate 4% price increase will happen in July to address “multiyear inflationary cost pressures.”</p><p>The company had absorbed the higher costs, choosing not to pass them on to customers, but that must change after the company posted a first quarter loss of $82 million, reversing last year's gains.</p><p>CEO Marc Bitzer said Thursday that the North American slide in sales has a precedent.</p><p>“This level of industry decline is similar to what we have observed during the global financial crisis and even higher than during other recessionary periods,” he said during a conference call.</p><p>Whirlpool said that its performance has been impacted by the Supreme Court's recent decision to strike down Trump's emergency tariffs. Rival appliance makers are seeking refunds to reduce the impact of those tariffs, disrupting pricing in the industry further.</p><p>The Benton Harbor, Michigan, company estimated that the tariff impact on its competitors was about 10% to 15%, while the impact on its business was around 5%, according to details in its earnings presentation.</p><p>But with consumers already worried about high grocery prices and escalating gas prices, many are holding off on big-ticket purchases like major appliances and instead trying to make due with what they already have.</p><p>“People are looking at the price of replacing appliances and realizing it’s not something they want to deal with right now,” Mark Stevenson, managing director and product designer at Stove Shield, said in a statement. “Instead, they’re asking how to avoid the damage in the first place.”</p><p>Whirlpool also announced that it is slashing its full-year earnings forecast to a range of $3 to $3.50 per share, from its prior outlook of $6 per share. It’s also suspending its dividend while it looks to reduce its debt this year.</p><p>Shares tumbled more than 12% Thursday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTDTEZSGHKPX4YXNXENTIZXQSQ.jpg?auth=a343c75e9ac2fc8f362ba1685cc67589cedc5fc6d592ac4423973e5d6b13013e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A logo for Whirlpool is seen at Riegelmann's Appliance on April 3, 2025, in Gresham, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Video shows moments after UM shuttle driver crashed bus while drunk, cops say]]></title><link>https://www.local10.com/news/local/2026/05/06/video-shows-moments-after-um-shuttle-driver-crashed-bus-while-drunk-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/video-shows-moments-after-um-shuttle-driver-crashed-bus-while-drunk-cops-say/</guid><dc:creator><![CDATA[David Dwork, Christina Vazquez]]></dc:creator><description><![CDATA[Newly released video shows the arrest of a University of Miami shuttle bus driver after a crash in which he was suspected of being under the influence. ]]></description><pubDate>Wed, 06 May 2026 22:21:58 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows the arrest of a University of Miami shuttle bus driver <a href="https://www.local10.com/news/local/2026/02/17/university-of-miami-shuttle-bus-driver-arrested-after-dui-crash-in-coral-gables-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/17/university-of-miami-shuttle-bus-driver-arrested-after-dui-crash-in-coral-gables-police-say/">after a crash in which he was suspected of being under the influence</a>. </p><p>Coral Gables police officers took Timothy Kowalewski, 45, into custody on Feb. 16 near the 300 block of U.S. 1. </p><p>According to authorities, responding officers found Kowalewski still sitting in the driver’s seat after the crash. </p><p>He was driving students back to the school’s campus when police said Kowalewski struck a tree and then a car with the shuttle. </p><p>As students quickly exited the bus once it stopped, they could be heard on video asking Kowalewski if he was OK and whether he had anything to drink, noting the smell of alcohol. </p><p>After being examined by medical personnel, Kowalewski told officers he did not remember the crash, according to an arrest form. </p><p>Officers at the scene said Kowalewski had red, watery eyes and slurred speech, but he refused to perform any field sobriety exercises or provide a breath sample, which led to his arrest on suspicion of driving under the influence. </p><p>He was taken to the Turner Guilford Knight Correctional Center and is facing charges of DUI, DUI causing property damage and refusal to submit to a breath test while driving with a suspended license. </p><p>Following the arrest, the University of Miami released a statement to Local 10 which read: </p><p>“The incident involving a University of Miami campus shuttle is under further investigation by the Coral Gables Police Department. The safety of our students, faculty, staff, and the broader University community remains our top priority.”</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[Comey seeks to cancel upcoming court appearance in North Carolina in Trump threat case]]></title><link>https://www.local10.com/news/politics/2026/05/07/comey-seeks-to-cancel-upcoming-court-appearance-in-north-carolina-in-trump-threat-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/comey-seeks-to-cancel-upcoming-court-appearance-in-north-carolina-in-trump-threat-case/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:33:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former FBI Director James Comey on Thursday asked to cancel his upcoming court appearance in North Carolina, saying it was unnecessary because he already surrendered in Virginia and gone before a judge for allegedly threatening President Donald Trump. The Department of Justice is supporting the request.</p><p>Comey was charged in a two-count indictment last week with “knowingly and willfully" communicating a threat against Trump by posting an Instagram photo of seashells in the numerical arrangement of “86 47.”</p><p>Prosecutors allege the photo constituted a threat against Trump, the 47th president. Comey has said he assumed the seashell arrangement, which he says he found on a beach, reflected a political message — not a call to violence — and that he removed the post once he saw that some people were interpreting it as a threat.</p><p>He is currently set to appear Monday in a federal court in Greenville, North Carolina, but his lawyers urged a judge on Thursday to cancel that appearance. They noted that he had surrendered and appeared before a judge in Virginia, where he lives, and that the Justice Department has consented to their request.</p><p>The case is the second against Comey, a longtime perceived adversary of the Republican president, brought by Trump's Justice Department. An earlier unrelated prosecution accusing Comey of making a false statement to Congress was dismissed by a judge who concluded that the prosecutor who filed the case was illegally appointed.</p><p>Legal experts have questioned whether the Justice Department can meet the high legal standard of proving that Comey intended his Instagram post to be a threat. Acting Attorney General Todd Blanche has said investigators have evidence beyond just the post itself. He has not elaborated.</p><p>Merriam-Webster, the dictionary used by The Associated Press, says 86 is slang meaning “to throw out,” “to get rid of” or “to refuse service to.” It notes: “Among the most recent senses adopted is a logical extension of the previous ones, with the meaning of ‘to kill.’ We do not enter this sense, due to its relative recency and sparseness of use.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZN5HFPXGXJGFQQBN6AJ6MTRLO4.jpg?auth=612b22ff3c3401a6a03197b3cf9dac8e898c5ae3b3a4e39bdb46085c31948607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former FBI Director James Comey speaks to reporters on Capitol Hill in Washington, Dec. 17, 2018. (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[Republican Sen. Susan Collins discloses her longtime tremor after scrutiny in Maine's Senate race]]></title><link>https://www.local10.com/health/2026/05/07/republican-sen-susan-collins-discloses-her-longtime-tremor-after-scrutiny-in-maines-senate-race/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/07/republican-sen-susan-collins-discloses-her-longtime-tremor-after-scrutiny-in-maines-senate-race/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:31:47 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Republican U.S. Sen. Susan Collins says she has a benign essential tremor, disclosing the longtime health condition for the first time in her decades-long political career as she seeks reelection in one of this year's toughest Senate races.</p><p>Collins first confirmed the tremor to WCSH-TV in Maine on Wednesday after facing questions about her health from appearances in recent videos, including her campaign announcement video.</p><p>The condition causes trembling in Collins' hands, head and voice, and she said she has had it for the entirety of her nearly three-decade Senate career. It affects millions of Americans over the age of 40 and “does not interfere” with work, Collins said in a Thursday statement to The Associated Press. She said it is not a neurodegenerative condition.</p><p>“The tremor is occasionally inconvenient, and sometimes the subject of cruel comments online, but it does not hinder my ability to work and, as I said, is something that I have lived with for decades,” the statement said.</p><p>Health issues and candidates' ages have drawn increased scrutiny in high-profile elections following Democratic President Joe Biden’s decision not to seek reelection in 2024 at age 81. Those questions have only lingered with Republican President Donald Trump, who's 79 and in recent months has been seen with bruising on the back of his hand, sometimes concealed with makeup. The White House acknowledged last year that Trump was diagnosed with chronic venous insufficiency.</p><p>Collins is up for reelection in a seat Democrats need to flip to have a chance to take back the Senate. Her likely opponent is Democrat Graham Platner, an oyster farmer and combat veteran, after Democratic Gov. Janet Mills suspended her campaign last week. Age has been an issue in the contest, with Collins, 73, and Mills, 78, more than three decades older than Platner, 41.</p><p>Platner acknowledged early in his campaign his own health problems. He has spoken openly about chronic pain in his shoulder and knees stemming from combat service, and he has said he was diagnosed with post-traumatic stress disorder after serving at war. Platner has said he has a 100% disability rating from the U.S. Department of Veterans Affairs but continues to work as an oyster farmer.</p><p>“There are a lot of disabled combat veterans, or just disabled vets, at 100%, who still work,” Platner told WCSH last year. “It’s a very normal thing.”</p><p>Collins was first elected to the Senate in 1996 and said in her statement that she has had the condition for all of that time. Over the years, the condition has been noticeable in Collins’ debates and frequent public appearances.</p><p>As chair of the Senate Appropriations Committee, Collins has been at the forefront of the chamber’s many spending disputes this Congress, often leading the floor debate and providing the GOP’s closing arguments. She frequently engages with reporters in the hallways. Her streak of never missing a Senate vote is up to 9,966 and stands as the second-longest consecutive voting streak in the chamber’s history.</p><p>Tremors happen when nerves aren’t properly communicating with certain muscles. Essential tremor, sometimes called benign essential tremor, is one of the most common movement disorders, according to the National Institutes of Health.</p><p>The risk of developing it increases as people get older, but at least half of cases are inherited, meaning the tremor runs in the family, and those tend to begin at younger ages. It almost always involves shaky or trembling hands but also can affect the head, voice or lower limbs.</p><p>___</p><p>Kruesi reported from Providence, R.I. Associated Press writers Kevin Freking and Lauran Neergaard in Washington contributed to this report.</p><p>___</p><p>Follow the AP's coverage of U.S. Sen. Susan Collins at https://apnews.com/hub/susan-collins.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOKMSS6PD62BWWMCGWDA66H6LU.jpg?auth=c4d6ba5c3d342f521b02665d44aa07bb3c539354a4bc4491b5e2abe010a65326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate Appropriations Committee Chair Susan Collins, R-Maine, walks to the chamber after meeting behind closed doors with fellow Republicans on the Homeland Security budget stalemate, at the Capitol in Washington, March 26, 2026. (AP Photo/J. Scott Applewhite, File)]]></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/IRMNCZPYGEQ4F537WJOWLNRCRY.jpg?auth=f485fcdbb084416c2a7d3dd32857ee54e252bd11268bfda205df0c4a4a8b6bbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Susan Collins, R-Maine, questions Veterans Affairs Secretary Doug Collins during a Senate Committee on Appropriations, Subcommittee on Military Construction, Veterans Affairs, and Related Agencies hearing on the President's Fiscal Year 2027 Budget Request for the Department of Veterans Affairs, Thursday, April 30, 2026 in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content></item><item><title><![CDATA[Wind projects are stalled because the Pentagon isn't completing its reviews, industry group says]]></title><link>https://www.local10.com/news/national/2026/05/07/wind-projects-are-stalled-because-the-pentagon-isnt-completing-its-reviews-industry-group-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/wind-projects-are-stalled-because-the-pentagon-isnt-completing-its-reviews-industry-group-says/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:28:01 +0000</pubDate><content:encoded><![CDATA[<p>The Pentagon is holding up the development of more than 250 new onshore wind farms on private lands by failing to complete its national security reviews, according to an industry group.</p><p>The Pentagon evaluates wind energy projects during the Federal Aviation Administration review process. But in recent weeks, it has stopped sending any projects back to the FAA, grinding the process to a halt, the American Clean Power industry association said.</p><p>In a statement Thursday, the Pentagon said its siting clearinghouse is actively evaluating land-based wind energy projects to ensure they do not impair national security or military operations, in accordance with statutory and regulatory requirements — a process that involves complex, time-consuming interagency coordination.</p><p>However, Jason Grumet, CEO of ACP, said there has never been anything remotely comparable to a backlog of this size or a near-systemwide halt in transmittals back to FAA. Calling it a “de facto moratorium” on new land-based wind energy development, he said if the projects remain stalled, it would dramatically obstruct the industry at a time when the power is needed to meet skyrocketing demand and help lower utility bills.</p><p>More than 250 projects are pending in over 30 states, totaling at least 30 gigawatts of energy that could power millions of homes if the wind farms are built, ACP said. Wind power is also a climate change solution, as it generates electricity cleanly without emitting planet-warming greenhouse gases.</p><p>President Donald Trump has frequently talked about his hatred of wind power and calls turbines ugly. When he returned to office, he ordered a temporary halt to leasing and permitting for wind energy projects. A federal judge struck down that order blocking wind energy development. Trump is particularly hostile toward offshore wind, and the administration recently started buying back leases to stop offshore wind development.</p><p>ACP wrote to the Pentagon in March to express its concerns over the scope and duration of delays for land-based wind energy projects. In response, Pentagon official Robert Thompson wrote on April 8 that the department is actively working to ensure wind projects' compatibility with the national security of the United States, that its role in evaluating energy development proposals, particularly wind turbines, is inherently complex and time-consuming and further review will be conducted “as soon as feasible.”</p><p>Thompson, the department's principal deputy assistant secretary for energy, installations and the environment, also said there has been delay due to the government shutdown in the fall.</p><p>“The department intends to complete review of all companies’ proposals efficiently without compromising the integrity of the review,” Thompson's letter states.</p><p>A separate letter to a wind energy developer, dated April 9, makes similar points.</p><p>Before a wind farm is built, the FAA conducts a regulatory review to determine whether there are any hazards to air navigation, since turbines exceed 200 feet. The FAA works with defense officials to evaluate whether these structures could pose a national security risk or interfere with radar. Wind developers and defense officials frequently negotiate mitigation agreements to address any concerns.</p><p>Wind farms are an attractive option for some farmers and ranchers, who earn money by leasing a portion of their land while continuing their agricultural operations. Top states for wind energy voted for Trump in 2024: Texas, Iowa, Oklahoma and Kansas. Democratic candidate Kamala Harris won Illinois, another windy state.</p><p>About 50 of the pending projects are in Texas.</p><p>Baringa, the global consultancy firm, said their clients are also saying things are stuck, with projects at different parts of the approval journey, and nothing is being signed. Many need to begin construction by a July 4 deadline to qualify for expiring clean energy tax credits, but they cannot do this without these signatures, said Tom Harper, partner at Baringa. And most are at the late stages of development, with considerable time and resources spent on them, he added.</p><p>Wind developers first noticed issues last summer when agreements they had already signed to mitigate any potential adverse impacts were not being countersigned by the Pentagon, despite this previously being routine, ACP said.</p><p>The situation escalated in recent weeks— the Pentagon stopped issuing new draft mitigation agreements in February even after negotiations had concluded, then in April canceled meetings to work on these agreements, the association said. Last week, even routine processing for projects that did not require mitigation measures stopped, ACP said.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYUESUHZONANXZNNE4LIJ4KTQY.jpg?auth=ba75cdcef3529273c6d72c8811c712072422c2145dfce5d206c359f134fec463&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A trailer with a sign supporting President Donald Trump stands adjacent to the Smoky Hills wind farm, Sept. 30, 2024, near Ellsworth, Kan. (AP Photo/Charlie Riedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEKO5NWYYWYIAWYTLN6K4KIXJA.jpg?auth=53dd672a8fc4e58129914742118ead66ef37e39cd19aa03a8976468a4fb71ba3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wind turbines are seen from Interstate-84, July 9, 2023, near Hammett, Idaho. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Chicago Cubs pitcher Matthew Boyd has surgery on knee that he injured playing with his kids]]></title><link>https://www.local10.com/sports/2026/05/07/chicago-cubs-pitcher-matthew-boyd-has-surgery-on-knee-that-he-injured-playing-with-his-kids/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/chicago-cubs-pitcher-matthew-boyd-has-surgery-on-knee-that-he-injured-playing-with-his-kids/</guid><dc:creator><![CDATA[By LUKE DeCOCK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:21:50 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Chicago Cubs pitcher Matthew Boyd had surgery Thursday to repair a partial meniscus tear that he suffered in his left knee while playing with his children.</p><p>Cubs manager Craig Counsell said he expected Boyd to miss about six weeks.</p><p>“It's kind of the minor meniscus surgery so we know he's going to miss a month, six weeks,” Counsell said ahead of his team's game against the Cincinnati Reds. “Probably closer to six weeks with getting it ramped back up. That's what we're hopeful for. Obviously, we'll see how it all goes and I think the important thing is how much time do we miss throwing. That's probably the biggest thing right here. The knee is going to recover pretty quickly, but how much throwing down time do we have to take?”</p><p>Boyd, 35, injured the knee on Wednesday. The left-hander joins starters Cade Horton, Justin Steele and Jordan Wicks on the injured list. Horton (elbow) is out for the season while Steele (elbow) is not expected back until the second half.</p><p>Counsell said he had yet to decide how to fill the the scheduled start for Boyd (2-1, 6.00 ERA) on Friday at the Texas Rangers. Javier Assad and Ben Brown are both potential options to enter the rotation.</p><p>“We're just trying to think about the innings puzzle moving forward here," Counsell said. "And then you're also just trying to consider what's next. You have to play that game, unfortunately. You always have to play that game: What do we do if something else happens? We just have to make sure we're covered there. ... I don't think we have anybody completely stretched out as a starter right now. So that's what I'm talking about, the puzzle. We're just going to have to put that together. We'll just see what we get there on that day and what that means.”</p><p>The Cubs recalled reliever Trent Thornton from Triple-A Iowa on Wednesday and made another bullpen swap Thursday, recalling Gavin Hollowell and designating Corbin Martin for assignment.</p><p>Martin allowed three runs in the ninth inning Wednesday night as the Cubs blew a 4-2 lead before coming back to beat the Reds 7-6 on a walk-off walk in the 10th — their third straight walk-off win, 14th straight win at home and eighth straight overall. Martin had a 10.80 ERA in seven appearances.</p><p>Thornton pitched a scoreless 10th to pick up the win in his debut with the Cubs.</p><p>Hollowell, 28, had a 2.25 ERA in six appearances at Iowa.</p><p>The Cubs close out a four-game series with the Reds on Thursday, with Shota Imanaga (3-2, 2.40) facing Rhett Lowder (3-2, 5.09).</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AHMDL5PDWXMAZU6JF6APXOPMDE.jpg?auth=6fd364e92142ba882030969bcea0b36212ae1e154c0885a839ab169f94c2f583&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs starting pitcher Matthew Boyd throws against the Arizona Diamondbacks during the first inning of a baseball game in Chicago, Sunday, May 3, 2026. (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[MIA job fair busca reincorporar rápidamente al trabajo a ex empleados de Spirit]]></title><link>https://www.local10.com/espanol/2026/05/07/feria-de-empleo-en-mia-busca-reincorporar-rapidamente-al-trabajo-a-ex-empleados-de-spirit/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/feria-de-empleo-en-mia-busca-reincorporar-rapidamente-al-trabajo-a-ex-empleados-de-spirit/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[El jueves se registró una gran afluencia de público en una feria de empleo celebrada en el Aeropuerto Internacional de Miami, en la que las empresas esperaban reducir el enorme número de personas que se han quedado sin trabajo tras la quiebra de Spirit Airlines, con sede en el sur de Florida.]]></description><pubDate>Thu, 07 May 2026 16:57:59 +0000</pubDate><content:encoded><![CDATA[<p>Hubo una gran asistencia a una feria de empleo en el Aeropuerto Internacional de Miami este jueves, mientras empleadores esperaban reducir la gran cantidad de personas ahora desempleadas después de que Spirit Airlines, con sede en el sur de Florida, cerrara operaciones.</p><p>El cierre dejó a <a href="https://www.local10.com/espanol/2026/05/05/reporta-spirit-airlines-4800-recortes-de-empleos-en-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/05/reporta-spirit-airlines-4800-recortes-de-empleos-en-florida/">miles de trabajadores</a> del sur de Florida desempleados de manera repentina.</p><p>“En una hora, todo terminó”, dijo el ex empleado Eric Tirado.</p><p>Muchos en la feria de empleo, organizada por CareerSource South Florida, dijeron que todavía tienen preguntas sin responder para su antiguo empleador.</p><p>Dijeron que no creen que recibirán su último cheque y que el seguro médico sigue siendo una gran incógnita.</p><p>Pero dijeron sentirse agradecidos de ver a la comunidad unirse para apoyarlos en un momento de necesidad.</p><p>“Cuando has estado allí por más de dos, tres, cuatro, cinco años, eso es todo. Se convierte en un estilo de vida. Se convierte en una rutina diaria”, dijo el ex empleado Mauricio Valenci. “Cambiar de un día para otro es muy difícil”.</p><p>Entre los posibles empleadores se encontraban American Airlines, el condado Miami-Dade y compañías privadas de aviación. También estuvieron representadas varias instituciones educativas que ofrecen oportunidades de reentrenamiento, incluyendo George T. Baker Aviation Technical College y Miami Dade College.</p><p>El representante de MDC Marcus Ortega dijo que la institución espera ayudar “a cualquiera que busque mejorar sus credenciales, ya sabes, mejorar un poco en lo que hace, o quizás cambiar a otra carrera o permanecer en la misma carrera pero buscar algo que fortalezca su currículum y prepararse para esta nueva transición”.</p><p>Para muchos ex empleados como Tirado, esa transición fue repentina, no planificada y no deseada.</p><p>“Bueno, tengo 67 años. Ya estaba contemplando retirarme quizás en tres años”, dijo. “Ellos se me adelantaron”.</p><p>Tirado dijo que quiere permanecer en la industria de la aviación.</p><p>Los organizadores de la feria dijeron que esperan que sea un punto de partida para trabajadores que podrían hacer la transición a una nueva industria que siga impulsando la economía local, como turismo, logística y servicio al cliente.</p><p>“Solo pienso que todo va a estar bien”, dijo Tirado. “Va a estar bien. Pero no lo sé”.</p><p>La feria estaba programada para extenderse hasta las 2 p.m. del jueves en el cuarto piso del Concourse J de MIA.</p>]]></content:encoded></item><item><title><![CDATA[Humane Society of Broward seeks loving, permanent home for Coqui, other furry friends]]></title><link>https://www.local10.com/pets/2026/05/07/humane-society-of-broward-seeks-loving-permanent-home-for-coqui-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/05/07/humane-society-of-broward-seeks-loving-permanent-home-for-coqui-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A pair of adoptable pets are getting a spotlight this week through Local 10’s “Adopt a Pet” segment as the Humane Society of Broward County highlights animals in need of permanent homes.]]></description><pubDate>Thu, 07 May 2026 16:24:59 +0000</pubDate><content:encoded><![CDATA[<p>A pair of adoptable pets are getting a spotlight this week through Local 10’s “Adopt a Pet” segment as the Humane Society of Broward County highlights animals in need of permanent homes.</p><p><a href="https://www.local10.com/espanol/2026/05/07/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-coqui-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-coqui-y-otros-amigos-peludos/">Leer en español</a></p><p>Coqui, a 2-year-old, 16-pound Chihuahua mix, was described by HSBC’s Cherie Wachter as an alert, energetic and affectionate dog who enjoys activity and attention.</p><p>Wachter said Coqui has been surrendered twice, in part due to inconsistent potty training, but remains a friendly companion who enjoys car rides, chasing lizards and sleeping under the covers.</p><p>Wachter also introduced Cutie, a 9-year-old cat who came to the shelter after her previous family moved.</p><p>Cutie recently underwent eyelid surgery to correct a condition that caused her eyelashes to irritate her eyes. </p><p>She has since recovered and is described as sweet and slightly shy at first before warming up, and is now available for adoption into a quieter home where she can spend her senior years.</p><p>Anyone who is interested in adopting a pet can visit HSBC’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a>. </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[Sociedad protectora de animales de Broward busca hogar amoroso y permanente para Coqui y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/05/07/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-coqui-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-coqui-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Esta semana, dos mascotas en adopción acaparan la atención en la sección «Adopta una mascota» de Local 10, en la que la Sociedad Protectora de Animales del Condado de Broward destaca a los animales que necesitan un hogar definitivo.]]></description><pubDate>Thu, 07 May 2026 17:18:07 +0000</pubDate><content:encoded><![CDATA[<p>Un par de mascotas adoptables reciben atención esta semana a través del segmento “Adopt a Pet” de Local 10 mientras la Humane Society of Broward County destaca animales que necesitan hogares permanentes.</p><p>Coqui, una mezcla de chihuahua de 2 años y 16 libras, fue descrito por Cherie Wachter, de la HSBC, como un perro alerta, enérgico y cariñoso que disfruta la actividad y la atención.</p><p>Wachter dijo que Coqui ha sido entregado dos veces, en parte debido a problemas inconsistentes con el entrenamiento para hacer sus necesidades, pero sigue siendo un compañero amigable que disfruta los paseos en carro, perseguir lagartijas y dormir bajo las cobijas.</p><p>Wachter también presentó a Cutie, una gata de 9 años que llegó al refugio después de que su familia anterior se mudara.</p><p>Cutie recientemente fue sometida a una cirugía de párpados para corregir una condición que provocaba que sus pestañas irritaran sus ojos.</p><p>Desde entonces se ha recuperado y es descrita como dulce y un poco tímida al principio antes de entrar en confianza. Ahora está disponible para adopción en un hogar más tranquilo donde pueda pasar sus años dorados.</p><p>Cualquier persona interesada en adoptar una mascota puede visitar el <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">sitio web</a> de la HSBC.</p>]]></content:encoded></item><item><title><![CDATA[Coral Gables police nab suspect accused of multiple home burglaries]]></title><link>https://www.local10.com/news/local/2026/05/07/coral-gables-police-nab-suspect-accused-of-multiple-home-burglaries/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/coral-gables-police-nab-suspect-accused-of-multiple-home-burglaries/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A man accused in a string of residential burglaries across Coral Gables is now behind bars.]]></description><pubDate>Thu, 07 May 2026 16:48:55 +0000</pubDate><content:encoded><![CDATA[<p>A man accused in a string of home burglaries across Coral Gables is now behind bars.</p><p><a href="https://www.local10.com/espanol/2026/05/07/coral-gables-arrestan-a-sospechoso-acusado-de-multiples-robos-a-viviendas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/coral-gables-arrestan-a-sospechoso-acusado-de-multiples-robos-a-viviendas/">Leer en español</a></p><p>Police took 32-year-old Jason Orlando Reid, who they said is homeless, into custody on Wednesday. </p><p>Officers said they were able to use their “crime analysis unit and video capabilities” to identify Reid as their suspect. </p><p>Investigators said one of their officers spotted Reid and took him into custody without incident. </p><p>He is facing multiple charges of burglary of an occupied dwelling and burglary of an unoccupied conveyance, as well as a charge of criminal mischief. </p><p>As of Thursday morning, Reid remained behind bars at Turner Guilford Knight Correctional Center with a bond listed as “to be set.”</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[Coral Gables: Arrestan a sospechoso acusado de múltiples robos a viviendas]]></title><link>https://www.local10.com/espanol/2026/05/07/coral-gables-arrestan-a-sospechoso-acusado-de-multiples-robos-a-viviendas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/coral-gables-arrestan-a-sospechoso-acusado-de-multiples-robos-a-viviendas/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre acusado de una serie de robos en viviendas en Coral Gables se encuentra ahora entre rejas.]]></description><pubDate>Thu, 07 May 2026 17:13:57 +0000</pubDate><content:encoded><![CDATA[<p>A man accused in a string of home burglaries across Coral Gables is now behind bars.</p><p>Police took 32-year-old Jason Orlando Reid, who they said is homeless, into custody on Wednesday.</p><p>Officers said they were able to use their “crime analysis unit and video capabilities” to identify Reid as their suspect.</p><p>Investigators said one of their officers spotted Reid and took him into custody without incident.</p><p>He is facing multiple charges of burglary of an occupied dwelling and burglary of an unoccupied conveyance, as well as a charge of criminal mischief.</p><p>As of Thursday morning, Reid remained behind bars at Turner Guilford Knight Correctional Center with a bond listed as “to be set.”</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a rapero Kodak Black en Orange County por cargo de tráfico de drogas]]></title><link>https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El rapero del sur de Florida Kodak Black fue detenido el miércoles en el centro de Florida acusado de tráfico de drogas, en el marco de una investigación que se remonta a 2025.]]></description><pubDate>Thu, 07 May 2026 13:41:48 +0000</pubDate><content:encoded><![CDATA[<p>El rapero del sur de Florida <a href="https://www.local10.com/topic/Kodak_Black/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Kodak_Black/">Kodak Black</a> fue arrestado el miércoles en el centro de Florida por un cargo de tráfico de drogas, derivado de una investigación de 2025.</p><p>Según una orden de arresto preparada por un agente de la Policía de Orlando, el rapero, cuyo nombre real es Bill Kapri, enfrenta un cargo grave de tráfico de MDMA.</p><p>El arresto se deriva de una investigación de noviembre de 2025 realizada por la Policía de Orlando luego de que agentes respondieran a reportes de disparos cerca de Children’s Safety Village en Fairvilla Road, en Orlando.</p><figure><img src="https://www.local10.com/resizer/v2/DPZ6IFYOBZBSLJF4WJR4CBXDRU.jpg?auth=ba7087e65f9fec5a7351d4590dae2d210d9e6f2a84b11fa61196564b9d3155e3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Según la orden, los agentes llegaron y encontraron a varias personas reunidas alrededor de dos vehículos, incluyendo una SUV BMW y una SUV Lamborghini.</p><p>La Policía indicó que los agentes percibieron olor a cannabis quemado proveniente del BMW y realizaron una inspección del vehículo, donde encontraron cannabis y una pastilla rosada que dio positivo a MDMA. Durante la investigación, Kapri, de 28 años y actualmente residente en Fort Lauderdale, se acercó a los agentes y observó la inspección, indica la orden.</p><p>Los investigadores luego registraron la SUV Lamborghini y reportaron haber encontrado presuntos narcóticos, dinero en efectivo y armas de fuego dentro del vehículo.</p><p>Según la orden, los agentes descubrieron una bolsa rosada que contenía una sustancia identificada posteriormente por el Departamento de Cumplimiento de la Ley de Florida como MDMA, junto con aproximadamente $37,000 USD en efectivo y documentos con el nombre de Kapri.</p><p>La orden indica que los investigadores también compararon artículos encontrados dentro del vehículo, incluyendo una bolsa y un encendedor, con imágenes publicadas en las cuentas de Instagram de Kodak Black.</p><p>Las autoridades dijeron que funcionarios del FDLE confirmaron posteriormente que la sustancia recuperada de la bolsa era MDMA, con un peso aproximado de 25 gramos.</p><p>El rapero y otras personas en la escena negaron que la bolsa les perteneciera. Sin embargo, cuando se le informó que había dinero dentro de la bolsa, Kapri intentó en múltiples ocasiones que los agentes le entregaran el efectivo, afirmando que pertenecía a su negocio, según la orden.</p><p>Con base en la investigación, la Policía de Orlando solicitó una orden para acusar a Kapri de tráfico de MDMA entre 14 y 200 gramos.</p><p>Se espera que Kapri comparezca ante el tribunal la tarde del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Report: Florida in talks with Trump administration to shut down Alligator Alcatraz ]]></title><link>https://www.local10.com/news/local/2026/05/07/report-florida-in-talks-with-trump-administration-to-shut-down-alligator-alcatraz/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/report-florida-in-talks-with-trump-administration-to-shut-down-alligator-alcatraz/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Florida is in talks with the Trump administration to shut down the Alligator Alcatraz migrant detention facility, according to a report from The New York Times.]]></description><pubDate>Thu, 07 May 2026 17:03:55 +0000</pubDate><content:encoded><![CDATA[<p>Florida is in talks with the Trump administration to shut down the Alligator Alcatraz migrant detention facility, according to a report from <a href="https://www.nytimes.com/2026/05/07/us/florida-alligator-alcatraz-possible-closure.html" target="_self" rel="" title="https://www.nytimes.com/2026/05/07/us/florida-alligator-alcatraz-possible-closure.html">The New York Times.</a></p><p><a href="https://www.local10.com/espanol/2026/05/07/reporte-florida-negocia-con-administracion-trump-cierre-de-alligator-alcatraz/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/reporte-florida-negocia-con-administracion-trump-cierre-de-alligator-alcatraz/">Leer en español</a></p><p>The controversial facility, located in the heart of the Florida Everglades, was opened last summer and has reportedly cost the state hundreds of millions of dollars.</p><p>The shutdown talks are preliminary, according to people close to Gov. Ron DeSantis who spoke to the Times.</p><p>Officials at the Department of Homeland Security have reportedly concluded that it is too expensive to keep operating the detention center.</p><p>A federal official told the publication that DHS has come to consider the center as ineffective.</p><p>The DeSantis administration has been spending more than $1 million a day to run Alligator Alcatraz and some private vendors hired by the state to operate it have been struggling to keep up with costs.</p><p>As of last month, the center held nearly 1,400 detainees -- all of them men, according to data from Immigration and Customs Enforcement.</p><p>DeSantis has said from the start that the federal government would pay for the facility, but Florida has yet to receive the $608 million federal reimbursement to run the center over the past year.</p><p>The Department of Homeland Security and the Florida Department of Emergency Management did not respond to The Times’ request for comment as of the time of publication.</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[Reporte: Florida negocia con administración Trump cierre de Alligator Alcatraz]]></title><link>https://www.local10.com/espanol/2026/05/07/reporte-florida-negocia-con-administracion-trump-cierre-de-alligator-alcatraz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/reporte-florida-negocia-con-administracion-trump-cierre-de-alligator-alcatraz/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Según un informe de The New York Times, Florida está en conversaciones con la administración Trump para cerrar el centro de detención de migrantes conocido como «Alligator Alcatraz».]]></description><pubDate>Thu, 07 May 2026 17:10:13 +0000</pubDate><content:encoded><![CDATA[<p>Florida está en conversaciones con la administración Trump para cerrar el centro de detención de migrantes Alligator Alcatraz, según un reporte de <a href="https://www.nytimes.com/2026/05/07/us/florida-alligator-alcatraz-possible-closure.html" target="_blank" rel="noreferrer" title="https://www.nytimes.com/2026/05/07/us/florida-alligator-alcatraz-possible-closure.html">The New York Times</a>.</p><p>La controvertida instalación, ubicada en el corazón de los Everglades de Florida, abrió el verano pasado y, según informes, le ha costado al estado cientos de millones de dólares.</p><p>Las conversaciones sobre el cierre son preliminares, según personas cercanas al gobernador Ron DeSantis que hablaron con el Times.</p><p>Funcionarios del Departamento de Seguridad Nacional habrían concluido que es demasiado costoso continuar operando el centro de detención.</p><p>Un funcionario federal dijo a la publicación que el DHS considera el centro como ineficaz.</p><p>La administración DeSantis ha estado gastando más de $1 millón USD al día para operar Alligator Alcatraz y algunos proveedores privados contratados por el estado para administrarlo han tenido dificultades para mantenerse al día con los costos.</p><p>Hasta el mes pasado, el centro albergaba a casi 1,400 detenidos, todos hombres, según datos del Servicio de Inmigración y Control de Aduanas.</p><p>DeSantis ha dicho desde el principio que el gobierno federal pagaría por la instalación, pero Florida aún no ha recibido el reembolso federal de $608 millones USD para operar el centro durante el último año.</p><p>El Departamento de Seguridad Nacional y el Departamento de Manejo de Emergencias de Florida no respondieron a la solicitud de comentarios de The Times hasta el momento de la publicación.</p>]]></content:encoded></item><item><title><![CDATA[Agency will move forward with plans to propose weakening some Biden-era PFAS limits, official says]]></title><link>https://www.local10.com/health/2026/05/07/agency-will-move-forward-with-plans-to-propose-weakening-some-biden-era-pfas-limits-official-says/</link><guid isPermaLink="true">https://www.local10.com/health/2026/05/07/agency-will-move-forward-with-plans-to-propose-weakening-some-biden-era-pfas-limits-official-says/</guid><dc:creator><![CDATA[By MICHAEL PHILLIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:09:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration will soon propose softening Biden-era limits on “forever chemicals” in drinking water, delaying but keeping tough standards for two common types and rescinding limits on some rarer forms of the substance, according to an EPA official.</p><p>The proposal will start the formal process of rolling back parts of the first-ever limits on PFAS in drinking water finalized during former President Joe Biden's administration. Officials at the time found they increased the risk of cardiovascular disease, certain cancers and babies being born with low birth weight.</p><p>Jessica Kramer, head of the Environmental Protection Agency's Office of Water, said at a conference in Washington, D.C., on Thursday the agency intended to rescind and revisit certain limits she said were improperly issued by the Biden administration. The move would align with actions the EPA had said a year ago they intended to take.</p><p>The proposal comes at a time when the agency is facing scrutiny from the Make America Healthy Again movement on issues like PFAS and pesticides. The group in part advocates against corporate environmental harms and has been championed by Health Secretary Robert F. Kennedy Jr.</p><p>The details of the plan haven't yet been released, but officials previously said they would propose rescinding limits on three types of PFAS, including what are known as GenX substances found in North Carolina. They will then reconsider them. They will do the same with a limit on a mixture of several types of PFAS.</p><p>“We need drinking water rules that are legally defensible. We need drinking water regulations that are not susceptible to legal challenge because the explicit process in the Safe Drinking Water Act wasn’t followed. And so that is a huge concern,” said Kramer at a conference focused on ensuring everyone has access to safe drinking water and wastewater.</p><p>She said the intent is to start the process over and follow the law. The Biden administration faced allegations they did not follow the correct legal process, moving too quickly on limits on the less common types of PFAS the agency is proposing to rescind limits for.</p><p>The agency said they are committed to helping utilities reduce PFAS in drinking water. The agency provides technical assistance and there have been billions of dollars in extra funding available to assist in installing and navigating the expensive and sometimes complex treatment that's needed to remove the chemicals.</p><p>The Biden administration’s rule also set tight standards for the two common types of PFAS, referred to as PFOA and PFOS, at 4 parts per trillion. The EPA has said they intend to keep those standards, but give utilities two extra years — until 2031 — to comply.</p><p>EPA Administrator Lee Zeldin said last year when they first announced they would take this action that delaying the deadline was “common-sense flexibility.”</p><p>“This will support water systems across the country, including small systems in rural communities, as they work to address these contaminants," he said at the time.</p><p>On drinking water broadly, the Trump administration said they would defend tough standards to reduce lead in tap water. That's in contrast to their efforts to slash health protections for coal and other polluting energy sources.</p><p>“Where they may have taken a wrecking ball to those rules, this is a little more surgical and measured in part because of the resonance of these issues among voters,” said Melanie Benesh, vice president of government affairs with the nonprofit Environmental Working Group.</p><p>Forcing utilities to treat for several types of PFAS can help ensure that other potentially harmful substances are filtered out of water, too, according to the nonprofit.</p><p>Benesh also said the move is likely illegal — the Safe Drinking Water Act, which authorizes EPA to regulate contaminants in drinking water, prevents officials from issuing regulations that are weaker than those previously in place.</p><p>The public will have a chance to comment before the change is finalized.</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/T3X3XA3D73F6IHI7ZPZ25KS6SM.jpg?auth=bfb0cbdd082a266303e39053f255525f53242d524ab4c0ac73566bc392df4e7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vials containing PFAS samples sit in a tray April 10, 2024, at a U.S. Environmental Protection Agency lab in Cincinnati. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Policías de Miami Beach honran a agentes caídos]]></title><link>https://www.local10.com/espanol/2026/05/07/policias-de-miami-beach-honran-a-agentes-caidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/policias-de-miami-beach-honran-a-agentes-caidos/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[El Departamento de Policía de Miami Beach celebró el jueves una ceremonia solemne en homenaje a los agentes que perdieron la vida en acto de servicio. ]]></description><pubDate>Thu, 07 May 2026 17:05:52 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Miami Beach realizó una solemne ceremonia el jueves para honrar a los agentes que perdieron la vida en el cumplimiento del deber.</p><p>Bajo un cielo gris del sur de Florida, las placas brillaban y las banderas fueron bajadas mientras muchos de los presentes cargaban con un peso que ningún uniforme policial puede proteger.</p><p>Uno de los hombres homenajeados fue el sargento <a href="https://www.local10.com/news/local/2025/10/29/miami-beach-police-officer-laid-to-rest-following-fatal-motorcycle-crash-on-i-75/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/10/29/miami-beach-police-officer-laid-to-rest-following-fatal-motorcycle-crash-on-i-75/">David Cajuso</a>, de 33 años, un veterano de 10 años del departamento.</p><p>La Patrulla de Carreteras de Florida indicó que Cajuso perdió el control de su motocicleta en la I-75 cerca de Hialeah mientras se dirigía al trabajo.</p><p>Fue uno de los 11 agentes homenajeados durante el evento del jueves.</p><p>Sus nombres fueron pronunciados cuidadosamente y con solemnidad mientras sus seres queridos contenían lágrimas que ninguna palabra podría consolar por completo.</p>]]></content:encoded></item><item><title><![CDATA[Rapper Kodak Black arrested in Orange County on drug trafficking charge]]></title><link>https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[South Florida rapper Kodak Black was arrested Wednesday in central Florida on a drug trafficking charge, stemming from a 2025 investigation.]]></description><pubDate>Thu, 07 May 2026 13:26:23 +0000</pubDate><content:encoded><![CDATA[<p>South Florida rapper <a href="https://www.local10.com/topic/Kodak_Black/" target="_self" rel="" title="https://www.local10.com/topic/Kodak_Black/">Kodak Black</a> was arrested Wednesday in central Florida on a drug trafficking charge, stemming from a 2025 investigation.</p><p><a href="https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/">Leer en español</a></p><p>According to an arrest warrant prepared by an Orlando police officer, the rapper, whose real name is Bill Kapri, faces a felony charge of trafficking in MDMA.</p><p>The arrest stems from a November 2025 investigation by Orlando police after officers responded to reports of gunfire near Children’s Safety Village on Fairvilla Road in Orlando. </p><figure><img src="https://www.local10.com/resizer/v2/DPZ6IFYOBZBSLJF4WJR4CBXDRU.jpg?auth=ba7087e65f9fec5a7351d4590dae2d210d9e6f2a84b11fa61196564b9d3155e3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to the warrant, officers arrived to find several people gathered around two vehicles, including a BMW SUV and a Lamborghini SUV. </p><p>Police said officers smelled burnt cannabis coming from the BMW and conducted a search of the vehicle, where they found cannabis and a pink pill that tested positive for MDMA. During the investigation, Kapri, 28, who is currently living in Fort Lauderdale, approached officers and watched the search, the warrant states. </p><p>Investigators later searched the Lamborghini SUV and reported finding suspected narcotics, cash and firearms inside the vehicle. </p><p>According to the warrant, officers discovered a pink bag containing a substance later identified by the Florida Department of Law Enforcement as MDMA, along with about $37,000 in cash and documents bearing Kapri’s name. </p><p>The warrant states investigators also compared items found inside the vehicle, including a bag and lighter, to images posted on Kodak Black’s Instagram accounts. </p><p>Authorities said FDLE officials later confirmed the substance recovered from the bag was MDMA, weighing approximately 25 grams. </p><p>The rapper and others at the scene denied that the bag was theirs, however when he was informed that there was money in the bag, Kapri tried multiple times to have officers hand him the cash, saying it belonged to his business, the warrant stated. </p><p>Based on the investigation, Orlando police sought a warrant charging Kapri with trafficking in MDMA between 14 and 200 grams. </p><p>Kapri is expected to appear in court Thursday afternoon. </p>]]></content:encoded></item><item><title><![CDATA[Miami Beach police honor fallen officers]]></title><link>https://www.local10.com/news/local/2026/05/07/miami-beach-police-honor-fallen-officers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/miami-beach-police-honor-fallen-officers/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[The Miami Beach Police Department held a somber ceremony on Thursday, honoring officers who lost their lives while in the line of duty. ]]></description><pubDate>Thu, 07 May 2026 16:22:19 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Beach Police Department held a somber ceremony on Thursday, honoring officers who lost their lives while in the line of duty. </p><p><a href="https://www.local10.com/espanol/2026/05/07/policias-de-miami-beach-honran-a-agentes-caidos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/policias-de-miami-beach-honran-a-agentes-caidos/">Leer en español</a></p><p>Under a gray South Florida sky, badges gleamed and flags were lowered while many of the hearts in attendance carried the kind of wight no police uniform can protect against. </p><p>One of the men honored was 33-year-old Sgt. <a href="https://www.local10.com/news/local/2025/10/29/miami-beach-police-officer-laid-to-rest-following-fatal-motorcycle-crash-on-i-75/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/29/miami-beach-police-officer-laid-to-rest-following-fatal-motorcycle-crash-on-i-75/">David Cajuso</a>, a 10-year veteran of the department.</p><p>Florida Highway Patrol said Cajuso lost control of his motorcycle off I-75 near Hialeah while on his way to work.</p><p>He was one of 11 officers honored during Thursday’s event. </p><p>Their names were spoken carefully and deliberately as loved ones fought back tears that no words could ever fully comfort. </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[An outsider artist takes the world's biggest stage with the US Pavilion at the Venice Biennale]]></title><link>https://www.local10.com/entertainment/2026/05/07/an-outsider-artist-takes-the-worlds-biggest-stage-with-the-us-pavilion-at-the-venice-biennale/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/an-outsider-artist-takes-the-worlds-biggest-stage-with-the-us-pavilion-at-the-venice-biennale/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:05:55 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — U.S. artist Alma Allen had just months to prepare his exhibition for the Venice Biennale after a fraught selection process came down to the wire.</p><p>The self-taught sculptor from Utah who works in Mexico is keenly aware of his place as an outsider within the cliquey art world, and is bracing for the critical gaze as he takes one of the most prestigious stages in contemporary art.</p><p>A selection process that has been described as “opaque” has cast a shadow over the opening.</p><p>Institutions that typically vie for the coveted Biennale commission shied away out of apparent concern that they would be subjected to administration politics after the open call removed language focusing on diversity, equity and inclusion and replaced it with requirements to promote “American values.”</p><p>In a seemingly ironic act, Allen created a bronze evil eye to hang on the exterior of the brick, Jeffersonian-style U.S. Pavilion to ward off bad vibes, he joked. It is one of a dozen new pieces that he made for an exhibition that will likely be a defining moment in his 30-year career.</p><p>Just days before the Biennale’s opening on Saturday, the evil eye still had not arrived.</p><p>“This is really the first circumstance in my life as an artist where I felt the need to defend myself, or my work,’’ Allen told The Associated Press during a walk-through of the pavilion this week. He acknowledged that having lived outside the critical eye for the last three decades “has been actually a pleasure.”</p><p>The outsider artist</p><p>Allen makes biomorphic sculptures in wood, stone and bronze, and is reluctant to name them to give viewers “a moment of creation when they can decide what it is.”</p><p>The Biennale exhibition, titled “Call Me the Breeze,” includes works he made over the last 20 years, interspersed with new work. Alma said he chose the title to reflect his ability to get around obstacles.</p><p>“And that’s been my necessity and it’s also because of being self-taught and not having any institutional support very often in life,” he said.</p><p>The pavilion’s commissioner, Jeffrey Uslip, said Alma’s institutional independence was part of the appeal.</p><p>“I am deeply interested and invested in artists who are not, I guess, academicized … or lobotomized,’’ he said.</p><p>Lost and found commission</p><p>A prior proposal for artist Robert Lazzarini to stage the show, curated by art historian John Ravenal, fell apart in September, despite having secured U.S. State Department approval, after the project’s required institutional sponsor backed out, Ravenal told AP.</p><p>A U.S. State Department attempt to link the Lazzarini project to the newly formed American Arts Conservancy, failed, and a short time later the new project with the AAC as sponsor, Uslip as curator and Allen as artist was announced.</p><p>Uslip declined to discuss the selection process.</p><p>Ravenal called the process highly unusual, with no apparent committee vetting or application process, noting that the application deadline had expired in July.</p><p>“It’s really a loss of a 40-year history of open call and peer review,’’ Ravenal told AP by telephone, describing Allen as “a pawn in this whole thing.”</p><p>Allen is aware his willingness to mount the show has been the source of some backlash. But he insists that the Trump administration has not interfered with the show in any way.</p><p>“My art is not propaganda,” he said.</p><p>Wrong sheep, right moment</p><p>In the pavilion’s courtyard, a headless, and thus directionless, sheep stands as a self-portrait of Alma as an outsider. He described it as “a bit shunned because it’s the wrong sheep.”</p><p>His most recent work includes bronze wall sculptures that he treats with chemicals in a form of painting, treating the hard metal “as an instantaneous material, like watercolor,’’ he said.</p><p>Alma’s journey to the Biennale included a period of homelessness in New York City when he sold his creations from atop an ironing board, a move of admitted desperation that soft-launched his artistic career, establishing his first collectors.</p><p>The Los Angeles County Museum of Art and the Palm Springs Art Museum own pieces of Allen’s work, and he participated in the 2014 Whitney Biennial. He made his European debut in Brussels in 2022.</p><p>After getting the Biennale commission, he made his first trip ever to Venice in November to view the U.S. Pavilion, a neoclassic brick building built around a courtyard and rotunda. A painting by Hieronymus Bosch titled “The Visions of Hereafter” at Venice’s Accademia depicting heaven, hell and purgatory inspired the show’s organizing principle.</p><p>“I wanted there to be a bit of the chaos that we go through,” he said.</p><p>Beyond his body of work, Allen attributes his selection to the fact that “I’m just ready to do things at the last minute” and accept challenges as they come.</p><p>“When they do, I’m prepared to try it, and fail at it. That’s fine,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDSAGXR6TPRXQ6FW6ASYFQX4H4.jpg?auth=8faf94a239bf2e94a21467b2ae1bb790d6639abe6ab9424a26985fa52f30ddb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Alma Allen poses outside the United States pavilion 'Call Me the Breeze' at the Venice 2026 Biennale Art, in Venice, Italy, Tuesday, May 5, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVYAK76RLYCOD2MYV7LPIWCYAE.jpg?auth=a21aacb5106dc0341667417fa5be20382ca046c0debb6c3415f06015930b974a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Alma Allen gestures as he speaks with the Associated Press inside the United States pavilion 'Call Me the Breeze' at the Venice 2026 Biennale Art, in Venice, Italy, Tuesday, May 5, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJOKQOHXPKHLUPGWQRNFFZNFOE.jpg?auth=7c3606672448b1fa08c586fb0973b6ab9758d8cae1c214bba79ce7961df5a0f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Alma Allen poses inside the United States pavilion 'Call Me the Breeze' at the Venice 2026 Biennale Art, in Venice, Italy, Tuesday, May 5, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3LNTHYORT7VCHDUMYKPL7OY6A.jpg?auth=a37582bff0d56c4e57cf5a0bfa727aeada2ce3906b70127688c4219b5bb1c308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor looks at sculptures inside the United States pavilion 'Call Me the Breeze' at the Venice 2026 Biennale Art, in Venice, Italy, Tuesday, May 5, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Miami International Airport processing tons of flowers daily ahead of Mother’s Day]]></title><link>https://www.local10.com/news/local/2026/05/07/miami-international-airport-processing-tons-of-flowers-daily-ahead-of-mothers-day/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/miami-international-airport-processing-tons-of-flowers-daily-ahead-of-mothers-day/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Mother’s Day is coming up this weekend, and Miami International Airport is working overtime as flowers are coming in by the tons, literally. ]]></description><pubDate>Thu, 07 May 2026 16:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Mother’s Day is coming up this weekend, and Miami International Airport is working overtime as flowers are coming in by the tons, literally. </p><p><a href="https://www.local10.com/espanol/2026/05/07/aeropuerto-internacional-de-miami-procesa-toneladas-de-flores-diariamente-antes-del-dia-de-las-madres/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/aeropuerto-internacional-de-miami-procesa-toneladas-de-flores-diariamente-antes-del-dia-de-las-madres/">Leer en español</a></p><p>Every single day, roughly 1,500 tons of flowers arrive at MIA, making them the airport’s largest import.</p><p>Many of the beautiful blooms come from Colombia. </p><p>The flower industry generates about $1.8 billion in annual revenue. </p><p>Before those sweet-smelling arrangements arrive in your mother’s arms, every petal gets inspected. </p><p>Invasive species could ruin the local ecology, which is almost as bad as disappointing mom with a bug in her bouquet. </p><p>“Behind every bouquet, there’s a journey and a responsibility, because the vast majority of these flowers come right here into MIA,” said Daniel Alonzo with U.S. Customs and Border Protection. “Ninety-one percent of all flowers come through here, and that’s where our CBP specialist have been. They’re not just here to move flowers quickly. Their role is to protect the American agriculture, our economy, and really our way of life.”</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[Aeropuerto Internacional de Miami procesa toneladas de flores diariamente antes del Día de las Madres]]></title><link>https://www.local10.com/espanol/2026/05/07/aeropuerto-internacional-de-miami-procesa-toneladas-de-flores-diariamente-antes-del-dia-de-las-madres/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/aeropuerto-internacional-de-miami-procesa-toneladas-de-flores-diariamente-antes-del-dia-de-las-madres/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Este fin de semana se celebra el Día de la Madre, y el Aeropuerto Internacional de Miami está trabajando a toda máquina, ya que están llegando toneladas de flores, literalmente. ]]></description><pubDate>Thu, 07 May 2026 17:02:17 +0000</pubDate><content:encoded><![CDATA[<p>El Aeropuerto Internacional de Miami trabaja horas extra mientras toneladas de flores llegan diariamente antes del Día de las Madres, literalmente.</p><p>Todos los días, aproximadamente 1,500 toneladas de flores llegan a MIA, convirtiéndolas en la mayor importación del aeropuerto.</p><p>Muchas de las hermosas flores provienen de Colombia.</p><p>La industria floral genera alrededor de $1.8 mil millones USD en ingresos anuales.</p><p>Antes de que esos arreglos aromáticos lleguen a los brazos de tu madre, cada pétalo es inspeccionado.</p><p>Las especies invasoras podrían arruinar la ecología local, algo casi tan malo como decepcionar a mamá con un insecto en su ramo.</p><p>“Detrás de cada ramo, hay un recorrido y una responsabilidad, porque la gran mayoría de estas flores llegan justo aquí a MIA”, dijo Daniel Alonzo, de la Oficina de Aduanas y Protección Fronteriza de Estados Unidos. “El 91% de todas las flores pasan por aquí, y ahí es donde están nuestros especialistas de CBP. No solo están aquí para mover flores rápidamente. Su función es proteger la agricultura estadounidense, nuestra economía y realmente nuestra forma de vida”.</p>]]></content:encoded></item><item><title><![CDATA[MIA job fair aims to get ex-Spirit employees quickly back to work]]></title><link>https://www.local10.com/news/local/2026/05/07/mia-job-fair-aims-to-get-ex-spirit-employees-quickly-back-to-work/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/mia-job-fair-aims-to-get-ex-spirit-employees-quickly-back-to-work/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[There was a big turnout for a job fair at Miami International Airport on Thursday as employers hoped to make a dent in the massive number of people now unemployed after South Florida-based Spirit Airlines went out of business.]]></description><pubDate>Thu, 07 May 2026 16:20:55 +0000</pubDate><content:encoded><![CDATA[<p>There was a big turnout for a job fair at Miami International Airport on Thursday as employers hoped to make a dent in the massive number of people now unemployed after South Florida-based Spirit Airlines went out of business.</p><p><a href="https://www.local10.com/espanol/2026/05/07/feria-de-empleo-en-mia-busca-reincorporar-rapidamente-al-trabajo-a-ex-empleados-de-spirit/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/feria-de-empleo-en-mia-busca-reincorporar-rapidamente-al-trabajo-a-ex-empleados-de-spirit/">Leer en español</a></p><p>The shutdown meant <a href="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/" target="_self" rel="" title="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/">thousands of workers</a> in South Florida were suddenly unemployed.</p><p>“In one hour, it was over,” laid-off employee Eric Tirado said.</p><p>Many at the job fair, hosted by CareerSource South Florida, said they still have unanswered questions for their former employer. </p><p>They said they they don’t believe they’ll get their last paycheck and health insurance remains a big question mark.</p><p>But they said they’re thankful to see the community come together to support them in their time of need.</p><p>“When you’ve been there for over two, three, four, five years ― that’s it. It becomes a lifestyle. It becomes a daily routine,“ laid-off employee Mauricio Valenci said. ”To just change from one day to the next is very difficult.”</p><p>Prospective employers included American Airlines, Miami-Dade County and private aviation companies. A number of educational institutions offering retraining opportunities were also represented, including George T. Baker Aviation Technical College and Miami Dade College.</p><p>MDC representative Marcus Ortega said the institution hopes to help “anyone that’s looking to maybe basically upscale their credentials, you know, get a little bit better at what they do, or maybe move into another career or stay within the same career but look for something to polish up their resumes and get ready for this new transition.”</p><p>For many former employees like Tirado, that transition was a sudden, unplanned and unwanted.</p><p>“Well, I’m 67 years old. I was already contemplating retiring maybe in three years,” he said. “They beat me to it.”</p><p>Tirado said he wants to stay in the aviation industry.</p><p>Organizers of the job fair said they’re hoping it’s a starting point for workers maybe transitioning to a new industry that still fuels the local economy, like tourism, logistics and customer service.</p><p>“(I’m) just thinking that it’s gonna be OK,” Tirado said. “It’s gonna be OK. But I don’t know.”</p><p>The fair is scheduled to run until 2 p.m. Thursday on the fourth floor of MIA’s Concourse J.</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[Daniel Dae Kim explores booming South Korean pop, film, cosmetics and food influences for CNN series]]></title><link>https://www.local10.com/entertainment/2026/05/07/daniel-dae-kim-explores-booming-south-korean-pop-film-cosmetics-and-food-influences-for-cnn-series/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/daniel-dae-kim-explores-booming-south-korean-pop-film-cosmetics-and-food-influences-for-cnn-series/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:14:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Not too long ago, Daniel Dae Kim had an unusual encounter with a salmon. It had nothing to do with dinner.</p><p>The actor, director and producer lay down in a doctor's office in Seoul and underwent microinjections into his face of DNA from salmon sperm. The hope was to reduce inflammation and improve elasticity.</p><p>“I look like a got a little sunburn and a little redder than usual, but it’s not bad,” he says to a camera crew after the procedure. “OK, I’m camera ready.”</p><p>Kim was putting his face on the line as part of the new CNN series “K-Everything: The Global Rise of Korean Culture,” his love letter to K-beauty, K-pop, K-food and K-film. It debuts Saturday on CNN International and is also available on CNN and HBO Max.</p><p>“It's an examination of how Korea has risen in the course of three short generations from a war-torn third world country to one of the most modern places in the world,” Kim says in an interview. “We’ll take a look at how that’s happened through food, through cinema, through beauty products and through music.”</p><p>What's the show about?</p><p>At a vibrant kimchi festival in Pyeongchang, Kim explores how K-food is reshaping fine dining across the globe. In other episodes, he meets actor Lee Byung-hun, “Gangnam Style” singer-songwriter Psy, BigBang's Taeyang and the songwriters behind the Oscar-winning song “Golden.”</p><p>“For those who’ve never been to Korea, this is a nice introduction in a way that is not something taught in a classroom or in a textbook,” Kim says.</p><p>In the beauty episode, Kim chats with makeup artist and influencer LeoJ and model Irene Kim on how beauty standards have changed. He tries various serums and face masks and even visits a factory where snail slime is collected to be used in various products.</p><p>“I got to meet people from different walks of life, from different cities, from different economic classes, and it just broadened my understanding of the culture,” he says.</p><p>Kim was born in South Korea but moved to the United States when he was 1, returning frequently. That makes “K-Everything” a personal journey, which also includes his parents.</p><p>Seoul has undergone such an economic and cultural boom that all the landmarks his parents knew from when they were teenagers were gone and they relied on him to navigate. “It was almost a foreign country to them,” he says.</p><p>‘A trusted guide’</p><p>Kim joins a crowded field of celeb travel hosts, which includes Tony Shalhoub, Rainn Wilson, Eugene Levy, Stanley Tucci,Orlando Bloom, Zac Efron, José Andrés, Chris Hemsworth, Will Smith, Eva Longoria and Ewan McGregor.</p><p>Kim, the “Lost” star who recently earned a Tony Award nomination, is a fan of the late chef and TV host Anthony Bourdain, who helped create the role of modern TV travel host.</p><p>“I wouldn’t say that this show is as irreverent as Anthony Bourdain’s show was, but I loved it because I felt like he was showing me his take on each country and he was a trusted guide,” he says. “If I can be that for some people then that’s the spirit that I’d like to bring into this show.”</p><p>Amy Entelis, executive vice president for talent, CNN Originals and creative development, says Kim brings a unique and deeply personal perspective to the series.</p><p>“From the first time I met him, it was clear he was incredibly well equipped to tackle this — deeply passionate about the subject and highly knowledgeable. He was also very focused on making sure the way we look at Korean culture translates to a broad global audience, really putting a spotlight on it,” she says.</p><p>Kim has never played TV host, but he's an avid traveler and he's not a fish out of water in Korea. He says despite stretching himself, he felt comfortable.</p><p>“I get to introduce the world to a culture that I love and have gotten to know and has informed who I am as a performer and as a human being. So to me, it was strangely comfortable and it didn’t feel at all like I was stepping outside of my comfort zone.”</p><p>Kim hopes the series can help non-Koreans better understand a culture that has influenced so much of the globe of late and address anti-Asian racism, which surged during the COVID-19 pandemic.</p><p>“If we can start to understand one another a little bit better through culture, then I think it is one step toward bringing together a global community. And I think the world could use a little more understanding in general.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NX5AFSY7YDUPEFHVGCOTKQDI5U.jpg?auth=1d8102cb4a04ce46b617d910fab19176d1209537a4705fcd5f1d3121c7add261&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Daniel Dae Kim poses for a portrait during Comic-Con International in San Diego on July 25, 2025. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCJSRNE5XG7625BUFMSUK5ZWU4.jpg?auth=1d05d50f5d340cee94385cc7fb572485e60d08ceabed721a1d47ee666f64d4c9&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 CNN shows promotional art for the series "K- Everything." (CNN via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CH5BLUCPR2RMSGYER2YH5P63SY.jpg?auth=72c8f5265e344cd48fd7ddc51bb4a9fe5cc710c2f076e7ee9f0a29e21ca327f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Daniel Dae Kim poses for a portrait during Comic-Con International in San Diego on July 25, 2025. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[WNBA’s new CBA sets blueprint as emerging women’s leagues chart their own path]]></title><link>https://www.local10.com/sports/2026/05/07/wnbas-new-cba-sets-blueprint-as-emerging-womens-leagues-chart-their-own-path/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/wnbas-new-cba-sets-blueprint-as-emerging-womens-leagues-chart-their-own-path/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:10:41 +0000</pubDate><content:encoded><![CDATA[<p>Mo'ne Davis was preparing for a Women's Professional Baseball League scrimmage when the WNBA and its players agreed to a landmark collective bargaining agreement last month.</p><p>Davis, who rose to stardom as a little league pitching sensation, followed developments as WNBA players negotiated historic salaries. As she enters the inaugural season of the WPBL, Davis sees those record gains as a signal to the next generation of women's leagues about what is possible.</p><p>“Wanting to be a WNBA player growing up and seeing it not be as huge as it is now,” Davis said, “and just seeing the growth — it’s amazing. I’m excited for what’s to come.”</p><p>As the WNBA begins its season under the new CBA, emerging women's sports leagues like baseball and hockey are looking at that progress as a promising roadmap for growth. At the same time, leaders of those startup leagues recognize the WNBA's growth was shaped by decades of player advocacy, work stoppage threats and athletes playing elsewhere to supplement their incomes.</p><p>“The WNBA is definitely an example of a league that had to grind and keep showing its worth over and over,” said Justine Siegal, co-founder of the WPBL, which debuts in August. “The recognition is overdue and well-deserved. For us as a new women’s pro league, we don’t see it as the beginning. We see it is we’re part of a momentum that fans want to see.”</p><p>Newer women's leagues try to capitalize on current boom</p><p>The WNBA's new seven-year CBA will raise the league's salary cap from $1.5 million to $7 million in the first year of the deal. It will also improve player experience with codified charter flights, first-class travel accommodations and expanded mental health support. Perhaps most notably, the deal marks a new era of player compensation, with stars like four-time MVP A'ja Wilson making more than $1 million for the first time in WNBA history.</p><p>Those milestones are, in part, the result of surging popularity in women's basketball, with stars like Caitlin Clark becoming household names and driving up viewership. After securing a landmark media rights deal in 2024, players recognized a pivotal opportunity to demand a bigger share of that growing revenue.</p><p>“We can kind of show (other leagues) what worked and obviously the strength in numbers,” said New York Liberty star Breanna Stewart. “Realizing the value of your league and your teams."</p><p>Newer leagues are still far from the financial scale of leagues like the WNBA or National Women's Soccer League, which is in its 14th year and has benefitted from years of equal pay efforts. A recent report published by the accounting firm Deloitte said soccer and basketball are expected to be the top revenue-generating women’s sports in 2026, with each accounting for 35% of overall revenues.</p><p>Still newer leagues are watching closely as they try and capitalize on the current boom those established organizations helped create.</p><p>“There is a lot for us to take away from both the player solidarity that led to the deal and the substance of the deal itself,” said, Malaika Underwood, executive director of the Professional Women's Hockey League Players Association, in an email. “In many ways, this new CBA has raised important benchmarks for what women athletes should expect across professional sports.”</p><p>Growth won't happen overnight</p><p>She added while that kind of growth won’t happen overnight for the PWHL — which is concluding its third season— the league believes it has set itself up for similar success. That has been evident in how the PWHL has blown past initial attendance and revenue projections since its 2024 launch. After adding two franchises last year, the eight-team PWHL is preparing to expand by as many as four more for next season.</p><p>Other leagues, like Women's Elite Rugby (WER), are learning from WNBA players' unified approach to advocacy, while recognizing their own unique financial hurdles.</p><p>The WNBA, entering its 30th season, is partially owned by the NBA, and while the PWHL isn't financially tied to the NHL, it has been able to leverage partnerships through marketing and shared venues.</p><p>That's not the case for WER, which is entering its second season.</p><p>“There wasn’t a billionaire benefactor who was willing to write a big check and say, ‘Let’s get this going no matter what the cost,’" said Phil Camm, the league's chief commercial officer. “So we can learn from things, but we have to approach it from a very different perspective.”</p><p>Because of the current investment in the women’s sports ecosystem, David Berri, an economics professor at Southern Utah University, predicts it won't be long before women's athletes in rugby, baseball and other emerging leagues become household names and enjoy the same benefits that WNBA players long fought for.</p><p>“By the time you get to the end of the century, people are going look back to this point and go, ‘I don’t get it, why weren’t you showing it on television?'" Berri said. "'Why wasn’t it obvious that this was a good idea?’ It’ll seem obvious at that point that you should have done that.'”</p><p>___</p><p>AP Sports Writer John Wawrow and Women's Basketball Writer Doug Feinberg contributed to this report.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AO52NO4JQ2B463DY2VRD2W7TLY.jpg?auth=80c3d5840a71fb8988a35c5f9afece6fc66a8dc5ed0d7017a0e4a6c4d25730a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Las Vegas Aces center A'ja Wilson (22) dribbles against the Phoenix Mercury during the first half of Game 4 of the WNBA basketball finals, Friday, Oct. 10, 2025, in Phoenix. (AP Photo/Rick Scuteri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Arrestan a tercer sospechoso en relación con robo armado en smoke shop de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/07/arrestan-a-tercer-sospechoso-en-relacion-con-robo-armado-en-smoke-shop-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/arrestan-a-tercer-sospechoso-en-relacion-con-robo-armado-en-smoke-shop-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Se ha detenido a un tercer sospechoso en relación con un robo a mano armada que, según las autoridades, tuvo lugar el año pasado en una tienda de tabaco de Miami-Dade. ]]></description><pubDate>Thu, 07 May 2026 15:58:47 +0000</pubDate><content:encoded><![CDATA[<p>Un tercer sospechoso fue arrestado en relación con un robo armado que, según las autoridades, ocurrió el año pasado en un <a href="https://www.local10.com/espanol/2025/08/20/arrestan-a-2-adolescentes-en-relacion-con-robo-a-mano-armada-en-tienda-de-vapeo-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/08/20/arrestan-a-2-adolescentes-en-relacion-con-robo-a-mano-armada-en-tienda-de-vapeo-de-miami-dade/">smoke shop de Miami-Dade</a>.</p><p>David Lamont Scipp, de 18 años, enfrenta un cargo de robo armado con arma de fuego o arma mortal en relación con el robo del 6 de julio en General Smoke Shop, en el área de Westgate del condado, según registros carcelarios.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que el robo ocurrió poco después de las 7 p.m. en General Smoke Shop, ubicado en el 2975 de la calle NW 62, donde un empleado trabajaba detrás del mostrador en ese momento.</p><p>Según los investigadores, Corey Lanard Hayes Jr. condujo un Honda Accord azul que transportaba a Scipp y a Malik Jacari Crossley hasta el estacionamiento de una iglesia cercana antes del robo.</p><p>Las autoridades dijeron que Hayes, de 19 años, primero entró solo al smoke shop e hizo una compra en efectivo antes de regresar al vehículo. Luego, Scipp y Crossley entraron juntos al negocio mientras Hayes permanecía afuera, dijeron los agentes.</p><figure><img src="https://www.local10.com/resizer/v2/5MJM3CDD5NE7ZGMKSRBMDJE57I.jpg?auth=aa704097fdb269c83e42e126bb2ec61de0824843e3fccd91ad74369bb1aac4a3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los investigadores dijeron que el dúo sacó pistolas de debajo de sus camisas y exigió dinero y propiedad al empleado.</p><p>Según un informe de arresto, la víctima les dijo a los sospechosos que no tenía acceso a la caja fuerte y luego fue escoltada a punta de pistola hacia la parte trasera de la tienda mientras los sospechosos buscaban dinero en efectivo y mercancía.</p><p>Las autoridades dijeron que la víctima finalmente les informó a los ladrones que había aproximadamente $300 USD dentro de una mochila. Los investigadores dijeron que Scipp tomó la mochila mientras Crossley, de 19 años, continuaba apuntando con una pistola a la víctima.</p><p>Los agentes dijeron que los sospechosos robaron productos de CBD y grinders del mostrador delantero antes de que Hayes huyera con el grupo en el Honda Accord.</p><p>La víctima corrió desde la parte trasera de la tienda hacia una residencia cercana, donde los agentes fueron alertados, según los investigadores.</p><p>Las autoridades dijeron que las cámaras de vigilancia de la tienda captaron el robo, así como a los sospechosos regresando al vehículo después del crimen.</p><p>Tras una investigación, los detectives arrestaron el miércoles a Scipp, residente del vecindario Little Haiti de Miami, como el tercer sospechoso. Los investigadores dijeron que fue trasladado a la sede de la MDSO, donde fue informado de sus derechos Miranda e invocó su derecho a guardar silencio.</p><p>Hasta el jueves, Scipp permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente por establecerse”.</p><p>Los registros muestran que Crossley permanecía detenido sin derecho a fianza en el Centro de Detención Metrowest, mientras que Hayes ya no aparecía en los registros carcelarios en línea de Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[Third suspect arrested in connection with armed robbery at Miami-Dade smoke shop]]></title><link>https://www.local10.com/news/local/2026/05/07/third-suspect-arrested-in-connection-with-armed-robbery-at-miami-dade-smoke-shop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/third-suspect-arrested-in-connection-with-armed-robbery-at-miami-dade-smoke-shop/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A third suspect has been arrested in connection with an armed robbery that authorities say occurred at a Miami-Dade smoke shop last year. ]]></description><pubDate>Thu, 07 May 2026 15:23:02 +0000</pubDate><content:encoded><![CDATA[<p>A third suspect has been arrested in connection with an armed robbery that authorities say occurred at a <a href="https://www.local10.com/news/local/2025/08/20/2-teens-arrested-in-connection-with-armed-robbery-at-miami-smoke-shop/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/20/2-teens-arrested-in-connection-with-armed-robbery-at-miami-smoke-shop/">Miami-Dade smoke shop</a> last year. </p><p><a href="https://www.local10.com/espanol/2026/05/07/arrestan-a-tercer-sospechoso-en-relacion-con-robo-armado-en-smoke-shop-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/arrestan-a-tercer-sospechoso-en-relacion-con-robo-armado-en-smoke-shop-de-miami-dade/">Leer en español</a></p><p>David Lamont Scipp, 18, faces one count of armed robbery with a firearm or deadly weapon in connection with the July 6 robbery at General Smoke Shop in the county’s Westgate area, according to jail records. </p><p>Deputies with the Miami-Dade Sheriff’s Office said the robbery occurred just after 7 p.m. at General Smoke Shop, located at 2975 NW 62nd St., where an employee was working behind the counter at the time.</p><p>According to investigators, Corey Lanard Hayes Jr. drove a blue Honda Accord carrying Scipp and Malik Jacari Crossley to a nearby church parking lot before the robbery.</p><p>Authorities said Hayes, 19, first entered the smoke shop alone and made a cash purchase before returning to the car. Scipp and Crossley then went inside the business together while Hayes remained outside, deputies said.</p><figure><img src="https://www.local10.com/resizer/v2/5MJM3CDD5NE7ZGMKSRBMDJE57I.jpg?auth=aa704097fdb269c83e42e126bb2ec61de0824843e3fccd91ad74369bb1aac4a3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Investigators said the pair pulled handguns from underneath their shirts and demanded money and property from the employee.</p><p>According to an arrest report, the victim told the suspects he did not have access to the safe and was then escorted at gunpoint to the back of the store while the suspects searched for cash and merchandise.</p><p>The victim eventually told the robbers there was about $300 inside a backpack, authorities said. Investigators said Scipp grabbed the backpack while Crossley, 19, continued pointing a handgun at the victim.</p><p>Deputies said the suspects stole CBD products and grinders from the front counter before Hayes drove the group away in the Honda Accord.</p><p>The victim ran from the rear of the store to a nearby residence, where deputies were notified, according to investigators.</p><p>Authorities said surveillance cameras from the store captured the robbery as well as the suspects returning to the vehicle after the crime.</p><p>Following an investigation, detectives arrested Scipp, who lives in Miami’s Little Haiti neighborhood, as the third suspect on Wednesday. Investigators said he was taken to MDSO headquarters, where he was read his Miranda rights and invoked his right to remain silent.</p><p>As of Thursday, Scipp was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.”</p><p>Records show Crossley was being held without bond at the Metrowest Detention Center, while Hayes was no longer listed in Miami-Dade online jail records. </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[Inicia selección de jurado en caso de influencer que alega que Tyreek Hill le fracturó la pierna]]></title><link>https://www.local10.com/espanol/2026/05/06/inicia-seleccion-de-jurado-en-caso-de-influencer-que-alega-que-tyreek-hill-le-fracturo-la-pierna/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/inicia-seleccion-de-jurado-en-caso-de-influencer-que-alega-que-tyreek-hill-le-fracturo-la-pierna/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey, Sanela Sabovic]]></dc:creator><description><![CDATA[La influencer de redes sociales Sophie Hall ha demandado al exreceptor abierto de los Miami Dolphins, Tyreek Hill, alegando que él le fracturó violentamente una pierna durante lo que ella describe como una «clase amistosa de fútbol americano que salió mal», según una demanda civil que se está tramitando y cuya selección del jurado ha comenzado con la presencia de casi 100 posibles jurados en la sala del tribunal.]]></description><pubDate>Wed, 06 May 2026 16:57:45 +0000</pubDate><content:encoded><![CDATA[<p>La influencer y modelo de redes sociales <a href="https://www.instagram.com/sophiesselfies224/" target="_blank" rel="noreferrer" title="https://www.instagram.com/sophiesselfies224/">Sophie Hall</a> está demandando al ex receptor de los Miami Dolphins <a href="https://www.local10.com/topic/Tyreek_Hill/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Tyreek_Hill/">Tyreek Hill</a>, alegando que le fracturó violentamente la pierna durante lo que describe como una “lección amistosa de fútbol que salió mal”, según una demanda civil que se está viendo mientras comenzó la selección del jurado con casi 100 posibles jurados en la corte.</p><p>Hill, de 32 años, compareció ante el tribunal vestido con una camisa blanca, sentado junto a sus abogados y manteniendo una expresión seria durante todo el proceso. Hall y su equipo legal estaban sentados al otro lado de la sala.</p><p>Según una demanda de 15 páginas, Hall y Hill se conocieron en mayo de 2023 después de que él la invitó a pasar varios días en su casa de Southwest Ranches. La demanda alega que Hall participó en ejercicios de línea ofensiva junto a Hill y su entrenador durante la visita.</p><p>El documento afirma que las tensiones aumentaron después de que Hall presuntamente empujó a Hill hacia atrás durante uno de los ejercicios, lo que hizo reír a los presentes, incluidos miembros de la familia de Hill. La demanda también alega que Hill se sintió avergonzado y, poco después, embistió a Hall durante una jugada posterior, causándole una fractura en la pierna derecha.</p><p>Hall, de 36 años, fue sometida a una cirugía que incluyó “implantación de hardware metálico”, según la demanda, y ahora asiste semanalmente a terapia física. Ella alega que continúa experimentando dolor persistente y debilidad.</p><p>También afirmó que Hill no le brindó atención médica cuando ocurrió el incidente.</p><p>Ella busca hasta $50,000 USD en daños, alegando agresión, agresión física, imposición intencional de angustia emocional y negligencia.</p><p>El equipo legal de Hill negó haber actuado incorrectamente, argumentando en documentos judiciales que Hall fue negligente al participar en lo que describieron como ejercicios de fútbol americano extenuantes y potencialmente peligrosos.</p><p>La selección del jurado continúa. Se espera que el caso avance a juicio una vez que se conforme el panel.</p><p>Hill fue liberado de los Dolphins en febrero después de pasar cuatro temporadas con el equipo.</p><p><b>Lea la demanda en el documento a continuación.</b></p><p><iframe class="scribd_iframe_embed" title="MC Docket (13)" src="https://www.scribd.com/embeds/1035761101/content?start_page=1&view_mode=scroll&access_key=key-Zy8GLM4Aot9IoEOImcNx" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0"></iframe>

<p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;">
  <a title="View MC Docket (13) on Scribd" href="https://www.scribd.com/document/1035761101/MC-Docket-13#from_embed" style="color: #098642; text-decoration: underline;">
    MC Docket (13)
  </a>
</p></p>]]></content:encoded></item><item><title><![CDATA[Jury seated in social media influencer’s case alleging Tyreek Hill broke her leg ]]></title><link>https://www.local10.com/sports/local/2026/05/06/jury-selection-begins-in-social-media-influencers-case-alleging-tyreek-hill-fractured-her-leg/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/05/06/jury-selection-begins-in-social-media-influencers-case-alleging-tyreek-hill-fractured-her-leg/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey, Sanela Sabovic]]></dc:creator><description><![CDATA[Social media influencer Sophie Hall is suing former Miami Dolphins wide receiver Tyreek Hill, alleging he violently fractured her leg during what she describes as a “friendly football lesson gone wrong,” according to a civil lawsuit being heard as jury selection began with nearly 100 potential jurors in court.]]></description><pubDate>Wed, 06 May 2026 16:53:14 +0000</pubDate><content:encoded><![CDATA[<p>Social media influencer and model <a href="https://www.instagram.com/sophiesselfies224/" target="_self" rel="" title="https://www.instagram.com/sophiesselfies224/">Sophie Hall</a> is suing former Miami Dolphins wide receiver <a href="https://www.local10.com/topic/Tyreek_Hill/" target="_self" rel="" title="https://www.local10.com/topic/Tyreek_Hill/">Tyreek Hill</a>, alleging he violently fractured her leg during what she describes as a “friendly football lesson gone wrong,” according to a civil lawsuit obtained by Local 10 News. </p><p>Jury selection began Wednesday, with six jurors chosen from a pool of 100 applicants.</p><p><a href="https://www.local10.com/espanol/2026/05/06/inicia-seleccion-de-jurado-en-caso-de-influencer-que-alega-que-tyreek-hill-le-fracturo-la-pierna/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/inicia-seleccion-de-jurado-en-caso-de-influencer-que-alega-que-tyreek-hill-le-fracturo-la-pierna/">Leer en español</a></p><p>Hill, 32, appeared in court dressed in a white shirt, seated with his attorneys and maintaining a serious expression throughout the proceedings. Hall and her legal team were seated across the courtroom.</p><p>According to a 15-page complaint, Hall and Hill met in May 2023 after Hill invited her to spend several days at his Southwest Ranches home. The lawsuit alleges Hall participated in offensive line drills alongside Hill and his trainer during the visit.</p><p>The filing claims tensions escalated after Hall allegedly pushed Hill backward during one of the drills, which made observers laugh, including members of Hill’s family. The suit also alleges that Hill became embarrassed and, shortly after, charged into Hall during a subsequent play, causing a fracture to her right leg.</p><p>Hall, 36, underwent surgery that included “metal hardware impantation,” according to the lawsuit, and now attends weekly physical therapy. She alleges she continues to experience persistent pain and weakness.</p><p>She also claimed that Hill failed to get her any medical attention when the incident occurred. </p><p>She is seeking up to $50,000 in damages, alleging assault, battery, intentional infliction of emotional distress and negligence.</p><p>Hill’s legal team has denied wrongdoing, arguing in court filings that Hall was negligent in participating in what they described as strenuous and potentially dangerous football drills.</p><p>Jury selection is ongoing. The case is expected to proceed to trial once a panel is seated.</p><p>Hill was released from the Dolphins in February after spending four seasons with the team. </p><p><b>Read the lawsuit in the document below. </b></p><p><iframe class="scribd_iframe_embed" title="MC Docket (13)" src="https://www.scribd.com/embeds/1035761101/content?start_page=1&view_mode=scroll&access_key=key-Zy8GLM4Aot9IoEOImcNx" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0"></iframe>

<p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;">
  <a title="View MC Docket (13) on Scribd" href="https://www.scribd.com/document/1035761101/MC-Docket-13#from_embed" style="color: #098642; text-decoration: underline;">
    MC Docket (13)
  </a>
</p></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[Hamas says a son of its chief negotiator was killed in an Israeli strike on Gaza]]></title><link>https://www.local10.com/news/world/2026/05/07/hamas-says-a-son-of-its-chief-negotiator-was-killed-in-an-israeli-strike-on-gaza/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/hamas-says-a-son-of-its-chief-negotiator-was-killed-in-an-israeli-strike-on-gaza/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and TOQA EZZIDIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:16:43 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — The son of Hamas' lead negotiator died after being wounded by an Israeli strike on Gaza, the militant group said Thursday, as another Israeli strike killed three Hamas security forces, according to local officials.</p><p>Israel meanwhile said it killed three Hezbollah militants in a strike on the southern suburbs of Beirut the day before.</p><p>Hamas negotiator Khalil al-Hayya's 32-year-old son, Azzam, was wounded by a strike in Gaza City on Wednesday that killed another person and wounded several others. The Israeli military has not commented on the strike. The older al-Hayya is based abroad.</p><p>Israel has continued to carry out regular strikes against what it says are militant targets — also killing civilians — since a U.S.-brokered ceasefire halted major military operations in October. That agreement also led to the release of the remaining hostages taken in Hamas' Oct. 7, 2023, attack that sparked the war.</p><p>Key stipulations of the agreement remain unmet, including the disarmament of Hamas, the deployment of an international stabilization force and Israel's withdrawal from the half of the territory its troops still control. Israel and Hamas have accused each other of violations.</p><p>Israel has killed several Hamas leaders and their relatives</p><p>Hamas accused Israel of trying to pressure negotiators through targeted killings. It was not clear if the younger al-Hayya was the target of the strike.</p><p>In comments to Al Jazeera after his son was wounded, Al-Hayya said that if his son was targeted, “it would be an honor to me, to him, and to all Palestinians.”</p><p>When asked about disarming, al-Hayya said Hamas would be ready to discuss the second phase of the ceasefire agreement only after Israel fulfills the first phase, which includes a cessation of hostilities and a surge in humanitarian aid.</p><p>Israeli strikes have killed several top Hamas leaders and their family members over the years. Another son of al-Hayya, Hammam, was killed in an Israeli strike on Hamas leaders in Qatar in September.</p><p>Al-Hayya's daughter, Tasnim, speaking at Shifa Hospital in Gaza, said her father's hand would not be forced by the deaths of his children.</p><p>“We are like all our people. Everyone has suffered and everyone has sacrificed. We are one of them,” she said.</p><p>Palestinians still struggle despite shaky ceasefire</p><p>An Israeli strike on Thursday killed three Hamas-affiliated security forces at a guard post, according to Shifa Hospital. A fourth security officer was critically wounded, the Hamas-run Interior Ministry said. The Israeli military said it struck a Hamas command center.</p><p>More than 72,000 people have been killed in Gaza since Israel launched its offensive in response to Hamas' 2023 attack, in which militants killed some 1,200 people and took 251 hostage. Palestinians in Gaza are still contending with myriad daily struggles, from lack of water to rodent infestations in sprawling tent camps.</p><p>Relatives of three people killed Wednesday in a separate Israeli strike on Gaza gathered in the courtyard of Shifa Hospital on Thursday to say their final goodbyes, embracing as they wept.</p><p>The family members had just moved out of a school where they were sheltering and were setting up new tents when they were struck. A man, his son and his nephew were killed, according to a relative, Yahiya Kishko.</p><p>A rare strike on Beirut</p><p>In Lebanon, the Israeli military said it had killed Ahmed Balout, who it identified as a commander in Hezbollah's elite Radwan Force, along with two other militants. There was no immediate comment from Hezbollah.</p><p>Wednesday's strike occurred in the southern suburbs of Beirut, where Hezbollah has a large presence but which is also home to many civilians. It was the first time Israel had struck the area since a U.S.-brokered ceasefire was announced on April 17. Fighting has continued in southern Lebanon.</p><p>Israel says it has killed more than 85 Hezbollah militants and struck 180 sites used by the group in the last week, without providing evidence.</p><p>___</p><p>Ezzidin reported from Cairo. Associated Press reporter Sally Abou AlJoud in Beirut contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2UGHDQFI4WB75SGFGRV4S7VPA.jpg?auth=4ffa1d63bfe81289ccb53603b2b8967fa6570f6e7779b608d52618b2df6295bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Azzam al-Hayya, son of Hamas leader Khalil al-Hayya, mourn over his body after he was killed in an Israeli airstrike, at Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWLFED5VZ2M2WVLZC2FJL3ASI4.jpg?auth=068182911c89d9c703ac7bbb2411500d7365df5aaf3dd84c027d84a520a0b0ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a building destroyed in an Israeli airstrike the previous day in Dahiyeh, Beirut's southern suburbs, Lebanon, Thursday, May 7, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACUQEBVWZC6ZLNGAPSVOTQONQE.jpg?auth=c277e8d7e6f4158a4bfc88915dbc4e85a61582169786f9c075f85e39b640ce72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Azzam al-Hayya, son of Hamas leader Khalil al-Hayya, mourn over his body after he was killed in an Israeli airstrike, at Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGXM6R7W4P4GLMSR4EDDKON6MM.jpg?auth=10d8485feda779e06cc3e0edc1c16ba3d592e88276b327f18f7ba9cfd55a2a4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The body of Hamdan Kashko, who was killed in an Israeli airstrike, I brought to Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RFMIG4OP5LRYMOXUXCOHDZUMMY.jpg?auth=a75a9d7c0f217ccaad6d9d6a1fd9011960bfec3fef422a46f399f06a70cedeae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a building destroyed in an Israeli airstrike the previous day in Dahiyeh, Beirut's southern suburbs, Lebanon, Thursday, May 7, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[Miramar man accused of pulling guns on 2 repo crews in 5 days, opening fire once]]></title><link>https://www.local10.com/news/local/2026/05/07/miramar-man-accused-of-pulling-guns-on-2-repo-crews-in-5-days-opening-fire-once/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/miramar-man-accused-of-pulling-guns-on-2-repo-crews-in-5-days-opening-fire-once/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities took a Miramar man into custody on Wednesday after accusing him of shooting into a tow truck as a repo man tried to take his Lexus in October. It turns out he was already facing charges for another gun incident involving a repo crew five days earlier, according to court documents.]]></description><pubDate>Thu, 07 May 2026 15:09:54 +0000</pubDate><content:encoded><![CDATA[<p>Authorities took a Miramar man into custody on Wednesday after accusing him of shooting into a tow truck as a repo man tried to take his Lexus in October. It turns out he was already facing charges for another gun incident involving a repo crew five days earlier, according to court documents.</p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/">Leer en español</a></p><p>Police said the first incident ― for which Torey Eugene Williams was arrested on Oct. 30 ― happened on Oct. 10 in Davie.</p><p>Davie police said a tow driver and a spotter had pulled into a shopping center at 6946 Stirling Road to take the 46-year-old’s Lexus GS. An arrest warrant states as they lifted the vehicle and began to pull forward, Williams walked towards them with his finger on the trigger of a gun and said, “Put my car down,” pointing the weapon at the tow truck driver.</p><p>Authorities said the crew unhooked the sedan and Williams got inside and took off.</p><p>Five days later, on Oct. 15, Miramar police said a tow driver trying to repossess the Lexus at Williams’ home in the 2700 block of Riviera Drive was also greeted by an angry, armed Williams. This time, police said Williams fired a shot into the tow truck.</p><p>According to a report, Williams admitted to police that he came out with his gun, telling the driver to “put my muthaf---ing car down.” </p><p>Detectives said that Williams claimed he then slipped and the gun fell out of his hand, discharging a round into the tow truck when it hit the ground.</p><p>Authorities said video footage showed that he “exited the home and turned in the direction of the tow truck” and its driver “when the firearm discharged.”</p><p>Months after the incident, authorities filed a “not in custody probable cause affidavit” in the Broward court system on April 27. On Wednesday, Williams was taken into custody.</p><p>Court records show he’s facing two aggravated assault charges stemming from the Davie incident and one charge of shooting or throwing a deadly missile into a vehicle, dwelling or aircraft in connection with the Miramar case.</p><p>Broward Sheriff’s Office records show that Williams was being held in the agency’s Main Jail on a $5,000 bond as of Thursday morning.</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/24KFLBQQDNFDVJRWAFQ6P34BJY.jpg?auth=e2f99762d1d0b450de3add68368812332ad4393ee9ccfd3187f49697354345de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torey Williams]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Miramar de sacar armas contra 2 equipos de embargo en 5 días y disparar una vez]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Las autoridades detuvieron el miércoles a un hombre de Miramar tras acusarlo de disparar contra una grúa cuando un agente de recuperación intentaba llevarse su Lexus en octubre. Según los documentos judiciales, resulta que ya se enfrentaba a cargos por otro incidente con armas de fuego en el que estuvo involucrado un equipo de recuperación cinco días antes.]]></description><pubDate>Thu, 07 May 2026 15:17:22 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades arrestaron el miércoles a un hombre de Miramar acusado de disparar contra una grúa mientras un operador intentaba embargar su Lexus en octubre. Resulta que ya enfrentaba cargos por otro incidente con arma de fuego relacionado con un equipo de embargo cinco días antes, según documentos judiciales.</p><p>La Policía indicó que el primer incidente, por el cual Torey Eugene Williams fue arrestado el 30 de octubre, ocurrió el 10 de octubre en Davie.</p><p>La Policía de Davie dijo que un conductor de grúa y un observador llegaron a un centro comercial ubicado en el 6946 de Stirling Road para llevarse el Lexus GS del hombre de 46 años. Una orden de arresto indica que mientras levantaban el vehículo y comenzaban a avanzar, Williams caminó hacia ellos con el dedo en el gatillo de un arma y dijo: “Bajen mi carro”, apuntando el arma al conductor de la grúa.</p><p>Las autoridades dijeron que el equipo soltó el sedán y Williams entró al vehículo y huyó.</p><p>Cinco días después, el 15 de octubre, la Policía de Miramar indicó que otro conductor de grúa que intentaba embargar el Lexus en la casa de Williams, ubicada en la cuadra 2700 de Riviera Drive, también fue recibido por un Williams molesto y armado. Esta vez, la Policía dijo que Williams disparó contra la grúa.</p><p>Según un informe, Williams admitió ante la Policía que salió con su arma y le dijo al conductor que “bajara mi maldito carro”.</p><p>Los detectives dijeron que Williams afirmó luego que se resbaló y el arma se le cayó de la mano, disparándose contra la grúa al golpear el suelo.</p><p>Las autoridades indicaron que las imágenes de video mostraban que él “salió de la casa y se giró en dirección a la grúa” y hacia su conductor “cuando el arma se disparó”.</p><p>Meses después del incidente, las autoridades presentaron una “declaración jurada de causa probable sin custodia” en el sistema judicial de Broward el 27 de abril. El miércoles, Williams fue arrestado.</p><p>Los registros judiciales muestran que enfrenta dos cargos de agresión agravada relacionados con el incidente de Davie y un cargo de disparar o lanzar un proyectil mortal contra un vehículo, vivienda o aeronave en relación con el caso de Miramar.</p><p>Los registros de la Oficina del Sheriff de Broward muestran que Williams permanecía detenido en la cárcel principal de la agencia con una fianza de $5,000 USD hasta la mañana del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24KFLBQQDNFDVJRWAFQ6P34BJY.jpg?auth=e2f99762d1d0b450de3add68368812332ad4393ee9ccfd3187f49697354345de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torey Williams]]></media:description></media:content></item><item><title><![CDATA[Movie Review: Billie Eilish and James Cameron make concert movie magic with 'Hit Me Hard and Soft']]></title><link>https://www.local10.com/entertainment/2026/05/07/movie-review-billie-eilish-and-james-cameron-make-concert-movie-magic-with-hit-me-hard-and-soft/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/movie-review-billie-eilish-and-james-cameron-make-concert-movie-magic-with-hit-me-hard-and-soft/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:14:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Billie Eilish is levitating. Or so it seems. When the pop star first emerges on screen in the mouthful “Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D),” she is suspended above a cube built of LED screens, surrounded by a sold-out crowd of over 23,000 fans in the center of the U.K.'s largest arena — Manchester's Co-op Live. She launches into the midtempo “Chihiro,” a house experiment from her latest album, and the 3D magic begins. In the contemporary pop music landscape, Eilish is a rulebreaker — and so is this work.</p><p>The new concert film, co-directed by Eilish and three-time Academy Award winner James Cameron, was his idea. Cameron emailed Eilish's mother, Maggie Baird — a friend of his wife via their shared interest in plant-based diets and environmentalism — and suggested they shoot Eilish's “Hit Me Hard and Soft” tour in 3D.</p><p>It is new territory for Cameron, in some ways, and old hat in others. His production company has done a number of concert films, including one with Eilish's musical hero Justin Bieber, but Cameron hasn't sat in the director's chair of a project like this one. A 3D concert film also brings up a number of technical challenges — a passion of Cameron's, as anyone who has seen the blockbuster “Avatar” franchise could attest to — and as a fellow outlier of industry, the pairing succeeds.</p><p>Eilish, too, is no stranger to film: She's the subject of the 2021 documentary, “Billie Eilish: The World’s a Little Blurry,” and a concert film released that same year, “Happier Than Ever: A Love Letter to Los Angeles.” This, however, is her first time co-directing a feature. And where “The World's a Little Blurry” served as a composite of her come-up and various successes, “Hit Me Hard and Soft” is dedicated to the concert film format while pushing its boundaries.</p><p>While no movie can serve as the perfect replica of a transformative live music experience, “Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D)” works an immersive magic. Every seat is the best seat in the house in these shots; common issues with concert films find solutions. Audience members are celebrated like additional characters. When the camera is on them, their voices are heard loud — sniffling, screams, cheers, off-key sing-alongs get their shine, sometimes above Eilish in the mix, mimicking the experience of swaying in the crowd.</p><p>In 3D, her minimalist set is given a visceral tangibility. Fans see Eilish jump through trap doors, hook into safety harnesses, chug water, dance off screen, become teary eyed and embrace her band mates. At nearly two-hours of runtime, it passes like zephyr, a thrill ride so fun it feels too short.</p><p>There is also new insight for the Eilish fan: Cameras escort the pop star backstage and underneath it. In the beginning of the film, viewers experience the tour's opening scene — and then they get to see it again, from Eilish's perspective. In other moments, Cameron is on screen with Eilish as she co-directs, giving the film the intimacy of a behind-the-scenes DVD extra detailing how the movie was made … in the middle of it. It's a compelling watch and demonstrates a deep understanding of a dedicated pop music audience, where accessibility is the most valuable cultural currency.</p><p>“You're like a tuning fork,” Cameron says to Eilish in one scene. “And they're hitting the same beats.”</p><p>There is little narrativizing, what often ruins a fine film, turning it into a vanity project. Eilish is shown backstage strengthening her ankle after suffering a sprain, mostly to highlight the physicality of her performance. In another, she plays with puppies, a brief reminder of her animal rights activism. They're welcomed breaks, but not totally memorable. The strength of the film is Eilish on stage — not in its interview interludes.</p><p>For years, Eilish has chosen to perform solo on stage. In this movie, fans will learn it is because she has long wanted to mimic a hip-hop performance, where a rapper can command a stage with just a microphone, the strength of their songs and charisma. “I just wanted the freedom of being a guy running around,” she tells Cameron. The performance that follows is “Bury a Friend” from her first record, a song with production that pulls inspiration from hip-hop — a masterful exhibition of influence creating innovation.</p><p>The only place where the structure falters is in a candid conversation about desirability and femininity followed by the Oscar-winning “Barbie” theme “What Was I Made For?” Other songs in Eilish's discography would've driven the point home with more subtlety and acuity.</p><p>But the moment comes and goes. What is left are big songs and bigger emotions. When a fan in the front row is heard wailing, “Billie! Billie! Billie,” with tears in her eyes and a handmade sign asking for a hug, the viewer has no choice but to hope she gets that embrace, that Eilish makes individual eye contact with her, that a connection can be realized in some brief, healing moment. “I understand that need and that desperation,” Eilish says in one scene, describing herself as a superfan like the ones before her. “I want to be the artist I would want to be a fan of.”</p><p>Concert films are engineered for loyal listeners: To relive the night, or experience it for the first time, or to revel in the joy of being a face in the crowd. That goes for Eilish as well.</p><p>“To get to see these close up, beautiful, 3D shots of these fans who I would never have gotten to see have that emotional reaction,” from the stage in the middle of her performance, Eilish told The Associated Press last month, “I feel really grateful for that gift.”</p><p>Spoken like a true fan.</p><p>“Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D),” a Paramount Pictures release in theaters Friday, is rated PG-13 by the Motion Picture Association for strong language and suggestive references. Running time: 114 minutes. Three stars out of four.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTPNKTAJYVA7MWZB5X4SX4YBO4.jpg?auth=55a03aa8151943d757f3728edd2397fdc0d100d9716bf72c6e7378fc982c12d9&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 Paramount Pictures shows Billie Eilish in her concert film "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSYWRD5IEZ7XVBYDYC7KOKSKSE.jpg?auth=82a28e6a27414f4cb6724c893a8d30289cec71c1e310292e9baaa10da25ec214&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 Paramount Pictures shows Billie Eilish in her concert film documentary "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXTXAGVPMOKG5RENNZA6G754WM.jpg?auth=dfc5ab6492de56399675a51207cb9f6d547750e7b35771783692f554ddd1fb78&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 Paramount Pictures shows Billie Eilish, left, and James Cameron on the set of "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPWEOKILVDWEQU4OHBYR4C54ZM.jpg?auth=18277e8b537b508b4c81a889e61286409003ff03ba987d99a5141bc8d1bcf555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Cameron, left, and Billie Eilish pose for photographers upon arrival at the screening of the film '“Billie Eilish – Hit Me Hard and Soft: The Tour (Live in 3D)”on Tuesday, April 28, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DD72DXDWNU3JNX57XP7GFVJSMQ.jpg?auth=7562dce45c58d5c4a706d8f36c8e0fa895639a02684ff9b560b976f359c25727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Billie Eilish poses for photographers upon arrival a the screening of the film 'Hit me Hard and Soft: The Tour' on Tuesday, April 28, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Publix changes open carry policy, asks that only law enforcement open carry inside stores ]]></title><link>https://www.local10.com/news/local/2026/05/07/publix-changes-open-carry-policy-ask-that-only-law-enforcement-open-carry-inside-stores/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/publix-changes-open-carry-policy-ask-that-only-law-enforcement-open-carry-inside-stores/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Publix Supermarkets has changed its open carry policy, now allowing only law enforcement to openly carry firearms in its stores.]]></description><pubDate>Thu, 07 May 2026 13:56:52 +0000</pubDate><content:encoded><![CDATA[<p>Publix Supermarkets has changed its open carry policy, now allowing only law enforcement to openly carry firearms in its stores.</p><p><a href="https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/">Leer en español</a></p><p>The change was confirmed on the supermarket’s <a href="https://www.publix.com/faq/customer-service" target="_self" rel="" title="https://www.publix.com/faq/customer-service">FAQ section </a>of its website.</p><p>It comes after Publix previously<a href="https://www.local10.com/news/local/2025/10/08/publix-embraces-open-carry-as-shoppers-split-on-safety-concerns/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/08/publix-embraces-open-carry-as-shoppers-split-on-safety-concerns/"> announced last year</a> that customers would be allowed to open carry, following a change in Florida law.</p><p>That decision led to mixed reactions from customers.</p><p>The new Florida law allows open carry but includes restrictions: it’s still prohibited for those under 21 or with felony convictions. Private businesses can also opt out.</p><p>Local 10 News has reached out to Publix for comment and is awaiting a response. </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/I6SKVY4KSVGJFGYBRSUEBKXKRU.jpg?auth=0381e671e495d7dc5cbaa7b24d1e94aa947ad69963ec344c29b8e03bb37fe84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Publix store in Hialeah.]]></media:description></media:content></item><item><title><![CDATA[Pareja local se hospedó en habitación 305 de hotel cerca del aeropuerto de Miami y policías dicen que robaban paquetes allí]]></title><link>https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía de Miami Springs detuvo a un hombre y a una mujer acusados de robar paquetes a huéspedes de un hotel. ]]></description><pubDate>Thu, 07 May 2026 14:55:17 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami Springs arrestó a un hombre y una mujer acusados de robar paquetes de huéspedes de un hotel.</p><p>Los agentes detuvieron a Jasmine Castellanos, de 30 años y residente de Hialeah, y a William Thad Page, de 48 años y residente de Miami Beach, el miércoles.</p><p>Según la Policía, el gerente del hotel B and B Hotel Miami Airport, ubicado en el 5125 de la calle NW 36, alertó a los agentes tras observar a Castellanos y a Page entrar a una sala exclusiva para empleados destinada al almacenamiento de paquetes entregados para huéspedes registrados del hotel.</p><p>El gerente dijo a la Policía que ambos se hospedaban en la habitación 305, ubicada justo al lado de la sala de almacenamiento.</p><p>Luego, los agentes revisaron videos de seguridad que mostraban a Castellanos, Page y a un tercer hombre no identificado, a quien la Policía dijo conocen como “Cognac”, entrando a la sala de almacenamiento y saliendo poco después “con paquetes ocultos bajo su ropa” para luego dirigirse directamente a la habitación 305, según un informe de arresto.</p><p>Además, la Policía indicó que cuando llegaron al hotel, el gerente les alertó sobre una camioneta blanca U-Haul que salía del lugar con Page dentro. Los agentes localizaron la camioneta y realizaron una parada de tráfico a corta distancia, y Page fue detenido sin incidentes, indicó la Policía.</p><p>Las autoridades dijeron que Castellanos fue localizada por agentes en el estacionamiento del cercano Ramada Inn, ubicado en el 5001 de la calle NW 36, y no se resistió al arresto.</p><p>Ambos enfrentan cargos graves de allanamiento.</p><p>Page también fue acusado de posesión de metanfetamina, así como de posesión de una sustancia controlada con intención de vender y posesión de parafernalia de drogas con intención de uso.</p><p>Los registros indican que Page ya estaba en libertad bajo fianza por un delito grave al momento de su arresto.</p><p>Hasta la mañana del jueves, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight con una fianza “pendiente por establecerse”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZ6N5VCTOFALPOVIK756TBU4WY.jpg?auth=e8b41127bb78f8f2ca4f2f85603a8f2897581a23d4f4c9b9a46044e58270bec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[Local duo stayed in room 305 at hotel near Miami airport ― and cops say they stole packages there]]></title><link>https://www.local10.com/news/local/2026/05/07/local-duo-stayed-in-room-305-at-hotel-near-miami-airport-and-cops-say-they-stole-packages-there/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/local-duo-stayed-in-room-305-at-hotel-near-miami-airport-and-cops-say-they-stole-packages-there/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Miami Springs arrested a man and woman on accusations that they stole packages from hotel guests. ]]></description><pubDate>Thu, 07 May 2026 14:52:02 +0000</pubDate><content:encoded><![CDATA[<p>Miami Springs police arrested a man and woman on accusations that they stole packages from hotel guests. </p><p><a href="https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/">Leer en español</a></p><p>Officers took Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach, into custody on Wednesday. </p><p>According to police, the manager of the B and B Hotel Miami Airport, located at 5125 NW 36th St., alerted officers after observing Castellanos and Page enter an employees-only room designed for storing packages delivered for registered hotel guests. </p><p>The manager told police the two locals were staying in room 305, which was located directly next to the storage room. </p><p>Officers then reviewed security footage that showed Castellanos, Page and a third, unidentified man who police said goes by the name of “Cognac” enter the storage room and leave shortly after “with packages concealed under their clothing” and go straight into room 305, according to an arrest form. </p><p>Additionally, Police said when they arrived to the hotel, the manager alerted them to a white U-Haul van that was leaving the business with Page inside. Officers located the van and conducted a traffic stop a short distance away, and Page was taken into custody without incident, police said. </p><p>Authorities said Castellanos was caught by officers in the parking lot of the nearby Ramada Inn at 5001 NW 36th St. and did not resist being taken into custody. </p><p>Both are facing felony burglary charges.</p><p>Page was also charged with methamphetamine possession, as well as for possession of a controlled substance with intent to sell and possession of drug paraphernalia with intent to use. </p><p>Records indicate Page was already out on felony bond at the time of his arrest. </p><p>As of Thursday morning, both remained behind bars at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</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/YZ6N5VCTOFALPOVIK756TBU4WY.jpg?auth=e8b41127bb78f8f2ca4f2f85603a8f2897581a23d4f4c9b9a46044e58270bec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[A Knicks takeover in Philadelphia? Embiid’s plea to 76ers fans meets the resale market for Game 3]]></title><link>https://www.local10.com/sports/2026/05/07/a-knicks-takeover-in-philadelphia-embiids-plea-to-76ers-fans-meets-the-resale-market-for-game-3/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/a-knicks-takeover-in-philadelphia-embiids-plea-to-76ers-fans-meets-the-resale-market-for-game-3/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:59:44 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — After watching Knicks fans take over the 76ers' arena for years, Joel Embiid openly pleaded with fans not to sell their tickets on the open market for home playoff games.</p><p>“Don’t sell your tickets," Embiid said. “This is bigger than you. We need you guys.”</p><p>Of more pressing concern for the Sixers and their fans, they need Embiid.</p><p>The 2023 NBA MVP, Embiid missed Game 2 of the second-round series against the Knicks with a sprained right ankle and a sore right hip.</p><p>The 76ers put up a far better fight without Embiid than in the Knicks’ 137-98 romp in Game 1, yet still lost 108-102 on Wednesday night. It's the Knicks who hold a 2-0 lead in the Eastern Conference semifinals when the series shifts to Philadelphia for Game 3 on Friday night and Game 4 on Sunday.</p><p>Recent history proved, the Knicks should feel right at home once they play in Philadelphia.</p><p>Spurred by affordable train fare, cheaper tickets compared to Madison Square Garden and a simply overzealous passion for Jalen Brunson, Karl-Anthony Towns and the rest of the Knicks team stamped a legitimate NBA championship contender, New York fans have flooded Philly and provided a home-court edge on the road.</p><p>The Sixers’ strategy to ward off Knicks fans in this playoff series was to try through Ticketmaster to geographically restrict sales.</p><p>Geo-fencing, in sports ticket lingo.</p><p>A message on their website over the weekend read: “Xfinity Mobile Arena is located in Philadelphia, PA. Sales to this event will be restricted to residents of Greater Philadelphia area. Residency will be based on credit card billing address. Orders by residents outside Greater Philadelphia area will be canceled without notice and refunds given.”</p><p>The 76ers — and other sports teams in all leagues that cut off sales outside city limits — essentially shut the front door of their home but leave all the windows open. There are so many ways around the game plan through the various resale platforms — no proof-of-Philadelphia ID needed — it hardly seemed worth the effort.</p><p>The splashy headline for a day could turn into a cold reality check on Friday night — there’s nothing that can prevent big-spending backers of the Knicks from buying from Philadelphia fans who choose to sell.</p><p>“I think they’re soft,” Knicks fan Bryan Reinah, of Queens, said at Game 2. “They’re afraid of the Knicks takeover. I think last time we played them it was 47% Knicks fans. Everybody hops on the trains and goes right down. Tickets are cheaper and the Knicks fans travel well. They’re afraid of it.”</p><p>The 76ers' plan did spark national headlines even though the policy is not new or even uncommon in sports.</p><p>The thought is, why not try?</p><p>Of recent note, the Detroit Pistons tried the same tactic in last season's playoffs and limited ticket sales on Ticketmaster to residents of Michigan, Ohio, Indiana and Ontario, Canada. The Carolina Hurricanes did the same to New York Rangers fans during the 2024 and 2022 NHL playoffs.</p><p>Hey, maybe these cities just don't like New Yorkers!?</p><p>Ah, maybe not as the policy through the decades has enforcement well beyond the five boroughs.</p><p>Take 2001, when Washington Capitals owner Ted Leonsis, a former senior executive with America Online, wrote a computer program that banned Pittsburgh residents from buying tickets on the Capitals' website.</p><p>"Pretty cool, isn’t it?” Leonsis said in 2001. “I got a lot of emails from Pittsburgh saying I was mean-spirited and unfair. I don’t care. I’m going to keep doing it.”</p><p>The Sixers said this season's effort was designed to ensure that tickets remained in the hands of local fans who have supported the team all season.</p><p>Neither the Sixers nor Ticketmaster said how many face-value tickets went on sale Sunday.</p><p>Ticketmaster put out a statement that covered its geo-fencing policy with a peppy social media post.</p><p>“Who gets to buy tickets to sports games? Let us break it down,” the video noted. “Sometimes, sports teams put limits on who can buy tickets for big, in-demand matchups. This is a way to give local fans the best shot at attending the event and to limit scalpers who are located hundreds of miles away, who are trying to flip to the tickets just for a profit.”</p><p>Ticketmaster said those rules and decisions come directly for the team.</p><p>When the Knicks played at Philadelphia in Game 6 of a first-round series in 2024, Sixers owners Josh Harris, David Blitzer and David Adelman and former minority owner Michael Rubin joined forces to buy more than 2,000 tickets they handed out to people who serve the Philadelphia community.</p><p>Tickets for Game 3 on StubHub as of Thursday started at about $220 a pop in the upper deck and topped $1,000 in the lower bowl.</p><p>Sixers or Knicks fans, that's some serious cash.</p><p>The amount of blue-and-orange and Brunson jerseys in the stands on Friday night will be the final word on if Sixers fans were serious about listening to Embiid and keeping tickets in house.</p><p>___</p><p>AP freelance writer Adry Torres in New York contributed to this story.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6K6GR7XNSZC7SR3HNQOFUOM3VE.jpg?auth=202f8302a41af0b6223831622c230395d9512da0b3131b95eec22488743f86d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Philadelphia 76ers' fan reacts during final minute of Game 3 against the Boston Celtics in a first-round NBA playoffs basketball series Friday, April 24, 2026, in Philadelphia. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4BUXLSTFD46KLFZGW7ZA5AS5I.jpg?auth=2d383c47ddeb934c5e7eea449220440856f8fc577df612e01c0f898868a489a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers' Joel Embiid celebrates following his team's victory over the Boston Celtics after the Game 7 in a first-round NBA basketball playoffs series, Saturday, May 2, 2026 in Boston. (AP Photo/Jim Davis)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Davis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WVUVBWNGFGCHPSWELGKUVRADI.jpg?auth=3342be527368eeed46f7e0df35a414e0d6a948dcd76af98f795879a3846b7aa7&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 reacts while watching from the bench during the second half of Game 1 in a second-round NBA basketball playoffs series against the Philadelphia 76ers Monday, May 4, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Reportan balacera: adolescente recibe disparo en la pierna en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/</guid><dc:creator><![CDATA[Aaron Maybin, Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Según el personal del Cuerpo de Bomberos y Rescate de Pompano Beach, un adolescente recibió un disparo en la pierna el miércoles por la tarde en Pompano Beach.]]></description><pubDate>Wed, 06 May 2026 20:15:37 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente recibió un disparo en la pierna el miércoles por la tarde en Pompano Beach, según personal de Bomberos de Pompano Beach.</p><p>Agentes respondieron al área de Northwest Third Avenue y 14th Street, según Carey Codd, portavoz de la Oficina del Sheriff de Broward.</p><p>Cerca del lugar, Blanche Ely High School, ubicada en 1201 NW 6 Ave., salió a las 2:40 p.m., según Nadine Drew, portavoz de las Escuelas Públicas del Condado Broward.</p><p><i>La editora de asignaciones de Local 10 News, Sofia Mendez, contribuyó a este informe.</i></p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d643.0139880632908!2d-80.12754511885736!3d26.244362385703873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d902c20f49aa5d%3A0xea5a9da985117f09!2s246%20NW%2014th%20St%2C%20Pompano%20Beach%2C%20FL%2033060!5e1!3m2!1sen!2sus!4v1778100458466!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Vea el informe de la tarde</b></p>]]></content:encoded></item><item><title><![CDATA[Fire rescue: Teen shot in the leg in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/05/06/fire-rescue-teen-shot-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/fire-rescue-teen-shot-in-pompano-beach/</guid><dc:creator><![CDATA[Trent Kelly, Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[A teenager was shot in the leg on Wednesday afternoon in Pompano Beach, according to Pompano Beach Fire Rescue personnel.]]></description><pubDate>Wed, 06 May 2026 19:35:28 +0000</pubDate><content:encoded><![CDATA[<p>A teenager was shot in the leg on Wednesday afternoon in Pompano Beach, according to Pompano Beach Fire Rescue personnel.</p><p><a href="https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/">Leer en español</a></p><p>Deputies responded shortly after 2:15 p.m. to the 1300 block of Northwest Third Avenue, according to Carey Codd, a spokesman for the Broward Sheriff’s Office. </p><p>“On scene, deputies located a teenage male with a gunshot wound to the leg. Paramedics transported him to a nearby hospital for treatment of the injury which is not expected to be life-threatening,” Codd wrote in a statement. </p><p>BSO later confirmed that the teen was inside a home when another male pulled out a gun to show it off.</p><p>“At some point, the firearm discharged, and the victim was shot in the leg,” Codd said in a news release. </p><p>He said the suspect fled the scene after the shooting. </p><p>Neighbors were left shaken.</p><p>“As a mother of a teenage daughter myself, it’s really sad that these type of things happen around here,” said Yvette Hernandez.</p><p>“When you have kids and you hear like a gunshot and you live around here, that makes you think like what are you gonna do?” said James Clairontus.</p><p><i>Local 10 News Assignment Editor Sofia Mendez contributed to this report. </i></p><p><i><b>Location </b></i></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d643.0139880632908!2d-80.12754511885736!3d26.244362385703873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d902c20f49aa5d%3A0xea5a9da985117f09!2s246%20NW%2014th%20St%2C%20Pompano%20Beach%2C%20FL%2033060!5e1!3m2!1sen!2sus!4v1778100458466!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Watch afternoon reports</b></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Arrestan a estudiante de secundaria y empleado de UPS por robar paquetes valorados en $40,000 USD]]></title><link>https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Tres adolescentes del sur de Florida, dos de los cuales trabajan en una tienda UPS Store del condado de Miami-Dade, se enfrentan a cargos por delitos graves después de que, según la policía, participaran en una trama de robos que se prolongó durante meses y en la que desaparecieron decenas de miles de dólares en mercancía destinada a clientes de Amazon.]]></description><pubDate>Thu, 07 May 2026 14:43:02 +0000</pubDate><content:encoded><![CDATA[<p>Tres adolescentes del sur de Florida, dos de los cuales trabajan en una tienda UPS en el condado Miami-Dade, enfrentan cargos graves luego de que agentes aseguraran que participaron en un esquema de robo durante varios meses relacionado con mercancía desaparecida valorada en decenas de miles de dólares destinada a clientes de Amazon.</p><p>Según una declaración jurada de arresto de la Oficina del Sheriff de Miami-Dade, Angel Caleb Pagan, de 18 años, fue arrestado el miércoles en Barbara Goleman Senior High School en Miami Lakes.</p><p>Pagan enfrenta cargos de hurto mayor en segundo grado relacionado con propiedad valorada entre $20,000 USD y $100,000 USD y manipulación de evidencia física.</p><p>La Policía identificó a otros dos coacusados como Matthew Martinez, de 17 años, y Jacob Diaz, de 17 años, quienes seguían prófugos hasta la tarde del miércoles.</p><p>Los investigadores indicaron que Pagan y Martinez trabajaban en una tienda UPS ubicada en el 8555 de la calle NW 186 y ambos asisten a la misma escuela secundaria.</p><p>Según la declaración jurada, la investigación comenzó después de que dos propietarios de negocios reportaran que 80 cajas con productos de Bath &amp; Body Works y Victoria’s Secret desaparecieron entre el 21 de marzo y el 13 de abril.</p><p>Los detectives dijeron que la mercancía robada estaba valorada en aproximadamente $40,000 USD.</p><p>Las víctimas dijeron a los investigadores que operan un negocio minorista en línea que envía productos a centros de distribución de Amazon y directamente a clientes. La pareja indicó que los paquetes desaparecidos habían sido entregados en la tienda UPS para envío, pero nunca llegaron a sus destinos.</p><p>Según la declaración jurada, un video de vigilancia del 13 de abril supuestamente mostró a Levy entregando 10 cajas en la tienda UPS. Los investigadores dijeron que solo cinco de las cajas fueron registradas en el sistema de envío, mientras que las otras cinco, valoradas en casi $2,900 USD, nunca llegaron a los centros de distribución de Amazon ni a los clientes.</p><p>Los detectives también indicaron que las víctimas posteriormente descubrieron parte de su mercancía siendo vendida en línea a través de Facebook Marketplace. La declaración jurada alega que Diaz publicó artículos robados a la venta por tan solo $1 USD cada uno.</p><p>Los investigadores revisaron videos de vigilancia del interior de la tienda UPS y reportaron haber visto a Pagan y Martinez recibiendo paquetes de Levy antes de mover las cajas cerca de una salida trasera.</p><p>Los detectives dijeron que posteriormente se vio a Martinez sacando cinco cajas por la puerta trasera mientras Pagan actuaba como vigilante.</p><p>Las autoridades también acusaron a Pagan de manipular el sistema de vigilancia de la tienda. Según el informe, las imágenes mostraron a Pagan apagando el sistema el 15 de abril aproximadamente a las 5:08 p.m., dejando sin grabaciones adicionales hasta que el dueño de la tienda restableció la energía más tarde esa noche.</p><p>Los agentes dijeron que Pagan fue detenido y trasladado a la estación del Distrito Noroeste para ser interrogado. Después de ser informado de sus derechos Miranda, los investigadores dijeron que se negó a responder preguntas relacionadas con el caso.</p><p>El caso continúa bajo investigación. Los registros judiciales muestran que Pagan fue trasladado al Centro Correccional Turner Guilford Knight tras su arresto.</p><p>Hasta la mañana del jueves, permanecía detenido en TGK. Los registros carcelarios en línea indican que su fianza estaba “pendiente por establecerse”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCC3N25ZZZGU3OYCV3M62A73EI.jpg?auth=81819acda92c276c0595edc1d56c1d91b81127997d22a6003ab4af51b7cd3983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: High school student/UPS employee arrested for stealing $40K worth of packages ]]></title><link>https://www.local10.com/news/local/2026/05/07/mdso-high-school-studentups-employee-arrested-for-stealing-40k-worth-of-packages/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/mdso-high-school-studentups-employee-arrested-for-stealing-40k-worth-of-packages/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Three South Florida teenagers, two of whom work for a UPS Store in Miami-Dade County, are facing felony charges after deputies say they participated in a months-long theft scheme involving tens of thousands of dollars in missing merchandise intended for Amazon customers.]]></description><pubDate>Thu, 07 May 2026 14:37:55 +0000</pubDate><content:encoded><![CDATA[<p>Three South Florida teenagers, two of whom work for a UPS Store in Miami-Dade County, are facing felony charges after deputies say they participated in a months-long theft scheme involving tens of thousands of dollars in missing merchandise intended for Amazon customers.</p><p><a href="https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/">Leer en español</a></p><p>According to a Miami-Dade Sheriff’s Office arrest affidavit, 18-year-old Angel Caleb Pagan was arrested Wednesday at Barbara Goleman Senior High School in Miami Lakes. </p><p>Pagan faces charges of second-degree grand theft involving property valued between $20,000 and $100,000 and tampering with physical evidence. </p><p>Police identified two co-defendants as Matthew Martinez, 17, and Jacob Diaz, 17, who both remained at large as of Wednesday afternoon.</p><p>Investigators said Pagan and Martinez both worked at a UPS Store, located at 8555 NW 186th St., and both attend the same high school. </p><p>According to the affidavit, the investigation began after two business owners reported that 80 boxes containing Bath &amp; Body Works and Victoria’s Secret products had gone missing between March 21 and April 13. </p><p>Detectives said the stolen merchandise was valued at approximately $40,000. </p><p>The victims told investigators that they operate an online retail business that ships products to Amazon fulfillment centers and directly to customers. The couple said the missing packages had been dropped off at the UPS Store for shipment but never reached their destinations. </p><p>According to the affidavit, surveillance video from April 13 allegedly showed Levy delivering 10 boxes to the UPS Store. Investigators said only five of the boxes were scanned into the shipping system, while the remaining five — valued at nearly $2,900 — never arrived at Amazon fulfillment centers or customers. </p><p>Detectives also stated the victims later discovered some of their merchandise being sold online through Facebook Marketplace. The affidavit alleges that Diaz listed stolen items for sale for as little as $1 each. </p><p>Investigators reviewed surveillance footage from inside the UPS Store and reported seeing Pagan and Martinez accepting packages from Levy before moving boxes near a rear exit. </p><p>Detectives said Martinez was later seen taking five boxes out through the back door while Pagan acted as a lookout. </p><p>Authorities also accused Pagan of tampering with the store’s surveillance system. According to the report, video footage showed Pagan shutting off the system on April 15 at approximately 5:08 p.m., leaving no additional recordings until the store owner restored power later that evening. </p><p>Deputies said Pagan was taken into custody and transported to the Northwest District station for questioning. After being advised of his Miranda rights, investigators said he declined to answer questions regarding the case. </p><p>The case remains under investigation. Court records show Pagan was transported to the Turner Guilford Knight Correctional Center following his arrest.</p><p>As of Thursday morning, he remained held at TGK. Online jail records list his bond as “to be set.”</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/RCC3N25ZZZGU3OYCV3M62A73EI.jpg?auth=81819acda92c276c0595edc1d56c1d91b81127997d22a6003ab4af51b7cd3983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man arrested on suspicion of weapon possession after report former Prince Andrew was threatened]]></title><link>https://www.local10.com/entertainment/2026/05/07/man-arrested-on-suspicion-of-weapon-possession-after-report-former-prince-andrew-was-threatened/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/man-arrested-on-suspicion-of-weapon-possession-after-report-former-prince-andrew-was-threatened/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:15:46 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A man has been arrested on suspicion of possessing an offensive weapon after reports that the former Prince Andrew was threatened by a masked man while walking dogs near his home.</p><p>Norfolk Constabulary said that the arrest came Wednesday evening after a man was reported “behaving in an intimidating manner” near the home of Andrew Mountbatten-Windsor in eastern England.</p><p>“Officers attended, and the man was arrested on suspicion of a public order offense and possession of an offensive weapon,” the force said Thursday.</p><p>The suspect is being held for questioning at a nearby police station. The term offensive weapons covers knives, truncheons and other items used to cause injury. Police didn’t specify what type of weapon was involved.</p><p>The Daily Telegraph newspaper reported that a man wearing a ski mask ran toward the former royal while shouting abuse. It said the incident occurred near the Sandringham Estate while the former prince was out walking his dogs, and that Andrew and his protection officer got in their car and sped away.</p><p>Mountbatten-Windsor, the younger brother of King Charles III, moved to the king’s private Sandringham Estate, about 100 miles (160 kilometers) north of London, after he was evicted from his longtime home near Windsor Castle following revelations about his friendship with Jeffrey Epstein.</p><p>Andrew, 66, now lives at Marsh Farm, a property on the Sandringham Estate, after leaving Royal Lodge last year.</p><p>He was stripped of all his honors and titles and banished from public view by the royal family after years of scandal over his money woes and links to questionable characters, including Epstein.</p><p>One of Epstein’s accusers, Virginia Giuffre, alleged that she was forced to have sex with the then-prince three times starting when she was 17. He denied it, but eventually settled the case for an undisclosed sum and acknowledged Giuffre’s suffering as a victim of sex trafficking. Giuffre died by suicide in April 2025, aged 41.</p><p>In February, he became the first senior British royal in almost 400 years to be arrested when he was held for hours by British police on suspicion of misconduct in public office in a case related to his links to Epstein. It was an extraordinary move in a country where authorities once sought to shield the royal family from embarrassment.</p><p>Police previously said they were “assessing” reports that Mountbatten-Windsor sent trade information to Epstein, a wealthy investor and convicted sex offender, in 2010, when the former prince was the United Kingdom’s special envoy for international trade.</p><p>Correspondence between the two men was released by the U.S. Justice Department along with millions of pages of documents from the American investigation into Epstein.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZMTE3TATQZD7KMECHIDKZSM6NQ.jpg?auth=bf1124e1176190087b0cc186ea0eb3bacfc87a8b817621561a2717582e0c1fa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Andrew Mountbatten-Windsor, formerly known as Prince Andrew, looks round as he leaves after attending the Easter Matins Service at St. George's Chapel, Windsor Castle, England, April 20, 2025. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Boy, 16, accused of carjacking Corvette driver at gunpoint in Miami-Dade charged as adult]]></title><link>https://www.local10.com/news/local/2026/05/07/boy-16-accused-of-carjacking-corvette-driver-at-gunpoint-in-miami-dade-charged-as-adult/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/boy-16-accused-of-carjacking-corvette-driver-at-gunpoint-in-miami-dade-charged-as-adult/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 16-year-old boy accused of carjacking a Chevrolet Corvette at gunpoint and leading authorities on a high-speed chase across Miami-Dade County earlier this year is now being charged as an adult, according to jail records obtained by Local 10 News on Thursday. ]]></description><pubDate>Thu, 07 May 2026 14:24:32 +0000</pubDate><content:encoded><![CDATA[<p>A 16-year-old boy accused of carjacking a Chevrolet Corvette at gunpoint and leading authorities on a <a href="https://www.local10.com/news/local/2026/02/05/suspect-arrested-after-armed-carjacking-of-corvette-in-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/05/suspect-arrested-after-armed-carjacking-of-corvette-in-miami/">high-speed chase across Miami-Dade County</a> earlier this year is now being charged as an adult, according to jail records obtained by Local 10 News on Thursday. </p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/">Leer en español</a></p><p>Authorities identified the suspect as Kelvin Jamari Thomas. </p><p>Jail records show he is facing charges including armed robbery/carjacking, aggravated fleeing and eluding and cocaine possession with intent to sell or deliver.</p><p>The incident happened just after 1 a.m. Feb. 5 near Northwest Fifth Avenue and Northwest 29th Street in Wynwood. </p><p>According to an arrest report from the Miami Police Department, two victims were sitting inside a gray 2025 Chevrolet Corvette shortly after 1 a.m. when an armed suspect approached the driver’s side door wearing a Nike Tech hoodie and a black ski mask.</p><p>Police said Thomas pointed a gun at both victims and ordered them out of the vehicle before demanding the keys.</p><p>The victims complied, and the suspect drove away in the Corvette.</p><p>One of the victims left a cellphone inside the vehicle and used a GPS application to track both the phone and the Corvette, police said. Officers later traced the vehicle as it traveled through Homestead and eventually toward Miami Gardens.</p><p>Authorities from the Florida Highway Patrol, and Miami Gardens Police Department and MPD coordinated efforts to locate the Corvette.</p><p>According to a separate FHP arrest report, troopers spotted the Corvette near Northwest Seventh Road and Northwest 168th Drive in Miami Gardens around 2 a.m. after a be-on-the-lookout alert was issued.</p><p>Troopers attempted a traffic stop, but the Corvette fled at speeds reaching approximately 120 mph through residential streets and onto the Palmetto Expressway, authorities said.</p><p>The pursuit ended when the Corvette crashed near Northwest 42nd Avenue and Northwest 183rd Street, slamming into a police vehicle and a fence at a nearby Shell gas station, according to investigators.</p><p>Police said Thomas then ran from the wrecked Corvette before officers captured him after a brief foot chase.</p><p>They said a black handgun and black ski mask were recovered near the crashed vehicle.</p><p>While being escorted to a patrol vehicle, Thomas allegedly told troopers, “I just took the car, that’s it,” according to the report.</p><p>No injuries were reported.</p><p>During questioning, detectives said Thomas also removed a plastic bag containing suspected cocaine from his hoodie pocket and threw it on the ground.</p><p>As of Thursday, he was being held at the Metrowest Detention Center, where his bond was not listed at this time. </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/FTAQINWECNACPDAR5QE2SGWJJM.jpg?auth=779212648360829d446097b2c0a17b6297e669b3303676b7a45dc58d3d7b3320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan como adulto a adolescente de 16 años por robar Corvette a punta de pistola en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un joven de 16 años acusado de robar un Chevrolet Corvette a punta de pistola y de provocar una persecución a alta velocidad por todo el condado de Miami-Dade a principios de este año será juzgado como adulto, según los registros penitenciarios obtenidos por Local 10 News el jueves. ]]></description><pubDate>Thu, 07 May 2026 14:36:31 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente de 16 años acusado de robar un Chevrolet Corvette a punta de pistola y de protagonizar una <a href="https://www.local10.com/espanol/2026/02/05/arrestan-a-sospechoso-tras-robo-a-mano-armada-de-un-corvette-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/02/05/arrestan-a-sospechoso-tras-robo-a-mano-armada-de-un-corvette-en-miami/">persecución a alta velocidad por Miami-Dade</a> a principios de este año ahora enfrenta cargos como adulto, según registros carcelarios obtenidos por Local 10 News el jueves.</p><p>Las autoridades identificaron al sospechoso como Kelvin Jamari Thomas.</p><p>Los registros de la cárcel muestran que enfrenta cargos que incluyen robo armado/carjacking, huida agravada para evadir a las autoridades y posesión de cocaína con intención de vender o distribuir.</p><p>El incidente ocurrió poco después de la 1 a.m. del 5 de febrero cerca de Northwest Fifth Avenue y Northwest 29th Street en Wynwood.</p><p>Según un informe de arresto del Departamento de Policía de Miami, dos víctimas estaban sentadas dentro de un Chevrolet Corvette gris modelo 2025 poco después de la 1 a.m. cuando un sospechoso armado se acercó a la puerta del conductor usando una sudadera Nike Tech y una máscara negra de esquí.</p><p>La Policía dijo que Thomas apuntó con un arma a ambas víctimas y les ordenó salir del vehículo antes de exigir las llaves.</p><p>Las víctimas obedecieron y el sospechoso huyó en el Corvette.</p><p>Una de las víctimas dejó un teléfono celular dentro del vehículo y utilizó una aplicación GPS para rastrear tanto el teléfono como el Corvette, indicó la Policía. Los agentes posteriormente rastrearon el vehículo mientras se desplazaba por Homestead y luego hacia Miami Gardens.</p><p>Autoridades de la Patrulla de Carreteras de Florida, el Departamento de Policía de Miami Gardens y el Departamento de Policía de Miami coordinaron esfuerzos para localizar el Corvette.</p><p>Según un informe de arresto separado de la FHP, los agentes localizaron el Corvette cerca de Northwest Seventh Road y Northwest 168th Drive en Miami Gardens alrededor de las 2 a.m., luego de emitirse una alerta de búsqueda.</p><p>Los agentes intentaron detener el vehículo, pero el Corvette huyó a velocidades de aproximadamente 120 mph por calles residenciales y luego por la autopista Palmetto Expressway, dijeron las autoridades.</p><p>La persecución terminó cuando el Corvette chocó cerca de Northwest 42nd Avenue y Northwest 183rd Street, impactando un vehículo policial y una cerca en una gasolinera Shell cercana, según los investigadores.</p><p>La Policía indicó que Thomas huyó corriendo del Corvette accidentado antes de que los agentes lo capturaran tras una breve persecución a pie.</p><p>Las autoridades dijeron que recuperaron una pistola negra y una máscara negra de esquí cerca del vehículo chocado.</p><p>Mientras era escoltado hacia una patrulla, Thomas presuntamente les dijo a los agentes: “Yo solo tomé el carro, eso es todo”, según el informe.</p><p>No se reportaron heridos.</p><p>Durante el interrogatorio, los detectives dijeron que Thomas también sacó de su bolsillo una bolsa plástica que contenía presunta cocaína y la lanzó al suelo.</p><p>Hasta el jueves, permanecía detenido en el centro de detención Metrowest, donde aún no se había establecido una fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTAQINWECNACPDAR5QE2SGWJJM.jpg?auth=779212648360829d446097b2c0a17b6297e669b3303676b7a45dc58d3d7b3320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[SNL’s Marcello Hernandez gives shoutout to Little Havana jewelry store at Met Gala]]></title><link>https://www.local10.com/news/local/2026/05/07/snls-marcello-hernandez-gives-shoutout-to-little-havana-jewelry-store-at-met-gala/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/snls-marcello-hernandez-gives-shoutout-to-little-havana-jewelry-store-at-met-gala/</guid><description><![CDATA[South Florida homegrown comedian Marcello Hernandez and his girlfriend turned heads at the Met Gala Monday, giving a nod to his Miami and Cuban roots.]]></description><pubDate>Thu, 07 May 2026 13:51:54 +0000</pubDate><content:encoded><![CDATA[<p>South Florida homegrown comedian Marcello Hernandez and his girlfriend turned heads at the Met Gala Monday, giving a nod to his Miami and Cuban roots.</p><p><a href="https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/">Leer en español</a></p><p>The “Saturday Night Live” star gave a special shoutout to his mother and a jeweler on Calle Ocho for providing him with a special accent for his Thom Browne suit -- an azabache. </p><p>The traditional Cuban protection charm made of black stone is typically gifted to babies to ward off negative energy.&nbsp;</p><p>Hernandez explained on the red carpet that his mother bought the charm at <a href="https://www.google.com/search?q=Sammy%E2%80%99s+Joyeria&amp;rlz=1C1CHZN_enUS1166US1166&amp;oq=Sammy%E2%80%99s+Joyeria&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMggIAxAAGBYYHjIICAQQABgWGB4yCAgFEAAYFhgeMgcIBhAAGO8FMgcIBxAAGO8FMgcICBAAGO8FMgoICRAAGIAEGKIE0gEINjU1ajBqMTWoAgywAgHxBSyL54R_Z-Na8QUsi-eEf2fjWg&amp;sourceid=chrome&amp;ie=UTF-8" target="_self" rel="" title="https://www.google.com/search?q=Sammy%E2%80%99s+Joyeria&amp;rlz=1C1CHZN_enUS1166US1166&amp;oq=Sammy%E2%80%99s+Joyeria&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMggIAxAAGBYYHjIICAQQABgWGB4yCAgFEAAYFhgeMgcIBhAAGO8FMgcIBxAAGO8FMgcICBAAGO8FMgoICRAAGIAEGKIE0gEINjU1ajBqMTWoAgywAgHxBSyL54R_Z-Na8QUsi-eEf2fjWg&amp;sourceid=chrome&amp;ie=UTF-8">Sammy’s Joyeria</a> in Little Havana where they’ve been getting some extra visitors.</p><p>“I think this will be a trend now. I think people will start believing more, you know, in these type of things,” Martha Lima, of Sammy’s Joyeria, said. </p><p>“For him to mention Calle Ocho, you know, it’s great,” Julia Lima said. “It’s not only for us, but for all the Spanish community, you know. I’m bringing back the azabaches.” </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[Marcello Hernández de SNL le da reconocimiento a joyería de Little Havana en la Met Gala]]></title><link>https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/</guid><description><![CDATA[El comediante oriundo del sur de Florida Marcello Hernández y su novia llamaron la atención en la Gala del Met el lunes, haciendo un guiño a sus raíces de Miami y Cuba.]]></description><pubDate>Thu, 07 May 2026 14:20:30 +0000</pubDate><content:encoded><![CDATA[<p>El comediante Marcello Hernández, criado en el sur de Florida, y su novia llamaron la atención en la Met Gala el lunes, haciendo un guiño a sus raíces cubanas y de Miami.</p><p>La estrella de “Saturday Night Live” le dio un reconocimiento especial a su madre y a un joyero de la Calle Ocho por proporcionarle un accesorio especial para su traje de Thom Browne: un azabache.</p><p>El tradicional amuleto cubano de protección hecho de piedra negra generalmente se regala a los bebés para alejar las malas energías.</p><p>Hernández explicó en la alfombra roja que su madre compró el amuleto en Sammy’s Joyeria en Little Havana, donde han recibido algunos visitantes adicionales.</p><p>“Creo que esto será una tendencia ahora. Creo que la gente comenzará a creer más, ya sabes, en este tipo de cosas”, dijo Martha Lima, de Sammy’s Joyeria.</p><p>“Que él mencionara la Calle Ocho, ya sabes, es genial”, dijo Julia Lima. “No es solo para nosotros, sino para toda la comunidad hispana, ya sabes. Estoy trayendo de vuelta los azabaches”.</p>]]></content:encoded></item><item><title><![CDATA[Sinner adds his voice to French Open prize money protests and awaits Wimbledon response]]></title><link>https://www.local10.com/sports/2026/05/07/sinner-adds-his-voice-to-french-open-prize-money-protests-and-awaits-wimbledon-response/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/sinner-adds-his-voice-to-french-open-prize-money-protests-and-awaits-wimbledon-response/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:44:58 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — The top tennis players are already upset they're not receiving a bigger share of tournament revenues at the French Open. Now they’re hoping Wimbledon and the U.S. Open respond to their demands, according to Jannik Sinner.</p><p>Fellow No. 1 Aryna Sabalenka said this week the players should consider a boycott.</p><p>“It’s more about respect. Because I think we give much more than what we are getting back,” Sinner said on Thursday at the Italian Open. “It’s not only for the top players; it’s for all of us players.”</p><p>Sinner wouldn’t commit to a boycott.</p><p>“It’s tough to say,” he said. “I cannot predict the future in a way. But in the same time I also believe that somewhere we need to start.”</p><p>The players have targeted the upcoming French Open for reducing players’ share of revenue to an alleged 15% — compared to the 22% at ATP and WTA events like the Italian Open this week.</p><p>The same group of players sent a letter a year ago to the heads of the four Grand Slams seeking more prize money and a greater say in decision-making. Wimbledon increased its 2025 total pot by 7%, the U.S. Open by 20% and the Australian Open in January by 16%.</p><p>“It’s not nice that after one year we are not even close to conclusion of what we would like to have,” Sinner said. “I truly believe that within 48 hours you have not only a response but you also have a meeting.”</p><p>French Open organizers announced last month they were increasing overall prize money by about 10% for an overall pot of 61.7 million euros ($72.1 million), with the total amount up 5.3 million euros from last year. But the players’ statement said “the underlying figures tell a very different story,” claiming they will receive a smaller share of tournament revenues.</p><p>The players claim their share of Roland Garros revenue has declined from 15.5% in 2024 to 14.9% projected in 2026.</p><p>Wimbledon has not yet announced its prize money for this year.</p><p>“I think in the next couple of weeks we know also the prize money we’re going to have in Wimbledon. We truly hope that it’s going to be better. Then, of course, U.S. Open,” Sinner said.</p><p>Including profit sharing and an end-of-the-year bonus pool, men’s players actually get about 30% of the share of revenues at ATP Tour events like the Italian Open.</p><p>“We’ve been quiet for a long time and now the time has come to raise our voice,” Sinner added in Italian. “We’re not asking for 50% — we wouldn’t even dare — but right now we’re getting too little.”</p><p>French Open organizers have not responded to requests for comment.</p><p>Djokovic not involved but lends support</p><p>Novak Djokovic announced in January he was cutting ties with the Professional Tennis Players Association he co-founded, and that sued the sport’s governing bodies last year.</p><p>And while the 24-time Grand Slam champion said he has not been involved in the current player protest, he said the “players know that they’ll always have my support.</p><p>“The new generations are coming up," Djokovic added. “I’m glad that there is willingness from the leaders of our sport, like Sabalenka, to really step up and really understand the dynamics of how the tennis politics works and understand the nuances and really what needs to be done not only for her benefit and well-being, but for everyone.”</p><p>One of the big issues affecting tennis governance was that there were seven organizing bodies: The four Grand Slams, ATP, WTA and International Tennis Federation.</p><p>“Tennis, as any big global sport, is a big business,” Djokovic said. “It needs to be approached from all sides with willingness to work together and figure out what the formula is.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLLO2H22ANDL23N3EVWCWO5UHQ.jpg?auth=c1936a7be35726e593d39c83a0e562b8c99c01d427822a7f21bbf4c005e8b9e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner, of Italy, listens to a reporters' question during a press conference at the Italian Open at the Foro Italico in Rome, Thursday, May 7, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HE6O27SGL6SPDFQI2AFLM76QYY.jpg?auth=93469c64658e832a38936ea3877ebc92bbe84cc0098c8fe7666dd078f696e8a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner, of Italy, listens to a reporters' question during a press conference at the Italian Open at the Foro Italico in Rome, Thursday, May 7, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZQFDHAGKYDJGL4KZH4EXGRYEI.jpg?auth=af04467e8b96f6f557cfa607befd143212f654dbbd79f6eb2328ee8aa5f9ffc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner, of Italy, listens to a reporters' question during a press conference during the Italian Open at the Foro Italico in Rome, Thursday, May 7, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRJRNL3TCY4AQHV34UAJIIZYGM.jpg?auth=3b07f3c22bfa0129e110001d36eb87b36375d605fd6259856dae92745b6a83be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner, of Italy, listens reporters' question during a press conference during the Italian Open at the Foro Italico in Rome, Thursday, May 7, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSKEARAYBBLF73NFYOBOCIAPW4.jpg?auth=0dd5ef0ff633f46627a79a7450181d73a50c986be1edd3f18d76d58b584601bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner, of Italy, answers a reporters' question during a press conference at the Italian Open at the Foro Italico in Rome, Thursday, May 7, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Publix cambia política de porte abierto y pide que solo agentes del orden porten armas visibles dentro de las tiendas]]></title><link>https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La cadena de supermercados Publix ha modificado su política sobre el porte visible de armas y ahora solo permite a los agentes de las fuerzas del orden portar armas de fuego a la vista en sus tiendas.]]></description><pubDate>Thu, 07 May 2026 14:02:21 +0000</pubDate><content:encoded><![CDATA[<p>Publix Supermarkets cambió su política de porte abierto de armas y ahora solo permitirá que agentes del orden porten armas de fuego visibles dentro de sus tiendas.</p><p>El cambio fue confirmado en la sección de preguntas frecuentes del sitio web de la cadena de supermercados.</p><p>Esto ocurre después de que Publix anunciara el año pasado que los clientes podrían portar armas visibles, tras un cambio en la ley de Florida.</p><p>Esa decisión provocó reacciones divididas entre los clientes.</p><p>La nueva ley de Florida permite el porte abierto de armas, pero incluye restricciones: sigue estando prohibido para personas menores de 21 años o con condenas por delitos graves. Los negocios privados también pueden optar por no permitirlo.</p><p>Local 10 News se comunicó con Publix para solicitar comentarios y está a la espera de una respuesta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6SKVY4KSVGJFGYBRSUEBKXKRU.jpg?auth=0381e671e495d7dc5cbaa7b24d1e94aa947ad69963ec344c29b8e03bb37fe84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Publix store in Hialeah.]]></media:description></media:content></item><item><title><![CDATA[IOC urges sports to let Belarus athletes compete again without vetting as neutrals]]></title><link>https://www.local10.com/sports/2026/05/07/ioc-urges-sports-to-let-belarus-athletes-compete-again-without-vetting-as-neutrals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/ioc-urges-sports-to-let-belarus-athletes-compete-again-without-vetting-as-neutrals/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:58:26 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — In a political shift Thursday, the International Olympic Committee said athletes from Belarus should once again compete with their full national identity and not be vetted for neutral status, even as the war in Ukraine continues.</p><p>Though the non-binding advice to sports governing bodies does not yet apply also to Russia, it seemed to point toward being closer to ending Russia’s isolation in Olympic circles during its war on Ukraine as the 2028 Los Angeles Summer Games approaches.</p><p>Athletes from Russia and its military ally Belarus had to be approved as neutrals who did not support the war for individual events at the 2024 Paris Olympics and February’s Milan Cortina Winter Olympics. The countries were barred from all team sports at the Olympics.</p><p>“The IOC reaffirms that athletes’ participation in international competition should not be limited by the actions of their governments, including involvement in a war or conflict,” the Olympic body said.</p><p>The IOC noted the qualification period “starts this summer” for Los Angeles, where more than 200 national Olympic teams are set to compete for more than 350 medal events on the program.</p><p>The updated Olympic position more than four years into the war on Ukraine also comes after repeated calls from critics of Israel for sporting sanctions to be applied because of the conflict in Gaza.</p><p>The IOC has under president Kirsty Coventry and her predecessor Thomas Bach resisted those requests, and on Thursday cited its task to “navigate the ever-increasing complex realities and consequences of the current geopolitical context.”</p><p>IOC awaits anti-doping investigation</p><p>One barrier to Russian athletes' full return is an ongoing World Anti-Doping Agency investigation into recent reports, including by the New York Times, implicating Russian anti-doping agency official Veronika Loginova.</p><p>The IOC said its executive board noted “with concern the recent information” being looked at by WADA, without naming Loginova.</p><p>The Russian Olympic Committee has been suspended by the IOC since October 2023 for incorporating regional sports bodies in illegally occupied eastern Ukraine.</p><p>“Whilst the ROC has held constructive exchanges with the IOC on its suspension,” the IOC said, “it remains suspended while the IOC Legal Affairs Commission continues to review the matter.”</p><p>Coventry told reporters at an online news conference there is no set timetable to complete the legal review.</p><p>Pushback from sports bodies</p><p>Track and field's World Athletics excluded athletes and officials from Russia and Belarus out of its international events within days of the war starting. The IOC's move Thursday will not change that.</p><p>“Our council has made a clear decision that when there is tangible movement towards peace negotiations it can begin to review its decisions,” the Monaco-based track body said.</p><p>Sports officials in northern European and the Baltic countries have taken strong positions against Russia and Belarus since 2022, and the Swedish sports confederation on Thursday called the IOC's advice “deeply unfortunate.”</p><p>Neutral athletes at the Olympics</p><p>A total of 32 neutral athletes competed in Paris, combining to win five medals including one gold in trampoline by Ivan Litvinovich of Belarus. One silver medal was won by the 20 neutral athletes in Milan and Cortina.</p><p>At the previous Olympic editions, a Russian team of 335 athletes went to the Tokyo Summer Games held in 2021 and 209 went to the 2022 Beijing Winter Games. Belarus sent 101 and 26, respectively.</p><p>A Belarus team should now expect to regain privileges at the 2028 Olympics — march under a national flag in the opening and closing ceremonies, wear uniforms in national colors, and hear the anthem played for gold medalists.</p><p>Doping case for Belarusian medalist</p><p>The IOC announced its Belarus news hours after a positive doping test was revealed for one of the country's four medalists at the Paris Olympics.</p><p>Weightlifter Yauheni Tsikhantsou, who took bronze in the men's 102-kilogram class in Paris, is not suspended while his case is prosecuted by the International Testing Agency. Growth hormone was found in a sample Tsikhantsou gave in March, the ITA said Thursday.</p><p>IOC updates on Olympic Games in 2030</p><p>The IOC board chaired by Coventry gave updates on the 2030 Winter Games in the French Alps and picking a host for the 2030 Youth Olympic Games.</p><p>An ongoing review of the Winter Games program will be confirmed in June but cannot include in France any sports not played on snow and ice, Coventry said. There has been speculation about adding new sports or boosting the winter program with indoor sports from the Summer Games.</p><p>The youth hosting contest was moving to a vote next month but stalled Thursday because of IOC uncertainty about a strategy for what it aimed to achieve, Coventry said, noting “very disjointed” views worldwide.</p><p>The bidders are Asunción, Paraguay; Bangkok, Thailand; and Santiago, Chile.</p><p>___</p><p>AP Winter Olympics at https://apnews.com/hub/milan-cortina-2026-winter-olympics</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZVCKD55K5FXD53EITML7Z2SXE.jpg?auth=9330d5b4e9521d56f7556101d4b803ccb9e57244bdb95f608f8b69949a1a382b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ivan Litvinovich of the Individual Neutral Athletes celebrates after winning the gold medal during the men's trampoline finals in Bercy Arena at the 2024 Summer Olympics, Friday, Aug. 2, 2024, in Paris, France. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Man accused of killing girlfriend’s brothers in Liberty City captured on video, police say]]></title><link>https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A 31-year-old man is accused of killing his girlfriend’s brothers on Saturday, according to Miami Police.]]></description><pubDate>Thu, 07 May 2026 02:10:57 +0000</pubDate><content:encoded><![CDATA[<p>A 31-year-old man is accused of killing his girlfriend’s brothers on Saturday, according to Miami Police.</p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/">Leer en español</a></p><p>Exclusive video obtained by Local 10 News shows what police say happened inside a Liberty City apartment moments before officers arrived.</p><p>The video captures a barrage of gunfire echoing through the apartment unit for several seconds.</p><p>About 40 seconds into the recording, someone can be heard screaming. Moments later, a woman runs out of the apartment yelling down the hallway, “He shot them.”</p><p>Police identified the suspect as Antwan Carter. Investigators say Carter killed his girlfriend’s brothers, Jahiem and Gianni Pierre.</p><p>According to Miami police, surveillance video shows Carter running to a car to retrieve a gun after getting into an argument with the brothers that turned physical.</p><p>The sister told police her brothers came to protect her because of a previous domestic violence incident involving Carter.</p><p>A GoFundMe page has been created online to help the family with funeral expenses.</p><p>Police said video also shows Carter pacing back and forth outside the apartment, banging on the locked door and yelling, “I bet one of you won’t open up.”</p><p>According to the arrest report, the sister urged her brothers not to open the door, but Jahiem opened it anyway. Police say Carter immediately started shooting.</p><p>Gianni died first.</p><p>Jahiem, who was injured, ran to take cover with his sister, but investigators said he collapsed on top of her.</p><p>The report states that after the shooting, Carter sat at the edge of the bed and told his girlfriend, “You see what you made me do?” She responded, “I told you to leave.”</p><p>The woman then ran out of the apartment screaming, “He shot them.”</p><p>Police said when officers arrived, Carter confessed, telling them, “I’m the one. I have the firearm.”</p><p>He remains in jail facing murder charges.</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 matar a los hermanos de su novia en Liberty City; Policía dice que fue captado en video]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Según la Policía de Miami, un hombre de 31 años está acusado de haber matado a los hermanos de su novia el sábado.]]></description><pubDate>Thu, 07 May 2026 13:58:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 31 años está acusado de matar a los hermanos de su novia el sábado, según la Policía de Miami.</p><p>Un video exclusivo obtenido por Local 10 News muestra lo que, según la Policía, ocurrió dentro de un apartamento en Liberty City momentos antes de que llegaran los agentes.</p><p>El video capta una ráfaga de disparos resonando dentro de la unidad del apartamento durante varios segundos.</p><p>Aproximadamente 40 segundos después de iniciada la grabación, se escucha a alguien gritar. Momentos después, una mujer sale corriendo del apartamento gritando por el pasillo: “Él les disparó”.</p><p>La Policía identificó al sospechoso como Antwan Carter. Los investigadores aseguran que Carter mató a los hermanos de su novia, Jahiem y Gianni Pierre.</p><p>Según la Policía de Miami, un video de vigilancia muestra a Carter corriendo hacia un vehículo para buscar un arma luego de discutir con los hermanos en un altercado que se tornó físico.</p><p>La hermana dijo a la Policía que sus hermanos acudieron a protegerla debido a un incidente previo de violencia doméstica relacionado con Carter.</p><p>Se creó una página de GoFundMe en internet para ayudar a la familia con los gastos funerarios.</p><p>La Policía indicó que el video también muestra a Carter caminando de un lado a otro fuera del apartamento, golpeando la puerta cerrada y gritando: “Apuesto a que uno de ustedes no va a abrir”.</p><p>Según el informe de arresto, la hermana les pidió a sus hermanos que no abrieran la puerta, pero Jahiem la abrió de todos modos. La Policía asegura que Carter comenzó a disparar de inmediato.</p><p>Gianni murió primero.</p><p>Jahiem, quien resultó herido, corrió para refugiarse junto a su hermana, pero los investigadores dijeron que colapsó encima de ella.</p><p>El informe indica que después de la balacera, Carter se sentó al borde de la cama y le dijo a su novia: “¿Ves lo que me hiciste hacer?”. Ella respondió: “Te dije que te fueras”.</p><p>Luego, la mujer salió corriendo del apartamento gritando: “Él les disparó”.</p><p>La Policía dijo que cuando los agentes llegaron, Carter confesó al decirles: “Soy yo. Tengo el arma de fuego”.</p><p>Permanece en la cárcel enfrentando cargos de asesinato.</p>]]></content:encoded></item><item><title><![CDATA[Nueva York pone a prueba programa de baterías enchufables para enfriar hogares sin saturar la red]]></title><link>https://www.local10.com/espanol/2026/05/07/nueva-york-pone-a-prueba-programa-de-baterias-enchufables-para-enfriar-hogares-sin-saturar-la-red/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/nueva-york-pone-a-prueba-programa-de-baterias-enchufables-para-enfriar-hogares-sin-saturar-la-red/</guid><dc:creator><![CDATA[Por KIKI SIDERIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:52:26 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA YORK (AP) — Cuando llega una ola de calor, millones de aires acondicionados se encienden a la vez, lo que sobrecarga la red eléctrica y eleva el riesgo de apagones, al igual que las facturas de electricidad de los residentes. Para aliviar esa presión, las compañías eléctricas pueden pedir a los clientes que hagan algo que muchos probablemente no harán: subir unos grados el aire acondicionado.</p><p>Ahora, un programa piloto favorable para inquilinos en la ciudad de Nueva York ha puesto a prueba un enfoque distinto: baterías enchufables que pueden alimentar aires acondicionados sin depender de la red durante los picos de demanda, lo que ayuda a quitarle presión a la red en sus momentos de mayor tensión y, al mismo tiempo, mantiene frescos a los residentes.</p><p>“Básicamente es una versión potenciada de la batería portátil que usarías para cargar tu teléfono cuando sales”, señaló Andrew Wang, director ejecutivo de Every Electric, la empresa que respalda el plan piloto, que se ha asociado con la compañía energética de la ciudad Con Edison.</p><p>Los dispositivos, cuyo tamaño es semejante al de un horno de microondas, se cargan cuando la demanda de electricidad es baja y luego hacen funcionar durante unas horas las unidades de aire acondicionado de ventana cuando la demanda se dispara. Se trata de uno de los muchos socios que participan en los programas de respuesta a la demanda de Con Edison, que pagan a los clientes para que reduzcan o desplacen su consumo eléctrico con el fin de respaldar la red.</p><p>El programa piloto se está ampliando a más de 1.000 hogares este verano y los participantes pueden recibir recompensas en forma de reembolsos en efectivo.</p><p>Los expertos señalan que esta iniciativa refleja el cambio más general hacia las llamadas plantas de energía virtuales, en las que muchos recursos energéticos pequeños y distribuidos se coordinan para reducir la presión durante los picos de demanda. A gran escala, soluciones como esta podrían tener un impacto significativo en la confiabilidad y la asequibilidad de la electricidad.</p><p>Por qué la electricidad se encarece durante los episodios de calor</p><p>Cuando la demanda de electricidad se dispara, las empresas de servicios públicos suelen recurrir a centrales eléctricas de respaldo que no operan con tanta frecuencia y que, por lo general, son menos eficientes y más contaminantes, indicó Kevin Brehm, gerente de RMI, una organización sin fines de lucro que investiga sistemas energéticos y la transición hacia energía limpia.</p><p>Con el tiempo, esos picos pueden hacer que las empresas de servicios públicos construyan más centrales eléctricas, a menudo alimentadas con combustibles fósiles, para satisfacer la demanda, y los costos terminan trasladándose a los consumidores.</p><p>“Está la cuestión de las emisiones, y también hay una cuestión realmente importante relacionada con la asequibilidad”, manifestó Brehm.</p><p>Por eso, las compañías eléctricas suelen pedir a los residentes que ahorren energía durante los días más calurosos del año, y fijan tarifas más altas en las horas pico para incentivar a la gente a ahorrar electricidad. Esas estrategias “pueden ser difíciles de sostener porque no saben exactamente cómo se van a comportar los consumidores”, añadió Brehm.</p><p>Ahí es donde pueden ayudar soluciones como la de Every Electric.</p><p>Las redes de baterías pueden aliviar la presión</p><p>Las empresas de servicios públicos y los gobiernos buscan cada vez más maneras de gestionar el aumento de la demanda eléctrica a medida que las olas de calor se vuelven más frecuentes e intensas.</p><p>Un enfoque es el programa de respuesta a la demanda de Every Electric, que paga a los clientes para que reduzcan o desplacen su consumo de electricidad durante periodos de alta demanda.</p><p>Los programas de plantas de energía virtuales son otra solución que se expande estado por estado en Estados Unidos. Dichos programas conectan miles de pequeños dispositivos energéticos, como baterías domésticas o electrodomésticos inteligentes, y los coordinan para devolver energía a la red cuando la demanda se dispara, aliviando la presión sin construir nuevas plantas. California, por ejemplo, trabaja para desarrollar uno de los más grandes del mundo, pagando a cientos de miles de participantes para que envíen energía almacenada de vuelta a la red durante eventos climáticos extremos. La mayoría de estos programas se limita a propietarios de viviendas con paneles solares.</p><p>Con Edison señaló que las baterías pueden ayudar a reducir la demanda máxima, respaldar la energía renovable y disminuir la necesidad de nueva infraestructura.</p><p>El programa de Every Electric funciona específicamente para personas con unidades de aire acondicionado de ventana, que por lo general son inquilinos, aunque no exporta energía de vuelta a la red. En su lugar, reduce la demanda al usar energía almacenada en la batería.</p><p>Aun así, Brehm sostuvo que programas como este forman parte del impulso más amplio para integrar los dispositivos energéticos de los consumidores en la red y recompensar los servicios que prestan.</p><p>“No puedo poner paneles solares en mi techo”, comentó Bianca Pasternack, una inquilina de la ciudad de Nueva York inscrita en el programa. “Esto al menos es algo accesible y fácil. Fue realmente una cuestión de configurarlo y olvidarse”.</p><p>Crece el programa piloto de baterías enchufables para unidades de aire acondicionado</p><p>La batería se enchufa a la unidad de aire acondicionado y luego al tomacorriente de la pared. Se vincula a una aplicación para teléfonos inteligentes que detecta cuándo la demanda es baja, cargando la batería durante las horas fuera de pico y usándola para alimentar el aire acondicionado durante los periodos pico, por lo general de 1 a 4 de la tarde o de 4 a 8 de la tarde durante los meses más calurosos.</p><p>Los participantes también pueden ganar dinero por participar, aproximadamente el equivalente al costo de una factura eléctrica de julio, según la empresa. Pasternack dijo que recibió una tarjeta de regalo de 100 dólares al final de la temporada.</p><p>La empresa afirma que su plan piloto ha crecido de unos 200 kilovatios de capacidad flexible el año pasado a aproximadamente 2 megavatios este verano, y que podría ampliarse mucho más. En comparación, el programa de California supera los 200 megavatios. La empresa busca expandirse a otras ciudades, indicó Wang.</p><p>Aunque el programa de Every Electric actualmente opera a pequeña escala, Brehm dice que sistemas como este podrían reducir de manera importante la presión sobre la red si llegan a suficientes hogares.</p><p>“Es cuestión de cómo logramos alcanzar esa escala”, expresó, al señalar que la adopción generalizada es un tema clave que depende de lo fácil que sea desplegar la tecnología e integrarla en la red. Agregó que el proceso de instalación de Every Electric es fácilmente accesible. “Es conectar y usar, y no necesitas un montón de permisos”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</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/YU65VOPEUNLWUBQQPGVXLOBBCI.jpg?auth=9741451c4a6953afa0449d08366e7c36c03c7fb330975a6039936f78167653a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani y Yan Sim conectan una batería de Every Electric para alimentar su aire acondicionado como parte de un programa piloto con la empresa de electricidad de la ciudad Con Edison para reducir la presión sobre la red eléctrica, el lunes 27 de abril de 2026, en el distrito de Brooklyn, en Nueva York. (AP Foto/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content></item><item><title><![CDATA[Policía: Persona recibe disparo en una pierna en Fort Lauderdale y se niega a presentar cargos]]></title><link>https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale está investigando un tiroteo ocurrido la madrugada de este jueves que dejó una persona herida, según confirmaron las autoridades.]]></description><pubDate>Thu, 07 May 2026 13:50:38 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Fort Lauderdale investiga una balacera ocurrida la madrugada de este jueves que dejó a una persona herida, confirmaron las autoridades.</p><p>Según la Policía, la balacera fue reportada alrededor de las 4 a.m. en la cuadra 1000 de Southwest 15th Avenue.</p><p>La Policía indicó que los agentes llegaron a la escena y encontraron a una víctima con un disparo en la pierna.</p><p>Los agentes administraron primeros auxilios a la víctima antes de que Fort Lauderdale Fire Rescue llegara y la trasladara al Broward Health Medical Center con heridas que no ponen en peligro su vida.</p><p>La Policía dijo que la víctima se negó a presentar cargos contra el sospechoso y rechazó proporcionar una descripción de esa persona.</p><p>No se divulgaron más detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Police: 1 shot in leg in Fort Lauderdale; victim declines to prosecute ]]></title><link>https://www.local10.com/news/local/2026/05/07/police-1-shot-in-leg-in-fort-lauderdale-victim-declines-to-prosecute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/police-1-shot-in-leg-in-fort-lauderdale-victim-declines-to-prosecute/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Fort Lauderdale police are investigating a shooting that occurred early Thursday morning and left one person injured, authorities confirmed.]]></description><pubDate>Thu, 07 May 2026 10:48:34 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are investigating a shooting that occurred early Thursday morning and left one person injured, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/">Leer en español</a></p><p>According to police, the shooting was reported at about 4 a.m. in the 1000 block of Southwest 15<sup>th</sup> Avenue.</p><p>Police said officers arrived at the scene and found a victim who had been shot in the leg.</p><p>Officers administered first aid to the victim before Fort Lauderdale Fire Rescue arrived and transported him or her to Broward Health Medical Center with non-life-threatening injuries. </p><p>Police said the victim declined prosecution against the suspect and declined to provide a description of that person. </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[These numbers show the global impact of Iran's grip on the Strait of Hormuz]]></title><link>https://www.local10.com/business/2026/05/07/these-numbers-show-the-global-impact-of-irans-grip-on-the-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/these-numbers-show-the-global-impact-of-irans-grip-on-the-strait-of-hormuz/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:24:10 +0000</pubDate><content:encoded><![CDATA[<p>Iran’s grip on the Strait of Hormuz has jolted the world economy, causing a spike in fuel prices that has rippled through other sectors with effects far beyond the Middle East. It has also left tens of thousands of mariners and hundreds of ships stranded in the Persian Gulf.</p><p>Iran effectively seized control of the critical waterway after the U.S. and Israel attacked it on Feb. 28. Weeks of heavy bombing and a U.S. naval blockade imposed last month have yet to loosen its grip. Iran says it will only reopen the strait if the war ends and the blockade is lifted. U.S. President Donald Trump is seeking wider concessions, including the rollback of Iran's disputed nuclear program.</p><p>Here is a look at the strait by the numbers:</p><p>21 miles (34 kilometers)</p><p>This is the width of the strait, which bends like an elbow, at its narrowest point between Iran and Oman. Ships follow narrow lanes to safely navigate the shallow water, making it even more of a chokepoint.</p><p>20%</p><p>Before the war, a fifth of the world’s traded oil typically flowed through the strait every day, as well as large supplies of natural gas, fertilizer and other petroleum products.</p><p>100-130</p><p>The number of ships that passed through the strait each day before the war began, including oil tankers and cargo ships, according to research firm Lloyd’s List Intelligence.</p><p>534</p><p>The number of ships that are believed to have passed through the strait from the start of hostilities through May 4, according to Lloyd's List Intelligence. Many are believed to have carried Iranian oil. In normal times, an estimated 6,500 to 8,450 ships would have transited the strait during the same period.</p><p>50%</p><p>The amount that the average price of gas in the U.S. has risen since the war began. The average price of a gallon was $4.56 on Thursday, according to AAA. The closure of the strait has also nearly doubled the cost of jet fuel.</p><p>Up to 10%</p><p>Insurance rates for ships have skyrocketed from 1% of the ship’s goods up to as much as 10%, according to shipping experts.</p><p>45 million</p><p>The number of people who could experience hunger, mostly in Asia and Africa, if the strait does not open soon, according to the U.N. World Food Program. The blocking of fuel and fertilizer shipments could soon push the price of food and other necessities out of reach for those already in a precarious situation, it said.</p><p>10</p><p>The number of mariners who have been killed since the Iran war began, according to the U.N.’s International Maritime Organization.</p><p>32</p><p>The number of ships that have come under attack, according to the International Maritime Organization.</p><p>1,550</p><p>The number of vessels, from 87 countries, currently stranded in the Persian Gulf, according to the U.S. military.</p><p>22,500</p><p>The number of mariners stranded on these ships, including many from South and Southeast Asia.</p><p>15,000</p><p>The number of U.S. soldiers, accompanied by 100 aircraft, committed to enforce Project Freedom, according to the U.S. military. Trump's initiative to guide ships through the strait was paused on Tuesday, just two days after he announced it.</p><p>2</p><p>The number of ships that the U.S. said it successfully guided through the strait as part of Project Freedom. ___</p><p>Associated Press writer David McHugh in Frankfurt, Germany, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7UZHVG5EHWTHUSW3PBDSQ5QDQ.jpg?auth=de97ec71021127d7e3deac187840fe08edf5bdd589990261fc7ab92f790ccda9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag for a pro-government campaign under a billboard with graphic showing Strait of Hormuz and sewn lips of U.S. President Donald Trump in a square in downtown Tehran, Iran, Wednesday, May 6, 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/JIAZDNV5YDP3AFESPSEX7F2MPU.jpg?auth=8b3f8fe88cc35ef3c61d0c5f55e0af7b2bb5c772590eb95bd7f8e0c9d0a48ae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A patrol boat moves through the water as cargo ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Saturday, May 2, 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/WGPYWI2Y5WJU3WEKVIBNVYZLRI.jpg?auth=31423739c0f7f7348381a8f0b2e4ca2596b53d3e8b478c73382e043742ebe976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Iranian tugboat floats in the foreground as cargo ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Monday, May 4, 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/MWVXMGQKPKBWOFT3DQHX6GTJ6Y.jpg?auth=544c8cdf13d2a0813cbe19921e93d557219b82cbbe58ae61a8265062922606ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Container ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Saturday, May 2, 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[FDA's new playbook: Lots of media announcements but not much rulemaking]]></title><link>https://www.local10.com/business/2026/05/07/fdas-new-playbook-lots-of-media-announcements-but-not-much-rulemaking/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/fdas-new-playbook-lots-of-media-announcements-but-not-much-rulemaking/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:51:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In one of his first major announcements as health secretary, Robert F. Kennedy Jr. called a news conference to unveil a plan to “phase out” synthetic food dyes.</p><p>Food and Drug Administration Commissioner Marty Makary opened the event by saying his agency was “removing all petroleum-based food dyes" from U.S. foods. But the specifics did not become clear until the final minutes, when Kennedy revealed that the government had “an understanding” with foodmakers to voluntarily stop using the chemicals. A “national standard and timeline” for completing the process would soon follow, according to an FDA statement.</p><p>More than a year later, the FDA has not introduced any of the detailed, scientific regulatory documents needed to establish a safety issue with the half-dozen widely used dyes. Instead, the FDA maintains an online list of manufacturers that have pledged to phase out the chemicals.</p><p>The administration’s handling of food dyes reflects its approach to a number of health priorities. Instead of using the time-consuming process of federal rulemaking, which can stretch across multiple administrations, officials working under Republican President Donald Trump have found a quicker approach: Announce sweeping changes first and deal with the regulations later.</p><p>“It speaks volumes that the administration has yet to produce a document articulating the scientific basis for the voluntary request,” said Susan Mayne, a Yale University public health expert and former director of the FDA’s food program. Meanwhile, the FDA's website continues to carry the government's longtime conclusion that “the totality of scientific evidence” does not show a link between synthetic dyes and health problems.</p><p>“If FDA has changed its position, then FDA should document why and pursue a ban,” Mayne said.</p><p>A spokesperson for Kennedy said the administration has used “multiple approaches” to quickly make more progress on food dyes “than at any point in the past.”</p><p>“FDA engaged industry early in this effort to encourage timely changes while continuing its scientific and regulatory work,” said Emily Hilliard of the U.S. Department of Health and Human Services. “The agency maintains its role in evaluating safety and will continue to use its regulatory authorities, guidance, and review processes as appropriate.”</p><p>The lack of initiative in drafting new regulations is particularly striking at the FDA. Under federal law, the agency is supposed to refrain from making major policy announcements in news releases, speeches or other informal settings.</p><p>But a string of changes from Makary and his deputies have appeared first in articles in subscription-only medical journal articles, television interviews or online posts, including new restrictions on COVID-19 vaccines and other therapies.</p><p>Traditionally, those changes would be published first in the Federal Register, giving consumers, experts, and companies a chance to comment and suggest revisions to FDA proposals.</p><p>FDA has faced little pushback from industry</p><p>Almost as surprising as the agency’s shift away from rulemaking is the fact that the powerful companies FDA regulates have put up little resistance.</p><p>The FDA has faced hundreds of lawsuits over the decades — from drugmakers, pharmacies, tobacco companies and others — that accused the agency of failing to follow the legally required steps for new regulations and guidelines.</p><p>But drugmakers and other multibillion-dollar companies are sitting on the sidelines, at least for now.</p><p>Industry observers point to the administration's unusual willingness to pressure drugmakers, including on drug pricing concessions sought by Trump.</p><p>“Does the government have the ability to basically bully companies?” asked Dan Troy, the FDA’s former chief counsel. “Yes, and I think we’re seeing that.”</p><p>One of the biggest FDA changes came last May, when Makary and then-vaccine chief Dr. Vinay Prasad published a medical journal article announcing that the FDA would no longer routinely approve COVID-19 shots for healthy adults under age 65 and children without underlying health problems. To win approval for that group, vaccine manufacturers would need to conduct large studies that many experts say may not be feasible in today's post-pandemic environment.</p><p>As with other vaccine decisions, Makary and Prasad bypassed the agency’s outside experts, who had traditionally been consulted on major decisions involving the shots. Makary says FDA advisory panels are often biased and take too much time and money to convene.</p><p>“We had all of this experience looking at the safety of how these vaccines work, and then these two cowboys come and say: ‘We’re going to make this policy’,” said Dr. Kathryn Edwards, who previously led the FDA’s vaccine panel.</p><p>Edwards and other experts say the lack of pushback from vaccine manufacturers may reflect the tremendous power the FDA holds over them.</p><p>“Ultimately, you need the FDA to license your product,” said Edwards, a retired vaccine scientist at Vanderbilt University. “If you’re going to try and buck the FDA -- especially in this environment — the likelihood of your product getting a positive review is going to be pretty low.”</p><p>Earlier this year, the FDA briefly refused to consider a new mRNA flu shot from Moderna. The agency reversed its decision after pushback from the company and the White House.</p><p>Recent FDA changes may have little staying power</p><p>There may be other reasons why normally litigious companies are not challenging the agency.</p><p>Some FDA initiatives have the potential to benefit companies, including a program that awards ultrafast reviews to drugs favored by the Trump administration.</p><p>Even seemingly burdensome changes may have little staying power because the agency is not going through the process to enshrine them in federal rules or guidelines. That includes stringent new standards to win approval for CAR-T therapies that were previously approved for various forms of cancer, based on early results.</p><p>“Anything that this administration does that they don’t embody in law can easily be undone by a future administration,” Troy said.</p><p>Still, with more than two years remaining under Trump, there are signs at least some companies may be willing to raise objections.</p><p>The FDA last year began releasing rejection letters for drugs it declined to approve. Previously, that information was considered confidential and the property of drugmakers.</p><p>Last month, an unnamed drugmaker filed a formal petition challenging the practice, noting the FDA had provided “only a two-sentence explanation addressing its purported legal authority” to release the letters.</p><p>The petition does not carry the force of a lawsuit, but it invokes the same language as numerous legal challenges to the agency, calling the FDA’s action “arbitrary and capricious.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5CJ52LNGGMMOZEUDBUWX6U6PM.jpg?auth=d763771f85a51e140f960fb97c07932035b694ce91c22e8d3263b93a717005d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr. testifies before a Senate Committee on Finance hearing on Capitol Hill, Wednesday, April 22, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2AVVLP2ABRQ3OYXIX4F4QIJQD4.jpg?auth=a905f3307ebca0ac9016fc216c4e50859d3beaaea823fb2aefab51a84732799a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with U.S. Secretary of Health and Human Services Robert Kennedy Jr. in the Oval Office of the White House, Saturday, April 18, 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/STQF4XV762CRTFEN3XRBPDQ3OE.jpg?auth=0cbb0a5410cae5c9a06551aa3a0c1fa493463192d83990a392cea4ce394a44b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Marty Makary, Food and Drug Administration (FDA) commissioner, attends an event on health care affordability in the Oval Office at the White House, Thursday, April 23, 2026, in Washington. (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/4ZF6QDKNQNVHH5FVHFAJFLIGDQ.jpg?auth=4e81a96003db40d2e725ac981776ecb23f45c328006e92e921a795722d0f4b1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Marty Makary, commissioner of the Food and Drug Administration, center, speaks while National Institutes of Health Director Dr. Jay Bhattacharya, left, and Health and Human Services Secretary Robert F. Kennedy Jr., right, listen in the Oval Office of the White House, Saturday, April 18, 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/JLEHRVZZ7COWPKAD7BNNVP5XUY.jpg?auth=7fa49aabcf5b3b093418e1cd492a7acf9921c3d37885667551b2674361fe2847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr. attends an event on health care affordability in the Oval Office at the White House, Thursday, April 23, 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[Air conditioning battery program for renters could help cities manage grid stress during heat waves]]></title><link>https://www.local10.com/tech/2026/05/07/air-conditioning-battery-program-for-renters-could-help-cities-manage-grid-stress-during-heat-waves/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/07/air-conditioning-battery-program-for-renters-could-help-cities-manage-grid-stress-during-heat-waves/</guid><dc:creator><![CDATA[By KIKI SIDERIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:06:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When a heat wave hits, millions of air conditioners switch on at once, straining the electric grid and driving up the risk of outages — and residents’ power bills. To ease that strain, power companies may ask customers to do something many probably won't: Set the air conditioner a few degrees higher.</p><p>Now, a renter-friendly pilot program in New York City is testing a different approach: plug-in batteries that can power air conditioners offline during peak demand, helping take pressure off the grid at its most stressed moments while still keeping residents cool.</p><p>“It’s basically a souped up version of the power bank that you would use to charge your phone when you go out,” said Andrew Wang, the chief executive officer of Every Electric, the company behind the pilot, which has partnered with the city's energy company Con Edison.</p><p>The devices, about the size of a microwave, charge when electricity demand is low and then run window AC units for a few hours when demand spikes. It's one of many partners participating in Con Edison's demand response programs, which pay customers to reduce or shift electricity use to support the grid.</p><p>The pilot program is expanding to more than 1,000 homes this summer and participants can get rewarded in cash rebates.</p><p>Experts say this initiative reflects the broader shift toward so-called virtual power plants, in which many small, distributed energy resources are coordinated to reduce strain during peak demand. When scaled, solutions like this could have a significant impact on power reliability and affordability.</p><p>Why electricity gets pricier during heat events</p><p>When electricity demand spikes, utilities often turn to backup power plants that don’t run as often, and are typically less efficient and more polluting, said Kevin Brehm, a manager at RMI, a nonprofit that researches energy systems and the transition to clean power.</p><p>Over time, those spikes can push utilities to build more power plants, often fossil-fuel based, to meet demand, with the costs eventually passed down to consumers.</p><p>“There’s a question of emissions, and then there’s also a really important question around affordability,” said Brehm.</p><p>That’s why power companies often ask residents to conserve energy during the hottest days of the year, and set higher rates during peak hours to encourage people to conserve power. Those strategies “can be hard to rely on because they don’t know exactly how consumers are going to behave,” Brehm added.</p><p>That’s where solutions like Every Electric’s can help.</p><p>Battery networks can take the pressure off</p><p>Utilities and governments are increasingly looking for ways to manage rising electricity demand as heat waves become more frequent and intense.</p><p>One approach is Every Electric's demand response program, which pays customers to reduce or shift electricity use during periods of high demand.</p><p>Virtual power plant programs are another solution expanding state by state. They connect thousands of small energy devices, like home batteries or smart appliances, and coordinate them to send power back to the grid when demand spikes, easing strain without building new plants. California, for example, is working to develop one of the world’s largest, paying hundreds of thousands of participants to send stored energy back to the grid during extreme climate events. Most of these programs are limited to homeowners with solar panels.</p><p>Con Edison said batteries can help reduce peak demand, support renewable energy and lessen the need for new infrastructure.</p><p>Every Electric’s program works specifically for people with window AC units, who are typically renters, though it does not export power back to the grid. Instead, it reduces demand by using stored battery power.</p><p>Still, Brehm said programs like it are part of the broader push to integrate consumer energy devices into the grid and reward the services they provide.</p><p>“I can’t put solar panels on my roof,” said Bianca Pasternack, a New York City renter enrolled in the program. “This is at least something that’s accessible and easy. It was very set-it-and-forget-it.”</p><p>Pilot program of plug-in batteries to AC units is growing</p><p>The battery plugs into the AC unit, then into the wall outlet. It’s connected to a smartphone app that detects when demand is low, charging the battery during off-peak hours and using it to power the AC during peak times, usually from 1 to 4 p.m. or 4 to 8 p.m. during the hottest months.</p><p>Participants can also earn money for taking part, roughly the equivalent of the cost of a July electric bill, according to the company. Pasternack said she received a $100 gift card at the end of the season.</p><p>The company says its pilot is growing from about 200 kilowatts of flexible capacity last year to roughly 2 megawatts this summer, and could expand much further. By comparison, California's program exceeds 200 megawatts. The company is looking to expand to other cities, Wang said.</p><p>Although Every Electric's program currently operates at a small scale, Brehm says systems like this could meaningfully reduce strain on the grid if they reach enough households.</p><p>“It’s a matter of how we’re able to get to that scale,” he said, noting that widespread adoption is a key issue that depends on how easily the technology can be deployed and integrated into the grid. He added that Every Electric’s installation process is easily accessible. “It’s plug-and-play and you don’t need a ton of permissions.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HMXAKUFTHDCWCNGMQRR7EXD37Y.jpg?auth=a06763aa707a4770f6cd53b490700a215730f16c3f9f3d705c8ae82dc3e7b0d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani and Yan Sim plug in a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABNNSDRS2Y2GHASKIHMQSMXO4Q.jpg?auth=8f6c85b082b38fbf70eea1636547e5bb4ac72382e6e2681841077286305b35fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani and Yan Sim plug unbox a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3GRT7DWL4ABMESTV3O5ADVN5E.jpg?auth=82bacc86044388e0041588c2240b54b64701713e5f8f5ffd508e3c888664e906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani hooks up a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLX3GQBY3CEIFH2J4SSSQHBLD4.jpg?auth=96fce95b41a178f3ff5efec0a485eb1d8a3eb0ea801fa238a12015623ebbb25b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani shows an app that is used to plug in a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T26L4T74OO773W6GFMPTLYPIIE.jpg?auth=2384b59deca9b2b89f8b8dfbc7b96a93cbaeb085f38b3a270a4e43571192d691&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid sits on an apartment floor Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content></item><item><title><![CDATA[US jobless claim applications rise to 200,000 but remain historically low despite economic headwinds]]></title><link>https://www.local10.com/business/2026/05/07/us-jobless-claim-applications-rise-to-200000-but-remain-historically-low-despite-economic-headwinds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/us-jobless-claim-applications-rise-to-200000-but-remain-historically-low-despite-economic-headwinds/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 12:55:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. jobless claim applications rose last week but remain at historically low levels despite elevated inflation and other economic headwinds.</p><p>The number of Americans filing for unemployment benefits in the week ending May 2 rose by 10,000 to 200,000, the Labor Department reported Thursday. That’s fewer than the 205,000 new applications analysts surveyed by the data firm FactSet were expecting.</p><p>The previous week’s new claims figure, which was the fewest since 1969, was revised up by 1,000 to 190,000.</p><p>Weekly filings for unemployment benefits are considered a proxy for U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>Despite dwindling layoffs shown in government data, the Iran war, now in its third month, has injected a large degree of uncertainty about how it will affect the U.S. and global economies even as Iran and the U.S. remain under a ceasefire agreement with growing optimism that an end to the war is near.</p><p>U.S. financial markets have rebounded near record levels and prices for a barrel of U.S. crude oil remain elevated around $90 per barrel. That’s down from highs of $112 last month, but still 36% higher than before the war began. Gas prices also much higher since the war began — AAA says the national average Thursday was at $4.56 a gallon —- saddling businesses and consumers with higher costs.</p><p>Last week, the government reported that a key inflation measure jumped in March as gas prices soared, the latest sign that the Iran war is driving the cost of living sharply higher.</p><p>An inflation gauge monitored by the Federal Reserve rose 0.7% in March from February, up sharply from the previous month, the Commerce Department said. Compared with a year ago, prices rose 3.5%, the biggest increase in almost three years.</p><p>Excluding the volatile food and energy categories, core inflation was also up in March.</p><p>This comes at a time when U.S. inflation is already above the Federal Reserve’s 2% target. Last week, the Fed opted to leave its benchmark rate alone, citing economic uncertainty caused by instability in the Middle East and still-elevated inflation.</p><p>Lower interest rates can boost the economy and hiring, but also tend to fuel inflation. Fed officials voted to cut rates three times to close 2025 out of concern for a weakening job market.</p><p>The Labor Department reported last month that U.S. employers added an unexpectedly strong 178,000 new jobs in March, nudging the unemployment rate back down to 4.3%. That followed a surprisingly large loss of 92,000 jobs in February. Revisions also have trimmed 69,000 jobs from December and January payrolls, a sign that the labor market remains under strain.</p><p>The government issues its monthly jobs report for April on Friday.</p><p>A number of high-profile companies have cut jobs recently, including Morgan Stanley,Block, UPS, Amazon and Disney.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s erratic tariff rollouts, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Employers added fewer than 200,000 jobs last year, compared with about 1.5 million in 2024, according to the data firm FactSet.</p><p>Economists say the American labor market appears stuck in a “low-hire, low-fire” state that has kept the unemployment rate historically low, but has left those out of work struggling to find a new job. The recent artificial intelligence boom and the investment required to develop it is also making companies reluctant to hire.</p><p>The Labor Department’s report Thursday showed that the four-week moving average of jobless claims, which evens out some of the weekly ups and downs, fell to 203,250, down 4,500 from the previous week.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending April 25 declined by 10,000 to 1.77 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3QGGBPP7264VSM7575HCH7KDA.jpg?auth=268d20aabbef51cab5b5d54dcfbf17d2ccaa51ab08fb2f3c7c41f9ad543aca23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is displayed at a restaurant, in Niles, Ill., Tuesday, April 7, 2026. (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[Democratic senators press US military on Israel's evacuation zones, warning of legal risks]]></title><link>https://www.local10.com/news/world/2026/05/07/democratic-senators-press-us-military-on-israels-evacuation-zones-warning-of-legal-risks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/democratic-senators-press-us-military-on-israels-evacuation-zones-warning-of-legal-risks/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:24:03 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — A group of Democratic U.S. senators have called for the U.S. Central Command to answer questions about American coordination with Israel in declaring broad “ evacuation zones ” in Lebanon and Iran, alleging that the practice may violate international law.</p><p>The letter underlines how the Democratic Party — both its leaders and the base — has grown increasingly critical of Israel.</p><p>Since the beginning of the U.S.-Israeli war against Iran and the latest Israel-Hezbollah war in Lebanon, the Israeli military has regularly issued maps covering large areas of territory along with warnings telling all residents of the zones to flee. Israel had previously used a similar approach in Gaza.</p><p>The senators said the sweeping warnings have “been used to permanently displace people and destroy homes and towns” and that some civilians who refused to leave their homes in the areas have been killed by subsequent strikes.</p><p>The 12 senators led by Vermont Sen. Peter Welch, in a letter dated May 4 to CENTCOM chief Adm. Brad Cooper that was provided to The Associated Press, state that Israel’s practice of unilaterally declaring mass evacuation warnings in Lebanon and Iran “likely contravene international laws the United States has helped develop around humane warfare.”</p><p>The other signatories include senators Bernie Sanders of Vermont, an independent who caucuses with the Democrats, Elizabeth Warren of Massachusetts and Sen. Tammy Baldwin of Wisconsin.</p><p>The letter asked the CENTCOM chief whether U.S. forces have coordinated military targets with Israeli forces during the recent war with Iran, whether they provided assistance or intelligence helping Israel’s military to impose the evacuation zones in Lebanon and Iran, and whether CENTCOM signed off on U.S. military support for the targeting of people or infrastructure in the evacuation zones. It also asked whether the U.S. military has reviewed the legality of the practice.</p><p>The Israeli military declined to comment when asked about the letter. CENTCOM did not immediately respond to a request for comment.</p><p>In the past, Israel has said the evacuation maps aim to keep civilians out of harm’s way. It says Hezbollah has positioned fighters, tunnels and weapons in civilian areas across southern Lebanon, from which it has launched hundreds of drones and missiles — without warning — into northern Israel.</p><p>International law experts say Israel’s warnings are inconsistent and often overly broad and open-ended. In Lebanon, residents say the warnings sometimes come with short notice or in the middle of the night, causing chaos and confusion, while in some cases, the warnings prompt evacuations but are never followed by a strike. In other cases, strikes in residential areas come with no warning.</p><p>A shift in the party stance</p><p>Observers said the move is part of a larger shift in the stance of Democratic Party leaders on U.S. military assistance to Israel. Democrats have also been critical of the Trump administration's entry into the war on Iran alongside Israel.</p><p>The letter came nearly three weeks after more than three dozen Democrats supported an effort by Sanders to block arms sales to Israel, signaling a growing discontent in the party with Israeli Prime Minister Benjamin Netanyahu and the wars in Gaza and Iran.</p><p>The two resolutions to block U.S. sales of bulldozers and bombs to Israel were opposed by all Republicans and rejected 40-59 and 36-63.</p><p>Jon Finer, former deputy national security adviser under President Joe Biden, said the recent steps by Democratic senators reflect a “growing concern about Israeli conduct of various wars that cause civilian harm and U.S. complicity in that" across the spectrum within the Democratic Party.</p><p>Asked why the Democratic Party is taking these steps now and not at the time when the war in Gaza and the Israel-Hezbollah war broke out — when the Democratic Biden administration was in power — Finer said: “our operational integration with Israel appears to be growing, which is part of it, but the truth is the Democratic base has been moving in this direction for some time and Washington has been catching up.”</p><p>Andrew Miller, a former senior official on Israel and Palestinian Affairs at the State Department, said the letter “represents a shift among congressional Democrats moving from questions of the legality of Israeli military operations to concerns about the complicity of the U.S. military.”</p><p>“It demonstrates that Democrats are taking international law very seriously and that is a welcome development,” Miller said.</p><p>The evacuation zones</p><p>Israel has issued dozens of evacuation warnings in Lebanon since the latest Israel-Hezbollah war began on March 2. Over 1 million people in Lebanon have fled their homes during the war.</p><p>Israel has also issued similar warnings for Iranians, both during the 12-day Israel-Iran war last year and during the U.S.-Israeli war launched on Iran on Feb. 28. In one case last year they warned 300,000 people in Tehran, Iran's capital, to evacuate.</p><p>On Wednesday, the Israeli military’s Arabic-language spokesperson Avichay Adraee issued an evacuation warning to residents of 12 villages in southern Lebanon saying Hezbollah is using them to launch attacks. The warnings came despite a ceasefire that has been nominally in place since April 17, although Israel and Hezbollah have been carrying daily attacks since then.</p><p>The senators said the declaration of evacuation zones does not absolve Israeli and U.S. forces “from the absolute legal responsibility to determine that each individual person or civilian facility targeted by drones, jets, and gunfire is, in fact, a military target.” It said the use of the zones has been linked to “the deaths of thousands of civilians," describing them as “kill zones.”</p><p>In response to questions by the AP last month, the Israeli military said it issues warnings by phone, text, radio broadcast, social media and leaflets dropped from the air, in accordance with the “principles of distinction, proportionality and feasible precautions” under international law.</p><p>___</p><p>Associated Press writer Julia Frankel contributed to this report from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J73JDV26ZHUPZVS6UP2LCUZU5M.jpg?auth=4f808e0655791b7c3fba27fa44522bb62ee862a84baab34c31e92bcc8178d32d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced people fleeing Israeli strikes in southern Lebanon sit in traffic at a highway that links to Beirut, in the southern port city of Sidon, Monday, March 2, 2026. (AP Photo/Mohammed Zaatari, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P55FLZ6NA3RSED2G3L6I2E4AGY.jpg?auth=d291352477e8a022f9f99bad4438df52f52a7c4a34dd2a122116359718090aac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced people fleeing Israeli strikes in southern Lebanon sit on a pickup at a highway that links to Beirut, in the southern port city of Sidon, Monday, March 2, 2026. (AP Photo/Mohammed Zaatari, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Israel indicts Jewish man accused of attacking Christian nun in Jerusalem]]></title><link>https://www.local10.com/news/world/2026/05/07/israel-indicts-jewish-man-accused-of-attacking-christian-nun-in-jerusalem/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/israel-indicts-jewish-man-accused-of-attacking-christian-nun-in-jerusalem/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 12:01:46 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Israel on Thursday indicted a Jewish man over a violent attack on a nun near Jerusalem’s Old City last week, the latest in a string of high-profile incidents targeting Christians and religious symbols.</p><p>The indictment identified the man as Yona Schreiber, 36, from the Israeli-occupied West Bank settlement of Peduel. It comes after a video of the assault received wide condemnation from foreign and Christian leaders.</p><p>Schreiber was arrested last week, and Israel's attorney general recommended extending his detention for the duration of the case. Schreiber’s lawyer refused to speak to an Associated Press journalist at the court.</p><p>According to the indictment, Schreiber attacked a woman in Jerusalem, just outside of the walls of Jerusalem’s Old City, because she was wearing a habit that identified her as a Catholic nun. He pushed her and then kicked her while she was lying on the ground, and also attacked a passerby who attempted to halt his attack, the indictment said.</p><p>Schreiber is being charged with simple assault, and assault motivated by religious hostility.</p><p>Olivier Poquillon, the director of the French School of Biblical and Archaeological Research, said that the nun was a researcher at the school. He called the attack an “act of sectarian violence” in an X post.</p><p>Religious groups have documented a rise in acts of harassment and violence against Christian pilgrims and clergy as well as Palestinian Christian residents, including assaults and spitting, often by extremist ultra-Orthodox Jews.</p><p>The arrest comes as Israeli treatment of religious minorities is under scrutiny, weeks after police limited access for holiday worship in Jerusalem’s holiest sites because of security concerns during the Iran war.</p><p>Latin Patriarch Cardinal Pierbattista Pizzaballa was prohibited from holding a private Mass at the Church of the Holy Sepulchre on Palm Sunday, the first time in centuries Catholic leaders have been prevented from observing Palm Sunday at the church. After the uproar, Jerusalem police eventually worked out a compromise for a limited Easter Mass at the church.</p><p>Israel also drew international criticism after a soldier photographed himself bludgeoning a fallen statue of Jesus on the cross with an ax in southern Lebanon. Israeli leaders later disavowed the incident and said that he would be reprimanded, and assisted local residents in replacing the statue.</p><p>The Israeli military also opened an investigation into a soldier photographed shoving a cigarette into the mouth of the statue of the Virgin Mary, which was apparently photographed several weeks ago. The military said that it views the incident with “utmost severity.” And there have been questions and concern about Israeli soldiers bulldozing parts of a Catholic convent in southern Lebanon.</p><p>Last month, Israel’s Foreign Ministry appointed former Ambassador George Deek to be the special envoy to the Christian world, in response to the incidents. Deek previously served as Israel’s ambassador to Azerbaijan and was Israel’s first Arab Christian ambassador.</p><p>Deek condemned the soldier filmed smoking a cigarette with a statue of the Virgin Mary, and stressed that Israel “is committed to preserving religious freedom and the dignity of all religions.”</p><p>Israel’s founding declaration includes safeguarding freedom of religion and all holy places, and it portrays itself as an oasis of religious tolerance in a volatile region.</p><p>But some church authorities and monitoring groups have lamented a recent increase in anti-Christian sentiment and harassment. The issue is particularly pronounced in Jerusalem’s Old City, a densely populated area with narrow alleyways of ancient stones, which houses holy sites for Judaism, Christianity and Islam.</p><p>Wadie Abunassar, the coordinator of the Holy Land Christian Forum, last week called attacks targeting Christians a growing phenomenon. He attributed the quick response to the attack on the nun to the fact that it was caught on video.</p><p>He said that he felt “great anger on the system and great sadness, because I feel that this will not end anytime soon.” One of the problems, he said, was insufficient deterrence against such violence.</p><p>“Many times in such cases there are no arrests and if there are arrests, sometimes after one or two days, (suspects) are released,” he added. “In some cases, the police do not recommend the prosecution to file charges or to indict them. And in some cases, when there is indictment, the indictment is mild.”</p><p>___</p><p>Sam Metz contributed to this report from Ramallah, West Bank.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDXOWEO3K7KHQ4FFXVABWIS6H4.jpg?auth=aeaa3c3f5e338ea59d72f2fa8ae1bbac6da0e15bd644f2ef5b4ee44c4061db84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian pilgrims visit the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026, as they walk past the site where a nun was attacked by a man last Wednesday. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK2MMYB23VRRKMZW6TDHS7OBQM.jpg?auth=0581761440256a47114ff9c08f8eae09786fca673428ed6c6e288e0bf677ef97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An ultra-Orthodox Jewish man walks in an alley near the site where a nun was attacked by a man last Wednesday, outside the Old City of Jerusalem, Friday, May 1, 2026.(AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVOFQEV2R6QW2TIHNV3FKQ2NNY.jpg?auth=326be5e581dadce3aa73204bd71b2a8069a769e2778826e6650c57ceb63b9ba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian pilgrims walk past the site where a nun was attacked by a man last Wednesday, after visiting the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026.(AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content></item><item><title><![CDATA[Bayern Munich falls short of Champions League final again ruing referee decisions]]></title><link>https://www.local10.com/sports/2026/05/07/bayern-munich-falls-short-of-champions-league-final-again-ruing-referee-decisions/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/bayern-munich-falls-short-of-champions-league-final-again-ruing-referee-decisions/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:41:26 +0000</pubDate><content:encoded><![CDATA[<p>For the second time in three seasons, Bayern Munich fell short in the Champions League semifinals with regrets about a referee’s decision in the second leg.</p><p>A free kick that should have led to a second yellow card for handball by Paris Saint-Germain defender Nuno Mendes was overturned after just 29 minutes when Bayern badly needed a way back into Wednesday's game.</p><p>“That would have been a decisive moment if PSG had lost a player so early,” said Bayern’s Konrad Laimer, who instead was eventually judged — on the fourth official’s advice — to have handled the ball seconds earlier.</p><p>Two years ago, a potential goal in stoppage time by Bayern’s Matthijs de Ligt to force extra time at Real Madrid was ruled out by a quickly raised flag for a possible offside that was marginal at best.</p><p>In 2024, Bayern’s then-coach Thomas Tuchel called the on-field ruling a “disastrous decision” that “feels almost like a betrayal.”</p><p>It is now six years and counting — and two semifinals exits — since six-time European champion Bayern last played in the final.</p><p>An added frustration is the passage of play around the Nuno Mendes handball could not be reviewed by the VAR system — though a similar incident could be next season when the rules are updated.</p><p>Key moment</p><p>PSG took a deserved third-minute lead in Munich on Wednesday when Ousmane Dembélé finished a fast break driven by Khvicha Kvaratskhelia’s skills and speed.</p><p>That made it 6-4 on aggregate to PSG, and Bayern seeking a big change in momentum.</p><p>It seemed to come when Laimer surged forward and flicked the ball up to the side of Nuno Mendes, whose outstretched right arm made his body bigger and blocked the ball.</p><p>Referee João Pinheiro blew his whistle and signaled with his left arm a free kick to Bayern. Another yellow card for Nuno Mendes, already booked for tripping Michael Olise, seemed inevitable.</p><p>Before Pinheiro reached the spot to take the free kick, his right arm was out in the PSG direction of play. The Portuguese referee gave a thumbs up signal to his fourth official on the touchline, Espen Eskas from Norway.</p><p>Laimer was judged to have handled the ball several meters (yards) further back when he first controlled the bouncing ball. Television replays were inconclusive.</p><p>“You don’t feel it during the game itself. I thought I had played the ball with my stomach, and then Mendes with his hand,” Laimer said. “The referee whistled for handball against me five seconds later. That’s really strange.”</p><p>No VAR review</p><p>The VAR protocol today allows video review of “clear and obvious errors” in four game-changing situations: A goal, a penalty, direct red cards, mistaken identity when the wrong player is shown a red or yellow card.</p><p>Starting at the World Cup next month, VAR can intervene to overturn a red card if a second yellow was shown in error.</p><p>Nuno Mendes never was shown a second yellow on Wednesday. However, a similar situation next season will let the referee follow their first instinct and review the whole passage of play at a pitchside monitor.</p><p>“I though he was giving it,” Bayern coach Vincent Kompany said of Pinheiro moving toward a second yellow for Nuno Mendes. “I felt he pulled out because he realized he had already given him a yellow and he didn’t want to send him off for that, and he’s turned it around to the other side.</p><p>“I’ve seen it from a few angles. I don’t see Konrad Laimer touch the ball with his hand.”</p><p>Instead of playing one hour against PSG down one man, Bayern faced a full-strength opponent and did not score until Harry Kane’s goal at the very end of a 1-1 game that cut the overall score to 6-5.</p><p>Minutes after the Laimer decision, Bayern was correctly denied a penalty for handball by PSG’s João Neves because the ball was played to his arm by a teammate. That nuance is not specified in The Laws of the Game but it is in a supplementary document called Football Rules.</p><p>PSG will defend its Champions League title against Arsenal on May 30. Bayern’s wait goes on.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWUZEY47OUXBJQ6HJS2YCO4HSQ.jpg?auth=0078befe48119da5d59558e81c57e6aa9cecc0aa1124442853713e7f6eb457a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Konrad Laimer gestures during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MCOCWWSJJHW6BAUUYWWBEQ5V6U.jpg?auth=915ed84a3a4929b2c1341b837fe374cde0aa90b05a5db258429a84f217400ed6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Konrad Laimer, right, challenges PSG's Nuno Mendes during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7ERZLW2HTKG3MFDJWXU2UN7QY.jpg?auth=43c4b2e66827b885c6139623d409746a1159ac4e808a3eb4137c49946f80115c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern players react after referee Joao Pinheiro's decision during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTY223DLJ5N2K2SRCDXLJ3ZTCY.jpg?auth=0e81eb6ac46cc9156fc47fb68ac8f835b7967e0a063b139a8a6ed08654712368&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern head coach Vincent Kompany reacts to a referee call during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQHDE3HQ4YL2P6PEJJRTISMQ34.jpg?auth=b34cab1ec319e92120cfce4d7ca470757c67e09e9c4356967af0abaffb3f229e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Harry Kane, center, reacts to a call by referee Joao Pinheiro during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Greece, birthplace of democracy, seeks to put humanity ahead of AI in updated constitution]]></title><link>https://www.local10.com/tech/2026/05/07/greece-birthplace-of-democracy-seeks-to-put-humanity-ahead-of-ai-in-updated-constitution/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/07/greece-birthplace-of-democracy-seeks-to-put-humanity-ahead-of-ai-in-updated-constitution/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:17:36 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — Greece is preparing major constitutional changes, including an amendment requiring that artificial intelligence serve human society.</p><p>Conservative Prime Minister Kyriakos Mitsotakis outlined the proposed revisions on Thursday, casting them as necessary to safeguard future generations given global concerns about AI’s risks to democratic governance and humanity itself.</p><p>“It’s very important that, in this process of constitutional revision, we take care of the world that will host our children,” Mitsotakis told lawmakers from his governing center-right party.</p><p>The proposed changes would include a provision that says: “Artificial intelligence shall serve the freedom of the individual and the prosperity of society, ensuring that risks are mitigated and that the advantages it provides are fully realized.”</p><p>Dozens of other changes would include expanding postal voting, increasing mandatory schooling from nine to 11 years and banning retroactive taxation.</p><p>“These challenges already dominate today: from the climate crisis and protection of water resources to renewable energy sources, but above all the use of artificial intelligence,” the prime minister said. “This great revolution must also be constitutionally placed at the service of individual freedom and social well-being.”</p><p>The lengthy revision process involves a series of votes by two successive parliaments and typically requires some cross-party support.</p><p>Greece has been an eager adopter of AI and modern technology since emerging from a major financial crisis eight years ago, upgrading border surveillance and rebuilding its tax administration.</p><p>A powerful government services platform now manages everything from obtaining a divorce to buying tickets for domestic soccer matches.</p><p>Last month, the government unveiled plans for a full social media ban for children younger than 16 — a move it said was intended to pressure the European Union to adopt similar rules.</p><p>Some constitutional experts in Greece argue AI must be legally required to serve democracy because major private technology platforms now hold enough data and power to operate beyond effective public oversight.</p><p>Evripidis Stylianidis, the government’s lead lawmaker on the constitutional revision, said the changes would serve as a long-term guardrail on AI use.</p><p>“Many issues today are defined at the international level,” he told state radio Thursday. “The protection and proper use of artificial intelligence touches all human rights in daily life and is something that must concern us in the constitutional revision.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CATT7FCS4MCEWNMI4SKNQCP4HU.jpg?auth=c513b10c43578a3768721f8e84a5307edfba9d95d6a8397507feacc6127698ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People stand in front of the Greek Parliament as vehicles drive past in central Athens, on Nov. 21, 2017. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DB77B5MUDDMJBJ3YZCHOOECPUU.jpg?auth=9cd39ae1443118bf7e62c0537efaa4bd72dac9fac3b5e560f749bea374490076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Greece's Prime Minister Kyriakos Mitsotakis waits for the arrival of the European Parliament president in Athens, April 9, 2025. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IV55Q6NE7VTWX5K2DM3RTNHKI.jpg?auth=dadf0f0430ed2366606d501a4e5310b2d152ce03edfbe9c4cd0a0a6b19b4a11c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A presidential guard is reflected on a puddle following a downpour in Athens, in front of the Greek Parliament on March 1, 2024. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Clarence Thomas becomes the second longest-serving Supreme Court justice in American history]]></title><link>https://www.local10.com/news/politics/2026/05/07/clarence-thomas-becomes-the-second-longest-serving-justice-in-supreme-court-history/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/clarence-thomas-becomes-the-second-longest-serving-justice-in-supreme-court-history/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:07:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The first baby boomer on the Supreme Court hit a milestone on Thursday, becoming the second-longest serving justice in history at a time when his influence has never seemed greater.</p><p>Once an outlier on the nation’s highest court, Justice Clarence Thomas has become a towering figure in the conservative legal movement over the last decade as he helped secure landmark rulings on abortion, voting and Second Amendment rights.</p><p>The only justice with a longer tenure is liberal William O. Douglas. Thomas would overtake Douglas in 2028 if he remains on the court, and there is no sign he plans to retire anytime soon.</p><p>“I think he’s more energized and excited now than when I first met him,” said John Yoo, a law professor at the University of California, Berkeley, who served in Republican President George W. Bush's administration after his time as a Thomas clerk three decades ago.</p><p>Thomas was confirmed in 1991 after contentious hearings that included sexual harassment allegations. More recently, his acceptance of luxury trips has raised a storm of ethics questions. He's nevertheless gone from near-silence at oral arguments to asking the first questions and penning a landmark ruling expanding Second Amendment rights.</p><p>Following the nomination of three conservative justices by Republican President Donald Trump, Thomas is now the most senior member of a supermajority that's also overturned abortion as a constitutional right, ended affirmative action in college admissions and sharply limited the Voting Rights Act.</p><p>“The court has radically moved in his direction over the course of his time on the court,” said Stanford University law professor Pamela Karlan. Thomas' seniority means he can decide who writes an opinion if he's part of a majority that doesn't include Chief Justice John Roberts, a factor that can nudge other votes behind closed doors, Karlan said.</p><p>Off the bench, Thomas' sphere of influence also includes his large, close-knit network of former clerks, who have served in the Trump administration and are increasingly filling out the ranks of federal judges.</p><p>“That is an important legacy that he will leave,” said Sarah Konsky, director of the Supreme Court and Appellate Clinic at the University of Chicago Law School. “Even as justices' own time on the court winds down, significant influence lives on through their clerks.”</p><p>That’s not to say Thomas’ time on the court is up. In a recent speech, Thomas tied the nation’s highest ideals to a conservative vision of limited government — and launched a broadside on progressivism seen by critics as unfair and inappropriate. In the room at the University of Texas, though, it earned a standing ovation.</p><p>Thomas, who became the second Black member of the court, now has a tenure that tops 34 years, putting him ahead of Justice Stephen J. Field, who was nominated by President Abraham Lincoln before the end of the Civil War and served as the only 10th justice until 1897.</p><p>For Thomas, 77, it’s a long way from the hearings at which his nomination by Republican President George H.W. Bush was nearly derailed by allegations that he had sexually harassed Anita Hill, a charge he forcefully denied.</p><p>Thomas has more recently come under scrutiny for lavish, undisclosed trips from a GOP megadonor and the conservative political activism of his wife, who backed false claims that the 2020 election was stolen from Trump. The justice has said he wasn’t required to disclose the trips he took with friends and ignored calls to recuse himself from cases related to the election.</p><p>On the court, though, recent years have also brought perhaps the most significant work of his career, especially a 2022 opinion he wrote that found people generally have the right to carry a gun in public. The justice did not respond to a request for comment on his tenure.</p><p>His own jurisprudence has changed little over the years, said Scott Gerber, author of “First Principles: The Jurisprudence of Clarence Thomas." Even as the majority moves his way, he’s continued to write dissents that get noticed.</p><p>“He’s incredibly consistent,” Gerber said. Once known for solo dissents, “now he writes majority opinions.”</p><p>___</p><p>Follow the AP's coverage of the Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AAMTC3MPH4DYZNPBGXYHABGHGI.jpg?auth=62d0e89b0c1e5b0fe0f713cbad8fa557186a76fd32e810262c1f73c2004749c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Associate Justice Clarence Thomas joins other members of the Supreme Court as they pose for a new group portrait, at the Supreme Court building in Washington, Oct. 7, 2022. Thomas was nominated by President George H. W. Bush to succeed Justice Thurgood Marshall and has served since 1991. (AP Photo/J. Scott Applewhite, File)]]></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/W6COG5BIHNHBM34VQF7PFAMQ3E.jpg?auth=f588f840dcd7d0517ed3fb757d190ea0895a1e476a85fdd5cf4cb653e0f0e986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Supreme Court Associate Justice Clarence Thomas answers questions during a visit to the University of Texas at Austin, in Austin, Texas, April 15, 2026. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOB5IE4AV6L7CNT33REUNM3MJY.jpg?auth=a035d12434727e46cd4724df937b56d06a084dab37117de2c7f8ab6eaf91a232&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Nominee Clarence Thomas and his wife Virginia listen during his nomination hearing before the Senate Judiciary Committee on Capitol Hill in Washington, Sept. 10, 1991. (AP Photo/Doug Mills, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Mills</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWIWBFP4SGY4ONKAZYB6LM6ZLQ.jpg?auth=19333f75d6201b11bce504ecd39d76e16b2481ad75083603413f421a283d4bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George H.W. Bush and Supreme Court nominee Clarence Thomas hold a private meeting in the Oval Office at the White House in Washington, Sept. 6, 1991. (AP Photo/Greg Gibson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Gibson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OM3DSRAWZAZUACA2BUQDG2ET4Q.jpg?auth=dce02579367acb749fca1c77b5bc8a001c27e8e98c5a1359dcc42839f534a782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Supreme Court sit for a new group portrait following the addition of Associate Justice Ketanji Brown Jackson, at the Supreme Court building in Washington, Oct. 7, 2022. Bottom row, from left, Associate Justice Sonia Sotomayor, Associate Justice Clarence Thomas, and Chief Justice of the United States John Roberts. Top row, from left, Associate Justice Amy Coney Barrett, Associate Justice Neil Gorsuch, and Associate Justice Brett Kavanaugh. (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[Italian Open leaders side with players on prize money issue and aim to become a 5th Grand Slam]]></title><link>https://www.local10.com/sports/2026/05/07/italian-open-leaders-side-with-players-on-prize-money-issue-and-aim-to-become-a-5th-grand-slam/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/italian-open-leaders-side-with-players-on-prize-money-issue-and-aim-to-become-a-5th-grand-slam/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:02:35 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Italian Open organizers are supporting tennis players who are urging a boycott unless the Grand Slam tournaments improve their prize money.</p><p>Angelo Binaghi, the president of the Italian Tennis and Padel Federation, is also campaigning to turn the Rome event into a fifth Grand Slam.</p><p>The players have targeted the coming French Open for reducing players' share of revenue to an alleged 14.3% — compared to the 22% at ATP and WTA events like the Italian Open this week.</p><p>Top-ranked Aryna Sabalenka and Coco Gauff were among players this week threatening a boycott of the Slams if they don’t start receiving more compensation.</p><p>“The players have our full support,” Binaghi said. “It’s scandalous that we’re required by the ATP to share a bigger cut of the revenues with the players and the four Grand Slams hand out a smaller cut.</p><p>“It’s shameful and creates competitive disparities, too, because the four nations (that organize the Slams) have a huge amount of money to invest in their technical sectors that other nations don’t have,” Binaghi added. “I want to blow apart this monopoly.”</p><p>Italian Open prize money</p><p>It should be noted that the Italian Open has offered less prize money for women than men for years. The total men's prize money this year in Rome is $9.6 million while the women's prize money is $8.3 million.</p><p>But next week the women's champion in Rome will earn 1.055 million euros — slightly more than the 1.007 million euros handed out to the men's winner.</p><p>Fifth Grand Slam</p><p>For more than a year, Binaghi has been campaigning to turn the Italian Open into a fifth Grand Slam alongside the Australian Open, French Open, Wimbledon and U.S. Open — upending a century of tennis history.</p><p>With Jannik Sinner dominating at No. 1 and three other Italians in the men's top 20 rankings — No. 10 Lorenzo Musetti; No. 12 Flavio Cobolli and No. 20 Luciano Darderi — Italian tennis is booming.</p><p>Italy has won the Davis Cup for three straight years and the Billie Jean King Cup — the women’s team event — for the last two years.</p><p>So Binaghi, who took over the federation a quarter century ago when it was nearly bankrupt, wants to take advantage of the boom for his Grand Slam dream.</p><p>“We’re experiencing a stretch of tennis in Italy that will be tough to repeat, because it also needs to be considered in comparison with the Italian soccer debacle," Binaghi said, referring to how Italy failed to qualify for a third consecutive World Cup.</p><p>Foro Italico running out of room</p><p>Besides tradition and scheduling issues, Binaghi faces another major obstacle toward making the Italian Open bigger: There’s little room for expansion at the Foro Italico.</p><p>“We’re open to organizing a (fifth Grand Slam) anywhere in Italy — on any surface,” Binaghi said.</p><p>Work on a retractable roof for Campo Centrale is slated to start immediately after this year’s Italian Open and be ready for the 2028 edition.</p><p>Capacity for the revised stadium will increase from 10,500 to 12,400.</p><p>The Italian Open is hoping to pass 400,000 ticket sales this year, while the French Open last year had a total attendance of nearly 700,000.</p><p>“If we’re going to aim big, we shouldn’t focus exclusively on the Foro Italico, because there are a lot of issues here in terms of transport and temporary venues,” Binaghi said.</p><p>So would Binaghi be willing to move the tournament away from the Foro and its statue-lined courts?</p><p>“These days, the beauty factor is just added value; it’s not decisive,” he said. “The people don’t come to see the statues anymore. They come to see Sinner, Musetti, (Jasmine) Paolini and the other Italian players.”</p><p>The Italian Open wanted to add a mixed doubles tournament this year on the weekend before the singles events start but ATP and WTA rules wouldn’t allow it because the Madrid Open ends those days.</p><p>Sinner favored to end drought</p><p>While Jasmine Paolini earned Italy the titles in both women’s singles and doubles (with partner Sara Errani) last year, Sinner is an overwhelming favorite this year to become the first Italian man to win at the Foro since Adriano Panatta 50 years ago.</p><p>Apart from the Olympics, the Italian Open and French Open are the only big titles in tennis that Sinner hasn’t won and his top rival, Carlos Alcaraz, is out of both tournaments due to a right wrist injury.</p><p>Binaghi said if Sinner raises the trophies in Rome and Paris, “maybe I should step down.</p><p>“If it happens,” Binaghi said of Sinner winning those two titles, “we’ll take stock of all the opportune and logical consequences.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWPJSQPRZWD7KT5MXAT5FJ5D54.jpg?auth=e3c50909d760439699df4aee900e9ce3a1134725c41306e7e751e6821659f09c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns the ball to Rafael Jodar of Spain during the Madrid Open tennis tournament in Madrid, Wednesday, April 29, 2026. (AP Photo/Pablo Garcia)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Garcia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK5GYSR3VYXAS66J4LGZQSFVVE.jpg?auth=52a1a99cd7f08f68f055cae5c446dde42420965ce9e7be618fd488753ea95549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Hailey Baptiste, of the United States, during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72DTZXZERRP6RAK2KN4MKXHQKA.jpg?auth=57020210e4a1e27d3c9abbc11869b6e07b2e47d953f921aec5c5813c755eeaa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner returns the ball to France's Arthur Fils during their men's singles semifinal match at the Madrid Open tennis tournament in Madrid, Spain, Friday, May 1, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[McDonald's focus on value lifts first-quarter sales, but company says gas prices could dent demand]]></title><link>https://www.local10.com/business/2026/05/07/mcdonalds-focus-on-value-lifts-first-quarter-sales-but-company-says-gas-prices-could-dent-demand/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/mcdonalds-focus-on-value-lifts-first-quarter-sales-but-company-says-gas-prices-could-dent-demand/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:40:41 +0000</pubDate><content:encoded><![CDATA[<p>McDonald’s posted better-than-expected sales in the first quarter but said high gas prices and consumer anxiety over the Iran war could dent sales this spring.</p><p>The average price of a gallon of gas in the U.S. was $4.55 on Thursday, according to AAA. That was 44% higher than a year ago.</p><p>McDonald's Chairman and CEO Chris Kempczinski said the company has been making progress bringing lower-income customers back into its stores with value meals. But fast food visits by customers with household incomes of $45,000 or less are still declining overall, and the spike in gas prices won't help, he said.</p><p>“Clearly, when you have elevated gas prices... that is going to disproportionately impact low-income consumers. And so we expect the pressures there are going to continue,” Kempczinski said Thursday during a conference call with investors.</p><p>McDonald's said same-store sales, or sales at locations open at least a year, fell in the U.S. and some international markets in April. That was partly due to a big surge in sales last April, when a popular Minecraft meal drove traffic. Kempczinski said it's too early to get a read on sales in May and June, although the company is hoping a new beverage lineup which launched in the U.S. this week will generate interest.</p><p>“Certainly consumer sentiment is heightened anxiety, let’s just say, and it may have an impact. But, you know, our focus is on controlling what we can control,” Kempczinski said.</p><p>McDonald's shares were flat in early trading Thursday.</p><p>In the January-March period, McDonald's global same-store sales rose 3.8%. That was better than the 3.7% increase Wall Street was expecting, according to analysts polled by FactSet.</p><p>The company kept customers interested with limited-time menu items like the Big Arch burger, a 1,020-calorie behemoth that went on sale in the U.S. in March. The burger became a viral sensation after Kempczinski posted a video of himself taking a nibble from one and was mocked for his tentative bite. Tom Curtis, president of rival Burger King, posted his own video taking a vigorous bite of his chain’s new Whopper.</p><p>The Big Arch burger costs well over $8 in many U.S. markets. So McDonald's is trying to emphasize value in other parts of its menu. The company cut prices on some U.S. combo meals in September, and starting April 21, McDonald’s U.S. stores began offering 10 items that each cost less than $3.</p><p>Kempczinski said McDonald's experience in other markets like Germany and Australia has shown that the combination of meal deals and low-priced individual items is the best value strategy.</p><p>“You need to have a meal deal offering there to be able to drive interest and excitement around some of our core menu items,” Kempczinski said. “But you also need entry-level price points for those folks who are maybe a little bit more stressed around affordability and are looking for, you know, ‘What can I get for $3 or less?’”</p><p>The Chicago chain said its revenue rose 9% in the first quarter to $6.52 billion. That was also higher than the $6.47 billion Wall Street was expecting, according to FactSet.</p><p>McDonald’s net income rose 6% to $1.98 billion. Adjusted for one-time items, the company earned $2.83 per share. That was also higher than analysts’ forecast of $2.74.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DIYJ6UH6LCRNXTLTUVRBB7X3BA.jpg?auth=215aec6fa4b3fea68cf41dff04136fe2d7099b0e25b2ef0ef7801ab3f86a5298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A McDonald's logo is shown at a restaurant in Warren, Mich., Tuesday, Sept. 2, 2025. (AP Photo/Paul Sancya, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[After the Los Angeles wildfires, clergy crossed denominational lines and forged new bonds]]></title><link>https://www.local10.com/news/national/2026/05/07/after-the-los-angeles-wildfires-clergy-crossed-denominational-lines-and-forged-new-bonds/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/after-the-los-angeles-wildfires-clergy-crossed-denominational-lines-and-forged-new-bonds/</guid><dc:creator><![CDATA[By DEEPA BHARATH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:02:05 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Rabbi Amy Bernstein says the wind-whipped fire in January 2025 that scorched much of the Pacific Palisades, destroying her home and damaging her synagogue, “blew everything open” for the community’s faith leaders.</p><p>“If our hearts must break, let them break open,” said the rabbi, who leads Kehillat Israel where 300 families out of 900 lost their homes. “This tragedy has really pushed us closer to one another. We're working to change the things we need changed.”</p><p>Faith leaders both in the Pacific Palisades and in Altadena and Pasadena — devastated by the pair of fires that tore across Southern California — have relied on interfaith and community partnerships to rally congregants who are picking up the pieces 16 months later.</p><p>They’ve had to learn on the fly about insurance coverage and local land use regulations while still trying to keep their scattered flock together and raising money for basic needs. Pastors in Altadena have had to fight to protect the rights of Black people who decades ago found pathways to home ownership in that community despite redlining — but now risk losing their land to outside developers who sense an investment opportunity.</p><p>And throughout this span, faith leaders have had to cater to the emotional and spiritual needs of their communities and think about how they want to rebuild their sanctuaries that were lost or damaged in the fire. More than a dozen houses of worship burned to the ground or were damaged.</p><p>Interfaith relationships have become stronger after the fires</p><p>This would have been difficult for faith leaders to handle but for the interfaith relationships that became closer and stronger after the fires, said the Rev. Grace Park, associate pastor at Pacific Palisades Presbyterian Church, which burned down.</p><p>Methodists, Presbyterians, Catholics, Jews and yogis have not just found common ground in human suffering and loss, but have learned how to lean on one another in a time of dire need, she said.</p><p>“It’s a sense of mutual affection and respect, learning from each other and leaning on one another,” Park said. “We’re sharing the joys and the deep valleys of what it means to lead through a time of tragedy.”</p><p>Brother Satyananda, a senior monk at the Self Realization Fellowship, lost his living quarters and belongings in the fire. Much of the campus, started by Paramahamsa Yogananda who brought ancient spiritual practices from India to the West, fortunately survived the fire.</p><p>Satyananda recalls one day when Bernstein picked up on his sadness and offered him “motherly compassion.”</p><p>“We share the same profession where we’re tuned to people in need,” he said. “Now, our relationship has changed because we’re tuning into each other. There’s a greater level of trust.”</p><p>Pastor BJ King, who leads LoveLand LifeCenter, worked with the late Rev. Cecil B. Murray to heal communities and build interfaith coalitions after the 1992 Los Angeles riots.</p><p>“Back then, there was a choice whether or not to get involved,” he said. “But with these fires, there is no choice. It has affected everybody.”</p><p>Pastors have had to acquire new skills</p><p>King’s congregation has switched to online services after their leased church building in Altadena suffered smoke damage. Twelve families lost their homes. In addition to helping meet people’s basic needs, King has created a program organizing gatherings to connect therapists with those in need of mental health.</p><p>“Many people didn’t even know they needed that,” he said.</p><p>One of the most powerful roles faith leaders have played after the fire is to “continue to talk with power, people in charge,” said Pastor Jonathan DeCuir, who leads Victory Bible Church in Pasadena. He and others in the region have continued to meet with local officials and even conferred with Gov. Gavin Newsom to keep things moving for their communities.</p><p>DeCuir chairs the board of a nonprofit called Legacy Land Project, which provides financial aid, legal support and guidance on building contractors, as well as medical care to those affected by the fires.</p><p>The disaster has brought a level of camaraderie that DeCuir says he has never seen among the region's clergy.</p><p>“Denominational lines have been crossed,” he said. “Even if we have different theological stances or approaches to ministry, we are all now looking at how to care for our people and community. If we don’t come together, Altadena will never ever be the same. The people won't be there anymore. That, to me, is terrifying.”</p><p>While a church is more than a building, physical churches do appear as “beacons of hope” in traumatized communities, said Pastor Mayra Macedo-Nolan, executive director of Clergy Community Coalition in Pasadena. Her group has lobbied for houses of worship to be prioritized on the same footing as businesses in the rebuilding plan.</p><p>“When people start seeing churches rebuilding in Altadena, they’re going to feel like it’s going to be OK because the churches are coming back,” she said.</p><p>Reimagining a purposeful future</p><p>On April 26, the Altadena Fountain of Life Church broke ground to build a new sanctuary after their house of worship, which had stood for over three decades, was destroyed in the fire. Pastor Jonathan Lewis, who ministers to about 75, hopes the church will be ready in time for Easter next year.</p><p>“It’ll be a Resurrection Sunday for our church, too,” he said.</p><p>Alexis Duncan, who grew up in Altadena attending that church, came to the groundbreaking with her 6-year-old daughter. She lost both her home and her church building.</p><p>“It means everything to me that they’re rebuilding because I want the church to be there for my daughter as she grows up,” she said. “This new beginning gives me and my family hope and the encouragement to come back.”</p><p>Some churches like Altadena Community Church, a United Church of Christ congregation, are pausing to rethink their future purpose. The Rev. Michael Lewis, who took over in February after the previous pastor retired, said the congregation is looking into several possibilities for the one-acre lot, including affordable housing.</p><p>“We know that a church is not intended to be a landlord and the pastor is no property manager,” he said. “But, we’re also thinking about who is able to return to Altadena? How will this rich, economically diverse community that was scattered by the fire come back?”</p><p>The church has been around since the 1940s. A haven for actors, poets and musicians, the former sanctuary also served as a vibrant performance space. Lewis said they hope to incorporate a performance stage into the new facility.</p><p>“It’ll look different from what we had before,” he said. “Once we figure out how to build community, we can decide what physical structures will help us support that community.”</p><p>As for Kehillat Israel, on May 15, members will carry their Torah scrolls back to their sanctuary, marking one of the first returns by a house of worship to the Palisades since the disaster.</p><p>Judaism has had “a long history of starting over,” Bernstein said.</p><p>“It’s encoded in our cultural approach to the world, that there are things that can always be taken away from you,” she said. “But what you become can never get taken away.”</p><p>___</p><p>Associated Press religion coverage 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.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YKUJJY3KHRJTC4QGOUWI4ZWA2U.jpg?auth=e33825134e10c6c59bb89894e7882c43af0363bb03dc2cbbd0dd4a57edb88efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The new foundation for the Fountain of Life Nazarene Church is seen in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJ74S74IRYLYL7HDQDYX4FGC3M.jpg?auth=4a8e35c7cb07507a371f5e00f17fa7479b14bb530cae1940c44ea130750e13c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The new foundation for the Fountain of Life Nazarene Church is seen in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZE6O3GBET3RFYUTWVJE5QXZKQ.jpg?auth=c8d71fac44918286ad17806cd850e5d0fc41070cbb1944569fa59c8d5dcb5f38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis, fourth from right, holds a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JG73HZ6D35KM3QQ3HVX4I7LMPE.jpg?auth=ff5f43e523907e0227327bea728d0cd0be03da47f089ff104e30a54046a14859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation join in prayer during the groundbreaking ceremony at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWPESDREOGIA53AN3MQUOEJT7Q.jpg?auth=522f9cd11229d2136dcbd22d3f6188a63c8ef059f9b79b9a278f604d88b5a4bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis holds a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I6XKW5WLPYFRHWAM7Z4D55V2VE.jpg?auth=e6af5acd06bc2258141e8a905170848c88ece9183318ba86b415d793f313b391&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation attend a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RKIES5SIGWEVV6CN746OOAUEY.jpg?auth=75c5ba9295bf718ddc2410cbc7e620e470a039dc11647cfaf1706d54edf4e420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenneth McDaniel joins members of his congregation at a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/563JQ2PMIWVJCUYZV3ZNK2IDRM.jpg?auth=847846fbdee007b3a754b0e7307bb129d55a3932dc4acbb122474a4d0e513ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewi, left walks past burned pipes next to the site where the Fountain of Life Nazarene Church is being rebuilt, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AOQ5HR7M5JOWIPXUMF4XGSUKQY.jpg?auth=5af4296411d7032e5cb0c0ca6182bad56ffe27284f7e15b5c2c2fb4e5fd529d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation attend a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D4K5SJFMM463YU4RJ75O4IS334.jpg?auth=58e1987273d626fa46698415ae51cac4eba67649c661d9414f9b7827921a4094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation pray during a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPLLYPR4YOEU2U7R3G5Z2G5Z7Q.jpg?auth=1ae68bdc4be3b00855f59dd227941357e01dfeab06c2a14e9faad3298ddcf69f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis poses for a photo with his congregation during a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Tornadoes cut across Mississippi as severe storms damage 500 homes]]></title><link>https://www.local10.com/news/2026/05/07/tornadoes-cut-across-mississippi-as-severe-storms-damage-500-homes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/tornadoes-cut-across-mississippi-as-severe-storms-damage-500-homes/</guid><dc:creator><![CDATA[By JACK BROOK and KATHY McCORMACK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:08:29 +0000</pubDate><content:encoded><![CDATA[<p>BOGUE CHITTO, Miss. (AP) — Powerful storms that spawned at least three tornadoes tore through several Mississippi counties, damaging around 500 homes, uprooting trees and injuring at least 17 people, authorities said Thursday.</p><p>There were no reports of deaths after the tornadoes cut across the state's southwest late Wednesday evening, said Scott Simmons, a spokesperson for the Mississippi Emergency Management Agency.</p><p>He said 12 of those hurt were transported from a hard-hit trailer park in the small community of Bogue Chitto, about an hour's drive south of the state capital in rural Lincoln County.</p><p>Most of the two dozen homes at Gene’s Mobile Home Supply were flattened into heaps of splintered boards and twisted metal. People picked through the debris Thursday morning under cloudy skies as a chain saw buzzed in the background.</p><p>Krystal Miller and six others — including babies as young as 4 weeks old — grabbed a Bible and sheltered in their home's hallway when the tornado sent the building cartwheeling through the air.</p><p>“We just flipped, and it threw us all out,” she said. “It scattered everybody out. … I can’t find the Bible.”</p><p>She said her young son was in the hospital for monitoring and another child was injured in the face.</p><p>“The trailer is in pieces but we made it out,” Miller said. “I'm feeling grateful.”</p><p>One intact trailer lay flipped on its roof near the tree line. Several cars, some with hazard lights blinking, appeared to have been picked up by the storm.</p><p>“We know there were at least three tornadoes,” said Daniel Lamb, a meteorologist in the National Weather Service office in Jackson.</p><p>“The same storm produced at least two tornadoes from Franklin, Lincoln into Lawrence counties, and then there was another one from Lamar possibly into Forest County.”</p><p>He said there may have been more. “Those are just the ones that we are able to confirm by radar before even having gone down there.”</p><p>“Pray for Mississippi,” Gov. Tate Reeves posted online, saying the state Emergency Management Agency was coordinating response efforts.</p><p>Many roads were still blocked in Lincoln County and teams from the agency were assessing the damage.</p><p>“We ask that you please refrain from sightseeing as crews are working,” the department posted early Thursday.</p><p>The governor said a volunteer rescue group was providing a 50-person shelter pod, a high-powered generator and 10 pallets of supplies to the county, which reported at least 200 damaged homes.</p><p>Lamar County to the southeast reported about 275 homes damaged, according to the state emergency management agency. Another 10 to 12 homes were damaged in Lawrence County.</p><p>More storms were expected Thursday with the possibility of tornadoes across parts of Alabama, Georgia and Florida, the weather service said. Strong storms also were possible for parts of the Carolinas and Texas.</p><p>___</p><p>McCormack reported from Concord, New Hampshire.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTCBNVA35ZJXNVTGR3RIRIGSGM.jpg?auth=9d649aebb8850846c5c37d1929836bbdaa6871b42ea385b28c8d5f51bce6fecf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand among debris at Gene's Mobile Home Supply, a trailer park in Bogue Chitto, Miss., Thursday, May, 7, 2026, after a tornado cut across the state. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCMU7W2S6ZXWOR7YHRZXT6SQL4.jpg?auth=014dd941a440dbe6253e90766903baaee63a2e280e48a4fb864918e838054ef9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands among debris at Gene's Mobile Home Supply, a trailer park in Bogue Chitto, Miss., Thursday, May, 7, 2026, after a tornado cut across the state. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JJL4QSOUP2GKDHF6FPN2IYAC2I.jpg?auth=0b6bd69b031e7f99a185e9e89defba77b0295bf74f44ac560ae2f822ced8d046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand among debris at Gene's Mobile Home Supply, a trailer park in Bogue Chitto, Miss., Thursday, May, 7, 2026, after a tornado cut across the state. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WUR66UCSR6EY4RMBTC47OLYKIY.jpg?auth=778297395760c448896294e97f03af78d66020572eec1951f24da1524c23a4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage to Gene’s Mobile Home Supply, a trailer park in Bogue Chitto, Miss., is seen Thursday, May, 7, 2026, after a tornado cut across the state. (AP Photo/Jack Brook)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Brook</media:credit></media:content></item><item><title><![CDATA[Nigerian army rescues 7 children and 2 women abducted from an orphanage last month]]></title><link>https://www.local10.com/news/world/2026/05/07/nigerian-army-rescues-7-children-and-2-women-abducted-from-an-orphanage-last-month/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/nigerian-army-rescues-7-children-and-2-women-abducted-from-an-orphanage-last-month/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:12:57 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — Nigerian troops rescued seven children and two women abducted by gunmen at an orphanage last month in a north-central region, the army said in a statement released Thursday.</p><p>Authorities in Nigeria's Kogi state said that gunmen attacked an Islamic orphanage that was operating illegally and abducted 23 pupils in an “isolated area” of Lokoja, capital of Kogi State, on April 26. Fifteen of those abducted were immediately rescued.</p><p>The troops intercepted and recovered nine of those abducted within a forest area in the state, army spokesman Hassan Abdullahi said in the statement, which was dated Wednesday but released on Thursday.</p><p>“The rescued victims comprised five boys, two girls, and two adult females, believed to be the wives of the proprietor of the orphanage,” Abdullahi said.</p><p>The development would mean that there could be one more pupil missing, but the statement didn't mention if anybody else was unaccounted for.</p><p>No group has yet claimed responsibility for the attack. Armed groups attack schools and abduct students because they are seen as strategic in drawing attention and exacting huge ransoms, according to analysts. Several hundred students have been kidnapped across Nigeria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOBNJE7CUBAZLNQM7224ENZ4EY.jpg?auth=7ffe881d91d11fa0026a999a67d93760023c729270544831dd4e48c89739fabc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student from an orphanage school that was abducted with others by gunmen in late April, is photographed following his released in Lokoja, Nigeria, Thursday, May 7, 2026. (AP Photo/Haruna Yahaya)]]></media:description><media:credit role="author" scheme="urn:ebu">Haruna Yahaya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORURFCGEINPI36PCCLPHEAX4BM.jpg?auth=b6edd7aa04eeadb8331844d13c03854593f9c20c4366b1bd58eaefac8157f204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student from an orphanage school that was abducted with others by gunmen in late April, is photograph with, Tajudeen M.S, right, the proprietor of the school, following his released in Lokoja, Nigeria, Thursday, May 7, 2026. (AP Photo/Haruna Yahaya)]]></media:description><media:credit role="author" scheme="urn:ebu">Haruna Yahaya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZO4MB5K2KGQRQRBCWUU7KFVLM.jpg?auth=c2735b7b727deacccc2c4880fd35734d1e9d858e8a5b87c748783f1e936f8b2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student from an orphanage school that was abducted with others by gunmen in late April, is photographed following his released in Lokoja, Nigeria, Thursday, May 7, 2026. (AP Photo/Haruna Yahaya)]]></media:description><media:credit role="author" scheme="urn:ebu">Haruna Yahaya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YSIJEPQ7QZIOR5SUW2ROS6H7HE.jpg?auth=8ad8a667d3dfea093cd13917c766f143d1879c1c29c0157f46854b1a0c64e2e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Student from an orphanage school that was abducted with others by gunmen late April, is photographed following his released in Lokoja, Nigeria, Thursday, May 7, 2026. (AP Photo/Haruna Yahaya)]]></media:description><media:credit role="author" scheme="urn:ebu">Haruna Yahaya</media:credit></media:content></item><item><title><![CDATA[May 7: Unseasonable heat expected through the weekend]]></title><link>https://www.local10.com/weather/2026/05/07/may-7-unseasonable-heat-expected-through-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/07/may-7-unseasonable-heat-expected-through-the-weekend/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday Eve. Lows are running well above average in the 70s and 80s. ]]></description><pubDate>Thu, 07 May 2026 10:22:46 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday Eve. Lows are running well above average in the 70s and 80s. Unseasonable heat is expect through this weekend, with highs in the 90s and heat indices reaching near the triple digits. These conditions could bring heat-related illnesses if you’re not prepared. Highs will be in the low 90s today and flirt with record heat tomorrow. As the temperatures rise, plan ahead, limit your outdoor activities, stay hydrated, and ensure access to cooling areas. Limited rain chances are in the forecast until Monday of next week. Stay cool and safe. Keep it tuned to Local 10.</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[The World Cup will be missing some star players as injuries mount before the big kickoff]]></title><link>https://www.local10.com/sports/2026/05/07/the-world-cup-will-be-missing-some-star-players-as-injuries-mount-before-the-big-kickoff/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/the-world-cup-will-be-missing-some-star-players-as-injuries-mount-before-the-big-kickoff/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 10:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Kylian Mbappé is sidelined with a hamstring injury.</p><p>Lamine Yamal is out for the rest of the season and so is Brazil star Estêvão.</p><p>There was also a scare when Mohamed Salah hurt his hamstring recently.</p><p>Injuries to some of soccer's biggest names are mounting ahead of the World Cup which starts in five weeks.</p><p>Mbappé is expected to play again for Real Madrid this month and there is no suggestion his issue will rule him out of the World Cup. But every setback to France's best player will be of concern to the national team.</p><p>Barcelona's teenage sensation Yamal — recuperating from a leg muscle injury — is also expected to be part of Spain's squad and appear at his first World Cup.</p><p>And initial fears about Salah have been dispelled.</p><p>Others, however, have not been so fortunate.</p><p>France's Hugo Ekitike sustained an Achilles injury in April that could take more than six months to fully recover, ruling him out of the tournament co-hosted by the United States, Canada and Mexico and possibly the start of next season.</p><p>Brazil stars Rodrygo and Éder Militão are definitely out. So is Bayern Munich and Germany forward Serge Gnabry after injuring his adductor in training.</p><p>Meanwhile, the absence of Spain and Manchester City midfielder Rodri in recent weeks because of a groin injury is also worrying after he missed the majority of last season due to ACL damage. City manager Pep Guardiola has given positive updates about Rodri's recovery in recent days and the former Ballon d’Or winner should play again this season.</p><p>Players and coaches have increasingly warned about the impact of an ever-packed playing schedule, and the expanded World Cup comes a year after the relaunched, supersized Club World Cup. The Champions League has also been expanded in recent years.</p><p>Arsenal manager Mikel Arteta describes the demand on players as “an accident waiting to happen."</p><p>Players definitely ruled out of the World Cup</p><p>Argentina: Joaquín Panichelli (ACL)</p><p>Brazil: Éder Militão (hamstring), Rodrygo (ACL)</p><p>France: Hugo Ekitike (Achilles)</p><p>Germany: Serge Gnabry (adductor)</p><p>Netherlands: Xavi Simons (ACL)</p><p>United States: Cameron Carter-Vickers (Achilles), Patrick Agyemang (Achilles)</p><p>Ones to watch</p><p>Algeria: Goalkeeper Luca Zidane, the son of France icon Zinedine Zidane, is a doubt after a facial injury during an on-field collision last month.</p><p>Argentina: Cristian Romero has been ruled out for the season with a knee injury. It has not yet been confirmed if he is out of the World Cup, with Tottenham not giving a timeframe for his recovery.</p><p>Brazil: Teenage sensation Estêvão will not play again for Chelsea this month after a hamstring injury. There are conflicting reports as to whether he will recover in time for the World Cup.</p><p>Croatia: Veteran midfielder Luka Modrić broke his cheekbone last month but is expected to be available for the World Cup.</p><p>Morocco: Paris Saint-Germain defender Achraf Hakimi has been sidelined with a right thigh injury.</p><p>United States: Defender Miles Robinson hasn’t played since April 18 because of a leg injury.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QMFNYAMPYYB4NFRBOHXJT4EF5E.jpg?auth=d3322d7d5a9b804bd27314b0d4761bfd6d16c59260a9d7c3d13a1a4eacec5f76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool's Hugo Ekitike reacts after getting injured during the Champions League quarterfinal second leg soccer match between Liverpool and Paris Saint-Germain in Liverpool, England, Tuesday, April 14, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTCKQ252DFJEFSUYKGEYGAGCZU.jpg?auth=b17d2adb748b42d5e638546df247708e0254818daf157d151bfb83b80cec2fb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Eder Militao, left, challenges for the ball with Bayern's Alphonso Davies during the Champions League quarterfinal second leg soccer match between Bayern Munich and Real Madrid in Munich, Germany, Wednesday, April 15, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUVKZSP63SFNNJ3BHKEWYVWKJY.jpg?auth=72b06de3895070a2bac0a8df41cdee9b2e1124e86bbb49ae49009d25ae68c3f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Lamine Yamal lays on the pitch after getting injured during the Spanish La Liga soccer match between Barcelona and Celta Vigo in Barcelona, Spain, Wednesday, April 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CVTYQB32AODUKL6JLCOZYFYVWE.jpg?auth=2ec4f67727a8e2e0e407b4acb45c6b0a54129213ffa8b775f62e13f0225af2a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chelsea's Estevao holds his leg after picking up an injury during the English Premier League soccer match in London, Saturday April 18, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGUSAMCGG52HNDZGUPCBVU4OHE.jpg?auth=bd3a34fa3d4472fccb293580e435f43f7993359e5d9024fd38cc39bfc03440ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Getafe's Boselli fights for the ball against Real Madrid's Rodrygo during a Spanish La Liga soccer match between Real Madrid and Getafe in Madrid, Spain, March 2, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Russia says Ukraine launched a major drone attack after Moscow shunned ceasefire offer]]></title><link>https://www.local10.com/news/2026/05/07/russia-says-ukraine-launched-a-major-drone-attack-after-moscow-shunned-ceasefire-offer/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/russia-says-ukraine-launched-a-major-drone-attack-after-moscow-shunned-ceasefire-offer/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:02:25 +0000</pubDate><content:encoded><![CDATA[<p>Russian air defenses shot down 347 Ukrainian drones overnight, Russia’s Defense Ministry said Thursday, in what appeared to be a major attack after Moscow spurned Kyiv’s ceasefire earlier in the week and tension mounted over safety at Russia's upcoming Victory Day celebrations.</p><p>Incoming drones were destroyed over 20 Russian regions, including Moscow, according to the Defense Ministry, in Ukraine’s second-biggest aerial attack since Russia’s all-out invasion more than four years ago. The largest was in March when it launched 389 drones.</p><p>Dozens more Ukrainian drones were launched during daylight hours Thursday, the ministry said, including some heading again toward Moscow. Nearly 100 flights in and out of the Russian capital's three main airports — Sheremetyevo, Domodedovo and Vnukovo — were delayed or canceled by midday, the Moskva news agency reported.</p><p>The attacks came ahead of Russia’s most important secular holiday, Victory Day, which marks the anniversary of the defeat of Nazi Germany in World War II. Russian authorities have declared a unilateral ceasefire in Ukraine for Friday and Saturday.</p><p>Ukraine had responded to that with its own suspension of hostilities from midnight Tuesday. But Ukrainian President Volodymyr Zelenskyy said Moscow disregarded the goodwill gesture and launched fresh attacks.</p><p>“Russia has not stopped any type of its military activity. Unfortunately, it has not stopped. Ukraine will act symmetrically,” Zelenskyy said in his regular evening video address Wednesday.</p><p>He said Thursday on X that Russia’s attacks have been ceaseless, with drones, missiles, artillery shelling and glide bombs hitting civilian areas of Ukraine, including the power grid and rail network.</p><p>In the northeastern city of Kharkiv, Ukraine’s second-largest, a drone strike wounded nine people, including three children, local officials said.</p><p>Tension has grown as Russia’s Victory Day celebrations approach and U.S.-led peace efforts gain no traction. Rustem Umerov, the head of Ukraine’s National Security and Defense Council, was in the United States on Thursday and preparing to meet with Trump administration representatives, according to Zelenskyy.</p><p>All mobile internet access and text messaging services will be shut down in the Russian capital on May 9, state media reported Thursday, citing the country’s Ministry of Digital Development, Communications and Mass Media.</p><p>A traditional parade in Moscow won’t feature the usual tanks, missiles and other military equipment for the first time in nearly two decades.</p><p>The Russian Defense Ministry cited the “current operational situation” as a reason for excluding military equipment.</p><p>Russian authorities say they are concerned about possible Ukrainian attacks, as Kyiv has expanded its long-range drone and missile capabilities.</p><p>Kremlin spokesman Dmitry Peskov said Thursday that additional security measures were being taken due to the “rather complex operational situation.”</p><p>The measures being taken “are necessary to ensure the safety of citizens, which is an absolute priority,” Peskov told reporters.</p><p>Among the foreign dignitaries expected to attend the Victory Day ceremonies on Saturday are Malaysia’s King Sultan Ibrahim Iskandar, Laos President Thongloun Sisoulith, and Belarus’ authoritarian leader Alexander Lukashenko. Slovakia’s Prime Minister Robert Fico was to meet with Putin and lay flowers at the tomb of the unknown soldier but stay away from the parade.</p><p>Russia repeated its recent warnings to Ukraine that it would take decisive action — including a potential mass strike on Kyiv — if Ukrainian attacks disrupt the occasion.</p><p>“We have strengthened our focus on the possibility of retaliatory measures,” presidential aide Yuri Ushakov told journalists Thursday.</p><p>Also, Russia’s Foreign Ministry advised foreign embassies and international organizations located in Kyiv to evacuate their offices in case such a strike did take place.</p><p>Ukraine’s air defense shot down 92 of the 102 drones Russia launched overnight, the military said.</p><p>Russia maintains a significant advantage in drone numbers, regularly deploying hundreds in a single attack.</p><p>___</p><p>Follow 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/6OAWN54PCVD6PLZCROFHPUYDJQ.jpg?auth=30412ecad3d390ea6fd45e672adce9b24cfe7635339dda5c1b8d345fab5ca87c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police boat patrol the waters of the Moskva River near Red Square decorated for the celebrations of the 81st anniversary of the Soviet Union's victory over Nazi Germany at World War II during the Victory Day military parade rehearsal in Moscow, Russia, Thursday, May 7, 2026, backdropped by the St. Basil's Cathedral. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3V6GWLLCIJF3NXNHEFAL65DLU.jpg?auth=7acf7603cc910a38f21415856ae5097c6679663f942ee292bfcfb21431d6589b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Special service vehicles are parked near Red Square decorated for the celebrations of the 81st anniversary of the Soviet Union's victory over Nazi Germany at World War II during the Victory Day military parade rehearsal in Moscow, Russia, Thursday, May 7, 2026, backdropped by the Spasskaya Tower, left, and the St. Basil's Cathedral, right. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWVWGW45RM7RKIHPORZFGGRVLM.jpg?auth=0faf64fb4a8777683299cd25f3704a31a8dda94a9cb625df866bd4993546796b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin listens to Rostec State Corporation CEO Sergei Chemezov during their meeting at the Kremlin in Moscow, Thursday, May 7, 2026. (Mikhail Metzel/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content></item><item><title><![CDATA[Health officials track dozens who left hantavirus-stricken ship after 1st fatality]]></title><link>https://www.local10.com/news/world/2026/05/07/health-officials-track-dozens-who-left-hantavirus-stricken-ship-after-1st-fatality/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/health-officials-track-dozens-who-left-hantavirus-stricken-ship-after-1st-fatality/</guid><dc:creator><![CDATA[By SUMAN NAISHADHAM, MOLLY QUELL, and GERALD IMRAY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:43:46 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Health authorities across four continents Thursday were tracking down and monitoring passengers who disembarked a hantavirus-stricken cruise ship before its deadly outbreak was detected, and trying to trace others who may have come into contact with them since then.</p><p>On April 24, nearly two weeks after the first passenger had died on board, more than two dozen people from at least 12 different countries left the ship without contact tracing, the ship’s operator and Dutch officials said Thursday.</p><p>Three passengers have died in the outbreak — a Dutch couple and a German national — and several others are sick. Symptoms usually show between one and eight weeks after exposure.</p><p>None of the remaining passengers or crew on the ship are currently symptomatic, the Netherlands-based Oceanwide Expeditions cruise ship company said Thursday.</p><p>The World Health Organization says the risk to the wider public is low. Hantavirus is usually spread by the inhalation of contaminated rodent droppings and isn't easily transmitted between people.</p><p>“We believe this will be a limited outbreak if the public health measures are implemented and solidarity is shown across all countries,” said Dr. Abdirahman Mahamud, the WHO's alert and response director on Thursday.</p><p>1st hantavirus case on board was confirmed May 2</p><p>Three people, including the ship’s doctor, were evacuated Wednesday while the ship was near the West African island country of Cape Verde and taken to specialized hospitals in Europe for treatment.</p><p>The body of the Dutch man who was the first to die on board on April 11 was taken off the ship on the remote South Atlantic island of St. Helena on April 24, when his wife also disembarked. She then flew to South Africa a day later and died there.</p><p>The ship's operator said Thursday that a total of 30 passengers — including the deceased Dutch man and his wife — left the vessel at St. Helena. The Dutch Foreign Ministry has put the figure at about 40. The company had not previously said publicly that dozens more people left the ship on April 24.</p><p>It wasn't until May 2 that health authorities first confirmed hantavirus in a passenger on the ship, the WHO says. That was in a British man evacuated from the ship to South Africa three days after the St. Helena stop. He was tested in South Africa and is in intensive care there.</p><p>Passengers who disembarked April 24 are being monitored</p><p>It emerged Wednesday that a man tested positive for hantavirus in Switzerland after he disembarked at St. Helena, though his precise movements in between aren’t clear.</p><p>On Thursday, Singaporean health authorities said they were monitoring two men who got off the ship at St. Helena, flew to South Africa and then home. The two men, who arrived in Singapore at different times, were being isolated and tested, officials said.</p><p>Authorities in St. Helena, the volcanic British territory in the South Atlantic where passengers disembarked, said they were monitoring a small number of people who were considered “higher risk contacts.” Those higher risk contacts were being told to isolate for 45 days, the St. Helena government said.</p><p>South Africa is tracing contacts from an April 25 flight</p><p>The Dutch health ministry said Thursday that a flight attendant on a plane briefly boarded by an infected cruise passenger in South Africa was showing symptoms of hantavirus and would be tested in an isolation ward at a hospital in Amsterdam. The cruise passenger, also a Dutch woman, was too ill to fly and was taken off the plane in Johannesburg, where she died.</p><p>If the woman tests positive, she could be the first known person not on the MV Hondius to become infected in the outbreak.</p><p>The vessel is now sailing to Spain’s Canary Islands, where it is expected to arrive on Saturday or Sunday, with more than 140 passengers and crew members still on board.</p><p>WHO Director-General Tedros Adhanom Ghebreyesus said Thursday that he had been in regular touch with the ship's captain, and that morale improved once it began moving again.</p><p>Authorities in South Africa are also trying to trace contacts of any passengers who previously got off the ship. They have focused mainly on an April 25 flight from St. Helena to Johannesburg, the day after passengers disembarked there.</p><p>A French citizen with “benign symptoms” is in isolation and undergoing medical tests, after being identified as a contact case linked to the ship passenger who flew April 25 from St. Helena to Johannesburg and was confirmed to have hantavirus, the French Health Ministry said in a statement Thursday.</p><p>The Dutch woman from the cruise ship who later died in South Africa briefly boarded that flight, officials have said. It's not known how many other cruise passengers also were among the 88 people on it, but flights from St. Helena go to South Africa and are rare, normally once a week.</p><p>The body of the third fatality, a German woman, is also still on board the ship after she died on May 2.</p><p>Unlike other hantaviruses, Andes virus may spread between people</p><p>Tests have confirmed that at least five people who were on the ship were infected with a hantavirus found in South America, called the Andes virus. The only hantavirus thought to spread human-to-human, it can cause a severe and often fatal lung disease called hantavirus pulmonary syndrome.</p><p>The ship departed from Argentina and investigations into the outbreak’s source are focusing there.</p><p>The Dutch couple that presented the first two cases had traveled through Argentina, Chile and Uruguay on a bird-watching trip before boarding the ship, the WHO said. They visited sites where the species of rat known to carry Andes virus was present.</p><p>The WHO is working with health authorities in Argentina to understand the couple's movements and has arranged to ship 2,500 diagnostic kits from Argentina to laboratories in five countries.</p><p>Argentina’s health ministry said there were 28 deaths from hantavirus last year, up from an average mortality rate of 15 in the five years before that. Nearly a third of cases last year were fatal, it said.</p><p>___</p><p>Quell reported from The Hague, Netherlands. Imray reported from Cape Town, South Africa. AP writers Jill Lawless in London and Geir Moulson in Berlin contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWNREETOZX2V7MWKM4EXLWW46U.jpg?auth=d84e55ee7de698974ba9fd4f741de599e37d2c27ea6cf515a142c82e7c8e5657&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers in protective gear evacuate patients from the MV Hondius cruise ship into an ambulance at a port in Praia, Cape Verde, Wednesday, May 6, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4WY5HQ6W4BBJ2SRQPDZZU346A.jpg?auth=e83c8a30398bbc471d70588571c5416e8924a00f2fb712cb56b50c8d581c0e35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The MV Hondius cruise ship departs the port in Praia, Cape Verde, Wednesday, May 6, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRD33J7JG4VYTRWZLEUJSKWOXU.jpg?auth=09e0bf5135f96fb4baf4105cc118062c07f38ade0bb643f874b4af53eeebba3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medical personnel in hazmat suits wait for patients, evacuated from the MV Hondius cruise ship with suspected hantavirus infection, at Schiphol airport, Amsterdam, Netherlands, Wednesday, May 6, 2026. (AP Photo/Peter Dejong)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7SC2WVI6MYD3BVMVMYDWPNQB54.jpg?auth=5d06430b88197cce062b36f518c43d34fb6c495ba43f629a2ef7349fce6ec5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers get off the Dutch-flagged MV Hondius, a cruise ship carrying nearly 150 people as it remains off Cape Verde on Monday, May 4, 2026 after three passengers died and several others fell seriously ill in a suspected hantavirus outbreak. (Qasem Elhato via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Qasem Elhato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3KFWOWLFSIOVY5Q74Y33ZSP2M.jpg?auth=3c5052a9c84b07a09bacef53cb2dcd46f356bc34ac83f7ed47200c23bd4ba9f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of the m/v Hondius Cruise ship anchored at a port in Praia, Cape Verde, Monday, May 4, 2026. (AP Photo/Arilson Almeida)]]></media:description><media:credit role="author" scheme="urn:ebu">Arilson Almeida</media:credit></media:content></item><item><title><![CDATA[Iran creates new agency to control shipping in Strait of Hormuz while reviewing peace deal with US]]></title><link>https://www.local10.com/news/politics/2026/05/07/iran-creates-new-agency-to-control-shipping-in-strait-of-hormuz-while-reviewing-peace-deal-with-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/iran-creates-new-agency-to-control-shipping-in-strait-of-hormuz-while-reviewing-peace-deal-with-us/</guid><dc:creator><![CDATA[By ADAM SCHRECK, DAVID MCHUGH and RUSS BYNUM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:49:05 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran has created a government agency to vet and tax vessels seeking passage through the crucial Strait of Hormuz, a shipping data company reported Thursday, as Tehran said it was reviewing the latest U.S. proposals for ending the war.</p><p>The Iranian effort to formalize control over the channel raised new concerns about international shipping, with hundreds of commercial ships bottled up in the Persian Gulf and unable to reach the open sea. Still, hope that the two-month conflict could soon be over buoyed international markets.</p><p>Iranian Foreign Ministry spokesperson Esmail Baghaei said the Islamic Republic was reviewing messages from Pakistan, which is mediating peace negotiations, but Iran “has not yet reached a conclusion, and no response has been given to the U.S. side,” Iranian state TV reported.</p><p>Meanwhile, U.S. Secretary of State Marco Rubio discussed Middle East peace efforts at the Vatican with Pope Leo XIV, whose opposition to the Iran war has led to open sparring with President Donald Trump.</p><p>The Trump administration has sent mixed messages on its strategy to end the war. A tenuous ceasefire and previous declarations that military operations were over have given way to new threats of bombing if Tehran does not accept a deal that allows for resumption of oil and natural gas shipments disrupted by the conflict.</p><p>Trump also suspended an attempt by the U.S. military to open a safe passage for commercial ships through the strait, saying the pause would allow more time to reach a peace agreement. An official in Saudi Arabia said Thursday that the kingdom and U.S. ally refused to support Trump's effort to reopen the strait by force.</p><p>The ceasefir e between the U.S. and Iran has largely held since April 8. But in-person talks between the two countries hosted by Pakistan last month failed to reach an agreement. The war began Feb. 28, when the U.S. and Israel launched strikes against Iran.</p><p>Pakistan says it expects a deal soon</p><p>Pakistani Foreign Minister Ishaq Dar spoke by phone Thursday with his Iranian counterpart, Abbas Araghchi, the Pakistani Foreign Ministry said.</p><p>“We expect an agreement sooner rather than later,” Pakistani Foreign Ministry spokesperson Tahir Andrabi said Thursday. “We hope the parties will reach a peaceful and sustainable solution that will contribute not only to peace in our region but to international peace as well.”</p><p>He declined to give a timeline.</p><p>Pakistani Prime Minister Shehbaz Sharif, speaking in televised remarks, said Islamabad remained in “continuous contact with Iran and the United States, day and night, to stop the war and extend the ceasefire.”</p><p>In other regional developments, direct talks between Israel and Lebanon were scheduled to resume next week in Washington, according to a U.S. official speaking on condition of anonymity to discuss plans for the closed-door meetings. The official said talks will be held May 14 and 15.</p><p>Iran creates agency to control passage at Hormuz</p><p>Iran established a new government agency to approve transit and collect tolls from shipping in the strait, shipping data firm Lloyd’s List Intelligence said Thursday. The move has raised concerns about eroding the freedom of navigation on which global trade depends.</p><p>The agency, called the Persian Gulf Strait Authority, is “positioning itself as the only valid authority to grant permission to ships transiting the strait,” Lloyd’s reported in an online briefing. Lloyd's said the authority had emailed it an application form for ships seeking passage.</p><p>Iran has effectively closed the strait, a vital waterway for the shipment of supplies of oil, gas, fertilizer and other petroleum products, while the U.S. is blockading Iranian ports. The disruptions have sent fuel prices skyrocketing and rattled the global economy.</p><p>The new Iranian agency formalizes an existing, albeit murky, vetting lane that takes vessels through the strait’s northern waters near the Iranian coastline. Iran controls which ships are allowed to pass and, for at least some vessels, imposes a tax on their cargo.</p><p>Maritime law experts say Iran’s demands to vet or tax vessels violate international law. The United Nations Convention on the Law of the Sea calls for countries to permit peaceful passage through their territorial waters.</p><p>Iran's president reports lengthy meeting with new supreme leader</p><p>Top Iranian officials have said Supreme Leader Mojtaba Khamenei is playing a key role in overseeing negotiations with the U.S. But he remains in hiding and has not appeared in public since he was wounded early in the war.</p><p>Iranian President Masoud Pezeshkian said he met recently for more than two hours with Khamenei. In remarks aired Thursday on Iranian state television, Pezeshkian praised the supreme leader’s “sincere” behavior in what he said was a long in-person meeting.</p><p>Khamenei has only released a series of written statements since being named supreme leader in March. He replaced his father, Ayatollah Ali Khamenei, who was killed during the war’s initial strikes.</p><p>Saudi official says kingdom did not support US effort to reopen strait</p><p>Trump did not consult with U.S. ally Saudi Arabia before launching the short-lived effort to force open a shipping passage through the strait, according to a Saudi official who was not authorized to discuss the matter publicly and spoke on condition of anonymity.</p><p>“We told them that we are not part of this and that they can’t use our territories and bases for this,” the official said Thursday.</p><p>The official said Saudi Arabia sent a message to Iran that the kingdom would not be involved in U.S. attacks related to Trump’s attempt to reopen the strait.</p><p>Trump suspended the effort, dubbed Project Freedom, during its second day Tuesday. Only two American-flagged merchant ships are known to have passed through the U.S.-guarded route. The U.S. military said it sank six Iranian small boats threatening civilian ships.</p><p>___</p><p>McHugh reported from Frankfurt, Germany, and Bynum reported from Savannah, Georgia. Associated Press journalists Sally Abou AlJoud, in Beirut; Elena Becatoros in Athens, Greece; Matthew Lee in Washington; Samy Magdy and Amir-Hussein Radjy in Cairo; Munir Ahmed in Islamabad, Pakistan; and Nicole Winfield in Vatican City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XUFLV723QFN3MDJDKLVKTOHN5Y.jpg?auth=134a0e48f567c5f1807ad1aa6c95797c05386566f2e500fbd323e2b4fb2a5336&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Emirati patrol boat, left, is near a tanker anchored in the Gulf of Oman near the Strait of Hormuz, as seen from a coastal road near Khor Fakkan, United Arab Emirates, Friday, May 1, 2026. (AP Photo/Fatima Shbair)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7UZHVG5EHWTHUSW3PBDSQ5QDQ.jpg?auth=de97ec71021127d7e3deac187840fe08edf5bdd589990261fc7ab92f790ccda9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag for a pro-government campaign under a billboard with graphic showing Strait of Hormuz and sewn lips of U.S. President Donald Trump in a square in downtown Tehran, Iran, Wednesday, May 6, 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/KLS6WWKRAAD2IBKVKC6VE25NMI.jpg?auth=64fba583f1eb1bd7cc96f20a1e115c540c866063059c7cc63334a4d3849bce87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorbikes drive past a billboard with graphic showing the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, with his framed fist amongst his supporters framed fists in downtown Tehran, Iran, Wednesday, May 6, 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/XJQNGTJVVHYK2H5UKTWTX5KAAY.jpg?auth=3e5556a2a5e3ba41b14f52c40984a2f544f187ae73c6b9521eb083b70551a6cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French President Emmanuel Macron, center right, visits the French aircraft carrier Charles de Gaulle, during his visit to Cyprus, March 9, 2026. (Gonzalo Fuentes/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gonzalo Fuentes</media:credit></media:content></item><item><title><![CDATA[Kenyan politicians trade accusations of 'goonism' as political violence rises ahead of 2027 election]]></title><link>https://www.local10.com/news/world/2026/05/07/kenyan-politicians-trade-accusations-of-goonism-as-political-violence-rises-ahead-of-2027-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/kenyan-politicians-trade-accusations-of-goonism-as-political-violence-rises-ahead-of-2027-election/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 07:25:53 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Kenya's political word of the moment is “goonism,” frequently uttered by national leaders to convey annoyance at the gangs that intimidate those whose political activities they oppose.</p><p>Supporters of President William Ruto, who is seeking a second term in elections next year, use the phrase to describe the political violence that authorities will not tolerate. Opposition figures use it to condemn what they see as Ruto’s aggressive — and underhanded — campaign tactics.</p><p>At times it can seem as if goonism is up against goonism, an unwelcome turn of events in this East African nation where the contest for political power is becoming ever more vigorous and tinged with a sense of danger.</p><p>Many Kenyans doubt Ruto's commitment to the religious values he espoused before taking power in 2022.</p><p>Ruto vowed to raise a kind of born-again Christian nation, fearful of God and at peace with itself.</p><p>But as president, he appears to have benefited from the lawlessness that is now a national scourge as religious and political leaders warn that political violence threatens democratic gains. His critics charge that such chaos rises in part from Ruto’s uncompromising style of leadership.</p><p>“Goons, goons, goons,” yelled preacher Wilfred Lai during a recent Sunday sermon in which he lamented what had befallen Kenya. “Everyone who wants to rule this country by that kind of thing, I speak as a prophet of God: You shall fall.”</p><p>He added: “You can’t use goons and you are telling us that you are taking us into a better place. You are a liar and the truth is not in you.”</p><p>Although Lai, the pastor of a megachurch in the coastal city of Mombasa, didn't mention Ruto by name, many Kenyans suspect he had the president in mind when he gave that sermon, parts of which were shared online.</p><p>Some former supporters say Ruto has betrayed Christian values</p><p>Lai is among evangelical preachers who embraced Ruto when he was vice president and seeking to replace President Uhuru Kenyatta, whose backing he didn't have. At the time, Ruto was widely seen as a pious politician.</p><p>Ruto said he was fighting for the downtrodden, for those whose manual labor put food on the table. The leader — nicknamed “Nabii,” Kiswahili for “God’s prophet” — said he had risen so high in politics by the grace of God, unlike rivals he depicted as the entitled sons of political dynasties. Ruto won a tight race.</p><p>For many of his supporters, however, Ruto changed as soon as he won the presidency.</p><p>Although he continued to go to church on Sundays, some noticed that he stopped carrying the Bible and no longer quoted it regularly. His decision to demolish a chapel within the compound of the statehouse — to be replaced by a modern facility — was criticized by some as self-aggrandizing. Others saw betrayal in Ruto’s aggressive income tax measures months after his inauguration.</p><p>Thousands of young people took to the streets of Nairobi, the capital, forcing authorities to withdraw some tax proposals but not quite cooling popular anger. Ruto later faced more protests triggered by the death in police custody of a blogger.</p><p>Although the protests failed to remove Ruto, they left him wounded and determined to show strength. While his position remains precarious ahead of next year’s vote, some of his adversaries admit he is cunning and still hard to defeat.</p><p>After protesters stormed the parliamentary building in 2024, Ruto vowed that such a thing would never happen again. Last year, facing protesters who held placards saying “Ruto must go,” the president urged the police to “break” the limbs of protesters and said he was going nowhere.</p><p>“If we go this route, we will not have a country,” Ruto said in a televised address. “The country belongs to all of us. And if there’s no country for William Ruto, there’s no country for you.”</p><p>Some saw that as a veiled threat, and some opposition figures suspect the gangs materializing at opposition events are sponsored by the state.</p><p>“We must say no, collectively, to the new specter, the new norm, of goonism,” Kalonzo Musyoka, a prominent opposition figure, told a local broadcaster. “The goons are very well-known. So for anybody to pretend that it is the work of united opposition, he really must be ashamed, even before God, that this is state-sponsored.”</p><p>Political violence is on the rise</p><p>Men armed with machetes and guns can break up political rallies or prevent them from commencing. While opposition figures accuse authorities of fomenting violence, Interior Secretary Kipchumba Murkomen recently warned goons that “since the politician won’t be with you when you commit the crime, we’ll come for you.”</p><p>Speaker Moses Wetang'ula, Ruto's ally, said last month that “the culture of goonism has no place in a democratic society.”</p><p>In a notable event last month, an opposition lawmaker from western Kenya was manhandled in a restaurant by men questioning his political views. Sen. Godfrey Osotsi’s injuries required hospitalization. The attack sparked protests in his home area and was condemned by religious leaders.</p><p>Ruto hasn't given up on church leaders — whose influence cuts across social networks — in his quest to retain power. His choice of where to pray on a given Sunday may be unpredictable. Sometimes church leaders, from Methodist to Pentecostal pastors, congregate near him at the statehouse.</p><p>Other religious leaders are critical, provoked most recently by insults traded between Ruto and his former deputy, Rigathi Gachagua, who fell out with the president, was impeached and now is the leader of the Wantam movement to make Ruto a one-term president.</p><p>Their exchanges can be venomous.</p><p>In March, after Gachagua called Ruto a thief who would steal a funeral home, the president called Gachagua a “cold-blooded pig” who stole from his brother.</p><p>Days later, the head of the local conference of Catholic primates, Archbishop Maurice Muhatia, rebuked Ruto and Gachagua at a gathering of bishops. “Disagreement is OK, but insulting each other in public is a disgrace,” Muhatia said. “Give us a break.”</p><p>Expert warns that election could turn ‘very bloody'</p><p>Kenyan elections are often fractious affairs. There was a violent gang, known as Mungiki, that played a role in deadly violence that followed the 2007 election.</p><p>There is a pervasive sense this time that more is at stake, with a president who won’t back down. Some worry that Ruto is verging on authoritarianism, unlike his recent predecessors.</p><p>Kenyatta, Kenya’s fourth president, is a jolly man who tolerated internal opposition from Ruto while they served together. Mwai Kibaki, whom Kenyatta replaced, was a gentleman who once called a news conference to deny he had a second wife.</p><p>Kenya's current president is different, and goonism is “a product of gangster theology” of which Ruto is the high priest, said Christine Mungai, an independent writer based in Nairobi.</p><p>Ruto has mastered “how to perform public piety” while simultaneously working “to make life harder for everyone,” she said.</p><p>It isn't clear who Ruto's main election opponent will be. It could be Musyoka or Fred Matiang’i, a former cabinet secretary for the interior. While Gachagua is likely ineligible to seek the presidency after his impeachment, his support will be crucial for the opposition.</p><p>If Ruto and opposition figures don't tone down the rhetoric “the election is going to be very bloody,” said Karuti Kanyinga, a Kenyan development scholar who is a visiting professor at Stellenbosch Institute for Advanced Study in South Africa. “Everyone will have their own protection gangs.”</p><p>___</p><p>Associated Press religion coverage 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.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGTMQXQT2KPGYN3RMFTOF4IWCM.jpg?auth=e126ac4e745d96eb2aab73c63b297a6857f4d83258428d882090dfc3399c3224&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kenya's new president William Ruto holds up a ceremonial sword as he is sworn in to office at a ceremony held at Kasarani stadium in Nairobi, Kenya Tuesday, Sept. 13, 2022. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHSATUEAI2GIFUIOI4QZWGVBWE.jpg?auth=033507d1a27b312743c810f6add4dde2ae6986266a654ee56e77520636ddeb43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A suspected pro-government supporter is attacked by protesters during a demonstration over the death of blogger Albert Ojwang in police custody, in downtown Nairobi, Kenya, June 17, 2025. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJJIIIJVRC5CLYDCW2UHOCN6LU.jpg?auth=902861daf84cbc876988a408a9ec0273d7e7d21abdde596372e2b440e8f86226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kenyan presidential candidate William Ruto addresses supporters at his final electoral campaign rally at Nyayo stadium in Nairobi, Kenya Saturday, Aug. 6, 2022. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDSJUC4F5XLNBXCV6M2RLSXO7U.jpg?auth=30cd34ef37b3eb445bbfed4ed2febba6415465a9240e965ca0dbccc391462213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pro-government supporters throw stones towards protesters during a demonstration over the death of blogger Albert Ojwang in police custody, in downtown Nairobi, Kenya, Tuesday, June 17, 2025. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5NG6HQUVOM32VW6RKOMBWWS2E.jpg?auth=dd2dae0f40618fec67bd5b8fb1c2467087db786f616bbf52e49c76bece639330&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenya's President William Ruto arrives to meet Sabastian Sawe who set the world record at the London Marathon, at State House in Nairobi, Kenya, Thursday, April 30, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Wembanyama, Spurs take out frustration on Timberwolves to even semifinal series at one apiece]]></title><link>https://www.local10.com/sports/2026/05/07/wembanyama-spurs-take-out-frustration-on-timberwolves-to-even-semifinal-series-at-one-apiece/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/wembanyama-spurs-take-out-frustration-on-timberwolves-to-even-semifinal-series-at-one-apiece/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:48:50 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Whether it's chess, a drawing contest or table tennis, San Antonio Spurs All-Star Victor Wembanyama hates to lose. A loss in Game 1 of the Western Conference semifinals to the Minnesota Timberwolves only magnified that loathing.</p><p>Wembanyama responded by setting a suffocating tone as San Antonio handed Minnesota its largest postseason loss in franchise history, beating the Timberwolves 133-95 on Wednesday night to even their series at one game apiece.</p><p>Despite posting 11 points, 15 rebounds and setting an NBA postseason record with 12 blocks, Wembanyama shouldered much of the blame for the Spurs' 104-102 loss to the Timberwolves on Monday in Game 1.</p><p>The 7-foot-4 All-Star knew he needed to do more, especially offensively.</p><p>Was there some anger and frustration and a desire to get back on the court for Game 2? Absolutely.</p><p>“There always is,” Wembanyama said. “In the playoffs, magnify that.”</p><p>What resulted was what Minnesota coach Chris Finch said was a punking before a raucous sellout crowd.</p><p>The Timberwolves were held to 35 points in the first half while shooting 7 for 24 from the field and 2 for 15 on 3-pointers.</p><p>Minnesota closed the game shooting 40% from the field, 30% on 3-pointers while committing 22 turnovers. San Antonio had a 58-36 scoring advantage in the paint, a 55-43 rebounding advantage and had nine blocked shots compared to two for Minnesota.</p><p>“We got beat in every way possible, it’s as simple as that,” Timberwolves forward Julius Randle said. “There’s not really much to say from this game. They outhustled us, out-physicaled us, executed, played better defensively, more energy. They just beat us in every way in this game. We’ve got to come back in the next game and be better.”</p><p>Game 3 is Friday in Minneapolis followed by Game 4 on Sunday at the Target Center.</p><p>The Spurs and Timberwolves went deep into their benches Wednesday with 10 minutes remaining in the game with only the margin of defeat undecided.</p><p>San Antonio's 38-point victory toppled Minnesota’s previous largest postseason defeat of 30 points to the Los Angeles Lakers on April 29, 2003.</p><p>“I know this team’s capable of doing all of this,” Wembanyama said. “To be honest, I’m expecting this kind of response from myself, from my teammates. So, I’m not surprised by any means and I’m just going to keep working so we approach more games like we did tonight.”</p><p>After blowing a nine-point lead in the fourth quarter Monday, Wembanyama and De'Aaron Fox both took accountability for the two-point loss.</p><p>Wembanyama andFox combined for only 21 points in Game 1. The All-Star duo was a combined 0 for 12 on 3-pointers with Wembanyama missing eight.</p><p>“They acknowledged it, them being the leaders on our team,” Spurs guard Stephon Castle said. “Coming out of Game 1, I mean, it’s going to happen. You're going to have bad shooting nights, but I mean, we have nothing but confidence in those two. So, I expect them to play well the rest of the series like they did tonight.”</p><p>Wembanyama set the tone early in Game 2, scoring seven points on 3-for-4 shooting.</p><p>The Spurs missed their first three shots, but Wembanyama followed the third attempt by flying through the lane and throwing down a right-handed dunk to open the scoring.</p><p>Wembanyama had 14 points and nine rebounds in the first half while leading a defensive effort that limited Minnesota to 35 points, the fewest points by a San Antonio opponent in the first half of a playoff game since Memphis had 31 in 2013.</p><p>“I just think we respond well to adversity,” Castle said. “I think we’ve done that all year. I mean, I don’t think we were too shell shocked coming out of Game 1. I think we knew why we lost Game 1 and we addressed it right away. And I feel like that’s what carried us through tonight.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIUV2OU4L5VRY4ZQC6BPWN3BTQ.jpg?auth=e0521a2f838100ec15e0134737aaeafc7ab1d99156ab1b6bfd763e526f6a79ae&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 Julian Champagnie, right, is blocked by San Antonio Spurs forward Victor Wembanyama, left, as he drives to the basket during the second half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 2026. (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/EMLGUXVQMRV7Q4SE6WZLJQK7FI.jpg?auth=85a2144692d26c4690b147cd317abaad4c618e7bacc466833d927d8314851a8c&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, right, and forward Keldon Johnson, second from right, reacts to a play with teammates during the second half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 2026. (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/BSECNCIJ7E3LMODZ6X6XURFW7A.jpg?auth=fe3e57e29013b37d02e74bf03830a45b777d15b588e2687e4b462108563296d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves forward Julius Randle (30), guard Bones Hyland (8), guard Anthony Edwards (5) and center Naz Reid (11) watch from the bench during the second half in Game 2 of a second-round NBA playoffs basketball series against the San Antonio Spurs in San Antonio, Wednesday, May 6, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[China signals again that Taiwan is a priority ahead of Trump-Xi meeting]]></title><link>https://www.local10.com/news/world/2026/05/07/china-says-ties-with-us-remain-stable-ahead-of-trump-visit-despite-disruptions/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/china-says-ties-with-us-remain-stable-ahead-of-trump-visit-despite-disruptions/</guid><dc:creator><![CDATA[By E. EDUARDO CASTILLO and HUIZHONG WU, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:21:53 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China again signaled that Taiwan would be a priority topic ahead of a highly anticipated summit between U.S. President Donald Trump and Chinese President Xi Jinping next week, saying that U.S. must adhere to the “one China principle” for a stable relationship with Beijing.</p><p>Last week, China’s top diplomat Wang Yi said he hopes the U.S. would make the “right choices” relating to the self-ruled island when he spoke with U.S. Secretary of State Marco Rubio.</p><p>China claims Taiwan as its own territory and has not excluded the use of force to take it. Beijing has been ramping up its military pressure by sending warplanes and naval vessels around the island almost daily.</p><p>“The Taiwan question is at the core of China’s core interests and the bedrock of the political foundation of China-U.S. relations,” said Foreign Ministry spokesman Lin Jian Thursday.</p><p>“Abiding by the One China principle and the three China-US joint communiqués and honoring the commitments made by U.S administrations on the Taiwan question, is the due international obligation of the United States and the prerequisite for a steady, sound, and sustainable China-U.S. relationship," he added.</p><p>Such strong language so close in time to the two leaders' meeting is rare for Beijing, said Arthur Zhin-Sheng Wang, a defense expert at Taiwan’s Central Police University. The new language also explicitly links U.S. diplomatic actions on Taiwan to Washington's relationship with China.</p><p>China and Taiwan split after a civil war in 1949. The U.S. is the island's largest unofficial ally and also sells weapons to Taiwan as part of a law which requires it to ensure Taiwan can defend itself. Those weapons sales and diplomatic support is a primary source of tension between China and the U.S.</p><p>Separately, China's top diplomat Wang said Thursday in a meeting with visiting American senators that ties with both sides have managed to keep things stable amid disruptions.</p><p>During a meeting with members of a U.S. bipartisan congressional delegation, led by Sen. Steve Daines, Chinese Foreign Minister Wang Yi credited Presidents Xi Jinping and Trump for “helping steer the direction of bilateral relations at critical moments.”</p><p>“Over the past year, China-U.S. relations have gone through many twists and disruptions, but we have still managed to maintain overall stability," Wang said.</p><p>Daines, a member of the Senate Foreign Relations Committee and a strong supporter of Trump, agreed and said that both countries should look for stability.</p><p>“I strongly believe that we want to de-escalate, not decouple. We want stability, we want mutual respect,” he said.</p><p>Daines hinted at one possible outcome to the two leaders' meeting next week, saying, "perhaps we could see some more Boeing airplanes purchased, which I know would be something we would like to see."</p><p>The senator also recognized China's efforts to help reduce tensions in the Middle East and reopen the Strait of Hormuz. He said that Wang's meeting on Wednesday with the Iranian Foreign Minister Abbas Araghchi was proof of China's engagement.</p><p>Ahead of Trump's visit to China, scheduled for May 14-15, the U.S. government has been pressing Beijing to use its influence with Iran to reopen the Strait of Hormuz, where 20% of the world’s oil normally flows.</p><p>It was Daines' second trip to China since Trump took office last year. He previously visited in March 2025, when the two countries were locked in frictions over trade tariffs and efforts to combat illegal fentanyl trade.</p><p>—-</p><p>Wu reported from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRQV6JCWNYKFD7IP3HBFJMAL3E.jpg?auth=ad4bc324a29bcecec5bcebfe1262cdcbebba8059b18da3bbd00773c168c3e34c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines, left, is greeted by Chinese Foreign Minister Wang Yi during a U.S. congressional delegation visit at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SQXW5GUOBFUABHO6ABY36PRCE.jpg?auth=9c927a4e60fcea3d8b60c355d9b3ebb7b119acc20dd3f5b817aab5623a6ef062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese Foreign Minister Wang Yi, second left, speaks to U.S. Senator Steve Daines and congressional delegation during a bilateral meeting at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/33IEMUBBS4ZIN3OQP54PE5LCAE.jpg?auth=e8f151aa46eb7baad2b0ec86943007006fe4bacc1d05b107d88a8755d60bcd51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines walks with his congressional delegation as they arrive to the Great Hall of the People to meet with Chinese Foreign Minister Wang Yi, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZIA53B6QVDJXREOU2WR3JDHBGI.jpg?auth=815654fbfc9c3034ace799ae71acdade964197e48eafd2a15545939ffe3a591a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines, left, speaks next to his congressional delegation during a bilateral meeting with Chinese Foreign Minister Wang Yi at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZE3NMCE6L3HDQTT5HZUB6ITZ7M.jpg?auth=faaf7797d0f17e5064cf197b0d93214123ca7e864056573ce21d54aabd756291&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese Foreign Minister Wang Yi, center, gestures next to U.S. Senator Steve Daines, center right, and U.S. Ambassador David Perdue, center left, after a group photo session with U.S. congressional delegation and Chinese delegation at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Pakistan warns of strong response to any attack on anniversary of clash with India]]></title><link>https://www.local10.com/news/2026/05/07/pakistan-warns-of-strong-response-to-any-attack-on-anniversary-of-clash-with-india/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/pakistan-warns-of-strong-response-to-any-attack-on-anniversary-of-clash-with-india/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:04:14 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistan’s military warned Thursday it would respond strongly against any attack as it marked the anniversary of last year’s four-day conflict with neighboring India that brought the nuclear-armed rivals to the brink of war before a U.S.-brokered ceasefire halted the fighting.</p><p>The military said that any “hostile design” against Pakistan would be countered with “greater strength, precision and resolve” than what India witnessed during the May 2025 conflict, which Islamabad named “Marka-e-Haq,” or “Battle of Truth.”</p><p>Pakistan and India had exchanged tit-for-tat strikes following an attack by gunmen in the Indian-controlled part of the disputed Himalayan region of Kashmir that killed 26 people, most of them Hindu tourists. India blamed Pakistan-backed militants for the massacre, an allegation Islamabad denied while calling for an independent investigation.</p><p>India launched strikes inside Pakistan on May 7, triggering retaliatory attacks by Pakistan that included drone incursions, missile strikes and artillery fire. Dozens of people were killed on both sides before a ceasefire was reached on May 10 following U.S. mediation.</p><p>Pakistan at the time claimed it shot down at least seven Indian military aircraft, including a French-made Rafale fighter jet. India acknowledged suffering some losses but did not provide details.</p><p>U.S. President Donald Trump has repeatedly took the credit for helping avert a wider war.</p><p>Pakistan and India have long had strained relations and have fought two of their three wars over Kashmir, which is claimed by both in its entirety.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOMGXV7K4SVNUQXODJGBZATM4A.jpg?auth=c5a45d3a1475fe5e0de46e21c91a1ea16b6e4653550f01fbdfe18ac67c1c3d5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Más allá de ser un magnate de los medios, Ted Turner deja un legado de conservación]]></title><link>https://www.local10.com/espanol/2026/05/07/mas-alla-de-ser-un-magnate-de-los-medios-ted-turner-deja-un-legado-de-conservacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/mas-alla-de-ser-un-magnate-de-los-medios-ted-turner-deja-un-legado-de-conservacion/</guid><dc:creator><![CDATA[Por SUSAN MONTOYA BRYAN y R.J. RICO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:01:09 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Ted Turner amaba la tierra, y la amaba en abundancia: como uno de los mayores propietarios privados de tierras en Estados Unidos, impulsó labores de conservación en unos 8.094 kilómetros cuadrados (3.125 millas cuadradas) de ranchos en varios estados, con el objetivo de dejarlos en mejores condiciones para las generaciones futuras.</p><p>Al considerar la conservación como algo esencial para la supervivencia humana, Turner veía la restauración de hábitats, la gestión responsable y el trabajo con especies en peligro como formas de abordar el cambio climático, la pérdida de biodiversidad y el agotamiento de recursos.</p><p>“Quiero inspirar a la gente a preocuparse por el medio ambiente", afirmó en una entrevista de 2016 con una publicación de viajes. "Cuando nos conectamos con la naturaleza, nos sanamos a nosotros mismos. Cuando protegemos la naturaleza, sanamos el planeta”.</p><p>La muerte del magnate de los medios el miércoles deja un legado de conservación que abarcó décadas, desde que compró su primer bisonte hace medio siglo hasta las labores actuales de restauración a gran escala y reintroducción de especies. Sus ranchos en Nuevo México, Montana, Nebraska y otros lugares se han convertido en laboratorios vivientes. Sus “estancias” en la Patagonia son modelos de ecoturismo.</p><p>Y, según Turner Enterprises, que administra sus tierras además de otros intereses empresariales e inversiones, Turner se aseguró de que sus propiedades siguieran protegidas frente al desarrollo inmobiliario.</p><p>De la recreación a la restauración</p><p>Turner compró su primer bisonte en 1976, cumpliendo un sueño de la infancia.</p><p>“Cuando era un niño, de unos 10 años, leí la revista National Geographic y tenía un artículo sobre bisontes, y decía lo cerca que estuvieron de extinguirse. Entonces decidí que, si podía, haría lo que estuviera a mi alcance para ayudar a que los bisontes regresaran”, recordó en el programa de la cadena CNN de 2019, “Ted Turner: Captain Planet".</p><p>Pero, añadió, “primero tuve que ganar mucho dinero. Porque los ranchos no son baratos”.</p><p>Turner compró su primer rancho en 1987. No mucho después, adquirió el Flying D Ranch cerca de Bozeman, Montana, que ahora es uno de los mayores y más destacados ejemplos de “renaturalización”.</p><p>Al principio utilizó sus propiedades para la caza y la pesca antes de trabajar en la restauración de hábitats y la reintroducción de especies nativas. El Flying D, por ejemplo, había sufrido sobrepastoreo, así que sustituyó las operaciones tradicionales de ganado vacuno por una manada de bisontes para restaurar el ecosistema nativo.</p><p>En Vermejo Park Ranch, comprado a mediados de la década de 1990 a Pennzoil y con una extensión de más de 2.253 kms cuadrados (870 millas cuadradas) cerca de la frontera entre Nuevo México y Colorado, el equipo de Turner ha trabajado para restaurar laderas y valles degradados por el sobrepastoreo, la minería y la tala indiscriminada. También alberga una manada de lo que los administradores del rancho describen como bisontes salvajes genéticamente puros.</p><p>En total, Turner fue dueño de 13 ranchos en seis estados. En algunos de ellos, Ted Turner Reserves y Turner Enterprises han entrelazado programas que generan ingresos —como la cría de bisontes, las actividades recreativas y el turismo— con la ecología.</p><p>“Quería que una parte de Estados Unidos siguiera preservada y, de algún modo, protegida como era en la época en que los indígenas americanos recorrían esas tierras", comentó el miércoles Tom Johnson, expresidente de CNN. "En esta era de desarrollo y comercialización y mala ordenación del territorio, limpió los arroyos y trajo de vuelta a los lobos grises y al perrito de la pradera. Quiero decir, realmente le importaba la naturaleza y estaba viendo lo que estaba pasando”.</p><p>Jennifer Morris, directora ejecutiva de The Nature Conservancy, señaló el miércoles que Turner no solo creía en proteger la naturaleza sino que actuó en consecuencia y lo hizo a gran escala.</p><p>“Invirtió en tierras, restauró ecosistemas y mostró lo que es posible cuando se combina la visión con un compromiso real", explicó en un comunicado. "Su trabajo ayudó a redefinir la conservación, demostrando que las tierras privadas y el capital privado pueden ser fuerzas poderosas para el bien público”.</p><p>No exento de polémica</p><p>Turner compró sus ranchos en Argentina durante una ola de privatizaciones en las décadas de 1990 y 2000, cuando extranjeros adinerados adquirieron enormes extensiones de terreno. Esto, en ocasiones, despertó sentimientos nacionalistas y preocupaciones por la explotación de recursos y el acceso público a ríos y lagos. La fama de Turner lo convirtió en un blanco para las críticas, pero al final recibió menos a medida que se enfocó en el ecoturismo de bajo impacto y la conservación.</p><p>En el oeste de Estados Unidos, no todos los ganaderos estaban satisfechos cuando Turner cambió las prácticas de gestión de las tierras en sus ranchos, incluyendo la sustitución del ganado vacuno por bisontes.</p><p>Su apoyo a los lobos, incluido un programa de cría de lobo mexicano en el Ladder Ranch en Nuevo México, provocó la ira de organizaciones ganaderas que alertaban sobre que estos animales salvajes mataban al ganado.</p><p>Y, para disgusto de algunos ganaderos, Turner crió la mayor manada de bisontes del mundo, ampliando la genética de la especie e impulsando los mercados de su carne al abastecer de hamburguesas y filetes a cerca de tres docenas de locales de Ted’s Montana Grill en 14 estados.</p><p>“Al convertirlo en un producto, al hacer un negocio de ello, hizo que la gente se metiera en el negocio de la cría de bisontes, lo que amplió de manera drástica el acervo genético y ha hecho que la manada de bisontes sea extremadamente saludable”, señaló el miércoles el restaurador George McKerrow, cofundador de Ted’s Montana Grill.</p><p>De bisontes a aves</p><p>En entrevistas, Turner describió su papel como el de un cuidador, no un propietario, y subrayó que los negocios y la conservación podían alinearse mediante el “ecocapitalismo”, un concepto que popularizó.</p><p>Lo que comenzó con las pezuñas de los bisontes ayudando a restaurar el pasto de la pradera continúa a través del Turner Endangered Species Fund, que da un impulso a la tortuga de Bolson —la tortuga más grande y rara de Norteamérica— mediante un programa de cría en cautividad en el Armendaris Ranch, en Nuevo México.</p><p>En Vermejo y en el Bad River Ranch, en Dakota del Sur, el equipo de Turner colabora con científicos estatales y federales para recuperar al hurón de patas negras, uno de los mamíferos más raros del planeta, con una población silvestre estimada de menos de 300 ejemplares.</p><p>Desde halcones aplomados y borregos cimarrones del desierto hasta murciélagos y mariposas monarca, todo le importaba a Turner. Su filosofía giraba en torno a la interconexión de todos los seres vivos y la idea de que ninguna especie debería ser descartada. Era tan sencilla que quedó inmortalizada en una pegatina para parachoques.</p><p>“Salven todo”.</p><p>___</p><p>Rico informó desde Atlanta.</p><p>___</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/H32ZWKWFPPZXKFQHRA52AYPDJM.jpg?auth=9c314e4450f38b8b60ffdfcf6fcdba2c159ffec25572d80bdcf60d7fe0afb279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Ted Turner posa cerca de su manada de bisontes en septiembre de 1991 en su rancho Flying D, cerca de Bozeman, Montana. (Linda Best/Bozeman Daily Chronicle via AP, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Linda Best</media:credit></media:content></item><item><title><![CDATA[British voters cast ballots in local elections seen as a verdict on Keir Starmer's leadership]]></title><link>https://www.local10.com/news/world/2026/05/07/british-voters-cast-ballots-in-local-elections-seen-as-a-verdict-on-keir-starmers-leadership/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/british-voters-cast-ballots-in-local-elections-seen-as-a-verdict-on-keir-starmers-leadership/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:43:35 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British voters cast ballots Thursday in local and regional elections that could shake up the country's politics and deliver a heavy blow to embattled Prime Minister Keir Starmer.</p><p>Starmer’s center-left Labour Party is bracing for big losses in polls that will choose about 5,000 local councilors and a handful of mayors across England, as well as semiautonomous parliaments in Scotland and Wales. They are the biggest set of elections since Labour swept to power in a landslide in July 2024, and Starmer’s opponents have painted them as a midterm referendum on the prime minister.</p><p>Polls will close at 10 p.m. (2100 GMT), and some local authorities will count ballots overnight, but the bulk of the results are likely to be declared on Friday afternoon.</p><p>A rout could trigger moves by restive Labour lawmakers to oust a leader who led them to power less than two years ago. Even if Starmer survives for now, many analysts doubt he will lead the party into the next national election, which must be held by 2029.</p><p>Starmer’s popularity has plunged after repeated missteps since he became prime minister in July 2024. His government has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living — tasks made harder by the U.S.-Israeli war with Iran, which has choked off oil shipments through the Strait of Hormuz.</p><p>The prime minister has been further hurt by his disastrous decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as Britain’s ambassador to Washington.</p><p>Labour is defending about 2,500 seats on English local councils, and party members are apprehensive it may lose many of them.</p><p>Starmer already survived a crisis in February, when some Labour lawmakers, including the party’s leader in Scotland, urged him to quit over the Mandelson appointment.</p><p>He has vowed to serve out his five-year term, but a bad result could spark a challenge from a high-profile rival such as Health Secretary Wes Streeting, former Deputy Prime Minister Angela Rayner or Greater Manchester Mayor Andy Burnham. Alternately, Starmer could face pressure from the party to set a timetable for his departure after an orderly leadership contest.</p><p>Hard-right Reform UK expected to win big</p><p>Luke Tryl of pollster More in Common said the local elections are likely to see “the total collapse of the traditional two-party system” that was dominated for decades by the Labour and Conservative parties.</p><p>The big winner is expected to be hard-right party Reform UK, led by Nigel Farage, which is aiming for working-class, former Labour strongholds in England’s north and on London’s outer edges with its anti-establishment, anti-immigration message. The Green Party is also likely to gain hundreds of council seats in urban centers and university towns.</p><p>The main opposition Conservative Party is also expected to lose ground, with the centrist Liberal Democrats making some gains.</p><p>Starmer didn’t even mention the Conservatives in his final preelection message, framing it as a choice between “progress and a better future” under Labour and “the anger and division offered up by Reform or empty promises from the Greens.”</p><p>Farage said on the eve of the election that a strong result for Reform would mean Starmer is “gone by the middle of summer.”</p><p>Both Reform UK and the Greens have grown rapidly in the last year or two, and are facing increased scrutiny as a result. Farage is facing questions over a 5 million pound ($6.8 million) donation from a cryptocurrency billionaire that he accepted in 2024, but did not declare. He says it was a personal gift.</p><p>The environmentalist Greens, who have stressed their pro-Palestinian credentials under self-described “eco populist” leader Zack Polanski, have fired several candidates for antisemitic social media posts.</p><p>Reform also is eyeing breakthroughs in Scotland and Wales, though pro-independence nationalists the Scottish National Party and Plaid Cymru are likely to form governments in Edinburgh and Cardiff.</p><p>“Labour’s going to lose to Reform in some places, Greens in others, and here and there they’ll lose one or two seats to the Liberal Democrats and the Conservatives as well,” said Tony Travers, a professor of government at the London School of Economics. “They’re fighting on four fronts in England — five in Wales and Scotland.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TGDI4CDHJ55V5LE5DJSY6XVP4U.jpg?auth=e32b449252e05ffd3832db9b862d5c4fb9467f38ec935ab48d09345ce4462b1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria arrive at a polling station in central London, Thursday, May 7, 2026 to cast their votes in the local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YX2YDP5PAAOYCEAIUIA3W4VTS4.jpg?auth=1e372c7a759b7b45a842515c83f6821aaf4bd8de5b395790ea6d1c15a9ea061c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform Party leader Nigel Farage poses for photographers with an ice-cream on the beach after casting his vote at a polling station in Walton on the Naze, England, Thursday, May 7, 2026.(AP Photo/Richard Pelham)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Pelham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IO4KK5QQGMFH6CPCD4P7YER3M.jpg?auth=73f942f825d741f4720b355a976a3e7b78459ce37f5aecc1bb4c094d154158c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog jumps outside a polling station in London, Thursday, May 7, 2026 as it waits for the owner during the UK 2026 local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUA3Q25O2YCLZ5HZLZVS54UOD4.jpg?auth=fbcb6f8e5e809e931de9424bcf1406a9df964a7e7f50f2687eb30d560d677590&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria leave a polling station in central London, Thursday, May 7, 2026 after casting their votes in the local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFU3NYD4UAX723A44XEXIJTVHA.jpg?auth=a6d5e84c718a876123f18b946fd16c9e0ec1e6666ca0a2b142e821c5b93a019b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform Party leader Nigel Farage shows his socks as he arrives at a polling station in Walton on the Naze, England, Thursday, May 7, 2026 to cast his vote in the local elections.(AP Photo/Richard Pelham)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Pelham</media:credit></media:content></item><item><title><![CDATA[Vatican and State Department stress solid ties after Rubio's fence-mending visit over Trump attacks]]></title><link>https://www.local10.com/news/world/2026/05/07/the-vatican-says-the-pope-and-rubio-discussed-the-need-to-work-for-peace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/the-vatican-says-the-pope-and-rubio-discussed-the-need-to-work-for-peace/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and MATTHEW LEE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:07:16 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — The Vatican raised the “need to work tirelessly in favor of peace” in talks Thursday with U.S. Secretary of State Marco Rubio, who came to Rome on a fence-mending visit after President Donald Trump’s criticisms of Pope Leo XIV over the Iran war.</p><p>Both the Vatican and the U.S. State Department stressed that Rubio’s meetings with Leo and the Vatican’s top diplomat underscored strong bilateral ties. Those relations, though, have been strained over Trump’s repeated broadsides about Leo’s calls for peace and dialogue to end the U.S.-Israeli war.</p><p>Rubio, a practicing Catholic, has often been called on to tone down or explain Trump’s harsh rhetoric. He had an audience first with Leo, which was complicated at the last minute by Trump’s latest criticism of the Chicago-born pope. During a 2½-hour visit, Rubio then met with the Vatican secretary of state, Cardinal Pietro Parolin, who on the eve of his visit had strongly defended Leo and criticized Trump’s attacks.</p><p>“Attacking him like that or criticizing what he does seems a bit strange to me, to say the least,” Parolin said Wednesday.</p><p>After the meetings, the U.S. State Department said that Rubio and Parolin discussed “ongoing humanitarian efforts in the Western Hemisphere and efforts to achieve a durable peace in the Middle East. The discussion reflected the enduring partnership between the United States and the Holy See in advancing religious freedom.”</p><p>In a separate statement about the audience with Leo, U.S. State Department spokesperson Tommy Pigott said that the two discussed the situation in the Middle East and the Western Hemisphere. “The meeting underscored the strong relationship between the United States and the Holy See and their shared commitment to promoting peace and human dignity,” he said.</p><p>The Vatican, for its part, said that during Rubio’s meetings with both Leo and Parolin, “the shared commitment to fostering good bilateral relations between the Holy See and the United States of America was reaffirmed.”</p><p>It said the two sides exchanged views on the current events “with particular attention to countries marked by war, political tensions, and difficult humanitarian situations, as well as on the need to work tirelessly in favor of peace.”</p><p>Rubio also has meetings Friday with Italian Premier Giorgia Meloni and Foreign Minister Antonio Tajani. Those meetings might not be much easier for Washington’s top diplomat, given both have strongly defended Leo against Trump’s attacks and have criticized the Iran war as illegal — drawing the president’s ire.</p><p>A mission to smooth ties</p><p>The tensions began when Trump lashed out at Leo on social media last month, saying the pope was soft on crime and terrorism for comments about the administration’s immigration policies and deportations as well as the Iran war. Leo then said that God doesn’t listen to the prayers of those who wage war.</p><p>Later, Trump posted a social media image appearing to liken himself to Jesus Christ, which was deleted after a backlash. He has refused to apologize to Leo and has sought to explain away the post by saying that he thought the image was a representation of him as a doctor.</p><p>Rubio said that Trump’s recent criticisms of Leo were rooted in his opposition to Iran potentially obtaining a nuclear weapon, which he said could be used against millions of Catholics and other Christians.</p><p>Leo has never said Iran should obtain nuclear weapons and that the Catholic Church “for years has spoken out against all nuclear weapons, so there is no doubt there.”</p><p>“The mission of the church is to preach the Gospel, to preach peace. If someone wants to criticize me for announcing the Gospel, let him do it with the truth,” Leo said late Tuesday, after Trump again accused him of being “OK” with Iran having a nuclear weapon.</p><p>By Thursday, tensions seemed to have eased.</p><p>Rubio gave Leo a small crystal football paperweight. He acknowledged Leo’s known allegiance to the Chicago White Sox, saying “you’re a baseball guy,” but noted that the football had the seal of the State Department on it.</p><p>“What to get someone who has everything?” Rubio joked as he gave Leo the paperweight.</p><p>Leo, for his part, gave Rubio a pen apparently made of olive wood — “olive being of course the plant of peace,” Leo said — with his coat of arms on it and a picture book of Vatican artworks.</p><p>Trump also has criticized Meloni and other NATO allies for a lack of support for the Iran war, recently announcing plans to withdraw thousands of American troops from Germany in the coming months.</p><p>Vatican seen as willing to have dialogue</p><p>Giampiero Gramaglia, former head of the ANSA news agency and its onetime Washington correspondent, said that he didn’t expect much to come out of Rubio's visit for Italian or Vatican relations. He, and other Italian commentators, believe Rubio instead was looking to smooth over relations with the pope for his own political ambitions, as well as the upcoming midterm U.S. congressional elections and 2028 presidential race.</p><p>“I doubt Rubio has the role of conciliator for Trump,” he told Italy's Foreign Press Association. “I have the perception that Rubio’s mission is more about himself” and his political ambitions as a prominent Catholic Republican.</p><p>The Rev. Antonio Spadaro, undersecretary in the Vatican’s culture office, said that Rubio’s mission wasn’t to “convert” the pope to Trump’s side. Rather, Washington “has come to acknowledge — implicitly but legibly — that (Leo’s) voice carries weight in the world that cannot simply be dismissed.”</p><p>“The situation created by President Trump’s remarks required a high-level, direct intervention, conducted in the proper language of diplomacy: a semantic corrective to a narrative of frontal conflict with the church,” he wrote in an essay this week.</p><p>Cuba is also on the agenda</p><p>Rubio said that topics other than the Iran war were on the agenda for the Vatican visit, including Cuba. The Holy See is particularly concerned about the Trump administration’s threats of potential military action there following its January ouster of Venezuelan President Nicolás Maduro.</p><p>Trump has said frequently that Cuba could be “next,” and even suggested that once the Iran war is over, naval assets deployed in the Middle East could return to the United States by way of Cuba.</p><p>Rubio is the son of Cuban immigrants and a longtime Cuba hawk.</p><p>“We gave Cuba $6 million of humanitarian aid, but obviously they won’t let us distribute it," Rubio said. “We distributed it through the church. We’d like to do more.”</p><p>___</p><p>Matthew Lee, the AP's diplomatic writer, reported from Washington.</p><p>___</p><p>Associated Press religion coverage 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.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BSA2YPGAUVGFTJEH6JNOJUY73Y.jpg?auth=149bfaf1b7cc9b7bba966d3d2f267a78087ee5596872e081ff722886e750c140&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by Vatican Media Pope Leo XIV exchanges gifts with U.S. Secretary of State Marco Rubio, right, as they meet in the pope's private library at the Vatican, Thursday, May 7, 2026. (Vatican Media via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TSATKYLO4TPJLMNQEDHJL2H64E.jpg?auth=fc4138bb53fc3fbc1b684480b7d6f38c43f494ea0f6759a6847767df31250768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio leaves the St. Damasus courtyard after meeting with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUBFGO35HDXS7V4JR66OZ3PAOI.jpg?auth=c13ad17c693230d28e0b005d930615166c3ed7c2a421b82b1fdb5e0cbea561b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio leaves the St. Damasus courtyard after meeting with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6MRLYUR5AGBXBJJ4VYRLMYD2E.jpg?auth=870d5b081842a37fae2fbad78ac497346eaf7fdacbf2045c5462cf995a290936&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio is greeted by Archbishop Petar Rajič, the new Prefect of the Papal Householdas as he arrives at the St. Damasus courtyard to meet with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X6XSA4MJJI2XH7EI26DFU6SUG4.jpg?auth=85494adfea7debd2ae5c494a727e29079582f6389d10065eae2ae9af0b726853&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio is greeted by a Vatican official as he arrives at the St. Damasus courtyard to meet with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[In Gaza, some Palestinian children find respite and catharsis in breakdancing]]></title><link>https://www.local10.com/news/world/2026/05/07/in-gaza-some-palestinian-children-find-respite-and-catharsis-in-breakdancing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/in-gaza-some-palestinian-children-find-respite-and-catharsis-in-breakdancing/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 05:55:06 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — As the music comes on in a Gaza refugee camp, a group of boys and girls start showing off their breakdancing moves, kicking and spinning with intense focus on their fast footwork. Two young girls grin at each other as they nailed a tricky part of the routine.</p><p>It’s a rare moment of respite and catharsis amid the harsh realities of life in the Gaza Strip. The children, some wearing sliders on their feet, dance next to mangled metal rods jutting out from a mound of rubble and shattered concrete. The school that trains them is in the Nuseirat refugee camp, a crowded, built-up camp in central Gaza dating back to the 1948 Arab-Israeli war.</p><p>“I come to this center because I discovered that I have a talent for breakdancing, and I also come here to release the negative energy inside me and to enjoy,” said Habiba Abu Khater, one of the children from around five to 14 years old who train at the school. She said she's been attending for four years and is happy about her progress after starting from scratch.</p><p>Instructor Fayez Saraj said the school, established in the camp in 2004, helps children build their self confidence and improve their mental health through break dance, gymnastics, and contemporary dance.</p><p>The movements "help the child with psychological release, especially from the difficult situations we experienced during the years of war," he said. “We have a significant role in … moving them from an atmosphere of depression and frustration to one of joy.”</p><p>Israel’s military offensive in Gaza has killed more than 72,600 Palestinians, according to Gaza’s Health Ministry, caused widespread destruction and displaced most of the territory’s residents.</p><p>The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Israel launched the offensive after Hamas-led militants killed some 1,200 people, mostly civilians, and took another 251 hostage in their attack on Oct. 7, 2023.</p><p>While the heaviest fighting has mostly subsided since a fragile ceasefire took effect on Oct. 10, deadly Israeli strikes have repeatedly disrupted the truce. Hamas and Israel have accused each other of violating the ceasefire. Palestinians in Gaza are still contending with myriad daily struggles.</p><p>—-</p><p>Associated Press writer Mariam Fam in Winter Park, Florida, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UEVQXWUBNFH3VJXY4NMNHAHWVQ.jpg?auth=12df1f9c29052e745d8a065b09da31edaa6f657c12fb83f8416a382bfff3fc09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing in a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LT2D7PAHUMHOPL53YZV5UNJJYY.jpg?auth=f4b7b54372122b414051bd3027fab8e3cb47683f19728957e8b79d33664575c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing in a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6VTYAOCBJ7YMFFUHCTFXEFVM4.jpg?auth=7f74060ae1e6d324fa232d4c9bbb389f68ec18ecd4b29005ea59de5813cc943a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing outside a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Investigators searching home connected to killer of California college student Kristin Smart]]></title><link>https://www.local10.com/news/national/2026/05/07/investigators-searching-home-connected-to-killer-of-california-college-student-kristin-smart/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/investigators-searching-home-connected-to-killer-of-california-college-student-kristin-smart/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:21:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN LUIS OBISPO, Calif. (AP) — Authorities plan Thursday to enter the second day of their search of a home connected to the man convicted of killing 19-year-old college student Kristin Smart in 1996, according to law enforcement.</p><p>The San Luis Obispo County Sheriff's Office served the warrant Wednesday in the ongoing investigation into Smart's disappearance. Her remains were never found and she was declared legally dead in 2002. Paul Flores was convicted in October 2022 and ultimately sentenced to 25 years to life in prison.</p><p>Law enforcement searched a home in the central coast town of Arroyo Grande occupied by Flores’ mother, Susan Flores, according to public records and reporting by a podcast that has closely followed the case.</p><p>“The Sheriff’s Office remains committed to bringing Kristin home to her family,” the sheriff's statement said. “No further information is available.”</p><p>The “Your Own Backyard” podcast, which helped investigators crack the case by bringing forward additional witnesses, first reported the search and said the home belongs to Flores' mother. Attempts to reach Susan Flores for comment Wednesday were not successful.</p><p>Smart went missing from California Polytechnic State University in May 1996 after returning from an off-campus party. Prosecutors alleged she was killed during an attempted rape and that the last person she was seen with was Flores, a fellow student.</p><p>Flores and his father, Ruben Flores, were arrested in 2021.</p><p>Prosecutors alleged Smart’s remains were buried on Ruben Flores’ property and later moved. He was acquitted of accessory charges. That property is different from the one searched on Wednesday.</p><p>Paul Flores was sentenced in March 2023 to prison, where he has been physically attacked at least twice.</p><p>In 2024, a judge ruled that Paul Flores must pay just over $350,000 to Smart's family for costs they incurred after her death.</p><p>The family has said it would forgo restitution if Flores would tell them where Kristin’s body was. Flores’ attorney, Harold Mesick, said in 2024 that the defense did not know where her remains are. Flores maintains his innocence.</p><p>The county district attorney’s office said Wednesday it was helping the sheriff's office with the investigation.</p><p>“While those responsible for Kristin’s death — and those with knowledge of her whereabouts — could provide answers at any time, we remain firmly committed to using every lawful tool available to locate Kristin’s remains and to support her family until she is brought home,” District Attorney Dan Dow said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT2FIYQQHRSP63AWB2JSERNRHM.jpg?auth=dc26595d377581745dee57de4a71e1c3d8dd48a8b724ebb43eafa9293bd1148a&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 San Luis Obispo County Sheriff's Office shows authorities conducting a search on Wednesday, May 6, 2026, at a home in Arroyo Grande, Calif., connected to the man convicted of killing Kristin Smart. (San Luis Obispo County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/USI7ZEU44PRTCMATAAK4LGJBRE.jpg?auth=f97a9675888917df9567042ac8c22b00a3f358980e72204afdd5fa5dbda2b0fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo released by the FBI shows Kristin Smart, the California Polytechnic State University, San Luis Obispo student who disappeared in 1996. (FBI via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YX7CGQZK2C7CSFJSY3RD3U2NQI.jpg?auth=eacea004658e85c60a94ec4f0f97a75063fec6a7ea3e58f0565c4541ae411673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Paul Flores listens during his murder trial in Monterey County Superior Court in Salinas, Calif., on July 18, 2022. (Daniel Dreifuss/Monterey County Weekly via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Dreifuss</media:credit></media:content></item><item><title><![CDATA[Wembanyama and Spurs rebound to hand Timberwolves largest postseason defeat, 133-95, to even series]]></title><link>https://www.local10.com/sports/2026/05/07/wembanyama-and-spurs-rebound-to-hand-timberwolves-largest-postseason-defeat-133-95-to-even-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/wembanyama-and-spurs-rebound-to-hand-timberwolves-largest-postseason-defeat-133-95-to-even-series/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 05:49:39 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama had 19 points and 15 rebounds, and the San Antonio Spurs handed Minnesota its worst postseason loss in franchise history, beating the Timberwolves 133-95 on Wednesday night to even their Western Conference semifinal series at one game apiece.</p><p>“I just told them we got punked,” Minnesota coach Chris Finch said.</p><p>Stephon Castle had 21 points and De'Aaron Fox added 16 points for San Antonio, which shot 50% from the field and 41% on 3-pointers. It was the highest-scoring playoff game for the Spurs since a series-clinching 145-105 win over Denver on May 4, 1983.</p><p>Anthony Edwards, Julius Randle, Jaden McDaniels and Terrence Shannon Jr. each scored 12 points for Minnesota.</p><p>Edwards came off the bench again as Minnesota continued to restrict his minutes in his second game back from a hyperextended left knee.</p><p>Games 3 and 4 are Friday and Sunday in Minneapolis.</p><p>With Wembanyama playing more aggressively on offense from the outset, the Spurs put the series-opening loss behind them quickly.</p><p>Minnesota's previous largest postseason defeat was by 30 points to the Los Angeles Lakers on April 29, 2003.</p><p>Only the margin of victory was in doubt Monday as both teams sent their starters to the bench with 10 minutes remaining and the Spurs leading 104-66.</p><p>“I told the guys after the first game it’s the natural tendency for the team that steals the first game, the away team, to get blown out in Game 2," Edwards said. “We can’t come out cool and we came out cool and what happened — we got blown out.”</p><p>After combining to score 21 points on 10-for-31 shooting in Game 1, Wembanyama and Fox combined to go 12 of 25 from the field Wednesday.</p><p>The All-Star duo scored the Spurs' first 11 points as they raced to a 29-point lead in the first half.</p><p>“Just trying to set the tone,” Wembanyama said.</p><p>Fox finished 2 for 2 on 3-pointers after missing on four attempts in Game 1.</p><p>“We’re at our best when (Fox is) in attack mode,” San Antonio coach Mitch Johnnson said. “He has probably the strongest ripple effect on our team in terms of when he’s in attack mode pushing the pace, because you have Steph (Castle) and Dylan (Harper) that follow suit with that. And then our shooters get shot in transition. Victor plays in space and so on and so forth.”</p><p>The Spurs missed their first three shots, but Wembanyama followed the third attempt by flying through the lane and throwing down a right-handed dunk to open the scoring.</p><p>Minnesota was held to 35 points in the first half. The Timberwolves shot 29.8% from the field before halftime and were 2 for 15 on 3-pointers as they fell behind by 25 points.</p><p>“I loved how everyone had everybody’s back (defensively),” Wembanyama said. “Tonight looked like a system that worked.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HL6SL3VFMA5OHF2H5XUJQ7T7OA.jpg?auth=62728b4c674f3e4d47a064a7a47e4133d636b2df8020105e5bdc9001a6ba908d&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 (1) drives against Minnesota Timberwolves guard Anthony Edwards (5) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 2026. (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/SZ7H7GQVEIP54HZBUMCSO4CUQA.jpg?auth=0847a89ada54dd486569e1ed934e3a2a9e8d10aa0ca4a3c2032cd7ffb26b3271&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 (1) reacts to a play during the first half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 2026. (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/2P3Q3BYNETYVNEXXFDIE5KIO7Y.jpg?auth=5d6a673b46236c9d09442ed694a88c5920f6aaa0e6e2bfae1e8a1cf33d27a288&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 Stephon Castle (5) is blocked by fouled by Minnesota Timberwolves guard Mike Conley (10) and guard Terrence Shannon Jr. (1) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 2026. (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/IZHS327M5B6CUONKU4IJVGGHPE.jpg?auth=77c15d91a6e660a5640e6a2d6eff5191a3c9d921a1ba98a95b97ae74e5701930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves forward Julius Randle (30) drives to the basket against San Antonio Spurs guard Devin Vassell (24) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 2026. (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/LMKQEWHWOVL2KSQB4TJ2WKTYBM.jpg?auth=182fbf6001728bb077dc6c9a23ffb3a77419317279a6c88431a64deb84031851&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 (1) reacts to a play during the first half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Candidato presidencial ultraconservador advierte que no reconocerá los comicios de Perú]]></title><link>https://www.local10.com/espanol/2026/05/07/candidato-presidencial-ultraconservador-advierte-que-no-reconocera-los-comicios-de-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/candidato-presidencial-ultraconservador-advierte-que-no-reconocera-los-comicios-de-peru/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:19:40 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El candidato presidencial ultraconservador Rafael López Aliaga advirtió el miércoles que no reconocerá los resultados de la primera vuelta electoral de Perú, que las autoridades planean culminar hasta el 15 de mayo, y tampoco a quien gane las elecciones del balotaje del 7 de junio, por lo que habrá “un gobierno ilegítimo”.</p><p>En un mitin nocturno junto a cientos de sus seguidores, el líder del partido Renovación Popular llamó “loca” a la candidata conservadora Keiko Fujimori, de Fuerza Popular, por permitir que “roben” las elecciones, y “Roberto Carlos” al nacionalista Roberto Sánchez, de Juntos por el Perú, del que dijo que tiene “un millón de amigos imaginarios" que le suman votos falsos en pueblos remotos de Perú.</p><p>López Aliaga alega que en Perú hubo “un fraude único en el mundo” en los comicios del 12 y 13 de abril, que habrían perjudicado su candidatura, pero no ha presentado pruebas de ello. Misiones de observadores electorales, incluida la de la Unión Europea y la organización peruana Transparencia, niegan esa posibilidad.</p><p>Sánchez y López Aliaga pugnan por su pase al balotaje del 7 de junio para disputar la presidencia con Fujimori, de acuerdo al lento conteo oficial electoral.</p><p>Según las autoridades electorales, tras contabilizarse el 98,4% de las actas de votación presidencial, Fujimori lideraba el miércoles el conteo de votos con 17,14%, seguida de Sánchez con 12,04% y López Aliaga con 11,89%.</p><p>El Tribunal Electoral condenó el viernes una protesta de simpatizantes de López Aliaga en la puerta de la casa del presidente del Tribunal, Roberto Burneo, en la que lo insultaban y pedían elecciones complementarias. Las autoridades han anunciado que no habrá dichas elecciones, una de las solicitudes de López Aliaga.</p><p>Las elecciones del 12 de abril se extendieron un día luego que más de 63.000 boletas electorales no llegaron a 211 mesas de votación en una zona de Lima, mientras que el 99,8% restante de casillas a nivel general sí abrieron. Los afectados de las 211 mesas pudieron sufragar el 13 de abril, según las autoridades.</p><p>López Aliaga advirtió que, si el 15 de mayo las autoridades “se atreven a proclamar" a los dos candidatos que disputarán la presidencia en una “segunda vuelta trucha (falsa) y corrupta”, realizará una gran marcha con sus simpatizantes de todo Perú. Antes ha indicado que, en caso de que no se anulen las elecciones, iniciará una "insurgencia".</p><p>El aspirante ultraconservador también le advirtió a Fujimori que perderá las elecciones por cuarta vez.</p><p>“Usted sabe bien que va a perder las elecciones... es la cuarta vez que va a perder”, manifestó, recordándole que fue derrotada en la segunda vuelta presidencial de los comicios de 2011, 2016 y 2021.</p><p>La misión electoral de la Unión Europea ha pedido evitar el uso de lenguaje violento en los comicios peruanos.</p><p>Fujimori dijo a periodistas desde la región amazónica de Loreto que está “en contra” de la solicitud de insurgencia de López Aliaga, quien la apoyó durante la segunda vuelta de 2021.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMZ4MD63N2ZKTZRKN4YSYDOLOU.jpg?auth=4d8c87805caf6a663f872d1e903768cbddc5e0d2bd4bb562358f57e6acb86951&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Rafael López Aliaga, del partido Renovación Popular, saluda a sus seguidores durante un mitin mientras continúa el recuento de votos en las elecciones generales, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJML6RJTM6H4F57Q3H57MZWLPI.jpg?auth=54d5f494b7b0f082f55ee708b6c081a75abcd9f88264a909557b161bc248ebb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre con una máscara del presidente estadounidense Donald Trump grita consignas durante un mitin de simpatizantes del candidato presidencial Rafael López Aliaga, del partido Renovación Popular, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUH5NGHORTWHILMOZAFA5RQBZI.jpg?auth=3e8c8228335b445be1d7ed35376a20f3f1926da2c8f83d4b6fdceb37d93ce497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Simpatizantes del candidato presidencial Rafael López Aliaga, del partido Renovación Popular, se manifiestan mientras continúa el recuento de votos en las elecciones generales, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Republicans once saw Michigan as ripe for a takeover, but the mood is shifting]]></title><link>https://www.local10.com/news/politics/2026/05/07/republicans-once-saw-michigan-as-ripe-for-a-takeover-but-the-mood-is-shifting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/republicans-once-saw-michigan-as-ripe-for-a-takeover-but-the-mood-is-shifting/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 09:00:07 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — For years, Michigan Republicans had circled 2026 as their chance to regain power in the swing state where Democrats hold all statewide offices and both U.S. Senate seats. Now, doubts are creeping in.</p><p>Surging gas prices, an unpopular war in Iran and tariffs that have hit the state’s auto industry hard have all contributed to concerns about a worsening political environment for Michigan Republicans.</p><p>The latest warning sign came Tuesday, when a Democrat won a special election by almost 20 points in a state Senate district that Kamala Harris won by less than 1 point in 2024. The previous officeholder, a Democrat, carried the seat by 6 percentage points in 2022.</p><p>“To get to this margin in that kind of a district means that Democrats and independent voters are working in tandem to send a message to the Trump administration,” Michigan pollster Richard Czuba said of Tuesday's result.</p><p>The sentiment could pose a challenge for Michigan Republicans in a midterm year when voters will decide the governor’s office, control of the Legislature and a premier U.S. Senate race. The mood of voters in Michigan also matters for a national Republican Party that sees the state — which Donald Trump flipped in 2024 — as central to its coalition and a midterm map that will again hinge heavily on the industrial Midwest.</p><p>‘If they don’t get Iran figured out pretty quick, we’re screwed’</p><p>Nationally, Trump’s approval rating on the economy fell between March and April as the Iran war sent prices higher, according to an AP-NORC poll. The April poll found that approval had eroded even among Republicans, with 62% having a positive view of the way Trump is handling the economy, down from 74% in March.</p><p>Trump’s economic approval remained low among independents, who have an outsized role in deciding elections in swing states like Michigan. About 2 in 10 independents approved of Trump’s performance on the economy in the April poll, down slightly from about 3 in 10 in March. Only about one-quarter of U.S. adults approved of his handling of the cost of living.</p><p>Michigan voters may be feeling the impacts more than those elsewhere in the U.S. Gas prices in Michigan are averaging around $4.80 per gallon, the 10th-highest in the nation, according to AAA, after they jumped by over 80 cents in a week.</p><p>Jared Kaufman, 26, is among those frustrated by rising costs and the war in Iran. He voted for Democrat Chedrick Green in Tuesday's election, saying he’s a teacher who doesn’t make much money. The sacrifices being made “for something that is nowhere near us” are unnecessary, he said.</p><p>Tariffs have also created new anxiety in a state deeply tied to the auto industry and cross-border trade with Canada. While Trump has argued the tariffs will strengthen domestic manufacturing, suppliers and smaller manufacturers in Michigan say the uncertainty has made it harder to plan investments and expansion.</p><p>“The more stability there is in the environment, the easier it is for me to make decisions to grow and expand,” said John Lytle, president of Promess Inc., a manufacturer outside Detroit. “That’s probably been the biggest impact it’s had on us.”</p><p>Jason Roe, a strategist and former executive director of the Michigan GOP, conceded that the political environment isn’t good right now, but argued Democrats have their own problems and that Trump still has time to bring costs down.</p><p>“But if they don’t get Iran figured out pretty quick, we’re screwed,” he added.</p><p>A messy top of the ticket race</p><p>The worsening political climate is also colliding with internal divisions at the top of the GOP ticket.</p><p>With Democratic Gov. Gretchen Whitmer term-limited and leaving office at year's end, the governor's race was once viewed as Republicans' best pickup opportunity. Michigan has a long history of electing a governor from the opposite party once an incumbent leaves office.</p><p>The overwhelming favorite in the GOP primary was Rep. John James, a veteran who represents a competitive House district and has been endorsed by Trump in previous elections, including two failed bids for U.S. Senate (Trump has not endorsed in this year's GOP primary). But frustration with his campaign has steadily built within the party, spilling into public view in recent weeks.</p><p>After it was announced in April that James would miss a GOP debate in an important swing county where all other major candidates were attending, a wave of Republicans criticized him.</p><p>“The data is clear: if John James wins the Aug. 4, 2026, primary, Republicans will almost certainly lose the general election in November,” said Chris Long, a member of the Michigan GOP's leadership team, in a social media post calling for James to drop out.</p><p>James has said that he will take part in two debates in July.</p><p>Democrats have their own concerns. Secretary of State Jocelyn Benson is expected to lead the Democratic field, though Genesee County Sheriff Chris Swanson is also running. Some in the party worry that Detroit Mayor Mike Duggan, a former Democrat now running for governor as an independent, could pull votes from their nominee.</p><p>But James' campaign has also been complicated by the late entry of Perry Johnson, a millionaire businessman who mounted long-shot bids for governor in 2022 and president in 2024. Johnson has aggressively attacked James — and has the money to sustain it, announcing a $10 million television ad buy in February.</p><p>Republican strategist Dennis Lennox criticized James as running “an awful campaign,” but added that no matter who is the nominee, it will be a tough cycle.</p><p>“Anyone who isn't being paid to say otherwise will concede that 2026 is going to be a very difficult year for Republicans,” said Lennox.</p><p>In a statement, James spokesperson Hannah Osantowske dismissed the criticism as “sore losers griping,” arguing that James remains the GOP frontrunner and “the only Republican beating both Democrats in November.” She also dismissed Johnson’s campaign.</p><p>“Michiganders are not buying what he is selling,” Osantowske said. “They want a trusted Trump ally, combat veteran and proven job creator. That is John James.”</p><p>Republicans hope to break a three-decade Senate losing streak</p><p>The governor's race is top of the ticket in Michigan, but national Republicans are also looking to crush Democrats' chances of winning control of the Senate by flipping Michigan's open Senate seat.</p><p>Former U.S. Rep. Mike Rogers is running again on the GOP ticket, after losing in 2024 by less than 20,000 votes to freshman Sen. Elissa Slotkin.</p><p>Democrats are in the midst of a competitive — and increasingly messy — Senate primary with three high-profile candidates vying for the party's nomination in the Aug. 4 primary.</p><p>Still, questions linger about whether Rogers can win a race he lost even with Trump on the ballot. No Republican has won a U.S. Senate race in Michigan since 1994.</p><p>Rogers maintains the most cash on hand of any Senate candidate, due to a non-competitive GOP primary, but was behind Democratic candidates Mallory McMorrow, a state senator, and Dr. Abdul El-Sayed, a former health official, in fundraising in the first quarter of 2026. The Senate Leadership Fund, the leading super PAC for Senate Republicans, announced an initial $45 million investment in the Michigan race early in April.</p><p>Czuba said the influx of outside money may not help Rogers if it further nationalizes the race.</p><p>“If the conversation is nationalized in Michigan, we see how poorly the president's numbers look right now,” said Czuba. “If undecided voters disproportionately view Donald Trump negatively, I'm not sure what the path is for Mike Rogers.”</p><p>___</p><p>Associated Press journalist Mike Householder in Bay City, Michigan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2TVNYIY7HTR6VRQINNDDY4YGQ.jpg?auth=66d8500ab5fe5c280c06ae0e4871db2d60f5d0ddfd55d760ae628eaa2d980d22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer, right, listens to Rep. John James, R-Mich., left, speak during a tour of Atomic Industries' manufacturing facility, Thursday, April 9, 2026, in Warren, Mich. (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/UE3R2FAD6ANQAQXKUQR5HB7F74.jpg?auth=995c5296c8372c21873685292fbb1d04dc335146ed24c75502ca0ce3d1c0f43e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer, right, and Rep. John James, R-Mich., second from left, tour the Atomic Industries' manufacturing facility with co-founder and head of manufacturing Lou Young, Jr., second from left, and co-founder and CEO Aaron Slodov, left, Thursday, April 9, 2026, in Warren, Mich. (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/DYCCKVWR3CSUSRMLUJPIWPSQAQ.jpg?auth=761b64d835814c534fd3923bd593e6686f31f10eaa8025c4c34203601e50c3d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. John James, R-Mich., listens to U.S. Trade Representative Jamieson Greer, not pictured, speak during a tour of Atomic Industries' manufacturing facility, Thursday, April 9, 2026, in Warren, Mich. (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/SIWMN5UEGRROEX4KIMRFJEND6U.jpg?auth=fe43c440d1de25e7d5510f1bfcb2ba06c789907d303a78f3cebb2a327afe3b8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chedrick Greene, Democratic candidate for 35th Senate District, speaks Tuesday, May 5, 2026 in Saginaw, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IL5HBLKORXMQ2CJ5LF2EVPEHPE.jpg?auth=e91b8ec2d7325578feaefa607cb8d0e7149d32caacb1f18b7d6a097496a5144f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chedrick Greene, Democratic candidate for 35th Senate District, takes a selfie with supporters after speaking Tuesday, May 5, 2026 in Saginaw, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Trump wants to paint the Eisenhower office building white. Now a key federal agency considers it]]></title><link>https://www.local10.com/news/politics/2026/05/07/trump-wants-to-paint-the-eisenhower-office-building-white-now-a-key-federal-agency-considers-it/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/trump-wants-to-paint-the-eisenhower-office-building-white-now-a-key-federal-agency-considers-it/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 10:09:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's proposal to put a coat of white paint on the exterior of a 19th-century historic landmark building next to the White House is slated for a hearing Thursday by a key federal agency he expects to approve what would be a dramatic makeover.</p><p>The proposed painting of the Eisenhower Executive Office Building is one piece of a broader plan the Republican president has said will make Washington more beautiful.</p><p>Trump is making numerous changes inside and outside the White House and its grounds, most notably razing the East Wing to build a 1,000-person ballroom. Across the street from the mansion, Lafayette Park is closed for renovations that include getting the fountains working again.</p><p>The National Capital Planning Commission is scheduled to begin considering the plan on Thursday, according to its meeting agenda. Trump calls for painting all or most of the Eisenhower building's gray granite exterior with white paint. He last year called the gray a “really bad color.”</p><p>Josh Fisher, a White House official, in April told the U.S. Commission of Fine Arts — a separate federal agency that also must approve the proposal — that the Trump administration prefers painting the entire building because the exterior is stained and in “great disrepair.”</p><p>The White House also presented an alternative proposal to paint most of the building in white while leaving the granite as is on the base.</p><p>Fisher said in April that experts consulted by the government could not guarantee that an exterior cleaning would improve the condition of the building.</p><p>But the proposal has alarmed preservationists, architects, historians and others who argue that granite is not meant to be painted and that paint would trap moisture, deteriorate the stone and not solve problems the administration wants to fix.</p><p>There's also scant public support for the paint job.</p><p>Hundreds of pages of public comment submitted to the National Capital Planning Commission and available on the agency's website were overwhelmingly against the plan on the grounds that the granite would be harmed by being painted and that problems would remain, at great expense to taxpayers. Others suggested improved landscaping, lighting and other steps to improve the building's appearance.</p><p>Members of the Society of Architectural Historians sent a letter this week to Will Scharf, a top White House aide and chair of the planning commission, outlining why the project “will adversely and permanently alter this important part of American heritage and should be rejected.”</p><p>A report by the planning commission's staff recommends that commissioners support cleaning the building but said more information is needed to evaluate the proposals to paint the exterior.</p><p>Staff also recommends asking the White House to provide information about the type of paint to be used, including where it has been successfully used on exterior granite facades in other projects. It also recommends the White House summarize other ways to achieve the goal, including cleaning the building and/or lighting.</p><p>The Eisenhower Executive Office Building is a National Historic Landmark and is listed on the National Register of Historic Places. A lawsuit against the proposed paint job is working its way through federal court.</p><p>The Eisenhower building sits across a driveway from the West Wing, and its granite, slate and cast iron exterior makes it one of America’s best examples of the French Second Empire style of architecture. It was the original home for the State, War and Navy departments, and it currently houses ceremonial offices for the vice president and offices for the second lady, the National Security Council and other White House components.</p><p>At its April meeting, the fine arts commission directed White House officials to return at a future date to present more information, including the results of paint testing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKEZ3DDDTRDQO37E37EZEWNGEE.jpg?auth=88a311942749f3f9b8418de49b9ee13a2ce30fc50f11933a47fa2b4a7cbe3531&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Eisenhower Executive Office Building is seen at the White House complex, April 20, 2026, 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/HMXXCBCAHVEQPV7CZUEWJGGU2E.jpg?auth=b39b5c881adef033eff5373a33baf1b7c63d5416d510367920fa3bd32e32b051&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An America 250 flag is seen on the Eisenhower Executive Office Building, past the West Wing of the White House, Sunday, April 19, 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[How a court case and their loyal fans helped to shape Kneecap’s second record, 'Fenian']]></title><link>https://www.local10.com/entertainment/2026/05/07/how-a-court-case-and-their-loyal-fans-helped-to-shape-kneecaps-second-record-fenian/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/how-a-court-case-and-their-loyal-fans-helped-to-shape-kneecaps-second-record-fenian/</guid><dc:creator><![CDATA[By SIAN WATSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:10:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The seven-week period that Kneecap spent recording their second album, “Fenian,” was eventful to say the least, as the Irish hip-hop outfit were fighting a legal battle at the same time as they were working in the studio.</p><p>Member Liam Óg Ó hAnnaidh — who performs as Mo Chara — had been charged with a terror-related offense for displaying a flag of Lebanese militant group Hezbollah, (which is banned in Britain as a terrorist organization) during a London concert in 2024. The case was eventually thrown out and the band used the experience of going to court, and the party that ensued in their support, as inspiration for some of the tracks on “Fenian.”</p><p>The record's title is also an act of defiance, reclaiming a word that has historically been used as derogatory term directed toward Irish people.</p><p>During the band’s various court appearances, fans lined the streets outside court to support the Belfast trio — singing, playing instruments and chanting “Free Mo Chara” — a refrain that's sampled on the band’s new track “Carnival.”</p><p>Mo Chara, Móglaí Bap, and DJ Próvaí discussed recording “Fenian,” the importance of their live shows and if they think they can get visas to tour the U.S., with The Associated Press recently.</p><p>The interview has been edited for clarity and brevity.</p><p>AP: How is this process different from writing your first record?</p><p>MO CHARA: We were writing the tracks as Dan Carey (producer) was creating the tracks so like the lyrics and the production was like kind of developing at the same time, same place, which I thought was interesting. It was a very organic feeling. It was the first time we’d ever done it like that.</p><p>MÓGLAÍ BAP: Obviously when we were in the studio we had, we were in the Magistrates’ Court during that period, during the seven weeks we had to leave the studio and go to the courts and then also had the Wembley Arena concert so it was quite a busy time.</p><p>Usually studio time for bands it’s quite (a lot of) down time but we were kind of going into the chaos of going to court — Mo Chara was obviously — but actually ended up not much of a hindrance. It kind of helped us and we used that in the song “Carnival,” we sampled the crowd outside the court case saying “Free Mo Chara.”</p><p>AP: How would you describe your live performances, it feels like a celebration with that kind of energy. Is that important to you?</p><p>DJ PRÓVAÍ: Because we have a reputation of being like a band that’s live shows are good, you know people already come with that kind of energy and they have that expectancy so whenever they’re in there they’re up here already. Even when the show’s starting it’s kind of sits here alrdy. (gesturing toward the ceiling)</p><p>MO CHARA: It’s almost like the hard work’s all been done before the show so people are coming in and they’re full of energy now. They’re giving us a show as well.</p><p>MÓGLAÍ BAP: I think the origins of that is like because we started off doing the music in Irish, a big part of our challenge was to connect with the audience and interact with them in a way that they can enjoy the music without understanding it. Just kind of bringing that energy on stage was a way for the crowd to actually enjoy it because most people don’t know what the (expletive) we’re saying.</p><p>AP: Do you think you’d be able to go to America? Is there a plan? Are you trying to get visas?</p><p>MO CHARA: See, the thing was we never actually got turned down for a visa, like there was a lot of miscommunications there and I think the media kind of ran with the story that they wanted. We were never turned down.</p><p>What happened was we were changing our promoters in America so what happens is you have to reapply for a new working visa and then obviously with the court case going on we didn’t apply for one. So now that the court case is over, I don’t see any reason why we won’t get our visa accepted. Obviously we’ve never been convicted of any crimes in any country in the world.</p><p>We just didn’t apply for it because we thought it was probably the wrong time to do it. So I think now with everything being over, there’s no reason why we won’t be back in America soon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AL7LXEOROIGZU5OG6L4456P6AU.jpg?auth=5ae909383d8f0ab0ed8f57178b9f7474f35db753cc798239822cc8d981d3987d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LY5VXTC3FHPO5GY72Q5CWAVPQU.jpg?auth=3efa015c5e563075ff51cd10bdb9c48c88a1c1b792ebbc002dc0579f76efb544&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQYBXPBEY3NZQT55E5A6JHGLXQ.jpg?auth=35a015bd57d9861d16e990ff7d5275fbeafbdf71bdf6d9115ef2dc882cd7a96b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, Naoise O Caireallain, aka Moglai Bap, J. J. O Dochartaigh, aka DJ Provai, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWPH6G6PMJULRIYYD6NOLIENMA.jpg?auth=50680c35fcffbc9e0d773b11fa6d747e7ecc86d9737e63fa2b64c04f41ce1def&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, Naoise O Caireallain, aka Moglai Bap, J. J. O Dochartaigh, aka DJ Provai, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKLBYY3S5PVEWC5W3J4MB4QH7Q.jpg?auth=5b348329a7b9d8ab6faa22da3cf6cb070c5812b92f45f88c3a8b5598165f6c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai, top, and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Man pleads guilty to murder, other charges, for firebomb attack on Colorado demonstrators]]></title><link>https://www.local10.com/news/2026/05/07/man-pleads-guilty-to-murder-other-charges-for-firebomb-attack-on-colorado-demonstrators/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/man-pleads-guilty-to-murder-other-charges-for-firebomb-attack-on-colorado-demonstrators/</guid><dc:creator><![CDATA[By MEAD GRUVER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 17:00:25 +0000</pubDate><content:encoded><![CDATA[<p>BOULDER, Colo. (AP) — A man accused of a firebomb attack that killed one person and injured a dozen others while they were demonstrating in Boulder, Colorado, in support of Israeli hostages in Gaza has pleaded guilty to murder and other charges.</p><p>Mohamed Sabry Soliman entered the pleas Thursday in Boulder County District Court. He now faces up to life in prison without the possibility of parole in the attack in downtown Boulder last June 1.</p><p>Soliman’s attorneys revealed he would plead guilty in a Sunday court filing in a related federal case. Soliman has meanwhile pleaded not guilty to federal hate crime charges.</p><p>Prosecutors are weighing whether to seek the death penalty in the federal case, according to his attorneys.</p><p>Soliman initially pleaded not guilty in state court to murder and dozens of attempted murder and assault charges for throwing two Molotov cocktails at demonstrators at a pedestrian mall in downtown Boulder, a city of 100,000 people northwest of Denver that’s home to the University of Colorado.</p><p>Karen Diamond, 82, was injured in the attack and later died. A dozen others were also injured.</p><p>Soliman, who is expected to be sentenced later Thursday, made no comments through two translators. He just agreed to guilty pleas and said he understood the judge's reading of the charges.</p><p>In a statement read in court by a prosecutor, Diamond’s sons asked that Soliman not be allowed to see his family again “since he is responsible for our mother never seeing her family again.”</p><p>Andrew and Ethan Diamond said their mother suffered “indescribable pain” for over three weeks before her death. “In those weeks, we learned the full meaning of the expressions living hell and fate worse than death,” Diamond’s sons said in the statement.</p><p>Soliman is an Egyptian national who federal authorities say was living in the U.S. illegally. Investigators allege he planned the attack for a year and was driven by a desire “to kill all Zionist people.”</p><p>Boulder Mayor Pro Tem Tara Winer said the victims included some of her close friends.</p><p>“It was a horrific attack,” Winer said by email this week. “Their lives were changed forever.”</p><p>Soliman’s federal attorneys have said in court filings the attack “was profoundly inconsistent” with Soliman’s prior conduct and “came as a total shock to his family.”</p><p>Soliman had been living with his family in a two-bedroom apartment in Colorado Springs — about 97 miles (156 kilometers) away — at the time of the attack. He had moved to the U.S. from Kuwait in 2022 with his wife and their five children and worked in a series of low-paying jobs.</p><p>The couple divorced in April.</p><p>Investigators allege Soliman told them he intended to kill the roughly 20 participants at the weekly demonstration at Boulder’s Pearl Street pedestrian mall. He threw two of more than two dozen Molotov cocktails he had with him while yelling, “Free Palestine!”</p><p>Police said he told them he got scared because he had never hurt anyone before.</p><p>Federal prosecutors allege the victims were targeted because of their perceived or actual connection to Israel. Soliman’s federal defense lawyers argue he should not have been charged with hate crimes because he was motivated by opposition to Zionism, the political movement to establish and sustain a Jewish state in Israel.</p><p>An attack motivated by someone’s political views is not considered a hate crime under federal law.</p><p>State prosecutors have identified 29 victims in the attack. Thirteen were physically injured. The others were nearby and considered victims because they could have been hurt. A dog was also injured in the attack, and Soliman was charged with animal cruelty.</p><p>Soliman’s wife, Hayam El Gamal, and their children spent 10 months in immigration detention until a federal judge in Texas ordered their release in April.</p><p>An immigration appeals court had dismissed their case to stay in the U.S. and issued a deportation order. But U.S. District Judge Fred Biery in San Antonio allowed their release on the condition that El Gamal and her oldest child, who is 18, wear electronic monitoring.</p><p>Soliman’s attorneys seek to block the family’s deportation until a judge determines they won’t need to be present for court proceedings in his federal case.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NU346XU6WURIXVIZDGAOUNVPZM.jpg?auth=3a89010c7ad56482ba7861544993d48f41f4648ae4798b363ad378eae0963742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bouquets of flowers stand along a makeshift memorial for victims of an attack outside of the Boulder County courthouse on June 3, 2025, in Boulder, Colo. (AP Photo/David Zalubowski, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B45IJUP2GEX7PLV2GMR4MBCQUI.jpg?auth=9dd7eaaea52df2a85a8eaba16e96c0cebe9748b37d5c982b75181ea31c7829e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Law enforcement officials investigate after an attack on the Pearl Street Mall, June 1, 2025, in Boulder, Colo. (AP Photo/David Zalubowski, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Russia is ramping up its attempts to kill opponents in Europe, intelligence officials say]]></title><link>https://www.local10.com/news/2026/05/07/russia-is-ramping-up-its-attempts-to-kill-opponents-in-europe-intelligence-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/russia-is-ramping-up-its-attempts-to-kill-opponents-in-europe-intelligence-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS and JOHN LEICESTER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:49:12 +0000</pubDate><content:encoded><![CDATA[<p>When Vladimir Osechkin wants to take his children to school or go to the supermarket, he calls the police.</p><p>The Russian activist has lived under protection since 2022 because French officials believe Russia is trying to kill him.</p><p>In April 2025, a crew of Russian men staked out Osechkin's home and the surrounding area in southwestern France for several hours, taking videos and photos in suspected groundwork for an assassination, according to court documents seen by The Associated Press that are not public. Several years earlier, Osechkin said, a red dot — which he thought was a laser sight for a gun — appeared on his wall.</p><p>Elsewhere in Europe, Lithuanian officials disrupted a plot last year to kill a Lithuanian supporter of Ukraine and another against a Russian activist. Officials in Germany have similarly broken up two plots: one to target the head of a German weapons company supplying Ukraine, the other against a Ukrainian military official. Polish authorities arrested a man in 2024 in what they said was a plot to assassinate Ukrainian President Volodymyr Zelenskyy. And that same year, a Russian helicopter pilot who defected was killed in Spain — with Russian operatives the prime suspects.</p><p>While Russian officials have long been accused of silencing the country’s enemies abroad, three Western intelligence officials from different countries told AP that a campaign of targeted killings has ramped up since President Vladimir Putin's 2022 invasion of Ukraine.</p><p>The officials said Russia's security services are now more brazen in their choice of targets, going after Russian activists and foreign supporters of Ukraine, in addition to the usual suspects like military defectors. All three officials spoke on condition of anonymity to discuss sensitive information.</p><p>“This campaign is not by accident or chance," said one of them, a senior European intelligence official. "There is political authorization.”</p><p>The intelligence officials, a former senior British counterterrorism official and prosecutors in Lithuania see the campaign as connected to Russia's broader efforts to undermine European countries that support Ukraine, including 191 acts of sabotage, arson and other disruption linked to Russia by Western officials that the AP has mapped across Europe since the beginning of the war.</p><p>Many accused in that campaign are people who were recruited as cheap proxies for Russian intelligence operatives. Moscow is now using that model to target its perceived enemies abroad, according to the French court documents, officials and information from the Lithuanian prosecutor.</p><p>Putin's spokesperson Dmitry Peskov told AP he didn't see “any need” to comment. Russian officials have previously denied that Moscow is behind attempts to kill its opponents abroad.</p><p>The AP spoke to three of the people targeted: Osechkin; Lithuanian activist Valdas Bartkevičius; and Ruslan Gabbasov, who advocates for independence for the Russian region of Bashkortostan.</p><p>A trip to the seaside</p><p>Three of the four men detained by French police in the plot to kill Osechkin traveled to the beach resort of Biarritz, where Osechkin lives, in April 2025, court documents show. They surveilled his house “with a view to assassinating him and subsequently intimidating all political opponents of the Russian authorities living in France,” the documents said.</p><p>All four were born in Russia's Dagestan region. One has multiple criminal convictions while another said he had been arrested by Russia's domestic security service and fled the country to avoid being sent to Ukraine.</p><p>Osechkin founded a rights group for prisoners years ago and runs a project that exposes abuses in Russia's prison system, but he said the threats against him escalated after he began investigating alleged Russian abuses in Ukraine and helping Russian military defectors flee.</p><p>He moved to France in 2015 and was put under police protection seven years later when French officials received information that his life was in danger.</p><p>“If it weren’t for them, I probably would have been killed,” he said.</p><p>Targets say Moscow wins if they hide</p><p>Across the continent in Lithuania, Gabbasov, the activist from Bashkortostan, discovered an Apple AirTag tracker hidden on his car in February 2025. Police told him to leave the device and followed the people following him, he said.</p><p>A few weeks later, Gabbasov said he was attending celebrations marking Lithuania’s independence from the Soviet Union with his wife and 5-year-old son when officers called and told him not to return home.</p><p>The next day, he said officers told him: “Yesterday, a killer was detained near your house; he was waiting for you with a gun. ... He was ready to wait for you all night.”</p><p>Lithuanian authorities, he said, offered him the chance to completely “disappear” — change his name, move and stop his work.</p><p>He turned them down, saying many people from his mainly Muslim home region near Kazakhstan see him as a leader in the campaign for independence. The region is important to the Kremlin, Gabbasov said, because of its gold reserves and because large numbers of its men have been sent to fight in Ukraine.</p><p>“I can’t betray them all by simply disappearing, especially out of fear,” Gabbasov said, adding that would play into Moscow’s hands.</p><p>“What difference does it make to them?” Gabbasov asked, referring to Russia’s security services. “They could kill me ... or I could hide from everyone and stop engaging in political activity. That’s exactly what they want.”</p><p>A plot to put a bomb in a mailbox</p><p>The authorities in Lithuania made the same offer to Bartkevičius, after he said they discovered a plot to kill him with a bomb planted in his mailbox in March 2025.</p><p>But disappearing also wasn't an option for the activist who raises money for Ukraine and who gained notoriety for his anti-Russian acts, including urinating on a Russian war memorial.</p><p>That, he said, would be “social death."</p><p>Lithuanian prosecutors charged 13 people from at least seven countries with involvement in the two plots — among at least 20 people authorities have detained, charged or identified as involved in such plots in Europe over the past year.</p><p>The people involved in the Lithuanian cases were directly ordered by Russian military intelligence, prosecutors said, and some had connections to Russian organized crime and could be linked to other arson and espionage plots elsewhere in Europe.</p><p>Moscow's switch to relying on such proxies can be traced to a previous attempted assassination, Cmdr. Dominic Murphy told AP before he retired as head of the counterterrorism squad at Britain’s Metropolitan Police.</p><p>In 2018, former Russian spy Sergei Skripal was poisoned with a nerve agent in Salisbury, England — an attack the U.K. government accused Moscow of carrying out with military intelligence officers.</p><p>In response, Britain and other Western nations kicked out hundreds of Russian diplomats — and spies — making it harder for Russian officers to operate in Europe, Murphy, a lead investigator, said.</p><p>The fact that most of the plots made public by Western officials since 2022 have been foiled could indicate that it’s harder for Moscow to carry them out with proxies, as opposed to its own officers, one of the Western intelligence officials said.</p><p>Still, the attempted killings may serve additional purposes, they said, including scaring the Kremlin’s opponents into silence and wasting European law enforcement resources.</p><p>Pointing to the case of Maxim Kuzminov — the helicopter pilot who defected and was threatened with death by masked men in military fatigues on Russian state television — the official said it’s clear Russia’s security services can kill someone in Europe if they really want to.</p><p>For that reason, the European intelligence official said, targets will never be safe.</p><p>“Even if you thwart an operation once, you still need to be ready in case they strike again.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKWIFBM7MBIZZMHV6VGO5L2TE4.jpg?auth=e5395d673e7acb32310eabd790e65def746fce2e954f78e5ff4bd85eee325119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sergei Skripal, left, is seen on a screen speaking to his lawyer from behind bars in Moscow on Aug. 9, 2006. (AP Photo/Misha Japaridze, File)]]></media:description><media:credit role="author" scheme="urn:ebu">MISHA JAPARIDZE</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXIHBZVUGXB7XGLY7WEMJ7XPQM.jpg?auth=328fe76f25e68dc462a43996693ae95d401f10f0bdb2d88a10ebefa807950bc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian defector Maksim Kuzminov attends a news conference in Kyiv, Ukraine, Sept. 5, 2023. (AP Photo/Vladyslav Musiienko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladyslav Musiienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/246PILGEX2ZNOD4WEEZ4DIXMWA.jpg?auth=36cf4622da4247d3608f39ddbd747174e38400b8e36b480d131ebdf3beab1e05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian President Vladimir Putin attends the talks with Iranian Foreign Minister Abbas Araghchi at the Boris Yeltsin Presidential Library, in St. Petersburg, Russia, April 27, 2026. (AP Photo/Dmitri Lovetsky, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMVYA6P5Q6QMQUPOZKWZHI5DHQ.jpg?auth=d59c68fed385aa88dd7b332039b6fc42b3aa52fda43da29240e84085c0f6386f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this March 12, 2018, photo, personnel in protective gear work on a van in Winterslow, England, as investigations continue into the nerve-agent poisoning of Russian ex-spy Sergei Skripal and his daughter Yulia, in Salisbury, England. (AP Photo/Frank Augstein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6WYMZJAXTLXSXNEHESWV6OYG4.jpg?auth=a854c2f8c7c2a6733bc225cb6ab475c35cab1dd7ba5624870095c02eea2d3c27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vladimir Osechkin is interviewed by The Associated Press in Paris on Sept. 20, 2022. (AP Photo/Francois Mori, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content></item><item><title><![CDATA[Southern Poverty Law Center attorneys make first court appearance in fraud case]]></title><link>https://www.local10.com/news/2026/05/07/southern-poverty-law-center-attorneys-make-first-court-appearance-in-fraud-case/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/southern-poverty-law-center-attorneys-make-first-court-appearance-in-fraud-case/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:06:52 +0000</pubDate><content:encoded><![CDATA[<p>MONTGOMERY, Ala. (AP) — Lawyers for the Southern Poverty Law Center will appear in court Thursday for the first time since the civil rights group was charged with defrauding donors by failing to disclose that money would be paid to informants inside extremist groups.</p><p>The grand jury indictment filed April 21 by the U.S. Justice Department is an extraordinary strike against the Alabama-based organization, which works to combat discrimination and racism particularly in Alabama, Florida, Georgia, Louisiana and Mississippi.</p><p>The SPLC denies wrongdoing, and no individual is charged.</p><p>The group has drawn criticism from conservatives including FBI Director Kash Patel, especially after it included Charlie Kirk's Turning Point USA in a report about “hate and extremism.” Kirk was killed during a Utah college appearance in 2025.</p><p>Supporters say the SPLC is being unfairly targeted by the Trump administration for its civil rights triumphs.</p><p>An arraignment on charges of money laundering conspiracy, wire fraud and false statements to a bank was set for Thursday in federal court in Montgomery.</p><p>The Justice Department accuses the organization of defrauding donors by using their money to fund the same extremism it says it fights. At least $3 million went to informants affiliated with the Ku Klux Klan, the Aryan Nations, the National Socialist Party of America and other groups between 2014 and 2023, the indictment says.</p><p>CEO Bryan Fair said the payments went to confidential informants to monitor threats of violence from the extremist groups. The information gathered helped save lives, he said, and was frequently shared with the FBI.</p><p>“We are outraged by the false allegations levied against SPLC,” Fair said when the charges were filed.</p><p>Acting Attorney General Todd Blanche recently acknowledged that the organization has a history of sharing information with law enforcement after he was challenged for saying the opposite.</p><p>“That's well-documented, and there's no dispute there. They aren't charged with any of that conduct,” Blanche said.</p><p>___</p><p>Associated Press writer Ed White in Detroit contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIGMDNQC2WBWQJKIW6KQ6LEL24.jpg?auth=2dd232350092b22a9fdc4a28cd1d832a2e1776ba9bb97258359a3ef5cac28b38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche and FBI Director Kash Patel arrive for a news conference at the Justice Department, Tuesday, April 21, 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[Tech is betting on a former executive in the race for California governor]]></title><link>https://www.local10.com/news/2026/05/07/tech-is-betting-on-a-former-executive-in-the-race-for-california-governor/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/tech-is-betting-on-a-former-executive-in-the-race-for-california-governor/</guid><dc:creator><![CDATA[By TRÂN NGUYỄN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:05:02 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — One tech investor called him “the only sane” Democrat in the race for California governor. Others have dumped millions to boost his campaign, even paying for a Super Bowl ad to introduce him to voters. He’s against a proposed billionaires’ tax that has the state’s wealthiest residents threatening an exodus.</p><p>San Jose Mayor Matt Mahan is tech’s favorite candidate to be the next leader of California.</p><p>The 43-year-old former tech executive jumped into the crowded race in January, touting himself as a pragmatic problem-solver. A moderate Democrat, Mahan has built his statewide profile mainly by criticizing Gov. Gavin Newsom and the Legislature's response to homelessness and crime. His centrist message has appealed to tech leaders who want a business-friendly governor to succeed Newsom, a longtime tech ally who’s terming out.</p><p>In just three months, Mahan has raised more than any of his rivals, many of whom have been running for more than a year. ( Billionaire Tom Steyer is largely self-funding his campaign.)</p><p>During a Tuesday night debate on CNN, he criticized his rivals as career politicians while crafting himself as the candidate with practical solutions to the state’s challenges.</p><p>“We don’t need MAGA values, but we also don’t need more of the same,” Mahan said, referring to President Donald Trump’s “Make America Great Again” movement supported by Republican rivals Chad Bianco and Steve Hilton, whom Trump has endorsed.</p><p>But Mahan doesn’t appear to have yet gained the momentum he expected or the widespread name recognition to beat his rivals — and he’s running out of time to win over voters ahead of the June 2 primary. His ties to tech are of particular concern to labor unions and a segment of Democratic voters who question whether he’ll stand up to the industry.</p><p>A Silicon Valley mayor</p><p>“People do not want somebody who is a puppet of these big tech billionaires, of these AI billionaires — and that’s who he has always been,” said Lorena Gonzalez Fletcher, president of the California Labor Federation, which has endorsed Steyer, former U.S. Rep. Katie Porter and former Los Angeles Mayor Antonio Villaraigosa.</p><p>Mahan said he's the only candidate who has experience with the behemoth industry, pointing to a coalition he created in San Jose where more than 900 public agencies work together to explore responsible ways to implement artificial intelligence in government. In Tuesday's debate, he said he supports taxing AI companies to fund workforce development.</p><p>“Voters can see past the kind of, you know, shallow connection that because I’m the mayor of the largest city in Silicon Valley, that might mean that I’m not willing to regulate tech,” Mahan told The Associated Press. "It’s actually been quite the opposite.”</p><p>Observers note California is known for leading the way on policies aimed at both boosting and reining in its home-grown tech industry.</p><p>“If they can ensure that they get a governor in California who’s weak on tech accountability, then that can save them a lot of money across the states,” J.B. Branch of Public Citizen, a progressive consumer rights advocacy group, said of the Silicon Valley leaders supporting Mahan.</p><p>Tech's efforts to exert political influence</p><p>Across politics, the tech industry is flexing its political muscle as public skepticism about social media and artificial intelligence rises. Independent groups backed by tech companies and billionaires have already committed at least $40 million to influence California legislative races.</p><p>Political committees backing Mahan have raised more than $25 million, including donations from Google co-founder Sergey Brin, venture capitalist Michael Moritz and Reddit CEO Steve Huffman.</p><p>Some donors, like Brin and Palantir co-founder Joe Lonsdale, are hedging their bets — they also gave to Hilton, the former Fox News host.</p><p>Mahan is “focused on actually solving problems — building more housing, improving public safety and making it possible for people to live and work here again,” Garry Tan, who leads a startup accelerator that helped launch companies like Airbnb and DoorDash, said through a spokesperson.</p><p>From the Ivy League to business and politics</p><p>A Harvard graduate, Mahan was classmates with Meta CEO Mark Zuckerberg, who he's said persuaded him to go into tech instead of law school.</p><p>Mahan was part of the team that built an early Facebook app called Causes that allowed users to promote nonprofit organizations. He then co-founded Brigade, a nonpartisan online voter network.</p><p>But that's not at the center of Mahan's campaign. He's focused instead on his upbringing as the son of a postal worker and a schoolteacher. He's the only major Democrat who wants to suspend the state's gas tax.</p><p>He defeated a labor-backed candidate for mayor in 2022 after serving two years on the city council. As mayor, he convinced council members to direct more city money toward short-term housing to get homeless people off the streets and made them eligible for arrest for rejecting shelters. Both efforts faced fierce opposition, but San Jose last year saw a drop in the number of people without access to shelters, according to county data.</p><p>He bucked Newsom in 2024 by backing a tough-on-crime ballot measure. Mahan has since tamped down his criticism, saying the governor has focused on the right issues.</p><p>Tech support is a double-edged sword</p><p>Mahan has committed to not raising taxes to fix budget holes — including with a one-time tax on billionaires that most of his rivals are also against. He wants to incentivize elected state officials and appointees by tying future pay raises to improvements on issues like unemployment rates and homelessness.</p><p>“Raising taxes isn’t always the answer, Tom,” he pointedly said Tuesday when Steyer pitched a plan to make corporations pay more in property taxes.</p><p>Mahan raised more than $13 million in 11 weeks, allowing him to launch television ads to reach voters in some of the most expensive markets in the country. Two independent expenditure groups have spent more than $18 million to boost him.</p><p>As of last month, only about 730 donations given to Mahan’s campaign were less than $250, indicating limited grassroots support. In contrast, almost all of Porter’s 46,000 donations were under that amount, as were about 5,600 of those to former state attorney general Xavier Becerra.</p><p>Still, voters' support for the other Democratic candidates "is very soft" Mahan said of his chance. “Even if people are leaning a certain way, they’re still persuadable.”</p><p>Tech moguls’ support of Mahan’s candidacy and his plans to regulate them were among the most popular topics during a recent “Ask Me Anything” session Mahan hosted on Reddit, where people can ask questions anonymously.</p><p>Several people asked when Mahan would drop out to prevent a catastrophic scenario for Democrats where two Republicans could advance to the November election. One asked which Democrat he would endorse after exiting the race.</p><p>“I plan to win!” he responded.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCRJI4X56AKRVLMIGS5P465R3I.jpg?auth=9349e8cc3fd4d21aab65a3642a920862d953718930a2ae45ab7476db4ef26d15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks with members of the media following a California gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (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/A3JS4KAFKGXL2NY35EAH37GYUE.jpg?auth=9543f9d1d7744d62531d599d6f018eb4b90c81d8fb4322de2cd762255874019d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Antonio Villaraigosa, right, and Matt Mahan speak during a California gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (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/WYUAJOC4GQ4GM36443EJS4ONUY.jpg?auth=1818a240851f7c831661b02b6742d5f4153312711c65040e8e88162952b7dcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks during a gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (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/S4GIKTOBRIMKM3USGNAWDXF5JQ.jpg?auth=13a9a44961d4291fa565ad58186b571d2adbf884b547e219419a8f57ee9cdbbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates in California's gubernatorial race, from left, Matt Mahan, Xavier Becerra, Chad Bianco, and Steve Hilton look on during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSSNJARI4UXYMVKNORYDBQAGKU.jpg?auth=efa7e15948affaa2755a7ad06a79bce5a9dbf868dcdd4c15b357057d77bb410a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks during a gubernatorial candidate forum in Sacramento, Calif., Tuesday, April 14, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Tennessee lawmakers to vote on new US House map sought by Trump that carves up Memphis]]></title><link>https://www.local10.com/news/politics/2026/05/07/tennessee-lawmakers-to-vote-on-new-us-house-map-sought-by-trump-that-carves-up-memphis/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/tennessee-lawmakers-to-vote-on-new-us-house-map-sought-by-trump-that-carves-up-memphis/</guid><dc:creator><![CDATA[By TRAVIS LOLLER, KIM CHANDLER, JEFFREY COLLINS and DAVID A. LIEB, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 16:46:55 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — Republican lawmakers in Tennessee forged ahead with a plan Thursday that could carve up a majority-Black congressional district, reshaping it to the GOP's advantage as part of President Donald Trump's strategy to try to hold on to a slim House majority in the November midterm elections.</p><p>Protesters shouted “No Jim Crow” outside the House and Senate chambers as lawmakers convened to consider the legislation. As the Republican-led House later voted for the new map, Democratic lawmakers locked arms at the front of the chamber while protesters yelled and made noise. A final vote in the Senate would sent the map to Republican Gov. Bill Lee, who called lawmakers into special session.</p><p>The redistricting effort in Tennessee is one of several rapidly advancing plans in Southern states as Republicans try to leverage a U.S. Supreme Court ruling that weakened the federal Voting Rights Act.</p><p>The court ruled that Louisiana relied too heavily on race when creating a second Black-majority House district as it attempted to comply with the federal law. The high court's decision altered a decades-old understanding of the law, giving Republicans grounds to try to eliminate majority-Black districts that have elected Democrats.</p><p>Louisiana has postponed its congressional primary to give time for state lawmakers to craft a new House map. Legislation awaiting a final vote in Alabama also would upend the state’s congressional primaries if courts allow the state to change its U.S. House districts. In South Carolina, meanwhile, Republican lawmakers urged on by Trump have taken initial steps to add congressional redistricting to their agenda.</p><p>The states are the latest to join an already fierce national redistricting battle. Since Trump prodded Texas to redraw its U.S. House districts last year, eight states have adopted new congressional districts. From that, Republicans think they could gain as many as 13 seats while Democrats think they could gain up to 10. But some competitive races mean the parties may not get everything they sought in the November elections.</p><p>Tennessee Republicans act despite protests</p><p>As a first step to adopting new House districts, Tennessee lawmakers gave final approval Thursday to legislation that would repeal a state law prohibiting mid-decade redistricting. They then passed a bill that would reopen a candidate qualifying until May 15 to allow time for new people to enter the U.S. House primaries and existing candidates to switch districts or drop out.</p><p>The proposed House map would break up Tennessee’s lone Democratic-held district, centered on the majority-Black city of Memphis, creating a ripple effect of alterations to districts throughout the western and central parts of the state.</p><p>Republican House Speaker Cameron Sexton said the proposed districts were drawn based on population and politics, not racial data.</p><p>But Democrats dismissed such assertions.</p><p>“These maps are racist tools of white supremacy at the behest of the most powerful white supremacist in the United States of America, Donald J. Trump,” said state Rep. Justin Pearson, a Black Democrat from Memphis who is running for the U.S. House.</p><p>State Rep. Torrey Harris, another Black Democrat from Memphis, said he would lose part of his voting power as a result of the congressional districts.</p><p>“You cannot celebrate democracy while carving out Black communities,” he said. “We all know it, whether we say it or not, that this map impacts Black people negatively.”</p><p>Democrats noted that the state Supreme Court in April 2022 rejected a challenge to the current congressional map, finding it was too close to the election to make changes. This year, there’s even less time before the Aug. 6 primary, raising the potential of confusion for both candidates and voters, Democrats said.</p><p>A plan for a new primary advances in Alabama</p><p>Protesters watching an Alabama legislative committee Thursday erupted in shouts of “shame” as Republican lawmakers advanced legislation to authorize special congressional primaries if the state can put a new congressional map in place for the November midterms.</p><p>In the wake of the Supreme Court decision arising from Louisiana, Alabama is seeking to overturn a court injunction that created a second U.S. House district with a substantial percentage of Black voters. That map led to the 2024 election of Rep. Shomari Figures, a Black Democrat. Republicans want instead to use a 2023 map drawn by state lawmakers that would give the GOP an opportunity to reclaim Figures’ district.</p><p>If a court grants Alabama's request, the legislation under consideration would ignore the May 19 primary results for congressional seats and direct the governor to schedule a new primary under the revised districts.</p><p>The House passed the legislation on a party-line vote Thursday after four hours of fiery debate. A final vote in the Senate is expected Friday.</p><p>South Carolina may add redistricting to its agenda</p><p>The South Carolina Senate could take up a resolution Thursday giving lawmakers permission to return later, after their regular work ends, to redraw congressional districts that could eliminate the state’s only Democratic-held district. The proposal, which passed the House on Wednesday, needs a two-thirds vote in both chambers.</p><p>Republican House leaders said after the vote that they plan to introduce a new map Thursday and hold committee meetings on Friday. But during debate Wednesday, Republicans fended off specific questions from Democrats, including why they were willing to stop the June 9 U.S. House primary elections well after candidates filed and how much a rescheduled primary could cost.</p><p>Democratic Rep. Justin Bamberg said he felt sorry for Republicans who, he said, were giving up their principles to follow the whims of Trump.</p><p>“The president of the United States is a very powerful man. Wields a heavy, heavy thumb — Truth Social, X, Meta, Instagram. To be honest I don’t envy our Republican colleagues,” Bamberg said.</p><p>___</p><p>Chandler reported from Montgomery, Alabama; Collins from Columbia, South Carolina; and Lieb from Jefferson City, Missouri. Associated Press reporter Kristin M. Hall contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UVZOZ6BUJTFQCOMFOWPCXQAQJY.jpg?auth=927ea3f002ec1bfddd557dba183838b0ecb8d0e9e2f727cc7af93d8055d9eef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman protests outside the House chamber before a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHV4V7EOCHO5VTACBCHYW4DA6I.jpg?auth=1bdad954db130e2f6ee0eae4d1f80b1e860dc53a360161ca45c7120411201753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. William Lamberth, R-Portland, left, speaks with Rep. John Ray Clemmons, D-Nashville, right, during a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2IYCK34WFCBPNAG2SNBEILBUOU.jpg?auth=65209093b0e51f5a5d847b1aee5382882077f655f4bd48dc46ccf1b522d2c400&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman yells down to the House floor as the gallery is cleared by state troopers during a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKB2MRCLQGYUPEQ65ZRPJKHULQ.jpg?auth=81e827059636d57a113955842ef705bea1f1e9e2c9e7365e3388fec1c9e25550&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Justin J. Pearson, D-Memphis, second from left, walks with his brother KeShaun Pearson, as he is arrested and removed from the House gallery during a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2XJZM7JEMFSNBTP7ZUB2JKR5UA.jpg?auth=a680aad9b4778ff5106982b6e31895234cb9f72a2b181a2b8e91f666681e879b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Caleb Hemmer, D-Nashville, and Rep. Sam McKenzie, D-Knoxville, walk to the House chamber arm in arm for a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Miami friends launch oyster farm mission to restore Florida’s Gulf reefs]]></title><link>https://www.local10.com/news/local/2026/05/06/miami-friends-launch-oyster-farm-mission-to-restore-floridas-gulf-reefs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miami-friends-launch-oyster-farm-mission-to-restore-floridas-gulf-reefs/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Recent hurricanes, oil spills and overharvesting have devastated Florida’s Gulf oyster populations, cutting off a key supply for many South Florida businesses.]]></description><pubDate>Thu, 07 May 2026 02:46:15 +0000</pubDate><content:encoded><![CDATA[<p>Recent hurricanes, oil spills and overharvesting have devastated Florida’s Gulf oyster populations, cutting off a key supply for many South Florida businesses.</p><p>Two Miami friends say they have a plan to help rebuild it all in half the time -- from an unlikely place inspired by the South Beach nightclub scene.</p><p>“It’s the most exciting thing I’ve ever worked on in my life,” said Fabio Galarce. “I’ve never done anything with so much momentum.”</p><p>The mission is ambitious.</p><p>“We are on a mission to save the Gulf oyster and localize oysters in the South Florida and Central Florida markets,” Galarce said.</p><p>High-end clubs, hotels and restaurants are all looking for quality oysters, and Galarce, a club promoter, teamed up with former professional baseball player Josh Wilkie to launch Everglades Oysters.</p><p>“So, Everglades Oysters is the southernmost tropical farm in the United States,” Galarce said. “We are the biggest off-bottom agriculture farm in the Gulf. And we are on a mission to save the Gulf oyster and localized oysters in the South Florida and Central Florida markets.”</p><p>The duo secured a 74-acre tract in the Ten Thousand Islands, where the Everglades meets the Gulf.</p><p>“We are the tropical oyster, the warm water oyster story is ours to tell,” Galarce said.</p><p>“Here we are growing oysters on the top water column in water that is brackish coming off of the Everglades,” Wilkie said.</p><p>Wilkie, a former major league pitcher, grew up around oysters in South Carolina before moving to South Florida as part of the tech industry. But the opportunity to farm oysters brought him back to his roots.</p><p>“We have an infinite amount of nutrients coming from the Everglades system, the filtration system, and then the organic matter that flows into here,” Wilkie said. “The water quality here is exceptional. It is of the temperature that the oysters thrive.”</p><p>Because of those conditions, the oysters grow six times faster than some northern farms and can grow year-round using a unique process.</p><p>“It’s called flip farm equipment,” Wilkie said. “It’s very cutting edge. It allows us to bring all the tumbling and all the processing of an oyster out here and handling out here and using the wave energy and natural energy of the ocean.”</p><p>The quality, quantity and local sourcing are already winning over chefs across the region.</p><p>“The overwhelming amount of chefs are supportive,” Galarce said. “We’re well on our way to over 100 restaurants that we work with in South Florida. Our goal is to have hundreds by the end of the year.”</p><p>Everglades Oysters supplies restaurants including Stubborn Seed on South Beach, but the company’s mission extends far beyond serving seafood.</p><p>“Fundamentally, the biggest benefit is keep the shells out of the trash because they don’t incinerate, they weigh a lot, they’re a big burden on the trash system,” Galarce said.</p><p>“We give the chefs buckets with lids and they collect the shells as they’re consuming them in the restaurant,” Galarce said. “When our driver comes the following week to do a delivery, they’ll pick up the consumed shells.”</p><p>The company collects empty oyster shells from restaurants and transports them to an avocado farm in Homestead, where they are dried in the sun for six months.</p><p>Keeping the shells out of landfills is one benefit, but the larger goal is restoring Florida’s oyster reefs.</p><p>“The big overarching goal is to save the Gulf oyster,” Galarce said. “Over 90% of the oyster reefs in the wild are functionally extinct.”</p><p>The recycled shells can help repopulate coastal oyster beds because oyster larvae are naturally attracted to empty shells.</p><p>“That oyster is filtering and sequestering nitrogen, carbon,” Galarce said. “50 gallons of water is being filtered by each oyster each day.”</p><p>The company’s early success is fueling plans for rapid expansion.</p><p>“This year, we plan on planting more than 2 million oysters,” Galarce said. “So by 2027, there’s gonna be an abundance of oysters from the Everglades in South Florida.”</p><p>For Wilkie, the work combines business with environmental impact.</p><p>“It’s a perfect mix of everything I love,” he said. “I love being outside. I love the water. We had this really cool mission to not only sell a great product but also do something environmentally impactful and meaningful and giving me a lot of purpose with what I’m doing.”</p><p>The founders say the farm’s success should not come as a surprise. Thousands of years ago, the Calusa tribe built its culture and islands around oysters and their shells, relying on the nutrient-rich waters flowing from the Everglades into the Gulf.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Former Spirit flight attendants turn to dog grooming business after airline shutdown]]></title><link>https://www.local10.com/news/local/2026/05/06/former-spirit-flight-attendants-turn-to-dog-grooming-business-after-airline-shutdown/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/former-spirit-flight-attendants-turn-to-dog-grooming-business-after-airline-shutdown/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Andrea Strausberg and Jason Stroh spent a combined 10 years working as flight attendants for Spirit Airlines.]]></description><pubDate>Thu, 07 May 2026 02:44:39 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Strausberg and Jason Stroh spent a combined 10 years working as flight attendants for Spirit Airlines.</p><p>“I think it is a blessing in disguise,” Stroh said.</p><p>The surprise shutdown of the airline Saturday may have derailed the couple’s careers, but not their spirit.</p><p>“We’re gonna come up from this -- just a little stepping stone to get where we need to get,” Strausberg said.</p><p>That next step is a new passion project centered around pets.</p><p>“We do dog grooming, boarding, doggie daycare,” Stroh said.</p><p>The couple now runs Sunnyside Pups, using skills they said they learned while working in the airline industry.</p><p>“The compassion, empathy and patience above all and we use it every single day in our business and with the fur babies that we look after, so I’m very grateful for everything I learned from Spirit,” Strausberg said.</p><p>“Working at Spirit is kind of like the school of hard knocks in the service industry, so it’s definitely -- we’re polished in that regard,” Stroh added.</p><p>“This is plan A,” Stroh said. “A lot of flight attendants -- it’s hard to stay out of the industry. They go from one to the other. I don’t see that in our cards anytime soon.”</p><p>Roughly 5,000 other people across the state, most of them in South Florida, are now scrambling to find work.</p><p>A job fair planned Thursday at Miami International Airport in Concourse J could help some of those former Spirit employees.</p><p>“I wanted to retire here, I loved this job,” said flight attendant Dante Taylor.</p><p>But Taylor said he needed the health insurance from his job, which stopped in the middle of his treatment for Hodgkin lymphoma.</p><p>“What are we supposed to do?” Taylor said. “When coverage from Marketplace, even though it’s backdated, it’s not effective until June 1. We need coverage now.”</p><p>The fallout also includes Spirit’s new $250 million headquarters in Dania Beach.</p><p>Broward County’s mayor is now floating the idea of turning the vacant property into a new county administration building.</p><p>But no matter what happens with Spirit, the married couple said they are focused on flying high with their new dog grooming business.</p><p>“I applied to Delta and I was gonna move forward with the interview, but I decided I want to pursue this instead,” Strausberg said.</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[Spirit Airlines sudden layoffs hurt cancer patients and careers]]></title><link>https://www.local10.com/news/2026/05/06/spirit-airlines-sudden-layoffs-hurt-cancer-patients-and-careers/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/06/spirit-airlines-sudden-layoffs-hurt-cancer-patients-and-careers/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[Earlier this year, Dante Taylor was diagnosed with Hodgkin’s lymphoma, a highly treatable blood cancer of the lymphatic system.]]></description><pubDate>Wed, 06 May 2026 21:56:23 +0000</pubDate><content:encoded><![CDATA[<p>Earlier this year, Dante Taylor was diagnosed with Hodgkin’s lymphoma, a highly treatable blood cancer of the lymphatic system.</p><p>Taylor, a flight attendant, had worked for Spirit Airlines for about seven years when he found out that his health insurance had expired, and he was jobless on Saturday. </p><p>“I wanted to retire here. I love this job ... It really felt like somebody stabbed me right here in my chest ... What are we supposed to do when coverage from <a href="https://www.healthcare.gov/" target="_self" rel="" title="https://www.healthcare.gov/">Marketplace</a> or <a href="https://www.dol.gov/general/topic/health-plans/cobra" target="_self" rel="" title="https://www.dol.gov/general/topic/health-plans/cobra">COBRA</a> ... is not effective until June 1. We need coverage now,” Taylor said. </p><p><b>Related fundraiser</b></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/support-dantes-cancer-recovery/widget/large?sharesheet=undefined&attribution_id=sl:9d94de9f-2087-4540-ae35-d7442f8d1017"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p>Joe Lopez joined Spirit Airlines in 2011. In an instant, he said he lost the seniority and benefits that took him years to build. </p><p>Lopez said that after he was laidoff he applied for <a href="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits" target="_self" rel="" title="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits">unemployment benefits</a>, and he has applied for other jobs to stay in the industry. </p><p>“I am so grateful that I still have some savings,” Lopez said. </p><p>Taylor wished they could have had more time to prepare. </p><p>“I want to know why not give us a better heads up,” Taylor said. “Why lead us on to the fact that we thought it was safe to continue working there.”</p><p>Rick Beasley, the executive director of CareerSource South Florida, is hoping to change lives on Thursday with a job fair. </p><p>“American Airlines has jumped in,” Beasley said, adding that the list of employers also includes Miami Dade College, Atlantis University, and Miami Dade County Public Schools.</p><p>It’s from 10 a.m. to 2 p.m. at Miami International Airport’s South Terminal Auditorium’s Concourse J, third level. For more information, call 1-800-385-3920.</p><p><b>Related social media</b></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">🚨THIS THURSDAY🚨<br> <a href="https://twitter.com/CareerSourceSFL?ref_src=twsrc%5Etfw">@CareerSourceSFL</a> is hosting a Specialized Job Fair at <a href="https://twitter.com/iflymia?ref_src=twsrc%5Etfw">@iflymia</a> from 10 A.M. to 2 P.M. for displaced Spirit Airlines employees.<br><br>Additionally, Spirit employees in Florida affected by this layoff may call a dedicated help line at 1-800-385-3920 if they need help… <a href="https://t.co/QkADARoOhr">pic.twitter.com/QkADARoOhr</a></p>&mdash; FloridaCommerce (@FLACommerce) <a href="https://twitter.com/FLACommerce/status/2051782536074776740?ref_src=twsrc%5Etfw">May 5, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><p><b>LOCAL LAYOFFS </b></p><p>With more than $2.5 billion in losses since 2020, the bankruptcy filings followed in 2024 and 2025, and the shutdown was on Saturday after a last-minute $500 million government bailout failed. </p><p>“We have 18,000 people that live in this country that are great people and great employees,” President Donald Trump said about Spirit Airlines employees nationwide <a href="https://www.whitehouse.gov/videos/president-trump-delivers-remarks-apr-23-2026/" target="_self" rel="" title="https://www.whitehouse.gov/videos/president-trump-delivers-remarks-apr-23-2026/">on April 23</a> at the White House.</p><p>Spirit Airlines filed <a href="https://reactwarn.floridajobs.org/WarnList/Records?year=2026" target="_self" rel="" title="https://reactwarn.floridajobs.org/WarnList/Records?year=2026">the layoff notices</a> on Monday with the <a href="https://www.floridajobs.org/Reemployment-Assistance-Service-Center" target="_self" rel="" title="https://www.floridajobs.org/Reemployment-Assistance-Service-Center">FloridaCommerce</a>, the state’s lead agency for workforce, and reported laying off more than 4,850 employees in Florida.</p><p>That included more than 3,260 layoffs in Broward and Miami-Dade counties. There were 2,529 at Fort Lauderdale-Hollywood International Airport, 551 at the Spirit Support Center in Dania Beach, and 181 at Miami International Airport. </p><p><b>Related document: </b><a href="https://reactwarn.floridajobs.org/WarnList/DownloadAzureFile?file=Spirit+Airways++05.04.2026.pdf" target="_self" rel="" title="https://reactwarn.floridajobs.org/WarnList/DownloadAzureFile?file=Spirit+Airways++05.04.2026.pdf">Notice of layoff (May 2-13)</a></p><figure><img src="https://www.local10.com/resizer/v2/NZL5QQ5O6RFFJAFFFB65C2XTB4.jpg?auth=4397c9c07cb6999abfa654c9767c88757ac154df4d088bb72e1e9bb5b3989247&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Helpful link</b>: <a href="https://www.spiritrestructuring.com/" target="_self" rel="" title="https://www.spiritrestructuring.com/">Spirit Airlines restructuring page</a></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/2026/05/06/browards-family-success-centers-aim-to-help-ex-spirit-airlines-employees/" target="_self" rel="" title="https://www.local10.com/news/2026/05/06/browards-family-success-centers-aim-to-help-ex-spirit-airlines-employees/">Commissioner: Family Success Centers ready to help ex-Spirit Airlines employees living in Broward</a></li><li><a href="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/" target="_self" rel="" title="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/">Spirit Airlines reports over 4,850 job cuts in Florida</a></li><li><a href="https://www.local10.com/news/2026/05/04/while-still-wearing-spirit-airlines-uniforms-job-hunters-turn-out-to-careersource-broward/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/while-still-wearing-spirit-airlines-uniforms-job-hunters-turn-out-to-careersource-broward/">While still wearing Spirit Airlines uniforms, job seekers start asking for help</a></li><li><a href="https://www.local10.com/news/2026/05/04/jobless-former-spirit-airlines-employees-march-in-dania-beach/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/jobless-former-spirit-airlines-employees-march-in-dania-beach/">Jobless former Spirit Airlines employees march in Dania Beach</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 the airport, or expect rebookings</a></li></ul><h3><b>Upcoming job fairs</b></h3><p>CareerSource South Florida is hosting a job fair for former Spirit Airlines employees from 10 a.m. to 2 p.m. at Miami International Airport’s South Terminal Auditorium’s Concourse J, third level. For more information, call 1-800-385-3920.</p><p>Miramar is hosting a job fair from 10 a.m. to 2 p.m. on May 20 at the Miramar Cultural Center, at 2400 Civic Center Place. Admission and parking are free. For more information, <a href="https://www.eventbrite.com/e/miramar-job-fair-2026-tickets-1984490898699" target="_self" rel="" title="https://www.eventbrite.com/e/miramar-job-fair-2026-tickets-1984490898699">visit the Evenbrite page</a>. </p><p>The <a href="https://www.eventbrite.com/e/port-everglades-career-fair-expo-tickets-1986921960069?aff=oddtdtcreator" target="_self" rel="" title="https://www.eventbrite.com/e/port-everglades-career-fair-expo-tickets-1986921960069?aff=oddtdtcreator">Port Everglades Career Fair &amp; Expo</a> is from 9 a.m. to 1 p.m. on May 27 at the Broward County Convention Center at 1950 Eisenhower Boulevard in Fort Lauderdale. Admission and parking are free. Here is a <a href="https://www.porteverglades.net/articles/post/port-everglades-career-fair/" target="_self" rel="" title="https://www.porteverglades.net/articles/post/port-everglades-career-fair/">list of the participating companies </a>&gt;</p><h3><b>Resources</b></h3><ul><li>Broward County has four <a href="https://www.broward.org/FamilySuccess/Pages/FamilySuccessCenters.aspx" target="_self" rel="" title="https://www.broward.org/FamilySuccess/Pages/FamilySuccessCenters.aspx">Family Success Centers</a> to help with housing and utilities. </li><li>Department of Labor: <a href="https://www.dol.gov/spirit" target="_self" rel="" title="https://www.dol.gov/spirit">Rapid response services</a> includes guidance on<a href="https://www.dol.gov/agencies/ebsa/laws-and-regulations/laws/cobra" target="_self" rel="" title="https://www.dol.gov/agencies/ebsa/laws-and-regulations/laws/cobra"> COBRA continuation coverage</a></li><li>American Airlines launches <a href="https://jobs.aa.com/go/supportingspirit/9903300/" target="_self" rel="" title="https://jobs.aa.com/go/supportingspirit/9903300/">“Supporting Spirit” career page</a></li><li>United Airlines launches program to prioritize former Spirit Airlines employees when hiring. <a href="https://careers.united.com/us/en/search-results?utm_source=spiritemployees&amp;utm_medium=press" target="_self" rel="" title="https://careers.united.com/us/en/search-results?utm_source=spiritemployees&amp;utm_medium=press">Here is the career page &gt;</a></li><li>Southwest Airlines was <a href="https://careers.southwestair.com/us/en/" target="_self" rel="" title="https://careers.southwestair.com/us/en/">recruiting on this page</a>. </li><li>JetBlue’s <a href="https://careers.jetblue.com/viewalljobs/" target="_self" rel="" title="https://careers.jetblue.com/viewalljobs/">jobs page</a></li><li>JetBlue announced an extension of the “jumpseat agreement for the next two weeks, subject to space availability and limited to cabin seating” for those who were stranded while working for Spirit Airlines, and also announced “preferential employment interviews.”</li><li>Delta releases <a href="https://news.delta.com/delta-offers-rescue-fares-support-travelers-following-spirit-airlines-suspension-operations" target="_self" rel="" title="https://news.delta.com/delta-offers-rescue-fares-support-travelers-following-spirit-airlines-suspension-operations">statement of help </a></li><li>For more information about help from the <a href="https://afacwa.org/spirit_resources/#:~:text=Spirit%20employees%20in%20Florida%20affected,new%20employment%20or%20training%20opportunities." target="_self" rel="" title="https://afacwa.org/spirit_resources/#:~:text=Spirit%20employees%20in%20Florida%20affected,new%20employment%20or%20training%20opportunities.">Association of Flight Attendants</a>, call 1-800-385-3920 </li><li><a href="https://careersourcebroward.com/spiritairlines" target="_self" rel="" title="https://careersourcebroward.com/spiritairlines">CareerSource Broward</a> offers services such as job placement and career coaching at three centers at 4941 Coconut Creek Parkway, 2550 West Oakland Park Boulevard, and 7550 Davie Road Extension in Hollywood. </li><li><a href="https://www.employ-miamidade.com/vosnet/default.aspx" target="_self" rel="" title="https://www.employ-miamidade.com/vosnet/default.aspx">Employ Miami-Dade</a> has <a href="https://www.employ-miamidade.com/vosnet/dashboards/default.aspx?menuid=MENU_START_PAGE_DASHBOARD" target="_self" rel="" title="https://www.employ-miamidade.com/vosnet/dashboards/default.aspx?menuid=MENU_START_PAGE_DASHBOARD">services for job seekers</a>. </li><li><a href="https://www.careeronestop.org/LocalHelp/AmericanJobCenters/find-american-job-centers.aspx" target="_self" rel="" title="https://www.careeronestop.org/LocalHelp/AmericanJobCenters/find-american-job-centers.aspx">CareerOneStop</a> has a database for job centers </li><li>To file an <a href="https://www.careeronestop.org/LocalHelp/UnemploymentBenefits/find-unemployment-benefits.aspx?location=FL" target="_self" rel="" title="https://www.careeronestop.org/LocalHelp/UnemploymentBenefits/find-unemployment-benefits.aspx?location=FL">unemployment benefits claim</a> in Florida, call 1-800-204-2418 or <a href="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits" target="_self" rel="" title="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits">visit this page</a>. </li><li>Find your local food bank, <a href="https://www.feedingamerica.org/find-your-local-foodbank" target="_self" rel="" title="https://www.feedingamerica.org/find-your-local-foodbank">on this Feeding America page</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Jalen Brunson helps the Knicks take a 2-0 lead over the 76ers with a 108-102 victory]]></title><link>https://www.local10.com/sports/2026/05/06/jalen-brunson-helps-the-knicks-take-a-2-0-lead-over-the-76ers-with-a-108-102-victory/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/jalen-brunson-helps-the-knicks-take-a-2-0-lead-over-the-76ers-with-a-108-102-victory/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 02:59:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jalen Brunson scored 26 points and helped New York seize control of a close game after a run of blowouts, leading the Knicks to a 108-102 victory over the Philadelphia 76ers on Wednesday night for a 2-0 lead in the Eastern Conference semifinals.</p><p>Playing without the injured Joel Embiid, the 76ers put up a far better fight than in the Knicks' 137-98 romp in Game 1. The game featured 25 lead changes — the most in a playoff game in 11 years — and 14 ties. Neither team led by more than seven points.</p><p>“Most importantly it’s staying poised, staying composed,” Brunson said. “Just figuring out one just play at a time, one step at a time and not looking too far ahead.”</p><p>Those kinds of situations are made for Brunson, who made the tiebreaking basket with 5:06 remaining and added another jumper for a 103-99 advantage with 3:45 to play before Mikal Bridges' basket made it a six-point game.</p><p>“They started switching a little bit and he got to his spots and scored a bucket and that’s what he’s expected to do for us,” Knicks coach Mike Brown said of Brunson.</p><p>OG Anunoby added 24 points for New York, though he left late in the game, went to the locker room and didn't return to the bench. Brown said after the game he didn't have an update on the forward's status.</p><p>Karl-Anthony Towns had 20 points, 10 rebounds and seven assists for the Knicks, whose Game 1 victory made them the first team to win three straight postseason games by at least 25 points.</p><p>Tyrese Maxey scored 26 points for the 76ers, who face another big climb after falling behind 3-1 against Boston in the first round.</p><p>The series moves to Philadelphia for Game 3 on Friday and Game 4 on Sunday, where Embiid will find out if gets his wish for the arena to be filled with Sixers fans or if New Yorkers made their way in.</p><p>Embiid was ruled out with right hip and ankle injuries after waking up with soreness and being unable to go through the 76ers’ morning shootaround.</p><p>But the 76ers, who won Game 2 in Boston without him while he was still recovering from a late-season appendectomy, got 19 points each from Paul George and Kelly Oubre Jr. and 17 from VJ Edgecombe to nearly overcome their big man’s absence.</p><p>They were ahead for the final time at 99-96 after Oubre’s 3-pointer before Josh Hart — who had appeared to hurt his left hand or wrist in the third quarter and left the game — made a 3-pointer with 6:52 remaining.</p><p>“I thought we had maybe four wide-open shots in a row that didn’t go,” 76ers coach Nick Nurse said. “We just needed to keep the scoreboard moving and we played great offense. We just didn’t shot-make.”</p><p>The 25 lead changes were the most since the Spurs and Clippers combined for 31 on May 2, 2015.</p><p>Maxey managed only 13 points in Game 1 but was back to leaving defenders in the dust Wednesday, scoring 15 points in the second quarter and 19 in the first half.</p><p>The Knicks did a better job on him in the second half, led by Bridges, who also contributed 18 points.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FMK6UCPPVKMWX6IVX5HJ5KK3Q.jpg?auth=f38349aba4b4fbb3a9f17ac75c74df1298c452395d5e5793139b84fdbde4cfad&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, right, drives past Philadelphia 76ers guard Quentin Grimes (5) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJVPMLSMRZ6VIHWIJQX7PI7PDQ.jpg?auth=8a20c3382e1e22bf7749f50b380599a7250a9a90756db9f846046622cdc89a2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers center Adem Bona (30) blocks New York Knicks guard Jordan Clarkson (00) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKVR7NV5MW6H2ANUS5QAGROHII.jpg?auth=92371df619ade2bd5b93a11276c2805575e89ee51a44cd66b86c880bb585beb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks forward Og Anunoby, center left, blocks Philadelphia 76ers guard Quentin Grimes (5) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMKFHSHB5OSG4U736DSGYDL2JU.jpg?auth=55380b732e4a28cafdfb1d9f1e1f4755a26ab7385e4d2de1c501e52eeff71009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Ariel Hukporti (55) fights for control of the ball with Philadelphia 76ers center Andre Drummond (1) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H44GOBIDUS2B5P5ZFKIOQVXAOM.jpg?auth=0b0e2c042b674073aaca48b81fbf895b3734a54bcf7b969d514b367f523ea065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers center Adem Bona, right, fights for control of the ball with New York Knicks guard Josh Hart during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Chief Justice John Roberts says Supreme Court is not political]]></title><link>https://www.local10.com/news/politics/2026/05/06/chief-justice-john-roberts-says-supreme-court-is-not-political/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/06/chief-justice-john-roberts-says-supreme-court-is-not-political/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 02:24:43 +0000</pubDate><content:encoded><![CDATA[<p>HERSHEY, Pa. (AP) — Supreme Court justices are not “political actors,” Chief Justice John Roberts said Wednesday, insisting unpopular court decisions are based solely on the law.</p><p>“I think, at a very basic level, people think we’re making policy decisions, we're saying we think this is how things should be, as opposed to what the law provides,” he said. “I think they view us as purely political actors, which I don’t think is an accurate understanding of what we do.”</p><p>His remarks to a conference of judges and lawyers from the 3rd U.S. Circuit in Pennsylvania came at a time of low public confidence in the court, and about a week after the court handed down a decision that hollowed out the Voting Rights Act.</p><p>The high court struck down a majority-Black congressional district in Louisiana, finding it was an unconstitutional gerrymander based on race. The decision weakened the Civil Rights era law that has increased minority representation in Congress, and it opened the door for more redistricting across the country that could aid Republican efforts to control the House.</p><p>In recent years, the conservative majority court has also handed down landmark rulings overturning the constitutional right to abortion, expanding gun rights and ending affirmative action in higher education.</p><p>Roberts didn’t reference any specific decisions in his remarks, but said the court is “simply not part of the political process.”</p><p>Opinions, he said, are based on the Constitution — though he acknowledged disagreement with some outcomes. “One thing we have to do is make decisions that are unpopular,” he said.</p><p>Criticism, he said, should focus on rulings rather than personal attacks. He condemned the targeting of lower-court judges, a sentiment he’s repeated amid rising threats to the judiciary. “That’s not appropriate and it can lead to very serious problems,” he said.</p><p>High-profile criticism of judges in personal terms has come from Republican President Donald Trump, who also targeted Roberts and other justices who voted against him in the opinion that struck down tariffs the president levied under an emergency-powers law.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/76UYWTSHE3V45Y45NZLYIZN5DA.jpg?auth=08a9bd6e048100d578e8d81bd33cc8f3051133b3f01a348156021442ba6d3e0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Roberts, Chief Justice of the U.S. Supreme Court, speaks during lecture to the Georgetown Law School graduating class of 2025, in Washington, May 12, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CAJ6SORLSMNH4XVESELG6UGXVE.jpg?auth=67a7e917a8343433133dd11cecea9ab2879f8ee5b853118a6aa7d81962aa9702&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People visit the Supreme Court, Thursday, April 30, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item></channel></rss>