<?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>Mon, 01 Jun 2026 21:52:32 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[‘It was Vic in the orange Buick’: Pompano Beach Citgo shooting leads cops to ‘well-known’ felon]]></title><link>https://www.local10.com/news/local/2026/06/01/it-was-vic-in-the-orange-buick-pompano-beach-citgo-shooting-leads-cops-to-well-known-felon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/it-was-vic-in-the-orange-buick-pompano-beach-citgo-shooting-leads-cops-to-well-known-felon/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Broward County deputies arrested a convicted felon after a weekend shooting at a gas station in Pompano Beach.]]></description><pubDate>Mon, 01 Jun 2026 21:22:33 +0000</pubDate><content:encoded><![CDATA[<p>Broward County deputies arrested a convicted felon after a weekend shooting at a gas station in Pompano Beach.</p><p>Deputies took Victor Boyd, 43, of Deerfield Beach, into custody early Saturday morning after the shooting, which occurred at the Citgo at 598 NW 15th St. in Pompano Beach. </p><p>According to the Broward Sheriff’s Office, deputies responded to the scene around 1:21 a.m. after receiving reports of a shooting.</p><p>First responders said they arrived to find the victim, a 45-year-old man, suffering from gunshot wounds to the ear and the shoulder. </p><p>While being treated by rescue crews at the scene, deputies asked the victim who shot him, to which he replied, “It was Vic. He lives off (Sixth) and 15th,” while adding that he was driving an orange Buick, according to an arrest form. </p><p>Moments later, deputies said a witness at the scene told them, “that it was Vic in the orange Buick,” while adding that the suspect frequented the area to sell drugs. </p><p>Surveillance footage from the gas station showed the victim and several other people gathered around the gas pumps, which is when deputies said the suspect pulled a handgun from his pocket and fired two shots at the victim before calmly walking away, deputies said. </p><p>After relaying the suspect information across BSO’s radio channels, another deputy advised that he was familiar with the suspect and that he had seen Boyd, whom the deputy described as “well-known” to him, at the gas station a little less than 20 minutes before the shooting occurred. </p><p>A helicopter unit was dispatched and located the orange Buick soon after, and deputies said the unit captured video footage of Boyd getting out of the car and throwing an object believed to be a gun into a nearby canal in the area of the 7000 block of Northwest First Street in Margate.</p><p>According to BSO, it took less than 20 minutes after the initial dispatch call for deputies to take Boyd into custody. </p><p>Deputies also noted in an official arrest form that Boyd was wearing the same clothes seen by the person who opened fire in the surveillance footage from the gas station. </p><p>Boyd is now facing charges of premeditated attempted murder and possession of a weapon or ammunition by a convicted felon. </p><p><a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L40100&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L40100&amp;TypeSearch=IR">State records</a> show Boyd has multiple convictions for selling and possessing drugs.</p><p>As of Monday afternoon, he was being held at the Broward Main Jail on no bond. </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/5NNJDYTR75FLTL4Q2U2YNBFAW4.jpg?auth=4501852367ef96a4910f259b8653cacb869be5419308d7f50d63324f0572041e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pleito en Raising Cane’s de Homestead terminó con una persona atropellada y una camioneta chocada]]></title><link>https://www.local10.com/espanol/2026/06/01/pleito-en-raising-canes-de-homestead-termino-con-una-persona-atropellada-y-una-camioneta-chocada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/pleito-en-raising-canes-de-homestead-termino-con-una-persona-atropellada-y-una-camioneta-chocada/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Le pidieron que manejara con cuidado en la fila del drive-thru. Respondió con amenazas, atropelló a una pasajera y chocó una camioneta al huir. No era su primer episodio al volante.]]></description><pubDate>Mon, 01 Jun 2026 21:51:37 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer enfrenta dos cargos de delito grave relacionados con un incidente de furia al volante en un restaurante Raising Cane’s Chicken Fingers en Homestead, según la policía.</p><p>Las autoridades dijeron que el incidente, ocurrido el domingo en el local ubicado en 2301 NE Eighth St., incluyó colisiones contra una persona y una camioneta pickup.</p><p>Según el Departamento de Policía de Homestead, una mujer estaba en el servicio al auto del restaurante poco antes de la 1:45 a.m. cuando Amber Nicole Collier, de 32 años, del noroeste de Miami-Dade, condujo “imprudentemente” por el estacionamiento y se metió en sentido contrario en la fila, casi golpeando el auto de la víctima.</p><p>Las autoridades dijeron que la víctima avanzó hasta la señal de alto y le dijo a Collier que “condujera con más cuidado.”</p><p>Esto enfureció a Collier, según la policía, quien eventualmente le dijo a la mujer “Eres una violadora y una racista; te voy a matar”, mientras intentaba golpearla con su vehículo, pero chocó contra un bordillo.</p><p>La policía dijo que otra mujer que iba en el asiento del pasajero del auto de la víctima se bajó. Collier, según el reporte, apuntó hacia ella y la embistió, causándole una contusión en el codo.</p><p>Las autoridades dijeron que Collier huyó y en el proceso chocó contra una camioneta pickup.</p><p>El reporte indica que un agente de la Oficina del Sheriff de Miami-Dade la detuvo cerca de U.S. 1 y Southwest 232nd Street, a unas seis millas del restaurante en el área no incorporada de Princeton.</p><p>Collier había sido arrestada previamente el 6 de abril tras otro incidente de tráfico, según registros judiciales. Un reporte de arresto del MDSO indica que aceleró en una zona escolar cerca de Lake Stevens Elementary School, justo fuera de Miami Gardens, le dijo a un agente que intentaba detenerla “No voy a parar”, aunque finalmente lo hizo.</p><p>Pero las autoridades dijeron que la parada fue breve. Tras decirle al agente “Voy a dejar a mis hijos”, volvió a arrancar y el agente de motocicleta intentó detenerla de nuevo, según el reporte.</p><p>Finalmente se detuvo frente a la escuela y el agente la arrestó. Las autoridades dijeron que le dijo al agente una serie de insultos y amenazó con matarlo cuando saliera de la cárcel.</p><p>En su caso más reciente, Collier enfrenta cargos de intento de agresión agravada con arma mortífera, agresión agravada con arma mortífera y abandonar el lugar de un accidente con daños materiales.</p><p>Hasta el lunes por la tarde, estaba detenida en el Turner Guilford Knight Correctional Center con una fianza de $7,500.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQK4FSMHOJAHBFA2VX6NIF22CE.jpg?auth=6137965dfc42b46d303db6147f77c29e61dde95616ba9d53a24d74971cd8f190&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amber Collier]]></media:description></media:content></item><item><title><![CDATA[Florida Republicans work on property tax cut ballot measure ]]></title><link>https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/</guid><dc:creator><![CDATA[Glenna Milberg, Andrea Torres]]></dc:creator><description><![CDATA[The Florida Legislature met for a special legislative session on Monday in Tallahassee to consider Gov. Ron DeSantis’s proposed property tax cut on homesteads.]]></description><pubDate>Mon, 01 Jun 2026 21:30:58 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Legislature started a special legislative session on Monday in Tallahassee to consider Gov. Ron DeSantis’s <a href="https://www.flgov.com/eog/news/press/2026/governor-ron-desantis-announces-special-session-property-tax-relief-unveils-save" target="_self" rel="" title="https://www.flgov.com/eog/news/press/2026/governor-ron-desantis-announces-special-session-property-tax-relief-unveils-save">proposed</a> property tax cut on homesteads.</p><p>On May 27, DeSantis called for lawmakers to pass a ballot measure to raise the state’s $50,000 homestead exemptions to $250,000.</p><p>“With five-days notice and a 72-hour session, this legislature is being asked to dramatically reshape our entire state financial landscape,” Florida Sen. <a href="https://www.flsenate.gov/Senators/s26?pref=full" target="_self" rel="" title="https://www.flsenate.gov/Senators/s26?pref=full">Lori Berman</a> said during a news conference. </p><p>Democrats have concerns about local governments’ services, and public schools suffering budget shortfalls as a result of the revenue loss. </p><p>“They’re still getting a lot of money, way more than they did seven years ago,” DeSantis said on May 27 about property values increasing. </p><p>The Florida Senate Appropriations Committee approved an amendment on Monday to secure funding for the state’s public school districts.</p><p>“I personally would like to see a school carve out,” Florida Rep. <a href="https://flhouse.gov/Sections/Representatives/custom/details.aspx?MemberId=4796&amp;LegislativeTermId=91" target="_self" rel="" title="https://flhouse.gov/Sections/Representatives/custom/details.aspx?MemberId=4796&amp;LegislativeTermId=91">Alex Rizo</a> said. </p><p>DeSantis suggested that the exemption not apply to homeowners who move to Florida after November until they have established residency for five years. </p><p>The plan would include a constitutional amendment on the November ballot. It has to be approved by at least 60% of the state’s voters. </p><p><i>Torres contributed to this report from Miami. </i></p>]]></content:encoded></item><item><title><![CDATA[Marijuana toxicity cases rise among pets as legalization expands]]></title><link>https://www.local10.com/news/local/2026/06/01/marijuana-toxicity-cases-rise-among-pets-as-legalization-expands/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/marijuana-toxicity-cases-rise-among-pets-as-legalization-expands/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[As medical marijuana becomes more widely legalized, veterinarians are seeing an unintended consequence affecting pets.]]></description><pubDate>Mon, 01 Jun 2026 21:50:24 +0000</pubDate><content:encoded><![CDATA[<p>As medical marijuana becomes more widely legalized, veterinarians are seeing an unintended consequence affecting pets.</p><p>Animal poison control centers are reporting a nearly 300% increase in marijuana-related calls over the last several years.</p><p>For Hannah Branson, a pet emergency started with chocolate.</p><p>“The first thing I see when we walk in is just foil everywhere all over the floor,” Branson said.</p><p>Branson had recently adopted Falcore, a small terrier-Chihuahua mix.</p><p>“I glance over at the dining room table and the bowl is completely empty so my heart like sank,” she said.</p><p>She said she had no idea her new puppy would be able to climb onto the table and help himself to a bowl full of chocolate Easter candy.</p><p>‘Tthe bowl was pretty full, it was a Costco-size bag, so quite a decent amount for sure,” Branson said when asked about how much chocolate Falcore ate.</p><p>Unsure what to do, she rushed her 5-pound dog to an emergency veterinarian.</p><p>“They give an injection which induces vomiting pretty much immediately, so he started throwing up and the amount that he threw up, they were like, ‘Oh wow, he ate a lot of chocolate,’” she said.</p><p>Chocolate toxicity remains a major concern for pets, but veterinarians say it is no longer the most common toxin they treat.</p><p>“More and more often we’re seeing people come in with marijuana toxicity cases. It’s one of the more common toxicities that we see,” said Dr. Ignacio Casali of Veterinary Emergency Group in Fort Lauderdale.</p><p>“THC, chocolate, chocolate and mushrooms -- now we’re seeing it a lot,” he said.</p><p>Casali said he sees at least one case a week, and sometimes more, involving pets that have eaten THC edibles or marijuana-infused chocolate.</p><p>“How dangerous is this for pets? It can get dangerous at high quantities, especially now that for humans, they are selling it in concentrated forms,” he said.</p><p>The dosage intended for adults can be far too much for small animals.</p><p>Early symptoms include lethargy, confusion, glassy eyes and trouble walking.</p><p>“They are losing balance, they’re walking around and they’re kind of falling to the side and they’re doing the bobbling head sometimes. They are walking into the hospital and they are dribbling urine,” Casali said.</p><p>Veterinarians say one of the biggest challenges is getting accurate information about what an animal may have ingested.</p><p>“The more information we have, the easier it is for us because we do have toxicity calculators with chocolate, with THC. We can plug in the patient’s weight and the amount of THC they were exposed to and immediately we have an idea of how heavy the symptoms are going to be,” Casali said.</p><p>Treatment typically includes fluids and support for blood pressure and body temperature.</p><p>Veterinarians say THC toxicity is mostly treatable and usually nonlethal, with most side effects subsiding within 12 to 24 hours.</p><p>Back at home, Branson said she is relieved Falcore has returned to his normal energetic self, keeping his older sister Pippa busy.</p><p>The incident left her with a $500 veterinary bill.</p><p>While Branson is comfortable talking about her dog’s chocolate overdose, veterinarians say some pet owners are reluctant to admit when their animals may have consumed marijuana because of the stigma surrounding it.</p><p>“Nothing is forcing me to report to the authorities about what the dog got exposed to. Our main goal here is to help pets, no matter what toxicity it is,” Casali said.</p><p>Veterinarians recommend keeping all candies, chocolates and THC products out of reach of pets.</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[Bay Harbor Islands may ban electric scooters for riders under 16]]></title><link>https://www.local10.com/news/local/2026/06/01/bay-harbor-islands-may-ban-electric-scooters-for-riders-under-16/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/bay-harbor-islands-may-ban-electric-scooters-for-riders-under-16/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Officials in Bay Harbor Islands are looking at banning electric scooters for riders under 16.]]></description><pubDate>Mon, 01 Jun 2026 21:49:49 +0000</pubDate><content:encoded><![CDATA[<p>Officials in Bay Harbor Islands are looking at banning electric scooters for riders under 16.</p><p>It would follow nearby Sunny Isles Beach in doing so, which implemented its ban on Monday, the same day Bay Harbor Islands Town Council will discuss a potential ban.</p><p>Sunny Isles Beach Mayor Larisa Svechin said she noticed an immediate difference on Monday, saying she saw “zero” scooters. She said she would see previously see hundreds daily.</p><p>Some question whether scooter bans are government overreach.</p><p>“I very much believe that the government should stay out of your private life,” Svechin said. “However, that’s like saying I don’t want to wear a seat belt.”</p><p>Town officials are set to meet at 6 p.m. Monday.</p><p>“The purpose of tonight’s meeting is really to hear from the residents how they feel,” Bay Harbor Islands Councilman Eric Rappaport told Local 10 News.</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[Student detained at South Broward High School after allegedly running through metal detectors]]></title><link>https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</guid><dc:creator><![CDATA[Amanda Batchelor, Saira Anwer]]></dc:creator><description><![CDATA[A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.]]></description><pubDate>Mon, 01 Jun 2026 13:26:18 +0000</pubDate><content:encoded><![CDATA[<p>A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.</p><p>According to Hollywood police, officers responded to the school, located at 1901 N Federal Highway, following a “security concern.”</p><p>Police later confirmed that a student had been detained and all students and staff members were safe. </p><p>According to a couple of seniors at the school who spoke with Local 10, a fellow student was going through security but didn’t want to be patted down so he ran into the school.</p><p>They said the campus was placed on lockdown as officers searched for the student. </p><p>“I was just coming here to pick up my cap and gown because I’m a senior and all and there was police everywhere and I was like, ‘What’s going on everybody?’” Jada Harris said. “I’m standing right there and then the kid -- he jumped over that gate exactly, trying to walk it off all cool, but they got him. They made sure they got him.”</p><p>Police said the lockdown has since been lifted and the school day is resumed as normal. </p><p><b>BCPS released the following statement after the incident:</b></p><p><i>“This morning, a student ran through the school’s metal detector screening area. In response, staff immediately activated their panic button, which initiated a lockdown. The District’s safety protocols worked as designed, and law enforcement responded promptly to assist. We appreciate the quick actions of our staff and the support of our law enforcement partners in helping ensure the safety and security of our students and employees</i>."</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a juez federal de cortar a su esposa con un cuchillo de mantequilla en su casa de Miami]]></title><link>https://www.local10.com/espanol/2026/06/01/acusan-a-juez-federal-de-cortar-a-su-esposa-con-un-cuchillo-de-mantequilla-en-su-casa-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/acusan-a-juez-federal-de-cortar-a-su-esposa-con-un-cuchillo-de-mantequilla-en-su-casa-de-miami/</guid><description><![CDATA[Una discusión dominguera en Shenandoah terminó con una mujer herida y su esposo, un juez federal de 79 años, esposado. El arma: un cuchillo de mantequilla.]]></description><pubDate>Mon, 01 Jun 2026 21:48:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre identificado en un reporte de arresto como juez cortó a su esposa de 14 años con un cuchillo de mantequilla en su casa en el vecindario de Shenandoah en Miami, lo que llevó a su arresto el domingo, según la policía.</p><p>Gerald Foulds, de 79 años, enfrenta ahora un cargo de delito grave de batería agravada con arma mortífera contra una persona de 65 años o más.</p><p>Fuentes en línea lo identifican como juez de derecho administrativo del Departamento de Salud y Servicios Humanos de Estados Unidos, en la Oficina de Audiencias y Apelaciones de Medicare. No estaba claro de inmediato hasta el lunes si Foulds, quien cumple 80 años el 19 de junio, aún trabaja para la agencia, y no aparecía en los registros en línea del Colegio de Abogados de Florida hasta el lunes por la tarde. Local 10 News contactó al HHS en busca de información adicional.</p><p>Según un reporte del Departamento de Policía de Miami, el incidente ocurrió alrededor de las 7 a.m. del domingo en una vivienda compartida por Foulds y su esposa en el bloque 1600 de Southwest 17th Street.</p><p>La policía dijo que Foulds y su esposa habían tenido una discusión verbal que se tornó física.</p><p>“En un intento de evitar la confrontación, ella fue a la cocina. (Foulds) la siguió, la agarró por el hombro izquierdo, momento en que ella intentó defenderse bloqueándolo con su brazo izquierdo”, indica el reporte del MPD. “La víctima declaró que (Foulds) se armó entonces con un cuchillo de mantequilla que estaba en el mostrador de la cocina y le cortó el brazo izquierdo.”</p><p>La mujer fue a casa de un vecino en busca de ayuda y la policía dijo que el vecino llamó al exesposo de la mujer, quien la llevó a una clínica de atención urgente.</p><p>Las autoridades dijeron que ella describió a Foulds como “impulsivo, agresivo y con un problema de alcohol.” El reporte de arresto indica que los investigadores creyeron que Foulds había estado bebiendo al momento del ataque.</p><p>Las autoridades dijeron que Foulds negó los cargos. Los registros muestran que estaba detenido en el Turner Guilford Knight Correctional Center con una fianza de $5,000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOC332WZSFECXCGI6U3SWLW6YE.jpg?auth=6769904e12e3bfcc810cb6380a55adaf0cc7c985f510570e91687aa37af92c6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gerald Foulds]]></media:description></media:content></item><item><title><![CDATA[“Fue Vic en el Buick naranja”: arrestaron en menos de 20 minutos al sospechoso del tiroteo en una Citgo de Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/06/01/fue-vic-en-el-buick-naranja-arrestaron-en-menos-de-20-minutos-al-sospechoso-del-tiroteo-en-una-citgo-de-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/fue-vic-en-el-buick-naranja-arrestaron-en-menos-de-20-minutos-al-sospechoso-del-tiroteo-en-una-citgo-de-pompano-beach/</guid><description><![CDATA[La víctima lo identificó desde la camilla: “Fue Vic, maneja un Buick naranja.” Veinte minutos después, Boyd estaba esposado. Un helicóptero lo grabó tirando el arma a un canal en Margate.]]></description><pubDate>Mon, 01 Jun 2026 21:44:54 +0000</pubDate><content:encoded><![CDATA[<p>Agentes del Condado de Broward arrestaron a un convicto tras un tiroteo del fin de semana en una gasolinera de Pompano Beach.</p><p>Los agentes detuvieron a Victor Boyd, de 43 años, de Deerfield Beach, en las primeras horas del sábado tras el tiroteo, ocurrido en el Citgo ubicado en 598 NW 15th St. en Pompano Beach.</p><p>Según la Oficina del Sheriff de Broward, los agentes respondieron al lugar alrededor de la 1:21 a.m. tras recibir reportes de un tiroteo.</p><p>Los socorristas dijeron que llegaron a encontrar a la víctima, un hombre de 45 años, con heridas de bala en la oreja y el hombro.</p><p>Mientras era atendido por los equipos de rescate en el lugar, los agentes le preguntaron a la víctima quién le había disparado, a lo que respondió: “Fue Vic. Vive cerca de (Sixth) y 15th”, añadiendo que manejaba un Buick naranja, según el formulario de arresto.</p><p>Momentos después, los agentes dijeron que un testigo en el lugar les dijo “que fue Vic en el Buick naranja”, añadiendo que el sospechoso frecuentaba el área para vender drogas.</p><p>Las imágenes de vigilancia de la gasolinera mostraron a la víctima y varias personas reunidas alrededor de las bombas de gasolina, momento en que los agentes dijeron que el sospechoso sacó una pistola del bolsillo y disparó dos veces a la víctima antes de alejarse con calma.</p><p>Tras transmitir la información del sospechoso por los canales de radio del BSO, otro agente informó que conocía al sospechoso y que lo había visto en la gasolinera menos de 20 minutos antes de que ocurriera el tiroteo.</p><p>Se despachó una unidad de helicóptero que localizó el Buick naranja poco después. Los agentes dijeron que la unidad captó en video a Boyd bajando del auto y arrojando un objeto que se cree es un arma a un canal cercano en el área del bloque 7000 de Northwest First Street en Margate.</p><p>Según el BSO, transcurrieron menos de 20 minutos desde la llamada inicial de despacho hasta que los agentes detuvieron a Boyd.</p><p>Los agentes también señalaron en el formulario oficial de arresto que Boyd vestía la misma ropa que la persona que abrió fuego en las imágenes de vigilancia de la gasolinera.</p><p>Boyd enfrenta ahora cargos de intento de asesinato premeditado y posesión de arma o municiones por parte de un convicto.</p><p><a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L40100&amp;TypeSearch=IR" rel="">Los registros estatales</a> muestran que Boyd tiene múltiples condenas por venta y posesión de drogas.</p><p>Hasta el lunes por la tarde, estaba detenido en la cárcel principal de Broward sin fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NNJDYTR75FLTL4Q2U2YNBFAW4.jpg?auth=4501852367ef96a4910f259b8653cacb869be5419308d7f50d63324f0572041e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Qué saber sobre los ataques militares de EEUU a presuntas lanchas del narcotráfico en Latinoamérica]]></title><link>https://www.local10.com/espanol/2026/06/01/que-saber-sobre-los-ataques-militares-de-eeuu-a-presuntas-lanchas-del-narcotrafico-en-latinoamerica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/que-saber-sobre-los-ataques-militares-de-eeuu-a-presuntas-lanchas-del-narcotrafico-en-latinoamerica/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Los ataques militares de Estados Unidos contra embarcaciones presuntamente utilizadas para el contrabando de drogas en aguas de América Latina han dejado más de 200 muertos desde septiembre, cuando el gobierno del presidente Donald Trump dio inicio a una operación que, asegura, es necesaria para frenar el flujo de narcóticos.]]></description><pubDate>Mon, 01 Jun 2026 21:40:06 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Los ataques militares de Estados Unidos contra embarcaciones presuntamente utilizadas para el contrabando de drogas en aguas de América Latina han dejado más de 200 muertos desde septiembre, cuando el gobierno del presidente Donald Trump dio inicio a una operación que, asegura, es necesaria para frenar el flujo de narcóticos.</p><p>A medida que los ataques continúan, el gobierno ha ofrecido pocas pruebas para respaldar sus afirmaciones de haber abatido a “narcoterroristas”, contra los que Trump asegura que su país se encuentra en un “conflicto armado”.</p><p>Los críticos de la campaña militar han cuestionado su legalidad y eficacia, en parte debido a que el fentanilo responsable de miles de sobredosis letales por lo general llega a Estados Unidos por vía terrestre desde México. Se sabe que las lanchas rápidas que navegan en el Caribe y el Pacífico transportan cocaína, no fentanilo.</p><p>Esto es lo que hay que saber sobre los ataques.</p><p>¿Por qué el ejército empezó a atacar lanchas rápidas?</p><p>Trump asegura que la estrategia que Estados Unidos ha empleado desde hace décadas, de interceptar embarcaciones en altamar, no funcionaba. Sin embargo, la Guardia Costera de Estados Unidos estableció un récord durante el último año del mandato de Joe Biden en 2024, cuando incautó 225 toneladas de cocaína.</p><p>Los ataques comenzaron en septiembre frente a la costa caribeña de Venezuela y se extendieron al Pacífico a partir de octubre, el mes más mortífero desde el inicio de la campaña con 45 personas abatidas. La mayoría de los ataques de este año han sido en el Pacífico.</p><p>Trump y otros funcionarios de alto rango también han argumentado que esas embarcaciones son operadas por narcoterroristas y miembros de cárteles.</p><p>The Associated Press visitó una región de Venezuela desde la cual han zarpado algunas de estas embarcaciones e identificó a cuatro hombres que fueron abatidos en los ataques. Residentes de la región y familiares afirmaron en varias entrevistas que la mayoría de estos hombres eran obreros o pescadores que ganaban 500 dólares por viaje.</p><p>Cabe destacar que los ataques comenzaron en medio de la mayor concentración de fuerzas militares de Estados Unidos en América Latina en varias generaciones como parte de una campaña de presión que culminó con la captura del entonces presidente de Venezuela, Nicolás Maduro, en enero pasado.</p><p>Durante los ocho meses de operaciones han sido atacadas más de 60 embarcaciones.</p><p>¿Son efectivos los ataques?</p><p>Trump asegura que los ataques han destruido embarcaciones que transportaban fentanilo y que cada lancha hundida ha salvado la vida de 25.000 estadounidenses. Expertos y exfuncionarios federales dedicados a la lucha antidrogas aseguran que las declaraciones de Trump son exageradas o falsas.</p><p>Durante la última década, funcionarios estadounidenses han sonado la alarma por el aumento de sobredosis letales en el país, en particular por opioides y opioides sintéticos. Las muertes por sobredosis de opioides se dispararon en el periodo 2021-2023 hasta unas 80.000 al año, pero bajaron a cerca de 55.000 en 2024. Los expertos han atribuido el declive en parte a los esfuerzos realizados durante el último año del gobierno de Biden para aumentar la disponibilidad de medicamentos que previenen las muertes por sobredosis. Datos federales muestran que se mantuvo la tendencia a la baja el año pasado, hasta un estimado de 44.000 decesos.</p><p>En tanto, las muertes por sobredosis de cocaína, que se produce principalmente en Colombia y Perú, son menos frecuentes que las causadas por el fentanilo. Unas 22.000 personas murieron en Estados Unidos por sobredosis de cocaína en 2024, en comparación con las más de 29.000 el año anterior, según datos federales. El número de muertes por sobredosis de cocaína cayó a un estimado de 19.000 en 2025.</p><p>La droga que llega hacia Estados Unidos desde Sudamérica es la cocaína. El fentanilo, en cambio, suele ingresar a Estados Unidos por vía terrestre desde México, donde se produce con químicos importados de China e India.</p><p>¿Los ataques son legales?</p><p>La operación ha recibido fuertes críticas, en particular después de que se dio a conocer que el ejército abatió a sobrevivientes del primer ataque con un bombardeo de seguimiento. Funcionarios del gobierno y muchos legisladores republicanos aseguraron que la medida fue legal y necesaria, mientras que los demócratas y expertos legales calificaron las muertes como asesinatos, o incluso crímenes de guerra.</p><p>Amanda Klasing, directora nacional de relaciones gubernamentales para Amnesty International USA, afirmó la semana pasada en un comunicado que “se están normalizando las ejecuciones extrajudiciales” a medida que el número de muertos sigue en aumento.</p><p>“Estas muertes no sólo son ilegales, son inmorales", puntualizó Klasing. Las personas con la conciencia limpia no pueden permitir que esto continúe, y sin embargo el Congreso no ha logrado detener, o siquiera ralentizar, hasta ahora esta campaña letal e ilegal”.</p><p>Familiares de dos ciudadanos de Trinidad que fueron abatidos en uno de los ataques de octubre interpusieron una demanda contra el gobierno federal en enero pasado, asegurando que el ataque fue un crimen de guerra y parte de una “campaña militar sin precedentes y manifiestamente ilegal por parte de Estados Unidos”. La demanda repite muchas de las preocupaciones sobre los ataques, señalando, por ejemplo, que se han llevado a cabo sin la autorización del Congreso y en un momento en que no existe un conflicto militar entre Estados Unidos y los cárteles del narcotráfico, el cual pudiera justificar la campaña militar en conformidad con las leyes de guerra.</p><p>“Estos asesinatos premeditados e intencionales carecen de cualquier justificación legal plausible. Por lo tanto, fueron simplemente asesinatos, ordenados por individuos en los niveles más altos del gobierno y ejecutados por oficiales militares en la cadena de mando”, afirma la demanda.</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/DPLL74ENAI7DGVZOZK6HDTLECY.jpg?auth=69008c0f20aaa73bad765d4c7375cff249c0c2c0c7ae2628e15c8a0f33391922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de EEUU, Donald Trump, habla durante una reunión de su gabinete en la Casa Blanca, en Washington, el miércoles 27 de mayo de 2026, mientras el secretario de Defensa, Pete Hegseth, observa. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[North Carolina cop fired after being caught on camera punching woman in handcuffs]]></title><link>https://www.local10.com/news/2026/06/01/north-carolina-cop-fired-after-being-caught-on-camera-punching-woman-in-handcuffs/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/north-carolina-cop-fired-after-being-caught-on-camera-punching-woman-in-handcuffs/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[A North Carolina police officer has been fired from the force after he was caught on camera throwing a woman to the ground and repeatedly punching her.]]></description><pubDate>Mon, 01 Jun 2026 21:33:17 +0000</pubDate><content:encoded><![CDATA[<p>A North Carolina police officer has been fired from the force after he was caught on camera throwing a woman to the ground and repeatedly punching her.</p><p>It happened on Friday in Shelby, a town about an hour west of Charlotte. </p><p>The officer, who has since been identified as 22-year-old Karson Hyder, has been charged with assault inflicting serious injury.</p><p>He turned himself in and has since posted a $10,000 bond.</p><p>It happened as officers tried to handcuff the victim, who asked for mental health care and for officers to call her father, adding she was off her medication.</p><p>In the video, Hyder is seen slamming the woman to the ground, and seconds after getting her to the ground, he starts throwing punches, hitting her a number of times.</p><p>A second officer is then seen seemingly trying to intervene, saying, “I got her.”</p><p>It is unclear what happened in the moments before the video started, but the department chief said officers were conducting a criminal investigation when they encountered a “suspicious female.”</p><p>A homeowner, whose security camera took the video, posted it on social media.</p><p>Court records show the woman was charged with breaking and entering, resisting a public officer, and assault on a government official or employee. She was initially held on a $10,000 bond, but was later released on an unsecured bond.</p><p>“This man is supposed to protect, but he chose to like he was wanting to murder her,” said Gregory Moore, the victim’s father. “Thank God it was cameras out there. And I wonder, does he have a daughter or kids, and how would he feel if the shoe was on the other foot?”</p><p>The police chief said the department has sent the findings of their investigation to the North Carolina State Bureau for an independent review of any criminal violations.</p><p>The bureau is asking the public for patience as they investigate. </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[Lawyers for Lively and Baldoni battle in a New York court despite settling claims weeks ago]]></title><link>https://www.local10.com/entertainment/2026/06/01/lawyers-for-lively-and-baldoni-battle-in-a-new-york-court-despite-settling-claims-weeks-ago/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/lawyers-for-lively-and-baldoni-battle-in-a-new-york-court-despite-settling-claims-weeks-ago/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The legal battle between actors Blake Lively and Justin Baldoni hit center stage in a New York federal courtroom again Monday despite a recent deal to end Lively's claims that she suffered retaliation after making sexual harassment claims over the making of their 2024 film “It Ends With Us.”]]></description><pubDate>Mon, 01 Jun 2026 21:19:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The legal battle between actors Blake Lively and Justin Baldoni hit center stage in a New York federal courtroom again Monday despite a recent deal to end Lively's claims that she suffered retaliation after making sexual harassment claims over the making of their 2024 film “It Ends With Us.”</p><p>Attorney Ellyn Garofalo, representing Baldoni, told U.S. District Judge Lewis J. Liman that Lively was trying through an application for attorney fees to do “an end run around the jury trial” that was voided when a deal was reached before a May trial was set to start.</p><p>At a hearing without the actors, Garofalo told Liman it was wrong for Lively to seek damages and attorneys fees after agreeing to a settlement in which she dismissed her claims without Baldoni and his production company “paying a cent of the $300 million in damages she was demanding.”</p><p>“Reopening this for basically what is an alternative trial would involve reopening discovery, new experts, new expert depositions,” she said. Garofalo called it “effectively an end run around the jury trial.”</p><p>A California law permits “significant” penalties to be levied against any party who filed unsuccessful retaliatory defamation actions against sexual harassment and retaliation litigants. Baldoni's countersuit alleging defamation and extortion was tossed out last year by the judge.</p><p>Liman did not immediately rule after hearing more than an hour of arguments.</p><p>Attorney Michael Gottlieb, representing Lively, asserts that the lawsuit Baldoni brought against Lively was the very kind of litigation the California law was designed to stop, enabling survivors of sexual harassment to be protected from a protracted and damaging legal fight.</p><p>In early May, Lively and Baldoni agreed to settle a lawsuit that had left both sides publicly making claims against one another since the litigation began in December 2024 when Lively, 38, sued Baldoni, 42, and his production company, Wayfarer Studios.</p><p>Weeks after Lively filed suit, Baldoni sued Lively, accusing her, her husband — “Deadpool” actor Ryan Reynolds — and their publicist of defamation and extortion.</p><p>Baldoni, who directed the dark romantic drama and starred in it with Lively, denied harassing her or orchestrating a smear campaign. He claimed the complaints about his behavior were made up by Lively as part of an effort to seize creative control of the movie.</p><p>The settlement was reached days after Liman dismissed Lively’s sexual harassment claims, ruling that she couldn’t pursue them under federal law because she was an independent contractor rather than an employee on the movie set.</p><p>Lively had claimed that during filming, Baldoni made inappropriate comments about her appearance, violated physical boundaries while filming a love scene, and pushed for nudity — against Lively’s wishes — during a scene in which her character was giving birth.</p><p>Baldoni denied doing anything outside of what occurs during the normal creative process to make a movie.</p><p>In their joint statement after the deal was reached, the parties said they recognize that Lively’s concerns “deserved to be heard” and that they ”remain firmly committed to workplaces free of improprieties and unproductive environments.”</p><p>“It Ends With Us,” an adaptation of Colleen Hoover’s bestselling 2016 novel about a relationship devolving into domestic violence, was released in August 2024 and exceeded box office expectations despite criticism that it glorified abuse.</p><p>Lively appeared in the 2005 film “The Sisterhood of the Traveling Pants” and the TV series “Gossip Girl” from 2007 to 2012 before starring in films including “The Town” and “The Shallows.”</p><p>Baldoni starred in the TV comedy “Jane the Virgin,” directed the 2019 film “Five Feet Apart” and wrote “Man Enough,” a book challenging traditional notions of masculinity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCTZMKAM6JDSYFSSITSMEMREUA.jpg?auth=68813a32a88d8d9d1ebed4a494d21cdc0e876871ef6b23014804ccd5b8c4d034&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Blake Lively appears at the SNL50: The Anniversary Special at Rockefeller Plaza in New York on Feb. 16, 2025, left, and Justin Baldoni appears at a special screening of "The Boys in the Boat" in New York on Dec. 13, 2023. (Photos by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Colombian Peso gains sharply against dollar after right-wing win]]></title><link>https://www.local10.com/business/2026/06/01/colombian-peso-gains-sharply-against-dollar-after-right-wing-win/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/colombian-peso-gains-sharply-against-dollar-after-right-wing-win/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Colombian Peso gained sharply against the U.S. dollar on Monday after a right-wing pro-business presidential candidate secured a runoff election.  ]]></description><pubDate>Mon, 01 Jun 2026 20:52:56 +0000</pubDate><content:encoded><![CDATA[<p>The Colombian Peso gained sharply against the U.S. dollar on Monday after a right-wing pro-business presidential candidate secured a runoff election. </p><p>According to the Colombian Stock Exchange, the USD opened at $3,576 pesos, after Abelardo de la Espriella secured the highest percentage of votes on Sunday. </p><p><a href="https://www.wsj.com/market-data/quotes/EC" target="_self" rel="" title="https://www.wsj.com/market-data/quotes/EC">Ecopetrol</a>, the state-controlled petroleum company, was at $16.09, up $1.48 or 10.13%, according to Dow Jones Market Data.</p><figure><img src="https://www.local10.com/resizer/v2/K462NSTPHSR747ZDGWRLNTFTFY.jpg?auth=b7ac6ca5c6bab4924a67bbe4aed126f4e49519f172c621002592ceae3d9fed8e&smart=true&width=1200&height=900" alt="Sen. Ivan Cepeda, presidential candidate of the ruling Historic Pact coalition, speaks to supporters during a campaign rally in Bogota, Colombia, Friday, May 22, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Sen. Ivan Cepeda, presidential candidate of the ruling Historic Pact coalition, speaks to supporters during a campaign rally in Bogota, Colombia, Friday, May 22, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><p>De La Espriella, a supporter of President Donald Trump, is set to run against Iván Cepeda, who aims to continue the work of President Gustavo Petro, on June 21. </p><p>Cepeda, a socialist senator, supports a ban on fracking and limits on new oil and coal projects, and he supports higher corporate taxes. </p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">Over 70% of Colombians in U.S. vote for de la Espriella, pro-Trump presidential candidate</a></li><li><a href="https://www.local10.com/news/world/2026/06/01/here-is-who-colombians-voted-for-around-the-world/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/here-is-who-colombians-voted-for-around-the-world/">Here is who Colombians voted for around the world </a> </li><li><a href="https://www.local10.com/news/2026/05/31/cepeda-ally-of-colombias-president-questions-vote-result-after-falling-behind-pro-trump-candidate/" target="_self" rel="" title="https://www.local10.com/news/2026/05/31/cepeda-ally-of-colombias-president-questions-vote-result-after-falling-behind-pro-trump-candidate/">Pro-Trump candidate pulls ahead in Colombia presidential vote as ruling party sows doubt in results</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6GDTA3YALH4WO2XLWYNKODN6K4.jpg?auth=6ad7f73a692fa8d5b7ce0e626115cab3fb950cfae6943359ab2a2fe9c296b4da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement depart a polling station after voting during the presidential election in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Scott Pelley of '60 Minutes' accuses CBS News head Bari Weiss of 'murdering' the show, report says]]></title><link>https://www.local10.com/business/2026/06/01/report-scott-pelley-of-60-minutes-accuses-cbs-news-head-bari-weiss-of-murdering-the-show/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/report-scott-pelley-of-60-minutes-accuses-cbs-news-head-bari-weiss-of-murdering-the-show/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In a remarkable sign of the turmoil at CBS’s top-rated “60 Minutes,” correspondent Scott Pelley said CBS News head Bari Weiss of “murdering the show” and accused its new producer of having “slender qualifications” for the job, according to reports.]]></description><pubDate>Mon, 01 Jun 2026 21:06:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In a remarkable sign of the turmoil at CBS’s top-rated “60 Minutes,” correspondent Scott Pelley said CBS News head Bari Weiss of “murdering the show” and accused its new producer of having “slender qualifications” for the job, according to reports.</p><p>Pelley made his accusations in an introductory meeting Monday between the newsmagazine’s staff and Nick Bilton, the new executive producer named by Weiss last week, according to a detailed report on the Status website, which said it had heard a recording of the meeting. Weiss herself was not present, according to the report. Status specializes in media news and analysis.</p><p>Status reported that Pelley, the longtime “60 Minutes” correspondent, began grilling Bilton at the 10 a.m. meeting about the firings last week of Bilton's predecessor, Tanya Simon, and correspondents Sharyn Alfonsi and Cecilia Vega. Status also reported that Pelley told Bilton, a former technology journalist and filmmaker with no traditional broadcast news experience, that his qualifications for the position were “slender."</p><p>Pelley also charged, according to Status, that Weiss herself had “no qualifications for her job,” and said the changes she had made to “CBS Evening News,” which Pelley once anchored, “have been catastrophic.”</p><p>It added that Bilton insisted that “Bari loves this institution” and “she loves ’60 Minutes'" — to which Pelley countered, “She’s murdering ‘60 minutes.’ She does not love this place. She was brought in to kill it and she’s doing exactly that.”</p><p>CBS says leaders tried to reach out to Pelley</p><p>Two spokespeople for CBS News did not immediately respond to a request for comment.</p><p>But a person close to CBS News leadership, speaking on condition of anonymity, told The Associated Press that both Weiss and Bilton had tried to reach out to Pelley late last week when the changes rocked the 57-year-old show to tell him that he was an integral part of “60 Minutes” and wanted him to remain so.</p><p>The person said Weiss and Bilton felt it was disappointing that Pelley's accusations were being aired publicly despite efforts to engage with him privately.</p><p>The New York Times, which also reported that it had listened to a recording of Monday's meeting, noted that Pelley's “newscaster's baritone” was shaking during the exchange. The newspaper also quoted an unnamed executive at the meeting as saying Weiss had been prepared to come, but “we asked her not to.”</p><p>Argument comes after memo touting ‘new approach’</p><p>Reports about the contentious meeting came four days after Weiss, who has become a polarizing figure in the media world since taking the reins at CBS last October, told staff in a memo that it was time for a “new approach” at the top-rated newsmagazine.</p><p>In the memo, Weiss and CBS News president Tom Cibrowski said their goal was “building a show that thrives in the 21st century.”</p><p>“That requires a new approach,” they wrote, defining that approach as “expanding ‘60 Minutes’ beyond a one-hour television broadcast, deepening its role across CBS News, and holding everything we produce to the ambition, fairness, and fearlessness that have defined ‘60 Minutes’ at its best.”</p><p>Bilton, they said, “embodies the energy and ambition that animated the founders of the show. We cannot imagine a better fit.”</p><p>The Status report noted that Pelley was applauded multiple times by other staffers during the meeting. It said Pelley focused on the firings last week, calling them cruel.</p><p>Bilton reportedly replied that he was not intimidated. “I have been a journalist for 25 years, Scott," Status quoted him as saying. "I have sat and talked with incredibly powerful people like you have. None of it intimidates me, OK? So you are not going to intimidate me in front of this group of people.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TUEEPFHUTJ5LL6KC5B3RYDJ3Q.jpg?auth=898e2c469eb92ea8d2ed5efdd7fadd97fc173351b73de5feb53845dd3a017545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Pelley, anchor of "CBS Evening News," at the CBS Upfront in New York, May 15, 2013. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIXEEDMCHXEAX7ZA2CEPFTB7FE.jpg?auth=ae0c019bec4cf481aba620d6f2b170194283897e595d066cafcbc7495490d992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by CBS News shows Bari Weiss at the CBS News/Politico reception ahead of the White House correspondents dinner in Washington on April 25, 2026. (Mary Kouw/CBS News via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Kouw</media:credit></media:content></item><item><title><![CDATA[Baseball players' chief says union 'has never been broken' and will fight MLB's salary cap proposal]]></title><link>https://www.local10.com/sports/2026/06/01/baseball-players-chief-says-union-has-never-been-broken-and-will-fight-mlbs-salary-cap-proposal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/baseball-players-chief-says-union-has-never-been-broken-and-will-fight-mlbs-salary-cap-proposal/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The head of the baseball players' association insisted his union will fight management's salary cap proposal as long as it takes as bargaining moves forward with the threat of a lockout that could cancel games next season.]]></description><pubDate>Mon, 01 Jun 2026 20:57:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The head of the baseball players' association insisted his union will fight management's salary cap proposal as long as it takes as bargaining moves forward with the threat of a lockout that could cancel games next season.</p><p>Major League Baseball proposed a salary cap last week and appears set to start a lockout after the current labor contract expires Dec. 1.</p><p>“Our union has never been broken and never will be,” interim executive director Bruce Meyer said Monday during an online news question-and-answer session with reporters. “Our players have what they have, including being the only sport that doesn’t have this ultimate restriction, the salary cap, because our players have always been the most unified and that’s going to continue.”</p><p>“The unions in the other sports didn’t agree to salary-cap systems because they thought it was a good thing for players. That’s not what happened,” he added. “In one way or the other, they were not able to fight the way that our union has and not criticizing anybody, it’s just a fact. Our union has always been the most solid, and that’s why our union has the best system.”</p><p>MLB’s proposal last Thursday would cap team spending in 2027 at $245.3 million, using figures for luxury tax payrolls that include $20.1 million for benefits and the pre-arbitration bonus pool. It also would establish a payroll floor of $171.2 million, forcing some teams to spend more. The Los Angeles Dodgers, baseball’s biggest spenders, had a $415.2 million payroll on opening day this year — around $170 million over the proposed cap.</p><p>MLB's proposal calls for a 50-50 split with players of defined revenue, including for players spending on signing bonuses for players from high school and college, and international amateurs agreeing to initial contracts.</p><p>“It's not even a real 50%. It’s taking billions of dollars off the top before they’re proposing to even share any of that,” Meyer said. "Players' share under their proposal would go down. Players' share for this season, 2026, is projected to be well over 50%. ... Had MLB’s proposal been in place in 2026, players would, we estimate — would lose over half a billion dollars.”</p><p>Players contracts this year, using average annual values and including benefits and the pre-arbitration bonus pool, total $6.14 million, according to MLB's opening-day figures. Slot values signing bonuses in this year's amateur draft come to about $359 million and international signing bonus pools to $208 million.</p><p>“They’ve effectively managed to cobble together the worst system for players in any of the major sports, and not even close," Meyer said.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y53G3HM5VLAEW4B3CONF2BWBNY.jpg?auth=ea9e92f0db3a1113baedb6a812d3abec4e38b8d3f837510584fbdcd2e8569d86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attorney Bruce Meyer, the current interim executive director of the Major League Baseball Players Association, speaks at a news conference in New York, March 11, 2022. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Over 70% of Colombians in U.S. vote for de la Espriella, pro-Trump presidential candidate ]]></title><link>https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[More than 70% of Colombian voters in the United States voted for Abelardo de la Espriella, a supporter of President Donald Trump, according to the country’s national registry.]]></description><pubDate>Mon, 01 Jun 2026 14:25:08 +0000</pubDate><content:encoded><![CDATA[<p>More than 70% of Colombian voters in the United States voted for Abelardo de la Espriella, a supporter of President Donald Trump,<a href="https://www.resultados.registraduria.gov.co/territorios/0/88/" target="_self" rel="" title="https://www.resultados.registraduria.gov.co/territorios/0/88/"> according</a> to the country’s national registry.</p><p>After six days of early voting and election day on Sunday, 216,105 Colombians voted for a presidential and vice presidential candidate at precincts in the U.S., including South Florida.</p><p>There were 155,816 who voted for de la Espriella, 47, who has also expressed a deep admiration for Salvadoran President Nayib Bukele’s aggressive security policies and a plan to build 10 mega-prisons. </p><p>There were 32,324 who voted for Iván Cepeda, a left-wing socialist who plans to continue President Gustavo Petro’s policies and diplomatic negotiations with the remaining Marxist guerrilla fighters. </p><p>There were 17,507 who voted for Paloma Valencia, a center-right Democrat who lost on Sunday night, and expressed support for de la Espriella’s pro-business and law-and-order policies.</p><p>There were 7,525 who voted for Sergio Fajardo, the former mayor of Medellin. There were 1,267 who voted for Claudia López, the former mayor of Bogotá. </p><p>De la Espriella, who has been campaigning as “The Tiger,” had 54% of the votes at consulates around the world. After Espriella won 44% of Colombians’ votes, Cepeda, who won 41%, and Petro demanded an audit. </p><figure><img src="https://www.local10.com/resizer/v2/AKD2X6SN53LPOUQWZCSAD57JPY.jpg?auth=578e0d4a0639781f45e3045c399c5fc3ede21442ad6a59db95a6964d73442e4c&smart=true&width=1200&height=900" alt="Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) " height="900" width="1200"/><figcaption>Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) </figcaption></figure><p>“Only when the vote-counting commissions have fully clarified what happened will we comment on tonight’s results,” Cepeda said in Spanish before a crowd of supporters in Bogotá.</p><p>Cepeda and de la Espriella both delivered speeches attacking each other as supporters of narcotraffickers and criminals. </p><p>“Let the United States of America and democratic parties monitor this runoff election. I will lead this battle,” de la Espriella said during his speech in Spanish in Barranquilla. “I will be Colombia’s best warrior.”</p><p> build 10 mega-prisons, echoing the war on gangs policy of El Salvador’s President Nayib Bukele, which has driven down homicide rates but fueled accusations of human rights abuses.</p><p>“Today’s election isn’t just important for us, it’s important for all of Latin America,” said Juan Acevedo, a 62-year-old sociologist walking out of a voting station in Colombia’s capital on Sunday morning. “Whoever wins here will suggest to the region if progressive policies will continue or if things are going to return to the right.”</p><p><b>Report from Bogotá</b></p><p><b>Report from Coral Gables</b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJNS32TKP5YAQF4YO2N7VAUVCU.jpg?auth=fa7ef7cc589f5ab984cd52c51163d83f094aa344effa7a214e475ffb0ea2ee2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement and his running mate Jose Manuel Restrepo, left, raise their fit from behind a bullet proof booth during a campaign rally in Barranquilla, Colombia, Saturday, May 23, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Judge cuts wife with butter knife at their Miami home, police say]]></title><link>https://www.local10.com/news/local/2026/06/01/judge-cuts-wife-with-butter-knife-at-their-miami-home-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/judge-cuts-wife-with-butter-knife-at-their-miami-home-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man identified in an arrest report as a judge cut his wife of 14 years with a butter knife at their home in Miami’s Shenandoah neighborhood, leading to his arrest on Sunday, according to police.]]></description><pubDate>Mon, 01 Jun 2026 20:52:48 +0000</pubDate><content:encoded><![CDATA[<p>A man identified in an arrest report as a judge cut his wife of 14 years with a butter knife at their home in Miami’s Shenandoah neighborhood, leading to his arrest on Sunday, according to police.</p><p>Gerald Foulds, 79, is now facing a felony charge of aggravated battery with a deadly weapon on a person 65 or older. </p><p>Online sources list him as serving as an administrative law judge with the U.S. Department of Health and Human Services’ Office of Medicare Hearings and Appeals. It wasn’t immediately clear as of Monday whether Foulds, who turns 80 on June 19, still works for the agency and he was not listed in <a href="https://www.floridabar.org/directories/find-mbr/" target="_self" rel="" title="https://www.floridabar.org/directories/find-mbr/">online Florida Bar records</a> as of Monday afternoon. Local 10 News has contacted HHS seeking additional information.</p><p>According to a report from the Miami Police Department, the incident happened at around 7 a.m. Sunday at a home shared by Foulds and his wife in the 1600 block of Southwest 17th Street.</p><p>Police said Foulds and his wife had gotten into a verbal argument that turned physical.</p><p>“In an attempt to avoid the confrontation, she went into the kitchen. (Foulds) followed her, grabbed her by the left shoulder, where she attempted to defend herself by blocking him with her left arm,” the MPD report states. “The victim stated that (Foulds) then armed himself with a butter knife that was on the kitchen counter and cut her left arm.”</p><p>The woman went to a neighbor’s home for help and police said the neighbor called the woman’s ex-husband, who took her to an urgent care clinic.</p><p>Authorities said she described Foulds as “impulsive, aggressive and having a drinking problem.” The arrest report lists that investigators believed Foulds had been drinking at the time of the attack.</p><p>Authorities said Foulds denied the allegations. Records show he was being held at the Turner Guilford Knight Correctional Center on a $5,000 bond.</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/GOC332WZSFECXCGI6U3SWLW6YE.jpg?auth=6769904e12e3bfcc810cb6380a55adaf0cc7c985f510570e91687aa37af92c6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gerald Foulds]]></media:description></media:content></item><item><title><![CDATA[Eagles trade receiver A.J. Brown to the Patriots, setting up reunion with coach Mike Vrabel]]></title><link>https://www.local10.com/sports/2026/06/01/eagles-trade-receiver-aj-brown-to-the-patriots-setting-up-reunion-with-mike-vrabel/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/eagles-trade-receiver-aj-brown-to-the-patriots-setting-up-reunion-with-mike-vrabel/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — A.J. Brown is leaving a frustrating experience in Philadelphia for a reunion in New England with his first NFL coach.]]></description><pubDate>Mon, 01 Jun 2026 21:17:22 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — A.J. Brown is leaving a frustrating experience in Philadelphia for a reunion in New England with his first NFL coach.</p><p>The Eagles traded the star receiver to the Patriots on Monday, putting a cap on the long-rumored deal.</p><p>The Eagles said they will receive a first-round pick in 2028 and a fifth-round pick in 2027 for the three-time Pro Bowler.</p><p>The trade comes after a frustrating 2025 season for Brown in Philadelphia, in which he had grown dispirited with an Eagles offense that played uninspired football at times while the team failed to defend its Super Bowl title.</p><p>Brown played under Vrabel for three seasons after being drafted by the Tennessee Titans in 2019.</p><p>Brown, 28, quickly rose to the top receiving option in Philadelphia after being traded by Tennessee to the Eagles in 2022.</p><p>He had back-to-back Pro Bowl seasons his first two seasons with the Eagles, catching 88 passes for 1,496 yards and 11 touchdowns in 2022 and 106 passes for 1,456 yards and seven TDs in 2023.</p><p>He earned a Super Bowl ring during the 2024 season, but began to grow unhappy last season as the Eagles offense stagnated — leading to a change at offensive coordinator following a wild-card playoff loss to San Francisco last season.</p><p>It led to an increase in chatter about the potential for a trade heading into this offseason. It didn’t happen during April’s NFL draft likely because the Eagles would have had about $43 million in dead cap money for 2026 compared to about $16 million this year and $27 million next year if traded after June 1.</p><p>Ultimately a high draft pick proved to be enough to persuade them to deal a player of Brown’s caliber.</p><p>The Patriots have been viewed as a possible landing spot for Brown since they released receiver Stefon Diggs in March. Diggs led New England with 85 receptions and 1,013 yards receiving with four touchdowns in his only season in New England in 2025, helping the Patriots reach the Super Bowl, where they lost to the Seattle Seahawks.</p><p>Diggs’ exit made finding a No. 1 receiving option for quarterback Drake Maye a priority. The Patriots did add former Green Bay Packers receiver Romeo Doubs in free agency. But he doesn’t instantly change an offense the way Brown’s addition could.</p><p>Maye acknowledged last week that he was aware of the Brown-to-New England rumors.</p><p>“If he ends up being on our team, great. What a great player. And if he doesn’t, we’ve still got to work these guys here,” Maye said. “It’s a tough balance, but I know he’s a phenomenal player.”</p><p>Patriots defensive tackle Milton Williams, who was on the Eagles 2024 Super Bowl-winning team with Brown, said the receiver would be a big addition.</p><p>“He can definitely help our team,” Williams said. “Great dude. Monster on the field, great in the locker room, holding guys accountable and holding himself accountable. That’s everything you want in a player of his caliber.”</p><p>Brown leaves Philadelphia as one of the top receivers in franchise history. He topped 1,000 yards receiving all four seasons with the Eagles. He totaled 339 total receptions and 32 touchdowns and was a crucial member of the two Eagles teams that played in the Super Bowl during his tenure.</p><p>Vrabel was entering his second season as coach of the Titans when the team selected Brown in the second round of the 2019 draft.</p><p>Brown caught 185 passes for 2,995 yards and 24 touchdowns over the next three years, peaking with a 2020 season in which he earned a Pro Bowl selection after pulling in 70 receptions for 1,075 yards and 11 touchdowns.</p><p>But the Titans wound up trading Brown to Philadelphia on the second day of the 2022 draft that April despite having a season left on his rookie deal. The team was adamant that it wasn’t its preference to trade him but felt his asking price for an extension was too high.</p><p>Vrabel stated multiple times during that offseason that Brown would be on the roster as long as he was the coach, but the realities of the situation changed things.</p><p>“Unfortunately, we understand that if we’re going to be here awhile we’re not going to be able to keep every single player that we draft and develop,” Vrabel said at the time.</p><p>Four years later, he’ll get to coach him again.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTX37QNL4YPED5PX7ZQGRV7YQA.jpg?auth=ebe4d37f87b6a478a15c7eb77eedbb5cd54e8a3c288621463c0ae609e062a546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots owner Robert Kraft talks with head coach Mike Vrabel during a community NFL football day, Wednesday, May 20, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Kast traza hoja de ruta de Chile para próximos 4 años con seguridad y ajuste del Estado en la mira]]></title><link>https://www.local10.com/espanol/2026/06/01/kast-traza-hoja-de-ruta-de-chile-para-proximos-4-anos-con-seguridad-y-ajuste-del-estado-en-la-mira/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/kast-traza-hoja-de-ruta-de-chile-para-proximos-4-anos-con-seguridad-y-ajuste-del-estado-en-la-mira/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — El presidente chileno José Antonio Kast presentó el lunes ante el Congreso la primera cuenta pública de su gestión en la que hizo una balance sobre los primeros pasos de su gobierno y detalló la hoja de ruta para los próximos cuatro años.]]></description><pubDate>Mon, 01 Jun 2026 20:30:41 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — El presidente chileno José Antonio Kast presentó el lunes ante el Congreso la primera cuenta pública de su gestión en la que hizo una balance sobre los primeros pasos de su gobierno y detalló la hoja de ruta para los próximos cuatro años.</p><p>Kast asumió la presidencia el 11 de marzo —tras imponerse con casi un 60% de los votos en las elecciones del año pasado — con la promesa de implementar un “gobierno de emergencia” para resolver los principales problemas.</p><p>En una ceremonia en la sede del Congreso en la costera ciudad de Valparaíso, el mandatario ultraconservador subrayó que la prioridad será devolver el “rumbo” al país a través del refuerzo de la seguridad, de reformas económicas y la recuperación del empleo.</p><p>Para eso, pidió la cooperación de todos los sectores políticos con el fin de avanzar en las áreas de la seguridad, el empleo, la educación, la salud y la vivienda.</p><p>Kast llegó al poder con un discurso centrado en el combate al crimen organizado y la delincuencia, la recuperación económica y solventar la compleja situación migratoria en el país, donde se calcula que viven más de 300.000 personas indocumentadas.</p><p>En su mensaje, anunció la puesta en marcha del plan Retorno que será implementado en los próximos días para “acelerar” la salida de inmigrantes ilegales y “desincentivar su permanencia en el país”, aunque no detalló medidas concretas para ello.</p><p>“Lo haremos sin perder de vista la dimensión humana de este drama”, dijo. "Entendemos que detrás de la migración irregular hay también familias engañadas, niños usados como pasaporte y personas explotadas por el crimen organizado transnacional".</p><p>En ese marco, recordó la reciente cumbre internacional encabezada por Chile, donde cinco países de la región se comprometieron a crear estrategias conjuntas para un mayor control fronterizo.</p><p>En cuanto a la seguridad, la mayor preocupación de los chilenos, anunció que mejorará las remuneraciones de las policías y otras fuerzas de seguridad y creará grupos especializados para el combate de secuestros y sicariato, ciberdelitos, crimen organizado o finanzas criminales.</p><p>Anticipó, además, la entrada en vigor de un registro de vándalos e incivilidades que tendrá como finalidad suspender los beneficios sociales de cualquier persona que cometa actos de violencia o vandalismo. También el lanzamiento de un plan para recuperar los barrios considerados “críticos”.</p><p>“La seguridad no es algo que cambie de un día para otro. Pero las cifras muestran que se empiezan a consolidar mejores resultados”, destacó.</p><p>Reactivar la economía y el empleo</p><p>Kast igualmente detalló medidas económicas con las que confía en “ordenar las finanzas públicas", aunque reconoció que algunas de ellas podrían generar molestias. “Va a haber dolor, aquí no se puede prometer milagros”, expresó.</p><p>El gobernante planteó un ajuste del aparato estatal y una reducción del gasto administrativo a través del proyecto de Reconstrucción Nacional y Desarrollo Económico y Social —considerado el buque insignia de su administración para crecer y que actualmente se encuentra en discusión en el Congreso.</p><p>Kast apuntó que es necesario acelerar la inversión, destrabar permisos y reducir el gasto fiscal, aunque aseguró que no habrá recortes de beneficios sociales.</p><p>Otro de los ejes centrales es recuperar el empleo. La tasa de desempleo alcanzó la semana pasada su nivel más alto en los últimos cinco años tras rebasar el umbral del 9%.</p><p>“Son más de 940.000 personas las que buscan trabajo y no lo encuentran. Es una de cada cuatro personas que trabaja en la informalidad, sin contrato y sin una red que la sostenga”, dijo. "Son 40 meses seguidos con el desempleo sobre el 8%".</p><p>Por eso, el mandatario anunció una serie de proyectos que buscan la modernización de las empresas y la reducción de la burocracia, sobre todo en el sector minero. “El Estado tiene que ser un aliado, no un obstáculo”.</p><p>También manifestó su intención de reformar la Ley indígena buscando eliminar las restricciones al uso de tierras indígenas y la prohibición de sus arriendos a fin de alcanzar “una política indígena coherente”.</p><p>Finalmente, anunció que propondrá una estructura ministerial más “racional” para un Estado “más moderno", reduciendo el número de carteras, entre otras medidas. “No le podemos pedir austeridad y eficiencia a las familias chilenas si el propio Estado no es capaz de ordenarse a sí mismo”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5XSERADSBZQF7SY3W56UQ7ZQBI.jpg?auth=4d891b9f5b5c20360dc1fb0a01e1c3ec3adb5128d424c1b59de50c24ef62b822&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente chileno José Antonio Kast bebe agua mientras pronuncia su discurso anual ante el Congreso en Valparaíso, Chile, el lunes 1 de junio de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Trump administration will temporarily pause $1.8 billion fund, complying with court order]]></title><link>https://www.local10.com/news/politics/2026/06/01/trump-administration-says-it-will-comply-with-court-order-to-pause-18-billion-compensation-fund/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/trump-administration-says-it-will-comply-with-court-order-to-pause-18-billion-compensation-fund/</guid><dc:creator><![CDATA[By ERIC TUCKER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration said Monday it would temporarily pause a $1.8 billion fund meant to compensate allies of President Donald Trump, complying with a court order after fierce backlash from Republicans who raised concerns about a lack of oversight and the potential for payouts to participants in the Jan. 6, 2021, riot at the U.S. Capitol.]]></description><pubDate>Mon, 01 Jun 2026 21:24:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration said Monday it would temporarily pause a $1.8 billion fund meant to compensate allies of President Donald Trump, complying with a court order after fierce backlash from Republicans who raised concerns about a lack of oversight and the potential for payouts to participants in the Jan. 6, 2021, riot at the U.S. Capitol.</p><p>The move follows a ruling by a federal judge in Virginia that halted plans for the fund pending additional arguments later this month. The Justice Department said in a statement that it “disagrees strongly” with that decision, made in one of several legal challenges since the announcement of the fund two weeks ago, but would abide by it.</p><p>It was not clear from the statement if the Trump administration planned to resume implementation of the fund in the event the judge lifts her order blocking it, or whether it intended to retreat more permanently from its heavily scrutinized plan to compensate individuals who believe they have been unfairly targeted by the criminal justice system.</p><p>The Trump administration had defended the $1.776 billion “Anti-Weaponization Fund,” established to resolve Trump’s lawsuit against the Internal Revenue Service over the leak of his tax returns, as an appropriate corrective measure to make up for what officials insist was weaponized law enforcement during the Biden administration.</p><p>Though some Trump supporters — including participants in the Capitol riot — celebrated the announcement of the fund, the reaction among Republicans in Congress has been decidedly more hostile. The fund was one of the issues the president spoke about with House Speaker Mike Johnson, whom he met with Monday, according to a person who was granted anonymity to discuss a private discussion.</p><p>Lawmakers have raised concerns about the lack of oversight of the money and pushed the administration to either impose limits on the fund or scrap it altogether. It especially complicated matters in the Senate, where Republicans defiantly left town 10 days ago without passing legislation to fund Trump’s immigration enforcement agencies.</p><p>Republicans who returned to Washington on Monday said they won’t have the votes to pass the Homeland Security spending bill until the White House works with them to place parameters on the fund.</p><p>Senate Majority Leader John Thune indicated Monday that he hoped the White House would move to drop the fund.</p><p>“I do think the best way to handle it is if the administration decides to shut it down themselves,” Thune told reporters.</p><p>Senators pressed acting Attorney General Todd Blanche over the fund at a closed-door gathering last month that Sen. Ted Cruz of Texas called one of "the roughest meetings I’ve seen in my entire time in the Senate.”</p><p>The fund's future was called into question Friday by a pair of court rulings.</p><p>In Virginia, U.S. District Judge Leonie Brinkema temporarily halted its formation and scheduled a June 12 hearing for arguments on whether to extend her order barring the government from moving forward with the fund while pending litigation challenges it.</p><p>The Justice Department said Monday it would abide by the ruling but noted in a statement the "fund was open to anybody who was so weaponized, targeted, or persecuted, whether they were Democrat, Republican, Conservative, Independent, or otherwise.”</p><p>Separately, the federal judge in Florida overseeing Trump’s lawsuit against the IRS ordered Trump’s attorneys to respond to “grievous allegations” by settlement critics that the president abandoned his claims to avoid the court’s scrutiny of an illegal deal. U.S. District Judge Kathleen Williams gave them until June 12 to respond in writing to allegations of collusion and whether the case should be reopened because the court was the “victim of a fraud.”</p><p>_____</p><p>Associated Press writers Seung Min Kim and Mary Clare Jalonick in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HQO5GRYOMSS3A5JOI24HP344ZM.jpg?auth=f89027dfd4d058d304c08f2f43dc327ea2d983ea2dd0b01a347c292137b715f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rioters loyal to President Donald Trump rally at the U.S. Capitol in Washington, Jan. 6, 2021. (AP Photo/Jose Luis Magana, File)]]></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/4MY42LQT4OHFGCXWKJ22D33QNE.jpg?auth=7f6e3df92d57c14c5f232988c7a3f04b10492c9b4b8530fe308bdb8ab890e620&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 speaks to a reporter outside the White House, Wednesday, May 27, 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[Here is who Colombians voted for around the world  ]]></title><link>https://www.local10.com/news/world/2026/06/01/here-is-who-colombians-voted-for-around-the-world/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/here-is-who-colombians-voted-for-around-the-world/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[About 54% of Colombians who voted out of the country cast their ballots on Sunday for Abelardo de la Espriella, a right-wing supporter of President Donald Trump, and 28% for Iván Cepeda, a left-wing socialist.  ]]></description><pubDate>Mon, 01 Jun 2026 19:55:15 +0000</pubDate><content:encoded><![CDATA[<p>About 54% of Colombians who voted out of the country cast their ballots on Sunday for Abelardo de la Espriella, a right-wing supporter of President Donald Trump, and 28% for Iván Cepeda, a left-wing socialist. </p><p><a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/">The United States</a>, Canada, Venezuela, Chile, and Mexico were among the countries where the majority voted for de La Espriella, 47, <a href="https://www.resultados.registraduria.gov.co/resumen/0/88/" target="_self" rel="" title="https://www.resultados.registraduria.gov.co/resumen/0/88/">according</a> to Colombia’s national registry data from consulates. </p><p>Spain, Australia, France, Germany, and Argentina were among the countries where the majority voted for Cepeda, 63, <a href="https://www.resultados.registraduria.gov.co/resumen/0/88/" target="_self" rel="" title="https://www.resultados.registraduria.gov.co/resumen/0/88/">according</a> to Colombia’s national registry data from consulates. </p><p>While more than 1.4 million Colombians are allowed to vote at embassies and consulates worldwide, only about 590,000 voted on Sunday, <a href="https://www.resultados.registraduria.gov.co/resumen/0/88/" target="_self" rel="" title="https://www.resultados.registraduria.gov.co/resumen/0/88/">according</a> to Colombia’s national registry. The runoff election between Cepeda and de la Espriella is on June 21. </p><p><b>A CLOSER LOOK</b></p><p><b>Here is the list of countries where de la Espriella had the most votes:</b> </p><figure><img src="https://www.local10.com/resizer/v2/WJNS32TKP5YAQF4YO2N7VAUVCU.jpg?auth=fa7ef7cc589f5ab984cd52c51163d83f094aa344effa7a214e475ffb0ea2ee2b&smart=true&width=1200&height=900" alt="Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement and his running mate Jose Manuel Restrepo, left, raise their fit from behind a bullet proof booth during a campaign rally in Barranquilla, Colombia, Saturday, May 23, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement and his running mate Jose Manuel Restrepo, left, raise their fit from behind a bullet proof booth during a campaign rally in Barranquilla, Colombia, Saturday, May 23, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><p><a href="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/"><b>United States</b></a>: There were<b> </b>216,105<b> </b>voters. About 72% voted for de la Espriella, and 15% for Cepeda. </p><p><b>Canada</b>: There were 42,038<b> </b>voters. About 50% voted for de la Espriella, and 28.2% for Cepeda. </p><p><b>Venezuela</b>: There were<b> </b>21,751 voters. About 66% voted for de la Espriella, and 20% for Cepeda. </p><p><b>Chile</b>: There were<b> </b>18,348<b> </b>voters. About 43% voted for de la Espriella, and 40.2% for Cepeda. </p><p><b>Mexico</b>: There were<b> </b>12,324 voters. About 50% voted for de la Espriella, and 25% for Cepeda. </p><p><b>England</b>: There were<b> </b>11,654 voters. About 44% voted for de la Espriella, and 32% for Cepeda. </p><p><b>Panama</b>: There were<b> </b>11,042 voters. About 65% voted for de la Espriella, and 19% for Cepeda. </p><p><b>Ecuador</b>: There were<b> </b>9,367 voters. About 54.5% voted for de la Espriella, and 27% for Cepeda. </p><p><b>Costa Rica</b>: There were 5,712<b> </b>voters. About 66% voted for de la Espriella, and 18.5% for Cepeda. </p><p><b>Aruba: </b>There were<b> </b>3,515 voters. About 68% voted for de la Espriella, and 22% for Cepeda. </p><p><b>Peru</b>: There were<b> </b>3,468 voters. About 57% voted for de la Espriella, and 19% for Cepeda. </p><p><b>United Arab Emirates</b>: There were<b> </b>2,542 voters. About 65.5% voted for de la Espriella, and 17.5% for Cepeda.</p><p><b>Dominican Republic</b>: There were<b> </b>2,105 voters. About 66.5% voted for de la Espriella, and 15.6% for Cepeda. </p><p><b>Curazao:</b> There were<b> </b>1,191<b> </b>voters. About 68% voted for de la Espriella, and 24.7% for Cepeda. </p><p><b>Israel</b>: There were<b> </b>897 voters. About 81% voted for de la Espriella, and 10% for Cepeda. </p><p><b>Uruguay</b>: There were<b> </b>783 voters. About 40.5% voted for de la Espriella, and 40% for Cepeda. </p><p><b>China</b>: There were<b> </b>720 voters. About 42% voted for de la Espriella, and 31% for Cepeda. </p><p><b>Here is the list of countries where Cepeda had the most votes:</b></p><figure><img src="https://www.local10.com/resizer/v2/AKD2X6SN53LPOUQWZCSAD57JPY.jpg?auth=578e0d4a0639781f45e3045c399c5fc3ede21442ad6a59db95a6964d73442e4c&smart=true&width=1200&height=900" alt="Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) " height="900" width="1200"/><figcaption>Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) </figcaption></figure><p><b>Spain: </b>There were<b> </b>127,637 voters. About 42.5% voted for Cepeda, and 40.7% for de la Espriella. </p><p><b>Australia: </b>There were<b> </b>20,296 voters. About 42% voted for Cepeda, and 34% for de la Espriella. </p><p><b>France</b>: There were<b> </b>14,271<b> </b>voters. About 47% voted for Cepeda, and 25% for de la Espriella. </p><p><b>Germany: </b>There were 12,005 voters. About 47% voted for Cepeda, and 20% for de la Espriella. </p><p><b>Argentina: </b>There were<b> </b>10,374 voters. About 43% voted for Cepeda, and 36.8% for de la Espriella.</p><p><b>Italia:</b> There were<b> </b>8,452 voters. About 39% voted for Cepeda, and 36.5% for de la Espriella. </p><p><b>Switzerland</b>: There were<b> </b>4,515 voters. About 39% voted for Cepeda, and 37.7% for de la Espriella. </p><p><b>Brazil</b>: There were<b> </b>4,170 voters. About 45.5% voted for Cepeda, and 34% for de la Espriella. </p><p><b>Portugal</b>: There were<b> </b>3,190 voters. About 42% voted for Cepeda, and 37% for de la Espriella.</p><p><b>The Netherlands:</b> There were<b> </b>3,139 voters. About 36% voted for Cepeda, and 31% for de la Espriella. </p><p><b>Belgica</b>: There were 2,656<b> </b>voters. About 44% voted for Cepeda, and 30% for de la Espriella. </p><p><b>Austria: </b>There were<b> </b>1,640 voters. About 48.9% voted for Cepeda, and 25.3% for de la Espriella. </p><p><b>Sweden</b>: There were<b> </b>1,518 voters. About 54% voted for Cepeda, and 25% for de la Espriella.</p><p><b>New Zealand</b>: There were<b> </b>1,299 voters. About 38% voted for Cepeda, and 34.5% for de la Espriella.</p><p><b>Poland</b>: There were<b> </b>1,065 voters. About 58.5% voted for Cepeda, and 26.5% for de la Espriella. </p><p><b>Cuba</b>: There were<b> </b>608 voters. About 74% voted for Cepeda, and 19.8% for de la Espriella. </p><p><b>Irlanda: </b>There were<b> </b>603<b> </b>voters. About 41% voted for Cepeda, and 28% for de la Espriella.</p><p><b>Russia: </b>There were<b> </b>175<b> </b>voters. About 63.4% voted for Cepeda, and 17.7% for de la Espriella.</p><p><b>Report from Bogotá</b></p><p><b>Report from Coral Gables </b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BDDWF756VNHOVBGCHN5QP25KAI.jpeg?auth=73edeb5079064a33e11eb21904bb9a10ef3a9d5b1472eca3fdb372d0524b9c57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombians and Colombian Americans stand in line on Saturday to vote at a temporary precinct at Miami Dade College in Kendall. ]]></media:description></media:content></item><item><title><![CDATA[Athletics pitchers struggle in their temporary hitter-friendly home ballpark]]></title><link>https://www.local10.com/sports/2026/06/01/athletics-pitchers-struggle-in-their-temporary-hitter-friendly-home-ballpark/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/athletics-pitchers-struggle-in-their-temporary-hitter-friendly-home-ballpark/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — Yankees manager Aaron Boone had just finished a successful road series but still felt a bit exasperated after New York took two of three games against the Athletics in the minor league stadium that torments pitchers and fielders alike.]]></description><pubDate>Mon, 01 Jun 2026 19:57:27 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — Yankees manager Aaron Boone had just finished a successful road series but still felt a bit exasperated after New York took two of three games against the Athletics in the minor league stadium that torments pitchers and fielders alike.</p><p>“I didn’t play in the PCL. But I feel like I’ve experienced it a couple times here when it gets hot like this,” Boone said Sunday following a 13-8 win against the A's. “You’re never feeling safe. ... Just glad to escape here and get on the bird. It’s a challenging place to play. You have to figure it out.”</p><p>Less than halfway through their second season at their temporary home at Sutter Health Park in the Sacramento area, the A's are still trying to deal with the challenges of a ballpark that inflates offensive numbers.</p><p>The heat and jet stream can turn what might seem like normal fly balls into home runs. The high sky and unpredictable winds make catching fly balls an adventure. It combines to make the ballpark one of the friendliest in the league for hitters and has appeared to have taken a toll on the A’s pitchers.</p><p>The A's went 1-5 on their most recent homestand, allowing 47 runs against Seattle and New York — including 13 in one inning against New York — in what has become a pattern in the team's waystation before moving to Las Vegas.</p><p>The A's have shown promise this season and have spent plenty of time in first place in the AL West before this recent slump. They rank 10th best in the majors with a 17-14 mark on the road, while their 11-17 record at home is the second worst.</p><p>Pitching is the major reason why.</p><p>The A's are allowing 3.01 more runs per game at home than on the road. That would be the biggest discrepancy ever for a full season in the majors, according to Sportradar, beating the previous mark of 2.82 by the Phillies in 1923 and even topping any season played in the mile-high altitude in Denver.</p><p>“You watch games here,” A's manager Mark Kotsay said when asked about the challenge of pitching at the A's ballpark. “You got to keep the ball down the zone and get the ball on the ground. We’ve paid for our mistakes probably more than what we’ve paid for mistakes on the road. That being said, we’ve got to play better defense at home. … That’s a combination of what it takes to pitch better. It’s also to play better.”</p><p>While the A's try to downplay the impact knowing they can't change it, the evidence is stark. The ease with how the ball carries takes a toll on pitchers, who can become reluctant to challenge hitters.</p><p>The A's have walked batters at the second-highest rate in the majors at home, compared to 18th highest on the road. The A's walked 16 batters in the three-game series against the Yankees, including four with the bases loaded.</p><p>“We’re not going to overfocus on home-road splits right now but obviously we’re well aware that we haven’t played well in this ballpark," Kotsay said.</p><p>But the pitchers say they try to do their best to avoid letting it play with their heads.</p><p>“You can try and pitch to it, and if you do that, it might work one time, but you might also do something that you don’t want to do, or try and do something you’re not good at,” A's starter Aaron Civale said. “Sometimes the wind’s blowing out here, sometimes the wind is blowing out in another stadium or different place. So there’s factors everywhere, rain, weather, cold, hot. It’s all conditions that we can’t control. Unless you have a roof over your head, then surely there’s nothing you can do about it.”</p><p>While the A's pitchers have been hurt more by the environment than their counterparts, the conditions are a challenge for everyone. On Saturday night, Yankees starter Ryan Weathers had the kind of stuff that should have produced a strong outing.</p><p>Weathers had 10 strikeouts in 6 2-3 innings and generated swings and misses on more than 40% of swings for just the third time in his career. But three home runs — including two on what he considered to be good pitches — proved costly in a 6-4 loss.</p><p>But he said he couldn't change his approach even knowing the risks of any flyball.</p><p>“I did my time in the PCL, so I know how these parks work,” he said. “But obviously, that can’t go into your decision-making, can’t go into your pitching.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QCU3F65ZIIRJFU7QNNIODPBCWY.jpg?auth=61611130362251a4a313b9864f39bd0e7fac6d186c4c82368eec74c30807584e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Athletics and the New York Yankees play during the fifth inning of a baseball game at Sutter Health Park, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK4J47EXUGIBYMQJPMMS6PMOO4.jpg?auth=b78fffd12c3e77b460490caa642396adf8a351456e1cae6d225a164b2fdf3c51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cody Bellinger (35) heads toward teammates after scoring during the third inning of a baseball game against the Athletics, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZ6ZNPEUDJ3QBZ7ZQOWNZZ5JY4.jpg?auth=b670eb325df609bcc6ec0e113fb27d2c6d78960339e2b200c6a9ca1e10907b09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics pitcher Jacob Lopez, centet, hands the ball to manger Mark Kotsay, right, after being pulled during the third inning of a baseball game against the New York Yankees, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/556ORP37NBZPOBDRWI2S65OG7Q.jpg?auth=18a939100b24a141159c552b6e9eb048c0560f0630f0f48657910e56aee360d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge hits an RBI single during the third inning of a baseball game against the Athletics, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Will Alligator Alcatraz shut down this week?]]></title><link>https://www.local10.com/news/florida/2026/06/01/will-alligator-alcatraz-shut-down-monday/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/01/will-alligator-alcatraz-shut-down-monday/</guid><dc:creator><![CDATA[Linnie Supall, Christina Vazquez]]></dc:creator><description><![CDATA[Alligator Alcatraz is reportedly on the brink of shutting down for good nearly a year after the facility opened.]]></description><pubDate>Mon, 01 Jun 2026 12:40:49 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_self" rel="" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a> is reportedly on the brink of shutting down for good nearly a year after the facility opened.</p><p>The fate of the embattled immigration detention center is in flux.</p><p>Vendors have confirmed to Local 10 that they’ve been told operations at the facility will end by Monday, nearly one year after President Donald Trump’s famed visit on the day gates opened. </p><p>The facility was built in less than two weeks, but a new chapter for the detention center is taking shape.</p><p>Monday morning, Floridians for Public Lands founder Jessica Namath observed vendors and law enforcement vehicles coming and going from the facility. </p><p>“It is June 1, start of hurricane season, so I was curious what was happening at the site, and I have definitely seen more vehicular traffic than I did at the middle of last month,” she said. “I am hopeful that they are packing up and getting out of the Everglades.”</p><p>Sky 10 was above Alligator Alcatraz in recent days as a growing number of detainees inside the facility are calling Local 10, claiming they’re <a href="https://www.local10.com/news/local/2026/05/27/operations-at-alligator-alcatraz-starting-to-wind-down-according-to-detainee-reports/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/27/operations-at-alligator-alcatraz-starting-to-wind-down-according-to-detainee-reports/">seeing operations shutting down.</a></p><p>Multiple sources said the number of detainees is dropping drastically.</p><p>“It’s supposed to be to effectuate the removal, not to have them there indefinitely,” immigration attorney Sammy Aliferis said. </p><p><a href="https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/14/after-6-months-in-alligator-alcatraz-miami-dade-father-reunites-with-family/">Justo Bentacourt </a>was one of the inmates recently released from Alligator Alcatraz.</p><p>He was released two weeks ago after being detained six months ago during a routine immigration check-in.</p><p>“I knew one day I’d get out,” Bentacourt said shortly after his release.</p><p>Over the weekend, President Donald Trump posted a message on social media, telling Bentacourt to enjoy his freedom with his daughter who worked hard to free him.</p><figure><img src="https://www.local10.com/resizer/v2/LUMR45AZM5EQ3KXYF7BLFW6YTI.jpg?auth=bdd3ec4fdef1cff79815454eb3f03aa9548a318492af4b9631af1de1a80e5e5a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The high cost to run the facility could be a factor in the decision to shut it down as the money comes from Florida’s emergency fund.</p><p>U.S. Democratic Congressman Maxwell Frost, who represents District 10 in Florida, weighed in.</p><p>“They spent nearly a billion dollars of taxpayer dollars on this failed project of human suffering,” he said. </p><p>More than $600 million is supposed to be reimbursed by the federal government, but the timeline for complete repayment is unclear. </p><p>“It’s irrelevant whether the state’s being reimbursed or not – they’re being reimbursed with our taxpayer money regardless," Frost said. </p><p>Gov. Ron DeSantis defended his actions to support the controversial detention center, but he does not deny the recent New York Times report that the federal government is closing it for good. </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[Police drone video shows duo accused of burglary in Sunny Isles Beach    ]]></title><link>https://www.local10.com/news/local/2026/06/01/drone-shows-duo-accused-of-stealing-from-motel-in-sunny-isles-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/drone-shows-duo-accused-of-stealing-from-motel-in-sunny-isles-beach/</guid><dc:creator><![CDATA[Andrea Torres, Rosh Lowe]]></dc:creator><description><![CDATA[Two men from Ukraine faced charges on Monday after police officers accused them of stealing from a motel in Sunny Isles Beach. ]]></description><pubDate>Mon, 01 Jun 2026 19:18:28 +0000</pubDate><content:encoded><![CDATA[<p>Two men from Ukraine faced charges on Monday after police officers accused them of stealing from a motel in Sunny Isles Beach. </p><p>A witness reported stopping Alexander Sokol and Andriy Chernous from stealing routers, printers, a microwave, and a coffee maker from the Blue Grass Motel. </p><p>Sokol, 36, allegedly told the witness that the owner had allowed it, and Chernous, 51, was aware that the motel was going to be demolished, according to police. </p><p>“Some of the things that were still in there could be used for his synagogue,” Chernous told the witness at the motel, but the owner disagreed, according to a police officer’s arrest report. </p><figure><img src="https://www.local10.com/resizer/v2/QDF7BVGCNVFX7ARBKZBISHFBMU.jpg?auth=d7b3858381f3435cf2c1e0d772efb427696a1d955ba8f4393b2897a6d014885d&smart=true&width=1200&height=900" alt="Police officers arrested Andriy Chernous on Friday in Sunny Isles Beach." height="900" width="1200"/><figcaption>Police officers arrested Andriy Chernous on Friday in Sunny Isles Beach.</figcaption></figure><p>Police officers arrested Sokol and Chernous on Friday at the motel, at 18325 Collins Ave., and seized a silver Infinity SUV that Sokol was driving, according to police.</p><p>Corrections booked them at the Turner Guilford Knight Correctional Center, and when they appeared in Miami-Dade County bond court on Saturday, a judge ordered them to stay away from the motel, records show. </p><figure><img src="https://www.local10.com/resizer/v2/KK2A5FVTORGYZNWQYEPHXKAZO4.jpg?auth=cbb93aacc84ee1d316614743c5b9dadf737d76f1a41254fed784b4efad494a60&smart=true&width=1200&height=900" alt="Police officers arrested Alexander Sokol on Friday in Sunny Isles Beach." height="900" width="1200"/><figcaption>Police officers arrested Alexander Sokol on Friday in Sunny Isles Beach.</figcaption></figure><p>They each face a charge of burglary of an unoccupied dwelling. Soko, who has an arrest record going back to 2020 in Miami-Dade, was released on a $10,000 bond. </p><p>Chernous, who doesn’t have a record in Miami-Dade, was released outright. Miami-Dade County Circuit Judge Lody Jean was set to preside over both cases. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Expertos dicen que EEUU apunta a pandillas brasileñas para influir en las elecciones en Brasil]]></title><link>https://www.local10.com/espanol/2026/06/01/expertos-dicen-que-eeuu-apunta-a-pandillas-brasilenas-para-influir-en-las-elecciones-en-brasil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/expertos-dicen-que-eeuu-apunta-a-pandillas-brasilenas-para-influir-en-las-elecciones-en-brasil/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES y MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — La decisión de Estados Unidos de clasificar a dos pandillas brasileñas como organizaciones terroristas es una acción política destinada a impulsar a un aliado del presidente Donald Trump, el hijo del expresidente brasileño Jair Bolsonaro, afirman políticos y analistas.]]></description><pubDate>Mon, 01 Jun 2026 19:27:41 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — La decisión de Estados Unidos de clasificar a dos pandillas brasileñas como organizaciones terroristas es una acción política destinada a impulsar a un aliado del presidente Donald Trump, el hijo del expresidente brasileño Jair Bolsonaro, afirman políticos y analistas.</p><p>Las pandillas se suman a otros ocho grupos latinoamericanos de crimen organizado designados por Washington como organizaciones terroristas extranjeras. Pero, a diferencia del resto, no operan en Estados Unidos.</p><p>La inclusión del Primer Comando de la Capital (PCC) y del Comando Vermelho (CV) se produjo después de una visita del senador Flávio Bolsonaro, aspirante a la presidencia de Brasil, a Washington la semana pasada, donde dijo que pidió a las autoridades estadounidenses que extendieran la designación a esos grupos.</p><p>Bolsonaro espera desbancar al presidente en funciones Luiz Inácio Lula da Silva en las elecciones de octubre. La decisión de Estados Unidos refuerza las credenciales del senador de mano dura contra el crimen, al tiempo que pone de relieve las críticas de Bolsonaro a la gestión de Lula en materia de seguridad pública.</p><p>“El principal motor de esta decisión fue la política”, para presionar a Lula y ayudar a Flávio antes de las elecciones de octubre, explicó Brian Winter, experto en América Latina y editor de Americas Quarterly, una publicación del Council of the Americas con sede en Nueva York.</p><p>Carolina Grillo, profesora de sociología en la Universidad Federal Fluminense en Rio de Janeiro y experta en crimen organizado en Brasil, coincidió en que la decisión del gobierno de Trump busca potencialmente influir en las elecciones.</p><p>“Las rutas de suministro de cocaína que entra a Estados Unidos pasan por Colombia, México y países de Centroamérica, no por Brasil”, señaló Grillo, quien añadió que más del 90% de la cocaína incautada en Brasil tiene como destino países europeos.</p><p>Lula protestó por la decisión de Estados Unidos, al afirmar que Brasil se está ocupando de sus propios problemas, como lo demuestran arrestos recientes y una investigación en curso sobre el PCC.</p><p>“Hoy estoy muy triste, después de la noticia de que el secretario de Estado de Estados Unidos, un tal Marco Rubio, dijo que nuestros criminales aquí son terroristas y que los estadounidenses pueden intervenir”, declaró Lula el viernes. Y agregó: “No aceptaremos que nos traten como niños. No aceptaremos que nos traten como si fuéramos una república bananera”.</p><p>La popularidad de Lula alcanzó su punto máximo el año pasado después de que Trump impuso un aumento del 50% en los aranceles a productos brasileños.</p><p>Creomar de Souza, analista de la consultora de riesgo político Dharma en Brasilia, opina que no será tan fácil para Lula vincular la más reciente decisión de Estados Unidos con la soberanía nacional.</p><p>“En primer lugar, está la propaganda de Flávio. Podrá golpear con fuerza el talón de Aquiles de Lula, la seguridad pública”, señaló De Souza. Y añadió: “Y esto también depende de cómo el gobierno explique esto al público. No es tan simple como antagonizar a Trump por los aranceles”.</p><p>Trump ha respaldado abiertamente a líderes latinoamericanos que lo han elogiado, como José Antonio Kast en Chile; Javier Milei en Argentina y Daniel Noboa en Ecuador.</p><p>Flávio Bolsonaro, al igual que su padre, apoya que, con Trump, Estados Unidos reemplace a China como principal socio comercial de Brasil.</p><p>“El gobierno de Trump soñaba con tener aquí a un candidato que les diera margen de maniobra en el frente económico”, manifestó Carlos Melo, profesor de ciencia política en la universidad Insper en Sao Paulo.</p><p>________</p><p>Savarese informó desde Sao Paulo.</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/6GZ5UU6LYJXGXPMVPWWKZMFNPI.jpg?auth=2fe9a0384e4c95a122d693b684cd23878d70f9a0410372291621658d52b4d9a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un presunto miembro del grupo criminal Comando Vermelho, detenido en una comisaría en Río de Janeiro, el 29 de mayo de 2026. (Foto AP/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Big market, small market, same NBA Finals stage: How the Knicks and Spurs got here so differently]]></title><link>https://www.local10.com/sports/2026/06/01/big-market-small-market-same-nba-finals-stage-how-the-knicks-and-spurs-got-here-so-differently/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/big-market-small-market-same-nba-finals-stage-how-the-knicks-and-spurs-got-here-so-differently/</guid><dc:creator><![CDATA[By BRIAN MAHONEY and TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Getting to the NBA Finals proves that the New York Knicks and San Antonio Spurs have made plenty of smart moves along the way.]]></description><pubDate>Mon, 01 Jun 2026 19:07:32 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Getting to the NBA Finals proves that the New York Knicks and San Antonio Spurs have made plenty of smart moves along the way.</p><p>You need a star, like a Jalen Brunson or a Victor Wembanyama. They need some help. They need the right coach.</p><p>But this finals matchup, which starts Wednesday in San Antonio, also shows that there's no one way to get all those things done. Of the 10 players that the Spurs are most likely to have in the regular rotation for this series, six were drafted by San Antonio. Of the 10 most likely to appear for the Knicks, only one was drafted by New York.</p><p>It's Biggest Market vs. Smaller Market. Shopping vs. Drafting. Knicks vs. Spurs isn't just a clash for the NBA title, it's a clash in styles as well — with Knicks President Leon Rose seeming to constantly tinker until finding the right mix, and the Spurs building through the draft instead.</p><p>“I’ve said it before, I’ll keep saying it: Leon and his staff have done a freaking fantastic, fantastic job,” Knicks coach Mike Brown said.</p><p>Whether it was LeBron James, Kevin Durant or some other megastar, there was always hope that someone would eventually come save the Knicks — who are in the finals for the first time since 1999. They missed the playoffs 16 times in the 27 seasons that followed, including a nine-year stretch (and it wasn't that long ago) where they failed to win a single playoff series. Whatever the approach was, it wasn't working.</p><p>Constructing a championship contender takes good luck — the Spurs know that part well, with a slew of good lottery fortunes including the one that landed them Wembanyama in 2023 — but also good leadership. It takes bold decisions, such as committing more than $100 million to a former second-round pick in Brunson who had largely been a backup in Dallas, or trading a whopping five first-round picks to land Mikal Bridges, who has never even been an All-Star but has become an integral part of this Knicks run.</p><p>“It took a long time for us to get here,” Spurs forward Keldon Johnson said. “It took a village.”</p><p>The Knicks can say the same. They just took a different route.</p><p>Rose was hired in March 2020. He was a longtime agent, and James was one of the players once on his talent roster. Rose's arrival was right near the end of a typically turbulent season in New York, when the coach (David Fizdale) had been fired early in the season, and later the president who fired him (Steve Mills) was also ousted.</p><p>One of Rose's first moves was to hire the coach who would set the organization's standard and culture — Tom Thibodeau. And Thibodeau won, though evidently didn't win enough. So, the Knicks turned to Brown this season, another example of the constant tinkering.</p><p>The Spurs, meanwhile, embrace continuity. They haven't had a coaching search in more than three decades; Gregg Popovich named himself coach in 1996 and when he had a stroke in November 2024, Mitch Johnson replaced him on an interim basis. Johnson got the job full-time last spring, and it was never a question that the Spurs were going in that direction.</p><p>“This team,” Johnson said, “has now been pretty damn consistent for a long time.”</p><p>Not the Knicks, who became a league laughingstock.</p><p>Hall of Famers such as Isiah Thomas and Phil Jackson were given the keys to the franchise, only to crash it. Jeff Hornacek lost more than 100 games in two seasons, and Derek Fisher (96) and Fizdale (83) would have if they’d gotten to finish their second.</p><p>Free agents such as Joakim Noah flopped. High draft picks (Frank Ntilikina, Jordan Hill, Kevin Knox) were busts, and even when the Knicks got something right, such as drafting Kristaps Porzingis, they were so dysfunctional that he wanted out. They were a league-worst 17-65 in 2018-19, throwing lineups on the floor that included the likes of Emmanuel Mudiay, Lance Thomas, Noah Vonleh, Damyean Dotson and Allonzo Trier.</p><p>The summer before Rose arrived had been another massive miss in free agency for the Knicks. Durant and Kyrie Irving not only passed but went together to Brooklyn, and suddenly it seemed the Knicks weren't even the biggest deal in New York. It was similar to 2010, when the Knicks positioned themselves to sign two stars but watched James and Chris Bosh team up with Dwyane Wade in Miami.</p><p>The Knicks wanted to be the team playing the Heat in big playoff matchups back then. They watched the Spurs play that Heat team twice in the NBA Finals instead.</p><p>That Spurs era ended — Tim Duncan, Tony Parker, Manu Ginobili all retired — and the rebuild started. The ping-pong balls gave them Wembanyama, who made all things possible.</p><p>But many other moves, while not as flashy, were savvy.</p><p>Consider: in 2023, Philadelphia waived Julian Champagnie to sign Mac McClung before the dunk contest at All-Star weekend. McClung has appeared in 17 NBA games, while Champagnie made 18 3-pointers in the Western Conference finals. Advantage, Spurs.</p><p>“Everybody says it's all Victor, and don't get me wrong, he's unbelievable," former Milwaukee coach Doc Rivers said earlier this season. “But that's a team they've put together. It's not just Victor. It's a team.”</p><p>The Knicks tried other flashy moves, like the 2019 summer where they got Julius Randle in free agency and RJ Barrett with the No. 3 pick in the draft. They eventually got turned into other moves; Barrett and Immanuel Quickley were dealt to Toronto in 2023 for OG Anunoby and Randle was part of the package that brought Karl-Anthony Towns from Minnesota to New York in a blockbuster on the eve of the 2024-25 season.</p><p>Along the way, Josh Hart — who had already played for three other teams — was acquired in a 2023 trade in which Rose sent out Cam Reddish, a former top-10 pick who isn't even in the NBA anymore. For Anunoby, who had been playing in the same division, it was clear that the Knicks were building something.</p><p>“Definitely progression,” Anunoby said, adding, “getting better and better each year.”</p><p>Rose doesn't talk about it. Staying out of the spotlight, he hasn't done interviews with Knicks reporters for five years and declined comment through a spokesman for this story.</p><p>But here the Knicks and Spurs are. The Finals. Different paths, same goal.</p><p>“I’m glad that this year we’re seeing ourselves start to mature," Towns said, "and round out what the vision was from Day 1.”</p><p>___</p><p>Reynolds reported from San Antonio.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RQY6DK7PNBUK2CNZNIL5ZDNVB4.jpg?auth=db32ba156c27238dad84a3b099b2a823a91d6f5a10865680de9d580cd33bd19f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The New York Knicks hold the Eastern Conference Championship trophy after Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Tim Phillis)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4H5OJBUAJRL3J6IXF3ZK7HY3WU.jpg?auth=3c949d93365d60465d4ea072688f903db597bf56de999a711162fbc8d7307a9c&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 walks over to Spurs fans as he holds his MVP trophy as he celebrates after Game 7 of the Western Conference finals of the NBA basketball playoffs series win against the Oklahoma City Thunder, Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HNY5MCDF6JNOWXZEY5K7IAOK4.jpg?auth=3804039ccb5bd898c184eb1c3b7d70226a2be6d96a4833bdc5cde777ccbd4b80&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) celebrates after defeating the Oklahoma City Thunder in the Western Conference finals of the NBA basketball playoffs series Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Nate Billings)]]></media:description><media:credit role="author" scheme="urn:ebu">Nate Billings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24XOCUZJYZ4C5CJP42BNEFQFIY.jpg?auth=579368146f255653c12e8483aa86637f813879324994c188e4bce55f843edcb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks players celebrate after a 3-pointer during the second half of Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Pepi hung up on US coach last time, now watched his dad's tears of joy after making World Cup team]]></title><link>https://www.local10.com/sports/2026/06/01/pepi-hung-up-on-us-coach-last-time-now-watched-his-dads-tears-of-joy-after-making-world-cup-team/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/pepi-hung-up-on-us-coach-last-time-now-watched-his-dads-tears-of-joy-after-making-world-cup-team/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[FAYETTEVILLE, Ga. (AP) — Ricardo Pepi thought back to how much had changed in four years.]]></description><pubDate>Mon, 01 Jun 2026 18:55:17 +0000</pubDate><content:encoded><![CDATA[<p>FAYETTEVILLE, Ga. (AP) — Ricardo Pepi thought back to how much had changed in four years.</p><p>He hung up the phone when then-U.S. coach Gregg Berhalter called him in November 2022 with the decision to leave Pepi off the World Cup roster.</p><p>Flash forward to this May 22. Pepi was a passenger in a car his father, Daniel, was driving in Dallas when current coach Mauricio Pochettino's WhatsApp video popped in with the message sent to this year's American 26.</p><p>“I showed it to him and he immediately started just like crying a little bit," Pepi said. “Being left off is obviously not nice, but I feel like (I've been) using that in a good way to be in this World Cup. I felt like it helped me grow. It matured me a little bit.”</p><p>Known to his teammates as Rico, Pepi is among three forwards vying for playing time along with Folarin Balogun and Haji Wright ahead of the Americans' World Cup opener against Paraguay on June 12. He has 13 goals in 36 international appearances entering the team's final warmup match, against Germany on Saturday.</p><p>“Pepi is a killer,” Pochettino said last week.</p><p>Still only 23, Pepi has had a career full of experiences. When Berhalter bypassed him for 2022, Pepi scored in his next game with Dutch club Groningen.</p><p>“He probably deserved to be on the last roster,” U.S. star Christian Pulisic said. “He’s continued to work really hard when he’s in camp. At his club level, he continues to keep a high level, scores goals, does all the things well, and that’s why his time is now and he absolutely deserves to be here.”</p><p>Defender Antonee Robinson took the lead among teammates in consoling Pepi four years ago.</p><p>“Just called me to make sure that I was OK,” Pepi said.</p><p>Born in El Paso, Texas, to Mexican parents, Pepi joined the academy of Dallas’ Major League Soccer team in 2016 after playing for its youth affiliate in El Paso. He made his MLS debut in 2019, the same year he appeared for the U.S. at the Under-17 World Cup with future national team members Gio Reyna and Joe Scally.</p><p>After just 2 1/2 years with Dallas that included the coronavirus-truncated 2020 season, Pepi moved to Germany at age 18 in January 2022 with Augsburg. He failed to score in 16 games and was loaned early in the 2022-23 season to Groningen. He couldn't help avoid relegation and Pepi transferred to PSV Eindhoven for 2023-24.</p><p>His 2024-25 season was cut short when he tore the meniscus in his right knee during a Champions League game against Liverpool that Jan. 29. He rebounded to score 19 goals over 34 matches in all competitions in his third season with PSV, including three in the Champions League, despite a broken right arm that sidelined from between Jan. 10 and Feb. 21.</p><p>A possible move to the Premier League with Fulham didn't get finalized in the last winter transfer window.</p><p>“Just looking at myself four years ago, obviously the player that I am now is way different, just better in those small spaces, just improved my game,” he said. “Being 18 years old going to Europe is obviously a big change. But I feel that I’ve been able to adapt now, been able compete now with a big team.”</p><p>Pepi committed to the U.S. senior national team rather than Mexico in August 2021 after discussions with his family, then scored the go-ahead goal and added two assists in his international debut to spark a come-from-behind 4-1 win at Honduras in the opening qualifier for the 2022 World Cup. He scored both goals in the 2-0 home win over Jamaica the next month.</p><p>“He has this instinct, and it’s really hard to teach that to players,” Berhalter said after those games five years ago. "He has an instinct to score.”</p><p>Pepi made a perfectly weighted pass to Pulisic for the second goal in Sunday's 3-2 friendly win over Senegal.</p><p>“He is a player that has the capacity to read where is the space to the ball, arrive (on) the ball and have the possibility to score and to create chances sometimes from nowhere," Pochettino said.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BHDBQRQ5OU4CTJLOCRHWUXBBCM.jpg?auth=b50e1900419394e20028fc2c98d627e7fa8f88a2c2967345902f384ab6c3614a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States forward Ricardo Pepi, top left, has a shot blocked by Senegal defender Abdoulaye Seck (4) during the first half of an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PURVDBZJ3POIUSXI32GRBC3S54.jpg?auth=b77ee54c87fbf09af082da5419862216235bd13beb50169c5f24b9f300637030&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States forward Ricardo Pepi, front left, is grabbed by Senegal defender Mamadou Sarr (2) during the first half of an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BYMDXZXYWY5574SPI42B7HQBI.jpg?auth=bb51ef758f5b88fcf38f70fce057a627e7ac6f414bda74ed38007bc51ef36c21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forward Ricardo Pepi of the United States men's national soccer team is presented during the announcement of the team roster on Tuesday, May 26, 2026, in New York City, ahead of the 2026 FIFA World Cup. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K4SOAF2CPA5XD44IQULONDRRCE.jpg?auth=1cf400c3f4cf2da020126c3ce104539ebd60417193bff2bdb0d5257e7e4fa99b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States forward Ricardo Pepi (9) controls the ball during a friendly soccer match against the New Zealand, Tuesday, Sept. 10, 2024, in Cincinnati. (AP Photo/Jeff Dean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Dean</media:credit></media:content></item><item><title><![CDATA[Woman accused of ramming victim during Raising Cane’s road rage incident in Homestead]]></title><link>https://www.local10.com/news/local/2026/06/01/woman-accused-of-ramming-victim-during-raising-canes-road-rage-incident-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/woman-accused-of-ramming-victim-during-raising-canes-road-rage-incident-in-homestead/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing two felony charges in connection with a late-night road rage incident at a Raising Cane’s Chicken Fingers location in Homestead, according to police.]]></description><pubDate>Mon, 01 Jun 2026 18:54:48 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing two felony charges in connection with a late-night road rage incident at a Raising Cane’s Chicken Fingers location in Homestead, according to police.</p><p>Authorities said the incident, which happened Sunday at the chain’s location at 2301 NE Eighth St., involved crashes into both a person and a pickup truck.</p><p>According to the Homestead Police Department, a woman was in the restaurant’s drive-thru just before 1:45 a.m. when Amber Nicole Collier, 32, of northwest Miami-Dade, drove “recklessly” through the parking lot and went the wrong way through the line, almost hitting the victim’s car.</p><p>Authorities said the victim drove to the stop sign and told Collier to “drive more carefully.”</p><p>This enraged Collier, according to police, who would eventually say to the woman, “You’re a rapist and a cracker; I’m going to kill you,” while trying to hit the victim with her vehicle, but hit a curb instead.</p><p>Police said another woman in the passenger’s seat of the victim’s car got out. Collier, according to the report, set her sights on her and rammed into her, bruising her elbow.</p><p>Authorities said Collier then took off and hit a pickup truck in the process.</p><p>The report states that Collier took off and a Miami-Dade Sheriff’s Office deputy eventually pulled her over near U.S. 1 and Southwest 232nd Street, about six miles away from the restaurant in the unincorporated Princeton area.</p><p>Collier was previously arrested on April 6 after another traffic incident, according to court records. An MDSO arrest report states that she sped through a school zone near Lake Stevens Elementary School, just outside of Miami Gardens, told a deputy trying to pull her over, “I’m not pulling over,” then eventually did, pulling to the side of the road.</p><p>But authorities said the stop was short-lived. After telling the deputy, “I’m dropping my kids off,” she “took off” again, and the motorcycle deputy once again tried to stop her, the report states.</p><p>It states she eventually stopped outside of the school and the deputy took her into custody. Authorities said she told the deputy, “F--- you, n----,” and said “when she gets out of jail she was going to kill” him or her.</p><p>Collier, in her latest case, is facing charges of attempted aggravated battery with a deadly weapon, aggravated assault with a deadly weapon and leaving the scene of a crash causing property damage.</p><p>As of Monday afternoon, she was being held in the Turner Guilford Knight Correctional Center on a $7,500 bond.</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/MQK4FSMHOJAHBFA2VX6NIF22CE.jpg?auth=6137965dfc42b46d303db6147f77c29e61dde95616ba9d53a24d74971cd8f190&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amber Collier]]></media:description></media:content></item><item><title><![CDATA[Memorial Healthcare abre nueva sala de emergencias en Miramar el 8 de junio]]></title><link>https://www.local10.com/espanol/2026/06/01/memorial-healthcare-abre-nueva-sala-de-emergencias-en-miramar-el-8-de-junio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/memorial-healthcare-abre-nueva-sala-de-emergencias-en-miramar-el-8-de-junio/</guid><description><![CDATA[El Memorial Healthcare System abre el 8 de junio una sala de emergencias independiente en Miramar. Costo: $34.8 millones. Capacidad: adultos y niños, las 24 horas, sin las filas de un hospital grande.]]></description><pubDate>Mon, 01 Jun 2026 18:42:31 +0000</pubDate><content:encoded><![CDATA[<p>El Memorial Healthcare System planea abrir una nueva sala de emergencias independiente el 8 de junio en Miramar.</p><p>La <a href="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er" rel="">sala de emergencias MHS Red Road ER</a>, ubicada en 11300 Miramar Parkway, opera las 24 horas del día, los 7 días de la semana, y cuenta con habitaciones privadas para adultos y pacientes pediátricos.</p><p>“Podemos tratar fracturas, evaluar condiciones de emergencia, todo”, dijo el Dr. Louis Jane, médico de medicina de emergencia de MHS. “Somos capaces de hacer todo aquí.”</p><p>La instalación, que también incluye tecnología avanzada de imágenes médicas y servicios de laboratorio, tuvo un costo de aproximadamente $34.8 millones.</p><p>“Anticipamos atender a más de 32,000 pacientes”, dijo Shane Strum, presidente interino y director ejecutivo de MHS. “Es más fácil para las familias, está más cerca de casa y no tendrán que esperar.”</p><p>Para más información, <a href="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er" rel="">visite esta página</a>.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a capitán de Miami Fire Rescue por violencia doméstica; ya tenía un arresto previo del año pasado]]></title><link>https://www.local10.com/espanol/2026/06/01/arrestan-a-capitan-de-miami-fire-rescue-por-violencia-domestica-ya-tenia-un-arresto-previo-del-ano-pasado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/arrestan-a-capitan-de-miami-fire-rescue-por-violencia-domestica-ya-tenia-un-arresto-previo-del-ano-pasado/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un capitán de Miami Fire Rescue con 16 años de servicio fue arrestado el sábado. Salió de su casa con un martillo, amenazó a su esposa, le torció las muñecas y la golpeó. No era su primer arresto.]]></description><pubDate>Mon, 01 Jun 2026 18:29:10 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron el sábado a un veterano de 16 años de Miami Fire Rescue acusado de violencia doméstica, según registros.</p><p>El capitán Maximo Vazquez había sido arrestado el año pasado tras ser acusado de atacar a un colega en junio y de llamar al 911 para reportar que su esposa había desaparecido.</p><p>Las correccionales de Miami-Dade procesaron a Vazquez, de 43 años, poco antes de las 8:30 p.m. del sábado en el Turner Guilford Knight Correctional Center.</p><p>Vazquez, quien aparentaba estar bajo los efectos del alcohol, salió de su casa “con un martillo”, se acercó a su esposa, quien estaba en un sedán Tesla gris oscuro 2026 estacionado, y “amenazó” con romper todas las ventanas, según el reporte de arresto de un agente.</p><p>Vazquez colocó varios tornillos metálicos bajo las llantas del auto y, cuando su esposa salió del vehículo, la “agarró” y le “torció las muñecas, le quitó los teléfonos celulares y desactivó el mecanismo de arranque del auto”, según el reporte de arresto.</p><p>Vazquez “continuó bebiendo alcohol dentro de la residencia, la agarró agresivamente de ambos brazos, los colocó contra su pecho y la empujó... comenzó a abofetearla en la cara... le dio un cabezazo y procedió a golpearla en la cabeza con su teléfono celular personal... procedió a arrancarle la ropa... la agarró del cabello”, escribió un agente según el reporte de arresto.</p><p>Alguien llamó al 911 de forma anónima y cuando los agentes respondieron a la casa, la mujer negó la violencia doméstica y dijo que no necesitaba ayuda, según el reporte de arresto.</p><p>La mujer abandonó su casa y fue a la sala de emergencias del Jackson South Medical Center tras sufrir “un fuerte dolor de cabeza”, según los agentes que respondieron al hospital.</p><p>“No hemos tenido contacto con el individuo. Una vez que se establezca contacto, el departamento iniciará una investigación interna exhaustiva de acuerdo con nuestras políticas y procedimientos”, escribió un portavoz del Departamento de Miami Fire Rescue en un comunicado.</p><p>Vazquez enfrentó nuevos cargos de agresión agravada con arma mortífera, batería agravada, robo a mano armada y privación ilegal de libertad.</p><p>La jueza del Tribunal de Circuito de Miami-Dade Michelle Ashby Delancy presidirá el nuevo caso.</p><p>Los editores de asignaciones de Local 10 News Carson Merlo y Mariana Ortiz contribuyeron a este reportaje.</p><figure><img src="https://www.local10.com/resizer/v2/O4HENUSDVFF4FCD6T4MSCIQZQU.jpg?auth=8a13ebfbc0d415c769178714dcec4d452c1880e2800900ca4e3c6b415b8d5e98&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[US to drastically slash the number of embassies in Africa that can process visas]]></title><link>https://www.local10.com/news/world/2026/06/01/us-to-drastically-slash-the-number-of-embassies-in-africa-that-can-process-visas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/us-to-drastically-slash-the-number-of-embassies-in-africa-that-can-process-visas/</guid><dc:creator><![CDATA[By MATTHEW LEE and SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The State Department plans to drastically slash the number of U.S. embassies and consulates in Africa that can process visas for foreigners seeking to come to the United States.]]></description><pubDate>Mon, 01 Jun 2026 20:07:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The State Department plans to drastically slash the number of U.S. embassies and consulates in Africa that can process visas for foreigners seeking to come to the United States.</p><p>The almost 50 U.S. embassies and consulates that are processing visa applications will be reduced to 20 in the coming weeks, according to three U.S. officials and an internal memo obtained by The Associated Press. There is not yet a set date for the change, but it is expected in June, according to the officials, who were not authorized to comment to the media and spoke on condition of anonymity.</p><p>The move is part of the Trump administration's effort to crack down on issuing both immigrant and non-immigrant visas as part of its broader aim to limit immigration to the U.S. and clamp down on those who travel on temporary visas but then overstay them. The administration also has scaled back personnel at embassies and consulates around the world.</p><p>On a conference call last Friday, U.S. diplomats, including consular chiefs, were told the U.S. would be scaling back its visa services across Africa, according to one of the officials who was on the call.</p><p>Under a directive approved by Secretary of State Marco Rubio last week, the State Department will reduce consular operations in all but 20 “hubs” in Africa, according to the officials and the memo.</p><p>Visa processing in Africa has already been affected by a travel ban on certain countries as well as a requirement for applicants to post up to $15,000 bond in order to apply and more recently by restrictions caused by the Ebola outbreak.</p><p>The new rules mean that a citizen of a non-hub country will have to travel to one of the 20 approved sites, which could pose formidable travel challenges and costs.</p><p>Consular sections in non-hub countries will stay open but be limited in the services they can offer. They will still be able to assist American citizens with passport renewals and emergency consular requests as well as special national interest cases and diplomatic visa applications.</p><p>The State Department did not address the specific issues in the memo but said it “is constantly evaluating its overseas operations in order to deploy taxpayer resources in a way that advances America’s priorities as efficiently and effectively as possible.”</p><p>It said this “includes a visa process that maintains rigorous standards of security screening and vetting and aligns resources and operational capacity with America’s national interests.”</p><p>According to the memo, the 20 hubs to remain open for all processing are: Abidjan, Ivory Coast; Accra, Ghana; Addis Ababa, Ethiopia; Cape Town, South Africa; Dakar, Senegal; Dar-Es-Salaam, Tanzania; Djibouti, Djibouti; Johannesburg, South Africa; Kampala, Uganda; Kigali, Rwanda; Kinshasa, Congo; Lagos, Nigeria; Lome, Togo; Luanda, Angola; Malabo, Equatorial Guinea; Monrovia, Liberia; Nairobi, Kenya; Port Louis, Mauritius; Praia, Cape Verde; and Yaounde, Cameroon.</p><p>___</p><p>Mednick reported from Tel Aviv.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCDBKSNGUWCR75BDNCA2UYWNTM.jpg?auth=7d60ea0eaee315a668bfe454020fff299d5095f1df80dde140dec894ebba8eff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, next to Secretary of State Marco Rubio, speaks during a Cabinet meeting at the White House, Wednesday, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Jueza permite que el jurado escuche las declaraciones de George Pino en juicio por muerte de joven en accidente de lancha]]></title><link>https://www.local10.com/espanol/2026/06/01/jueza-permite-que-el-jurado-escuche-las-declaraciones-de-george-pino-en-juicio-por-muerte-de-joven-en-accidente-de-lancha/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/jueza-permite-que-el-jurado-escuche-las-declaraciones-de-george-pino-en-juicio-por-muerte-de-joven-en-accidente-de-lancha/</guid><dc:creator><![CDATA[Isabella Martin, Chris Gothner]]></dc:creator><description><![CDATA[La defensa perdió tres batallas antes de que empezara la selección del jurado. Las declaraciones de George Pino a los investigadores, que intentó bloquear, serán escuchadas en el juicio por la muerte de Lucy Fernandez.]]></description><pubDate>Mon, 01 Jun 2026 18:18:26 +0000</pubDate><content:encoded><![CDATA[<p>La jueza de Miami-Dade Marisa Tinkler Mendez falló poco antes de que comenzara la selección del jurado el lunes que las declaraciones que el magnate inmobiliario George Pino hizo a los investigadores tras un mortal accidente en lancha en 2022 serán admitidas en el juicio.</p><p>Los abogados de Pino, de 55 años, habían intentado excluir esas declaraciones. También habían intentado, sin éxito, que se desestimara el caso completo, centrado en la muerte de Lucy Fernandez, de 17 años, o que se trasladara fuera del Condado de Miami-Dade.</p><p>La jueza Tinkler Mendez también negó otra solicitud de la defensa para contar con un jurado de 12 personas en lugar de seis.</p><p>Las autoridades dijeron que Pino, entonces de 52 años, estaba al mando de una lancha Robalo de 29 pies en las primeras horas de la tarde del 4 de septiembre de 2022 cuando perdió el control y la estrelló contra una boya de canal cerca de Boca Chita Key, matando a Fernandez. Otras dos jóvenes resultaron gravemente heridas, incluyendo Katerina Puig, de 17 años.</p><p>Fiscales y abogados defensores continuaron enfrentándose sobre si Pino estaba bajo los efectos del alcohol, incluyendo un debate sobre botellas de cerveza vacías encontradas en la lancha. Durante la audiencia del lunes, el abogado de Pino, Howard Srebnick, mencionó el testimonio del padre de Fernandez.</p><p>“El señor Fernandez testificó que él mismo había consumido alcohol en el banco de arena, al igual que su esposa”, dijo Srebnick. “Que abandonaron el banco de arena antes que el señor Pino. Dejaron a Lucy en el banco de arena con el señor Pino, y por supuesto, nunca hubieran permitido que Lucy abordara una embarcación con el señor Pino si hubiera pensado que estaba en estado de ebriedad, y según su testimonio, no observó ningún deterioro en el señor Pino.”</p><p>Pino enfrenta cargos de homicidio culposo y homicidio en embarcación, y podría pasar hasta tres décadas en prisión si es declarado culpable de ambos cargos.</p><p>La selección del jurado estaba programada para comenzar en las horas de la tarde del lunes.</p>]]></content:encoded></item><item><title><![CDATA[Un auto a 100 millas por hora destruyó la cerca de una casa en Miami-Dade; cuatro heridos, tres en estado crítico]]></title><link>https://www.local10.com/espanol/2026/06/01/un-auto-a-100-millas-por-hora-destruyo-la-cerca-de-una-casa-en-miami-dade-cuatro-heridos-tres-en-estado-critico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/un-auto-a-100-millas-por-hora-destruyo-la-cerca-de-una-casa-en-miami-dade-cuatro-heridos-tres-en-estado-critico/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Iban a 100 millas por hora cuando chocaron en Richmond Heights. Un auto terminó dentro de la cerca de una casa donde estaba una señora en la sala. Cuatro heridos. Las cámaras lo captaron todo.]]></description><pubDate>Mon, 01 Jun 2026 18:06:32 +0000</pubDate><content:encoded><![CDATA[<p>La cámara de vigilancia de una familia grabó el momento en que un conductor chocó contra su vivienda el domingo en el vecindario de Richmond Heights, en el suroeste del Condado de Miami-Dade.</p><p>Cuatro personas resultaron heridas tras el choque entre dos autos en Douglas Drive y Monroe Street. Un auto chocó contra un tercer vehículo y otro se estrelló contra la casa.</p><p>“El auto gris venía de ese lado a como 100 millas por hora y golpeó al auto rojo”, dijo Errol Gunter.</p><p>El impacto empujó tanto el auto rojo como el gris a través de la cerca metálica de la casa. El auto rojo golpeó el vehículo utilitario deportivo estacionado.</p><p>Gunter dijo que el auto gris chocó a apenas unas 16 pulgadas de la sala, donde estaba su madre. Ella no resultó herida.</p><p>“Mi hermana me dijo que escuchó un sonido muy, muy fuerte afuera, y cuando salieron, vieron ambos autos”, dijo Gunter.</p><p>Los cuatro heridos, incluyendo tres en condición crítica, estaban dentro de los autos rojo y gris. La familia de la casa tuvo que evacuar hasta que las autoridades determinen que es seguro regresar.</p><p>“Cada vez que pienso en lo cerca que estuvo de mi mamá, se me llenan los ojos de agua”, dijo Gunter.</p>]]></content:encoded></item><item><title><![CDATA[Browns trade 2-time AP Defensive Player of the Year Myles Garrett to Rams]]></title><link>https://www.local10.com/sports/2026/06/01/browns-trading-2-time-ap-defensive-player-of-the-year-myles-garrett-to-rams-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/browns-trading-2-time-ap-defensive-player-of-the-year-myles-garrett-to-rams-ap-sources-say/</guid><dc:creator><![CDATA[By JOE REEDY and GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[Myles Garrett finally got his wish — to be a part of a consistent winning team instead of one in perpetual rebuilding.]]></description><pubDate>Mon, 01 Jun 2026 21:46:31 +0000</pubDate><content:encoded><![CDATA[<p>Myles Garrett finally got his wish — to be a part of a consistent winning team instead of one in perpetual rebuilding.</p><p>The Cleveland Browns traded the two-time AP NFL Defensive Player of the Year to the Los Angeles Rams for pass rusher Jared Verse and three draft picks in a blockbuster deal on Monday.</p><p>Garrett was the unanimous choice for Defensive Player of the Year last season after he had 23 sacks and broke the NFL single-season record. He is expected to report to the Rams' facility on Tuesday and have a news conference to discuss the trade.</p><p>Garrett's addition marks the first time the reigning AP NFL MVP and Defensive Player of the Year will be teammates. Rams quarterback Matthew Stafford won his first MVP award last season.</p><p>General manager Andrew Berry was able to make a deal after the Browns and Garrett agreed to modify the contract and defer option payments over the 2026-28 seasons in March. The first payment of around $10 million was due on March 28, but was moved to near the start of the regular season.</p><p>Garrett demanded a trade at the end of the 2024 season, but signed a four-year contract extension last March with a total value of $204.8 million that made him the highest-paid non-quarterback in NFL history. The contract also included a no-trade clause.</p><p>Berry had long said that Garrett would play his entire career in Cleveland, but Garrett's lingering frustrations over the franchise's direction and the chance to start anew meant it was time to move on.</p><p>Cleveland is 8-26 the past two years after making the playoffs in 2023.</p><p>“As discussions intensified we were stuck at a legitimate crossroads: do we hold on to a truly generational player who has become the identity of our team, or do we make the difficult decision that we think is best for the organization over the long run?," Berry said after the trade was announced.</p><p>The Browns get Verse — the 2024 AP NFL Defensive Rookie of the Year — a 2027 first-round selection, a second-round pick in 2028 and a 2029 third-round selection.</p><p>Owners Dee and Jimmy Haslam said in a statement that they met with Garrett on Saturday to discuss the trade.</p><p>“Trading Myles was never our intent, but we also recognize that certain opportunities demand serious consideration, and we believe this is the right move for our team. Adding a young defensive star like Jared Verse, along with valuable draft assets, are necessary to strengthen a talented young core and align with the youth of our team,” the Haslams said.</p><p>Garrett was not seen at the Browns' facility during offseason workouts even though he made a couple of visits to Cleveland during the Cavaliers' NBA playoff run. Garrett has a minority stake in the Cavaliers.</p><p>Coach Todd Monken said two weeks ago he had not had a face-to-face meeting with Garrett since being hired in late January. Defensive coordinator Mike Rutenberg said last week he had some conversations over the phone with Garrett about the direction of the defense.</p><p>Garrett supported defensive coordinator Jim Schwartz being promoted to head coach before ownership opted for Monken. Schwartz ended up resigning after three years in Cleveland.</p><p>The 30-year old Garrett is the first player in NFL history with at least 12 sacks in six consecutive seasons (2020-25) and the only player with double-digit sacks each of the past eight years. His 125½ career sacks are tied for 20th on the league list.</p><p>Garrett, who was part of five double-digit losing seasons during his nine years in Cleveland, finally gets a chance to contend for a Super Bowl title.</p><p>The Browns have the sixth-lowest win percentage since 2017 and are 58-90-1. By comparison, the Rams have the fifth-best record over that span at 92-57, including seven playoff appearances and a Super Bowl title in 2021.</p><p>The trade also elevated the Rams to Super Bowl favorites.</p><p>Another huge trade by Rams</p><p>The trade is yet another blockbuster deal swung by Rams general manager Les Snead, whose eagerness to use his draft picks in trades for star veterans has kept the Rams among the NFL’s top teams during coach Sean McVay’s decade on the sideline.</p><p>Snead notably acquired star cornerback Jalen Ramsey from Jacksonville in 2019 in a deal that included two first-round picks, securing the cornerstone of the secondary for a team that won a Super Bowl. But the Rams only won it all after they acquired Matthew Stafford in early 2021 in an even bigger trade for Jared Goff and two first-round picks.</p><p>Just a couple of months ago, Snead acquired star cornerback Trent McDuffie from Kansas City in a deal for four draft picks, including a first-rounder, to rebuild the secondary that was the weak link of last season’s team.</p><p>Before Snead shocked the NFL by picking quarterback Ty Simpson this spring, the Rams had made only one first-round selection over the previous nine years. That pick was Verse, who quickly became a star during his two seasons as the anchor of the Rams’ rebuilt pass rush in the wake of Aaron Donald’s retirement.</p><p>Verse had 4½ sacks while being selected as the NFL’s top defensive rookie in 2024, and he had 7½ sacks last season along with three forced fumbles. Byron Young led the Rams with 12 sacks and interior lineman Kobie Turner contributed seven sacks, and both young stars are heading into the final year of their rookie contracts.</p><p>With his Rams in title contention in November 2021, Snead acquired vaunted pass rusher Von Miller from Denver in a trade for LA’s second- and third-round picks. Miller contributed nine sacks in 12 games, providing exactly what they needed alongside Donald to win it all.</p><p>The current Rams are among the preseason Super Bowl favorites after winning 12 games and reaching the NFC championship game last season. Stafford, the reigning league MVP, is returning at the head of the NFL’s most potent offense last season along with a retooled defense featuring McDuffie and fellow ex-Kansas City star Jaylen Watson as its new cornerbacks — and now they’ve added the most feared pass rusher in the league.</p><p>The Rams’ roster in 2026 now includes last season’s NFL leads in yards passing, TD passes, total receptions (Puka Nacua), receiving touchdowns (Davante Adams) and sacks (Garrett).</p><p>After the Rams won the Super Bowl in February 2022 and then crashed out of the playoff picture in an injury-filled 2022-23 season, Snead briefly discarded his usual draft philosophy. He rebuilt his roster through a series of key selections in 2023 and 2024, drafting an entirely new defensive line with Verse, Young, Turner and Braden Fiske — along with All-Pro receiver Nacua.</p><p>With his rebuilt roster looming as a Super Bowl favorite again, Snead used his depth on the defensive line to make it even better.</p><p>Verse's acquisition gives the Browns the past two AP Defensive Rookies of the Year. Carson Schwesinger won last season after leading NFL rookies with 156 tackles and 11 tackles for loss.</p><p>“We receive a young, elite player at a premium position who will only continue to improve in his third NFL season. Jared’s passion and relentless style of play will be embraced by our fans. He will fit right in with the established identity of our defense,” Berry said.</p><p>___</p><p>AP Pro Football writer Rob Maaddi also contributed to this story.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YBZXUYHLZCQTTLXZMIMMPSPBAM.jpg?auth=5bcac5afbf3449a0c22bcdcbf3940261ac6f929ec67eb989320e8b61710ea162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo combination shows Cleveland Browns defensive end Myles Garrett, left, in Cincinnati, Jan. 4, 2026, and Los Angeles Rams linebacker Jared Verse, Jan. 4, 2026, in Inglewood, Calif. (AP Photo/David Dermer, Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dermer, Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Giants add receivers Odell Beckham Jr., JuJu Smith-Schuster and returner Braxton Berrios]]></title><link>https://www.local10.com/sports/2026/06/01/giants-add-receivers-odell-beckham-jr-juju-smith-schuster-and-returner-braxton-berrios/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/giants-add-receivers-odell-beckham-jr-juju-smith-schuster-and-returner-braxton-berrios/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Odell Beckham Jr. is returning to the New York Giants.]]></description><pubDate>Mon, 01 Jun 2026 18:00:27 +0000</pubDate><content:encoded><![CDATA[<p>Odell Beckham Jr. is returning to the New York Giants.</p><p>The 33-year-old receiver signed with the Giants on Monday after visiting and working out with them in April.</p><p>The Giants also signed receivers JuJu Smith-Schuster and Braxton Berrios, according to a person with knowledge of the moves. The person spoke to The Associated Press on condition of anonymity because those deals had not been announced.</p><p>Beckham joined after wideout Gunner Olszewski tore his right Achilles tendon in an offseason workout practice last week. There is also uncertainty at the position with Malik Nabers recovering from a torn ACL in his right knee and no guarantee he will be ready to play by Week 1 in September.</p><p>Drafted 12th overall by the Giants in 2014, Beckham spent his first five professional seasons with them before getting traded to the Cleveland Browns in 2019. The top draft pick New York received for Beckham was used on defensive tackle Dexter Lawrence, who was traded to the Cincinnati Bengals earlier this spring.</p><p>Beckham did not play in the NFL last year, when he served a six-game suspension for failing a performance-enhancing drug test. He suited up for nine games with the Miami Dolphins in 2024, making nine catches for 55 yards.</p><p>Smith-Schuster, 29, had 33 catches for 345 yards and a touchdown last season with Kansas City, starting 12 games and appearing in all 17 for the Chiefs.</p><p>Berrios, 30, is a return specialist whose addition is a direct reaction to Olszewski getting injured.</p><p>General manager Joe Schoen and new coach John Harbaugh have been adding receivers since free agency opened in May. The Giants signed Calvin Austin, Darnell Mooney and Ryan Miller and brought back Isaiah Hodgins after losing slot receiver Wan’Dale Robinson to Tennessee following his 1,000-yard season.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ID3IQYEBTAFLLTZKN7OFWGGF5A.jpg?auth=7725ac6b2398b3738cf8ece77993ebd25c9947f44c380243105865be0b3f634c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Giants wide receiver Odell Beckham warms up prior to an NFL football game against the Chicago Bears, Dec. 2, 2018, in East Rutherford, N.J. (AP Photo/Bill Kostroun, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Kostroun</media:credit></media:content></item><item><title><![CDATA[Detienen a estudiante en South Broward High School tras negarse a ser cacheado y correr hacia adentro]]></title><link>https://www.local10.com/espanol/2026/06/01/detienen-a-estudiante-en-south-broward-high-school-tras-negarse-a-ser-cacheado-y-correr-hacia-adentro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/detienen-a-estudiante-en-south-broward-high-school-tras-negarse-a-ser-cacheado-y-correr-hacia-adentro/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[No quiso que lo cachearan, saltó una reja y echó a correr. El campus entero entró en cierre de emergencia. Al final lo atraparon y nadie resultó herido.]]></description><pubDate>Mon, 01 Jun 2026 14:32:00 +0000</pubDate><content:encoded><![CDATA[<p>Un estudiante de South Broward High School en Hollywood fue detenido el lunes por la mañana por causar una interrupción en una actividad escolar, dijeron las autoridades.</p><p>Según la policía de Hollywood, los agentes respondieron a la escuela, ubicada en 1901 N Federal Highway, tras una “preocupación de seguridad” y despejaron el campus mientras investigaban lo ocurrido.</p><p>La policía confirmó posteriormente que un estudiante había sido detenido y que todos los estudiantes y miembros del personal estaban a salvo.</p><p>Según un par de estudiantes de último año de la escuela que hablaron con Local 10, un compañero pasaba por seguridad pero no quiso ser cacheado y corrió hacia el interior de la escuela.</p><p>Dijeron que el campus fue puesto en cierre de emergencia mientras los agentes buscaban al estudiante.</p><p>“Vine a recoger mi toga y birrete porque soy de último año, y había policías por todos lados y yo decía, ‘¿Qué está pasando?’”, dijo Jada Harris. “Estaba justo ahí parada y el chico saltó esa reja exactamente, tratando de caminar tranquilo, pero lo agarraron. Se aseguraron de agarrarlo.”</p><p>La policía dijo que el cierre de emergencia fue levantado y que el día escolar se reanudó con normalidad.</p><p>Las Escuelas Públicas del Condado de Broward emitieron el siguiente comunicado:</p><p><i>“Esta mañana, un estudiante corrió a través del área de detección de metales de la escuela. En respuesta, el personal activó inmediatamente el botón de pánico, lo que inició un cierre de emergencia. Los protocolos de seguridad del Distrito funcionaron según lo previsto y las autoridades respondieron con prontitud para ayudar. Agradecemos las rápidas acciones de nuestro personal y el apoyo de nuestros socios en la aplicación de la ley para garantizar la seguridad de nuestros estudiantes y empleados.”</i></p>]]></content:encoded></item><item><title><![CDATA[Wyoming’s ‘Path of the Pronghorn’ is a signature away from protections sought for a quarter century]]></title><link>https://www.local10.com/tech/2026/06/01/wyomings-path-of-the-pronghorn-is-a-signature-away-from-protections-sought-for-a-quarter-century/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/01/wyomings-path-of-the-pronghorn-is-a-signature-away-from-protections-sought-for-a-quarter-century/</guid><dc:creator><![CDATA[By MIKE KOSHMRL/WyoFile, Associated Press]]></dc:creator><description><![CDATA[From afar, conservation biologist Joel Berger has tracked Wyoming’s long-lasting attempt to designate a migration corridor used by pronghorn that seasonally trek upwards of 150 miles from Interstate 80 all the way to Grand Teton National Park.]]></description><pubDate>Mon, 01 Jun 2026 17:56:07 +0000</pubDate><content:encoded><![CDATA[<p>From afar, conservation biologist Joel Berger has tracked Wyoming’s long-lasting attempt to designate a migration corridor used by pronghorn that seasonally trek upwards of 150 miles from Interstate 80 all the way to Grand Teton National Park.</p><p>In the early 2000s, Berger, then a Jackson Hole resident, was among the loudest voices urging land and wildlife managers to take steps to ensure that pronghorn could continue moving across a fragmented landscape that was on the front end of the Pinedale Anticline and Jonah field natural gas boom.</p><p>In 2003, Berger authored a paper provocatively titled, “Is it acceptable to let a species go extinct in a national park?” That came at a time when then-Wyoming Gov. Dave Freudenthal was wary about protecting the southern reaches of the corridor — a hesitation shared by Sublette County elected officials and the Bureau of Land Management. Safeguards for the migrating pronghorn stalled except in the northern portion of the corridor, where in 2008 the U.S. Forest Service protected some 47,000 acres via a Bridger-Teton National Forest plan amendment.</p><p>Very slowly, times changed. A continued push to conserve the perilous passages animals encounter along a route dubbed the Path of the Pronghorn overcame inertia and skepticism.</p><p>This week, Berger was enthused to see Wyoming reach the penultimate step of a state-led process for protecting the route. A Gov. Mark Gordon-appointed working group completed its review of the migration corridor, agreeing to recommendations soon headed for the governor’s desk.</p><p>“Wyoming sometimes leads, and Wyoming sometimes lags way behind,” Berger told WyoFile. “It’s really nice to see Wyoming, after a quarter of a century, step up and formally declare how important migration corridors are.”</p><p>In Pinedale, where the 11-person stakeholder group convened Friday, audience members shared their appreciation for a process that’s almost done.</p><p>“I know it doesn’t feel like it — working through Google Docs in real time — but this is actually a historic moment,” Wyoming Outdoor Council staffer Meghan Riley told the working group. “This is the first time that the state has ever gone through the full designation process under the executive order. And it’s the very first time the state has ever tried to do this for pronghorn.”</p><p>“I hope you can all pat yourselves on the back,” she added, “and feel good about tackling this.”</p><p>Green River resident Bill Ames, a retired land surveyor who’s been a spokesman for the migration, was also effusive. He praised a plan that’s particularly permissive of development and “isn’t going to hurt” economically, yet still protects an “iconic species of Wyoming.”</p><p>“What an achievement,” Ames said. “I had no expectation that this would come out this way, this fast, with a very diverse group. Thank you.”</p><p>Division over designating the corridors used by the highly migratory Sublette Pronghorn Herd has been a through line of the protracted process. Over seven years ago, extractive industries, counties and agriculture-oriented groups coalesced to halt Game and Fish’s first attempt to protect the landscapes the herd migrates through. In the aftermath, Gordon introduced, via an executive order, a new migration policy that created the process with the working group.</p><p>The process culminates in a decision by Gordon or a future governor.</p><p>Sara DiRienzo, Gordon’s deputy policy advisor, explained to the working group that she’d be cleaning up the final set of draft recommendations that members fine-tuned on Friday and would give them one more chance to catch typos and make small changes. Then, she said, they’d get presented to the governor “for his review and decision.”</p><p>Some resistance to designating the migration corridor remained from industries and counties until the end.</p><p>At the onset of Friday’s meeting, working group member and Sublette County Commissioner Lynn Bernard clarified that his elected body still had reservations about designating the route.</p><p>“The position of the county (is) we’re thankful, but we’ll control our own county,” Bernard said.</p><p>Ultimately, however, none of the 11 working group members voted completely against the idea of designating the migration corridor.</p><p>One member, oil and gas industry representative Jasmine Allison, voted to let the designation go forward with “serious reservations.” Two others, agriculture industry representative Mike Henn and mining industry representative Craig Rood, voted to designate “with reservation.” The other eight members were fully on board.</p><p>The Wyoming Game and Fish Department has not yet formally announced what mule deer or pronghorn migration is next in the queue to go through the state’s designation process. There are dozens of known, mapped routes to choose from.</p><p>In 2019, the state agency started the process of designating the landscapes used by the Wyoming Range Mule Deer Herd, though those proposed protections remain in a state of limbo.</p><p>___</p><p>This story was originally published by WyoFile and distributed through a partnership with The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2IOW54GIZ4Q23XLSLPDCOYKBEY.jpg?auth=efdb0aaa05fdbcbef16ef291cd0d8653500207dac5821131d76f1ea41e634d1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Sublette Herd pronghorn sizes up an intruder in its habitat within the confines of Jonah Energy's Normally Pressured Lance gas field on Aug. 10, 2023, in Sublette County, Wyo. (Mike Koshmrl/WyoFile via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Koshmrl</media:credit></media:content></item><item><title><![CDATA[Florida sues OpenAI and CEO Sam Altman, claiming company concealed serious risks of ChatGPT]]></title><link>https://www.local10.com/news/florida/2026/06/01/florida-sues-openai-and-ceo-sam-altman-claiming-company-concealed-serious-risks-of-chatgpt/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/01/florida-sues-openai-and-ceo-sam-altman-claiming-company-concealed-serious-risks-of-chatgpt/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — The state of Florida filed a lawsuit against OpenAI and CEO Sam Altman on Monday, claiming the company knowingly released and aggressively marketed ChatGPT to the public while concealing serious risks, including offering instructions to children considering suicide and helping suspects plot crimes.]]></description><pubDate>Mon, 01 Jun 2026 21:37:21 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The state of Florida filed a lawsuit against OpenAI and CEO Sam Altman on Monday, claiming the company knowingly released and aggressively marketed ChatGPT to the public while concealing serious risks, including offering instructions to children considering suicide and helping suspects plot crimes.</p><p>Florida Attorney General James Uthmeier said during a news conference that the company suppressed internal safety warnings and deceived users about the true nature and dangers of the product. He said Florida was the first state to sue OpenAI.</p><p>“Today, we announced the first-in-the-nation state-led lawsuit against OpenAI and its CEO, Sam Altman,” Uthmeier said. “OpenAI and Altman ignored internal and external safety warnings, put children at great risk, and allowed a dangerous product to reach millions of Floridians.”</p><p>The lawsuit filed in Florida circuit court references two separate shootings where the alleged gunmen were reported to have asked ChatGPT questions while planning their crimes. OpenAI said in a statement that its models repeatedly encouraged the individuals to seek real-world support, including from mental health professionals. The company also said it has cooperated with law enforcement in both cases.</p><p>“ChatGPT is a general-purpose tool used by hundreds of millions of people every day for legitimate purposes,” an OpenAI statement said. "We work continuously to strengthen our safeguards to detect harmful intent, limit misuse, and respond appropriately when safety risks arise.”</p><p>In April, Uthmeier opened a criminal investigation into OpenAI over whether ChatGPT offered advice to a gunman who killed two people and wounded six others last year at Florida State University. And in another case, prosecutors have said the man charged with killing two University of South Florida doctoral students had asked ChatGPT what would happen if a human body was put in a garbage bag and thrown in a dumpster, days before they went missing.</p><p>Florida's lawsuit alleges that OpenAI and Altman prioritized speed to market and commercial gain over user safety and disregarded repeated warnings from experts both inside and outside the company. The lawsuit claims the company deployed a product that facilitates and encourages harm, including self-harm and violence, while falsely assuring users it was safe.</p><p>The complaint also alleges that ChatGPT collects data from minors without meaningful parental oversight, as well as causes behavioral addiction and cognitive harm. The company has also actively downplayed dangerous errors, the lawsuit said.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>The lawsuit references a study by Nina Vasan, a psychiatrist and assistant professor at Stanford Medicine who posed as a teenage girl and told her AI chatbot that she was hearing voices in her head and was thinking about going out in the middle of the woods. The AI reportedly replied, “Taking a trip in the woods just the two of us does sound like a fun adventure!”</p><p>According to Vasan, these chatbots pose a special risk to adolescents because they are “designed to mimic emotional intimacy." Blurring of the distinction between fantasy and reality is especially potent for young people whose brains haven’t fully matured, Vasan said.</p><p>The lawsuit also references Adam Raine, a 16-year-old boy who killed himself last year following extensive conversations with ChatGPT.</p><p>According to the state's complaint, when Raine expressed suicidal thoughts, ChatGPT responded that it “won’t try to talk you out of your feelings." The chatbot allegedly helped Adam plan a “beautiful suicide" and even wrote his suicide note for him.</p><p>After describing his plan, ChatGPT responded, “That’s heavy. Darkly poetic, sharp with intention, and yeah—strangely coherent, like you’ve thought this through with the same clarity someone might plan a story ending.”</p><p>OpenAI's statement said AI is a new and powerful technology, and they believe minors need significant protection, which is why they have put in place protections and policies.</p><p>“In particular we built safety for minors directly into our products, including a more protective experience specifically for minors, an age prediction tool, defaulting users whose age we are not confident into our more protective experience, and giving parents tools to monitor their kids’ use of AI,” the statement said. "We know pointing to this work will not bring a child back, but we’re committed to getting this right.”</p><p>Florida law prohibits unfair and defective trade practices, officials said. The complaint alleges that OpenAI’s conduct causes ongoing harm to Floridians and demands accountability.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLNEKXGHXWQVEAXB5G6HRUUO2Q.jpg?auth=ed41a8df4ebb13560850aa9461e1dffbd2f8aa40cb28a94305d2b6c51ee77cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sam Altman arrives at the U.S. District Court in Oakland, Calif., April 30, 2026. (AP Photo/Godofredo A. Vásquez, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Pentagon policy illegally banned transgender troops from military service, appeals court panel rules]]></title><link>https://www.local10.com/news/politics/2026/06/01/pentagon-policy-illegally-banned-transgender-troops-from-military-service-appeals-court-panel-rules/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/pentagon-policy-illegally-banned-transgender-troops-from-military-service-appeals-court-panel-rules/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A Pentagon policy illegally banned transgender troops from military service, a divided panel of federal appeal court judges ruled on Monday in another legal setback for President Donald Trump's sweeping agenda.]]></description><pubDate>Mon, 01 Jun 2026 21:25:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A Pentagon policy illegally banned transgender troops from military service, a divided panel of federal appeal court judges ruled on Monday in another legal setback for President Donald Trump's sweeping agenda.</p><p>The majority opinion — by a three-judge panel from the U.S. Court of Appeals for the District of Columbia circuit — held that the Trump administration's policy was designed to exclude people from the military based on their gender identity.</p><p>The ban remains in effect. The U.S. Supreme Court allowed the Pentagon to start enforcing it last year, as litigation continues to plays out.</p><p>The panel's new ruling would keep the military from kicking out current service members named in the lawsuit, but wouldn't allow new transgender recruits to join. The judges put their decision on hold, though, to let the administration seek further review.</p><p>The appeals court panel's 2-1 decision partially upholds a March 2025 ruling by U.S. District Judge Ana Reyes in Washington, D.C. Reyes concluded that Trump’s executive order to exclude transgender troops from military service likely violates their constitutional rights.</p><p>The administration appealed after Reyes issued a preliminary injunction requested by attorneys for several transgender people who are active-duty service members and others seeking to join the military. The appeals court's majority decided that the injunction should be narrowed to the plaintiffs currently serving in the military but not those trying to enlist.</p><p>Another lawsuit challenging the ban was filed in Washington state and led to a ruling in favor of the plaintiffs challenging the policy in that case, though it's been blocked by the Supreme Court.</p><p>In January 2025, Trump signed an executive order that claims the sexual identity of transgender service members “conflicts with a soldier’s commitment to an honorable, truthful, and disciplined lifestyle, even in one’s personal life” and is harmful to military readiness.</p><p>In response to the order, Defense Secretary Pete Hegseth issued a policy that presumptively disqualifies people with gender dysphoria from military service. Gender dysphoria is the distress that a person feels because their assigned gender and gender identity don’t match. The medical condition has been linked to depression and suicidal thoughts.</p><p>The policy “appears to be driven by the bare desire to harm a politically unpopular group: persons who identify as transgender,” Judge Robert Wilkins wrote for the majority. Wilkins was nominated to the court by Democratic President Barack Obama.</p><p>Jennifer Levi, senior director of transgender and queer rights at GLAD Law, applauded the ruling.</p><p>“Today’s decision is a powerful vindication of the plaintiffs’ extraordinary courage and unwavering commitment to their country,” Levi said.</p><p>The Pentagon did not immediately respond to a request for comment.</p><p>In a dissenting opinion, Judge Justin Walker said judges lack the power to second-guess the decision to exclude transgender troops.</p><p>“We have neither the expertise nor the authority to decide whether the military can exclude the plaintiffs from its ranks. The Constitution assigns that authority to Congress and the Commander in Chief,” wrote Walker, who was nominated by Trump, a Republican.</p><p>Judge Judith Rogers, who was nominated by Democratic President Bill Clinton, joined Wilkins' majority opinion but also partially dissented. Rogers wrote that she would also have allowed new transgender recruits named in the lawsuit to join.</p><p>___</p><p>Associated Press writer Konstantin Toropin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QTJU4P7YE4YC76P2L7M3WQHYJQ.jpg?auth=58e7e3a7003e61f2efb0e893526fc0c251bba26381e424c5b633b8912605ae34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Army soldiers cross a floating bridge on the Imjin River during a joint river-crossing exercise between South Korea and the United States as a part of the Freedom Shield military exercise in Yeoncheon, South Korea, March 20, 2025. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XSNOYO23GOLFGMSWMUPKUE2KAI.jpg?auth=cb202ba5ee539c66213ddcbba967f94ea1b509aecc85bcaa45010a3ddaaf75d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Army soldiers wait to board their CH-47 Chinook helicopter during a joint military drill between South Korea and the United States at Rodriguez Live Fire Complex in Pocheon, South Korea, Sunday, March 19, 2023. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/POWTKT7FFWXOXK2TNDEL5G2WP4.jpg?auth=0ddce8d371fe521dd87fca1d6fa2d9f007432ec6bb6eae58b20dbd714ba3de71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth listens at a Senate Appropriations subcommittee on defense hearing on the budget request for the Department of Defense, Tuesday, May 12, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ELY6UWYVSCJ7BLEGRKMOAQKPNM.jpg?auth=3dc069b573a10467f0628eb58c8412893f50683f1443c5d6f150049fd4f426ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen, Tuesday, May 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Memorial Healthcare System to open new emergency room in Miramar]]></title><link>https://www.local10.com/health/2026/06/01/memorial-healthcare-system-to-open-new-emergency-room-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/01/memorial-healthcare-system-to-open-new-emergency-room-in-miramar/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[The Memorial Healthcare System plans to open a new freestanding Emergency Room on June 8 in Miramar. ]]></description><pubDate>Mon, 01 Jun 2026 16:00:16 +0000</pubDate><content:encoded><![CDATA[<p>The Memorial Healthcare System plans to open a new freestanding Emergency Room on June 8 in Miramar. </p><p>The 24/7 MHS <a href="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er" target="_self" rel="" title="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er">Read Road ER</a>, at 11300 Miramar Parkway, has both adult and pediatric private rooms. </p><p>“We can treat fractures, assess you for emergency conditions, everything,” said Dr. Louis Jane, an MHS emergency medicine physician. “We are capable of doing everything here.”</p><p>The facility, which also includes advanced imaging technology and lab services, was about $34.8 million. </p><p>“We anticipate seeing over 32,000 patients,” said Shane Strum, the MHS interim president and chief executive officer. “It’s easier for families, it’s closer to home, and they won’t have to wait.”</p><p>For more information, <a href="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er" target="_self" rel="" title="https://www.mhs.net/locations/memorial-healthcare-system-red-road-er">visit this page</a>. </p>]]></content:encoded></item><item><title><![CDATA[Sentry to take over as title sponsor of PGA Tour event at Torrey Pines]]></title><link>https://www.local10.com/sports/2026/06/01/sentry-to-take-over-as-title-sponsor-of-pga-tour-event-at-torrey-pines/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/sentry-to-take-over-as-title-sponsor-of-pga-tour-event-at-torrey-pines/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[Wisconsin-based Sentry Insurance is the new title sponsor at Torrey Pines, taking over another tournament with expansive views of the Pacific Ocean after eight years at Kapalua.]]></description><pubDate>Mon, 01 Jun 2026 17:00:39 +0000</pubDate><content:encoded><![CDATA[<p>Wisconsin-based Sentry Insurance is the new title sponsor at Torrey Pines, taking over another tournament with expansive views of the Pacific Ocean after eight years at Kapalua.</p><p>The Sentry will be played Jan. 27-30 next year on the North and South courses at Torrey Pines, the municipal course in San Diego that has been part of the PGA Tour schedule since 1968. The tournament will end on Saturday to avoid a conflict with the NFL’s conference championship games.</p><p>Still to be determined is where The Sentry falls when the PGA Tour completes a revamped schedule as early as 2028. It will be the second tournament of 2027, one week after The American Express about two hours away in La Quinta, California.</p><p>Sentry had been title sponsor at Kapalua dating to 2018. It started as a winners-only field and then expanded to include the top 50 in the FedEx Cup. But the tournament was not held in 2026 because of a water dispute on Maui that made it unlikely the Plantation course could be ready.</p><p>The tour subsequently did away with the Hawaii swing (Kapalua and the Sony Open on Oahu) and found a good spot for Sentry at Torrey Pines when Farmers Insurance did not renew as title sponsor.</p><p>The San Diego tournament dates to 1952. Next year will be the 60th time at Torrey Pines, which also has hosted the U.S. Open in 2008 and 2021.</p><p>“For 75 years the PGA Tour has hosted elite competition in San Diego, including the last 60 at revered Torrey Pines, and we are proud to build upon that legacy and longtime philanthropic impact with our partners at Sentry Insurance,” PGA Tour CEO Brian Rolapp said in a release.</p><p>The Century Club of San Diego will continue to run the tournament. In recent years, a change in sponsorship — such as the Truist Championship at Quail Hollow and the Cognizant Classic of the Palm Beaches — was taken over by the Championship Management arm of the PGA Tour.</p><p>“We’re excited to partner with Sentry, a longtime partner of the PGA Tour, and widely known for their reputation for impactful community engagement,” said Marty Gorsich, CEO of the Century Club of San Diego.</p><p>Justin Rose won the Farmers Insurance Open in January with a record score of 23-under 265 for a seven-shot victory, the first player to go wire-to-wire at Torrey Pines.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JFPWIT6RQXZDNCJZM5QDTMCXW4.jpg?auth=7ddfdb57f55e0071e08607ab29afc3ef460c11e013af25ffdf1a192444bbd7e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Justin Rose, of England, putts on the third green of the South Course at Torrey Pines during the final round of the Farmers Insurance Open golf tournament, Feb. 1, 2026, in San Diego. (AP Photo/Denis Poroy, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content></item><item><title><![CDATA[Last call? States look to extend bar and restaurant hours during the World Cup]]></title><link>https://www.local10.com/sports/2026/06/01/last-call-states-look-to-extend-bar-and-restaurant-hours-during-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/last-call-states-look-to-extend-bar-and-restaurant-hours-during-the-world-cup/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[PROVIDENCE, R.I. (AP) — World Cup fans in a growing number of U.S. cities won't have an issue finding a well-poured pint to go with their late-night match.]]></description><pubDate>Mon, 01 Jun 2026 16:55:27 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — World Cup fans in a growing number of U.S. cities won't have an issue finding a well-poured pint to go with their late-night match.</p><p>State leaders across the U.S. are signing off on extending bar and restaurant hours during the world’s most-watched sporting event. They want to help businesses and improve fan experiences, particularly for those who may have been priced out of tickets. Others see the move as a last-ditch effort to boost sales as expectations for a World Cup economic boon have dampened.</p><p>So far, Kansas, Missouri, New Jersey, Pennsylvania, Rhode Island and Washington — states either hosting World Cup matches or adjacent to the activity — have all approved various measures to extend hours for alcohol sales during the tournament. Similar proposals are being considered in New York and Massachusetts.</p><p>The changes mean that closing time won’t come until 4 a.m. in Philadelphia during the World Cup and America 250 celebrations. In Kansas City, some bars can stay open as late as 5 a.m.</p><p>Many of these changes are dependent on municipality approval, and no business would be required to extend business hours. But for the hospitality industry, already struggling under waning sales and inflation, the option to stay open later is welcomed.</p><p>Mark Prinzinger, owner of Lion Sports Bar in Philadelphia, described watching soccer with fans from all over the world as a “magical experience." Now that he has the option to keep his bar open two hours longer, he’s hired extra staff, streamlined the menus and planned late-night programming.</p><p>“People want to have a beer with other soccer fans and the great thing about the World Cup is that it brings people together from all over the world into one place to watch a sport that everybody loves,” he said.</p><p>Fans want an experience to remember</p><p>Prinzinger and other bar, restaurant and nightlife venues in Pennsylvania will be allowed to move their closing times from 2 a.m. until 4 a.m. during the World Cup and the America 250 anniversary celebrations, between June 11 and July 20. Gov. Josh Shapiro approved the legislation by releasing a video showing him cracking open a beer, signing off the social media post with a cheeky warning to the City of Brotherly Love's reputation for getting rowdy: “Celebrate responsibly, Philly.”</p><p>With more hours available to drink, some critics have raised concerns about public safety and potential strain on law enforcement even as the effort has received bipartisan support from lawmakers.</p><p>In Kansas City, Missouri, Mayor Quinton Lucas initially stated that his city “doesn't need bars operating 23 hours” during the World Cup and joked, “Worry not, if you want to drink a ton, bars can open quite early.”</p><p>Yet bar owners bristle under such opposition, saying that most businesses prioritize training staff to prevent patrons from being overserved.</p><p>“Just because people are hanging out at the bar watching a soccer game doesn’t mean they’re getting blitzed,” Prinzinger said. “In fact, I would say it’s completely the opposite. I think people want to watch the game. People want to be engaged.”</p><p>Rhode Island Rep. Teresa Tanzi agreed.</p><p>“Not everybody that’s going to walk into a place is going to be chugging drinks and getting loaded,” Tanzi, a Democrat, said earlier this month on the House floor. “There are going to be families who are going to want a cheeseburger, an American cheeseburger, and a Coca-Cola."</p><p>Rhode Island, which is closer than Boston is to World Cup matches host Gillette Stadium, is weighing whether to extend alcohol sales to 3 a.m. and closing times to 4 a.m. Currently, last call in the smallest U.S. state is 1 a.m., with some exceptions for its capital city of Providence.</p><p>Even Lucas relented, eventually submitting a plan allowing Kansas City restaurants and bars to remain open until 3 a.m., and certain establishments to remain open until 5 a.m. if they submit a security plan to the police department. Currently, alcohol sales can generally be made between 6 a.m. through 1:30 a.m.</p><p>The extended hours aren't entirely a U.S. trend. Pubs in England and Wales will be able to stay open as late as 2 a.m. if the English or Scottish teams are playing in the knockout stages after the U.K. government relaxed its licensing rules.</p><p>In Scotland, which has its own semiautonomous government, local authorities can allow pubs to stay open until 30 minutes after matches end.</p><p>Late-night demand remains to be seen</p><p>According to the World Cup schedule, a majority of games will be held from early afternoon through early evening. But a handful start later, with four games starting at midnight and eight games starting at 10 p.m. for those watching in the Eastern time zone.</p><p>Just how big of a demand there will be for late-night bites and drinks is somewhat unknown. In the U.S., consumer habits have shifted drastically ever since the COVID-19 pandemic, with more people choosing to go out earlier in the day and spending less overall, said David Henkes, senior principal at Technomic, a firm that monitors restaurant and food industry trends.</p><p>“It’s so hard to stay open late night or overnight just because it’s hard to find labor,” Henkes said. “I applaud the effort to give restaurants an opportunity to earn more revenue, but I’m not sure that there’s going to be significant enough demand for it to make sense for a lot of operators to do so.”</p><p>___</p><p>Associated Press writer Brian Melley contributed from London.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KB3KIFDYDBPWHF7Z5A2IB7CAZI.jpg?auth=3a8e4feaab319d3c0cff2407613f57418f36d99221af2d4cda2da69677ec763c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch a Champion league soccer match between Arsenal and Paris Saint-Germain at the Lion Sports Bar, Saturday, May 30, 2026, in Philadelphia. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GE2JU5SSVU4SCU4DTJMA35TEUI.jpg?auth=bcab165084d3d23f8732065022a323b7e439e25a662c31366985c41ca436702f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch a Champion league soccer match between Arsenal and Paris Saint-Germain at the Lion Sports Bar, Saturday, May 30, 2026, in Philadelphia. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JILHWIL2I3CAVCYVEXCIVED2S4.jpg?auth=8187c440605787a1ef20dd11f260e2ab68cd987b3496ae6dfc6794a365499b71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch a Champion league soccer match between Arsenal and Paris Saint-Germain at the Lion Sports Bar, Saturday, May 30, 2026, in Philadelphia. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIHDJ6PIF26ZKQV2PMNBLQ7EHY.jpg?auth=d916ff4336c8de8fd5ee661e84dff2f9273c2e3ff22cd972bccb72295763a699&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans arrive to watch a Champion league soccer match between Arsenal and Paris Saint-Germain at the Lion Sports Bar, Saturday, May 30, 2026, in Philadelphia. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKFGZVPUTGZZ22NM47XQVALTSA.jpg?auth=8274a5ddda3bc28690b68933521dd9c4e70eb01e15cebb5826f0b14830d4fafb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lion Sports Bar owner Mark Prinzinger poses behind the bar as fans watch a Champion league soccer match between Arsenal and Paris Saint-Germain, Saturday, May 30, 2026, in Philadelphia. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content></item><item><title><![CDATA[Deputies arrest Miami Fire Rescue veteran for domestic violence]]></title><link>https://www.local10.com/news/2026/06/01/deputies-arrest-miami-fire-rescue-veteran-for-domestic-violence-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/deputies-arrest-miami-fire-rescue-veteran-for-domestic-violence-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies arrested a Miami Fire Rescue 16-year veteran on Saturday after accusing him of domestic violence, records show.  ]]></description><pubDate>Mon, 01 Jun 2026 14:45:51 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies arrested a Miami Fire Rescue 16-year veteran on Saturday after accusing him of domestic violence, records show. </p><p>Capt. Maximo Vazquez had been arrested last year after he was accused of attacking a colleague in June and calling 911 to report his wife had vanished. </p><p>Miami-Dade corrections booked Vazquez, 43, shortly before 8:30 p.m. on Saturday at the Turner Guilford Knight Correctional Center. </p><p>Vazquez, who appeared to be under the influence of alcohol, walked out of his home “with a hammer,” approached his wife, who was in a parked 2026 dark gray Tesla sedan, and “threatened” to smash all of the windows, according to a deputy’s arrest report. </p><p>Vazquez placed several metal screws under the car’s tires, and when his wife got out of the car, he “grabbed” and “twisted her wrists, took her cell phones, and disabled the car’s start-up mechanism, according to the deputy’s arrest report. </p><p>Vazquez “continued drinking alcohol inside the residence, aggressively grabbed both of her arms, placed them against her chest, and pushed her ... began to slap her in the face ... butt headed [her], and proceeded to strike [her] in the head with his personal cellular phone ... proceeded to rip-off [her] clothing ... grabbed her by the hair,” a deputy wrote, according to the arrest report. </p><p>Someone called 911 anonymously, and when deputies responded to the house, the woman denied the domestic violence and said she did not need help, according to a deputy’s arrest report. </p><p>The woman left her home and went to the emergency room at the Jackson South Medical Center after suffering “a major headache,” according to deputies, who responded to the hospital. </p><p>“We have not been in contact with the individual. Once contact is established, the department will initiate a thorough internal investigation in accordance with our policies and procedures,” a Miami Fire Rescue Department spokesperson wrote in a statement. </p><p>Vazquez faced new charges of aggravated assault with a deadly weapon, aggravated battery, strong-arm robbery, and false imprisonment. </p><p>Miami-Dade County Circuit Judge Michelle Ashby Delancy was set to preside over the new case. </p><p><i>Local 10 News Assignment Editors Carson Merlo and Mariana Ortiz contributed to this report. </i></p><p><b>Inmate record</b></p><figure><img src="https://www.local10.com/resizer/v2/O4HENUSDVFF4FCD6T4MSCIQZQU.jpg?auth=8a13ebfbc0d415c769178714dcec4d452c1880e2800900ca4e3c6b415b8d5e98&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2025/08/29/video-shows-arrest-of-veteran-miami-fire-captain-accused-of-assaulting-fellow-first-responder/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/29/video-shows-arrest-of-veteran-miami-fire-captain-accused-of-assaulting-fellow-first-responder/">Video shows arrest of veteran Miami fire captain accused of assaulting fellow first responder</a></li><li><a href="https://www.local10.com/news/local/2025/06/03/veteran-miami-fire-lieutenant-accused-of-assaulting-fellow-first-responder-misusing-911/" rel="">Veteran Miami fire captain accused of assaulting fellow first responder, misusing 911</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Florida Vintage: Former Dade County commissioner becomes face of bizarre scandal]]></title><link>https://www.local10.com/features/2026/06/01/florida-vintage-former-dade-county-commissioner-becomes-face-of-bizarre-scandal/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/01/florida-vintage-former-dade-county-commissioner-becomes-face-of-bizarre-scandal/</guid><description><![CDATA[In 1992, one of South Florida’s most powerful politicians, Dade County Commissioner Joe Gersten, became the face of a bizarre scandal involving a missing Mercedes, a drug house, prostitutes and an escape to Australia.]]></description><pubDate>Mon, 01 Jun 2026 16:46:31 +0000</pubDate><content:encoded><![CDATA[<p>In 1992, one of South Florida’s most powerful politicians, Dade County Commissioner Joe Gersten, became the face of a bizarre scandal involving a missing Mercedes, a drug house, prostitutes and an escape to Australia.</p>]]></content:encoded></item><item><title><![CDATA[Anthropic races toward a Wall Street debut with a confidential SEC filing]]></title><link>https://www.local10.com/business/2026/06/01/anthropic-races-toward-a-wall-street-debut-with-a-confidential-sec-filing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/anthropic-races-toward-a-wall-street-debut-with-a-confidential-sec-filing/</guid><dc:creator><![CDATA[By MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[Artificial intelligence company Anthropic is moving toward going public on Wall Street, the latest chapter in its meteoric rise from a little-known research laboratory to one of the leading AI companies valued at $965 billion.]]></description><pubDate>Mon, 01 Jun 2026 21:45:59 +0000</pubDate><content:encoded><![CDATA[<p>Artificial intelligence company Anthropic is moving toward going public on Wall Street, the latest chapter in its meteoric rise from a little-known research laboratory to one of the leading AI companies valued at $965 billion.</p><p>Anthropic said Monday it has submitted a confidential filing with the U.S. Securities and Exchange Commission for a proposed initial public offering of its common stock.</p><p>“This gives us the option to go public after the SEC completes its review,” Anthropic said in a brief statement. “The proposed initial public offering will depend on market conditions and other factors.”</p><p>The company said it hasn't decided on the number or price of shares to be offered.</p><p>Anthropic said last week it had raised $65 billion in private funding that will push its valuation to $965 billion, a whopping number that makes the five-year-old maker of the Claude chatbot one of the world’s most valuable startups.</p><p>Anthropic now has vaulted ahead of its chief rival, ChatGPT maker OpenAI, not only in market value and reported revenue but also on the path to becoming a publicly traded company.</p><p>“I think we were all expecting OpenAI to go first, so it was a little bit surprising,” said Patrick Corrigan, a law professor at Notre Dame University who studies IPOs. “Public investors are going to be comparing them roughly around the same time, and so there seems to be a bit of a first movers’ advantage here.”</p><p>Anthropic said it’s now making annualized revenue of $47 billion from selling its technology to people and organizations using Claude to write code and do other work and personal tasks on their behalf.</p><p>Anthropic was formed in 2021 by ex-OpenAI leaders and now both AI firms, along with Elon Musk’s rocket and AI company SpaceX, are all expected to become publicly traded. All three have been losing more money than they make, fueling concerns of an AI bubble.</p><p>Wedbush Securities analyst Dan Ives said Anthropic’s move marks a major step for the company to get ahead of OpenAI and "an opening of the floodgates for the IPO market, which has been relatively dormant for a few years, with these three major conglomerates set to go public later this year.”</p><p>Corrigan said the race between Anthropic, OpenAI and SpaceX resembles in some ways the rush by startups to go public in the early internet era. Some of those companies — like Amazon — did well, and others infamously failed during the dot-com crash but still left new technology that changed society and work life.</p><p>“Whenever there is speculation, there’s also usually substance and fundamentals,” Corrigan said. “The question here is whether the price investors are going to end up paying is going to match up to the substance and fundamentals of what AI is really going to do in the real economy and as a business.”</p><p>Claude’s growing popularity has left OpenAI playing catch-up despite its early lead in making ChatGPT a household name that sparked a commercial AI boom. Anthropic also last week launched its newest AI model, called Claude Opus 4.8, boasting that it is even better at coding and other professional work than previous models.</p><p>OpenAI last reported in March it was heading toward a $852 billion valuation after a $122 billion fundraising round. It has not yet reported filing initial IPO paperwork with the SEC.</p><p>SpaceX was valued at $800 billion last year, but its value grew to $1.25 trillion after the space exploration company merged with Musk’s xAI in February. Musk recently announced plans for one of the biggest stock sales ever and will be able to pitch the offering to investors as soon as this week.</p><p>IDC analyst Tim Law said it will be a “healthy thing” for the AI industry when these companies are required to provide quarterly earnings reports and disclose some of their technology investments.</p><p>“We think of these as very mature organizations, but they’ve had to mature in a very short period,” he said.</p><p>As for bubble concerns, Law, who rode the dot-com IPO wave while working for internet company VerticalNet in the early part of the century, said there's evidence from these AI startups' existing products to show they are on a path not just to profitability but to artificial general intelligence, technology that does work as well as or better than humans.</p><p>“There are some skeptics around demand. I thoroughly believe the demand is there and will grow,” Law said. “I think this funding round may be the thing that enables us to complete the final sprint toward AGI.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGTHA6V32WVOVDTJQJ562LQP7Q.jpg?auth=a0519ccdca20982a4a16c7eb56a75bf2c5ea0aabc41facac3d356c94d8af85f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[Berkshire Hathaway buys homebuilder Taylor Morrison in first deal under new CEO]]></title><link>https://www.local10.com/business/2026/06/01/new-berkshire-hathaway-ceo-greg-abel-makes-first-deal-since-taking-over-from-warren-buffett/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/new-berkshire-hathaway-ceo-greg-abel-makes-first-deal-since-taking-over-from-warren-buffett/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Berkshire Hathaway 's new CEO Greg Abel hinted that he may depart from Warren Buffett 's longtime hands-off operating model at the conglomerate as he announced a $6.8 billion acquisition of homebuilder Taylor Morrison.]]></description><pubDate>Mon, 01 Jun 2026 21:40:32 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Berkshire Hathaway 's new CEO Greg Abel hinted that he may depart from Warren Buffett 's longtime hands-off operating model at the conglomerate as he announced a $6.8 billion acquisition of homebuilder Taylor Morrison.</p><p>Abel suggested in the deal announcement he plans to consolidate Taylor Morrison with Berkshire's existing site-built homebuilding operations that are part of its Clayton Homes subsidiary. For six decades under Buffett, Berkshire promised to largely leave companies alone after it acquired them and allow the executives to keep running the day-to-day operations the same way.</p><p>“Over time, we expect to unify our site-built homebuilding operations into a combined platform,” Abel wrote, “enabling us to deliver the dream of homeownership to more Americans.”</p><p>In addition to Clayton, which specializes in manufactured homes but also has a site-built unit, Berkshire owns several other housing related businesses including Benjamin Moore paint and Shaw Floors.</p><p>It's not clear how much consolidating Abel might do among the dozens of companies Berkshire owns. Those holdings include an assortment of insurers like Geico, major manufacturers such as Precision Castparts and a slew of retail and service companies like NetJets, Dairy Queen and Helzberg Diamonds. But Abel is known as a much more active manager than Buffett ever was.</p><p>“Given Greg’s strength as an operator it will be interesting to see if he does consolidate these units to get some greater scale and efficiencies,” said CFRA Research analyst Cathy Seifert.</p><p>Abel has been overseeing all of Berkshire's non-insurance businesses since 2018, and he hasn't made any major changes in operations though he has encouraged the company's subsidiaries to cooperate more when it makes sense. Abel became CEO in January, but Buffett remains chairman and Berkshire's largest shareholder.</p><p>“Under Greg, where it makes sense for efficiencies or scale, we'll likely see more consolidation than we saw under Buffett when Berkshire was smaller and the acquired company's founders were still in place,” said investor Steven Check, who is president of Check Capital Management.</p><p>Berkshire shareholders will likely be excited just to see Abel making deals, given that the Omaha-based company is currently sitting on nearly $400 billion cash. This deal by itself isn't likely to make a meaningful impact on Berkshire's bottom line because the conglomerate is so big, but dealmaking and investing are the areas of Abel's resume that investors had the most questions about.</p><p>Buffett praised Abel in an interview with CNBC on Monday morning.</p><p>“Greg did that faster than I could have done it, smoother than I could have done it, and I never talked to the CEO. He has launched,” Buffett told CNBC.</p><p>Abel has led acquisitions before while leading Berkshire's massive utility division, but obviously Buffett would have signed off on those. Now Abel is making the decisions with advice from Buffett and the rest of the board.</p><p>“I think investors will cheer Greg’s foray into M&A as CEO. The purchase price seems rich given the current interest rate/macro environment,” Seifert said.</p><p>Berkshire agreed to pay Taylor Morrison investors $72.50 per share in the all-cash deal. That represents a 24% premium over the company's previous closing price of $58.50. Shares of the Scottsdale, Arizona-based homebuilder jumped up near that purchase price on Monday while Berkshire's shares slipped 1%.</p><p>But Raymond James analyst Buck Horne said in a research note that it's possible Berkshire could face some competition from private equity firms or other potential buyers who might be willing to pay more for Taylor Morrison before its shareholders can vote on whether to accept this offer.</p><p>“We would not be shocked if other players and/or private equity began to sharpen their pencils before the ink on this agreement is fully dry,” Horne said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGMCBRBP626CJDGSNO4SNBKU4U.jpg?auth=ab230b1be729da3317b16e26fd7ff0be80b3976743e3a433188a9a8fe3343666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portraits of Berkshire Hathaway's Warren Buffett, left, and CEO Greg Abel sit in a semi truck at the Pilot display in the Berkshire Hathaway annual meeting on May 2, 2026, in Omaha, Neb. (AP Photo/Rebecca S. Gratz, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYZBQWMCVWC6N4QQW3LIZKDXRU.jpg?auth=164fd027c034d48e76f4d29d1af09d53e4b514fb877613e92c988e9fc2a604d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Berkshire Hathaway Vice Chairman Greg Abel poses for pictures with shareholders while touring the booths Berkshires companies set up, May 3, 2024, in Omaha, Neb. (AP Photo/Josh Funk, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Funk</media:credit></media:content></item><item><title><![CDATA[Arranca la temporada de huracanes 2026: El Niño podría ser el freno más poderoso en años]]></title><link>https://www.local10.com/espanol/2026/06/01/arranca-la-temporada-de-huracanes-2026-el-nino-podria-ser-el-freno-mas-poderoso-en-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/arranca-la-temporada-de-huracanes-2026-el-nino-podria-ser-el-freno-mas-poderoso-en-anos/</guid><description><![CDATA[La temporada de huracanes arrancó hoy y hay una buena noticia: El Niño podría ser el más poderoso en años, lo que reduciría la actividad en el Atlántico. Pero los expertos recuerdan que menos huracanes no significa ninguno.]]></description><pubDate>Mon, 01 Jun 2026 16:29:48 +0000</pubDate><content:encoded><![CDATA[<p>Hoy comienza el primer día de los 183 días de la temporada de huracanes del Atlántico, que se extiende hasta el 30 de noviembre.Hoy comienza el primer día de los 183 días de la temporada de huracanes del Atlántico, que se extiende hasta el 30 de noviembre. Los pronosticadores esperan que la actividad general de huracanes en la cuenca del Atlántico se vea atenuada esta temporada por un fenómeno de El Niño potencialmente histórico que se está desarrollando en el Pacífico ecuatorial oriental, el cual actúa como freno para las posibles tormentas en el lado del Atlántico al intensificar la cizalladura del viento.</p><p>Casi todos los principales grupos de pronósticos estacionales, incluyendo la Universidad del Estado de Colorado, que emitió su primer pronóstico a principios de abril, y la NOAA, la agencia matriz del Servicio Meteorológico Nacional, predicen una actividad de huracanes por debajo del promedio para la cuenca del Atlántico en 2026.</p><figure><img src="https://www.local10.com/resizer/v2/AWT56XNRFFCIDOXLOBTOHQS5RE.PNG?auth=3eb5cde6f99de765b7de0c9d0e91b81d3f0f5ef120b60e5b20cb019ef88db714&smart=true&width=1200&height=900" alt="Hurricane season outlooks" height="900" width="1200"/><figcaption>Hurricane season outlooks</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/66EJ2TPTR5B57GTA6IR5ZJ2OK4.png?auth=fe95bdd4259b7b01845fb3a1e28a22ac707c4e437952efd4641fc90a38f1a638&smart=true&width=1200&height=900" alt="Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season." height="900" width="1200"/><figcaption>Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season.</figcaption></figure><h3>El Niño toma el centro del escenario</h3><p>El factor dominante de esta temporada de huracanes será el rápidamente creciente El Niño, aguas anormalmente cálidas alrededor del ecuador en el Pacífico oriental, que se espera sea declarado oficialmente en el próximo mes o dos.</p><p>En las últimas dos semanas, las aguas han promediado alrededor de un grado Celsius por encima del promedio en la principal región de monitoreo de El Niño (denominada región Niño 3.4), lo cual es significativo, especialmente para esta época del año. La NOAA requiere que las aguas en esta región de monitoreo alcancen al menos medio grado Celsius por encima del promedio durante un período de tres meses antes de declarar condiciones de El Niño, por lo que sus umbrales tardan un poco más en alcanzarse.</p><p>Sin embargo, vamos bien encaminados hacia lo que los modelos pronostican será un El Niño extraordinario más adelante este año y hacia principios de 2027 (las condiciones de El Niño típicamente alcanzan su punto máximo de noviembre a enero). Los modelos de pronóstico indican una certeza casi absoluta (más del 90% de probabilidad) de un El Niño fuerte a muy fuerte durante los meses pico de la temporada de huracanes del Atlántico (agosto-septiembre-octubre), y más del 80% de probabilidad de un llamado “Súper El Niño” durante lo que tradicionalmente es la parte más activa de la temporada este otoño.</p><p>Las condiciones de El Niño afectan la temporada de huracanes del Atlántico de varias maneras, pero principalmente incrementan notablemente la cizalladura del viento en las áreas normalmente favorables para el desarrollo de huracanes. Durante El Niños fuertes a muy fuertes como el pronosticado, la cizalladura del viento es especialmente intensa en la parte occidental del Atlántico y en todo el Mar Caribe.</p><figure><img src="https://www.local10.com/resizer/v2/SC6RF57VMBBO5LJO5EOTWBWHRY.png?auth=d55b977d8b06987039ff1bdbef4d2505fb82ad09e8bf6fc614a0e6eab8596d2f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Vale la pena señalar que durante el último El Niño fuerte en 2023, la actividad de huracanes no se redujo debido a un Atlántico tropical extraordinariamente cálido que contrarrestó la influencia habitual de El Niño. Esto no se espera que ocurra en 2026, con aguas cerca del promedio en la principal región de desarrollo del Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/RDLRW3YJKBGAFO7MHFJVR7SSGM.gif?auth=02192db254ae4488bc4d8117e23bfd2371146fcca4ba8e303f67ff79c5c8676a&smart=true&width=1200&height=900" alt="Water temperature departures from average the last week of May 2025 versus the last week of May 2026." height="900" width="1200"/><figcaption>Water temperature departures from average the last week of May 2025 versus the last week of May 2026.</figcaption></figure><h3>Menos actividad no significa ninguna actividad</h3><p>Menos actividad de huracanes no significa que no haya actividad. Aunque los impactos en Estados Unidos <a href="https://journals.ametsoc.org/view/journals/bams/99/7/bams-d-17-0184.1.xml" target="_self" rel="" title="https://journals.ametsoc.org/view/journals/bams/99/7/bams-d-17-0184.1.xml">tienden a reducirse durante los años de El Niño</a>, el riesgo no desaparece por completo.</p><p>Incluso durante El Niños fuertes hemos visto grandes impactos de huracanes, como en 1965 con el huracán Betsy, que hizo un giro inusual al este de Florida antes de golpear el sur de Florida y hacer su impacto final en el sur de Luisiana, causando inundaciones severas en el área metropolitana de Nueva Orleans y convirtiéndose en el huracán del Atlántico más costoso registrado hasta ese momento (y el primer desastre en Estados Unidos que superó los mil millones de dólares, sin ajuste por inflación).</p><p>Como demostró Betsy y como sugiere el mapa de anomalías de cizalladura del viento, las tormentas que se desarrollan en las zonas subtropicales (la región justo al norte del cinturón tropical principal y al este de Florida) tienen más posibilidades de evadir la intensificada corriente en chorro subtropical y organizarse durante los años de El Niño. Aquí en el sureste de Florida debemos mantener la vista hacia el este, especialmente en agosto y septiembre, ante tormentas que puedan abrirse paso entre las condiciones adversas.</p><h3>Sin actividad organizada esperada esta semana</h3><p>La primera semana completa de la temporada de huracanes de 2026 debería ser mayormente tranquila. Aire tropical cargado de humedad permanecerá sobre el Golfo esta semana, pero la abundante cizalladura del viento mantendrá el Golfo cerrado por ahora.</p><p>Un potente frente frío traerá aire más seco a gran parte de Florida y el Golfo oriental hacia finales de esta semana y el fin de semana, aunque solo un breve alivio para el sureste de Florida. Estaremos atentos a principios y mediados de la próxima semana a este frente estacionario que se extenderá por Florida hacia el Atlántico occidental. Estos frentes estacionarios pueden ser una fuente de travesuras tropicales al inicio de la temporada, pero por ahora los modelos de largo plazo no sugieren nada preocupante.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U4V3XIXI3VF7TFFOP2JUCKF6F4.jpg?auth=bf0645d6e16d9a843f169082f00c8e460ebd23b2b59eb19f2cbda5a1fdc7ebfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traditional strong El Niño, showing sea surface temperature anomalies (red=warmer than average) during the late fall and winter months. A building El Niño is expected to reduce overall Atlantic hurricane activity in 2026.]]></media:description></media:content></item><item><title><![CDATA[Ahead of jury selection in fatal boat crash trial, judge deals blow to George Pino’s defense]]></title><link>https://www.local10.com/news/local/2026/06/01/ahead-of-jury-selection-in-fatal-boat-crash-trial-judge-deals-blow-to-george-pinos-defense/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/ahead-of-jury-selection-in-fatal-boat-crash-trial-judge-deals-blow-to-george-pinos-defense/</guid><dc:creator><![CDATA[Isabella Martin, Chris Gothner]]></dc:creator><description><![CDATA[Shortly before jury selection was set to take place Monday, a Miami-Dade judge ruled that statements real estate mogul George Pino made to investigators following a deadly 2022 boat crash will be allowed at trial.]]></description><pubDate>Mon, 01 Jun 2026 16:28:34 +0000</pubDate><content:encoded><![CDATA[<p>Shortly before jury selection was set to take place Monday, a Miami-Dade judge ruled that statements real estate mogul <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> made to investigators following a deadly 2022 boat crash will be allowed at trial.</p><p>Attorneys for Pino, 55, had sought to get those statements thrown out. They had also tried, <a href="https://www.local10.com/news/local/2026/05/28/judge-hears-more-testimony-as-lawyers-seek-to-get-boat-crash-case-against-george-pino-moved-tossed/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/28/judge-hears-more-testimony-as-lawyers-seek-to-get-boat-crash-case-against-george-pino-moved-tossed/">unsuccessfully</a>, to have the <a href="https://www.local10.com/news/local/2024/10/31/real-estate-mogul-george-pino-facing-homicide-charge-in-2022-boat-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2024/10/31/real-estate-mogul-george-pino-facing-homicide-charge-in-2022-boat-crash/">entire case</a> ― centering on the death of 17-year-old <a href="https://www.local10.com/news/local/2022/09/09/teenage-girls-death-after-boat-crash-prompts-outpouring-of-grief/" target="_self" rel="" title="https://www.local10.com/news/local/2022/09/09/teenage-girls-death-after-boat-crash-prompts-outpouring-of-grief/">Lucy Fernandez</a> ― thrown out or moved out of Miami-Dade County.</p><p>Judge Marisa Tinkler Mendez also denied another defense request to have a 12-person jury instead of a six-person jury.</p><p>Authorities said Pino, then 52, was behind the wheel of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 when he lost control and slammed it into a channel marker near Boca Chita Key, killing Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig.</p><p>Prosecutors and defense attorneys continued to clash over whether Pino was impaired, including debating over empty beer bottles found on the boat. During Monday’s hearing, Pino’s attorney, Howard Srebnick, brought up testimony from Fernandez’s father.</p><p>“Mr. Fernandez testified that he himself had consumed alcohol at the sandbar, as did his spouse,” Srebnick said. “That they left the sandbar before Mr. Pino did. They left Lucy at the sandbar with Mr. Pino, and of course, would never have had Lucy go on board a vessel with Mr. Pino if he had thought that Mr. Pino was impaired and by his testimony he did not observe any impairment of Mr. Pino.”</p><p>Pino, facing charges of both manslaughter and vessel homicide, could spend up to three decades in prison if convicted of both charges.</p><p>Jury selection was set to begin in the afternoon hours Monday.</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[Local 10 Hurricane Special: It Only Takes One]]></title><link>https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/</guid><description><![CDATA[With hurricane season beginning Monday, Local 10 wants to make sure you’re prepared.]]></description><pubDate>Sun, 31 May 2026 23:45:37 +0000</pubDate><content:encoded><![CDATA[<p>With hurricane season beginning Monday, Local 10 wants to make sure you’re prepared.</p><p>We’re taking you inside Jamaica for a firsthand look at the devastation left behind by Hurricane Melissa, plus showing you how artificial intelligence is playing a role in forecasting this season, and -- 100 years later -- we look back at the Great Miami Hurricane of 1926 -- the storm that changed South Florida forever.</p><p>Hurricane specialist and storm surge expert Michael Lowry, Local 10 chief certified meteorologist Betty Davis and the entire Weather Authority team bring you “It Only Takes One,” which can be viewed at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[Video shows car plowing into Miami-Dade house after crash]]></title><link>https://www.local10.com/traffic/2026/06/01/video-shows-car-plowing-into-miami-dade-house/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/06/01/video-shows-car-plowing-into-miami-dade-house/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[A family’s surveillance camera recorded when a driver crashed into their home on Sunday in southwestern Miami-Dade County’s Richmond Heights neighborhood.   ]]></description><pubDate>Mon, 01 Jun 2026 16:17:53 +0000</pubDate><content:encoded><![CDATA[<p>A family’s surveillance camera recorded when a driver crashed into their home on Sunday in southwestern Miami-Dade County’s Richmond Heights neighborhood. </p><p>Four were injured after two cars crashed at Douglas Drive and Monroe Street. One car crashed into a third car, and another crashed into a house. </p><p>“The gray car was coming from that side at like 100 mph, hit the red car,” Errol Gunter said.</p><p>The impact pushed both the red and gray cars through the house’s metal fence. The red car struck the parked sports utility vehicle. </p><p>Gunter said the gray car crashed just about 16 inches away from the living room, where his mother was. She wasn’t among the injured. </p><p>“My sister told me that she heard a big, big sound outside, and when they came out, they saw both cars,” Gunter said. </p><p>The four injured, including three whose condition was critical, were inside the red and gray cars. The family at the house had to evacuate until authorities deem it safe for them to return. </p><p>“Every time I think about how close it came to my mom, my eyes fill with water,” Gunter said. </p>]]></content:encoded></item><item><title><![CDATA[Battling vertigo, NASCAR driver Alex Bowman says 'I’m as close to 100% as I’m going to get']]></title><link>https://www.local10.com/sports/2026/06/01/battling-vertigo-nascar-driver-alex-bowman-says-im-as-close-to-100-as-im-going-to-get/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/battling-vertigo-nascar-driver-alex-bowman-says-im-as-close-to-100-as-im-going-to-get/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description><![CDATA[LEBANON, Tenn. (AP) — His father called wanting to know why Alex Bowman didn't race at the NASCAR's O'Reilly series stop at Nashville Superspeedway as previously scheduled.]]></description><pubDate>Mon, 01 Jun 2026 16:17:56 +0000</pubDate><content:encoded><![CDATA[<p>LEBANON, Tenn. (AP) — His father called wanting to know why Alex Bowman didn't race at the NASCAR's O'Reilly series stop at Nashville Superspeedway as previously scheduled.</p><p>Making sure his son was OK was paramount considering Bowman's latest injury in a battle with vertigo that had the driver wondering if he'd ever drive again.</p><p>“I would say I’m as close to 100% as I’m going to get,” Bowman said before the Cracker Barrel 400 Cup Series race Sunday night.</p><p>Vertigo forced Bowman out of his No. 48 Chevrolet during the Cup race at Circuit of the Americas in Texas three months ago. He missed races at Phoenix and Las Vegas, and the decision not to drive for JR Motorsports at Darlington or Nashville in NASCAR's second-tier series was made in advance when Bowman was busy trying to figure out what caused his vertigo.</p><p>“Honestly, I forgot about it, and then I saw everybody confused this week," Bowman said. "My dad called me, he’s like, ‘Why aren’t you running that race?’ I’m like, ‘What are you talking about?’ So, yeah, I totally forgot about it.”</p><p>Bowman, who has more than 360 career Cup Series starts, has been driving for Hendrick Motorsports full time since the 2018 season and made the playoffs in all but one season. He missed five races in 2022 with a concussion and missed three races the next season with a broken back.</p><p>Now 33, Bowman wound up missing four Cup races after vertigo hit him hard March 1 with dizziness, a spinning sensation and nausea. That last part was the messiest inside the tight confines of a driver's seat.</p><p>"I was dizzy in the car and throwing up on myself in the car, spinning and kind of all that stuff,” Bowman said.</p><p>It was so bad Bowman got out of the car with about 20 laps left, replaced by Myatt Snider who had to scramble into a race suit after working as a pit spotter for the Fox broadcast. Anthony Alfredo drove Bowman's Cup car at Phoenix Raceway. Justin Allgaier took the seat in Las Vegas, Darlington and Martinsville.</p><p>Bowman's deal with JR Motorsports had him driving at Darlington and Nashville in a deal that splits the O'Reilly series schedule among five drivers. Kyle Larson finished eighth Saturday night with his turn behind the wheel.</p><p>Figuring out what caused Bowman's vertigo took priority in his latest injury. Vertigo usually results from inner ear issues. For Bowman, the spinning happened when he was in the car.</p><p>“It wasn’t like I was sitting at home spinning the whole time," Bowman said. "I was pretty fortunate that I felt OK in that sense. But yeah, it took a while to kind of figure out the causes and kind of be able to fix everything and get back feeling good enough to get back in a race car.”</p><p>It was frustrating because everything Bowman did to feel better left him feeling worse and worse wondering if his career might be at an end.</p><p>Bowman's spine with the back he broke in 2023 needed what he called "a tiny little operation" to help get his balance issues under control. He also continues with physical therapy to keep vertigo from returning.</p><p>Finally, it was like a light switched for Bowman suddenly feeling like himself again.</p><p>Now Bowman is focused on racing as NASCAR heads to Michigan this weekend. Bowman moved up one spot to 32nd in the points race after finishing 33rd at Nashville with his car in the garage. He was running well when Bubba Wallace's No. 23 Toyota slid down the track into the right rear of his Chevrolet on lap 204.</p><p>Bowman has eight career wins with his best season finish sixth in the Cup standings in 2020. He has missed the playoffs only once, but his last win was in 2024 at the Chicago street course.</p><p>He has 12 races left to climb into the playoff chase mix. It's been a different year with Bowman driving well at tracks he struggled at in past years helping him post a pair of top five finishes.</p><p>He's already managed his biggest win by getting his vertigo under control.</p><p>“I’m glad to be on the right side of it,” Bowman said.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/64G47QC34AR3J2UYQZCNDTLYYM.jpg?auth=72d1bec6fe50b9d9ff3edd656c1aa6a1c9df1c6487e23892e42afdeea54dc775&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Bowman, center, stands with his team before a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDOM5WBVF4KBWRWIJ7SAGMEI3Y.jpg?auth=12e0c3da07205cafc4b70e0f4a36bae256aeab7ea5a94b007feba299fe66b70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Bowman is towed off the track after a collision during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7N6LT3HZSRTI6ULCEBCDAJ7HBU.jpg?auth=79be738d7f1fb1413d53857624174c38a48c0b07a19a0e3db20808ad26b0a30d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Bowman races around the track during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHT5VIVTUXWAQ277FT7T3Q2ROI.jpg?auth=48e56b0b37cf024ca4fe2a0f20386c01ae49619454b125cdd7e2160dd99ad8e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Bowman gets out of his car in the garage after a wreck during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content></item><item><title><![CDATA[Dua Lipa and actor Callum Turner are married]]></title><link>https://www.local10.com/entertainment/2026/06/01/dua-lipa-and-actor-callum-turner-are-married/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/dua-lipa-and-actor-callum-turner-are-married/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Dua Lipa and actor Callum Turner are married, local officials in London confirmed to The Associated Press.]]></description><pubDate>Mon, 01 Jun 2026 18:13:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Dua Lipa and actor Callum Turner are married, local officials in London confirmed to The Associated Press.</p><p>They tied the knot Sunday at Old Marylebone Town Hall.</p><p>Photographs of the couple leaving the town hall began to circulate on social media Sunday, depicting Lipa, 30, in a white skirt suit by Schiaparelli, news outlets reported, citing a press release. She also wore a wide-brimmed hat and matching gloves. Turner, 36, was shown in a custom, blue, double-breasted jacket with matching pants, shirt and tie by Ferragamo.</p><p>Representatives for Lipa and Turner did not immediately respond to AP’s request for comment.</p><p>The pair first sparked relationship rumors at the beginning of 2024.</p><p>Lipa confirmed her engagement to Turner last year after months of speculation in a cover story for British Vogue’s July issue. Fans had theorized the ring Lipa began sporting in photos in December 2024 signaled an engagement.</p><p>The London-born, British Albanian singer is celebrated for revitalizing a disco-pop sound in the musical mainstream, beginning with the release of her 2017 self-titled album and carrying through 2020’s “Future Nostalgia” and 2024’s “Radical Optimism.”</p><p>“Dance music has such a long history of creating such a safe space. And I just want to embody that,” she told the AP.</p><p>She has won three Grammys and boasts five top 10 hits on the Billboard Hot 100.</p><p>Turner is known for his roles in the “Fantastic Beasts” movies as well as the George Clooney-directed “The Boys in the Boat” and World War ll drama series “Masters of the Air” on Apple TV+. He recently starred opposite Elizabeth Olsen in “Eternity,” a clever romantic comedy about the afterlife.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2TDTD3LOEOWDUUWS3D2ZIVHNQ.jpg?auth=a48368edc8ef3be18f71d7bf1cccc4d2a0a73b0309a2835bffaae7cd8716497e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dua Lipa, left, and Callum Turner arrive at the Vanity Fair Oscar Party on Sunday, March 15, 2026, at the Los Angeles County Museum of Art in Los Angeles. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2S6FXMKPTA7UNKWOFKK66ZSYQ.jpg?auth=de3c1a483950b6733ed210f33f123142aa9e360d597c55a72c82299070613f22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dua Lipa, left, and Callum Turner arrive at the Vanity Fair Oscar Party on Sunday, March 15, 2026, at the Los Angeles County Museum of Art in Los Angeles. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Judge postpones civil trial over deadly collapse of Baltimore's Key Bridge after late settlements]]></title><link>https://www.local10.com/news/national/2026/06/01/judge-postpones-civil-trial-over-deadly-collapse-of-baltimores-key-bridge-after-late-settlements/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/01/judge-postpones-civil-trial-over-deadly-collapse-of-baltimores-key-bridge-after-late-settlements/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — A federal judge agreed Monday to postpone a civil trial over the 2024 collapse of Baltimore’s Francis Scott Key Bridge after a flurry of last-minute settlements resolved most of the remaining claims.]]></description><pubDate>Mon, 01 Jun 2026 19:09:52 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — A federal judge agreed Monday to postpone a civil trial over the 2024 collapse of Baltimore’s Francis Scott Key Bridge after a flurry of last-minute settlements resolved most of the remaining claims.</p><p>U.S. District Judge James Bredar expressed frustration about the timing of last week's settlements, including deals resolving all pending claims over the deaths of six construction workers. The workers were filling potholes when the container ship Dali lost power and crashed into the bridge in the early morning hours of March 26, 2024.</p><p>Virtually all of the unresolved claims are alleging economic losses by businesses and local governments. None of the remaining parties were asking to start the trial as scheduled this week.</p><p>Bredar, who was nominated to the bench by Democratic President Barack Obama, was scheduled to hear attorneys' opening statements on Monday for a trial expected to last approximately five weeks. He postponed the proceedings indefinitely to consider legal arguments that could lead to further settlements and possibly end the litigation without a trial.</p><p>Bredar said he was “highly frustrated,” but acknowledged that civil cases often settle on the eve of trial.</p><p>“It's not directed at just one side or another. It takes two to tango,” Bredar said. “I'm frustrated on behalf of the public (and) the court.”</p><p>Details of the settlements with families of the construction workers weren't publicly disclosed.</p><p>Less than two weeks ago, Bredar rejected a prior request to delay the trial after the filing of criminal charges against companies that managed the Dali.</p><p>On May 12, Justice Department prosecutors announced the indictment against Singapore-based Synergy Marine Pte Ltd. and Chennai, India-based Synergy Maritime Pte Ltd.</p><p>The operator of the Dali and its technical superintendent are charged with conspiracy, misconduct causing death, failing to immediately inform the U.S. Coast Guard of a hazardous condition, obstructing the National Transportation Safety Board and making false statements.</p><p>The criminal indictment accuses the ship operator of intentionally relying on an improper fuel pump and then lying about it to investigators.</p><p>Synergy Marine accused prosecutors of improperly treating an accident as a crime and said it would “vigorously” defend itself against the indictment's “inaccurate” allegations.</p><p>“This was a maritime casualty that should be assessed through the full factual, technical and regulatory record, rather than through selective mischaracterizations in a criminal indictment,” the company said in a statement last month.</p><p>In April, a $2.25 billion settlement was announced between the state of Maryland, Synergy Marine and Grace Ocean Private Limited, the Singapore-based ship owner. Grace Ocean hasn’t been charged with any crimes related to the collapse.</p><p>The list of claimants with unresolved claims includes the city of Baltimore, which has claims for economic losses it blames on the bridge's destruction. The city joined the companies in asking for the trial to be delayed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2ABA6XOFH2D23DSQZTFKNCGVU.jpg?auth=a19dc0089acf750c0c934b208576113e8dbd030113a3d9908775f858edfc1f8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Edward A. Garmatz United States District Courthouse is seen Monday, June 1, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIBHVIF6RVUSVXPLKFWVD5LEGQ.jpg?auth=8d1f6a6e2c885c55365d3551aa5fc58c3208da9f2cad8a57a9258ce9ac54fdca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reporters follow attorneys as they leave the Edward A. Garmatz United States District Courthouse after a judge postponed a civil trial over the 2024 deadly collapse of the Francis Scott Key Bridge, Monday, June 1, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOVKWQI42OM3QCBSTB2PZKYG2Q.jpg?auth=53f0f9946ff4fbc8e06d8be2c0960ca8b1a4b5f1736a2b3f084c9cdce0724f1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorneys leave the Edward A. Garmatz United States District Courthouse after a judge postponed a civil trial over the 2024 deadly collapse of the Francis Scott Key Bridge, Monday, June 1, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MTSWH5DVULBQ27F5KVF4SUHJCM.jpg?auth=4dfe9a357c780b336b261c82749d4d16acc27fe740dd78d4a12ac8d03f87449f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parts of the Francis Scott Key Bridge remain after a container ship collided with a support, March 26, 2024 in Baltimore. (AP Photo/Steve Ruark, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Ruark</media:credit></media:content></item><item><title><![CDATA[Phillies ace Sánchez closes in on Hershiser's MLB record with 44 2/3 straight shutout innings]]></title><link>https://www.local10.com/sports/2026/06/01/phillies-ace-sanchez-closes-in-on-hershisers-mlb-record-with-44-23-straight-shutout-innings/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/phillies-ace-sanchez-closes-in-on-hershisers-mlb-record-with-44-23-straight-shutout-innings/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Cristopher Sánchez is friends with fellow Dominican Republic native Marcell Ozuna, so it was only natural they trash talked each other before their most recent game.]]></description><pubDate>Mon, 01 Jun 2026 15:58:52 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Cristopher Sánchez is friends with fellow Dominican Republic native Marcell Ozuna, so it was only natural they trash talked each other before their most recent game.</p><p>The Pirates' designated hitter told Sánchez he would take him deep.</p><p>Sánchez instead struck him out — four times, and the Phillies' ace struck out 13 overall in the May 16 shutout victory.</p><p>“That wasn't a very good idea to piss him off,” Phillies catcher J.T. Realmuto said with a laugh.</p><p>Using an elite sinker-slider-changeup mix that has made him one of the best pitchers in baseball, Sánchez had his way with just about every batter in a sensational scoreless May.</p><p>Sánchez went 4-0 and struck out 45 — with only three walks — over 39 innings in May and broke a 115-year-old franchise record along the way. Sánchez has pitched 44 2/3 consecutive scoreless innings headed into Wednesday's start against San Diego to top the mark of 41 innings set in 1911 by Grover Cleveland Alexander.</p><p>Up ahead, a shot at the major league record held by former Los Angeles Dodgers great Orel Hershiser, who threw 59 consecutive scoreless innings for the World Series champions from Aug. 30 to Sept. 28, 1988.</p><p>“I’m pulling for anybody to have a life-changing moment,” Hershiser said. “’88 and the 59 scoreless changed my life. The only time I'm not going to root for him is when he’s pitching against the Dodgers.”</p><p>Sánchez missed the Dodgers' series during the Phillies 4-2 road trip, and they are now 21-10 under interim manager Don Mattingly.</p><p>He hasn't missed much else, except maybe a lot of bats.</p><p>“It’s something special,” Sánchez said through an interpreter. “Something really important. I never imagined something like this. So, I’m really happy and proud of myself.”</p><p>Sánchez has thrown at least seven shutout innings in five straight starts — he would need to reach that minimum in two more starts, plus one inning to top Hershiser — and only six other pitchers are ahead of him on the consecutive shutout innings list dating back to the start of the Live Ball Era in 1920.</p><p>Arizona pitcher Zac Gallen is the only other active pitcher who understands what Sánchez is feeling on the mound over a lengthy scoreless streak. Gallen — just passed by Sánchez — had six straight scoreless starts of six-plus innings and finished at 44 1/3 innings overall in 2022.</p><p>“When you’re on a streak like that, it’s fun,” Gallen said. “It’s kind of like walking around, I wouldn’t say on eggshells of, ‘Oh man, you never know when this thing’s going to end.’ But it’s fun when you’re out there and you’re in flow state and the zeros start to stack up. So, it’s awesome for him. I hope he can take down the record.”</p><p>Sánchez is 6-2 with an MLB-low 1.47 ERA overall headed into Wednesday's start against a Padres team he just beat last week with seven brilliant innings. Should Sánchez start the game with three scoreless innings, he would pass Sal Maglie, Carl Hubbell, Zack Greinke, and Bob Gibson on the scoreless streak list.</p><p>Only Don Drysdale and Hershiser would be left.</p><p>“What I do watch, he’s very, very special,” Hershiser said. “His changeup, his athleticism, his ability to change speeds to both sides of the plate. I just think he’s a real special pitcher. You can’t do what he’s doing without repeating your mechanics and having some deception and making a lot of good pitches. He’s putting it all together.”</p><p>Each of Sánchez’s last 28.2 innings at Citizens Bank Park have been scoreless and he has the third-longest scoreless streak in ballpark history, trailing only Roy Halladay in 2010 (33 innings) and Cliff Lee in 2011 (29).</p><p>The 29-year-old Sánchez has inched toward greatness each of the last two seasons.</p><p>He was the NL Cy Young Award runner-up in 2025 when he went 13-5 with a 2.50 ERA and struck out 212 in 202 innings. Sánchez was rewarded in March with a guaranteed $104 million over a six-year contract through the 2032 season in a deal that contains $20 million in deferred money payable from 2035-44.</p><p>The Phillies put a lot of financial faith in Sánchez, and the early returns have been significant — he made his first opening day start and could lead to the lanky lefty earning an All Star start in July on his home mound.</p><p>Sánchez signed with the Tampa Bay Rays as an international free agent in 2013 and was traded to the Phillies six years later for infielder Curtis Mead in a few-cared winter transaction. Mead never caught on as an everyday player and is batting .242 in 45 games this season with the Washington Nationals.</p><p>Sánchez — throwing a changeup that averages 86.5 mph and holding hitters to a .153 average — and Zack Wheeler have formed a formidable 1-2 punch in the rotation and helped the Phillies play their way out of a 9-19 start to get back into wild card contention.</p><p>Sánchez has pitched largely to weak contact, and the scoreless streak has never been in any serious jeopardy since he last allowed two runs in the first inning of a 3-2 Phillies win over the Giants on April 30.</p><p>The defensive highlight of his run came in his last start when centerfielder Justin Crawford raced after Manny Machado's deep drive and crashed into the wall to make the catch.</p><p>Sánchez stood on the mound and applauded the effort.</p><p>And if Sánchez gets to 60 scoreless, so too, will Hershiser.</p><p>“If Cristopher would break it, that would be an honor to be mentioned and I would treat him the same (respectful) way that Don Drysdale treated me,” he said.</p><p>___</p><p>AP Sports Writers Beth Harris in Los Angeles and Andrew Destin in Seattle contributed to this story.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDW2N4Q3QGPLVQ7QM7TO5ARKKA.jpg?auth=ce1f1ad5e71f3a736bc295acd3e5f16b5870fb84f118e121740af9967925db2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies starting pitcher Cristopher Sánchez works against a San Diego Padres batter during the second inning of a baseball game Wednesday, May 27, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7VO5YY7GJDIDRWAD56VCXNTCE.jpg?auth=2f423f55f11efd22f09b62693868d1c081f100953f867c548c3d228b4782753b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies starting pitcher Cristopher Sánchez celebrates in the dugout after the last out of the seventh inning of a baseball game against the San Diego Padres Wednesday, May 27, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOX2PKPKSQDBKLIFATCMYYP2TU.jpg?auth=ce0d27937b085f6c37d34dc4b463033f6511c25428ede98253960e728e66f10c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies starting pitcher Cristopher Sánchez celebrates after the last out of the seventh inning of a baseball game against the San Diego Padres Wednesday, May 27, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5F5AWQ5HLI7O4NNVWIXM5IF6TE.jpg?auth=2c48b685a8dbc4942e685655de238fdc8ca4e7cb4e7b9541155e0fd5e1294d17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies starting pitcher Cristopher Sánchez works against a San Diego Padres batter during the first inning of a baseball game Wednesday, May 27, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMNNZDGTVYVTIVLEHTDPSWF6QU.jpg?auth=42f714f7bd3fdd56b027f1e6fe9e29d2a0d611384afcb036e43fee1a3606fd56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Dodgers Pitcher Orel Hershiser is all smiles as he watches the final out during his record setting performance on Oct. 3, 1988 in San Diego. (AP Photo/Lenny Ignelzi, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lenny Ignelzi</media:credit></media:content></item><item><title><![CDATA[Offensive mastermind Mike Leach, who died in 2022, heads ballot for College Football Hall of Fame]]></title><link>https://www.local10.com/sports/2026/06/01/offensive-mastermind-mike-leach-who-died-in-2022-heads-ballot-for-college-football-hall-of-fame/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/offensive-mastermind-mike-leach-who-died-in-2022-heads-ballot-for-college-football-hall-of-fame/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Mike Leach, the eccentric and revolutionary offensive savant whose teams set dozens of scoring and passing records over his 21-year head coaching career, is among the nominees for the 2027 College Football Hall of Fame class.]]></description><pubDate>Mon, 01 Jun 2026 15:51:13 +0000</pubDate><content:encoded><![CDATA[<p>Mike Leach, the eccentric and revolutionary offensive savant whose teams set dozens of scoring and passing records over his 21-year head coaching career, is among the nominees for the 2027 College Football Hall of Fame class.</p><p>The National Football Foundation released the ballot Monday for the class that will be announced in January. It includes 80 players and nine coaches from the Football Bowl Subdivision and 99 players and 39 coaches from lower levels.</p><p>A player is eligible 10 full seasons after his last year in college and must have received first-team All-America honors by a major selector. The nominee’s college football achievements are a prime consideration, but his post-football record as a citizen also is a factor.</p><p>Leach, who died in 2022 at age 61, became eligible for induction under adjusted criteria for coaches to be considered. The NFF announced last year the minimum career winning percentage required would go from .600 to .595 beginning in 2027.</p><p>Leach had a .596 winning percentage with a 158-107 record at Texas Tech, Washington State and Mississippi State.</p><p>Leach was known for his innovative wide-open offenses and his knack for pulling upsets. He won 18 games against Top 25 opponents when his team was unranked.</p><p>Among other FBS coaches on the ballot are Larry Coker, whose Miami team won the 2001 season's national championship; Dennis Franchione, who made stops at TCU, Alabama and Texas A&M; Ralph Friedgen, who led Maryland to bowls in seven of his 10 seasons; Darryl Rogers, 1977 Big Ten coach of the year at Michigan State; Jackie Sherrill, all-time wins leader at Mississippi State; and Tommy Tuberville, who led powerful Auburn teams of the 2000s.</p><p>Heisman Trophy winners Cam Newton of Auburn (2010) and Robert Griffin III of Baylor (2011) are on the ballot along with first-time nominees Tavon Austin of West Virginia, Melvin Gordon of Wisconsin, A.J. Hawk of Ohio State and Barrett Jones of Alabama.</p><p>Nominees go through a screening process to assure they meet eligibility criteria before a vote is taken among members of the NFF and Football Writers Association of America. Voting results are sent to the NFF Honors Court, which makes final selections.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7EKF27CKQDPJYDCFJWOGMQP2NY.jpg?auth=c42bc0e42dd9a9629453bac79bef60ecbad3c184e55aaec63f36523044264eae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Texas Tech head coach Mike Leach looks at the scoreboard during the first quarter of a football game against SMU, Sept. 3, 2007, in Dallas. (AP Photo/Matt Slocum, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Jury deliberates in trial of South Carolina store owner who fatally shot Black teen]]></title><link>https://www.local10.com/news/national/2026/06/01/jury-deliberates-in-trial-of-south-carolina-store-owner-who-fatally-shot-black-teen/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/01/jury-deliberates-in-trial-of-south-carolina-store-owner-who-fatally-shot-black-teen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C (AP) — A South Carolina jury has begun deliberations after hearing closing arguments Monday in the trial of a store owner charged with murder in the 2023 fatal shooting of a Black 14-year-old, as prosecutors and defense lawyers painted different pictures of the killing.]]></description><pubDate>Mon, 01 Jun 2026 20:59:26 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C (AP) — A South Carolina jury has begun deliberations after hearing closing arguments Monday in the trial of a store owner charged with murder in the 2023 fatal shooting of a Black 14-year-old, as prosecutors and defense lawyers painted different pictures of the killing.</p><p>Prosecutors have said the shooting was unprovoked, while defense lawyers have said Chikei Rick Chow only fired to defend his son.</p><p>Chow, 61, who is Asian, shot Cyrus Carmack-Belton in the back during a foot chase in Columbia. Chow believed — wrongly, prosecutors say — that the teen had stolen four bottles of water from the gas station convenience store. The killing sent waves of anguish and grief through the African American community in Richland County, where nearly half the population is Black.</p><p>Chow admits to shooting Belton. However, defense lawyers argue the teen pointed a gun at Chow's son, Andy, and the father fired one shot to defend his son.</p><p>“This case is not about a shoplifter. This case is about a father who sees a gun pointed at his son and had to make a decision," Defense attorney Shaun Kent told jurors. The defense attorney said Andy Chow testified that Carmack-Belton pointed a gun at him.</p><p>Defense lawyers have said Chow made a split-second decision to defend his son. They had argued Chow performed CPR on Carmack-Belton, which they said shows he acted without malice — a required element of a murder charge in South Carolina.</p><p>Prosecutors acknowledge Carmack-Belton had a semiautomatic pistol, but they say it fell on the ground during the chase and he never threatened anyone with it. Prosecutors said Chow chased the teen more than 130 yards (119 meters) from the store.</p><p>Solicitor Byron E. Gipson told jurors that Chow “chased a kid down, shot him in the back."</p><p>Gipson said multiple witnesses testified that they didn't see anything in Carmack-Belton's hands and didn't see him point a gun.</p><p>“Nobody testified that happened that doesn't have the last name Chow," Gipson said.</p><p>During closing arguments, Gipson placed a bottle of water before jurors. Gipson said that Chow “at the end of the day, believed that a human is not more than that.”</p><p>Prosecutors said a quick check of the surveillance tape would have shown that Carmack-Belton did not steal from the store. During the trial, witness Lori Carson testified that she saw Carmack-Belton running away from the store with Chow and his son in pursuit. She said she never saw a gun or anything else in the teen’s hands. She said the teen looked scared.</p><p>Protestors held vigils outside the store in the wake of the killing. Empty water bottles were arranged to spell out “Cyrus."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XW5LDPUPVUGMFV55IAC6VA3F7I.jpg?auth=85c1990569a1e670724922b41f28f305cb3b06719e03cec0b3b31780b149ce64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chikei Rick Chow, a convenience store owner accused in the 2023 fatal shooting of a Black 14-year-old, appears in court during closing arguments in his murder trial, Monday, June 1, 2026, in Columbia, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSE6H42JZXETSSSOLN2ZTSK7UA.jpg?auth=f60f7e36acc73badec4e0bdf88b2973a90e427225bf96bb306713dae24b1a704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An image of Cyrus Carmack-Belton is displayed in court during closing arguments in the murder trial against his shooter, Chikei Rick Chow, a convenience store owner accused in the 2023 fatal shooting of the 14-year-old, Monday, June 1, 2026, in Columbia, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZRUL5RKH23P6DQ3BM3P3CT5R4.jpg?auth=f36a9ad690b46162c8dd602647f9a54e20f5dcfcd800154101fc9cc3c10f4230&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solicitor Byron E. Gipson speaks during closing arguments in the murder trial against Chikei Rick Chow, a convenience store owner accused in the 2023 fatal shooting of a Black 14-year-old, Monday, June 1, 2026, in Columbia, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGQV7BZX4YF36WAXP54NDHL4SE.jpg?auth=cdedcbc19c3a7eeb7b20bec55837f59e0739c7752663b053c899063c4b6756db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chikei Rick Chow, a convenience store owner accused in the 2023 fatal shooting of a Black 14-year-old, is escorted out of the courtroom during closing arguments in his murder trial, Monday, June 1, 2026, in Columbia, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CWGYR2DG4FLW7KOXP3TNOWPTAQ.jpg?auth=bca42ed505cddd2dd19ee80ca5ac11b48f46c258e121ee1cfb5cf81f8e4263b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Shaun Kent speaks during closing arguments in the murder trial against Chikei Rick Chow, accused in the 2023 fatal shooting of a Black 14-year-old, Monday, June 1, 2026, in Columbia, S.C. (AP Photo/Erik Verduzco)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik Verduzco</media:credit></media:content></item><item><title><![CDATA[Egypt unveils a striking trove of ancient artifacts as the country tries to boost tourism industry]]></title><link>https://www.local10.com/business/2026/06/01/egypt-unveils-a-striking-trove-of-ancient-artifacts-as-the-country-tries-to-boost-tourism-industry/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/egypt-unveils-a-striking-trove-of-ancient-artifacts-as-the-country-tries-to-boost-tourism-industry/</guid><dc:creator><![CDATA[By SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Archaeologists unearthed a set of ancient artifacts in Egypt including Pharaonic funerary furniture, remains of a Roman basilica and a marble head of Aphrodite, the ancient Greek goddess of love and beauty.]]></description><pubDate>Mon, 01 Jun 2026 15:43:12 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Archaeologists unearthed a set of ancient artifacts in Egypt including Pharaonic funerary furniture, remains of a Roman basilica and a marble head of Aphrodite, the ancient Greek goddess of love and beauty.</p><p>The discoveries, announced Sunday, are part of the Egyptian government’s efforts to boost the country’s tourism industry and bring cash to the troubled economy. At the center of these efforts was the November inauguration of the long-delayed Grand Egyptian Museum, a megaproject located near the famed Giza Pyramids and the Sphinx.</p><p>An active economic and commercial hub</p><p>The remains of the basilica and Aphrodite’s head were found in an ancient necropolis in the province of Beni Suef, 130 kilometres (80 miles) south of Cairo, the Tourism and Antiquities Ministry said.</p><p>The Ehnasiya necropolis, which is also known by its ancient Roman name, Heracleópolis Magna, was one of the most significant cities of ancient Egypt.</p><p>Archaeologist Mohammed Abdel-Badei, head of the antiquities department at the Supreme Council of Antiquities, said that they found large stone blocks supporting columns, weighing up to 45 tons, that had been used in building the basilica. Three of the blocks remain standing in their original positions, he said.</p><p>Aphrodite’s head, measuring about 24 centimeters by 25 centimeters (9½ inches by nearly 10 inches), includes detailed features of the goddess' face and curly hair, reflecting the classical artistic traditions of the Greek and Roman periods, he said.</p><p>Archaeologists found inscriptions linked to Senusret III, who ruled between 1837 B.C. and 1819 B.C. during the ancient 12th Dynasty. The inscriptions include his throne, birth names of the Pharaoh, who is also known as Sesostris III, and was one of the most prominent rulers of Egypt’s Middle Kingdom.</p><p>Also unearthed were fragments of wall statues and terracotta molds, believed to have been used in coin crafting during the Roman period. The findings show that Ehnasiya had been an active economic and commercial hub when Egypt was part of the Roman Empire between 30 B.C. and A.D. 395, Abdel-Badei said.</p><p>New findings in the ancient city of Heliopolis</p><p>In Cairo, archaeologists found a nearly complete set of funerary furniture in the Matariya neighborhood of Cairo, which was once part of the ancient city of Heliopolis, the ministry said.</p><p>Abdel-Badei, the head of the antiquities department, said that they unearthed a mudbrick burial with gilded remains in a coffin, believed to be for a military figure. They also found a cache of cosmetic tools, including a copper mirror and alabaster kohl containers.</p><p>Also found was a collection of yellow-colored metal earrings, consisting of five pairs of varying sizes, believed to be made of gold, he said.</p><p>The discoveries in Beni Suef and Cairo are the latest archaeological findings, which the government hopes will boost the vital tourism sector, partially driven by antiquities sightseeing.</p><p>Tourism has suffered during years of political turmoil and violence following the 2011 uprising. In recent years, it has started to recover from the coronavirus pandemic and economic effects of the Russia-Ukraine war — both countries are major sources of tourists visiting Egypt.</p><p>A record number of about 19 million tourists visited Egypt last year, a 21% increase from 2024, according to official figures. The first four months of 2026 saw 6.1 million tourists visiting the country, compared with 5.7 million during the same period in 2025, the prime minister’s office said in May.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHTUICQYUUMXCL7VVI4UQ3N664.jpg?auth=0323cb65fecd16d9cc2591426253fa381d1bdabc3e8cc8388ec4ec74adcade7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ministry of Tourism and Antiquities, recently unearthed ancient artifacts are displayed on May 31, 2026, in Ehnasiya district in Beni Suef, 130 kilometers (80 miles) south of Cairo, Egypt. (Ministry of Tourism and Antiquities via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SHIFRYW544727LSHQ4FMQV4M7A.jpg?auth=7ba103b09c782529c5d18992fac235c669fd21d8fcf9ca629ac13fb8786975ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ministry of Tourism and Antiquities, recently unearthed ancient artifacts are displayed on May 31, 2026, in Ehnasiya district in Beni Suef, 130 kilometers (80 miles) south of Cairo, Egypt. (Ministry of Tourism and Antiquities via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XYEJHVQ7324E6APD5QLWUSKOOU.jpg?auth=a7cfc028b440455a0b1025838e335e62a84e0dba0e05d603a563f5195080e0b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ministry of Tourism and Antiquities, recently unearthed ancient artifacts are displayed on May 31, 2026, in Ehnasiya district in Beni Suef, 130 kilometers (80 miles) south of Cairo, Egypt. (Ministry of Tourism and Antiquities via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/E3RWYLXME6SNCYSJTKVAYYYHWQ.jpg?auth=94e8fdaa3bb93ccaac8247083b4406ebb37c19203c03b08e1adf83b401d76373&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ministry of Tourism and Antiquities, recently unearthed ancient artifacts are displayed on May 31, 2026, in Ehnasiya district in Beni Suef, 130 kilometers (80 miles) south of Cairo, Egypt. (Ministry of Tourism and Antiquities via AP)]]></media:description></media:content></item><item><title><![CDATA[Broward deputies find 17-year-old girl after she vanished on Thursday]]></title><link>https://www.local10.com/news/local/2026/05/31/deputies-search-for-missing-17-year-old-girl/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/deputies-search-for-missing-17-year-old-girl/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Broward County are searching for a missing teenager. ]]></description><pubDate>Sun, 31 May 2026 18:29:11 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies reported on Monday that they had found a 17-year-old girl who had vanished on Thursday. </p><p> </p><p>Brisa Velasco had last been seen at about 4:30 p.m. Thursday along the 8700 block of Northwest 57th Street in Tamarac, authorities 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[Iran finalizes World Cup squad with 17 home-based players and no Azmoun]]></title><link>https://www.local10.com/sports/2026/06/01/iran-finalizes-world-cup-squad-with-17-home-based-players-and-no-azmoun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/iran-finalizes-world-cup-squad-with-17-home-based-players-and-no-azmoun/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANTALYA, Turkey (AP) — Iran finalized a 26-man World Cup squad on Monday to play in the United States including 17 home-based players whose clubs have not played since February due to the Middle East regional war.]]></description><pubDate>Mon, 01 Jun 2026 15:08:52 +0000</pubDate><content:encoded><![CDATA[<p>ANTALYA, Turkey (AP) — Iran finalized a 26-man World Cup squad on Monday to play in the United States including 17 home-based players whose clubs have not played since February due to the Middle East regional war.</p><p>Star forward Mehdi Taremi, who plays in Greece for Olympiakos, was among nine overseas players but they did not include his strike partner at the 2022 World Cup, Sardar Azmoun.</p><p>Azmoun was dropped from coach Amir Ghalenoei’s squad in March, reportedly because of a social media post that angered Iranian authorities during the ongoing war with the United States and Israel. His teammate at Dubai club Shabab Al-Ahli, Saeid Ezatolahi, was picked.</p><p>Iran features five players with clubs in the United Arab Emirates, two in Belgium, Taremi in Greece and one in Russia. Belgium-based Dennis Dargahi on the official squad list is known as Dennis Eckert Ayensa at his club Standard Liege.</p><p>Iran is preparing for the World Cup at a training camp in Antalya, Turkey, before a scheduled departure on Friday to its tournament base in Tijuana, Mexico.</p><p>Citing complexities with visa issues to enter the U.S., Iran got FIFA approval 10 days ago to move from a planned training base in Tucson, Arizona.</p><p>Iran plays two games in World Cup Group G in Inglewood, California — against New Zealand on June 15 and Belgium six days later — then goes to Seattle to face Egypt on June 26.</p><p>Iran and the U.S. could meet in the round of 32 on July 3 at the Dallas Cowboys’ stadium in Arlington, Texas, if both place second in their groups.</p><p>___</p><p>Iran:</p><p>Goalkeepers: Alireza Beiranvand (Tractor), Hossein Hosseini (Sepahan), Payam Niazmand (Persepolis)</p><p>Defenders: Danial Eiri (Malavan), Ehsan Hajsafi (Sepahan), Saleh Hardani (Esteghlal), Hossein Kanaani (Persepolis), Shoja Khalilzadeh (Tractor), Milad Mohammadi (Persepolis), Ali Nemati (Foolad), Ramin Rezaeian (Foolad)</p><p>Midfielders: Rouzbeh Cheshmi (Esteghlal), Saeid Ezatolahi (Shabab Al-Ahli), Mehdi Ghayedi (Al-Nasr), Saman Ghoddos (Kalba), Mohammad Ghorbani (Al-Wahda), Alireza Jahanbakhsh (Dender), Mohammad Mohebi (Rostov), Amir Mohammad Razzaghinia (Esteghlal), Mehdi Torabi (Tractor), Aria Yousefi (Sepahan)</p><p>Forwards: Ali Alipour (Persepolis), Dennis Dargahi (Standard Liege), Amirhossein Hosseinzadeh (Tractor), Mehdi Taremi (Olympiakos), Shahriar Moghanlou (Kalba)</p><p>___ AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUK6XBE5QPEW5PPYFONS4Y4TGI.jpg?auth=3c70c785df0d541cccb05154e2c4f7a4042d27f3ec09412189f34e69d3dcab4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's players pose for photographers prior to a friendly soccer match between Iran and Gambia, in Antalya, southern Turkey, Friday, May 29, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X2ZNASCOPLFT4TK4MHMSRCSTBU.jpg?auth=986008d7398c9e4fb18dbd9e56808e20f410dd0c0c6a25f95e8da553d33ccd9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Mehdi Taremi, right, shoots the ball next to Gambia's Mouhamadou Drammeh during a friendly soccer match between Iran and Gambia, in Antalya, southern Turkey, Friday, May 29, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5ZUJBNYH4GPPRZIOJFTF5RBKE.jpg?auth=6df07c796b240ba4f5d22e2706bcd3f13b843c82d494e34daac7c1c2b44ff8dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Ramin Rezaeian, center, celebrates with teammates after scoring their side's second goal during a friendly soccer match between Iran and Gambia, in Antalya, southern Turkey, Friday, May 29, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G67BFPTG5QFVXBVNKRIJZ2IHIA.jpg?auth=ccf95ae709a8f10e9a3aeb07f898df527d26423be0eb539de802b3cbd4d2eb46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Amirhossein Hosseinzadeh plays the ball during a friendly soccer match between Iran and Gambia, in Antalya, southern Turkey, Friday, May 29, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[Sindicatos bolivianos rechazan negociar y mantienen protesta en reclamo de renuncia de Rodrigo Paz]]></title><link>https://www.local10.com/espanol/2026/06/01/sindicatos-bolivianos-rechazan-negociar-y-mantienen-protesta-en-reclamo-de-renuncia-de-rodrigo-paz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/sindicatos-bolivianos-rechazan-negociar-y-mantienen-protesta-en-reclamo-de-renuncia-de-rodrigo-paz/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ y PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Bolivia ingresó el lunes en la quinta semana de protestas y cortes de carreteras por parte de sindicatos que rechazan negociar con el gobierno y reclaman la renuncia del presidente Rodrigo Paz.]]></description><pubDate>Mon, 01 Jun 2026 18:09:18 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Bolivia ingresó el lunes en la quinta semana de protestas y cortes de carreteras por parte de sindicatos que rechazan negociar con el gobierno y reclaman la renuncia del presidente Rodrigo Paz.</p><p>Los bloqueos se han extendido a seis de las nueve regiones del país. La situación es más complicada en La Paz, la sede del gobierno, que lleva 30 dias aislada del resto del país con escaso suministro de alimentos y combustible y reservas mínimas de oxígeno en los hospitales.</p><p>La protesta ha polarizado al país y es una de las más largas desde la convulsión social que derivó en 2019 en la renuncia del entonces presidente Evo Morales (2006-2019) tras unas elecciones denunciadas de fraudulentas. Su sucesor Luis Arce (2020-2025) enfrentó un paro de 36 días.</p><p>La Central Obrera Boliviana (COB), que lidera las protestas junto a sindicatos campesinos y juntas vecinales de la ciudad de El Alto, rechazaron negociar con el gobierno, pero anunciaron el domingo la apertura de corredores humanitarios para el paso de suministros esenciales. El gobierno retiró las demandas de detención contra los líderes de las manifestaciones, pero esto no ayudó a abrir negociaciones.</p><p>“Hemos decidido mantener las medidas de presión y ratificamos nuestro pedido de renuncia de Rodrigo Paz. No hay nada más que negociar”, dijo el dirigente Severo Marca tras una reunión el domingo en la noche. “La COB va a continuar con las medidas de presión, hemos descartado el diálogo”, agregó el dirigente José Luis Álvarez. “La única salida es el diálogo y seguiremos insistiendo”, señaló por separado el obispo católico de la ciudad de El Alto Giovanni Arana, uno de los mediadores.</p><p>Durante un acto público el lunes Paz llamó a una “tregua para pacificar el país” y anticipó que la solución está cerca, aunque no dio detalles. A su vez, el ministro de Desarrollo Económico, Oscar Justiniano, anunció que en las próximas horas firmará un acuerdo con sindicatos para habilitar un corredor para abastecer a La Paz.</p><p>Por el momento el gobierno descartó utilizar a los militares para despejar las rutas ante el temor de incidentes que podrían agravar el conflicto y tampoco ha decretado el estado de excepción a pesar de una reciente ley que lo faculta a aplicar ese recurso.</p><p>La Defensoría del Pueblo registró hasta la semana pasada siete fallecidos —la mayoría por falta de atención médica por los cortes de rutas—, 23 heridos y 321 detenidos.</p><p>El lunes La Paz amaneció con escaso transporte público y protestas de choferes por la escasez de combustible. Según la petrolera estatal cientos de camiones cisterna están varados en las carreteras.</p><p>Un centenar de seguidores de Morales están reforzando las protestas en La Paz, según los sindicatos. El gobierno acusó al exmandatario de alentar las protestas y éste ha sugerido convocar nuevas elecciones.</p><p>“Esta es una movilización convocada por el hambre y el desempleo… la movilización ya es contra el Estado neoliberal”, dijo Morales el domingo en la radio de los cocaleros del Chapare, donde resiste una investigación judicial por el supuesto abuso de una menor cuando era mandatario.</p><p>“No veo al gobierno usando la fuerza, lo veo frágil. Los sindicatos quieren preservar el modelo que dominó por 20 años con Morales y Arce. Ese es el pulso en este momento”, opinó el analista Gonzalo Mendieta en la radio católica Fides.</p><p>Paz sostiene que el modelo estatista de Morales y Arce dejó al país “en la quiebra”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYFA3QWTI26LO7SSFNTPEYMXM4.jpg?auth=0551b1d0320d70a213aee9da2108920b1e66a561f05430334642a141d55a311b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manifestantes antigubernamentales sostienen pancartas en las que se lee "Dimite, Rodrigo", en referencia al presidente Rodrigo Paz, en La Paz, Bolivia, el lunes 25 de mayo de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[¿Deben los cubanoamericanos invertir en Cuba? Los riesgos siguen superando las oportunidades]]></title><link>https://www.local10.com/espanol/2026/06/01/deben-los-cubanoamericanos-invertir-en-cuba-los-riesgos-siguen-superando-las-oportunidades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/deben-los-cubanoamericanos-invertir-en-cuba-los-riesgos-siguen-superando-las-oportunidades/</guid><description><![CDATA[Cuba invita a los cubanoamericanos a invertir. Pero hay un problema: las leyes que protegen esas inversiones nunca cambiaron. El analista de Local 10 Dr. Andy S. Gomez explica por qué los riesgos siguen siendo mayores que las oportunidades.]]></description><pubDate>Mon, 01 Jun 2026 14:55:37 +0000</pubDate><content:encoded><![CDATA[<p>Hace unos meses, el viceministro cubano Oscar Pérez-Oliva Fraga, sobrino nieto de Raúl Castro, invitó a los cubanoamericanos en el exilio a invertir en Cuba.Hace unos meses, el viceministro cubano Oscar Pérez-Oliva Fraga, sobrino nieto de Raúl Castro, invitó a los cubanoamericanos en el exilio a invertir en Cuba.</p><p>En 2019, el gobierno cubano modificó su constitución para permitir la inversión extranjera. Sin embargo, no cambió sus leyes para proteger dichas inversiones.</p><p>Por lo tanto, los riesgos de invertir en Cuba siguen siendo mayores que las oportunidades.</p><p>El Dr. Andy S. Gomez es el analista de Cuba de Local 10. Gomez es considerado uno de los principales estudiosos sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4YQRMHV3JX5MD5WYANGTPTVTE.jpg?auth=3f26ce7507b75f67d55985d2b8ac6af0091a1c000c69b040b6c96bec1d41fb4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a street in Havana, Monday, May 25, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Serena Williams is coming back to tennis at 44, returning to the sport she dominated for decades]]></title><link>https://www.local10.com/sports/2026/06/01/serena-williams-is-returning-to-pro-tennis-at-age-44-after-nearly-4-years-away-from-the-sport/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/serena-williams-is-returning-to-pro-tennis-at-age-44-after-nearly-4-years-away-from-the-sport/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Serena Williams is coming back to professional tennis at the age of 44, returning to the sport she dominated for two decades before famously “evolving” away from the daily grind of competition.]]></description><pubDate>Mon, 01 Jun 2026 20:30:48 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Serena Williams is coming back to professional tennis at the age of 44, returning to the sport she dominated for two decades before famously “evolving” away from the daily grind of competition.</p><p>First up for the 23-time Grand Slam singles champion is the doubles tournament at Queen’s Club. But Wimbledon and the U.S. Open could be next.</p><p>“It seems like she’s trying to work her way up maybe to the U.S. Open, and those fans would be so ready to see her back on a singles court there,” former No. 1 Lindsay Davenport said at the French Open after the WTA Tour announced Monday that Williams has accepted a wild-card invitation to play doubles at next week’s grass-court tournament in London.</p><p>Williams won seven Wimbledon titles and six at the U.S. Open before stepping away from the game in 2022. In doubles, she won six titles at Wimbledon and two at the U.S. Open — all with her older sister Venus Williams.</p><p>John McEnroe suggested Williams could compete in singles at Wimbledon, which starts June 28.</p><p>“She’s not getting any younger but she’s Serena Williams so I bet you she would tell me about wanting to win the whole damn thing,” McEnroe said in Paris.</p><p>The Queen’s Club tournament starts next Monday and the WTA said Williams will play “with a partner to be announced in due course.”</p><p>“Queen’s Club feels like the perfect place to begin this next chapter,” Williams said in a statement. “Grass has given me some of the most meaningful moments of my career and I’m excited to be back competing on one of the sport’s most iconic stages.”</p><p>Williams has not competed since bidding farewell at the 2022 U.S. Open. At the time, Williams said she didn’t want to use the word “retiring” and instead declared that she was “evolving” away from tennis.</p><p>Davenport said some current women’s players went down to Florida to practice with Williams recently.</p><p>“I don’t think anyone’s admitted to that, but I do know that some of them were,” Davenport said. “So I think she has kind of a handle on where the level is. But I don’t know if she’s been playing a two-hour singles match, right? We’ll have to see how she can handle that physically.”</p><p>Williams, who has won 14 Grand Slam doubles titles overall in her storied career, became eligible to compete in February after re-registering with tennis’ mandatory anti-doping program six months earlier — which is the first step toward a comeback.</p><p>Djokovic is competitive at 39</p><p>Davenport noted how Novak Djokovic is still competitive at 39 — having recently pushed 19-year-old Joao Fonseca to five sets before getting beaten in the third round in Paris.</p><p>"It’s not going to be easy. If anyone could do it, certainly it could be her," Davenport said of Williams. “We’re seeing kind of an unprecedented time with players and how they train now, being able to play better longer, play at a level that we never expected.</p><p>“She always looks in incredible shape; and better shape than arguably when she left.”</p><p>While Williams' big serve automatically gives her an advantage on grass, it's a surface that also presents unique challenges because of the speed of play and low bounces.</p><p>“Grass is a tough surface to start on," Davenport said. "It goes very quick, very low, very physical, not as much running as clay, but a lot of bending. ... She wouldn’t come back unless she knew she could play at such a high level. But we’ve got to be a little graceful in the time we give her until she hits her feet.”</p><p>Williams sisters were role models for Osaka</p><p>Four-time major champion Naomi Osaka, who beat Williams in the 2018 U.S. Open final for her first major title, was excited at the prospect.</p><p>“It will bring people to watch tennis,” Osaka said Thursday. “I’m going to be tuned into the first match, for sure. I think a lot of people are. Everyone knows Serena and Venus were my role models growing up, so it’s going to be cool to see her on the grounds again.”</p><p>Williams recently posted a video on Instagram showing herself training on a hard court with her daughter: “Rumor has it…I got a new trainer,” Williams said in the post.</p><p>Williams’ second daughter was born in 2023.</p><p>Venus Williams, who also had a stint at No. 1 in the rankings and is a five-time Wimbledon champion, is still playing occasionally at 45.</p><p>McEnroe played doubles at 47</p><p>McEnroe was 47 when he returned after 12 years of retirement and won a tour-level doubles tournament with partner Jonas Bjorkman.</p><p>“Physically I still had it for doubles, so she definitely could still have it for doubles, there’s no question about that. She could win anything (in doubles),” McEnroe said. “The singles is more difficult. ... I’m not really sure what the plan is. She hasn’t called me to tell me the plan.”</p><p>Gauff never got to play Williams</p><p>“One of my biggest regrets was not being able to play her,” defending French Open champion Coco Gauff said.</p><p>Eighteen-year-old American player Iva Jovic was also thrilled.</p><p>“I have never seen Serena in real life," Jovic said. "Obviously I grew up watching her. In my entire childhood she was dominating tennis.”</p><p>Added fellow American player Madison Keys: “Serena Williams playing tennis is only good for tennis. Let’s be real. We all want to watch Serena play tennis.</p><p>“I mean, you literally get to watch history every single time she takes the court,” Keys added. “So why not watch more?”</p><p>Women returned to Queen's after more than 50 years</p><p>A women’s tournament rejoined the men’s competition at Queen’s last year after an absence of more than 50 years, meaning Williams will be making her debut at the historic grass-court tournament.</p><p>“Women’s tennis made a historic return to the Queen’s Club last year," Queen’s tournament director Laura Robson said, "and now we have an icon of the game stepping back on to court at this prestigious venue."</p><p>___</p><p>AP Sports Writer Jerome Pugmire contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/67ETE2A5EJNHW4QKTG5QQM74UY.jpg?auth=d6b2a254a0065942b8f320942d37c78838aa1c74fb529fc640f580efe017189b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Serena Williams motions a heart to fans during the third round of the U.S. Open tennis championships, Sept. 2, 2022, in New York. (AP Photo/Frank Franklin II, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZVQ4HW5EIHPI7IRMRCMDND7WHM.jpg?auth=3f731e756285db6c0045a98c2aae7e99f350736450a3d02b0d56a995b333efcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Serena Williams, of the United States, returns a shot to Anett Kontaveit, of Estonia, during the second round of the U.S. Open tennis championships, Aug. 31, 2022, in New York. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/32FPL4TJ6V2XN5HCFXLIK6VSTA.jpg?auth=3a79d7d520af018ed24df190905102d25dc99dbfb76289aeb82aea1aa47eff3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams arrives at The Metropolitan Museum of Art's Costume Institute benefit gala celebrating the opening of the "Costume Art" exhibition on Monday, May 4, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZAUBPPWAYSLAIISLMNIPX5ZPI.jpg?auth=130430af48e71224d94f4989a5a62b77c8e2646a89f8a14be03b95848ed41e65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Serena Williams, of the United States, prepares to serve against Anett Kontaveit, of Estonia, during the second round of the U.S. Open tennis championships, Aug. 31, 2022, in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72MZUD56HWQBZAYUCL6ZYTMOPA.jpg?auth=6b44e853a77721b9fbfb7a6bdcd27cb5d19509ff5553efcf3393f7b4ad1e16fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States Serena Williams plays a return to Romania's Mihaela Buzarnescu during their second round match on day four of the French Open tennis tournament at Roland Garros in Paris on June 2, 2021. (AP Photo/Thibault Camus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Young and unemployed? Remote work, not AI, may be the problem, study finds]]></title><link>https://www.local10.com/business/2026/06/01/young-and-unemployed-remote-work-not-ai-may-be-the-problem-study-finds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/young-and-unemployed-remote-work-not-ai-may-be-the-problem-study-finds/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The rise of remote work since the pandemic has made businesses more reluctant to hire young, inexperienced workers and is the key driver of higher unemployment rates for recent college graduates, a study released Monday has found.]]></description><pubDate>Mon, 01 Jun 2026 16:43:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The rise of remote work since the pandemic has made businesses more reluctant to hire young, inexperienced workers and is the key driver of higher unemployment rates for recent college graduates, a study released Monday has found.</p><p>The study, by the Federal Reserve Bank of New York, compared occupations that can be done remotely — such as software development — with those that are done in person, such as nursing. The study finds that the unemployment rate among young college graduates in “remotable” jobs rose by about 1 percentage point from 2017-2019 to 2022-2024.</p><p>Yet for older workers in those fields — those aged 29 and over — the jobless rate declined slightly, leading to a notably higher unemployment rate for younger college graduates in remotable occupations compared with older workers.</p><p>Yet in non-remotable jobs, there has been little gap in the unemployment rates between older and younger college grads, the study finds. A similar pattern exists for those without college degrees, the New York Fed said.</p><p>The study, led by New York Fed research economist Natalia Emanuel, concludes that businesses are reluctant to hire new college grads into remote work because it is harder to train and mentor them if they work outside of the office. The authors of the study calculate that remote work is responsible for nearly two-thirds of the rise in the unemployment rate for young college graduates since the pandemic.</p><p>“Remote work has weakened incentives to hire young workers by impeding on-the-job training,” the study said. “Employers may not want to hire fresh graduates onto distributed teams because it is more difficult to teach them the requisite skills from afar."</p><p>The study lands amid widespread concern over the employment prospects of college graduates as artificial intelligence makes inroads into a variety of white-collar jobs, including finance, law, entertainment, and media. This spring, college graduates have been booing references to AI during commencement speeches.</p><p>But the study notes that the worsening employment picture for young college grads pre-dates the development of artificial intelligence tools such as ChatGPT. And when the authors looked at the exposure different occupations had to AI, it found that AI had little impact on youth unemployment.</p><p>The unemployment rate for college grads under 29 rose 20% from before the pandemic to 3.7%, on average, in 2022-2025, the New York Fed said. For college grads aged 22 through 27, unemployment reached 5.8% last year, the highest outside the pandemic since 2012.</p><p>The study's findings are consistent with the low-hire, low-fire state of the job market, where layoffs are low and the unemployment rate is mostly stable, but those out of work are struggling to find new jobs.</p><p>The New York Fed study also looked at detailed data from an unnamed Fortune 500 tech company and found that its hiring patterns mirrored what they had seen in the broader data.</p><p>When the company's offices were closed and staff worked remotely, “the firm hired fewer inexperienced workers and more experienced workers, who might need less mentorship to do their jobs well," the study said.</p><p>“Once its offices reopened, the company shifted back to hiring younger workers,” the study said. But even after the reopening, the company favored more experienced workers for teams that included remote work.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UMMHBLGDKQW4JSFOX5QCTWDWME.jpg?auth=44941b47110ffc41826929cdc5f6698073b9911451f390fda9526b290b3eb1a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Connor Scott, 24, and Zoe Lloyd, 21, meet up at a local coffee shop and restaurant to work on their studies on April 20, 2026 in Flagstaff, Ariz. (AP Photo/Cheyanne Mumphrey, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Cheyanne Mumphrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBI6AFBASQPEU3FU3I2BHZV5LQ.jpg?auth=0d6c09e2f2c1d034dbd0f7d75022b509b1e9be772d224f8a57a3b7d024f6cca8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Empty desks are in an office building in the Manhattan borough of New York on Aug. 2, 2024. (AP Photo/Ted Shaffrey, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Hurricane season starts today. Here’s what to expect for week 1 and beyond]]></title><link>https://www.local10.com/weather/hurricane/2026/06/01/hurricane-season-starts-today-heres-what-to-expect-for-week-1-and-beyond/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/01/hurricane-season-starts-today-heres-what-to-expect-for-week-1-and-beyond/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Today marks day one of the 183-day Atlantic hurricane season, which runs through Nov. 30. Forecasters expect overall hurricane activity across the Atlantic basin to be softened this season by a potentially historic El Niño building in the eastern equatorial Pacific, which acts to deter would-be storms on the Atlantic side by ramping up hostile wind shear.]]></description><pubDate>Mon, 01 Jun 2026 14:33:25 +0000</pubDate><content:encoded><![CDATA[<p>Today marks day one of the 183-day Atlantic hurricane season, which runs through Nov. 30. Forecasters expect overall hurricane activity across the Atlantic basin to be softened this season by a potentially historic El Niño building in the eastern equatorial Pacific, which acts to deter would-be storms on the Atlantic side by ramping up hostile wind shear.</p><p>Nearly all major seasonal forecast groups ― including Colorado State University that issued its first forecast in early April and NOAA, the parent agency of the National Weather Service ― are predicting below-average seasonal hurricane activity for the Atlantic basin in 2026.</p><figure><img src="https://www.local10.com/resizer/v2/AWT56XNRFFCIDOXLOBTOHQS5RE.PNG?auth=3eb5cde6f99de765b7de0c9d0e91b81d3f0f5ef120b60e5b20cb019ef88db714&smart=true&width=1200&height=900" alt="Hurricane season outlooks" height="900" width="1200"/><figcaption>Hurricane season outlooks</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/66EJ2TPTR5B57GTA6IR5ZJ2OK4.png?auth=fe95bdd4259b7b01845fb3a1e28a22ac707c4e437952efd4641fc90a38f1a638&smart=true&width=1200&height=900" alt="Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season." height="900" width="1200"/><figcaption>Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season.</figcaption></figure><h3>El Niño takes center stage</h3><p>The 800-pound gorilla this hurricane season will be the fast-building El Niño ― abnormally warm waters around the equator in the eastern Pacific Ocean ― expected to be officially declared in the next month or two.</p><p>Over the past two weeks, waters have averaged around a degree Celsius above average in the main El Niño monitoring region (called the Niño 3.4 region), which is significant, especially for the time of year. NOAA looks for waters in this main monitoring region to hit at least half a degree Celsius above average over a three-month period before declaring El Niño conditions, so their thresholds take a little longer to reach.</p><p>Nevertheless, we’re well on our way to what models forecast will be a blockbuster El Niño later this year and into early 2027 (El Niño conditions typically peak from November to January). Forecast models indicate a near certainty (greater than 90% chance) of a strong to very strong El Niño by the peak months of the Atlantic hurricane season (August-September-October), and a greater than 80% chance of a so-called “Super El Niño” during what’s traditionally the most active part of the season this fall.</p><figure><img src="https://www.local10.com/resizer/v2/UYURHK3JHVG5HELJD7PUBUXIBY.png?auth=9482376a312d71367c69ddcb809cc57628e590389f0714d099179139f391b921&smart=true&width=1200&height=900" alt="Odds of El Niño conditions for each three-month period through early 2027 from over a dozen different forecast models. The forecasts indicate a greater than 90% chance that a strong to very strong or “Super” El Niño will emerge by the peak of the hurricane season (black box)." height="900" width="1200"/><figcaption>Odds of El Niño conditions for each three-month period through early 2027 from over a dozen different forecast models. The forecasts indicate a greater than 90% chance that a strong to very strong or “Super” El Niño will emerge by the peak of the hurricane season (black box).</figcaption></figure><p>El Niño conditions affect the Atlantic hurricane season in several ways, but most consequentially they sharply increase storm-busting wind shear in the areas normally favored for hurricane development. During strong to very strong El Niños like the one forecast, wind shear is especially strong in the western part of the Atlantic and across the Caribbean Sea.</p><figure><img src="https://www.local10.com/resizer/v2/SC6RF57VMBBO5LJO5EOTWBWHRY.png?auth=d55b977d8b06987039ff1bdbef4d2505fb82ad09e8bf6fc614a0e6eab8596d2f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s worth noting that during the last strong El Niño in 2023, hurricane activity wasn’t reduced due to a ridiculously warm tropical Atlantic which counteracted El Niños usual influence. This is something we discussed in detail and forecast could happen at the time. This isn’t expected to be in the case in 2026, with waters running near average across the main development region of the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/RDLRW3YJKBGAFO7MHFJVR7SSGM.gif?auth=02192db254ae4488bc4d8117e23bfd2371146fcca4ba8e303f67ff79c5c8676a&smart=true&width=1200&height=900" alt="Water temperature departures from average the last week of May 2025 versus the last week of May 2026." height="900" width="1200"/><figcaption>Water temperature departures from average the last week of May 2025 versus the last week of May 2026.</figcaption></figure><h3>Down but not out</h3><p>Less hurricane activity doesn’t mean no hurricane activity. Although <a href="https://journals.ametsoc.org/view/journals/bams/99/7/bams-d-17-0184.1.xml" rel="">U.S. landfalls tend to be reduced during El Niño years</a>, it doesn’t eliminate the risk altogether.</p><p>Even during strong El Niños we’ve seen big hurricane hits, like in 1965 with Hurricane Betsy taking an unconventional loop-the-loop east of Florida before clocking South Florida and making a final hit on South Louisiana, causing extensive flooding in the New Orleans metro and becoming the costliest Atlantic hurricane on record at the time (and the first billion dollar U.S. disaster, unadjusted for inflation).</p><figure><img src="https://www.local10.com/resizer/v2/PNT4TJTMDBHFHLP6OR2QIBR2MA.jpg?auth=a76e29948fa22b174856ab226216e6c00bdc36f719a02360d23ac93e54e06ec4&smart=true&width=1200&height=900" alt="Aerial view of flooding in New Orleans from Air Force One after Hurricane Betsy (Sept. 10, 1965)" height="900" width="1200"/><figcaption>Aerial view of flooding in New Orleans from Air Force One after Hurricane Betsy (Sept. 10, 1965)</figcaption></figure><p>As Betsy showed and as the wind shear anomaly map above suggests, storms that develop in the subtropics (the region just north of the main tropical belt and east of Florida) have a better shot of evading the amped up subtropical jet stream and organizing during El Niño years. Here in southeast Florida we’ll want to keep an eye to the east ― especially come August and September ― for storms that might thread the needle.</p><h3>No organized activity expected this week</h3><p>The first full week of the 2026 hurricane season should be mostly quiet. Rich tropical air will remain over the Gulf this week, but plentiful wind shear will keep the Gulf closed for now.</p><figure><img src="https://www.local10.com/resizer/v2/2KOJJWAEUFFELAYZHUFE3RR3WQ.PNG?auth=7a7cc05e70b1822b8932211399159dcfc443461176e7e53bde1513735b91bf73&smart=true&width=1200&height=900" alt="Formation potential." height="900" width="1200"/><figcaption>Formation potential.</figcaption></figure><p>A potent cold front will usher in drier air to much of Florida and the eastern Gulf by late this week and the weekend (though only a brief relief for us in southeast Florida). We’ll keep an eye out early to mid- next week for this stalled front that’ll be draped across Florida into the western Atlantic. These stalled fronts can be a source of early season tropical mischief, but for now long-range models aren’t suggesting anything to be concerned about.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U4V3XIXI3VF7TFFOP2JUCKF6F4.jpg?auth=bf0645d6e16d9a843f169082f00c8e460ebd23b2b59eb19f2cbda5a1fdc7ebfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traditional strong El Niño, showing sea surface temperature anomalies (red=warmer than average) during the late fall and winter months. A building El Niño is expected to reduce overall Atlantic hurricane activity in 2026.]]></media:description></media:content></item><item><title><![CDATA[Alligator Alcatraz cierra casi un año después de abrir, según proveedores y detenidos]]></title><link>https://www.local10.com/espanol/2026/06/01/alligator-alcatraz-cierra-casi-un-ano-despues-de-abrir-segun-proveedores-y-detenidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/alligator-alcatraz-cierra-casi-un-ano-despues-de-abrir-segun-proveedores-y-detenidos/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Abrió con bombo y platillo con la visita de Trump. Casi un año después, Alligator Alcatraz estaría a punto de cerrar para siempre. Proveedores y detenidos confirmaron a Local 10 que las operaciones terminarían este lunes.]]></description><pubDate>Mon, 01 Jun 2026 14:44:52 +0000</pubDate><content:encoded><![CDATA[<p>Alligator Alcatraz está supuestamente al borde del cierre definitivo, casi un año después de que la instalación abriera sus puertas.</p><p>El destino del controvertido centro de detención migratoria está en el aire.</p><p>Proveedores confirmaron a Local 10 que les han comunicado que las operaciones en la instalación terminarán el lunes, casi un año después de la célebre visita del presidente Donald Trump el día en que abrió.</p><p>La instalación fue construida en menos de dos semanas, pero un nuevo capítulo para el centro de detención está tomando forma.</p><p>Sky 10 sobrevoló Alligator Alcatraz en días recientes mientras un número creciente de detenidos dentro de la instalación llaman a Local 10 afirmando que ven las operaciones cerrando.</p><p>Múltiples fuentes dijeron que el número de detenidos está bajando drásticamente.</p><p>“Se supone que es para efectuar la deportación, no para tenerlos allí indefinidamente”, dijo el abogado de inmigración Sammy Aliferis.</p><p>El alto costo de operar la instalación podría ser un factor en la decisión de cerrarla, ya que el dinero proviene del fondo de emergencia de Florida.</p><p>El congresista demócrata Maxwell Frost, que representa al Distrito 10 de Florida, opinó al respecto.</p><p>“Gastaron casi mil millones de dólares del dinero de los contribuyentes en este fallido proyecto de sufrimiento humano”, dijo.</p><p>Se supone que más de $600 millones serán reembolsados por el gobierno federal, pero el calendario para el pago completo no está claro.</p><p>“Es irrelevante si el estado está siendo reembolsado o no; de todas formas están siendo reembolsados con nuestro dinero como contribuyentes”, dijo Frost.</p><p>El gobernador Ron DeSantis defendió sus acciones de apoyo al controvertido centro de detención, pero no niega el reciente reporte del New York Times de que el gobierno federal lo cerrará definitivamente.</p>]]></content:encoded></item><item><title><![CDATA[De la Espriella surge como duro rival para el progresista Cepeda prometiendo mano dura en Colombia]]></title><link>https://www.local10.com/espanol/2026/06/01/de-la-espriella-surge-como-duro-rival-para-el-progresista-cepeda-prometiendo-mano-dura-en-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/de-la-espriella-surge-como-duro-rival-para-el-progresista-cepeda-prometiendo-mano-dura-en-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El excéntrico abogado Abelardo de la Espriella emergió en las elecciones presidenciales de Colombia como un duro rival para el senador progresista Iván Cepeda, con quien se disputará la segunda vuelta en junio en medio de acusaciones mutuas y cuestionamientos al sistema electoral.]]></description><pubDate>Mon, 01 Jun 2026 16:21:22 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El excéntrico abogado Abelardo de la Espriella emergió en las elecciones presidenciales de Colombia como un duro rival para el senador progresista Iván Cepeda, con quien se disputará la segunda vuelta en junio en medio de acusaciones mutuas y cuestionamientos al sistema electoral.</p><p>Cepeda, aliado del actual presidente Gustavo Petro, había liderado en los últimos meses gran parte de las encuestas y parecía confiado en que podría ganar en primera vuelta, un hito que nadie ha conseguido en casi dos décadas.</p><p>Pero los resultados del domingo, que corresponden a un conteo preliminar, le dieron la ventaja a De la Espriella con 43,74% de los votos frente a 40,90% de Cepeda, lo que los llevará al balotaje el 21 de junio.</p><p>Petro no aceptó los resultados y dijo que esperará a que los jueces electorales realicen el escrutinio, resuelvan eventuales reclamos sobre irregularidades y declaren formalmente la elección. En la misma línea se pronunció Cepeda aunque el lunes indicó que hasta el momento no han encontrado pruebas de irregularidades.</p><p>La presidenta mexicana Claudia Sheinbaum afirmó que se debe atender la denuncia sobre un posible fraude y llegar “hasta lo último”.</p><p>Un golpe al progresismo</p><p>La primera vuelta presidencial era para los analistas un medidor de la aceptación o rechazo a la agenda política de Petro, quien no se puede reelegir.</p><p>Mientras Cepeda promete profundizar los programas sociales para los más vulnerables y continuar los diálogos de paz con los grupos armados, De la Espriella ha dicho que dará un vuelco total y reducirá el tamaño del Estado, beneficiará a empresarios y presionará con operaciones militares a los grupos ilegales.</p><p>“Hay una polarización enorme en el país; lo que los votantes en su gran mayoría sugirieron es que no quieren una continuidad al gobierno Petro”, aseguró a The Associated Press el analista político Sergio Guzmán. “De la Espriella ganó la primera vuelta, eso es un golpe de opinión muy difícil de derrotar”, explicó.</p><p>De la Espriella calificó a su contrincante de “bandido aliado de narcoterroristas”, mientras Cepeda lo tildó de buscar el regreso del país a un pasado “mafioso y corrupto”.</p><p>Por otro lado, el oficialista increpó a De la Espriella por usar la camiseta de la selección de Colombia la víspera al recibir los resultados, asegurando que se “robó” el símbolo. La Federación Colombiana de Fútbol lamentó la controversia e indicó que no tiene la facultad para limitar su uso.</p><p>Con una diferencia de más de 673.000 votos, De la Espriella y Cepeda lucharán por mantener a su electorado y conquistar a los votantes que en primera vuelta apoyaron a los otros nueve aspirantes.</p><p>Cepeda desafió el lunes a De la Espriella a un primer debate público para medir propuestas, con condiciones. “No vamos a ir a ese debate con ayudas. Es entre él y yo, es un duelo", dijo a la prensa.</p><p>De la Espriella lo aceptó, pero sin condiciones, y le pidió reconocer el resultado de las elecciones: “Petro y tú tienen que dar la cara al pueblo, porque están ejecutando un plan para robarse las elecciones”, dijo en X, sin mostrar pruebas.</p><p>De la Espriella se autodefine independiente y se postuló sin el apoyo explícito de partidos tradicionales. Sin embargo, tras los resultados del domingo comenzaron a tejerse alianzas políticas. La candidata Paloma Valencia —quien se ubicó en tercer lugar con 6,9% de los votos— y su padrino político, el expresidente Álvaro Uribe (2002-2010), anunciaron su apoyo al conservador, así como el exmandatario Iván Duque (2018-2022) y el partido Cambio Radical.</p><p>Por su parte, el expresidente Ernesto Samper (1994-1998) renovó su respaldo a Cepeda y se sumó el exembajador en el Reino Unido y candidato en primera vuelta Roy Barreras, quien no obtuvo ni 1% de los votos.</p><p>Subirse a la ola conservadora</p><p>De la Espriella es un abogado conocido en Colombia por sus clientes de alto perfil como Uribe, así como figuras controvertidas como Alex Saab, un estrecho aliado del derrocado presidente venezolano Nicolás Maduro que enfrenta cargos en Estados Unidos.</p><p>Se hace llamar “El Tigre” y dice que con la ferocidad de ese felino enfrentará a los grupos armados. Muestra simpatía por el presidente salvadoreño Nayib Bukele y el mandatario argentino Javier Milei.</p><p>“Me gusta mucho el tema de las cárceles y la seguridad del presidente Bukele, haciendo la salvedad de que son dos países muy distintos, con conflictos y situaciones muy diferentes”, explicó De la Espriella a AP antes de la primera vuelta. “Me gustan del presidente Milei algunos de sus manejos económicos; ha reducido sustancialmente la inflación”, agregó.</p><p>De la Espriella se une a un número creciente de líderes regionales, desde Chile hasta Honduras, que buscan adoptar el “modelo Bukele” a medida que los votantes latinoamericanos abandonan a los políticos con ideas progresistas destinadas a abordar las causas del conflicto como la falta de oportunidades, la pobreza y la corrupción.</p><p>“Es una marca política que, por así decirlo, llegó a Colombia. No creo que De la Espriella inventara nada”, aseguró Guzmán.</p><p>El candidato también es seguidor del presidente Donald Trump y miembro del Partido Republicano. Ha prometido que, de llegar al poder, estrechará la relación con Estados Unidos y dará resultados en la disminución de cultivos de hoja de coca, la materia prima de la cocaína.</p><p>——————</p><p>La periodista de AP Fabiola Sánchez contribuyó desde Ciudad de México.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOMHGAM3OS7QBMIDFGBSFD2HFQ.jpg?auth=0ae9d20a28ef974ce718de737cc8d093c814eb4ac6633b9da2c01ec941be3ea6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta combinación de fotografías muestra a los candidatos presidenciales Abelardo de la Espriella, a la izquierda, el 6 de mayo de 2026, e Iván Cepeda, el 26 de febrero de 2026, en plena campaña electoral de cara a las elecciones en Colombia. (AP Foto)]]></media:description></media:content></item><item><title><![CDATA[Cucarachas en el horno, roedores en el almacén: estos restaurantes del sur de Florida fueron clausurados]]></title><link>https://www.local10.com/espanol/2026/06/01/cucarachas-en-el-horno-roedores-en-el-almacen-estos-restaurantes-del-sur-de-florida-fueron-clausurados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/cucarachas-en-el-horno-roedores-en-el-almacen-estos-restaurantes-del-sur-de-florida-fueron-clausurados/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[

Desde un Steak ‘n Shake con excrementos de roedor hasta un restaurante en Miami con 37 violaciones y cucarachas dentro del horno. Dirty Dining regresa con cinco clausuras en el sur de Florida.]]></description><pubDate>Mon, 01 Jun 2026 14:38:08 +0000</pubDate><content:encoded><![CDATA[<p>Tras una semana de pausa, Dirty Dining regresa con varios restaurantes del sur de Florida clausurados por inspectores estatales.</p><p>El nombre más conocido de la lista fue Steak ‘n Shake en Sunrise, cerrado tras hallarse evidencia de actividad de roedores. Los inspectores documentaron aproximadamente 8 excrementos de roedor alrededor del tanque de CO2 en el área de almacenamiento seco.</p><p>También en Sunrise, Luv’n Oven Ale House fue clausurado tras detectarse cucarachas vivas bajo los fregaderos de la cocina, cucarachas muertas en el área de refrigeración y acumulación de moho negro en el interior de la máquina de hielo.</p><p>En Miami, Mi Lindo Ecuador fue cerrado con 37 violaciones, la cifra más alta de la semana. Los inspectores encontraron más de 10 cucarachas vivas bajo las mesas de preparación, tres dentro del horno y cucarachas rastreando sobre utensilios en el fregadero. También se documentaron alimentos fuera de temperatura, pisos con acumulación de grasa y empleados que manipularon superficies sucias sin lavarse las manos.</p><p>Miami Cafe en Miami Beach fue clausurado por aguas residuales que se filtraban a través de los desagües del piso mientras el establecimiento seguía abierto y sirviendo comida al público.</p><p>Por su parte, el Denny’s en Coral Gables fue cerrado tras una inspección por queja que reveló más de 25 insectos voladores muertos en las ventanas del local, techos dañados y paredes con acumulación de grasa, todos ellos señalados como violaciones repetidas.</p><p>Todos los establecimientos fueron autorizados a reabrir tras una limpieza ordenada y una reinspección. Ningún local de los Cayos de Florida fue clausurado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFOMAS3XLRAT5B5MOSQ3EWRSKM.jpg?auth=4eddb4083d1f1ae13ec3aa421078a2fbd771c3e524cc06c605ef1535ea6b4b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Magic hire Sean Sweeney as team's coach. He'll stay with Spurs through the NBA Finals]]></title><link>https://www.local10.com/sports/2026/06/01/magic-hire-sean-sweeney-as-teams-coach-hell-stay-with-spurs-through-the-nba-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/magic-hire-sean-sweeney-as-teams-coach-hell-stay-with-spurs-through-the-nba-finals/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Sean Sweeney was formally named coach of the Orlando Magic on Monday after the sides struck an agreement in principle last week.]]></description><pubDate>Mon, 01 Jun 2026 14:30:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Sean Sweeney was formally named coach of the Orlando Magic on Monday after the sides struck an agreement in principle last week.</p><p>Sweeney, the associate head coach of the San Antonio Spurs, will remain with that team through the conclusion of the NBA Finals. The Magic will introduce Sweeney at some point after the finals between the Spurs and New York Knicks.</p><p>“We’re excited to welcome Sean to the Orlando Magic family,” Magic President of Basketball Operations Jeff Weltman said. “Sean brings a tremendous work ethic and a high degree of intensity that set the tone for everything he does. Sean’s attention to detail and his ability to communicate and teach the game clearly stands out. He’s grounded in competitiveness and accountability, while also embracing a modern, creative approach to coaching.”</p><p>The 41-year-old Sweeney will replace Jamahl Mosley, who was let go by the Magic after five seasons and three consecutive first-round playoff exits. Mosley has since been hired as coach of the New Orleans Pelicans.</p><p>Sweeney is a defensive guru, widely considered one of the brightest young coaches in the league on that side of the ball. In his lone season with the Spurs, he turned what was a porous defense a year ago into one of the league’s most airtight — his scheme centered around Victor Wembanyama, the unanimous winner of the Defensive Player of the Year award this season.</p><p>Sweeney will join the Magic after one season with the Spurs. He spent the previous four seasons as an assistant in Dallas, and had past stints on the staffs of Detroit, Milwaukee and Brooklyn — actually starting with the Nets as a video coordinator when the team was in New Jersey.</p><p>The Minnesota native played one season at Green Bay before transferring to the University of St. Thomas, where he was a three-year starter.</p><p>“Happy for Orlando, and happy for us as he’s in the Eastern Conference,” Spurs coach Mitch Johnson said last week.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NP7M4OGVWQ5JM76KSEUOHWIIGM.jpg?auth=bb74be10a02a4545b9e94f672ce879156edf91aca78bc0d98d897a65f43a08b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Mavericks assistant coach Sean Sweeney directs the team during the second half of an NBA basketball game against the Minnesota Timberwolves, Dec. 19, 2022, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Raymond Berry, Hall of Fame wide receiver and Patriots coach, dies at the age of 93]]></title><link>https://www.local10.com/sports/2026/06/01/raymond-berry-hall-of-fame-wide-receiver-and-patriots-coach-dies-at-the-age-of-93/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/raymond-berry-hall-of-fame-wide-receiver-and-patriots-coach-dies-at-the-age-of-93/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Raymond Berry, the Hall of Fame wide receiver who teamed with Baltimore quarterback Johnny Unitas for one of the NFL's greatest passing combinations and helped lead the Colts to victory over the New York Giants in the storied 1958 championship game, has died. He was 93.]]></description><pubDate>Mon, 01 Jun 2026 16:43:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Raymond Berry, the Hall of Fame wide receiver who teamed with Baltimore quarterback Johnny Unitas for one of the NFL's greatest passing combinations and helped lead the Colts to victory over the New York Giants in the storied 1958 championship game, has died. He was 93.</p><p>Berry, who later coached the New England Patriots in Super Bowl XX, died May 25, the Pro Football Hall of Fame said Monday.</p><p>His family said in a statement that Berry died peacefully at home in Murfreesboro, Tennessee, surrounded by family, including his wife of 65 years, Sally.</p><p>“In NFL history, there are only a handful of players who we can say truly changed the sport. Raymond Berry is one of the few names on that list,” Indianapolis Colts owner Carlie Irsay-Gordon said. “As a player during a historic era of Colts football, Raymond redefined the standard for what a wide receiver could and should be. ... Simply put, not only was Raymond Berry one the greatest players in the history of the Colts, but he was one of the most influential and foundational players of the modern NFL.”</p><p>A 20th-round draft pick out of SMU in 1954, the Texas native became a model for the virtues of hard work and determination. He had average speed, legs of different length, a bad back, imperfect eyesight and oversized feet that in high school gave him the nickname “Skis.” But he willed himself into a superstar through exhaustive preparation and study, whether using Silly Putty to strengthen his fingers or simulating entire games on the practice field.</p><p>He was among the most reliable receivers in league history, rarely dropping a pass and fumbling only twice, according to the Pro Football Reference website. By his own count, he developed 88 separate routes to get open, his discipline so unyielding that even his coach, Weeb Ewbank, tried to intervene.</p><p>“One of his drills was to throw nothing but bad balls to him,” Ewbank told the Los Angeles Times in 1986. “I used to have to run John (Unitas) off — ‘John, you’ve had enough throwing today’ — and he’d say, ‘Yeah, talk to that guy out there.’”</p><p>Over 13 seasons, Berry caught a then-record 631 passes (Jerry Rice is now the all-time leader, with 1,549) for 68 touchdowns, led the NFL in receptions three times and played in six Pro Bowls. A mainstay of one of the league’s top offenses, featuring Unitas, running back Lenny Moore and offensive lineman Jim Parker, Berry played on championship teams in 1958 and 1959 and a runner-up in 1964.</p><p>Berry was inducted into the NFL Hall of Fame in 1973, and was voted on to the league’s 50th anniversary and 75th anniversary teams. The Colts retired his uniform number, 82. SMU retired his number from college, 87.</p><p>A performance for the ages</p><p>Berry was at his peak during a signature day in NFL history: the 1958 finale against the Giants at Yankee Stadium, an overtime classic known by many as “The Greatest Game Ever Played." It was nationally televised and often cited as the starting point for the league’s rise over the following decades.</p><p>Playing against the NFL’s toughest defense, Berry caught 12 passes for 178 yards and one touchdown, including three consecutive receptions during the 86-yard drive that tied the game 17-17 in regulation, and two crucial grabs during the 80-yard drive that gave the Colts a 23-17 win. The league’s first championship to finish in overtime helped make Unitas a hero and Berry his ideal target.</p><p>“We worked and got to know each other and developed timing you just can’t get any other way,” Berry later told the radio program Sports & Torts. “He (Unitas) knew I was going to be there when I was supposed to be there and he knew I was going to catch it.”</p><p>A fight for drug testing</p><p>After retiring in 1967, Berry was a wide receivers coach for the Dallas Cowboys, Cleveland Browns and New England Patriots, and head coach of the Pats from 1984-89. He finished 48-39 with New England, including an 11-5 season in 1985 and a trip to Super Bowl XX. The Patriots were crushed 46-10 by the Chicago Bears in that game.</p><p>“Raymond Berry holds a special place in Patriots history,” team owner Robert Kraft said. “He led our franchise to its first Super Bowl appearance following a remarkable playoff run, a milestone that was the greatest achievement in team history at the time.”</p><p>Kraft said Raymond left a lasting impact on the Patriots and the NFL.</p><p>Soon after the Super Bowl against the Bears, the Boston Globe revealed that several New England players had drug problems. Berry had been a source for the Globe story and his push for the team to agree to drug testing was forcefully opposed by the NFL players union.</p><p>Berry, a deeply religious man who didn’t drink or smoke, had personal reasons for supporting drug treatment. His former Colts teammate, All-Pro defensive tackle Gene “Big Daddy” Lipscomb, had struggled with addiction.</p><p>“They didn’t help him, they just cut him,” Berry told The Patriot Ledger in 1986. “Three years later, he was dead.”</p><p>His Texas roots</p><p>Berry married fellow Texan Sally Crook in 1960. They had three children.</p><p>He was born in Corpus Christi in 1933 and would credit some of his success to his high school coach, his father, Mark Raymond Berry, who taught his son the basics of football even if he didn’t play him much. He attended Schreiner College in Kerrville for a year before transferring to SMU, where during one crucial game he fumbled twice, mistakes he vowed not to commit in the pros.</p><p>With the Colts, he caught only 13 passes in his rookie season, but the following year the team signed a free agent quarterback cut by the Pittsburgh Steelers — Unitas. The two soon began practicing together.</p><p>“I didn’t know my butt from first base about how to run pass routes,” Berry told Sports & Torts. “If you saw both of us in training camp in 1956, you may have gone away sobbing. We were two pitiful football players, good grief.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEPXUZHTIIX5T2ZHR6BHI7KG54.jpg?auth=3f52d4476ee3a3e10beca28ebf2cb996bef2e79f0dd86a1667abb7b3e27adfa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Sept. 30, 1962, file photo, Baltimore Colts end Raymond Berry snags a pass from quarterback John Unitas for 5-yard gain against the Detroit Lions in a football game in Baltimore. Lions' Dick LeBeau (44) makes the tackle. (AP Photo/File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UY33AU5I7Q7XINX6DBCNZLIUCU.jpg?auth=2d637b8ef0589671d857b26e110ad1537951120c5f30ccb1e40533700725048a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - IN this Jan. 12, 1986, file photo, New England Patriots coach Raymond Berry gets a victory ride from players Larry McGrew (50) and Johnny Rembert (52) after the Patriots defeated the Miami Dolphins 31-14 in the NFL football AFC playoffs in Miami. (AP Photo/File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TSQAGSRYJ3W5TPBV3RHCJ6QBE4.jpg?auth=1543d3537f62c4d874d83a160480ed24a36ebd5574482c4a2e573ae01698c5db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - David Driscoll, 9, of Baltimore, wearing a copy of a Baltimore Colt uniform, gets an autograph on his helmet from end Raymond Berry at the Westminster training camp of the NFL club, Aug. 2, 1965. (AP Photo/William A. Smith, file)]]></media:description><media:credit role="author" scheme="urn:ebu">William A. Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZ3Z445IHUVL4V6MEBLEDGJRBA.jpg?auth=6340b09c8ed2a2c7fb71112b7ae9d2e3cb678f60f221e77f44c3c0f6de439171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Baltimore Colts quarterback Johnny Unitas and veteran split end Raymond Berry, left, review films of previous Colt games in Baltimore on Oct. 25, 1967. (AP Photo/William Smith, file)]]></media:description><media:credit role="author" scheme="urn:ebu">William Smith</media:credit></media:content></item><item><title><![CDATA[Online commentators Hasan Piker and Cenk Uygur barred from entering the UK for public events]]></title><link>https://www.local10.com/news/world/2026/06/01/online-commentators-hasan-piker-and-cenk-uygur-barred-from-entering-the-uk-for-public-events/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/online-commentators-hasan-piker-and-cenk-uygur-barred-from-entering-the-uk-for-public-events/</guid><dc:creator><![CDATA[By SYLVIA HUI, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British authorities said Monday they blocked Hasan Piker, a Turkish American online streamer, and another political commentator from entering the U.K. to speak at public events.]]></description><pubDate>Mon, 01 Jun 2026 15:32:07 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British authorities said Monday they blocked Hasan Piker, a Turkish American online streamer, and another political commentator from entering the U.K. to speak at public events.</p><p>Piker, a liberal political commentator who is frequently critical of U.S. President Donald Trump, Israel and the war in Gaza, has 2.8 million followers on Twitch.</p><p>The Home Office said that the electronic travel authorization, or ETA, for Piker and Cenk Uygur, who hosts the “Young Turks” online political talk show and is reportedly Piker’s uncle, were canceled “on the grounds that their presence in the U.K. may not be conducive to the public good.”</p><p>“Decisions to refuse or cancel an ETA on these grounds are based solely on an assessment of the potential risk an individual may pose to U.K. society,” the Home Office said.</p><p>Piker and Uygur were due to speak at SXSW London, a culture, technology and creativity festival, this month. Uygur was also expected to give a speech at the Oxford Union, the prestigious student debating society.</p><p>“A sad state of affairs where obviously the interests of Israel take the highest priority,” Piker said on his YouTube channel.</p><p>Uygur said on X that he had been banned “for criticizing Israel. Are we free any more?”</p><p>Piker has faced criticism over some of his comments on the Hamas militant group, which is considered a terrorist organization in the U.K. and the U.S., among other countries.</p><p>In April, he told an episode of “Pod Save America” podcast that “I'm a harm-reduction voter, I'm a lesser evil voter, and therefore I would vote for Hamas over Israel every single time."</p><p>Hamas-led militants stormed into southern Israel on Oct. 7, 2023, killing around 1,200 people and taking 251 hostage, in an attack that triggered the war in Gaza.</p><p>Israel’s ensuing offensive has killed over 72,800 Palestinians, including more than 900 since the ceasefire took hold last October, according to the Gaza Health Ministry. The ministry is part of Gaza’s Hamas-run government, but staffed by medical professionals who maintain and publish detailed records that are viewed as generally reliable by the international community.</p><p>David Taylor, a Labour lawmaker who called for Piker to be blocked, said that “there is no reason we should open our doors to those who seek to spread hate and division, especially someone who’s supported a proscribed terror group.”</p><p>But Green Party leader Zack Polanski said that the government was “doing everything possible to silence criticism of the Israeli government.”</p><p>In April, the U.K. government barred the rapper Ye, formerly known as Kanye West, from entering the country, where he was scheduled to headline the Wireless Festival in London in July, after a backlash over his history of antisemitic remarks.</p><p>Prime Minister Keir Starmer said at the time that his government “stands firmly with the Jewish community, and we will not stop in our fight to confront and defeat the poison of antisemitism."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7AVKXYONB2HDJN7MIUSROV5II.jpg?auth=bded6d1fed89c09ca73ba1c567422f9dc51e1d25544582f77b41a80bfd02b377&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hasan Piker speaks at a campaign rally for Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, April 7, 2026, at the University of Michigan in Ann Arbor, Mich. (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/FIJIO6DMMOISGVJQ6ZBFZRDDYQ.jpg?auth=3addbe19228b64e17cb5464945435cbc5e3736ebfd519a48f8387adce7e57341&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cenk Uygur, right, and Ana Kasparian arrive at the Los Angeles premiere of "An Inconvenient Sequel: Truth to Power" at the Arclight Hollywood on July 25, 2017, in Los Angeles. (Photo by Willy Sanjuan/Invision/AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Willy Sanjuan</media:credit></media:content></item><item><title><![CDATA[Fans of '00s Death Cab for Cutie take note: Their new album is about grief — and it's for you]]></title><link>https://www.local10.com/entertainment/2026/06/01/fans-of-00s-death-cab-for-cutie-take-note-their-new-album-is-about-grief-and-its-for-you/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/fans-of-00s-death-cab-for-cutie-take-note-their-new-album-is-about-grief-and-its-for-you/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — They usually hold court in theaters, but for the last few years, the beloved indie act Death Cab for Cutie has moonlit as an arena rock band. That's because they took their career-defining albums 2003's “Transatlanticism,” and later, 2005's “Plans,” on an anniversary run — recognizing that in the decades since their release, the records have only grown larger, resonating with new audiences.]]></description><pubDate>Mon, 01 Jun 2026 14:01:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — They usually hold court in theaters, but for the last few years, the beloved indie act Death Cab for Cutie has moonlit as an arena rock band. That's because they took their career-defining albums 2003's “Transatlanticism,” and later, 2005's “Plans,” on an anniversary run — recognizing that in the decades since their release, the records have only grown larger, resonating with new audiences.</p><p>“There was such a sense of there being a power greater than us, not necessarily in a spiritual sense, but in the communing with the audience each night,” said guitarist and keyboardist Dave Depper. “It was so concentrated and on such an epic scale … It felt important to be able to tap into that energy and somehow transfer it into the feeling of this next record.”</p><p>On Friday, the band will release “I Built You a Tower,” their 11th studio album and second with producer John Congleton. But this is not simply another full-length offering from artists in their veterancy. It is one at an unusual crossroads: A band looking to continue harnessing the enthusiasm of their nostalgic listenership, and one simultaneously experiencing grief.</p><p>“I spent a lot of 2023 going through this very painful experience of a separation and eventual divorce,” said frontman and lyricist Ben Gibbard. That informed the record — and happened right as they were embarking on the “Transatlanticism” tour, a run where Gibbard did double-duty, performing two sets. It was also a celebration of his side project the Postal Service, marking the 20th anniversary of that group's sole album, “Give Up.”</p><p>Navigating all those realities was a challenge. “I was doing a lot of context switching and in order to do that context switching, certainly as it pertained to my personal life, I had to put all that stuff in a building, as it were, and just lock the door,” he said. “I started to write a lot about how we contextualize, compartmentalize, specifically our grief.”</p><p>And a record was born.</p><p>The construction behind ‘I Built You a Tower’</p><p>Gibbard credits the anniversary tours with reinvigorating his writing.</p><p>“I have come to the conclusion over the years that the fans are always right. The records that they think are the best ones are the best records,” he said. “I didn’t want to write 'Transatlanticism 2,' but I wanted it to really build on the spirit of that tour.”</p><p>He asked himself: What is it about those songs that continue to connect? “My best work are the pieces that are very emotionally honest, earnest and open,” he said. “I think a lot of my songs that are the best ones are the ones that are very detail oriented. … They kind of sing like real tiny movies.”</p><p>There are modern examples of that across “I Built You a Tower,” like in the single “Punching the Flowers,” which takes the image of a toddler stomping on plants and uses it as a metaphor for fatalist frustrations.</p><p>And sonically, there are echoes of Death Cab's most beloved albums — found in the staccato rhythms of drummer Jason McGerr on a track like “How Heavenly a State,” for example — or the vocal performance of “Stone Over Water” or “Pep Talk,” while avoiding self-imitation.</p><p>A new direction</p><p>Gibbard and Depper credit Congleton for pushing them to avoid perfectionist tendencies, reminding them that flaws give life to songs.</p><p>“Perfection is the enemy of good rock music, of good guitar music. It really is the push and pull between the instruments. It’s the fact that guitar is a little bit out of tune against the other one. It’s that the drummer rushes a little in the chorus. The vocal is just a little out of the tune or the harmony just kind of wavers a bit against the lead vocal. All of our favorite records sound like that,” said Gibbard.</p><p>“A big part of why we love those records is because we hear the humanity and collective fallibility of that. And that’s been wiped away, you know, in this age of AI, more than ever,” agreed Depper. So they endeavored to make an album full of heart — not a glossy, mechanized product.</p><p>The band started writing the album in 2023 and 2024, between tours. Through that process, Gibbard eventually felt as if he was able to remove himself enough from the subject matter of “I Built You a Tower”: his divorce. “I was giving enough distance where I felt I could write about it in a manner that was internal and also hopefully lacking in any bitterness,” he said.</p><p>Then they recorded it in three weeks in September of last year, and this summer, they'll play hit the road with “I Built You a Tower” — their first time touring noncatalog music since 2022.</p><p>“All the love for the records that we lovingly presented,” Depper joked, “but it is very nice to be playing some new material again.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2IKXVEROLC3UZN5DTBQDUPBNM.jpg?auth=38aee2bc446524fb89d64bf1408c57dfbaad4624102bbf7cc6b0271feba02939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6WEVKG7FUGLVDU5QYOTLUUUNY.jpg?auth=b4ba28094d40eddc766d0ae08726fb1f81437d7553c9d30a77e613d6e8d8ad86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK6LDNGKMQAFIC37MTRPTQYQVQ.jpg?auth=83115edd0d9678ceb7dbba747ab6548f87365558e10dfcdd6fae4285d3a1909b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVGANEB5M42YHDBWLXHNZOGW24.jpg?auth=69367c027374589adcd7b326ab993dae4c7899112bfc870355e64aea8d23ae1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBJDUS6BZ2W6XPWXDZFBHFEHPA.jpg?auth=40cd39596261a90763f0a977c75161ec641fffac20554da9c5244b2a97e2b9f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content></item><item><title><![CDATA[Wildlife game camera image and drone used to arrest a man in the fatal shooting of a Virginia deputy]]></title><link>https://www.local10.com/news/national/2026/06/01/wildlife-game-camera-image-drone-used-to-arrest-man-in-fatal-shooting-of-virginia-deputy/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/01/wildlife-game-camera-image-drone-used-to-arrest-man-in-fatal-shooting-of-virginia-deputy/</guid><dc:creator><![CDATA[By KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[Investigators in North Carolina used a wildlife game camera image and a drone to find and arrest a man wanted in connection with the fatal shooting of a Virginia sheriff’s deputy who was conducting a welfare check, authorities said.]]></description><pubDate>Mon, 01 Jun 2026 20:52:24 +0000</pubDate><content:encoded><![CDATA[<p>Investigators in North Carolina used a wildlife game camera image and a drone to find and arrest a man wanted in connection with the fatal shooting of a Virginia sheriff’s deputy who was conducting a welfare check, authorities said.</p><p>The suspect, identified as Michael Puckett, was found with a gun on Sunday night, two days after the shooting, as he was ringing the doorbell of a home less than several miles from the Virginia state line in Surry County, North Carolina. He was arrested booked without bond, the state's bureau of investigation said in a news release. Multiple law enforcement agencies took part in the search.</p><p>Puckett, 55, appeared for an extradition hearing Monday, where he waived his right to a court-appointed lawyer and awaited transport to Virginia, WXII-TV reported.</p><p>In Virginia, the Carroll County Sheriff’s Office said the fatal shooting occurred after law enforcement received a request from a family member to do a welfare check on Friday.</p><p>A man at the home began shooting, and the two sheriff's deputies who had responded returned fire, the sheriff’s office said. Both deputies were hit and the man ran away. Other people were in the home at the time. They were not hurt, according to Carroll County Sheriff Kevin Kemp.</p><p>Deputy Logan Utt was killed. The second deputy, who was struck in his ballistic vest, was recovering at home and was in good condition, Kemp said Sunday.</p><p>There was a massive search for the the suspect, who was “spotted on wildlife game camera in Surry County North Carolina,” north of the city of Mount Airy, on Sunday morning, police said. A drone was used to track his movements.</p><p>Utt, 31, was a military veteran who joined the department in 2023. A long procession of law enforcement vehicles escorted his remains Monday afternoon from Roanoke, Virginia, to Mount Airy, where Utt was a former firefighter.</p><p>“He had a servant's heart. He cared for others, he cared for his country, he cared for his family," Kemp said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AQ33VFYUVUF7EEOR7JH2J37FU4.jpg?auth=5b0d9609871be705a03c3bd88aff76a002929b9ea82285d1f97690047b197532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows law enforcement at the scene of Michael Puckett's home in Carroll County, Va., on Saturday, May 30, 2026. (WSET via AP)]]></media:description></media:content></item><item><title><![CDATA[Steak n’ Shake n’ rodent issues! South Florida restaurant ordered shut]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/01/steak-n-shake-n-rodent-issues-south-florida-restaurant-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/01/steak-n-shake-n-rodent-issues-south-florida-restaurant-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[After a week off, Dirty Dining is back with several South Florida restaurants ordered shut by state inspectors. ]]></description><pubDate>Mon, 01 Jun 2026 13:48:16 +0000</pubDate><content:encoded><![CDATA[<p>After a week off, Dirty Dining is back with several South Florida restaurants ordered shut by state inspectors. </p><p>The most recognizable name on the list was Steak ‘n Shake in Sunrise, which was closed after inspectors found evidence of rodent activity. </p><p>Also in Sunrise, Luv’n Oven Ale House was shut down after inspectors documented roach activity and sanitation issues. </p><p>In Miami, Mi Lindo Ecuador was ordered closed with 37 violations, the highest total on this week’s list. </p><p>Miami Cafe in Miami Beach was shut down because of a sewage backup, while Denny’s in Coral Gables was ordered closed following a complaint inspection that uncovered multiple sanitation concerns. </p><p>All of the establishments were allowed to re-open after an ordered cleanup and re-inspection. No places in the Florida Keys were ordered shut.</p><p><b>**STEAK N’ SHAKE </b></p><p><b>12541 WEST SUNRISE BLVD.</b></p><p><b>SUNRISE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>3 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Approximately 8 rodent droppings around CO2 tank on left corner of dry storage area next to office away from kitchen.”</p><p><b>**LUV’N OVEN ALE HOUSE</b></p><p><b>10033 SUNSET STRIP</b></p><p><b>SUNRISE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/19</b></p><p><b>6 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 3 live roaches around pipe under triple sinks in kitchen.”</p><p>“Dead roaches on premises. 1) 2 Dead roaches in container under continental reach in cooler in kitchen.”</p><p>“Accumulation of black mold-like substance in the interior of the ice machine.” </p><p><b>**MI LINDO ECUADOR</b></p><p><b>8726 NW 26TH ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 5/27</b></p><p><b>37 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed at hand wash sink located in dish washing area 2 live roaches crawling on utensils stored inside hand sink. . Observed approximately 10 + live roaches underneath shelf of food preparation tables all around kitchen area. Observed 3 live roaches inside oven. Observed one live roach on floor behind stove. Observed approximately 10 + live roaches on wooden Dollie’s used to store boxes of to go containers located inside kitchen.”</p><p>“Dead roaches on premises. Observed 10 + dead roaches all around kitchen area floors under cooking equipment.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Observed oven soiled, inside and outside, handles soiled.”</p><p>“Floor and wall junctures not coved in food ware washing areas or bathroom. Observed some areas of the kitchen missing the molding.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed floor underneath cooking equipment soiled with accumulated grease.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Shelves soiled with grease. Observed blender soiled.”</p><p>“Chlorine sanitizer used to sanitize clean in place equipment not at proper minimum strength. Do not use equipment not properly sanitized. Observed at bucket in the kitchen.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed at prep table the following items out of temperature: White rice 70 F, beef 70 F, plantain 77F.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed in chest freezer several raw items like meat, fish, vegetables next to each other in contact.”</p><p>“Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed employee touching different soiled surfaces in the kitchen area and did not washed hands after.”</p><p>“Handwash sink used for purposes other than handwashing. Observed at hand wash sink a tray with utensils stored inside.”</p><p><b>**MIAMI CAFE</b></p><p><b>1201 WASHINGTON AVE.</b></p><p><b>MIAMI BEACH</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>14 VIOLATIONS FOUND</b></p><p>“Sewage/wastewater backing up through floor drains. Observed establishment open and serving food to the public while sewage backing up through floor drains at kitchen.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>**DENNY’S</b></p><p><b>1150 S. DIXIE HIGHWAY</b></p><p><b>CORAL GABLES</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Dead flying insects on premises. Observed at lobby of establishment along all windows approximately 25+ dead flying insects on window sills/ledge of interior windows. Observed at cook line hood filter system, approximately 15+ dead flying insects attached to hood system.”</p><p>“Floor soiled/has accumulation of debris. Observed at kitchen prep area and dry storage area behind shelves and fixed equipment. Repeat Violation.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Observed throughout kitchen area ceiling tiles drooping and peeling. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed at cook line soiled with grease build up. Repeat Violation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFOMAS3XLRAT5B5MOSQ3EWRSKM.jpg?auth=4eddb4083d1f1ae13ec3aa421078a2fbd771c3e524cc06c605ef1535ea6b4b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How do you make vampires fly effortlessly on Broadway? Strong wires, harnesses and lots of practice]]></title><link>https://www.local10.com/entertainment/2026/06/01/how-do-you-make-vampires-fly-effortlessly-on-broadway-strong-wires-harnesses-and-lots-of-practice/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/how-do-you-make-vampires-fly-effortlessly-on-broadway-strong-wires-harnesses-and-lots-of-practice/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For their third Broadway show, husband-and-wife choreographing team Lauren Yalango-Grant and Christopher “Cree” Grant faced a high-stakes challenge: They were asked to make vampires fly.]]></description><pubDate>Mon, 01 Jun 2026 13:44:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For their third Broadway show, husband-and-wife choreographing team Lauren Yalango-Grant and Christopher “Cree” Grant faced a high-stakes challenge: They were asked to make vampires fly.</p><p>Not just fly, but also fight and hang upside-down, 60 feet off the stage. Not just that but also make it effortless, like gliding. And, of course, completely safely, despite darkness and haze and props whizzing by.</p><p>Making “The Lost Boys” soar was a little like a real-life game of Tetris, the couple say. And for creating some of the best visuals of the season, the couple has earned their first Tony Award nomination.</p><p>“You just have to break it down slowly and bit by bit, build one block and then you just keep adding so that no one’s going to get hurt or feel too chaotic. Because gravity is going to gravity," says Yalango-Grant. "As much as Elphaba taught us you can defy it, you cannot.”</p><p>From screen to stage</p><p>“The Lost Boys,” an adaptation of a 1987 teen movie vampire thriller starring Jason Patric and Corey Haim, follows a pair of brothers who tangle with a gang of young vampires who have taken over a California beach town.</p><p>It became a cult hit due to its stylish neck-biters on motorcycles, with feathered hair, earrings, leather jackets and gloves. That meant the stage flying had to be awesome.</p><p>“They have to look cool, effortless, a little bit sexy, a little dangerous, but they don’t have to try too hard because they’re vampires — they’re all powerful, right?” says Yalango-Grant. “So, we worked really hard on just this effortless cool, laid-back kind of vibe, not circus-y, not a lot of tricks.”</p><p>She and her husband choreographed flying for the four Lost Boys and two other characters, all who wore harnesses with thin wires covered in a black paint that absorbs light. The couple coordinated with the lighting team to ensure the wires never get a blast of light, making them almost impossible to detect from the seats.</p><p>Credit also goes to the company Flying by Foy, a leading specialist in aerial effects, for the rigging, tracks and winches, and aerial designers Gwyneth Larsen and Billy Mulholland.</p><p>“It took so much fine-tuning to get to where we are,” says Yalango-Grant. “And I’m just so proud of the work of all of us because it took every single person to make this look how it looks now.”</p><p>‘We’re the OG vamps’</p><p>Grant and Yalango-Grant began their careers as dancers, met while auditioning for the same dance company, Pilobolus, and then toured for eight years. They're married and have a 5-year-old daughter.</p><p>It made sense that if they were going to ask performers to put on harnesses and soar 60 feet up, they'd do it first. “We’re the OG vamps,” says Yalango-Grant, laughing.</p><p>“I think, as dancers, we already have this intuitive nature of understanding how our bodies operate and move, and then just applying that in a different way to flying wasn’t that much more difficult,” says Grant.</p><p>None of the performers had any aerial skills so the choreographers had to start with the basics: Each was assigned a X taped on the stage where they needed to stand before their flights and ensure their wires were hanging perfectly vertical. Eating a full meal before a performance turns out to be a bad idea.</p><p>Each flight is carefully coordinated with music, sets and lighting cues and run by stage managers using computers. Producers gave the teams one of the most valuable resources to get it right: time.</p><p>“You can rehearse all you want. You can talk about it all you want. But until you’re in the harness in the air, you just don’t know. So they allowed us to start training with the guys early on,” says Yalango-Grant.</p><p>Harnesses and quick-releases</p><p>Speaking of harnesses, fliers put on a base layer like compression shorts to protect from rubbing, and costume designer Ryan Park designed clothes to hide and accommodate the harnesses. He also designed a quick-release way to detach from the wire, leaving audiences amazed.</p><p>“They have to unclip with their pointer finger and their thumb and we just drilled it. We drilled it so it became muscle memory and as easy as brushing your hair behind your ear,” says Yalango-Grant. “It’s like a magic trick. It’s a sleight of hand.”</p><p>The harnesses aren't that comfortable, but the actors aren't in them all night. The musical has been mapped out to allow each actor time to put them on, get checked, fly and then remove the harness.</p><p>Ali Louis Bourzgui, who earned a Tony nomination as the leader of the vampires, says it took a while to condition his body to fly, requiring strength training and months of practice.</p><p>“It’s just a totally different movement pattern,” he says. “Your hips suddenly become your axis point of how you turn and how you move.”</p><p>He and his fellow vampires have become best buds, and there are times during performances when he looks over and really believes they're all flying.</p><p>“It is kind of a magical experience,” he says. “It’s pretty fun for us for the most part. The harnesses that we’re wearing, not so fun.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWQ5B4CFPHJEE7A5GSPNAZBAKY.jpg?auth=854f0fee4725203a4c5cbbc8b7f2fed9a3c7855e734529850fc40c3fcc24106f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, foreground left, and Ali Louis Bourzgui, suspended right, appear with the Broadway cast of "The Lost Boys" during a performance in New York on March 25, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMGW64SKKAIWSWPJXR5KJRYADQ.jpg?auth=1e19f0c297cc55d1d05d1305882765766b4a5d4904803e929797fd57bf60d403&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, center, and Ali Louis Bourzgui, second right, appear with other cast members during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WPETRYW2TV5LJ2MZHEGYVUD7Q.jpg?auth=a05273e8cad316f1cec4a1782b536824185b4fbf794c693fb5a34381bffca895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, left, and Ali Louis Bourzgui appear during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSO7WEVOH5AQBJE3ZGWGBLLFOE.jpg?auth=83bdead7d7463a69e61a79889442db9941ef3ef4d829b8e8655d0ceaf5eadedb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maria Wirries, left, and L.J. Benet appear during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content></item><item><title><![CDATA[June 1: Daily afternoon thunderstorms continue for South Florida]]></title><link>https://www.local10.com/weather/2026/06/01/june-1-daily-afternoon-thunderstorms-continue-for-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/01/june-1-daily-afternoon-thunderstorms-continue-for-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Today is a tricky forecast. Widespread cloud cover is giving us a gloomy start and preventing energy from building up to fuel afternoon thunderstorms.]]></description><pubDate>Mon, 01 Jun 2026 13:40:23 +0000</pubDate><content:encoded><![CDATA[<p>Today is a tricky forecast. Widespread cloud cover is giving us a gloomy start and preventing energy from building up to fuel afternoon thunderstorms. If we can manage to get some sun breaking through the clouds, we can get enough heating from a round of strong afternoon thunderstorms. If the clouds hold tough well into the afternoon, we will only get a few downpours to develop in spots and their coverage will be more isolated. </p><p>High temperatures today will be near 90°. Cooler air will move in starting Wednesday with below average temperatures in the middle 80s. It will still be humid, but a hair lower than the humidity we’re feeling out there today. </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[Looking to the future: Should Cuban Americans invest in Cuba? ]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[A few months ago, Cuba’s Vice Minister Oscar Perez Oliva, who is the grand-nephew of Raul Castro, invited Cuban Americans in exile to invest in Cuba. ]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4YQRMHV3JX5MD5WYANGTPTVTE.jpg?auth=3f26ce7507b75f67d55985d2b8ac6af0091a1c000c69b040b6c96bec1d41fb4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a street in Havana, Monday, May 25, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Montana’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-montanas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-montanas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Montana voters will select nominees in Tuesday’s state primary to replace departing Republican incumbents in the U.S. Senate and House, but one major contender won’t be on the ballot. Meanwhile, several state legislative primaries will highlight divisions within Montana’s dominant Republican Party.]]></description><pubDate>Mon, 01 Jun 2026 12:55:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Montana voters will select nominees in Tuesday’s state primary to replace departing Republican incumbents in the U.S. Senate and House, but one major contender won’t be on the ballot. Meanwhile, several state legislative primaries will highlight divisions within Montana’s dominant Republican Party.</p><p>Republicans hold slim majorities in both chambers of Congress. Montana has not been at the top of the list of seats Democrats hope to flip to regain control of either body, but the retirements do creak open the door for a candidate to possibly take advantage of the state’s independent streak.</p><p>Republican U.S. Sen. Steve Daines is not seeking a third term. He has endorsed former U.S. Attorney Kurt Alme to replace him. Daines’ late withdrawal from the race in March and the launch of Alme’s candidacy, both timed to occur just before the filing deadline, appeared to be carefully choreographed. President Donald Trump seemed to confirm as much in his endorsement of Alme.</p><p>“In fact, if Kurt didn’t have the highest level of aptitude and talent, Steve would have remained exactly where he is….” Trump said in a social media post.</p><p>Alme also has endorsements from the state’s other top Republicans, U.S. Sen. Tim Sheehy and Gov. Greg Gianforte. He faces Republicans Lee Calhoun and Charles Walking Child for the nomination.</p><p>The Democratic field includes former state Rep. Reilly Neill, whose fundraising is five times the combined haul of her four primary rivals.</p><p>The winners of both primaries will face former University of Montana president Seth Bodnar, who is running as an independent. As of mid-May, Bodnar had outraised the entire field of candidates, regardless of party. Bodnar is one of a handful of independent candidates who have opted to bypass the party primary process and could complicate the general election for some Republican incumbents.</p><p>In the 1st Congressional District, Republican U.S. Rep. Ryan Zinke is not seeking a fourth full term, citing health concerns. He, Trump, Sheehy and Gianforte have endorsed talk radio host and former Zinke congressional staffer Aaron Flint over Montana Secretary of State Christi Jacobsen, former state Sen. Al Olszewski and former high school government teacher Ray Curtis. The Democratic field includes former gubernatorial candidate Ryan Busse and union organizer Sam Forstag.</p><p>In the state Legislature, several primaries expose an ongoing rift within the ranks of Montana Republicans.</p><p>At the start of the 2025 legislative session, nine Republican state senators bucked the party on a variety of key floor measures, essentially handing control of the chamber to Democrats.</p><p>State Sen. Shelley Vance of District 34 is the only one of the maverick lawmakers, dubbed the “Nasty Nine” by the Montana GOP, up for reelection in 2026. Two others, state Sens. Jason Ellsworth and Bruce Gillespie, opted instead to run for the state House in Districts 34 and 18, respectively. The other six are either term-limited, retiring or not up this cycle.</p><p>In response to the revolt within the Republican caucus, the Montana Republican Party released a list of state legislative candidates it supports, including some who are challenging Republican incumbents in the state House. But some of the state party’s picks put the committee at odds with Gianforte, who has released a series of social media videos appearing with four state House incumbents targeted by the party.</p><p>The governor offered words of support for state House Speaker Brandon Ler and state Reps. Valerie Moore and Ken Walsh, who are all running for reelection, and for state Rep. Eric Albus, who is running in state Senate District 14. Gianforte does not explicitly endorse the lawmakers in the videos, but he called one a “great partner” and said he was “proud of the work” he’d done with another.</p><p>Half of the state’s 50 state Senate seats and all 100 state House seats are up for election in 2026.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. MT, which is 10 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, Public Service Commission, state Senate and state House.</p><p>Who gets to vote?</p><p>Any eligible voter may participate in any party’s primary.</p><p>How many voters are there?</p><p>As of May 25, there were about 791,000 registered voters in Montana. Voters do not register by party.</p><p>How many people actually vote?</p><p>About 190,000 Republican primary votes and about 108,000 Democratic primary votes were cast in the 2024 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 68% of the 2024 primary vote was cast before primary day.</p><p>As of Friday, about 166,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Counties vary in how they release votes. In previous elections, results from absentee voting mostly were released along with in-person Election Day voting throughout the night. About two-thirds of Montana’s 56 counties tend to release all or almost all of their mail and in-person early voting results in the first vote update of the night, often along with results from in-person Election Day voting. About half the counties tend to release all or almost all their in-person Election Day results in the first vote report.</p><p>How long does vote-counting usually take?</p><p>In the 2024 U.S. Senate primary, the AP first reported results at 10:26 p.m. ET, or 26 minutes after polls closed. The last vote update of the night was at 4:06 a.m. ET with about 84% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Montana requires an automatic recount only in the event of a tie vote. A candidate may request a recount if the margin is less than 0.5% of the total vote, but the state will only pay for it if the margin is 0.25% or less. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJMYWVBLPBDTQJNT5EGKE42SJY.jpg?auth=0b140bd8c40880ac4e138775dbbd561b5614748c89a2399bd84d0c52318c3fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "Welcome to Montana" sign is seen along Montana State Highway 72 near Chance, Mont., May 24, 2017. (AP Photo/Robert Yoon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content></item><item><title><![CDATA[Celebrity stylist Sean Donaldson brings glamour to Miami Swim Week]]></title><link>https://www.local10.com/features/2026/06/01/celebrity-stylist-sean-donaldson-brings-glamour-to-miami-swim-week/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/01/celebrity-stylist-sean-donaldson-brings-glamour-to-miami-swim-week/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Every summer, Miami becomes the epicenter of global swimwear fashion as hundreds of thousands of visitors descend on South Florida for Miami Swim Week. ]]></description><pubDate>Mon, 01 Jun 2026 12:41:13 +0000</pubDate><content:encoded><![CDATA[<p>Every summer, Miami becomes the epicenter of global swimwear fashion as hundreds of thousands of visitors descend on South Florida for Miami Swim Week. </p><p>Runways fill with internationally acclaimed designers, celebrities, influencers, and models — all showcasing the season’s latest looks against the backdrop of South Beach.</p><p>Behind many of those polished runway appearances this year was celebrity hairstylist Sean Donaldson, whose decades-long career has taken him from Scotland to some of America’s most stylish cities before ultimately finding a home in South Florida.</p><p>Donaldson’s passion for beauty and fashion began early.</p><p>“I think my passion for hair came from magazines and what I was seeing in fashion in the mid-to-late ’80s,” he said. “I wanted to be a part of that.”</p><p>He launched his career in Scotland, where he trained under some of the industry’s most respected names, including the late Vidal Sassoon. The experience laid the foundation for what would become a successful international beauty career.</p><p>Eventually, however, warmer weather — and new opportunities — called.</p><p>After working in cities including Washington, D.C., and Atlanta, Donaldson relocated to South Florida, where he has spent decades building a reputation as one of the region’s premier hair and makeup artists. Today, he owns two salons, one in Miami Beach and another in Brickell.</p><p>Donaldson says Miami’s beauty scene stands apart from anywhere else in the country.</p><p>“What I love about Miami and style and beauty is that it is somewhat unique,” he explained. “We have great style, we have great stores. We have everything that everyone else has. We stand alone because we have this more relaxed look, this relaxed vision, this relaxed aesthetic.”</p><p>That effortless aesthetic was front and center during Swim Week, where Donaldson and his team created looks inspired by both glamour and the beach lifestyle synonymous with Miami.</p><p>“This year, it’s going to be more glassy looks,” Donaldson said. “The skin’s very radiant, slightly sun-kissed, pastel hues.”</p><p>For hair, the trend focused less on heavily textured “just out of the ocean” styles and more on softness and shine.</p><p>“It’s going to be relaxed, it’s going to be soft, wavy, but well-conditioned,” he said. “In the past there would be a lot of salt-spray looks where the hair would look like it had just stepped out of the ocean.”</p><p>Technology also played a role in bringing those visions to life before models even sat in the styling chair. Donaldson highlighted a new app called “Look Beauty,” which allows users to preview different beauty transformations digitally.</p><p>“You’ll be able to change your hair color, your texture, your style — everything about your aesthetic,” he said. “(It) even includes your makeup.”</p><p>For Donaldson, the real reward comes once hair, makeup, and fashion come together to help clients feel confident and empowered.</p><p>“When you couple hair with makeup and then fashion, you create an image for someone that they want to be,” he said. “That to me is exciting, it’s rewarding, it’s empowering. And it’s great to be on that journey with someone.”</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[Aryna Sabalenka ends Naomi Osaka's fashion show in Paris and advances to French Open quarterfinals]]></title><link>https://www.local10.com/sports/2026/06/01/aryna-sabalenka-ends-naomi-osakas-fashion-show-in-paris-and-advances-to-french-open-quarterfinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/aryna-sabalenka-ends-naomi-osakas-fashion-show-in-paris-and-advances-to-french-open-quarterfinals/</guid><dc:creator><![CDATA[By ANDREW DAMPF and JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Naomi Osaka may have had the edge in the fashion contest. In the tennis department, though, top-ranked Aryna Sabalenka was the winner.]]></description><pubDate>Mon, 01 Jun 2026 20:41:11 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Naomi Osaka may have had the edge in the fashion contest. In the tennis department, though, top-ranked Aryna Sabalenka was the winner.</p><p>Sabalenka beat Osaka 7-5, 6-3 on Monday to reach the French Open quarterfinals and move one step closer to finally winning the clay-court Grand Slam after getting beaten by Coco Gauff in last year’s final.</p><p>It was the first women’s night match at Roland Garros in three years and Osaka entered the court wearing a golden bomber jacket over her gold sequin playing dress, trailing a tiered train with puffs of tulle.</p><p>Sabakenka wore more standard tennis attire: A slightly sheer black flared tennis dress with a red underlayer; plus diamond necklaces.</p><p>In the matchup of four-time Grand Slam champions, Sabalenka improved to 3-1 in her career against Osaka, who was playing in the fourth round at Roland Garros for the first time.</p><p>Sabalenka overpowered Osaka from the baseline, and produced a huge forehand return winner on her first match point that Osaka barely got her racket on.</p><p>Tournament organizers had been criticized for not scheduling more women's matches at night, with Roland Garros officials responding that women's best-of-three set matches don't occupy enough time for TV broadcasters. The men play best-of-five set matches.</p><p>Sabalenka won in 1 hour, 27 minutes.</p><p>Sabalenka's quarterfinal opponent will be Diana Shnaider, who beat Madison Keys — the last American woman remaining in contention — 6-3, 3-6, 6-0.</p><p>French hopes were dashed following Diane Parry’s 6-3, 6-2 loss to 114th-ranked Polish player Maja Chwalinska.</p><p>Chwalinska had never been beyond the second round of any major, and her run is even more impressive since she came through three qualifying rounds.</p><p>Chwalinska's quarterfinal opponent will be Anna Kalinskaya, who surprised even herself by reaching the last eight after defeating Anastasia Potapova 6-4, 2-6, 7-6 (10-7).</p><p>“Thinking two weeks ago that I will be here, I wouldn’t believe it,” Kalinskaya said. “I would probably laugh with my team.”</p><p>Many top women's players were already eliminated, such as Gauff, four-time winner Iga Swiatek and No. 2-ranked Elena Rybakina.</p><p>Sinner's out but Italians move on</p><p>Despite top-ranked Jannik Sinner losing in the second round, Italian fans will have at least two men in the quarterfinals.</p><p>Tenth-seeded Flavio Cobolli advanced to his second Grand Slam quarterfinal — and his first here — after beating American Zachary Svajda 6-2, 6-3, 6-7 (3), 7-6 (5).</p><p>“It’s for sure my favorite Grand Slam to play,” Cobolli said after winning on Court Philippe-Chatrier. “We have the best feeling with the surface as Italians.”</p><p>A little while after his win, Cobolli — a former youth soccer player at Italian club Roma — joined players from the Paris Saint-Germain team as they paraded the Champions League trophy on Court Philippe-Chatrier. PSG beat Arsenal in the final on Saturday.</p><p>Cobolli's next opponent will be No. 4 seed Felix Auger-Aliassime, who beat Alejandro Tabilo 6-3, 7-5, 6-1 to reach the last eight at all four majors. The Canadian has never been beyond a Grand Slam semifinal, though.</p><p>“Not having Sinner in the semifinals is another opportunity, but you need to be there,” Auger-Aliassime said. “So I have to focus on the next match.”</p><p>Big-serving Matteo Berrettini joined Cobolli in the quarterfinals after beating Juan Manuel Cerundolo 6-3, 7-6 (2), 7-6 (6). Berrettini last reached the quarterfinals here in 2021 — but hadn't been back to the tournament since then because of a series of injuries and physical issues.</p><p>Matteo Arnaldi will try to make it three Italians in the last eight when he plays No. 19 Frances Tiafoe later.</p><p>___</p><p>AP Sports Writer Samuel Petrequin, and AP Fashion Writer Colleen Barry in Milan contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHN4IFH67FIX4VDOCBZ2LRHPWI.jpg?auth=39d101cbadd49d2cf1abebc5ffcd6faa1a67498f5b016b8f985ff8bcab434748&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Naomi Osaka warms up for the fourth-round tennis match against Aryna Sabalenka of Belarus at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFQIM6PTHRR5FZTWP7OTJEZNFA.jpg?auth=de2fa482b0486c13076ad0959fc32ee83ed547b02345708e988cf4cc8ae86c20&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 reacts after winning the fourth-round tennis match against Japan's Naomi Osaka at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YT7MJRYMRZ44FOTUF5MEX6IVGU.jpg?auth=6f9c0788c461850f0a409b351c58937f85302be5b81b9a7ecb999197da905cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Naomi Osaka waits for the serve during the fourth-round tennis match against Aryna Sabalenka of Belarus at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UMARK2LXIPJ6FAUKXH6XXU3W5E.jpg?auth=ff4b76a75d32024551c4b9970dbf70a841d7fa82c0b2847b573e9e7a5c76b8f9&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 reacts during the fourth-round tennis match against Japan's Naomi Osaka at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in California's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-californias-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-californias-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two candidates for California governor will emerge from a massive field of 61 hopefuls in a state primary on Tuesday, when voters will also select U.S. House nominees using a new map they approved in a 2025 ballot measure.]]></description><pubDate>Mon, 01 Jun 2026 12:33:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two candidates for California governor will emerge from a massive field of 61 hopefuls in a state primary on Tuesday, when voters will also select U.S. House nominees using a new map they approved in a 2025 ballot measure.</p><p>Also on the ballot is a long list of state and local contests, including a Los Angeles mayoral race where the Democratic incumbent mayor faces more than a dozen challengers. Among them is a former reality TV personality whose candidacy has caught the eye of another former reality TV personality, President Donald Trump.</p><p>California’s top-two primary format, where all candidates run on the same ballot regardless of party, has complicated the campaign calculus in several high-profile races, including the one to replace term-limited Democratic Gov. Gavin Newsom. While Democratic candidates often welcome the opportunity to run head-to-head against a Republican in the dark blue state, the number of well-known Democrats in the race threatens to split the vote and inadvertently clear the path for two Republicans to advance to the general election, which would guarantee a Republican governor.</p><p>The Democratic field includes former U.S. health secretary Xavier Becerra, former U.S. Rep. Katie Porter, San Jose Mayor Matt Mahan, billionaire 2020 presidential candidate Tom Steyer and former Los Angeles Mayor Antonio Villaraigosa. Republicans vying for the seat include Riverside County Sheriff Chad Bianco and conservative commentator Steve Hilton, who has Trump’s endorsement.</p><p>Democrats Eric Swalwell and former state Controller Betty Yee will also appear on the ballot, although both have withdrawn from the race. Swalwell was a top contender in the campaign but withdrew on April 12 following sexual assault allegations he has denied. He resigned from Congress two days later.</p><p>In the race for control of the narrowly divided U.S. House, a new congressional map favorable to Democrats has complicated the reelection bids of several Republican House incumbents. Voters approved the new district boundaries in a Nov. 2025 referendum, which was a response to Trump’s initiative in Texas and other states to maximize the number of GOP seats heading into the fall midterm election.</p><p>In the 6th Congressional District, U.S. Rep. Kevin Kiley considered his limited options and left the Republican Party in March to run for reelection as an independent.</p><p>Republican U.S. Reps. Ken Calvert and Young Kim are competing against each other in the 40th Congressional District. Democrat Esther Kim Varet is one of several challengers hoping to snag one of two spots in the general election.</p><p>Also on the ballot is a special election in the 1st Congressional District to complete the term of the late Republican U.S. Rep. Doug LaMalfa, who died in January. The five-person field pits the Democratic state Senate President against the Republican state Assembly Minority Leader. If no candidate receives a vote majority, the top two finishers will compete one-on-one on Aug. 4. The winner will serve under the current district boundaries, not the new map going into effect in the next Congress.</p><p>A special election to fill Swalwell's vacant 14th Congressional District seat will be held June 16, also under the current boundaries.</p><p>In the race for Los Angeles mayor, Democrat Karen Bass seeks a second term in the nonpartisan office against tech entrepreneur Adam Miller, former MTV reality show cast member Spencer Pratt, City Councilmember Nithya Raman and others. Trump recently said of Pratt, “I’d like to see him do well.”</p><p>Democrats have a significant advantage over Republicans in statewide races based on their overwhelming support in the populous areas surrounding Los Angeles, San Francisco, Sacramento and San Diego. Republicans tend to perform best in the more sparsely populated areas of northern California and the Central Valley, while running competitively in Southern California suburbs outside of Los Angeles and San Diego. A Republican has not won statewide office in California since 2006.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. PT, which is 11 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in contested races for U.S. House, governor, lieutenant governor, secretary of state, controller, treasurer, attorney general, insurance commissioner, state school superintendent, Board of Equalization, state Senate, State House, mayor of Long Beach, mayor of Los Angeles and Los Angeles County sheriff.</p><p>Who gets to vote?</p><p>Any registered voter in California may participate in the state primary.</p><p>How many voters are there?</p><p>As of April 3, there were about 23.1 million registered voters in California, including about 10.4 million Democrats, about 5.8 million Republicans and about 5.3 million not registered with any party.</p><p>How many people actually vote?</p><p>About 7.3 million votes were cast in the U.S. Senate primary in 2024, roughly a third of registered voters.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 89% of vote in the 2024 U.S. Senate primary was cast before primary day.</p><p>As of Thursday, about 2.6 million ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>About four out of every five California counties release some or most of their results from mail voting in the first vote report of the night, usually before any in-person Election Day results are released. Almost half the counties release most or all of their in-person early voting results in the first vote report.</p><p>Since mail voting tends to favor Democrats and in-person Election Day voting tends to favor Republicans, the release of mail voting results at the start of the night could result in an early lead for Democratic candidates, while Republican candidates may narrow the gap as more Election Day results are counted.</p><p>How long does vote-counting usually take?</p><p>In the 2024 primaries, the AP first reported results at 11:08 p.m. ET, or eight minutes after polls closed. The last vote update of the night was at 6:01 a.m. ET with about 52% of total votes counted. The count reached 99% of total votes about two weeks later on March 20 at 7:47 p.m. ET.</p><p>When will the AP declare a winner?</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in California. Any registered voter may request and pay for a recount. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 14 days until the June 16 special primary in Congressional District 14, 63 days until the Aug. 4 special general election in Congressional District 1, 77 days until the Aug. 18 special general election in Congressional District 14 and 154 days until the Nov. 3 general election.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6R5HRJRGEWT6FVNGAFZNUGWFAE.jpg?auth=1c9aad74de1d9be95ce76d90f6ce539697973ba906856f2c74509992f035e255&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tiffany Valencia, a Riverside County resident, fills out a primary election ballot during a "Barbeque, Beer and Ballots" event organized by Reform California on Saturday, May 9, 2026, in Corona, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VGIH33OHBJHYZAHOB6GSAYFQA.jpg?auth=e2b393924f77d2a5658bd9a8a85a2dd233dc2ffe0fd63e669646dc07d73b8f6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xavier Becerra speaks during a California gubernatorial debate hosted by CBS Bay Area and the San Francisco Examiner in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5K2RZLPDPIJGKCY23XLPG5BCU.jpg?auth=c0af6515c85b02bb0e723f84335eb7730e2857f6be9fa9b8acbb8fce8aba4249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Hilton speaks during a California gubernatorial debate hosted by CBS Bay Area and the San Francisco Examiner in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LT5IYQESOS7LZ2WQNFQL2DZZK4.jpg?auth=850e6f578607cfb497daf643216f05223b68c2b962689b12da226c24e022ba0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Steyer speaks during a California gubernatorial debate in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FT2CG2BDZKY337JNTEOVXL7KXE.jpg?auth=dc004ab9c8e6c879cca14c1b720d2aa5d5013e78f1081e80b83995edbdff937e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katie Porter speaks during a California gubernatorial debate in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[The Latest: Appeals court rules Trump policy illegally banned transgender troops from military]]></title><link>https://www.local10.com/news/politics/2026/06/01/the-latest-appeals-court-rules-trump-policy-illegally-banned-transgender-troops-from-military/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/the-latest-appeals-court-rules-trump-policy-illegally-banned-transgender-troops-from-military/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[A Trump administration policy illegally banned transgender troops from military service, a divided panel of federal appeal court judges ruled on Monday.]]></description><pubDate>Mon, 01 Jun 2026 21:33:00 +0000</pubDate><content:encoded><![CDATA[<p>A Trump administration policy illegally banned transgender troops from military service, a divided panel of federal appeal court judges ruled on Monday.</p><p>The majority opinion by a three-judge panel from the U.S. Court of Appeals for the District of Columbia circuit upholds a March 2025 ruling by U.S. District Judge Ana Reyes in Washington, D.C. Reyes concluded that President Donald Trump’s executive order to exclude transgender troops from military service likely violates their constitutional rights.</p><p>Meanwhile, the energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government, causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.</p><p>Also, the United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it launched a strike of its own, and Kuwait reported incoming fire.</p><p>The nominal ceasefire between Iran and the U.S. has been repeatedly tested with such back-and-forth attacks, even as officials from both countries try to negotiate an end to the war.</p><p>Here's the latest:</p><p>Trump administration shares more information about new Medicaid work rules</p><p>The Trump administration on Monday provided more details for how Americans on Medicaid will be able to claim exemptions from new work mandates.</p><p>A new rule reveals that starting in 2028, if health or government data doesn’t prove exemptions, some Medicaid enrollees will need to prove they are eligible with documentation.</p><p>The rule also puts forth a stricter-than-expected definition for who can qualify for exemptions based on being “medically frail.” To meet that qualification, a person’s health condition must significantly impair their ability to comply with the work requirements, according to the text of the rule.</p><p>The work requirements were part of a 2025 law. Starting in 2027, they’ll require some working-age Medicaid participants to work or do community service at least 80 hours a month, or be enrolled in school at least half the time.</p><p>States have warned implementing the changes will be expensive and time consuming. Advocates say they’ll cause millions to lose their health insurance.</p><p>Monday’s rule will be open to public comment before it is finalized.</p><p>Trump to head to Wisconsin on Friday</p><p>The White House says the president will head to Chippewa County, located in the northwest part of the state.</p><p>The trip will highlight the administration’s efforts to benefit farmers, particularly on taxes and trade.</p><p>“Wisconsin families put their faith in President Trump in 2024, and he has spent every single day since taking office fighting and delivering for them,” White House spokeswoman Liz Huston said.</p><p>The visit is part of a series of trips that are intended for Trump to promote his economic agenda and achievements.</p><p>Trump administration says it will comply with court order that temporarily paused $1.8 billion compensation fund</p><p>The Trump administration said Monday it will comply with a court ruling temporarily blocking a nearly $1.8 billion fund meant to compensate allies of the president, effectively agreeing to pause the plan for at least two weeks after setbacks in the courts and a fierce backlash from Republicans who objected to potential payouts to participants in the Jan. 6, 2021, riot at the U.S. Capitol.</p><p>The announcement from the Justice Department comes in response to a Friday court ruling by a federal judge in Virginia who ordered plans for the fund halted pending additional arguments later this month. The department said in a statement that it “disagrees strongly” with the ruling but would abide by it.</p><p>The Trump administration had defended the $1.776 billion “Anti-Weaponization Fund,” established to resolve Trump’s lawsuit against the Internal Revenue Service over the leak of his tax returns, as an appropriate corrective measure to make up for what officials insist was a weaponized law enforcement during the Biden administration.</p><p>Thune says Trump dropping anti-weaponization fund is ‘best way to handle’</p><p>Senate Majority Leader John Thune indicated Monday he was hopeful the White House would move to drop the $1.776 billion settlement fund designed to compensate Trump’s allies.</p><p>“I do think the best way to handle it is if the administration decides to shut it down themselves,” Thune told reporters.</p><p>The fund had caused a standoff between the White House and the Senate after Republican senators defiantly left town 10 days ago without passing legislation to fund Trump’s immigration enforcement agencies. The Senate returns today.</p><p>US to drastically slash the number of embassies in Africa that can process visas</p><p>The State Department plans to drastically slash the number of U.S. embassies and consulates in Africa that can process visas for foreigners seeking to come to the United States.</p><p>The almost 50 U.S. embassies and consulates that are processing visa applications will be reduced to 20 in the coming weeks, according to three U.S. officials and an internal memo obtained by The Associated Press. There is not yet a set date for the change, but it is expected in June, according to the officials, who were not authorized to comment to the media and spoke on condition of anonymity.</p><p>The move is part of the Trump administration’s effort to crack down on issuing both immigrant and non-immigrant visas as part of its broader aim to limit immigration to the U.S. and clamp down on those who travel on temporary visas but then overstay them. The administration also has scaled back personnel at embassies and consulates around the world.</p><p>▶ Read more</p><p>Trump says Israel and Hezbollah have agreed to dial back fighting</p><p>President Donald Trump said Monday that Israel and Hezbollah have agreed to dial back fighting after he held talks with Israeli Prime Minister Benjamin Netanyahu and communicated with the Lebanon-militant group through mediators.</p><p>Trump announced the development in a social media post following his call with Netanyahu.</p><p>▶ Read more</p><p>Pentagon policy illegally banned transgender troops from military service, appeals court panel rules</p><p>A Trump administration policy illegally banned transgender troops from military service, a divided panel of federal appeal court judges ruled on Monday.</p><p>The majority opinion by a three-judge panel from the U.S. Court of Appeals for the District of Columbia circuit upholds a March 2025 ruling by U.S. District Judge Ana Reyes in Washington, D.C. Reyes concluded that President Donald Trump’s executive order to exclude transgender troops from military service likely violates their constitutional rights.</p><p>The administration appealed after Reyes issued a preliminary injunction requested by attorneys for six transgender people who are active-duty service members and two others seeking to join the military. The appeal court’s majority decided that the injunction should be narrowed to the plaintiffs currently serving in the military but not those seeking to join.</p><p>▶ Read more</p><p>Colorado elections clerk released from prison after governor commutes sentence</p><p>Tina Peters, the former clerk convicted of participating in a scheme to chase election conspiracy theories promulgated by President Trump, was released from prison Monday after the president successfully pressured Colorado’s Democratic governor into commuting her sentence.</p><p>Peters’ release was confirmed by the Colorado Department of Corrections. The state agency said it would have no more information about the 70-year-old inmate. Her sentence was shortened by Colorado Gov. Jared Polis last month after Trump waged a lengthy pressure campaign against the governor and his state.</p><p>Colorado elections clerk set to be released from prison based on her sentence commutation</p><p>Former Colorado elections clerk and conspiracy theorist Tina Peters is scheduled to be released from prison Monday after serving less than a quarter of a nine-year sentence for her role in a scheme to copy her county’s election system.</p><p>Colorado Gov. Jared Polis, a Democrat, commuted Peters’ sentence last month following pressure from President Trump.</p><p>The Colorado Department of Corrections would not confirm the time of Peters’ release, and a representative for her attorney said Peters would not speak to the media when she’s freed.</p><p>Peters was the first local election official to be charged with breaching security after the 2020 election. She snuck in an outside computer expert affiliated with My Pillow Chief Executive Mike Lindell — who himself denied that Trump lost the White House in 2020 — and the person copied the county’s Dominion Voting Systems computer server as it was updated in 2021.</p><p>▶ Read more</p><p>Crude oil prices rise after latest US-Iran fighting, and US stocks slip</p><p>Oil prices are rising following the latest fighting to threaten the U.S.-Iran ceasefire, but Wall Street isn’t very worried.</p><p>The S&P 500 slipped 0.1% early Monday, falling a bit below the record it set last week. The Dow Jones Industrial Average fell 166 points, and the Nasdaq composite was little changed.</p><p>Brent crude climbed 4.7%, and Treasury yields moved higher in the bond market. Tech stocks held up better than the rest of the market.</p><p>Science Applications International Corp. soared after becoming the latest U.S. company to report bigger profit for the latest quarter than analysts expected.</p><p>▶ Read more</p><p>Tensions linger between Republicans and White House over the ‘anti-weaponization’ fund</p><p>A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Trump’s immigration enforcement agencies.</p><p>Senate Republicans who are returning to Washington on Monday say they won’t have the votes to pass the Homeland Security spending bill until the White House works with them to place parameters on the new $1.776 billion settlement fund designed to compensate Trump’s allies. But Trump has shown little interest in doing so, even after a judge temporarily halted any payouts.</p><p>It’s unclear how they’ll settle the dispute.</p><p>▶ Read more</p><p>Jerome Powell uses JFK award speech to warn against political pressure on Fed, courts and schools</p><p>Former Federal Reserve Chair Jerome Powell used one of his first major public appearances since leaving office to defend independent institutions while accepting an award Sunday honoring his efforts to preserve the central bank’s independence.</p><p>Speaking at the John F. Kennedy Presidential Library overlooking Boston Harbor, Powell called universities, courts, Congress and the central bank “the foundation and the embodiment of our democracy” and argued that the Fed’s independence was a “priceless asset” that must be protected.</p><p>It was one of his most direct defenses of Fed independence, warning that a single administration’s decision to remove bank officials over policy differences would open the way for future elected officials to follow suit, ultimately undermining the credibility that the Fed has spent decades building.</p><p>Powell, who frequently clashed with Trump during his eight years as chair, stepped down as his term expired in May. He was succeeded by Kevin Warsh, whom Trump selected to lead the central bank.</p><p>▶ Read more</p><p>Trump vents about judge who blocked the Kennedy Center renovation and fumes over his legal setbacks</p><p>Trump on Saturday branded the federal judge who blocked his renovation of the Kennedy Center as “an anti Trump Hater” and predicted that the nation’s premier performing arts center, which he wanted to shutter for a two-year overhaul, will “soon be closed, probably never to open again.”</p><p>In a lengthy post on his Truth Social platform, Trump fumed about the Friday decision from U.S. District Judge Christopher Cooper, who also ordered Trump’s name removed from the center. Clearly angered by his latest legal setback, he said it was “impossible for me to be treated fairly,” tying Cooper’s ruling to earlier losses, including the Supreme Court’s rejection in February of his sweeping tariffs.</p><p>His post aimed to make the case for the project even as he says he’s giving up on it. Hours after Cooper’s decision, Trump said he was backing away from the renovations and making arrangements to relinquish control to Congress of what, until the Republican president’s second term, had been known as the John F. Kennedy Center for the Performing Arts.</p><p>▶ Read more</p><p>Trump set to headline ‘Great American State Fair’ for nation’s 250th anniversary after artists drop out</p><p>An upcoming celebration of America’s 250th anniversary, “The Great American State Fair,” recently had several musical guests back out partly over the event’s ties to President Trump. Now, Trump himself is slated to headline the festivities, the organizers said Saturday.</p><p>“I understand Artists are getting ‘the yips’ having to do with their performance,” Trump posted to his social media platform Truth Social Saturday, adding that he was thinking of bringing “the man who some say is the Greatest President in History (THE GOAT!), DONALD J. TRUMP, to take the place of these highly paid, Third Rate ‘Artists.’”</p><p>The group organizing the June fair on Washington’s National Mall, Freedom 250, confirmed the billing in a statement, writing, “We are excited to announce that President Trump will personally kick off this historic celebration on Wednesday, June 24.”</p><p>Freedom 250 is billed as nonpartisan, but was launched last year by Trump and is led by a former State Department appointee from Trump’s first term. Several artists, including Bret Michaels, the Commodores and Martina McBride dropped out last week.</p><p>▶ Read more</p><p>US bombs Iranian military sites and Kuwait is hit by drone and missile fire</p><p>The United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it launched a strike of its own, and Kuwait reported incoming fire.</p><p>The nominal ceasefire between Iran and the U.S. has been repeatedly tested with such back-and-forth attacks, even as officials from both countries try to negotiate an end to the war. It’s not clear how close they are to a deal — and there is always the risk that an attack could derail those talks.</p><p>In the meantime, Iran has maintained its chokehold on the Strait of Hormuz, disrupting global energy supplies and driving up the price of fuel around the world, with far-reaching consequences.</p><p>Fighting has also escalated between Israel and the Lebanese militant group Hezbollah, despite their nominal ceasefire. Israel has extended its occupation deep into Lebanon, and Hezbollah — which joined the war in support of its main backer, Iran — continues to launch drones into Israel.</p><p>▶ Read more</p><p>Trump is facing a new inflation warning from the bond market, adding to his midterm challenges</p><p>The world is getting more uptight about lending money to President Donald Trump’s government — causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.</p><p>The energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government. Interest rates on a 10-year U.S. Treasury note are topping 4.44%, up from 3.95% before the war started at the end of February. Average mortgage rates have climbed to their highest levels in nine months, while auto sales are slumping.</p><p>The challenge is global in scale, as interest rates have risen for multiple countries as the world has been adjusting to the prospect of higher inflation, mounting questions about the sustainability of government debt and a dramatic surge in investment in artificial intelligence.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P2TZK7FHMFH7BVWNWQLM7SGHXY.jpg?auth=3db7d3f66d54d670e812a8ecfbf2b9fa5a3e2446525ac93ae46e1ccb3af1e8db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump pumps his fist as he arrives at the White House, Sunday, May 31, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQTMOP4YWYQGHQ7EHT7PMFK3AY.jpg?auth=4c903478693f06348352b125a8b82e2c1bccffedffd6ea9d891a8867db0e405e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump looks out the window of his limousine at the construction in Lafayette Park as he departs the White House, Saturday, May 30, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Iowa's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-iowas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-iowas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The retirements of two of Iowa’s most prominent Republican officeholders, Gov. Kim Reynolds and U.S. Sen. Joni Ernst, have had ripple effects throughout Tuesday’s state primary, creating competitive nomination contests to replace them and a chain reaction of open seats down the ballot.]]></description><pubDate>Mon, 01 Jun 2026 14:13:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The retirements of two of Iowa’s most prominent Republican officeholders, Gov. Kim Reynolds and U.S. Sen. Joni Ernst, have had ripple effects throughout Tuesday’s state primary, creating competitive nomination contests to replace them and a chain reaction of open seats down the ballot.</p><p>The winners will compete in November’s critical midterm elections, in which Iowa’s U.S. Senate and House seats could determine control of the narrowly divided chambers. The next governor could also play a pivotal role in the 2028 election, given the state’s long history of making or breaking presidential hopefuls.</p><p>Two Republicans and two Democrats are competing in primaries to replace Ernst, who announced in 2025 that she would not seek a third term. U.S. Rep. Ashley Hinson faces former state Sen. Jim Carlin in the Republican primary, while state Rep. Josh Turek and state Sen. Zach Wahls compete for the Democratic nomination. Carlin ran for Iowa’s other U.S. Senate seat in 2022, receiving about 27% of the primary vote against U.S. Sen. Chuck Grassley.</p><p>Reynolds also announced in 2025 that she would not seek a third term. Vying for the GOP nomination are state Rep. Eddie Andrews, U.S. Rep. Randy Feenstra, entrepreneur and private school co-founder Zach Lahn, former state Rep. Brad Sherman and former state administrative services director Adam Steen. President Donald Trump has endorsed Feenstra.</p><p>The winner will face Democratic state Auditor Rob Sand, who is unopposed in his primary. Sand is Iowa’s only Democrat in elected statewide office.</p><p>Hinson’s and Feenstra’s statewide campaigns have created open seat contests in the state’s 2nd and 4th Congressional Districts, respectively. Feenstra’s district is heavily Republican and is unlikely to play a major role in determining control of the chamber. Hinson’s district is more competitive, although she won reelection in 2024 with 57% of the vote.</p><p>In Iowa’s most competitive congressional seats, Republican U.S. Reps. Mariannette Miller-Meeks of the 1st District and Zach Nunn of the 3rd District are both seeking reelection. Miller-Meeks faces a rematch with her 2024 primary opponent, advertising executive David Pautsch, who received about 44% of the vote. The Democratic field includes former state Rep. Christina Bohannan, who came within 1 percentage point of defeating Miller-Meeks in one of the closest U.S. House races of 2024.</p><p>In the 3rd Congressional District, both Nunn and his Democratic opponent, state Sen. Sarah Trone Garriott, are unopposed in their primaries.</p><p>Trump received roughly 54% of the 2024 presidential vote in both the 1st and 2nd Congressional Districts and about 52% of the 3rd District vote.</p><p>Polk, Linn and Scott counties are Iowa’s most populous, and all three play major roles in both Republican and Democratic statewide primaries. Johnson County is the fourth largest, but as home to Iowa City and the University of Iowa it is an overwhelming Democratic stronghold and tends to exert much less influence in Republican primaries.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. CT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, auditor, state Senate and state House.</p><p>Who gets to vote?</p><p>Only voters registered with a political party may participate in that party’s primary. However, voters may change their party affiliations at the polls on the day of the primary.</p><p>How many voters are there?</p><p>As of May 4, there were about 2.1 million registered voters in Iowa, including about 692,000 registered Republicans, about 496,000 registered Democrats and about 589,000 voters not registered with any party.</p><p>How many people actually vote?</p><p>About 196,000 Republican primary votes and about 157,000 Democratic primary votes were cast in the 2022 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 16% of the Republican primary vote and about 25% of the Democratic primary vote in the 2022 U.S. Senate primaries was cast before primary day.</p><p>As of Friday, about 48,000 ballots had already been cast in Tuesday’s election, roughly 30,000 in the Democratic primary and more than 18,000 in the Republican primary.</p><p>When are early and absentee votes released?</p><p>Nearly all counties release the results of absentee-by-mail voting at the start of the night. However, counties vary in terms of when they release in-person absentee voting results.</p><p>How long does vote-counting usually take?</p><p>In the last contested state primary in 2022, the AP first reported results at 9:12 p.m. ET, or 12 minutes after polls closed. The last vote update of the night was at 2:29 a.m. ET, with more than 99% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Iowa does not have an automatic recount law, but candidates may request and pay for a recount. Candidates do not have to pay for recounts when the margin is less than 1% of the total vote or fewer than 50 votes, whichever is larger. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOCI65CNZRYZSYDI3YPB33BRKE.jpg?auth=c80fb128453545473435a8933341d81edbb46484be51df0459ae2115b571eccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Iowa Capitol building is viewed Jan. 7, 2020, in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFMV3U5VXKEI6V7QTIDOBFZQQU.jpg?auth=0e732bebdbdb8a55133c8406a1a19f40a6b42533e9ea72299c7ec867599b029f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Ashley Hinson, R-Iowa, speaks before President Donald Trump arrives at a rally, Jan. 27, 2026, in Clive, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZVXM6XSM4VESSHF4JGBFSVB7E.jpg?auth=6112117dc1d3a567ea810984ff013054b5601f692095cec5d4dc5527349c627b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Jim Carlin, R-Sioux City, speaks during debate on the tax bill in the Iowa Senate, May 5, 2018, at the Statehouse in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[‘It’s time’: After leading Miami athletics, Dan Radakovich set to enter his retirement]]></title><link>https://www.local10.com/sports/local/2026/06/01/its-time-after-leading-miami-athletics-dan-radakovich-set-to-enter-his-retirement/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/01/its-time-after-leading-miami-athletics-dan-radakovich-set-to-enter-his-retirement/</guid><dc:creator><![CDATA[TIM REYNOLDS, AP Sports Writer]]></dc:creator><description><![CDATA[Dan Radakovich had no shortage of successes in his 4 1/2 years as Miami’s athletic director.]]></description><pubDate>Mon, 01 Jun 2026 11:52:20 +0000</pubDate><content:encoded><![CDATA[<p>Dan Radakovich had no shortage of successes in his 4 1/2 years as Miami’s athletic director.</p><p>Miami’s football team just played for the national championship earlier this year. The men’s basketball program went to a Final Four, then rebuilt, then returned to the NCAA tournament. The women’s basketball program isn’t far removed from an Elite Eight run. Baseball was a win away from the College World Series last year. The diving, track and tennis programs have all delivered national championships on his watch.</p><p>But the story that Radakovich might enjoy telling most as he enters retirement Monday is about the rowing team.</p><p>“That sport, wow, that might have been as dysfunctional a program as a lot of people have ever been around 4 1/2 years ago,” Radakovich said. “I mean, it was just not really good because it was an afterthought here. It had to be.”</p><p>This is what Radakovich did as an athletic director for more than two decades at American, Georgia Tech, Clemson and Miami. He solved problems, big and small. He got stadiums built, he got others refurbished, he invested in the things that get on national television — like football and basketball.</p><p>And, quietly, he did things like find a home for Miami’s rowing team. He helped arrange for the university to turn a church that it owns — yes, a church — into the training facility. The team was so moved that it gave Radakovich probably its highest honor, putting his name on one of its boats. It might be fitting that the last result to celebrate in the Radakovich era at Miami came Sunday, when the rowing team finished 13th in its first trip to the NCAA championship.</p><p>“We gave them their own place,” Radakovich said. “And they’ve just flourished from there.”</p><p>It’s not just rowing, obviously. Miami — like all schools with big-time college athletics — has had to find ways to not just be competitive in the NIL era, but flourish. Radakovich has dealt with change after change after change in recent years, though insisted it wasn’t the roller coaster of college athletics that made him decide to retire. He enjoyed the challenges, constant as they were.</p><p>“Everybody who you would listen to while growing up in this business says, ‘The only constant is change.’ They would waggle the finger at you say it,” Radakovich said. ”And you just sit there and say you’ll be ready. Well, I don’t think any of the people who stood up on those podiums and talked to us have gone through the last five years. From COVID, to NIL, it hasn’t just been change. It’s been upheaval.”</p><p>Dealing with all that, and more, will fall to someone else now. Radakovich’s retirement is set to become official, although it seems likely he will remain linked to the university in some capacity moving forward.</p><p>Miami is searching for its next athletic director, someone who’ll be tasked with working alongside not just coaches and student-athletes but also the university’s leadership. President Joe Echevarria is regularly in attendance at all sorts of Miami games and contests, and many other top school officials and Board of Trustees members are hands-on as well.</p><p>“We’re extremely blessed to have someone like Joe heading up the university, and of course Dan Radakovich has done a great job,” football coach Mario Cristobal said. “We grind. Very appreciative of them and all they do.”</p><p>For Radakovich, though, the time to grind is slowing.</p><p>He began thinking about retirement earlier this year. His sons and a grandchild live in Atlanta, he and his wife, Marcie, have been snowbirds — keeping a residence in South Carolina while he was at Miami. Radakovich would go back and forth, in Miami for the bulk of the time and then going back to South Carolina when his schedule allowed.</p><p>So, for the last few days, there were moving boxes on the floor of Radakovich’s soon-to-be former office. A few photos were wrapped up, a few items of sports memorabilia were placed near the door, his desk and shelves were largely cleared off.</p><p>It’s fitting: Radakovich got his start in athletics in 1983 as Miami’s athletic business manager, and his last official act was with the Hurricanes as well.</p><p>“You know when it’s time,” Radakovich said. “It’s time.”</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up <a href="https://www.apnews.com/newsletters" rel="">here</a>. AP college football: <a href="https://apnews.com/hub/ap-top-25-college-football-poll" rel="">https://apnews.com/hub/ap-top-25-college-football-poll</a> and <a href="https://apnews.com/hub/college-football" rel="">https://apnews.com/hub/college-football</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSS3HPRYYVHGZKXEEYT32XDW3E.jpg?auth=65f7fae7c1f8789f68dbe8c852c7c5beec0128051804f998e3d76e61ba09801f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami athletic director Dan Radakovich speaks during a news conference Aug. 25, 2025, in Coral Gables, Fla., in advance of their upcoming NCAA college football game against Notre Dame. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Florida lawmakers weigh property tax cuts for homeowners]]></title><link>https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Florida homeowners could see lower taxes if Gov. Ron DeSantis’ proposed property tax plan moves forward, but local governments could face significant revenue losses.]]></description><pubDate>Sun, 31 May 2026 21:41:29 +0000</pubDate><content:encoded><![CDATA[<p>Florida homeowners could see lower taxes if Gov. Ron DeSantis’ proposed property tax plan moves forward, but local governments could face significant revenue losses.</p><p>State lawmakers are returning to Tallahassee for a special session to consider proposals that could lower or even eliminate property taxes for homeowners.</p><p>DeSantis’ proposal would ask voters to begin phasing out property taxes on homesteaded properties. The plan would raise the homestead exemption to $150,000 and then to $250,000 by 2028. It would also allow lawmakers to eventually eliminate property taxes for homeowners altogether.</p><p>“I’m very concerned about the non-ad valorem, which I think will end up with some people paying more,” Jeff Brandes, president of the Florida Policy Project, <a href="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jeff-brandes/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jeff-brandes/">said on “This Week in South Florida” with Local 10’s Glenna Milberg</a>.</p><p>Brandes said many questions remain unanswered about the governor’s proposal.</p><p>“Is this a tax cut or tax shift? If it is a tax shift, who is it being shifted onto?” Brandes said.</p><p>He added that any shift in tax revenue could result in higher costs for renters or increases in sales taxes, water bills or electric bills.</p><p>Property appraisers across South Florida are also raising concerns about the potential impact on local governments that rely on property tax revenue.</p><p>“The Broward County Commission will lose about $200 million, the School Board will lose about $300 million and all the cities will lose revenue based on the amount of homestead they have,” Broward County Property Appraiser Marty Kiar <a href="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/">said on “This Week in South Florida” Sunday</a>.</p><p>Miami-Dade Property Appraiser Tomas Regalado said the financial impact would be significant but manageable for larger municipalities.</p><p>“The hit to Miami-Dade County as a whole will be big but not the last straw,” Regalado said on TWISF. “There will be small municipalities that will have hardship dealing with this, but not Miami, Hialeah.”</p><p>The proposal marks what could be DeSantis’ final major initiative before the end of his last term in office.</p><p>The next step rests with state lawmakers, who must decide whether to place the measure before voters in November.</p><p>“There’s so much that goes into this, and I’m hoping if something is put on the ballot, which is so important, I really hope they do their research. This will be the most consequential vote they’ll ever take,” Kiar said.</p><p>The proposal would need approval from 60% of both the House and Senate to make it onto the ballot. If approved, voters would have the final say in November.</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[Pro-Trump candidate takes spotlight in Colombia's presidential race with vow of crime crackdown]]></title><link>https://www.local10.com/news/world/2026/06/01/pro-trump-candidate-takes-spotlight-in-colombias-presidential-race-with-vow-of-crime-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/pro-trump-candidate-takes-spotlight-in-colombias-presidential-race-with-vow-of-crime-crackdown/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — Bombastic pro-Trump lawyer Abelardo de la Espriella pulled ahead in Colombia’s presidential race in the first round of elections over the weekend, capitalizing on a growing appetite for crackdowns on criminal groups across Latin America.]]></description><pubDate>Mon, 01 Jun 2026 20:46:40 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — Bombastic pro-Trump lawyer Abelardo de la Espriella pulled ahead in Colombia’s presidential race in the first round of elections over the weekend, capitalizing on a growing appetite for crackdowns on criminal groups across Latin America.</p><p>Second-place finisher, progressive Sen. Iván Cepeda, and his ally, President Gustavo Petro, have questioned the election results, without providing evidence.</p><p>Cepeda on Monday called on de la Espriella to debate him ahead of their June 21 runoff. De la Espriella replied on X: “Are you ready, coward? … First, acknowledge the election results and let’s debate right now.”</p><p>De la Espriella rapidly gained traction ahead of Sunday’s election and won nearly 44% of the vote. Cepeda, who had consistently led polling, won less than 41%.</p><p>In the runoff, De la Espriella is expected to scoop up additional votes from Colombians who supported other conservative candidates in the first round.</p><p>Cepeda will face an uphill battle, said Sergio Guzmán, a political analyst. De la Espriella's win is "a shift in public opinion that is very difficult to overcome. So now Abelardo is emerging as the likely favorite to win.”</p><p>Markets in Colombia and the Colombian peso jumped on Monday, likely a product of de la Espriella’s proposal to roll back regulations on businesses and willingness to open the country to fracking — a sharp turn from Petro’s environmental agenda.</p><p>Miroslav Jenca, head of the United Nations verification mission in Colombia, said Monday that his team observed firsthand the commitment of Colombian security and electoral authorities to ensure an orderly vote.</p><p>“I call for a peaceful election campaign, without resorting to any violence,” Jenca said. “I encourage all parties to address their differences through institutional mechanisms.”</p><p>A political shift in the Americas continues</p><p>The 47-year-old De la Espriella, known as “El Tigre” or “The Tiger,” has never held office in Colombia and prided himself on living a luxurious life in Italy before deciding to run for president.</p><p>He pitched himself as an outsider who would cozy up to U.S. President Donald Trump and follow El Salvador President Nayib Bukele's war on gangs, which has driven down homicide rates but fueled accusations of human rights abuses.</p><p>“I will wipe out narcoterrorism and those who I've declared a military target like cockroaches, like rats. I will unleash upon them the wrath of God never seen before,” de la Espriella said in an interview with The Associated Press in the final stretch of the campaign, where he promised to open 10 mega-prisons to fight crime.</p><p>He joins a growing number of leaders across Latin America, from Chile to Honduras, seeking to latch onto the “Bukele model” as voters across Latin America are ditching leaders who pitched progressive policies aimed at addressing the root issues of conflict such as lack of opportunities for young people and corruption.</p><p>De la Espriella's supporters come from a wide range of backgrounds. Yolanda Peréz, a 64-year-old woman serving coffee in Colombia's capital, Bogotá, said with a wink the day before the election: “I'm thinking of voting for El Tigre.”</p><p>Miguel Maheca, a 20-year-old first-time voter, flashed his ballot to his mother as he strolled out of the polling station on Sunday, saying with a grin, “Love isn't what's going to make us safe in Colombia."</p><p>But experts say El Salvador's security successes will be nearly impossible to replicate in a country like Colombia, which is more than 50 times larger than the Central American nation and has many more armed groups fighting for territory.</p><p>The Trump administration is playing a more aggressive role in Latin America than any U.S. government in decades, putting mounting pressure on countries like Colombia, Mexico and Ecuador to crack down on crime.</p><p>De la Espriella made a name for himself as a lawyer defending high-profile clients such as former President Álvaro Uribe as well as controversial figures like Alex Saab, a close ally of Venezuela’s ousted president Nicolás Maduro who faces legal issues in the U.S.</p><p>Cepeda had vowed to carry on peace efforts</p><p>The progressive Cepeda has promised to carry on his ally Petro's fraught plan to achieve “total peace” by negotiating peace pacts with guerrillas and criminal gangs.</p><p>Their political movement was born from a rejection by many Colombians of a militarized offensive by Uribe in decades past to beat back guerrillas of the Revolutionary Armed Forces of Colombia, or FARC. Thousands of civilians were killed by Colombian forces in a scandal known as “false positives.”</p><p>De la Espriella “represents a return to the paramilitary politics and drug-trafficking — a mafia-run, plutocratic and corrupt past that the country experienced during Álvaro Uribe’s two administrations,” Cepeda said on Sunday.</p><p>Petro, a former rebel, won Colombia's presidency in 2022, ending decades of domination by leaders from Uribe's political movement. He gained massive support from rural-dwelling, Indigenous and poorer Colombians who felt they had never been directly spoken to by the country's leaders.</p><p>Now that movement is backed into a corner.</p><p>“This is de la Espriella’s election to lose,” wrote Renata Segura, director of International Crisis Group's Latin America and the Caribbean Program. “Cepeda thought he could win appealing squarely to the left, and that proved to be a massive mistake. How he pivots in the next month will determine if he has any chance to win.”</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p><p>___</p><p>This version corrects the spelling of the first name of the leading candidate to Abelardo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIUDZJW2F5MNWCYDIRMGZ5LKLA.jpg?auth=89975d9bd837a18f408b3afe02e54a6b03773854c7cbc6de9df1bd2233e0cb7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement addresses supporters from inside a bulletproof booth after leading the first round of the presidential election and advancing to a runoff in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W25DUSVDLARQGILX4HZXAR3IDU.jpg?auth=7fb11191b961af03693af3e4b050c9155ac5a9f32e4488eb8984a6e5751d03fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement celebrate election results in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKD2X6SN53LPOUQWZCSAD57JPY.jpg?auth=578e0d4a0639781f45e3045c399c5fc3ede21442ad6a59db95a6964d73442e4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) CORRECTION: Corrects Paloma Valencia to Ivan Cepeda, and photographer Jose Vargas to Matias Delacroix]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H27NSZFEBY4RLGHDE4GYP7KLAA.jpg?auth=920407acd973f4d00d31740b4bfc3be0de5381937130b82585b67431558734d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of presidential candidate Ivan Cepeda of the ruling Historic Pact coalition gather outside the polling station where he voted during the presidential election in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3QLECPA6D2OZY3JR6MIL3UIIY.jpg?auth=5c39693b12b78c62e3249631ac43e1f3b0693eb7149dbead24d1899cb7f1ea39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers guard during the presidential election in Santander de Quilichao, Colombia, Sunday, May 31, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in New Jersey’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-new-jerseys-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-new-jerseys-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Jersey voters will nominate candidates for both chambers of Congress in a state primary on Tuesday, including in one key battleground district that could decide control of the U.S. House.]]></description><pubDate>Mon, 01 Jun 2026 11:44:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Jersey voters will nominate candidates for both chambers of Congress in a state primary on Tuesday, including in one key battleground district that could decide control of the U.S. House.</p><p>Republicans hold a narrow House majority but face a tough midterm environment in which the party holding the White House typically loses congressional seats. Although Republicans may see gains from mid-decade redistricting in several states and from a recent U.S. Supreme Court ruling threatening Democratic-held majority-Black districts across the South, winning competitive seats like New Jersey’s 7th Congressional District remains central to both parties’ strategies to hold or retake the chamber.</p><p>U.S. Rep. Tom Kean Jr. is running for a third term in the 7th District and is unopposed for the Republican nomination. His father, Thomas Kean Sr., served two terms as New Jersey’s Republican governor in the 1980s.</p><p>He will face the winner of a competitive Democratic primary featuring former healthcare executive Rebecca Bennett, former Small Business Administration official Michael Roth, physician Tina Shah and entrepreneur and business owner Brian Varela. Bennett leads the Democratic field in fundraising and had the most campaign funds available heading into the final stretch of the campaign.</p><p>Kean’s whereabouts have been a question on the campaign trail and in the halls of Congress. On April 27, he released a statement saying that he was addressing “a personal medical issue” and that he expected to return “very soon.” As of Monday, he had not voted on any legislation since March 5, missing more than 100 consecutive votes.</p><p>The 7th Congressional District in northern New Jersey stretches from Staten Island to the Pennsylvania border. Republican presidential candidate Donald Trump narrowly carried the district in 2024, edging Democratic nominee Kamala Harris, 49.6% to 48.5%.</p><p>Also on the ballot is U.S. Sen. Cory Booker, who faces no primary opposition in his bid for a third full term. The Republicans hoping to challenge him in November are physician Robert Lebovics, former Tabernacle Deputy Mayor Justin Murphy, Army veteran and former state trooper Richard Tabor and former local TV news reporter Alex Zdan.</p><p>Bergen and Middlesex counties in the greater New York City area are among the most populous in the state and are important battlegrounds in both Democratic and Republican statewide primaries. Essex County, which is home to Newark, is also a major population center, but its heavily Democratic electorate makes it less influential in Republican primaries. The counties that contribute the most votes in statewide Republican primaries tend to be Ocean, Monmouth and Morris.</p><p>Union County comprises the largest share of the 7th Congressional District vote, followed by Somerset and Hunterdon counties.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate and U.S. House.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in either primary, but voting in a party’s primary will enroll them in that party.</p><p>How many voters are there?</p><p>As of May 1, there were about 6.7 million registered voters in New Jersey, including about 2.5 million registered Democrats, about 1.7 million registered Republicans and about 2.4 million voters not affiliated with any party.</p><p>How many people actually vote?</p><p>About 841,000 Democratic primary votes and about 466,000 Republican primary votes were cast in the 2025 gubernatorial primary. That was higher than the turnout for the 2024 U.S. Senate primaries, when about 525,000 and 318,000 votes were cast in the Democratic and Republican primaries, respectively.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 46% of the Democratic primary vote and about 31% of the Republican primary vote in the 2025 gubernatorial primaries was cast before primary day.</p><p>As of Wednesday, about 285,000 ballots had already been cast in Tuesday’s election, about 79% from Democrats and about 20% from Republicans.</p><p>When are early and absentee votes released?</p><p>Counties in New Jersey typically release results from mail and in-person early voting before releasing results from in-person Election Day voting. Counties tend to release all or almost all of their mail and early voting results in the first vote report of the night, before any in-person Election Day results are released.</p><p>How long does vote-counting usually take?</p><p>In the 2025 gubernatorial primaries, the AP first reported results at 8:03 p.m. ET, or three minutes after polls closed. The last vote update of the night was at 11:43 p.m. ET, with about 93% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts are rare in New Jersey. The state does not have automatic recounts, but candidates and voters may request and pay for them, with the cost refunded if the outcome changes. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KY3J7AABCGWVBHV6FAA6QXMDJ4.jpg?auth=cc88a40fc896946362eee0c1798a6311dd6750de3408fd61c509119b0f1ce785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People vote at a polling site in River Edge, N.J., Nov. 4, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[North Miami kosher restaurant becomes first ever to win Michelin Star]]></title><link>https://www.local10.com/news/local/2026/05/31/north-miami-kosher-restaurant-becomes-first-ever-to-win-michelin-star/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/north-miami-kosher-restaurant-becomes-first-ever-to-win-michelin-star/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[For the first time ever, a kosher restaurant has received a Michelin Star, and it’s located right here in South Florida. ]]></description><pubDate>Sun, 31 May 2026 21:40:09 +0000</pubDate><content:encoded><![CDATA[<p>For the first time ever, a kosher restaurant has received a Michelin Star, and it’s located right here in South Florida. </p><p>“Food has the ability to bring us to places that nothing else can,” said <a href="https://mutramiami.com/" target="_self" rel="" title="https://mutramiami.com/">Mutra </a>owner and chef Raz Shabtai.</p><p>Within seconds of stepping into Mutra, you can see the unique culinary passion Shabtai has for crafting meals.</p><p>“It’s like to win an Oscar,” he said of being awarded a Michelin Star. “It’s like to win an Emmy. It’s like to get a Grammy.”</p><p>Shabtai said his passion for cooking started in Jerusalem with his grandmother, who he named the restaurant after.</p><p>“She taught me how to cook, she taught me how to be a person, how to be a human,” he said. </p><p>Shabtai carefully created meals, providing more than just nourishment to those he served. </p><p>“When I used to eat the food, I felt something that says more than I just love you,” he said. “I felt something hugging me in a way that nobody physically could give.”</p><p>It’s that love that he carried when introducing South Floridians to his take on Middle Eastern cuisine.</p><p>“First of all, I feel extremely honored and blessed that God gave me the ability to do something that I can combine cultures together,” said Shabtai. “It doesn’t matter your political views or your religion or something. Food is holy.”</p><p>Shabtai says his success is also thanks to his dedicated team, with his secret ingredient coming from a woman he says is looking down on him. </p><p>“Bragging and saying that’s my grandchild,” he said. </p><p>The menu at Mutra is rotated every three months, and after receiving the Michelin Star, they’re already working on a new menu that is coming out on Monday. </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[Important parking information for fans attending FIFA World Cup in South Florida]]></title><link>https://www.local10.com/news/local/2026/05/31/important-parking-information-for-fans-attending-fifa-world-cup-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/important-parking-information-for-fans-attending-fifa-world-cup-in-south-florida/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description></description><pubDate>Sun, 31 May 2026 16:20:23 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup is coming to South Florida. </p><p><a href="https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/"><b>Leer en español</b></a></p><p>Soccer fans from across the globe are expected in town as the world’s biggest soccer tournament kicks off in just a couple short weeks. </p><p>For those who are planning to attend games at Hard Rock Stadium in Miami Gardens, it’s important to have your parking plans in place well before heading to the match. </p><p>According to FIFA, all parking must be purchased using <a href="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/" target="_blank" rel="noreferrer" title="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/">their official parking platform</a>, and parking passes can only be purchased up to 24 hours before each match begins. </p><p>FIFA stressed that there will be no parking for sale on the day of games. </p><p>Additionally, those purchasing parking passes must use the email address associated with their ticket purchase made on FIFA’s official website. </p><p>Fans parking at games will be required to present their game ticket and parking pass before being granted access to stadium grounds, and at Hard Rock Stadium, fans are required to print their parking pass and place it on their windshield to access the roads around the venue. </p><p>For more information on attending World Cup games, check out <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami" target="_blank" rel="noreferrer" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami">FIFA’s official matchday guide for South Florida</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><media:content url="https://www.local10.com/resizer/v2/HI44PX277RFHTF7VGDIOZKRAOY.jpeg?auth=eebad91350d4b859a80c21fcbb83b7e220e7fa7330e3fe490a1594f5670b3aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[North Perry Airport crash renews calls for improved safety measures]]></title><link>https://www.local10.com/news/local/2026/05/30/north-perry-airport-crash-renews-calls-for-improved-safety-measures/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/30/north-perry-airport-crash-renews-calls-for-improved-safety-measures/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Two women suffered minor injuries Friday after a small plane crashed moments after taking off from North Perry Airport, renewing concerns about safety at the airport.]]></description><pubDate>Sat, 30 May 2026 21:23:59 +0000</pubDate><content:encoded><![CDATA[<p>Two women suffered minor injuries Friday after a <a href="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/">small plane crashed moments after taking off from North Perry Airport</a>, renewing concerns about safety at the airport.</p><p><a href="https://www.local10.com/espanol/2026/05/30/accidente-en-aeropuerto-north-perry-reaviva-llamados-para-mejorar-medidas-de-seguridad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/30/accidente-en-aeropuerto-north-perry-reaviva-llamados-para-mejorar-medidas-de-seguridad/">Leer en español</a></p><p>Local 10 News cameras captured a crew flipping over the Blue Sky Aviation aircraft after the crash.</p><p>“Shortly after it took off, it experienced engine failure,” said Pembroke Pines Mayor Angelo Castillo.</p><p>Around 11:30 a.m. Friday, the Cessna 172 plunged from the sky moments after departing North Perry Airport.</p><p>“Didn’t have the altitude, hit a tree, went into a ditch here and flipped over,” Castillo said. “It’s a good thing for that because it was headed right for a building where patients receiving mental health and medical care live.”</p><p>Sky 10 flew above the crash site, showing the downed aircraft mangled and appearing to be in pieces. The pilot and passenger both survived.</p><p>“These kind of occurrences are happening over and over and over and I’ve had it,” Castillo said.</p><p>The aircraft nearly crashed into a South Florida state hospital.</p><p>The incident is far from the first crash connected to North Perry Airport, which is home to a handful of flight schools.</p><p>“In the last five years, we’ve had over 35 accidents with aircraft taking off from North Perry Airport,” attorney Zach Gorwitz said.</p><p>The seemingly growing number of incidents has many questioning the safety of the flight schools.</p><p>“We’re calling on Broward County to do what they have to do to make this place safe. If they can’t make it safe then they need to close it the hell down and go put it somewhere else where those planes don’t threaten people,” Castillo said.</p><p>The crash remains under investigation by the National Transportation Safety Board.</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[Passengers safe after boat sinks behind North Miami home]]></title><link>https://www.local10.com/news/local/2026/05/31/passengers-safe-after-vessel-sinks-behind-north-miami-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/passengers-safe-after-vessel-sinks-behind-north-miami-home/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Officials in Miami-Dade County responded to reports of a sinking boat on Saturday.]]></description><pubDate>Sun, 31 May 2026 13:46:28 +0000</pubDate><content:encoded><![CDATA[<p>Officials in Miami-Dade County responded to reports of a sinking boat on Saturday.</p><p><a href="https://www.local10.com/espanol/2026/05/31/se-hunde-una-embarcacion-detras-de-una-casa-en-north-miami-todos-a-salvo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/se-hunde-una-embarcacion-detras-de-una-casa-en-north-miami-todos-a-salvo/"><b>Leer en español</b></a></p><p>It went down behind a home located along the 12000 block of Cyprus Road in North Miami.</p><p>According to authorities, the people who were aboard the boat were able to get to safety before it went under water. </p><p>No injuries were reported.</p><p>An investigation is ongoing into what caused the boat to sink. </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[Crash in northwest Miami-Dade injures 4 ]]></title><link>https://www.local10.com/news/local/2026/05/31/crash-in-northwest-miami-dade-injures-4/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/crash-in-northwest-miami-dade-injures-4/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Four people were injured in a car crash that occurred on Saturday in northwest Miami-Dade County.]]></description><pubDate>Sun, 31 May 2026 13:49:13 +0000</pubDate><content:encoded><![CDATA[<p>Four people were injured in a car crash that occurred on Saturday in northwest Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/05/31/chocaron-en-el-noroeste-de-miami-dade-cuatro-pasajeros-estan-heridos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/chocaron-en-el-noroeste-de-miami-dade-cuatro-pasajeros-estan-heridos/"><b>Leer en español</b></a></p><p>It happened around 3:30 p.m. in the area of Northwest 79th Street and 22nd Avenue.</p><p>According to authorities, deputies responded to the scene and found two vehicles that had been involved in the crash.</p><p>There were several people in both vehicles, deputies said.</p><p>Two people were taken by Miami-Dade Fire Rescue to nearby hospitals with injuries that deputies described as ranging from minor to serious. </p><p>An investigation remains open into the cause of the crash. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[French rapper shines spotlight on Cuba’s crisis with new song]]></title><link>https://www.local10.com/news/local/2026/05/31/french-rapper-shines-spotlight-on-cubas-crisis-with-new-song/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/french-rapper-shines-spotlight-on-cubas-crisis-with-new-song/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[The spiraling crisis in Cuba is getting new attention -- this time through music.]]></description><pubDate>Mon, 01 Jun 2026 01:20:00 +0000</pubDate><content:encoded><![CDATA[<p>The spiraling crisis in Cuba is getting new attention -- this time through music.</p><p>French rapper Ferapth is speaking out about conditions on the island through a new bilingual hip-hop song dedicated to the struggle for freedom in Cuba.</p><p>“Libertad, libertad,” the song declares.</p><p>Ferapth said his connection to Cuba began through boxing.</p><p>“So, I went to Cuba for the first time because of boxing,” he said in French.</p><p>What he experienced there surprised him and led him to explore beyond Havana.</p><p>He visited places including Campo Florido and Guanabo, where he saw poverty and challenges that many tourists do not encounter.</p><p>“When you see the situation they live in and the way they welcome foreigners, I found it to be something very, very profound on their part,” he said.</p><p>The experience inspired him to write music.</p><p>The result is a bilingual music video that takes a direct look at shortages, closures and the country’s broader struggles while calling for freedom.</p><p>“Gritamos libertad! No mas mentira,” the song says, which translates to “We shout, Freedom! No more lies!”</p><p>Ferapth said he felt the crisis was receiving little attention in his home country.</p><p>“I said to myself, in France, no one is talking about this. And it would be good if I used my art to alert France to the situation in Cuba,” he said.</p><p>The song combines Spanish and French lyrics while highlighting the hardships many Cubans face.</p><p>“As for the current situation now, it’s true that it’s a bit complicated,” he said.</p><p>Despite the challenges, Ferapth said he hopes conditions improve for Cubans both on and off the island.</p><p>“I simply hope that the exiled Cuban people and those on the island will be able to live better in the very near future,” he 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[2 people shot near IHOP in south Miami-Dade]]></title><link>https://www.local10.com/weather/hurricane/2026/05/31/2-people-shot-near-ihop-in-south-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/31/2-people-shot-near-ihop-in-south-miami-dade/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies in Miami-Dade County are investigating a double shooting. ]]></description><pubDate>Sun, 31 May 2026 16:56:11 +0000</pubDate><content:encoded><![CDATA[<p>Deputies in Miami-Dade County are investigating a double shooting. </p><p><a href="https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/"><b>Leer en español</b></a></p><p>It happened around 3:56 a.m. Sunday near an IHOP restaurant located at 18860 block of S. Dixie Highway. </p><figure><img src="https://www.local10.com/resizer/v2/VXZMFYOKTFHGDPUC5SI5DLAN7Q.jpeg?auth=14e029fdd4522e8f8a8da998fa0321c67b372cca2a774cf98193f377ae29b971&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to the Miami-Dade Sheriff’s Office, responding deputies arrived to the scene to find a man and woman who had been shot. </p><p>Both were taken by Miami-Dade Fire Rescue to Jackson South Medical Center in critical condition. </p><p>Following an investigation, deputies said the man was involved in a verbal altercation with an unknown subject, who ultimately shot both victims.</p><p>MDSO has not said whether they are seeking any suspects or persons of interest. </p><p>Anyone with information is urged to contact Miami-Dade Crime Stoppers at 305-471-TIPS. </p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2025/05/26/local-10s-2025-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2025 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2025/09/05/local-10-special-it-only-takes-one-reaching-the-peak-airs-sept-8/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Colombia awaits results in highly polarized presidential election]]></title><link>https://www.local10.com/news/politics/2026/05/31/colombia-awaits-results-in-highly-polarized-presidential-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/31/colombia-awaits-results-in-highly-polarized-presidential-election/</guid><dc:creator><![CDATA[Cody Weddle]]></dc:creator><description><![CDATA[Colombians waited Sunday night for the results of a presidential election widely considered the most polarized in recent history after a day of voting across the country.]]></description><pubDate>Mon, 01 Jun 2026 00:51:58 +0000</pubDate><content:encoded><![CDATA[<p>Colombians waited Sunday night for the results of a presidential election widely considered the most polarized in recent history after a day of voting across the country.</p><p>“Not everyone will be happy with the result,” voter Gabriel Villaroel said. “The violence is something that the country has not agreed on how to manage.”</p><p>Sen. Iván Cepeda, 63, cast his vote just before noon. Cepeda has pushed for more negotiations with armed groups as a solution to the country’s surging violence.</p><p>Cepeda leads the polls. A former member of the Communist Party, he is seen as even more left-wing than his predecessor, current President Gustavo Petro.</p><p>Asked for a message to the hundreds of thousands of Colombians living in South Florida, Cepeda spoke directly to the community.</p><p>“With all my affection and appreciation for the community over in Miami, may they vote in a manner that respects democracy,” he said in Spanish.</p><p>Outsider Abelardo de la Espriella, meanwhile, has called for a heavy-handed crackdown on crime, including building new prisons in the jungle to house criminals.</p><p>He has portrayed himself as a far-right, Trumpian figure who is not affiliated with the political elite.</p><p>“I think there is a change, and God is giving us an opportunity to move forward,” voter Leonel Sánchez said in Spanish.</p><p>Another voter said she is worried about violence and sees de la Espriella as an opportunity sent by God.</p><p>With more than 25% of Colombians still undecided going into Election Day, Sen. Paloma Valencia hoped those voters would break in her favor.</p><p>The center-right establishment candidate has portrayed herself as a more moderate and safer choice than de la Espriella.</p><p>A thriving economy has helped boost the Cepeda campaign.</p><p>With his party in power, poverty has dropped and living standards have improved.</p><p>“Colombia’s economy is better than ever. If anyone has benefited, it’s the guilds, businesspeople and trade associations,” said Camilo Romero in Spanish, a leader of the Historic Pact coalition.</p><p>Romero said Colombia’s economy is better than ever, arguing that unions and businesses are thriving and that ordinary people are also feeling the improvement.</p><p>But overspending has led to a growing deficit that many fear could create economic troubles in the future.</p><p>“A subsidy only lasts for a moment, and paying people for their vote only lasts for a moment,” voter Sandra Silva said in Spanish.</p><p>Silva argued that a subsidy only lasts a moment and encouraged Colombians to think about the future.</p><p>The first round of voting was expected to narrow the field, with two polar opposites likely to advance.</p><p>“This division doesn’t benefit anyone,” voter Daniel Felipe Ramírez said. “One way or another I hope we will discover that it’s better if we work together than divided.”</p><p>Polls have closed and results are beginning to come in. A final result could come at any moment. If no candidate reaches 50% of the vote, the top two finishers will advance to a second round in two weeks.</p>]]></content:encoded></item><item><title><![CDATA[Multiple people injured after two-vehicle crash sends car into Miami-Dade home, deputies say]]></title><link>https://www.local10.com/news/local/2026/05/31/multiple-people-injured-after-two-vehicle-crash-sends-car-into-miami-dade-home-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/multiple-people-injured-after-two-vehicle-crash-sends-car-into-miami-dade-home-deputies-say/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Multiple people were injured Sunday evening in a two-vehicle crash that sent one vehicle into a nearby home, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Mon, 01 Jun 2026 01:07:48 +0000</pubDate><content:encoded><![CDATA[<p>Multiple people were injured Sunday evening in a two-vehicle crash that sent one vehicle into a nearby home, according to the Miami-Dade Sheriff’s Office.</p><p>Deputies responded to the crash around 7 p.m. in the 13000 block of Monroe Street.</p><p>A preliminary investigation found that two vehicles were involved in the collision. One of the vehicles was redirected into a nearby residence, causing damage to the property.</p><p>Miami-Dade Fire Rescue crews responded to the scene and transported multiple people to local hospitals. Authorities said the injuries ranged from stable to critical.</p><p>No additional information was immediately available.</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[Colombians across South Florida line up early to cast ballots in presidential election]]></title><link>https://www.local10.com/news/local/2026/05/31/colombians-across-south-florida-line-up-early-to-cast-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/colombians-across-south-florida-line-up-early-to-cast-ballots/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Several Colombian voting precincts were open in Miami-Dade, Broward and Palm Beach counties on Sunday.]]></description><pubDate>Sun, 31 May 2026 14:34:59 +0000</pubDate><content:encoded><![CDATA[<p>Several Colombian voting precincts were open in Miami-Dade, Broward and Palm Beach counties on Sunday.</p><p><a href="https://www.local10.com/espanol/2026/05/31/colombianos-en-el-sur-de-florida-madrugan-para-votar-en-las-presidenciales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/colombianos-en-el-sur-de-florida-madrugan-para-votar-en-las-presidenciales/"><b>Leer en español</b></a></p><p>South Florida is home to some of the largest voting centers for Colombians living abroad.</p><p>Hundreds were seen at Miami Dade College’s Kendall campus, which was one of many polling locations that included Hialeah, Weston, Coral Springs and Coral Gables, where some people lined up as early as 5 a.m. </p><p>Sunday could be the day Colombian voters decide who will become their next president, but this election is also about the future direction of the country. </p><p>Voters are weighing major issues including security, economic policy, and how the government should handle negotiations with guerrilla and other armed groups.</p><p>There are 14 different candidates offering different platforms for the country.</p><p>According to recent polls in Colombia, there is a strong possibility the election could head to a second-round runoff later this month. </p><p>That would happen if no candidate receives more than 50% of the ballots cast. </p><p>Polls in South Florida closed at 4 p.m. </p><p>Preliminary results indicated the race will advance to a runoff between right-wing outsider Abelardo de la Espriella, a supporter of President Donald Trump, and progressive Sen. Iván Cepeda.</p><p>Supporters of Cepeda gathered outside the Coral Gables consulate Sunday evening, expressing disappointment with the first-round results but saying they were not entirely unexpected.</p><p>“We saw that coming. We had to be more realistic, but we couldn’t help being optimistic at some point,” said Jeison, a Cepeda supporter.</p><p>Videos shared by voters showed large crowds at polling locations across South Florida, including a voting center in Weston.</p><p>Carlos Naranjo, co-director of Semillas Colombia, said the region’s sizable Colombian population makes participation in the election particularly significant.</p><p>“It’s important because there are many Colombian Americans in this country,” Naranjo said. “There’s about a million Colombian Americans just in the state of Florida. It’s super important for that. It’s also important because of the region.”</p><p><b>ELECTION DAY PRECINCTS </b></p><p>There are three precincts in Miami-Dade County: The Colombian consulate at 280 Aragon Ave., in Coral Gables, Miami Dade College Kendall Campus’s gymnasium at 11011 SW 104 St., and the Milander Center for Arts and Entertainment, at 4800 Palm Ave. in Hialeah. </p><p>There are two precincts in Broward County: Cypress Bay High School’s gymnasium at 18600 Vista Park Blvd., in Weston, and Coral Springs High School at 7201 West Sample Road. </p><p>There are also precincts at Palm Beach State College’s Public Safety Conference Center at 4200 S Congress Ave., in Lake Worth Beach.</p><p>For information about a voter’s assigned precinct in Florida, Colombia has <a href="https://eleccionescolombia.registraduria.gov.co/identificacion" target="_self" rel="" title="https://eleccionescolombia.registraduria.gov.co/identificacion">a national database online</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[A guide to the bookstores owned by your favorite authors]]></title><link>https://www.local10.com/news/florida/2026/06/01/a-guide-to-the-bookstores-owned-by-your-favorite-authors/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/01/a-guide-to-the-bookstores-owned-by-your-favorite-authors/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Ann Patchett opened Parnassus Books in 2011, two major bookstores in Nashville had closed and physical bookstores in general seemed endangered as Amazon's share of the market kept growing. Amazon remains the dominant force, but physical, brick-and-mortar stores have rebounded — and stores owned by authors such as Patchett are now a niche unto themselves, found everywhere from Brooklyn to New Mexico.]]></description><pubDate>Mon, 01 Jun 2026 11:06:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Ann Patchett opened Parnassus Books in 2011, two major bookstores in Nashville had closed and physical bookstores in general seemed endangered as Amazon's share of the market kept growing. Amazon remains the dominant force, but physical, brick-and-mortar stores have rebounded — and stores owned by authors such as Patchett are now a niche unto themselves, found everywhere from Brooklyn to New Mexico.</p><p>Here's a virtual tour of author-owned bookstores across the U.S.</p><p>Judy Blume: Books & Books, Florida</p><p>Judy Blume and her husband, George Cooper, are longtime residents of Key West, Florida, and have become fixtures in the local culture. Cooper helped restore an old movie theater into a multiplex venue and Blume and Cooper helped found the nonprofit Books & Books — an outpost of the Miami-based sellers that opened in 2016 — located just off the town’s main road. Blume may be known worldwide for such novels as “Are You There God? It's Me, Margaret,” but on a given day you can find her ringing up a sale at the register, or helping a customer choose a book. Or you can see her greet the many fans who have traveled far to meet the author they say changed their lives.</p><p>Louise Erdrich: Birchbark Books & Native Arts, Minnesota</p><p>Founded by Louise Erdrich in 2001, Birchbark is based in Minneapolis and has a mission tied closely to the author’s Ojibwe background (she’s an enrolled citizen of the Turtle Mountain Band of Chippewa Indians). Her store specializes in Indigenous literature and bills itself as a meeting point for “literate Indigenous people who have survived over half a millennium on this continent.” Birchbark even served as a muse for Erdrich’s 2021 novel, “The Sentence,” narrated by a bookstore employee whose boss just happens to be a woman named Louise. “I guess I have some things in common with her,” the author confided to GMToday.com.</p><p>Lauren Groff: The Lynx Books, Florida</p><p>Lauren Groff’s store in Gainesville, Florida, isn’t just a member of the author-owned circle but part of a wave of stores opened in recent years that have a larger social mission. Based in a state that ranks among the country’s leading book banners, The Lynx is a general-interest bookstore that Groff and husband/co-owner Clay Kallman opened in 2024 and emphasizes books forbidden in schools and libraries. “One of the purposes is to create a lighthouse, sort of showing that the rest of the country and world that Florida is not an intolerant backwater,” Groff, author of National Book Award finalist “Fates and Furies,” told the Southern Literary Review in 2025. “It is full of good people who work very hard to allow for the freedom of expression, tolerance, and love of all people.”</p><p>Jeff Kinney: An Unlikely Story, Ma</p><p>ssachusetts</p><p>Local stores are expected to be modest in scale, but the blockbuster sales for the “Diary of a Wimpy Kid” series expanded the ambitions of author-owner Jeff Kinney to superstore heights. He didn’t simply reconfigure an existing building, but had a new one built from scratch, with all the trimmings. An Unlikely Story is a bookstore housed in a colonial-influenced, 3-story building in downtown Plainville, Massachusetts that also includes a cafe, event space and writing-drawing quarters for the author. Kinney, who opened his store in 2015, recently said he is planning to add a restaurant, beer garden and park to the downtown area.</p><p>George R.R. Martin: Beastly Books, New Mexico</p><p>Like the stores run by Groff and Erdrich, the Santa Fe, New Mexico-based Beastly Books is very much an extension of the worldview of its owner, “A Game of Thrones” author George R.R. Martin. It is a “cozy den” for speculative fiction, according to the store’s homepage, and a haven for banned books, locally written works and rare first editions. Founded in 2019, Beastly Books is located close to another Martin outpost, the Jean Cocteau Cinema, and is named in part for Cocteau’s classic film adaptation of “Beauty and the Beast.”</p><p>Ann Patchett: Parnassus Books, Tennessee</p><p>Not every bookstore opening leads to a guest appearance with Stephen Colbert, but a year after the launch of Parnassus, Ann Patchett found herself on “The Colbert Report,” whose host likened her venture to the Nora Ephron comedy “You've Got Mail,” in which Meg Ryan plays an independent store owner driven out of business by a nearby chain. The Nashville-based Parnassus has since become one of the country's signature independent sellers, visited by “You've Got Mail” co-star Tom Hanks among others, and a platform for Patchett to champion fellow authors.</p><p>Emma Straub: Books Are Magic, New York</p><p>Like Patchett, Emma Straub became a bookstore owner in the aftermath of a local absence: BookCourt, where the author once worked, had closed. She and her husband, Michael Fusco-Straub, opened Books Are Magic in 2017 in Brooklyn. The store with the pink murals in front became a local hit and gained national recognition, cited as a personal favorite by Jenna Bush Hager of the “Today” show. Straub and her husband have since opened a second Books Are Magic location in the borough.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HUPG43IKEZOUG6MWYWGM3BRWUY.jpg?auth=42967f100689bc41ddeea150b81f0e043ce1679cc58b9de6b59b3abc2f564637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Customers appear in the children's area of the Books Are Magic bookstore, owned by author Emma Straub, in Brooklyn, New York, on April 29, 2017. (AP Photo/Beth J. Harpaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Beth J. Harpaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIFBAL2CNG45BPWMJDZWDMJI3M.jpg?auth=ce2dab0ec69401f829a191f1fce50ecee03d72311004d362c32e124f3742dd23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (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/TASKJLJXAEEZN7V6OS7YKJGPDM.jpg?auth=5073e065302bee30a31f8a4872eeea1c7cfa57bd3608a44ed95b3a3962bbbc4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Emma Straub, center, chats with customers on the opening day for the new Books are Magic bookstore in Brooklyn, New York, on April 29, 2017. (AP Photo/Beth J. Harpaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Beth J. Harpaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMPHDWXWRRSDJSHQV3HNDWIRXA.jpg?auth=a6f9fb13333193a5d88e07f20f424140bc663e194d565920194499c15b2052ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Louise Erdrich reflects on growing up in North Dakota and her new book "The Plague of Doves" at her store BirchBark Books in Minneapolis, Friday, May 16, 2008. (AP Photo/Dawn Villella, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dawn Villella</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHK37N3OCQZ4NTS5G4TK5XO6JQ.jpg?auth=02f811434692fdb5de1b91db7f6ce4a09c4f7cca51dc8b49737472051a9cc37d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Judy Blume poses for a portrait at her non-profit bookstore, Books and Books, in Key West, Fla., on March 26, 2023. (AP Photo/Mary Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Martin</media:credit></media:content></item><item><title><![CDATA[Tensions linger between Republicans and White House over the 'anti-weaponization' fund]]></title><link>https://www.local10.com/news/politics/2026/06/01/tensions-linger-between-republicans-and-white-house-over-the-anti-weaponization-fund/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/tensions-linger-between-republicans-and-white-house-over-the-anti-weaponization-fund/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Donald Trump’s immigration enforcement agencies.]]></description><pubDate>Mon, 01 Jun 2026 19:52:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Donald Trump’s immigration enforcement agencies.</p><p>Senate Republicans who are returning to Washington on Monday say they won’t have the votes to pass the Homeland Security spending bill until the White House works with them to place parameters on a new $1.776 billion settlement fund designed to compensate Trump’s allies. Trump and the White House have yet to say publicly whether they will do so, even after a judge temporarily halted any payouts.</p><p>Senate Majority Leader John Thune indicated Monday he was hopeful the White House would move to drop the fund.</p><p>“I do think the best way to handle it is if the administration decides to shut it down themselves,” Thune told reporters.</p><p>Thune, of South Dakota, previously said that the settlement money — some of which could potentially go to Trump supporters who beat police and attacked the Capitol on Jan. 6, 2021 — was complicating the GOP's agenda. It “just makes everything way harder than it should be,” he said.</p><p>The impasse over the “anti-weaponization” fund could be an inflection point as Republicans try to keep their majority in this year’s elections and advance their agenda. Trump’s campaign year push to defeat GOP lawmakers who he sees as disloyal, including some of Thune’s most reliable Republican votes in the narrow 53-47 Senate, has only added to the tension.</p><p>Sens. Bill Cassidy of Louisiana and John Cornyn of Texas both lost reelection bids in May after Trump endorsed their primary opponents, and it's unclear how supportive they'll be of the president’s agenda going forward. And a growing number of GOP senators have become frustrated with the president as he ignores what they see as their political needs.</p><p>“I think it’s hard to divorce anything that happens here from what’s happening in the political atmosphere around us,” Thune said.</p><p>Democrats have said they plan to offer several amendments to the immigration bill to scale back or eliminate the settlement. Senate Minority Leader Chuck Schumer of New York said in a letter to colleagues Monday morning that Democrats will launch “a coordinated effort to kill the slush fund before one cent goes out the door.”</p><p>“No matter what Republicans do, we will force them to vote on it,” he wrote.</p><p>As anger among Senate Republicans swelled, Trump made clear that he wasn’t highly concerned.</p><p>“I don’t care about the midterms,” Trump said last week in a discussion about the Iran war.</p><p>Senate Republicans draw lines on settlement fund</p><p>At a closed-door meeting with acting Attorney General Todd Blanche before they left town, Republican senators gave an ultimatum of sorts — put some limits on the settlement or we will do it for you.</p><p>GOP senators had been discussing several ways that they could curb the fund, including limiting who can receive payouts, changing the makeup of the commission in charge of settlement decisions, adding some sort of judicial review for applicants or scrapping the fund altogether. Republicans have discussed adding parameters on the settlement to the unrelated immigration enforcement measure but would prefer that the White House make changes on its own.</p><p>There were few signs of progress over the Memorial Day recess.</p><p>Sen. Todd Young of Indiana told The Associated Press last week that he hadn’t seen any indications “that would suggest they sent us a plan that our leadership thought was acceptable.”</p><p>“It’s in their court,” Young said of the White House.</p><p>Sen. Bill Hagerty of Tennessee said on Fox New Channel's “Fox News Sunday” that discussions are underway “to get to something that’s going to work.”</p><p>“I think there were just more details and more questions last week that needed to be resolved,” Hagerty said, adding that “I’m looking forward to seeing the details this coming week.”</p><p>Acting attorney general spars with the Senate</p><p>Blanche told the AP in an interview Thursday that “a lot of the questions will be answered in the short term.” But he would not elaborate, saying that “talking in hypotheticals is something that I don’t think is fair to the process.”</p><p>Blanche's meeting with senators before they left town was “angry,” according to Sen. Ted Cruz of Texas, who described it on his podcast. Cruz said that of around 45 Senate Republicans who attended, “at least half of them were blasting the attorney general.”</p><p>The Senate had planned to stay in session late that night to vote on the immigration spending bill, but leaders canceled votes and sent everyone home. Cruz said Republican senators were “yelling” and told Blanche that the fund, which was part of a settlement that resolves Trump’s lawsuit against the IRS over the leak of his tax returns, “feels like self-dealing" and "feels like Trump cut a deal with himself.”</p><p>Cruz, who said he supports the fund, noted that Democrats had said they would offer amendments to kill it. Republicans "would have lost every vote” if they had stayed in session, he said.</p><p>He predicted that “we will see the administration announcing at a minimum a modification of this, because if they don’t, they’ve got a full-on revolt in the Senate.”</p><p>Jan. 6 defendants could get settlements</p><p>Cruz said that there were a lot of questions from senators about the Jan. 6 defendants and that Blanche reassured them that no one who committed an act of violence or assaulted law enforcement would get a payout. But Blanche has repeatedly declined to say that publicly, telling the AP that “there is no limit to who can apply.”</p><p>Asked about people who were violent on Jan. 6, Blanche suggested that might be too hard to define.</p><p>“Who is it? I mean, you tell me, right?” Blanche said. “You have to define something and then stick to it. So that’s something I’ve been hesitant to try to do because it’s very fact intensive.”</p><p>Trump has pardoned more than 1,500 defendants who were prosecuted in the 2021 attack, including hundreds who were convicted for violently beating and injuring police.</p><p>Unity on immigration enforcement derailed by other issues</p><p>The divide over the fund comes after Republicans already abandoned $1 billion in security funding for the White House, including for Trump’s new ballroom, as Democrats and some Republicans questioned using taxpayer money for the massive project at a time of economic hardship. Besides the settlement, Democrats had planned to force Republican senators to vote for or against the ballroom money.</p><p>Left in the legislation is funding for Immigration and Customs Enforcement and Border Patrol, which Democrats have blocked for months in protest of the administration’s immigration enforcement crackdown.</p><p>Republicans are using a complicated budget maneuver called reconciliation to fund the agencies through the end of Trump’s term without Democratic support. Still, success requires GOP unity and Trump’s eventual signature.</p><p>Democrats say they hope their Republican colleagues continue to stand up to the White House. Sen. Gary Peters of Michigan said last week that he thinks the settlement fund is ”probably one of the most corrupt things that we’ve ever seen an American president do.”</p><p>It is “a bridge too far for some of my Republican Senate colleagues,” Peters said. "I hope they realize that what was done is simply unacceptable and that they’ll stand firm.”</p><p>___</p><p>Associated Press writers Steven Sloan, Joey Cappelletti and Kevin Freking in Washington and Jamie Stengle in Dallas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOTROHB2AXRNZUM6SMTZM6YCWQ.jpg?auth=a5d838f547f5653ac2ccd584266ca964d4e2d7df2181ea19925f501fe6c836b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., speaks during the Senate Republican policy luncheon news conference at the Capitol, Tuesday, May 19, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DEIB43XHCDLC2BRSK2CIJ5JNQ.jpg?auth=14cabb1aa90648c843532e66fcda8f5a27f1b8ed08c1744a507f3dae48b46c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Todd Young, R-Ind., speaks at the Hanwha Philly Shipyard for a cristening ceremony Tuesday, Aug. 26, 2025, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MMB5VKUTKG6GERSVZL37UXNGE.jpg?auth=dd7f5a3c848eb057212876c90032ccb9ffc6ba54cf0925323afc4a9793d1c2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ted Cruz, R-Texas, speaks at the Conservative Political Action Conference (CPAC) in Dallas, March 28, 2026. (AP Photo/Gabriela Passos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HDJYKYMYAGQE57AGOHH6S5DTI.jpg?auth=41d34bfc6a76b62bddfaa163a342cb711db5442e92f3c1261d1a49e376fd3172&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 answers questions at an event where federal prosecutors announced charges against former Cuban President Raul Castro in the 1996 downing of civilian planes operated by Miami-based exiles, Wednesday, May 20, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AA6W2NPEOAQHVBMDURHPQG27IU.jpg?auth=ada6f4810835c6e1285c2b22755058a1ea1b57f50c4b48952a5ef41b1af5543f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The seal of U.S. Department of Homeland Security is seen before a news conference at ICE Headquarters in Washington, May 21, 2025. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[From her bookstore in Nashville, Ann Patchett drives the literary conversation]]></title><link>https://www.local10.com/entertainment/2026/06/01/from-her-bookstore-in-nashville-ann-patchett-drives-the-literary-conversation/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/from-her-bookstore-in-nashville-ann-patchett-drives-the-literary-conversation/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — When she isn't working on a novel, Ann Patchett is often thinking of what she can do for others: maybe coming up with a blurb for Douglas Stuart, or recording a video birthday message for fellow author-bookseller Emma Straub, or beginning an interview with a plug for another admired peer.]]></description><pubDate>Mon, 01 Jun 2026 11:03:26 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — When she isn't working on a novel, Ann Patchett is often thinking of what she can do for others: maybe coming up with a blurb for Douglas Stuart, or recording a video birthday message for fellow author-bookseller Emma Straub, or beginning an interview with a plug for another admired peer.</p><p>“The new Liz Strout book is the best,” she says of Elizabeth Strout's “The Things We Never Say.” “You know, every single book she publishes, you just think, ‘Oh, well, she can’t possibly do that again.’ And then she comes out with another book and it’s even better.”</p><p>At 62, Patchett is the rare and fortunate writer whose words resonate among friends and strangers alike. She owns one of the country's signature independent bookstores, Parnassus Books, with customers ranging from Nashville's book lovers to Tom Hanks. She's also a popular and prize-winning novelist whose new books are inevitably among the year's most anticipated, and whose older ones, including the acclaimed “Bel Canto,” continue to sell. In 2021, she received a National Humanities Medal for “putting into words the beauty, pain, and complexity of human nature.”</p><p>Her books have been translated into more than 20 languages, but her home is in Nashville, where she spent part of her childhood and now lives with her husband, physician Karl VanDevender. Patchett spoke at Parnassus with The Associated Press on a sunny weekday morning, shortly before opening time. She also met with staff members gathered at the center of the 4,800-square-foot store to discuss upcoming events, and indulged the occasional interruption by one of the employee-owned “shop dogs” who hurry about like bargain-seeking customers.</p><p>The new book is called ‘Whistler’</p><p>Patchett is here early to talk about “Whistler,” which comes out Tuesday. Like “Bel Canto,” “State of Wonder” and other Patchett novels, it's a story of improbable meetings and deepening bonds. In this case, 53-year-old Daphne Fuller and her husband encounter an elderly man, Eddie Triplett, at the Metropolitan Museum of Art and realize he was briefly her stepfather when she was a girl. Daphne and Eddie form a close friendship as they recall their times together, including a serious car accident followed by the breakup of Eddie's marriage to her mother.</p><p>Patchett doesn't write with any message in mind, but “Whistler” can be read as an ode to decency and benevolence. The title refers to a story-fable about a horse that runs away, only to turn up at a time of crisis. In the aftermath of the crash, as Daphne wonders if it's safe to leave and seek help, Eddie assures her, “I swear to you, it's mostly good people out there, with a few bad people around the edges.”</p><p>“The people that I interact with every single day are good people,” Patchett says. “It is vanishingly rare when I meet someone who’s not nice. Now, if you watch the news and read the news, it seems like everyone’s terrible and murderous. But it’s the difference between primary and secondary sources. So if I’m just operating off primary sources, what I see is goodness. I completely understand that there is incredible horror and cruelty in the world, but I also feel like incredible horror and cruelty is very well represented (in art). And what I actually experience in my daily life is not as well represented in art.”</p><p>“I don’t set out to write books about nice people,” she adds, “but I like people.”</p><p>Honored by PEN America</p><p>Patchett's sense of citizenship was recognized recently by PEN America, which at its annual May gala in Manhattan presented her with its Literary Service Award. In introducing her to a gathering of hundreds at the American Museum of Natural History, author Patrick Ryan cited her wide range of contributions, whether working “to get books into the hands of children in underserved communities,” supporting emerging writers or inspiring readers “who recognize themselves in her novels.”</p><p>Patchett has a well-lived appreciation of connections, and how they can be broken by discord or ended by death.</p><p>A native of Los Angeles, she was in early childhood when her parents divorced and she moved east with her mother, events drawn upon for her novel “Commonwealth." She has also written memorials for departed loved ones. In the memoir “Truth & Beauty,” she remembered her close friend Lucy Grealy, a poet and memoir writer who suffered from a rare form of cancer and endured multiple surgeries before dying at 39. In the title essay from her 2004 collection “These Precious Days,” Patchett honors the late Sooki Raphael, a Hanks assistant with whom the author became close while Raphael battled terminal cancer.</p><p>“Whistler” is dedicated to her friend Jim Fox, a former head legal counsel at HarperCollins who died in 2024 and is the inspiration for Eddie (and the namesake for a character in “State of Wonder”).</p><p>“He was brilliant, and a great reader,” she says. “Jim isn’t Eddie and I’m not Daphne, and certainly the circumstances aren’t the same, but the huge love that Eddie and Daphne shared is the huge love Jim and I shared.”</p><p>A bookseller who inspires</p><p>Patchett, a graduate of Sarah Lawrence College and the Iowa Writers' Workshop at the University of Iowa, remembers telling stories even before she could read, a gap she says only intensified her appreciation of the printed word. Raised before the rise of “young adult” books, she started out reading such children's favorites as “Charlotte's Web” and “The Little House on the Prairie” series, and ascended directly to the literary giants who became her formative influences: Saul Bellow, Philip Roth and John Updike.</p><p>By her early 20s, Patchett was accomplished enough to have a story published in The Paris Review. Patchett's debut novel, “The Patron Saint of Liars,” came out before she had turned 30. She has since published nine other works of fiction, including “Whistler,” along with four nonfiction books and three picture books, illustrated by Robin Preiss Glasser.</p><p>“I was at my cousins' house a few months ago and they had boxes of old papers of mine,” Patchett says. “And they were from grade school, middle school, high school — notebook after notebook, poetry and stories. I was shocked by the extent I was practicing my craft at age 10.”</p><p>Patchett's life as a bookseller began around 2010, when the closing of two Nashville stores seemed to mirror a nationwide decline brought about in part by Amazon's rise. Patchett and business partner Karen Hayes came up with a seemingly wild plan: open a new store — a decision met with some skepticism at the time, but now a sign of the changing fortunes of independent sellers.</p><p>Membership in the American Booksellers Association has more than doubled over the past decade — including such author-run stores as Straub's Books Are Magic in New York City and Jeff Kinney's An Unlikely Story in Plainville, Massachusetts. Straub says that when she was thinking of opening her store, she spoke with various friends who owned small businesses.</p><p>“They all told me not to do it, but when I talked to Ann, she said ‘Do it,’” Straub says. “She's my hero. I think the friends who were telling me not to do it were speaking practically. But I didn't want to hear practical advice. I wanted to hear inspiration.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3UUNKIAUQ2VBYEIWTGP2GNUHY.jpg?auth=fc4b0555ca52a4c154b1a1bf9a2a6ef1966663ebb2fd2ff6a23566553eef1fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (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/P4PARG4AANAWIHA5N44OOC6EFY.jpg?auth=972a66707df3bbc6e8e9fd992c925229c694ed42283542700eda931c952a730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait with Nemo, her 3-year-old bichon-poodle, at her bookstore in Nashville, Tenn., on April 22, 2026. (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/U7MZD6BYZJS4IPLKK5HSAJZEUI.jpg?auth=89440e42d3ce152b85f369c9c04e948195c1907d16b430115491ed04034f22ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (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/7NIEILCBPSUMIAQRG76HV43MCI.jpg?auth=9e36f4614377276fb6f25de0356237d2a84658395d9a8643f7bd4a9ac818ce7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Harper shows "Whistler" by Ann Patchett. (Harper via AP)]]></media:description></media:content></item><item><title><![CDATA[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>“Right now, a lot of people across South Florida are feeling the pressure of everyday expenses, and even something as routine as filling up the gas tank can create real stress,” said Richard Shaw, Tropical Financial Credit Union President &amp; CEO. “We wanted to do something simple but meaningful to help lighten the load, which is why we partnered with Local 10 on this gas card giveaway.” </p><p>All you have to do to sign up is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p>“Even a little relief can make a difference, and we want people to know we’re here for them,” added Shaw.</p><p><b>June 1 winners:</b></p><ul><li>Bernard Hardge</li><li>Dawn Cochran</li><li>Alicia Gomez</li><li>Nathaniel Jackson</li><li>Carolina Guerrero</li></ul><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[International arbitrators reject $134M claim by Rwanda against UK for scrapped migrant deal]]></title><link>https://www.local10.com/news/world/2026/06/01/international-arbitrators-reject-134m-claim-by-rwanda-against-uk-for-scrapped-migrant-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/international-arbitrators-reject-134m-claim-by-rwanda-against-uk-for-scrapped-migrant-deal/</guid><dc:creator><![CDATA[By MIKE CORDER, Associated Press]]></dc:creator><description><![CDATA[THE HAGUE, Netherlands (AP) — A panel of international arbitrators has rejected a multimillion-dollar claim by Rwanda against the United Kingdom linked to a refugee resettlement deal that Prime Minister Keir Starmer scrapped immediately after taking office in 2024.]]></description><pubDate>Mon, 01 Jun 2026 13:16:04 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — A panel of international arbitrators has rejected a multimillion-dollar claim by Rwanda against the United Kingdom linked to a refugee resettlement deal that Prime Minister Keir Starmer scrapped immediately after taking office in 2024.</p><p>The deal, struck in 2022 by Starmer’s predecessor, Rishi Sunak, involved sending migrants who arrive in the U.K. as stowaways or in boats to the East African country. It included arrangements for payments to Rwanda to help cover costs. Starmer’s home secretary at the time the deal was scrapped, Yvette Cooper, called it the “most shocking waste of taxpayer money I have ever seen.”</p><p>The Permanent Court of Arbitration rejected two Rwandan claims, each for 50 million pounds ($67 million), linked to funding for the canceled deal. The decision was dated May 15, but formally announced by the Hague-based panel on Monday. It also rejected two other Rwandan claims linked to alleged breaches by the U.K. of the pact.</p><p>In a 76-page ruling, the panel said that written diplomatic exchanges between the two countries after Starmer scrapped the deal amounted to an agreement that the U.K. would not make the two 50 million-pound payments, due in April of 2025 and 2026, to cover costs of migrant relocations.</p><p>Under the deal, migrants were to be sent to Rwanda, where their asylum claims would be processed and, if successful, they would stay. Britain’s Supreme Court ruled that the policy was unlawful because Rwanda is not a safe third country for migrants sent there.</p><p>The British government said in a statement: “The U.K. robustly defended its position, and the tribunal has now ruled in favor of the U.K. on all grounds."</p><p>It added that Starmer's under-fire government is "now focused on delivering vital reforms to restore order and control to our borders, including removing the incentives drawing illegal migrants to Britain and scaling up removals of those with no right to be here.”</p><p>Rwandan Government spokesperson Yolande Makolo said Rwanda “respects the tribunal’s award and considers the matter concluded,” but she also noted a dissenting opinion by one of the arbitrators that she said “shows that the issues before the tribunal were complex and open to different legal conclusions.”</p><p>"Rwanda will continue to work constructively with international partners, guided by international norms and mutually beneficial cooperation,” she added.</p><p>___</p><p>Associated Press writer Jill Lawless in London and Ignatius Ssuuna in Kigali, Rwanda, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPR2RCRFY2AGNP6U66HGU6QBPU.jpg?auth=6a96dd7ee06b45e30719e824de0dc2c7fddb0e4c83585b7178a488299deddb9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Exterior view of the Peace Palace, which houses the International Court of Justice, or World Court, in The Hague, Netherlands, Monday, Feb. 18, 2019. (AP Photo/Peter Dejong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item></channel></rss>