<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 24 Jun 2026 13:46:37 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Surfside marks five years since Champlain Towers South collapse]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-marks-five-years-since-champlain-towers-south-collapse/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.]]></description><pubDate>Wed, 24 Jun 2026 11:26:10 +0000</pubDate><content:encoded><![CDATA[<p>One by one, 98 names were read aloud early Wednesday morning as families, survivors, first responders and community members gathered in Surfside to honor the victims of the Champlain Towers South collapse, one of the deadliest building failures in U.S. history.</p><p><a href="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/">Leer en español</a></p><p>The 12-story condominium building collapsed in the early morning hours of June 24, 2021, while many residents were asleep inside. Ninety-eight people lost their lives.</p><p>During the Lighting of the Torch ceremony, a torch was presented as a symbol of hope, resilience and remembrance.</p><p>“This torch is more than a light -- it is a promise, a promise that we will forever remember, that we will honor, that we will never allow these lives to be forgotten,” one speaker said.</p><p>A firefighter participating in the ceremony echoed that message.</p><p>“And let the light shine through all of us,” the firefighter said.</p><p>Only three people were rescued alive from the rubble following the collapse. Among them was Devin Gonzalez, who was 16 years old at the time. Her mother also survived.</p><p>Gonzalez lost her father in the tragedy.</p><p>“The rest of my family, my sister made it out because she wasn’t home that night, but my father was one of the 98 people that passed away, so he did not make it,” Gonzalez said.</p><p>Five years later, Gonzalez said the pain remains, but she hopes lessons learned from the collapse will help prevent a similar disaster from happening again.</p><p>“Yes, it’s angering and it’s hurtful, but to focus on the future, on things that we can do so that nothing like this ever happens again,” she said.</p><p>A rescue expert from Israel, whose team specializes in locating people trapped in collapsed structures, said they worked around the clock to help in every way they could.</p><p>“We are honored to be able to help,” he said. “It’s a mitzvah to help the other, even if you don’t know the person. We are all humans and it doesn’t matter where we are. We are together to help each other -- one for all and all for one.”</p><p>For many first responders who spent weeks searching through the debris, the memories remain vivid.</p><p>“When we say we are never going to forget, we are never going to forget,” a firefighter said. “And those who were here — the thousands of first responders and community leaders that were here — we can never forget.”</p><p>The annual ceremony served as both a tribute to the 98 lives lost and a reminder of the lasting impact the collapse continues to have on families, survivors and the South Florida community.</p><p>The tragic anniversary comes after the <a href="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/">National Institute of Standards and Technology released a report</a> stating that the deadly destruction of the condominium actually started weeks before it collapsed into a pile of rubble in the middle of the night.</p><p>According to the report, two connections between garage columns and the pool deck started to fail around early June 2021. The combination of a structure design that did not meet building codes and alterations made to it over its 40 years meant that the other parts of the pool deck weren’t strong enough to withstand the extra load, leading to the type of slow-motion collapse.</p><p>Another remembrance ceremony at 88th Street and Collins Avenue in Surfside will be held at 10 a.m. Wednesday and will be livestreamed at the top of this page. </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[Surfside conmemora cinco años del colapso del edificio Champlain Towers South]]></title><link>https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/surfside-conmemora-cinco-anos-del-colapso-del-edificio-champlain-towers-south/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.]]></description><pubDate>Wed, 24 Jun 2026 13:44:25 +0000</pubDate><content:encoded><![CDATA[<p>Uno a uno, los nombres de las 98 víctimas fueron leídos en voz alta la madrugada de este miércoles, mientras familiares, sobrevivientes, socorristas y miembros de la comunidad se reunieron en Surfside para rendir homenaje a quienes perdieron la vida en el colapso del edificio Champlain Towers South, uno de los derrumbes de edificios más mortales en la historia de Estados Unidos.</p><p>El edificio residencial de 12 pisos se derrumbó durante la madrugada del 24 de junio de 2021, cuando muchos de sus residentes dormían. En la tragedia murieron 98 personas.</p><p>Durante la ceremonia <i>Lighting of the Torch</i> (Encendido de la Antorcha), se presentó una antorcha como símbolo de esperanza, resiliencia y memoria.</p><p>“Esta antorcha es más que una luz; es una promesa. Una promesa de que siempre recordaremos, honraremos y nunca permitiremos que estas vidas sean olvidadas”, expresó uno de los oradores.</p><p>Un bombero que participó en la ceremonia reforzó ese mensaje.</p><p>“Y que esa luz brille a través de todos nosotros”, dijo.</p><p>Solo tres personas fueron rescatadas con vida de entre los escombros tras el colapso. Entre ellas estaba Devin Gonzalez, quien tenía 16 años en ese momento. Su madre también sobrevivió.</p><p>Gonzalez perdió a su padre en la tragedia.</p><p>“El resto de mi familia... mi hermana sobrevivió porque esa noche no estaba en casa, pero mi padre fue una de las 98 personas que fallecieron. Él no logró salir”, relató.</p><p>Cinco años después, González aseguró que el dolor continúa, pero espera que las lecciones aprendidas tras el colapso ayuden a evitar que una tragedia similar vuelva a ocurrir.</p><p>“Sí, da rabia y duele, pero debemos enfocarnos en el futuro y en las cosas que podemos hacer para que algo así nunca vuelva a suceder”, afirmó.</p><p>Un especialista israelí en rescates, cuyo equipo está entrenado para localizar personas atrapadas en estructuras colapsadas, recordó que trabajaron día y noche para ayudar en todo lo posible.</p><p>“Es un honor poder ayudar. Es una mitzvá ayudar al prójimo, incluso si no lo conoces. Todos somos seres humanos y no importa dónde estemos. Estamos juntos para ayudarnos unos a otros: uno para todos y todos para uno”, señaló.</p><p>Para muchos de los socorristas que pasaron semanas buscando entre los escombros, los recuerdos siguen muy presentes.</p><p>“Cuando decimos que nunca vamos a olvidar, es porque nunca vamos a olvidar. Y quienes estuvimos aquí —los miles de socorristas y líderes comunitarios— jamás podremos olvidar”, expresó un bombero.</p><p>La ceremonia anual sirvió como homenaje a las 98 vidas perdidas y como recordatorio del profundo impacto que el colapso sigue teniendo en las familias, los sobrevivientes y la comunidad del sur de Florida.</p><p>Este aniversario ocurre después de que el <a href="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/">Instituto Nacional de Estándares y Tecnología (NIST) </a>publicara un informe en el que concluye que el proceso que llevó al derrumbe comenzó semanas antes del colapso.</p><p>Según el informe, dos conexiones entre las columnas del estacionamiento y la plataforma de la piscina comenzaron a fallar a principios de junio de 2021. La combinación de un diseño estructural que no cumplía con los códigos de construcción y las modificaciones realizadas al edificio durante sus 40 años de existencia provocó que otras partes de la plataforma de la piscina no pudieran soportar la carga adicional, lo que derivó en un colapso progresivo.</p><p>Otra ceremonia conmemorativa se llevará a cabo este miércoles a las 10:00 a.m. en la intersección de 88th Street y Collins Avenue, en Surfside, y será transmitida en vivo.</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[Niño en scooter es atropellado por un autobús en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/24/nino-en-scooter-es-atropellado-por-un-autobus-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/nino-en-scooter-es-atropellado-por-un-autobus-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El accidente ocurrió cerca de lo que parece ser un centro de transporte de autobuses escolares.
]]></description><pubDate>Wed, 24 Jun 2026 13:32:05 +0000</pubDate><content:encoded><![CDATA[<p>Un niño que viajaba en un scooter fue atropellado la mañana de este miércoles por un autobús en el noroeste de Miami-Dade, confirmaron equipos de emergencia a Local 10 News.</p><p>El accidente ocurrió en la zona de Northwest 122nd Street y 27th Avenue, cerca de lo que parece ser un centro de transporte de autobuses escolares.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade informó a Local 10 que el menor fue trasladado a un centro de traumatología tras el accidente.</p><p>Por el momento, las autoridades no han dado a conocer más detalles.</p><p><i>Siga la cobertura de Local 10 News o actualice esta página para conocer las últimas novedades.</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><media:content url="https://www.local10.com/resizer/v2/6EB6XX46MBH5NNHE35V44PUEHM.jpeg?auth=3570d4de35cc68b6fc8e871cde35539d2eaa85a14cf0e1bb8dfae47033d2db92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Child on scooter hit by bus in northwest Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/child-on-scooter-hit-by-bus-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale]]></dc:creator><description><![CDATA[A child who was riding a scooter was struck by a bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.]]></description><pubDate>Wed, 24 Jun 2026 13:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A child who was riding a scooter was struck by a bus Wednesday morning in northwest Miami-Dade, first responders confirmed to Local 10 News.</p><p>The crash was reported just before 6:30 a.m. in the area of Northwest 122<sup>nd</sup> Street and 27<sup>th</sup> Avenue, near a school bus transportation center.</p><p>Surveillance video obtained by Local 10 News shows the bus about to turn onto 27th Avenue.</p><p>The scooter rider and bus driver both stop. But just as the child on the scooter kicked off, the bus rolled forward, striking the scooter. </p><p>The child was seen limping off the roadway as someone exited the bus to check on them. </p><p>Miami-Dade Fire Rescue officials told Local 10 that they transported the child to a trauma center after the crash.</p><p>According to a nearby business owner, this isn’t the first time an accident has occurred in front of the transportation center, as a scooter was struck by a bus just a couple months ago. </p><p>No other details were immediately released.</p><p><i>Watch Local 10 News or refresh this page for updates.</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><media:content url="https://www.local10.com/resizer/v2/6EB6XX46MBH5NNHE35V44PUEHM.jpeg?auth=3570d4de35cc68b6fc8e871cde35539d2eaa85a14cf0e1bb8dfae47033d2db92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The homilies and addresses of Pope Leo XIV are now coming to English readers]]></title><link>https://www.local10.com/entertainment/2026/06/24/the-homilies-and-addresses-of-pope-leo-xiv-are-now-coming-to-english-readers/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/the-homilies-and-addresses-of-pope-leo-xiv-are-now-coming-to-english-readers/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A collection of early public writings by the future Pope Leo XIV will be published this fall for the first time in English.]]></description><pubDate>Wed, 24 Jun 2026 13:11:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A collection of early public writings by the future Pope Leo XIV will be published this fall for the first time in English.</p><p>“Freedom Under Grace: Reflections on the Spiritual Tradition That Formed Me” is scheduled for Sept. 15, according to Image Books, an imprint of the Penguin Random House Christian Publishing Group.</p><p>Released in Italian by the Vatican Publishing House earlier this year, “Freedom from Grace” features homilies, addresses and other works by Robert Prevost, when he was prior general of the Order of Saint Augustine from 2001 to 2013.</p><p>“Each chapter is a window into the spiritual depth and vision of the man who would eventually become Pope Leo, with an urgent message of love and service to address the challenges of the world today,” Campbell Wharton, senior vice president and publisher of Penguin Random House Christian, said in a statement Wednesday. “It’s a book for any Catholic, but also any Christian or spiritual seeker looking for guidance and hope for living a life that transforms the world.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRJWQA77KMWFLIX6KSUK4HS3XU.jpg?auth=ec0d6f69158c6157cd17f8c68545e66ef20a3bb52986a66e1a3d6c4398d5b330&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 Penguin Random House shows "Freedom Under Grace: Reflections on the Spiritual Tradition That Formed Me" by Robert F. Prevost, now Pope Leo XIV. (Penguin Random House via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5X3WJBJONO4QAXTLDZ3V5G7WUE.jpg?auth=d8ebecc4e798dacda21ed7f96682375a6b6d64818bbea615e228756b6e8ba465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pope Leo XIV delivers his blessing as he visits Pavia's Cathedral, northern Italy, on June 20, 2026. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Vatican begins 5-year restoration of Raphael Loggia, used by popes and presidents]]></title><link>https://www.local10.com/entertainment/2026/06/24/vatican-begins-5-year-restoration-of-raphael-loggia-used-by-popes-and-presidents/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/vatican-begins-5-year-restoration-of-raphael-loggia-used-by-popes-and-presidents/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — One of the most intricately decorated parts of the Vatican’s Apostolic Palace, a passageway walked by popes and presidents and attributed to Renaissance master Raphael, is getting its first major face-lift in over 500 years.]]></description><pubDate>Wed, 24 Jun 2026 13:09:46 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — One of the most intricately decorated parts of the Vatican’s Apostolic Palace, a passageway walked by popes and presidents and attributed to Renaissance master Raphael, is getting its first major face-lift in over 500 years.</p><p>The Vatican Museums on Wednesday announced the start of a five-year, $5.5 million project to clean and restore the Raphael Loggia, a 65-meter (yard) long, 4-meter (yard) wide corridor that is considered one of the highest expressions of Renaissance figurative art.</p><p>The windowed second floor corridor, which overlooks the palace’s San Damaso courtyard, is not open to the public. But lucky visitors to the pope or Secretariat of State walk along it en route to their audiences and are treated to biblical scenes, from the Old Testament and New, as well as botanical motifs in painting and stucco.</p><p>Pope Leo XIV, who moved back into the Apostolic Palace after Pope Francis famously stayed away, has his private apartments upstairs but walks along the corridor when going to audiences.</p><p>Raphael conceived of the decoration between 1517-1519 as one of his last commissions for Pope Leo X, alongside his more well-known and accessible masterpieces that are today highlights of any visit to the Vatican Museums: the recently restored Raphael Rooms and his tapestries.</p><p>Located deep within the inner sanctum of the Holy See, the passageway’s 13 arched bays are considered such a spectacular example of figurative painting that they were widely copied, including a full-scale replica at the Hermitage Museum in St. Petersburg, Russia.</p><p>Until 1813, the Raphael Loggia was open to the elements and suffered damage from rain and exposure, said Paolo Violini, in charge of painting restoration at the Vatican Museums. Even after windows were installed, the artworks suffered further because the windows trapped heat and humidity, leading to a particularly fragile state that requires special care.</p><p>Restorers will use hand-held lasers to clean and restore the stucco and wall paintings, using a “dry” cleaning method since the paints are water soluble and would suffer further if cleaned in a more traditional way or using chemical solvents, Violini said.</p><p>The restoration, being done in partnership with the World Monuments Fund, is being financed by the Stephen A. Schwarzman Foundation, a New York-based philanthropy.</p><p>At a press conference Wednesday, Schwarzman said the foundation’s overall contribution to the project was more than $14 million: $5.5 million for the restoration and the rest used to digitize images of the loggia so the public can appreciate it, to fund a documentary of the renovation and to endow a training program for art restorers at a Swiss university.</p><p>Alongside the restoration, the Vatican plans to also replace the arched windows of the loggia to install special glass that filters out the sun's harmful rays.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TUDIHUNPU3MWWT6GENMKQVFILE.jpg?auth=84735676efb6518d8bc35b684c22060d5fcfb48c56b40fa5d1c7d46bed1d22f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Swiss guards talk in a Vatican corridor prior to a private audience of Pope Francis to the Archbishop of Canterbury Justin Welby, at the Vatican Friday, June 14, 2013. (AP Photo/Alessandra Tarantino, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[AI is an energy and water hog, here's what you can do to counter that]]></title><link>https://www.local10.com/tech/2026/06/24/ai-is-an-energy-and-water-hog-heres-what-you-can-do-to-counter-that/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/24/ai-is-an-energy-and-water-hog-heres-what-you-can-do-to-counter-that/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — As the world tries to curb human-caused climate change and not run dry of water, every online query is increasing our environmental footprint and exacerbating the problem.]]></description><pubDate>Wed, 24 Jun 2026 13:09:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — As the world tries to curb human-caused climate change and not run dry of water, every online query is increasing our environmental footprint and exacerbating the problem.</p><p>Artificial intelligence and the data centers they require use growing amounts of energy and are water hogs — and AI companies aren't transparent about how much of those resources they use, experts said. So each time you turn to the internet and seek an AI-fueled response, it's gobbling up precious resources.</p><p>“AI is going in the opposite direction to decarbonization efforts,” said cognitive computer scientist Sasha Luccioni, co-founder and chief scientific officer of the Sustainable AI Group. “We should be thinking about where we are going towards. If you’re recycling and a vegan but then you’re using ChatGPT to do your multiplication for you, well that’s kind of against the trend.”</p><p>“It’s like one other thing among many to think about when you’re like developing these daily habits,” Luccioni said. “It is not too late. You are not obliged to use AI for everything. You can opt out, you can have a say and you can kind of just like think about how you engage with this technology.”</p><p>But she also said Big Tech companies are making it hard by “integrating generative AI into everything. ... There's like this bait-and-switch going on. I feel that nowadays you use the same tools that you used to use, but now they're generative AI.”</p><p>There are a few ways climate conscious individuals aren’t completely powerless, said several experts in water use, artificial intelligence, data center placement and environmental sustainability.</p><p>Use AI less</p><p>The advice from experts is simple: Just use AI less often.</p><p>“The cleanest form of AI use is no use,” Kaveh Madani, a water scientist and director of the United Nations University Institute for Water, Environment and Health in Canada. “So when you could avoid using AI, don't use it.”</p><p>Don't use it for simple things. Don't use it for calculations, directions, store hours, recipes or shopping lists, which are all searches people used to do without AI, but now do it with AI and waste power and water, Luccioni said.</p><p>“Yeah, it’s great. You can generate a chocolate chip cookie recipe with Claude, or you can open a damn book. Like, those still exist. You really don’t need Claude,” Luccioni said. “You really don’t need all of these generative AI technologies to do day-to-day tasks. I do agree there are some productivity gains to be had but I think that it’s a pretty small percentage of what people are currently using.”</p><p>And when you make a query, make it concise because more information translates into more computing and more energy and water used. No need to be polite. Don't give unnecessary background information, Madani and others said.</p><p>Every query means more energy use, experts said.</p><p>The power and water cost of a query</p><p>Last year, global data centers used 448 trillion watt-hours of electricity, more than all but 10 countries of the world, and it is expected to more than double in the next four years, according to a new report from the United Nations University. By then, it will have moved up in rankings to just behind five countries for power use.</p><p>By 2030, just the electricity that data centers use — not including the massive amounts of water needed to cool them — would require nearly 2.5 trillion gallons of water (9.3 trillion liters), which is enough drinking water for the entire world for 1.7 years, said Madani, the study's co-author.</p><p>Getting an AI text response is the equivalent to using an efficient light bulb for two and a half minutes, but that's being done 2.5 billion times a day with ChatGPT alone, according to the report and Madani. Using AI to generate a complex video is the equivalent of 42 hours of that light bulb burning and using a gallon of water (4 liters), he said.</p><p>Lack of transparency is a problem</p><p>Except for a mention in a blogpost and scant information, private AI companies aren't transparent about the energy and water costs of queries, said Luccioni and other experts who have tried to calculate those costs. That reality forces them to just make estimates based on less common open source AI.</p><p>“We have no way of knowing and getting a sense of the amount of energy,” said University of Michigan computer science professor Mosharaf Chowdhury, who tracks energy consumption of open source models.</p><p>“If there’s no transparency, we have no choice. We’re really not choosing. We are being given whatever is being given to us,” said Ana Pinheiro Privette, a former top sustainability official for Amazon Web Services, who also used to direct the University of Illinois’ water security center and was a data scientist at NASA and the National Oceanic and Atmospheric Administration. “That’s the power. The power is to say ‘I actually want to understand what I’m consuming’.”</p><p>Forced into AI use but you can opt out</p><p>When you go online, many search engines, including Google, answer via AI and promote it, without users asking for machine learning to kick in. You have to opt out of AI, when you should have to opt in, Luccioni said.</p><p>“End users, you and me, we have absolutely no control other than saying ‘OK we don’t want to use any of it' and even then the companies force it onto us,” Chowdhury said.</p><p>You can opt out of AI in Google searches by putting “-ai” at the end of your search, Luccioni said. Or you can click on “Web” in search options.</p><p>There are search engines that reduce their carbon footprints by planting trees and use less energy in their AI, such as Ecosia, Luccioni said. And search engines DuckDuckGo and Startpage have no-AI options.</p><p>Consumers and neighbors have some power</p><p>“The big power I think the consumer has is the market message because I’ve seen that when I worked at Amazon,” Privette said. “They listen. They listen if everybody suddenly starts caring about not having a footprint.”</p><p>Years ago, when data centers wanted to build in an area, it was no problem. Now that they are multiplying in high population centers and people are speaking up and against them, said Privette. For example, data centers in two Virginia counties near Washington used 2.1 billion gallons (8 billion liters) of water in 2023.</p><p>Balaji Tammabattula, chief operating officer of BaRupOn which makes energy-ready data center campuses, said, “the moment you say that you’re building a data center, there’s a backlash. The data center is the new boogeyman.”</p><p>So he said companies like his have to listen and when they do, they use less water and energy.</p><p>“AI is not going anywhere,” Tammabattula said. “It has to be done. But it has to be with the help of the community, where we're understanding the concerns of the community.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63V3QJCUXSHAXOUAMBHIMJSWSE.jpg?auth=83aec456eb8444dbab40c7642c1800f1e541ac8e11c44bd8aea09e995d2e420e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amazon Web Services data center is visible on Aug. 22, 2024, in Boardman, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCPGYYS7SM56SUS3XHJUATEIZM.jpg?auth=65b23be1a2f639d8e33d29209045449e5477b055a6e8b5dc9d2cf179017654aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The ChatGPT app is displayed on an iPhone in New York, May 18, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Camp Mystic in Texas files for bankruptcy after catastrophic floods killed 28 people]]></title><link>https://www.local10.com/news/2026/06/24/camp-mystic-in-texas-files-for-bankruptcy-after-catastrophic-floods-killed-28-people/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/camp-mystic-in-texas-files-for-bankruptcy-after-catastrophic-floods-killed-28-people/</guid><dc:creator><![CDATA[By KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[Camp Mystic filed for Chapter 11 bankruptcy reorganization on Wednesday, nearly a year after catastrophic floods killed 25 girls and two teenage counselors at the all-girls Christian camp in Texas.]]></description><pubDate>Wed, 24 Jun 2026 13:11:16 +0000</pubDate><content:encoded><![CDATA[<p>Camp Mystic filed for Chapter 11 bankruptcy reorganization on Wednesday, nearly a year after catastrophic floods killed 25 girls and two teenage counselors at the all-girls Christian camp in Texas.</p><p>In paperwork filed with the U.S. Bankruptcy Court in the Southern District of Texas in Houston, the camp listed its debt as exceeding $10 million. The camp along the Guadalupe River said it had assets in the range of 100,001 to $500,000.</p><p>Families of the victims filed a lawsuit in November saying the camp operators failed to take the necessary steps to protect the girls as life-threatening floodwaters approached on July 4. Camp owner Richard Eastland also died in the flood.</p><p>All told, the destructive flooding killed at least 136 people along a several-mile stretch of the river, raising questions about how things went so terribly wrong.</p><p>The bankruptcy filing comes weeks after Camp Mystic halted plans to reopen this summer in the face of outrage from victims’ families and lawmakers that the century-old camp intended to welcome girls back while lawsuits and investigations remained ongoing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOFQXZBHRC5GGNDVTKE6GXSV3U.jpg?auth=7d0f1f34e55f27227ba7c8db1db749f95155503d30c68a5911f404f071739d08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A broken heart sign is displayed near Camp Mystic on Tuesday, July 8, 2025, after a flash flood swept through the area in Hunt, Texas. (AP Photo/Eli Hartman, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eli Hartman</media:credit></media:content></item><item><title><![CDATA[Chief of staff to former NYC Mayor Eric Adams arrested in federal bribery probe, AP source says]]></title><link>https://www.local10.com/news/2026/06/24/chief-of-staff-to-former-nyc-mayor-eric-adams-arrested-in-federal-bribery-probe-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/chief-of-staff-to-former-nyc-mayor-eric-adams-arrested-in-federal-bribery-probe-ap-source-says/</guid><dc:creator><![CDATA[By DAVID COLLINS, JAKE OFFENHARTZ, MICHAEL R. SISAK and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A chief of staff to former New York City Mayor Eric Adams and several other people have been arrested as part of an investigation into an alleged bribery scheme involving a city contract, according to a person familiar with the matter.]]></description><pubDate>Wed, 24 Jun 2026 13:14:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A chief of staff to former New York City Mayor Eric Adams and several other people have been arrested as part of an investigation into an alleged bribery scheme involving a city contract, according to a person familiar with the matter.</p><p>Frank Carone, along with his brother and two others, were taken into custody, said the person, who was not authorized to publicly discuss details of the case and spoke on condition of anonymity.</p><p>No other details were immediately available. Indictments were expected to be unsealed later Wednesday.</p><p>Carone’s lawyer, Arthur Aidala, called the indictment “weak” and “based on purely circumstantial evidence that’s not worth the paper upon which it is printed.”</p><p>“Today’s indictment is a sad day for our criminal justice system,” Aidala said in a statement. “It epitomizes the government first finding a target and then spending three years and enormous taxpayer resources to find a crime.”</p><p>In a separate statement, Todd Shapiro, a spokesperson for Adams, said Carone “dedicated decades of his life to public service, the legal profession, and helping countless individuals, businesses, and charitable organizations throughout New York.”</p><p>“This is an ongoing legal matter and my prayers are with his family,” Shapiro's statement said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HXQGPYMN5Q6Z5IK7CABLLXKQEM.jpg?auth=6822a4e77ab883a11a5818ed04f819e765e0e41c4f8a06de2cd98f0156594942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The lower Manhattan skyline, including the new One World Trade Center building at right, is shown as viewed from near the Statue of Liberty, Jan. 31, 2014, in New York. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump will head to Capitol to speak with GOP senators who have grown frustrated with him]]></title><link>https://www.local10.com/news/2026/06/24/the-latest-trump-will-head-to-capitol-to-speak-with-gop-senators-who-have-grown-frustrated-with-him/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/the-latest-trump-will-head-to-capitol-to-speak-with-gop-senators-who-have-grown-frustrated-with-him/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump is headed to Capitol Hill on Wednesday to meet with Republican senators who have grown increasingly frustrated with his efforts to divert their agenda. He has pressured senators to focus on his proof-of-citizenship voting bill, blocked them from confirming one of his own nominees and forced them to defend his Iran war even as they question the strategy and endgame.]]></description><pubDate>Wed, 24 Jun 2026 13:31:34 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump is headed to Capitol Hill on Wednesday to meet with Republican senators who have grown increasingly frustrated with his efforts to divert their agenda. He has pressured senators to focus on his proof-of-citizenship voting bill, blocked them from confirming one of his own nominees and forced them to defend his Iran war even as they question the strategy and endgame.</p><p>NATO Secretary-General Mark Rutte will check in face-to-face with Trump on Wednesday, visiting the volatile U.S. leader two weeks before the annual summit of the military alliance at a time when the Pentagon is reviewing the size of the U.S. military footprint in Europe.</p><p>The saga over the Lincoln Memorial Reflecting Pool took a turn as Trump said Tuesday that six people have been arrested over recent damage. The president’s troubled $14-million-plus rehabilitation project has become a visceral flashpoint over law enforcement, aesthetics and environmental concerns ahead of the country’s 250th anniversary celebrations.</p><p>The Latest:</p><p>Federal judge bars immigration arrests at US courthouses in a setback for Trump</p><p>U.S. District Judge Casey Pitts of San Francisco ordered an end to the arrests, saying in part that the reversal of longstanding policy failed to address the “chilling effect” on attendance at court hearings and resulted from “a complete lack of decision-making.”</p><p>“For 80 years, Congress has commanded federal agencies to think before they act,” wrote Pitts, referring to the 1946 Administrative Procedure Act, which demands that an agency at least provide sound reasons for following its chosen course.”</p><p>Another federal judge in May also barred arrests at immigration courts, but that order applied only in New York. This decision invalidates the policy nationwide.</p><p>James Percival, the U.S. Homeland Security Department’s general counsel, criticized Tuesday's ruling as an exercise in judicial overreach.</p><p>▶ Read more</p><p>Mamdani’s endorsements prove his power in New York, plus more takeaways</p><p>After two of Trump ’s picks for governor lost Republican primaries this month, he ensured it wouldn’t happen again. The president endorsed both GOP candidates in a South Carolina runoff, and one of them inevitably won.</p><p>Meanwhile New York City Mayor Zohran Mamdani proved his endorsement power after boosting three progressives over establishment-backed candidates in Tuesday’s Democratic primaries. All three won, all but ensuring that two self-described democratic socialists will represent their deep blue districts in Congress. The mayor said it was a question of electing “better Democrats” who would “put working people back at the heart of politics.”</p><p>The losers in New York’s House primaries included New York Assemblyman Alex Bores, a former Palantir employee who pushed sweeping state-level AI regulation; Jack Schlossberg, the grandson of former President John F. Kennedy; and former Republican lawyer George Conway.</p><p>▶ Read more</p><p>Trump turns America 250 kickoff into a campaign-style rally on the National Mall</p><p>The President sees America’s 250th anniversary as a chance to get the country excited again — about Donald Trump.</p><p>He’s hosting a rally Wednesday on the National Mall, promising a stealth bomber flyover, military bands, singer Lee Greenwood of “God Bless the USA” fame and a speech by who else but Trump.</p><p>The president is trying to convince American voters that he’s put the unpopular Iran war in the rearview mirror, with oil prices easing as the Strait of Hormuz reopens amid negotiations with Tehran. The rally kicks off weeks of celebrations about America and its 1776 founding.</p><p>After musicians including Young MC and the Commodores canceled, Trump said he’s stepping into the void as “the Number One Attraction anywhere in the World, the man who gets much larger audiences than Elvis in his prime.”</p><p>He said Wednesday’s event would be “the biggest rally we’ve ever had.”</p><p>▶ Read more</p><p>Trump says Justice Department will investigate oil companies for price gouging</p><p>Trump said on social media that gasoline prices are not matching the decline in oil prices, so he has told the Justice Department “to immediately start looking into this.”</p><p>Crude oil prices have eased with the interim deal with Iran, which has enabled more oil tankers to start passing through the Strait of Hormuz. Prices at the pump are averaging $3.93 a gallon, according to AAA. Gasoline costs have fallen over the past month, just not as much as Trump would like.</p><p>“In other words, customers are being ‘gouged,’” Trump posted. “I have instructed the DOJ to immediately start looking into this. Gasoline prices better start going down a lot faster than what I’m seeing!</p><p>Federal appeals court allows the Trump administration to resume expanded use of speedy deportations</p><p>A federal appeals court on Tuesday allowed the Trump administration to resume carrying out speedy deportations of undocumented migrants throughout the United States, not just near the border.</p><p>A divided three-judge panel of the U.S. Court of Appeals for the District of Columbia Circuit threw out a lower court decision that temporarily blocked President Donald Trump’s expanded use of expedited removal. The ruling was a big victory for the Republican administration, which views the expansion of so-called expedited removal as a key tool for carrying out its mass deportation policy.</p><p>Expedited removal — quick deportation without a chance to appear before a judge — has previously been applied to migrants arriving by sea or caught at or near the border shortly after crossing.</p><p>In January, Trump expanded its use to undocumented migrants all over the United States. Immigration agents began whisking migrants away from courthouses where they had gone for immigration proceedings and then removing them from the country within days.</p><p>▶ Read more</p><p>California intends to sue Trump administration over deal to end offshore wind project</p><p>California intends to sue the Trump administration over its deal to end an offshore wind project proposed off the state’s central coast.</p><p>State officials said they are combating the administration’s attacks on their offshore wind industry by sending a notice of their intention to sue to the Department of the Interior on Tuesday. Tuesday’s action is focused on the administration buying back the lease for Golden State Wind, a floating offshore wind project off California’s central coast.</p><p>California has made a major commitment to offshore wind because of its potential to generate vast amounts of clean electricity from strong, consistent winds off its coast. Its strategy calls for the state to develop 25 gigawatts of offshore wind energy by 2045, enough to power roughly 25 million homes and provide about 13% of the state’s electricity supply.</p><p>These energy and climate goals are now in jeopardy, and that’s why California will fight vigorously, said California Energy Commission Chair David Hochschild.</p><p>▶ Read more</p><p>Troubled Reflecting Pool faces fresh scrutiny over vandalism claims and duck deaths</p><p>The saga over the Lincoln Memorial Reflecting Pool took a turn as Trump cited six arrests over recent damage. The president’s troubled $14-million-plus rehabilitation project has become a visceral flashpoint over law enforcement, aesthetics and environmental concerns.</p><p>In a social media post, Trump claimed without supporting evidence that vandals had cause a “350-foot gash” in the paint as the administration faces a self-imposed deadline to fix the botched renovation before the nation’s 250th anniversary celebration next week. He repeated that the federal government would release images to substantiate his claim.</p><p>Trump pledged to beautify the century-old Reflecting Pool ahead of the anniversary, sealing the bottom in a color he dubbed “American flag blue.” But since that effort, its water has been plagued with algae and pieces of the new coating appeared to be peeling off.</p><p>Now the Center for Biological Diversity is calling on the U.S. Fish and Wildlife Service to investigate whether the use of pool chemicals to kill the algae bloom violated the Migratory Bird Treaty Act after a Mallard duckling carcass was photographed floating in the murky water and two other ducks were found dead nearby.</p><p>▶ Read more</p><p>NATO’s Trump whisperer heads to the White House to soothe the president ahead of next month’s summit</p><p>NATO Secretary-General Mark Rutte will check in face-to-face with Trump on Wednesday, visiting the volatile U.S. leader two weeks before the annual summit of the military alliance at a time when the Pentagon is reviewing the size of the U.S. military footprint in Europe.</p><p>Trump has long been critical of NATO, arguing the U.S. carries more than its fair share of military spending. But his grievances have been louder since the Iran war as he fumed over some member countries ignoring his call to help him restart oil trade through the shuttered Strait of Hormuz.</p><p>Trump has renewed his threats to leave the 77-year-old military alliance, raising the stakes ahead of the NATO leaders’ summit in Turkey next month. But Rutte, who has become known as a Trump whisperer for his ability to charm the president, is expected to use Wednesday’s White House meeting to try to appease him.</p><p>▶ Read more</p><p>Trump heads to Capitol to speak with GOP senators who have grown increasingly frustrated with him</p><p>The president is headed to Capitol Hill on Wednesday to meet with Republican senators who have grown increasingly frustrated with his efforts to divert their agenda.</p><p>Trump, who will attend a closed-door Senate GOP luncheon for the first time in more than a year, has pressured senators for months to focus on his proof-of-citizenship voting bill even though it doesn’t have the votes to pass. At the same time, he has blocked them from confirming one of his own nominees, asked them to fund parts of his White House ballroom project despite opposition and forced them to defend his Iran war even as they question the strategy and endgame.</p><p>Trump has also helped whittle down his own support in the Senate after endorsing primary challengers to two GOP incumbents who were previously reliable votes for his agenda — Texas Sen. John Cornyn and Louisiana Sen. Bill Cassidy. Both have become more critical since losing their primaries.</p><p>Still, senators said ahead of the meeting that they hope to focus on unity, not disagreements.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTV3UISC6ZVVVILWQAO56PFHZA.jpg?auth=a00934fd669caf55c221e4cbcf7ebd3f697aebe58c690cbd422c33ddc7f4c8c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ferris wheel is seen on the National Mall for the 250 Anniversary celebration, Tuesday, June 23, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQAI5YYBJE24RMMDGAFIRQWOYY.jpg?auth=2576f117de4ec8d9d603ed2fdb90e620af13d80c581fc0fcfcbabd8afdb07475&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Police Department officers, deputized to assist with local law enforcement for events around the 250th anniversary of the U.S., patrol near the area where sections of blue coating have peeled up in the Lincoln Memorial Reflecting Pool, Saturday, June 20, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHB3GCI7GOOCJRDUSZ67IH36IA.jpg?auth=701243d3b18d58d613c9e6d0f561be5d58a5c07f38e83b7818bfc6eefc7f8eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at a Mack Trucks facility, Tuesday, June 23, 2026, in Macungie, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FL5O5I767JHFAFDA7XFM3YK6PY.jpg?auth=03387299193c08dd464225f787af4297aa7517e8153c643c1c34b0f851694efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte speaks after a meeting of NATO defense ministers at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[Firefighters, Good Samaritans rescue coyote pup from Florida lake ]]></title><link>https://www.local10.com/news/florida/2026/06/24/firefighters-good-samaritans-rescue-coyote-pup-from-cape-coral-lake/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/24/firefighters-good-samaritans-rescue-coyote-pup-from-cape-coral-lake/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[First responders responded to Britannia Lake in Cape Coral Monday morning after residents in the area spotted what they thought was a dog struggling to stay afloat.]]></description><pubDate>Wed, 24 Jun 2026 12:21:40 +0000</pubDate><content:encoded><![CDATA[<p>First responders responded to Britannia Lake in Cape Coral Monday morning after residents in the area spotted what they thought was a dog struggling to stay afloat.</p><p>However, when firefighters arrived, they realized the animal was actually a coyote pup.</p><p>Firefighters said one neighbor, Brian, jumped into the water when he saw the coyote fall into the lake as others called 911. </p><p>Denae Judd, who was kayaking, then helped guide firefighters to the coyote’s location.</p><p>“She monitored its location and let the crew know it had crawled up under a dock,” the Cape Coral Fire Department posted on social media. “Firefighters entered the water and were able to extract what turned out to be a coyote pup from the space.”</p><p>The little guy was eventually pulled out of the water.</p><p>It was taken to a veterinarian to get checked out before being moved to a wildlife rehab center.</p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCapeCoralFD%2Fposts%2Fpfbid0eAiySoUP3nWm4k2DSf3uYB3W19BADFL1TeJTrWGyCxdZ7uX85ewjiGUTQYWVY7xsl&show_text=true&width=500" width="500" height="678" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p>]]></content:encoded></item><item><title><![CDATA[New York sweep by Israel critics shines light on a fraught issue for Democrats]]></title><link>https://www.local10.com/news/politics/2026/06/24/new-york-sweep-by-israel-critics-shines-light-on-a-fraught-issue-for-democrats/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/new-york-sweep-by-israel-critics-shines-light-on-a-fraught-issue-for-democrats/</guid><dc:creator><![CDATA[By BILL BARROW, STEVE PEOPLES and JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Varun Venkatesh cast his ballot in New York’s primary this week, he thought about “a good litmus test for me as a voter.” He wanted to know what the candidates are doing for the Palestinian cause.]]></description><pubDate>Wed, 24 Jun 2026 12:03:58 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Varun Venkatesh cast his ballot in New York’s primary this week, he thought about “a good litmus test for me as a voter.” He wanted to know what the candidates are doing for the Palestinian cause.</p><p>The 27-year-old Brooklyn resident decided to support Claire Valdez, who was backed by Mayor Zohran Mamdani, over Antonio Reynoso, another progressive who was the choice of the Democratic establishment, because she had “a clear and more consistent stance.”</p><p>Valdez triumphed in her congressional primary, as did two other insurgent candidates endorsed by Mamdani, and Israel was a key issue in each of the races. Now the question for Democrats is how many more voters like Venkatesh are out there as the party charts its path toward the November midterms and the next presidential election.</p><p>The war in Gaza, which began during Joe Biden’s presidency and undermined Kamala Harris’ bid to replace him, remains an open wound, and how Democrats attempt to stitch it closed will help define their future. A step in any direction risks alienating pieces of the party's unwieldy coalition at a time when it's trying to unify around the mission of retaking control of Congress.</p><p>“The Israel question has become defining,” said Matt Bennett, who leads the centrist Democratic group Third Way and frequently criticizes progressives as jeopardizing outreach to independent voters. He said some in Mamdani’s camp have embraced “a new level of extremism,” warning that “Republicans are very good at weaponizing crazy ideas on the fringe against mainstream candidates.”</p><p>Mamdani has no such concerns as he tries to reshape the Democratic Party from the mayor’s office of the country’s largest city. He sharply criticized the American Israel Public Affairs Committee for defending what he calls “a status quo of immorality” in Gaza, and voters who celebrated his slate's victories on Tuesday night chanted “Free Palestine.”</p><p>The mayor, meanwhile, argues that New York should shape Democrats’ search for their national identity in the coming years.</p><p>“When does the race for 2028 begin?” Mamdani asked last week on a stage with his slate of candidates. “It starts now.”</p><p>Israel-Palestine conflict animates Democrats' left flank</p><p>Even for a party accustomed to searing debates between progressives and moderates, the schism over Israel has been blistering. Although the U.S. alliance with Israel once had bipartisan support, the ascendancy of Israel's right wing led by Prime Minister Benjamin Netanyahu strained those ties over the years. Then the war in Gaza shredded them.</p><p>Biden was denounced as “Genocide Joe” by pro-Palestinian supporters, who shifted their attention to Harris once she replaced him as the Democratic nominee for president two years ago.</p><p>“She was trying to the right thing," said Jamie Harrison, who led the Democratic National Committee at the time. "It was a hard and awkward place to be in.”</p><p>Harrison said the war in Gaza helped cost Harris the state of Michigan, which has a sizable Arab American population. However, he doubts that it was a defining national issue then or now.</p><p>“It’s one thing to be in New York. But I can tell you that most places, including where I am in South Carolina, it’s not what people are talking about,” he said. “They are concerned about affording gas and groceries and housing.”</p><p>Harrison expects Democrats to look for middle ground in the future, which includes “still supporting Israel’s sovereignty” while calling for “reducing U.S. aid to Israel and changing the nature of the relationship.”</p><p>One primary victor blasted the ‘hug Bibi’ strategy</p><p>Finding middle ground has been difficult so far, as demonstrated by the primary in New York's 10th congressional district.</p><p>Brad Lander, the former city comptroller backed by Mamdani, successfully challenged U.S. Rep. Dan Goldman in the race.</p><p>Both candidates are Jewish, and both have criticized the Israeli government. But Lander says the war in Gaza is a genocide, and Goldman does not.</p><p>“Our party needs to admit that Joe Biden’s ‘hug Bibi’ strategy was a catastrophic mistake," Lander said in his primary victory speech. He added, “We cannot keep paying for Netanyahu’s wars with our tax dollars. Democratic voters are saying this, loud and clear.”</p><p>Ari Rassouli, a voter in the district, said the incumbent's views on Israel were “one of the many reasons that I didn’t like Dan Goldman.”</p><p>Describing the war as a genocide, she said “a candidate that is in support of that has no place in our democracy at all.”</p><p>While talking to reporters on Tuesday, Lander acknowledged that Israel was among the top issues along with affordability and immigration.</p><p>“I like talking to Jewish voters who feel anxiety about the times we live in and say, ‘I have these values, I want to treat everyone like they’re equal and with dignity and created in God’s image. How do we navigate the times we’re in?’” he said.</p><p>He added with a smile, “Those are probably the longest conversations at the polls.” ___</p><p>Associated Press writers Anthony Izaguirre and Larry Neumeister contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UF5BVMVYYCMP6ZQZM3NLDZJYBM.jpg?auth=00b1fe2c12c5ea1c70c3718123dc5e93ced89344d88059638151956835078dc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Brad Lander arrives with New York City Mayor Zohran Mamdani for an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LHWVDMURWIPZ74WFZ4VFXSUYQ.jpg?auth=4fe7a353b8274a3edfd24b3651f20e7db0f26cc2fdf824aeb3b4c36d05adfd15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, celebrates with Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JUSSHYHXHZBAFKSC2RKRXPFNU.jpg?auth=2bed21075da765d903997ea2531428ebec53008215d8abb543cb206ea7235c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Claire Valdez speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Investigation reveals issues that led to Surfside condo collapse]]></title><link>https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/investigation-reveals-issues-that-led-to-surfside-condo-collapse/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Ahead of the five-year anniversary of the Champlain Towers South collapse in Surfside that claimed the lives of 98 people, lead investigators with the National Institute of Standards and Technology said the collapse began in early June of 2021 when two connections between the garage columns and the pool deck slab failed.]]></description><pubDate>Tue, 23 Jun 2026 21:44:44 +0000</pubDate><content:encoded><![CDATA[<p>Ahead of the five-year anniversary of the Champlain Towers South collapse in Surfside that claimed the lives of 98 people, lead investigators with the National Institute of Standards and Technology <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_blank" rel="noreferrer" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">said the collapse began in early June 2021</a> when two connections between the garage columns and the pool deck slab failed.</p><p><a href="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/">Leer en español</a></p><p>Once the first connection failed, they said other elements of the pool deck were left to carry their loads, but they were not strong enough to handle them.</p><p>“When building structures are designed to required codes and standards, they have margins against failure, meaning they should be able to support much more load than they are expected to bear,” said Judith Mitrani-Reiser with the National Institute of Standards and Technology (NIST). “In the case of Champlain Towers South, these margins against failure were too narrow from the start.”</p><p>NIST investigations are conducted by national construction safety teams, and while the federal research laboratory has produced full investigations into large scale structural failures - to include the <a href="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQ8YYzQZI$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQ8YYzQZI$">Station nightclub fire</a> and <a href="https://www.nist.gov/world-trade-center-investigation" target="_blank" rel="noreferrer" title="https://www.nist.gov/world-trade-center-investigation">World Trade Center attack</a> - what happened in Surfside was a first, even for them, as previous building failures they’ve looked into had obvious causes, <a href="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/joplin-tornado__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQsQZqsPw$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.nist.gov/disaster-failure-studies/joplin-tornado__;!!FfvXB3Q!lyfPVyDFjlwIQ8nS0E2SVaLjiWJXk5W-PHwoMgLC36PAeTS19OLDPqKLK9DcBnuvHLATRTDZOYc0Zh7vY7jQsQZqsPw$">such as storms</a>, fires or a terrorist attack.</p><p>Glenn Bell with NIST explained some of what their investigation uncovered. </p><p>“Severe and widespread deviations from the building’s original structural design from the codes and standards of the day,” he said. </p><p><a href="https://www.townofsurfsidefl.gov/docs/default-source/default-document-library/town-manager/managers-monthly-reports/2021-monthly-reports/2021-09-september-town-manager's-report.pdf?sfvrsn=d4931694_2" target="_blank" rel="noreferrer" title="https://www.townofsurfsidefl.gov/docs/default-source/default-document-library/town-manager/managers-monthly-reports/2021-monthly-reports/2021-09-september-town-manager's-report.pdf?sfvrsn=d4931694_2">According to a town manager’s 2021 report</a>, the condo’s sister building, Champlain Towers North, was designed “by the same engineering firm and constructed at the same time” which leads to questions of whether it has those same original design and construction flaws.</p><p>Allyn Kilshimer, of KCE Structural Engineers, is the structural engineer the town hired to help with its independent investigation into the collapse. He also searched for clues at nearby Champlain Towers North.</p><p>“Champlain Towers North asked us to evaluate their building to make sure their building didn’t have issues similar to what we found in Champlain Towers South,” Kilshimer said. </p><p>“We did that for about a year and a half, and we found the same, if not more, design flaws and construction deficiencies in the structure of Champlain Towers North than we had found even in Champlain Towers South, so with the ownership of Champlain Towers, the condominium group of Champlain Towers North, which now is called Ocean Waves, we essentially put in a bunch of emergency shoring in a lot of places, and we designed the structural design for the remediation necessary to take care of those problems,” he added. </p><p>Kilshimer said working with the building owners, they began the process of remediation.</p><p>“We began construction, contractors began construction at that time, contractors we selected from experts all over this country, and we got permits from the town of Surfside,” he said. “It’s been a year and almost two years, and essentially all of the structural deficiencies in construction and design in Champlain Towers North that we found, both from investigating Champlain Towers North and investigating Champlain Towers South, have all been remediated satisfactorily in Champlain Towers North.”</p><p>He was also asked if it is safe to live there. </p><p>“I’m now 86 years old and I have great-grandchildren. I’d let them live in the building,” he added. “From all the things we have found, the building is structurally sound and not only does it meet most of the codes that exist today, which you don’t have to do, they now meet at a minimum the building structural codes that existing when the buildings were designed.”</p><p> <iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </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[‘He deserves to be in jail’: Suspect charged, victim recovering after Aventura softball bat attack]]></title><link>https://www.local10.com/news/local/2026/06/23/he-deserves-to-be-in-jail-suspect-charged-victim-recovering-after-aventura-softball-bat-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/he-deserves-to-be-in-jail-suspect-charged-victim-recovering-after-aventura-softball-bat-attack/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A wild scene at an Aventura adult softball game on Father’s Day led to a felony charge for one of the players. ]]></description><pubDate>Tue, 23 Jun 2026 21:41:34 +0000</pubDate><content:encoded><![CDATA[<p>A wild scene at an Aventura adult softball game on Father’s Day led to a felony charge for one of the players. </p><p><a href="https://www.local10.com/espanol/2026/06/23/debe-estar-en-la-carcel-acusan-a-sospechoso-mientras-victima-se-recupera-tras-ataque-con-bate-de-softbol-en-aventura/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/debe-estar-en-la-carcel-acusan-a-sospechoso-mientras-victima-se-recupera-tras-ataque-con-bate-de-softbol-en-aventura/">Leer en español</a></p><p>Aventura police arrested Roberto Araujo, 41, of Allapattah, after they said <a href="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/">he grabbed a metal bat Sunday and hit the victim in the back of the head</a>. </p><p>“The guy came around the whole group with a bat in his hand, a pink bat at that, and hit him,” said Ana Diaz Matthews, the aunt of the victim, who has since been identified as William Rodriguez. </p><p>Photos provided to Local 10 News show the injuries sustained to the back of Rodriguez’s head. </p><p>“Willie was on the ground,” said Diaz Matthews. “He just swung as if he was hitting a baseball.”</p><p>Police said Arajuo fled the scene after striking Williams with the bat, but it was Diaz Matthews who was able to get his license plate number. </p><p>“I think he’s an a--hole,” she said. “He deserves to be in jail because he almost killed someone.”</p><p>Araujo is facing a charge of aggravated battery with a deadly weapon. He was not listed among Miami-Dade County jail inmates, as of Tuesday afternoon. </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[Woman killed, young girl among several injured in North Lauderdale fire]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-killed-young-girl-among-several-injured-in-north-lauderdale-fire/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A fire claimed the life of a North Lauderdale grandmother over the weekend and injured six others before it was extinguished. ]]></description><pubDate>Tue, 23 Jun 2026 21:46:17 +0000</pubDate><content:encoded><![CDATA[<p>A fire claimed the life of a North Lauderdale grandmother over the weekend and injured six others before it was extinguished. </p><p><a href="https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/">Leer en español</a></p><p>Authorities have identified the victim as Marieange Therancy. </p><p>Investigators also confirmed that a young girl was among four others hurt in the fire. </p><p><a href="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory" target="_blank" rel="" title="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory">An online fundraiser</a> identified the girl as Neissa Diligence and said her family remains by her side as they face “unimaginable emotional, physical and financial challenges.” </p><p>Home surveillance video from a neighboring home shows an explosion, and then the fire and smoke.</p><p><a href="https://www.local10.com/news/local/2026/06/20/multiple-people-injured-including-young-child-in-north-lauderdale-house-fire/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/20/multiple-people-injured-including-young-child-in-north-lauderdale-house-fire/">North Lauderdale Fire Rescue and deputies with the Broward Sheriff’s Office responded around 5 a.m. Saturday </a>to the home on Southwest Eighth Court and 81st Terrace. </p><p>“I heard glass breaking, paramedics going, firefighters’ screams,” one neighbor told Local 10 News. </p><p>Residents quickly rushed outside to help. </p><p>“The fire was about to explode, so we used our hose to stop the fire to make sure it did not explode,” said neighbor Jean, who did not wish to give her last name. </p><p>The cause of the fire remains under investigation. </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[During Miami event, Ronaldinho announces signing with Ravenna FC]]></title><link>https://www.local10.com/news/local/2026/06/23/during-miami-event-ronaldinho-announces-signing-with-ravenna-fc/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/during-miami-event-ronaldinho-announces-signing-with-ravenna-fc/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[On Tuesday night, Cipriani Miami played host to a moment that brought together soccer royalty, culture, and Italian hospitality. ]]></description><pubDate>Wed, 24 Jun 2026 03:00:13 +0000</pubDate><content:encoded><![CDATA[<p>On Tuesday night, Cipriani Miami played host to a moment that brought together soccer royalty, culture, and Italian hospitality. </p><p>It was the official announcement that soccer star Ronaldinho had signed with Ravenna FC by Cipriani, becoming one of the most significant signings in Italy’s recent soccer history.</p><p>The exclusive new team kit was unveiled to commemorate this new chapter. </p><p>It was approved by Ronaldinho after many interactions.</p><p>Local 10’s Jason Carter was there for all the fun and festivities, and his full report can be seen at the top of this page. </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[Man shot near McDonald’s in northwest Miami-Dade, deputies say ]]></title><link>https://www.local10.com/news/local/2026/06/24/man-shot-near-mcdonalds-in-northwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/24/man-shot-near-mcdonalds-in-northwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was shot near a McDonald’s fast-food restaurant late Tuesday night in northwest Miami-Dade, authorities confirmed.]]></description><pubDate>Wed, 24 Jun 2026 11:13:34 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot near a McDonald’s fast-food restaurant late Tuesday night in northwest Miami-Dade, authorities confirmed.</p><p>According to Miami-Dade Sheriff’s Office Detective Angel Rodriguez, the shooting was reported shortly before 11 p.m. in the 600 block of Northwest 118<sup>th</sup> Street.</p><p>He said deputies arrived at the scene and found a man suffering from at least one gunshot wound.</p><p>A Miami-Dade Fire Rescue crew also responded to the scene and transported the victim to a local hospital in stable condition, Rodriguez confirmed.</p><p>A Local 10 News crew was in the area Wednesday morning as detectives appeared to be focusing their attention next to a food truck parked behind the McDonald’s.</p><p>No other details about the shooting were immediately released by deputies. </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[Michigan Senate candidate accuses Trump of keeping Canada-US bridge closed to help donor]]></title><link>https://www.local10.com/news/politics/2026/06/24/michigan-senate-candidate-accuses-trump-of-keeping-canada-us-bridge-closed-to-help-donor/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/michigan-senate-candidate-accuses-trump-of-keeping-canada-us-bridge-closed-to-help-donor/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The delayed opening of a bridge connecting Michigan and Canada is spilling into one of the country’s most closely watched Senate races, as Democratic candidate Mallory McMorrow launches the first major effort to turn the controversy into a political liability for President Donald Trump and Republicans.]]></description><pubDate>Wed, 24 Jun 2026 11:07:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The delayed opening of a bridge connecting Michigan and Canada is spilling into one of the country’s most closely watched Senate races, as Democratic candidate Mallory McMorrow launches the first major effort to turn the controversy into a political liability for President Donald Trump and Republicans.</p><p>McMorrow’s new ad, shared first with The Associated Press, accuses Trump of blocking the opening of the Gordie Howe International Bridge and suggests he is doing so to benefit a major political donor, building on an anti-corruption message she has sought to make central to her campaign.</p><p>The bridge, which spans the Detroit River and connects the Motor City with Windsor, Ontario, was slated for a ribbon-cutting ceremony on June 12. It was abruptly postponed after officials said the U.S. and Canada were still working to resolve “outstanding issues.”</p><p>The dispute gives Democrats a rare opportunity to tie Trump directly to a project with visible economic consequences in a battleground state. For McMorrow, who is trying to gain ground in a three-person primary, it also offers a chance to distinguish herself as the first Democratic candidate to make the controversy a campaign issue. She's running against U.S. Rep. Haley Stevens and Abdul El-Sayed.</p><p>The winner is expected to face Republican Mike Rogers, who lost to now-Sen. Elissa Slotkin in 2024. Rogers has also used the bridge in political messaging, saying that if he's sent to Washington he'll make sure the bridge is opened.</p><p>The ad claims Trump is blocking the bridge for billionaire donor</p><p>Standing in front of the bridge, McMorrow claims in the ad that it's ready to open but remains closed because “Donald Trump won’t open it.”</p><p>“I’m Mallory McMorrow and I have one message for the president: open this damn bridge,” she says.</p><p>McMorrow argues that Trump is blocking the bridge because “the billionaire family that owns the other bridge gave him a million bucks."</p><p>That claim references the Moroun family, owners of the privately held Ambassador Bridge between Detroit and Windsor. Federal campaign finance records show Matthew Moroun donated $1 million to Trump's super PAC earlier this year.</p><p>In February, Trump demanded in a social media post that Canada hand over at least half ownership of the bridge to the U.S. government and accept other unspecified demands, part of his broader clashes with Canada over trade.</p><p>Canada financed the bridge’s construction. The project was negotiated by Rick Snyder, the former Republican governor of Michigan, and work has been underway since 2018 and cost close to $4.4 billion.</p><p>Named after the late Canadian hockey great Gordie Howe, who spent 25 seasons leading the Detroit Red Wings, the bridge is expected to be another vital economic artery between Canada and the United States.</p><p>McMorrow is taking big swings. She may need to</p><p>McMorrow is hoping to break through in a race that many in the state see increasingly as a two-candidate contest.</p><p>In an interview with AP, McMorrow acknowledged that from the start of the race she's been a “dark horse” candidate. A state senator known for a viral speech in 2022, she faces a congresswoman with large resources in Stevens. El-Sayed, who ran unsuccessfully for governor in 2018, has carved out the progressive lane with Sen. Bernie Sanders' backing.</p><p>The Gordie Howe digital ad is the second ad in a series, with an initial buy of over $400,000 on TV and digital platforms in the Detroit market. The first ad was a 30-second TV spot released Tuesday.</p><p>“Right now in this primary, my two opponents are trying to present a false binary choice,” McMorrow said.</p><p>Outside groups have also begun pouring money into the race. A PAC connected to the American Israel Public Affairs Committee has spent nearly $8 million this month boosting Stevens, while Yes Michigan Action Committee, a super PAC supporting McMorrow, has reserved nearly $6 million in advertising, according to AdImpact.</p><p>Last week, El-Sayed became the first Democratic candidate in the race to directly spend for an ad.</p><p>“We have six weeks. I mean, anything can happen,” said McMorrow. “There are so many people who are just starting to tune into this race.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RC4HW634ZQQ6GZ7ISGPPLMJVFA.jpg?auth=15f7538bc18f769e03f7bba8abe70d6bd19b9840145ea1fb00091cd321a7a469&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos shows Rep. Haley Stevens, D-Mich., Feb. 6, 2025, in Washington, left, Michigan state Sen. Mallory McMorrow, D-Royal Oak, Aug. 19, 2024, in Chicago, center, and Abdul El-Sayed in Detroit on July 28, 2018. (AP Photo/Rod Lamkey, Jr., J. Scott Applewhite, Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey, Jr./ J. Scott Applew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QWVQJS7RRTBJN2ZKNNBQ3FA75M.jpg?auth=57cc8cd0cc1058bdb8d2e5145baea1ea0a1a0c98eef6898cb0f15acd269b9fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Gordie Howe Bridge is shown under construction between Windsor, Ontario and Detroit, May 22, 2026. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZ6CIFRRXCEY33O73SCFRLO4BI.jpg?auth=243a305132fffb779c6f7e7f530a257b1b65eb14ad5cf55b25212d717c7466b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Canadian and American flags are shown on the Gordie Howe Bridge under construction between Windsor, Ontario and Detroit, May 22, 2026. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMTVCVDMQOJPDHBZBG2B4TLBXE.jpg?auth=13990bffdbef07359aa51419d1367d13861b312d59cf163204c24b03fe8a5fd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One at Reading Regional Airport, Tuesday, June 23, 2026, in Reading, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Shooting your shot — inside the Flamingo Gardens Camera Club ]]></title><link>https://www.local10.com/features/2026/06/23/shooting-your-shot-inside-the-flamingo-gardens-camera-club/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/23/shooting-your-shot-inside-the-flamingo-gardens-camera-club/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[At Flamingo Gardens, the peacocks show off, the photographers show up and Mother Nature does the rest. For the Flamingo Gardens Camera Club, every walk is a scavenger hunt. The more they look, the more they find. ]]></description><pubDate>Tue, 23 Jun 2026 12:54:40 +0000</pubDate><content:encoded><![CDATA[<p>At Flamingo Gardens, the peacocks show off, the photographers show up and Mother Nature does the rest.</p><p>For the Flamingo Gardens Camera Club, every walk is a scavenger hunt. The more they look, the more they find. </p><p>“You can take pictures of the birds, the animals. The ones in cages, outside of cages. The scenery. You learn something new every day you come here,” said Dalia Latife, President of the <a href="https://flamingogardens.org/clubs-classes/camera-club-2/" target="_self" rel="" title="https://flamingogardens.org/clubs-classes/camera-club-2/">Flamingo Gardens Camera Club.</a></p><p>Latife leads a group of photographers who <a href="https://www.facebook.com/groups/474644657102923/?ref=share&amp;mibextid=wwXIfr&amp;rdid=40evQHmu8KQ4ybiI&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F1JggFa6Xp8%2F%3Fmibextid%3DwwXIfr#" target="_self" rel="" title="https://www.facebook.com/groups/474644657102923/?ref=share&amp;mibextid=wwXIfr&amp;rdid=40evQHmu8KQ4ybiI&amp;share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F1JggFa6Xp8%2F%3Fmibextid%3DwwXIfr#">gather each month </a>before the gardens even open to the public. The day begins in the classroom, where members talk technique, review assignments and share photos. Then, cameras in hand, they head into the field.</p><p>The club welcomes photographers of every skill level, from newcomers using smartphones to experienced artists whose work has appeared in museums.</p><p>“It’s looking through things differently,” said Latife. “Seeing the little things that we miss. You know, everyday we just walk by something. By just stopping and walking- you notice something different.” </p><p>That shared perspective is what brings the group together.</p><p>Members receive exclusive access to the 60-acre gardens, giving them room to explore winding paths, lush landscapes and a wildlife collection that often feels like a red-carpet event for photographers. Peacocks strut, flamingos pose and curious visitors become subjects themselves.</p><p>But the club’s focus extends beyond photography.</p><p>Every click sparks conversation. Every snapshot starts a story.</p><p>Members swap ideas, offer feedback and learn from one another, often discovering that the most meaningful part of the experience isn’t what ends up on the memory card.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[When a rip current sucks you out to sea, try not to panic]]></title><link>https://www.local10.com/health/2026/06/24/when-a-rip-current-sucks-you-out-to-sea-try-not-to-panic/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/24/when-a-rip-current-sucks-you-out-to-sea-try-not-to-panic/</guid><dc:creator><![CDATA[By JAVIER ARCIGA, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — To someone who is getting sucked out to sea by a rip current, “Don’t panic!” may be difficult to heed, even if that’s exactly what you should do. But lifeguards say to not only relax but flip over and float out of the danger.]]></description><pubDate>Wed, 24 Jun 2026 11:02:27 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — To someone who is getting sucked out to sea by a rip current, “Don’t panic!” may be difficult to heed, even if that’s exactly what you should do. But lifeguards say to not only relax but flip over and float out of the danger.</p><p>Rip currents are one of the coast’s greatest dangers and account for the most beach rescues every year. About 100 people drown from rip currents along U.S. beaches each year, according to the United States Lifesaving Association. And more than 80% of beach rescues annually involve rip currents.</p><p>Already this year, there have been at least 21 people killed from rip currents in U.S. waters, according to the National Weather Service.</p><p>Here are some things to know about rip currents:</p><p>Rip currents can be hard to spot</p><p>Rip currents are narrow columns of water flowing rapidly away from the beach. They don't pull swimmers under water, but can carry them out a fair distance from shore.</p><p>“A rip current is like a river that pulls out to sea,” said San Diego Lifeguard Marine Safety Lt. Charlie Knight. “So when the waves come into the beach, it needs somewhere to go. And so it takes these little channels out that we call rip currents to put all that water back into the ocean.”</p><p>Low spots along the beach, or areas near jetties or piers, are often where rip currents form. They can be connected to stormy weather but also sometimes occur during sunny days. They can be hard to detect because the surface water often appears calm.</p><p>The current can flow as fast as 8 feet (3.2 meters) per second, faster than even a strong swimmer can overcome, according to the National Oceanic and Atmospheric Administration.</p><p>It's nearly impossible to fight rip currents</p><p>The most frequent advice from beach rescue teams and weather forecasters is to “'flip, float and follow.” Flipping over to float makes it easier to stay calm, conserves energy and keeps the airways open while the swimmer is in the rip current's grip.</p><p>It’s nearly impossible to fight the current directly. Many swimmers who get in trouble tire themselves out trying to get back to the beach, lifeguards say.</p><p>“People tend to panic when they can’t get into the beach, and that’s when we have problems,” Knight said. “So if you are caught in a rip current, the biggest thing is don’t panic, stay calm, flip over onto your back, float and allow the rip current to take you out.”</p><p>Once the rip current dissipates, it might leave the swimmer out in deeper water. Lifeguards recommend raising an arm to signal for help.</p><p>Look for flags warning of rip current conditions</p><p>Flags with different colors are used to warn beachgoers of various hazards.</p><p>Red means a high hazard, yellow means a moderate threat and green means low danger. There's also purple for dangerous sea life, such as jellyfish, and double red when a beach is closed for any reason.</p><p>The National Weather Service posts rip current risks on its websites around the coasts and has developed a computer model that can predict when conditions exist that may lead to their formation up to six days in advance for the U.S. East and Gulf Coasts, Puerto Rico, Hawaii and Guam.</p><p>If possible, it’s best to swim near a lifeguard station.</p><p>What to do when swimmer is spotted in a rip current</p><p>It can be dangerous to try to rescue someone caught in a rip current, officials say. Often the people trying to perform the rescue can get into trouble themselves.</p><p>It's best to find a lifeguard, if there is one, or call 911 if a struggling swimmer is spotted.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IS3SA2A6EDEROUGYA62KXII2RI.jpg?auth=3eae2134b5804046a1a61b02f8a3c06f6cb2169d8795ccda6aeaa559decba4d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "Danger Rip Current" flag flies as Tropical Storm Imelda passes offshore Sept. 29, 2025, in Cocoa Beach, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DK6W6W6GR2HOXYYEYU4KZQPTI.jpg?auth=618cf99a15cce12f0d3d479f002a97cac60143cb366898b9d06e7688d11265df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image provided by NOAA shows a harmless green dye used to show a rip current. (NOAA via AP, File)]]></media:description></media:content></item><item><title><![CDATA[French health ministry confirms Ebola virus in doctor who worked in Congo]]></title><link>https://www.local10.com/health/2026/06/24/french-health-ministry-confirms-ebola-virus-in-patient-who-worked-in-congo/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/24/french-health-ministry-confirms-ebola-virus-in-patient-who-worked-in-congo/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — A positive case of Ebola virus has been identified in France in a doctor traveling back from Congo, the French Ministry of Health said Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 12:38:36 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — A positive case of Ebola virus has been identified in France in a doctor traveling back from Congo, the French Ministry of Health said Wednesday.</p><p>The individual, who has not been identified, returned from a humanitarian mission in one of the virus transmission zones in Congo and was taken into care at a specialized facility in France. The person is in stable condition, the ministry said.</p><p>The Congolese health ministry said Wednesday there are 1,094 confirmed cases of Ebola, including 277 confirmed deaths. The Ebola outbreak caused by the rare Bundibugyo virus, which has no vaccines or treatment, has been the worst ever in terms of case numbers in its first month.</p><p>Officials admit there could be far more cases they don’t know about and the peak of the outbreak, which was declared May 15, could still lie ahead.</p><p>All precautionary measures, including the patient’s isolation, were taken upon their arrival in France, the health ministry said, adding that their transfer to a hospital was carried out under secure conditions to prevent any risk of contamination.</p><p>“An in-depth epidemiological investigation is underway to identify individuals who may have been in contact with the patient,” the ministry said, adding that a regional health agency will closely monitor them during a 21-day home isolation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JH3UUBQE2OTLJOFOHG24J4RRRA.jpg?auth=6ea35cd106621e9a85e9185c85fd619109822d06fcfd8c32f635f3ddb3f7a7b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Miramar police sergeant accused of punching girlfriend in mouth after asking about their relationship status]]></title><link>https://www.local10.com/news/local/2026/06/23/miramar-police-sergeant-accused-of-punching-girlfriend-in-mouth-after-asking-about-their-relationship-status/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/miramar-police-sergeant-accused-of-punching-girlfriend-in-mouth-after-asking-about-their-relationship-status/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[A Miramar police sergeant surrendered to authorities Monday following a domestic violence incident that occurred last Friday at his girlfriend’s home in Miami-Dade County, authorities said.]]></description><pubDate>Tue, 23 Jun 2026 13:48:06 +0000</pubDate><content:encoded><![CDATA[<p>A Miramar police sergeant accused of battering his girlfriend at her Miami-Dade County home was released from jail Tuesday after posting bond. </p><p><a href="https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Devarious Holloway’s girlfriend went to an MDSO station Saturday and said she wanted to report an incident that occurred between her and her boyfriend the previous day.</p><p>Deputies said the victim claimed that Holloway, 32, texted her at about 7 p.m. Friday, saying “Come outside. My mom wants to talk to you.”</p><p>The victim said she was confused because she knows Holloway’s mother died in 2017, the report stated.</p><p>According to the report, the woman then walked toward a parked vehicle outside her home and spotted Holloway standing next to it.</p><p>Deputies said Holloway approached the victim and asked, “So we’re done?”</p><p>According to the report, the victim walked to her sister’s home that’s located on the same property as hers, believing Holloway would follow her, but she said she quickly realized Holloway had actually entered her own house.</p><p>The report states that the victim went inside her home and Holloway threw her cellphone at her, “missing her but striking the door.”</p><p>He then grabbed her by the shoulders, pushed her down onto the couch and then punched her in the bottom lip when she tried to stand up, authorities said.</p><p>Deputies said Holloway then kicked the victim in the right leg before she ran to her bedroom and locked the door.</p><p>According to the report, Holloway began kicking the bedroom door, causing the door frame to break.</p><p>He then continued questioning the victim about the status of their relationship as the victim repeatedly asked for her phone back, authorities said.</p><p>According to the report, Holloway left the victim’s home, but returned a short time later and continued arguing with her before hitting her in the chest area, causing redness to her chest and causing her chain to break.</p><p>Jail records show Holloway faces charges of battery and criminal mischief.</p><p>He did not say anything after being released from jail on bond Tuesday evening. </p><p>A Local 10 News crew was outside the Turner Guilford Knight Correctional Center Tuesday as Holloway was released after posting an $1,150 bond.</p><p>He was seen leaving the jail wearing a gray hooded sweatshirt, a mask and glasses. </p><p>Local 10 News reporter Jeff Derderian asked Holloway about the charges and whether he struck the alleged victim. Holloway did not respond to either question.</p><p>The Miramar Police Department released a statement to Local 10 Tuesday, confirming that Holloway has been “placed on administrative leave” pending the outcome of an internal review. </p><blockquote><p>“The Miramar Police Department was notified by the Miami-Dade Sheriff’s Office of an off-duty incident involving Sergeant Devarious Holloway.</p><p>“The Department acknowledges the matter referenced and has initiated a thorough administrative review in accordance with established departmental procedures. Sergeant Holloway has been placed on administrative leave pending the outcome of that review.</p><p>“The Miramar Police Department remains steadfast in its commitment to professionalism, accountability, and ethical conduct, and will address this matter through the appropriate channels.”</p><p class="citation">Miramar Police Department </p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump turns America 250 kickoff into a campaign-style rally on the National Mall]]></title><link>https://www.local10.com/entertainment/2026/06/24/trump-turns-america-250-kickoff-into-a-campaign-style-rally-on-the-national-mall/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/trump-turns-america-250-kickoff-into-a-campaign-style-rally-on-the-national-mall/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump sees America’s 250th anniversary as a chance to get the country excited again — about Donald Trump.]]></description><pubDate>Wed, 24 Jun 2026 11:11:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump sees America’s 250th anniversary as a chance to get the country excited again — about Donald Trump.</p><p>The president is hosting a rally Wednesday on the National Mall in Washington. He has said it will be replete with a military flyover by stealth bombers, military bands, singer Lee Greenwood of “God Bless the USA” fame and a speech by Trump.</p><p>It comes as Trump works to convince Americans ahead of critical November midterm elections that he's put the unpopular Iran war in the rearview mirror, with oil prices easing as the Strait of Hormuz has started to reopen in the wake of an interim deal to end the war with Tehran.</p><p>The rally is designed to kick off weeks of celebrations about America and its 1776 founding as part of “The Great American State Fair” on the mall, the national park that stretches from the U.S. Capitol to the Lincoln Memorial.</p><p>But Trump’s appearance onstage was only announced after several musicians — including Young MC, Martina McBride and the Commodores — canceled their concerts because of concerns the event had become politicized. The president stepped into the void as he hyped his own ability to command a crowd.</p><p>“I am thinking about bringing the Number One Attraction anywhere in the World, the man who gets much larger audiences than Elvis in his prime, and he does so without a guitar, the man who loves our Country more than anyone else, and the man who some say is the Greatest President in History,” Trump posted on social media about his plan to be the event’s headliner.</p><p>In a video posted Monday night, he said the event would be "the biggest rally we’ve ever had,” and declared: “It’s our music, our playlist. We don’t have a lot of people boring you with songs you don’t want to hear. We have the hottest people.”</p><p>Tuesday afternoon, country singer Alexis Wilkins, the longtime girlfriend of FBI Director Kash Patel, posted on X that she would be performing at Wednesday's event.</p><p>Trump is pressing the case that he's made America better</p><p>Trump has struggled to deliver the presidency that he advertised to voters — causing his approval rating to dwell at a low 37%, according to the most recent Associated Press-NORC Center for Public Affairs Research polling.</p><p>Democrats say his botched repairs to the Lincoln Memorial reflecting pool and the resulting algae outbreak are a sign that he’s spending taxpayer money on vanity projects instead of the nation's legacy.</p><p>Rep. Jared Huffman, D-Calif., said the Trump-affiliated group organizing the 250th anniversary was selling access to special interests and redrafting the nation's founding to the president's liking, based on documents he presented at a congressional hearing earlier this year.</p><p>“It should be about bringing us together,” Huffman said. “He's trying to make this 250th celebration all about him.”</p><p>Trump’s fondness for showmanship has not been a match for public anxiety about his presidency. Only 33% of U.S. adults approve of his economic leadership, with favorability at 40% on immigration and 34% on Iran.</p><p>“It’s clear that Trump’s preoccupations in his second term — from Iran to the Washington reflecting pool — are not those of most members of his base, let alone other Americans,” said Daniel Treisman, a politics professor at the University of California, Los Angeles. “That explains his unusually low approval ratings.”</p><p>Trump's rallies can only help him so much without concrete improvements on inflation</p><p>Inflation is still higher than what Trump inherited and it has been outpacing wage growth. The budget deficit remains on a path upward that keeps interest rates high. Investments in artificial intelligence are driving growth, but they come with fears of middle-class job losses such that the construction of data centers needed for America’s tech economy have become controversial politically.</p><p>Trump has fueled dramas over tariffs, NATO, immigration, ownership of Greenland and his own renovations of iconic buildings and monuments in Washington — generating a flood of controversy that has pushed things the administration sees as accomplishments — such as the capture of Venezuela’s former leader Nicolás Maduro — off the public radar.</p><p>James Snyder, a Harvard University professor, has partnered on research showing that past rallies have helped Trump turn out his supporters to vote, in the short-term. But he noted that Wednesday’s rally comes more than four months before the November midterm elections, and is unlikely to have a politically strategic benefit for Republicans.</p><p>“I would not expect that the rally would have any clear effect on the 2026 midterm elections,” Snyder said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AT5HUZFUBOSBKV2RNFHS5B7C6A.jpg?auth=9d6c772f8dc0af12649b7801bba04834a5431e8f2c37939fda3ef14341acb6bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump dances on stage at a Mack Trucks facility, Tuesday, June 23, 2026, in Macungie, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAUSLFX7C6SHFXTG4HPSXJY4JQ.jpg?auth=ef615ae34f2c61a936f812864d1a74623ef251b518f62e43db635f6ac3430c76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An arch is pictured as preparations continue for the Great American State Fair on the National Mall, Monday, June 22, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VS2KGQB7UYL73GLJ24MQLGCLKU.jpg?auth=3c1d178f1d772d47a49ab78f43fa8cc49f7ab5d943307f22ecb5babf95b3c1cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's military aerobatic team, the Patrouille de France, flys over Washington in a tribute to America's 250th birthday, Monday, June 22, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRVEVHKWL4RKBTJFMJVL6CGMLM.jpg?auth=ae60f22c8014ba30c1ff7e83b1ac4b2572c5db2ee0859902141ab948480b1e77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump is pictured in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 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[June 24: Highs in the mid-90s; afternoon storms expected ]]></title><link>https://www.local10.com/weather/2026/06/24/june-24-highs-in-the-mid-90s-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/24/june-24-highs-in-the-mid-90s-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy last Wednesday of June! Get ready for another hot, humid day. ]]></description><pubDate>Wed, 24 Jun 2026 10:49:29 +0000</pubDate><content:encoded><![CDATA[<p>Happy last Wednesday of June! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-105 plus degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland so much of the coastal areas will stay dry and very hot. A southeast wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of Broward County, but unfortunately, there is another air quality alert for Miami-Dade until 3 p.m. Keep it tuned to Local 10 for more.</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[Ukraine’s latest long-range strikes on Russia hit a major natural gas plant and satellite centers]]></title><link>https://www.local10.com/news/world/2026/06/24/ukraines-latest-long-range-strikes-on-russia-hit-a-major-natural-gas-plant-and-satellite-centers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/ukraines-latest-long-range-strikes-on-russia-hit-a-major-natural-gas-plant-and-satellite-centers/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian forces struck a major natural gas processing plant and two key satellite communications centers in their latest nighttime attacks on Russia, Ukraine’s General Staff said Wednesday.]]></description><pubDate>Wed, 24 Jun 2026 12:40:54 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian forces struck a major natural gas processing plant and two key satellite communications centers in their latest nighttime attacks on Russia, Ukraine’s General Staff said Wednesday.</p><p>The operation was part of Ukraine’s aerial campaign targeting energy facilities and military industries that has intensified as Kyiv builds bigger and better long-range weapons to ward off Russia’s full-scale invasion, now in its fifth year.</p><p>In response, Moscow has ordered the redeployment of some air defense systems from Russian regions to the capital and to Crimea’s Kerch Bridge, a crucial transport link for supplying Russian troops, Ukrainian President Volodymyr Zelenskyy said. The bridge connects the Crimean Peninsula with the Russian mainland.</p><p>“It is important that as many Russians as possible come to understand that it is the Russian leadership’s rejection of diplomacy that is prolonging the war,” Zelenskyy said on X.</p><p>Zelenskyy has accepted an unconditional ceasefire demanded by U.S. President Donald Trump but Russian President Vladimir Putin has refused.</p><p>Ukraine says the stricken gas plant was one of the world's largest</p><p>The overnight attack hit the Orenburg Gas Processing Plant, which is part of a complex that also houses the only helium plant in Russia, the General Staff said in a statement on the Telegram messaging app. The attack set the complex on fire, it said.</p><p>Orenburg, in the southern Urals near Russia's border with Kazakhstan, is more than 1,200 kilometers (750 miles) behind the front line in eastern and southern Ukraine.</p><p>The plant is one of the largest gas complexes in the world, according to the General Staff. It produces helium, used in liquid-fuel rocket engines and guidance systems, and ethane, a key component in producing solid rocket fuel and gunpowder, it added.</p><p>Overnight attacks also hit two satellite communication centers used by the Russian military, according to the General Staff.</p><p>One was the Dubna Space Communications Center near Moscow, which it described as Russia's largest ground-based satellite communications complex, and the other was in the Vladimir region east of the capital.</p><p>It was not possible to independently verify the General Staff’s report, and Russian officials made no immediate comment.</p><p>The General Staff's statement did not say whether the military used drones or missiles in the assault, but drones have recently been used to strike Moscow and St. Petersburg.</p><p>Ukraine continues to hammer Crimea</p><p>Ukraine has recently focused its drone and missile attacks on Crimea, aiming to cut off the vital Russian-held peninsula, and overnight drone strikes knocked out power in Sevastopol, Mikhail Razvozhayev, the city’s Moscow-installed governor, said Wednesday.</p><p>Crimea, which was illegally annexed by Russia in 2014, sits in a strategic location on the Black Sea. It has naval bases and also provides an important supply line to Moscow's forces inside Ukraine.</p><p>Ukraine recently destroyed more than 60,000 tons of Russian ammunition when it hit a Baltic Fleet arsenal near St. Petersburg, Zelenskyy said.</p><p>Ukraine is trying to disrupt military supply lines in Crimea and strike the peninsula’s power grid at the height of the summer tourist season. Kyiv hopes the campaign will embarrass Putin and increase public pressure on him to end the war, according to Western analysts.</p><p>Ukraine’s Security Service said Wednesday it struck two military airfields and destroyed missile systems in Crimea.</p><p>Drones kill at least 3 in Russia and 2 in Ukraine</p><p>Russian forces shot down 323 Ukrainian drones overnight, Russia’s Defense Ministry said.</p><p>Two people were killed and two others wounded overnight in a Ukrainian drone strike on Russia’s Nizhny Novgorod region, east of Moscow, regional Gov. Gleb Nikitin said. Also, a Ukrainian drone strike killed one person overnight in Russia’s Belgorod border region, bordering Ukraine, local officials said.</p><p>Ukraine’s air force, meanwhile, said Russia launched 101 long-range attack drones overnight.</p><p>Russian drones attacked the city of Balakliia in northeastern Ukraine, killing a 56-year-old woman, according to Oleh Syniehubov, head of the Kharkiv regional military administration. Also, a 57-year-old streetcar driver man died as a result of a Russian guided aerial bomb that hit the outskirts of Sumy, said Oleh Hryhorov, head of the regional military administration.</p><p>___</p><p>Elise Morton in London contributed.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUAOT62OYU3RMGJSRJ6AWAHJ2Y.jpg?auth=ee7d3202c03f3842b63954e40b5cab04db3f7b75d43368da101f3d6df06ee149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An owner rummages through the ashes on the site of the ruined city marketplace after Russian recent missile attack in Kyiv, Ukraine, Wednesday, June 24, 2026.(AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJURHP5EV4TNBCG4IRSVTFENWQ.jpg?auth=dca59180d43df7aafa6ff154e51223803bc15ccb9094c88b02f433c7de470143&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 the Ukrainian Emergency Service, a fire rages in a multistory building after Russia's air attack in Druzhkivka, Donetsk region, Ukraine, Wednesday, June 24, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EXG6YUHPLJT6ZKV4J7N74ARX54.jpg?auth=b756d49a7cedab4bd4b66379896bf35cd4723326a3dd48e57436904878dcb4be&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 the Ukrainian Emergency Service, emergency services personnel work to extinguish a fire after Russia's air attack in Druzhkivka, Donetsk region, Ukraine, Wednesday, June 24, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JSXETJDWH5GSOEWWMWCVYKCSAE.jpg?auth=cd3c9713ab9d177b0fc0ecea57e9e949c80271714de6bf1030ed2f2675e0130c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin attends a ceremony to present the Order of Zhukov to the Presidential Regiment of the Russian Federal Guard Service at the Kremlin's St. George Hall in Moscow, Tuesday, June 23, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VBB4SQEDDECWHCAPY7U4WSWBY.jpg?auth=33b10222841c2062ff3d2c837e473e843a7bc186c38b91e85d526e1ca7d20420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, left, and Commander of the Presidential Regiment Maj. Gen. Mikhail Suraikin, right, attend a ceremony to present the Order of Zhukov to the Presidential Regiment of the Russian Federal Guard Service at the Kremlin's St. George Hall in Moscow, Tuesday, June 23, 2026. (Mikhail Metzel/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content></item><item><title><![CDATA[Jeep Cherokee vs Subaru Forester: Edmunds sizes up hybrid SUVs]]></title><link>https://www.local10.com/business/2026/06/24/jeep-cherokee-vs-subaru-forester-edmunds-sizes-up-hybrid-suvs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/jeep-cherokee-vs-subaru-forester-edmunds-sizes-up-hybrid-suvs/</guid><dc:creator><![CDATA[By JAMES RISWICK of Edmunds, Associated Press]]></dc:creator><description><![CDATA[Two new hybrid SUVs have hit the market in the last two years from brands known for their outdoorsy images: the Jeep Cherokee and the Subaru Forester. The Jeep Cherokee has been redesigned for 2026 after a three-year hiatus. Notably, every new Cherokee has a hybrid powertrain that gets more than 30 mpg.]]></description><pubDate>Wed, 24 Jun 2026 10:25:19 +0000</pubDate><content:encoded><![CDATA[<p>Two new hybrid SUVs have hit the market in the last two years from brands known for their outdoorsy images: the Jeep Cherokee and the Subaru Forester. The Jeep Cherokee has been redesigned for 2026 after a three-year hiatus. Notably, every new Cherokee has a hybrid powertrain that gets more than 30 mpg.</p><p>The Subaru Forester, meanwhile, gained its hybrid powertrain option for 2025 and is better for it, improving this SUV’s fuel economy, performance and refinement. Both SUVs could be appealing if you’re interested in a high-mpg SUV that can help you get out into nature on the weekends. Edmunds’ auto experts tested both to find which one is a better fit for your needs.</p><p>Fuel economy and performance</p><p>The Cherokee gets an EPA-estimated 37 mpg in combined city/highway driving. The Forester Hybrid gets a bit less at 35 mpg combined. This is a nice boost from gas-only SUVs — the regular Forester gets up to 29 mpg, for example. Other rival hybrid SUVs are capable of even better mpg, though those are often front-wheel-drive versions that get slightly better fuel economy. The Cherokee and Forester Hybrid both come standard with all-wheel drive, with no option for front-wheel drive. On the upside, however, you’ll appreciate the extra traction if you do a lot of driving on slippery roads in the wintertime.</p><p>Both SUVs have decent power for daily driving. In Edmunds’ testing, the Cherokee accelerated from zero to 60 mph in 8.7 seconds. The Forester Hybrid needed 8.8 seconds. Edmunds’ drivers did notice that the Cherokee’s hybrid powertrain does a better job of keeping noise and vibration out of the cabin, resulting in a quieter driving experience.</p><p>Winner: Jeep Cherokee</p><p>Comfort and utility</p><p>Edmunds’ editors found that the Forester has a smoother ride over bumps and ruts than the Cherokee. It also has more comfortable front seats that are easier to get in and out of. For long road trips, you’ll probably prefer the Forester. The back seats are pretty similar in these SUVs, though. Both are comfortable for adults and have enough space to install child seats easily.</p><p>Edmunds found the Subaru Forester’s boxy cargo area ideal for hauling your stuff, whether it be luggage, groceries or outdoor recreational gear. The Cherokee’s cargo area isn’t quite as roomy, but it is still quite useful.</p><p>Winner: Subaru Forester</p><p>Technology features</p><p>The Subaru Forester Hybrid may have a big portrait-oriented screen, but it’s often frustratingly slow to boot up and respond to your presses on the on-screen buttons. Feature content is good, but again, execution matters. For example, the Forester’s available wireless phone charging pad is made of hard plastic and isn’t grippy enough to keep a phone consistently in place if you take a sudden turn.</p><p>A similar situation exists with the Forester’s driver assistance features. The Forester comes with a lot of them, but the way they work isn’t great. For example, the adaptive cruise control can be slow to respond to changes in traffic, and the constant warning beeps to remind you to keep your hands on the steering wheel can get annoying. The Jeep’s driver assist features are more sophisticated and enjoyable to use.</p><p>Response time can also be an issue for the Jeep’s 12.3-inch landscape-oriented touchscreen, but the graphics look more modern. We also like that its available wireless phone charger grips onto a phone with tenacity and doesn’t take up much space.</p><p>Winner: Jeep Cherokee</p><p>On-road and off-road driving</p><p>Despite Jeep’s off-roading reputation, the Cherokee has less ground clearance than the Forester, and it lacks the sort of robust all-wheel-drive systems and off-road drive modes found in other Jeep models. A more rugged Cherokee variant, the Trailhawk, will debut for 2027, but for now, the specialized Forester Wilderness trim is the better bet for tackling a dirt road or trail.</p><p>Not surprisingly, then, the Cherokee is more at home on pavement. Its handling and steering are merely average, though, and suffers from an overly thick octagonal-like steering wheel that’s awkward to hold. The Subaru is also substantially easier to see out of.</p><p>Winner: Subaru Forester</p><p>Price and value</p><p>The 2026 Jeep Cherokee starts at $36,995, including destination, for its base trim. That’s a bit more than the Forester Hybrid that starts at $36,180 for its starter Premium trim. Broadly, the Forester Hybrid comes with more features for your money as well. For example, the Forester has standard heated front seats and a standard power-adjustable driver’s seat, while on the Cherokee you’ll have to get the next-step-up Laredo to get those features. It’s a similar story at the top of the lineup, where a fully loaded Cherokee will cost you about two grand more than the Forester.</p><p>Winner: Forester</p><p>Edmunds says</p><p>It’s a close call between these two small SUVs. They both get good mpg and can serve you well as a daily driver. Overall, however, Edmunds recommends the Forester Hybrid. Its slight advantages in comfort, utility and value make it the better pick.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds. James Riswick is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QBGHRM5VZ3SGACULHGN2RKTDA.jpg?auth=ce3edc041642394d45157f6a73ce03e61557a0c8571e275f84af5063f4bbc9a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Jeep shows the 2026 Cherokee. Jeep's small SUV is all-new and comes with a standard hybrid powertrain that gets an EPA-estimated 37 mpg combined. (Courtesy of Stellantis via AP)]]></media:description></media:content></item><item><title><![CDATA[La ola de calor en Europa provoca alertas sanitarias de Londres a Milán]]></title><link>https://www.local10.com/espanol/2026/06/24/la-ola-de-calor-en-europa-provoca-alertas-sanitarias-de-londres-a-milan/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/24/la-ola-de-calor-en-europa-provoca-alertas-sanitarias-de-londres-a-milan/</guid><dc:creator><![CDATA[Por DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDRES (AP) — Amplias zonas de Europa occidental se cocían el miércoles mientras una “cúpula de calor” causaba condiciones extremas que, según advirtieron muchos meteorólogos, podrían suponer un riesgo para la vida.]]></description><pubDate>Wed, 24 Jun 2026 12:15:40 +0000</pubDate><content:encoded><![CDATA[<p>LONDRES (AP) — Amplias zonas de Europa occidental se cocían el miércoles mientras una “cúpula de calor” causaba condiciones extremas que, según advirtieron muchos meteorólogos, podrían suponer un riesgo para la vida.</p><p>Al día siguiente de que Francia registrara su día más caluroso, Reino Unido se preparaba para las temperaturas más altas registradas en junio, lo que llevó a la agencia meteorológica, la Met Office, a emitir una alerta “roja por salud ante el calor” para gran parte del centro y el sur de Inglaterra, así como para Gales.</p><p>Reino Unido se prepara para superar de nuevo los 40 ºC</p><p>La alerta “roja por salud ante el calor” para gran parte del centro y el sur de Inglaterra, así como para Gales, es apenas la segunda advertencia de este tipo emitida por las autoridades británicas. La primera fue en julio de 2022, cuando las temperaturas superaron los 40 grados Celsius (104 grados Fahrenheit) por primera vez. Se prevé que la temperatura se quede por debajo de los 40 grados Celsius el miércoles, pero podría superar ese nivel —no hace mucho considerado inimaginable— el jueves.</p><p>“Las alertas rojas se reservan para los eventos más graves y esperamos impactos severos y significativos de esta ola de calor, con efectos en la salud probables para muchos, incluso más allá de quienes normalmente son más vulnerables al calor”, indicó Mark Sidaway, subdirector de pronósticos de la Met Office.</p><p>Las autoridades en toda Europa occidental buscan contener los riesgos</p><p>Las autoridades en Francia, Italia y España también emitieron advertencias sobre los riesgos del calor extremo para decenas de millones de personas.</p><p>Se están batiendo récords en toda Europa, aparentemente cada año, y las autoridades tienen dificultades para adaptar sus sociedades a la realidad del nuevo entorno caluroso. Muchos de los edificios, lugares de trabajo y redes de transporte simplemente no están preparados, ya que el cambio climático causado por el ser humano conduce a fenómenos meteorológicos cada vez más extremos. Las proyecciones de la agencia climática de la ONU dicen que es probable que los próximos cinco años pulvericen más récords de calor.</p><p>“Las olas de calor se están volviendo más frecuentes, más largas y más calientes con el cambio climático, como resultado directo de los combustibles fósiles que estamos liberando como sociedad”, dijo Hayley Fowler, profesora del Centre for Climate and Environmental Resilience de la Universidad de Newcastle, en el noreste de Inglaterra. “Podemos esperar tener que hacer frente a más y más de este tipo de eventos en los años venideros”.</p><p>Francia ha soportado gran parte del impacto de la actual ola de calor. El martes, el promedio de temperaturas medidas en 30 estaciones meteorológicas fue de 29,8 ºC (85,6 ºF), el más reciente de una serie de máximos nunca antes registrados que se han acumulado en el país más grande de Europa.</p><p>Como era de esperar, muchas de las principales atracciones del país, incluida la torre Eiffel y el museo del Louvre en París, han restringido los horarios de visita mientras se alteran los horarios escolares y de transporte.</p><p>Algunas escuelas en Inglaterra también cerraron debido al calor y se cancelaron muchos servicios de tren, mientras se instaba a los pasajeros a evitar los desplazamientos no esenciales en las zonas cubiertas por la alerta roja.</p><p>Network Rail, que opera la red ferroviaria británica, advirtió de una “disrupción significativa” en toda Inglaterra y Gales, al imponer restricciones de velocidad para minimizar el riesgo de problemas relacionados con el calor, como vías deformadas y tendidos eléctricos combados.</p><p>Eurostar, que conecta Reino Unido con Europa continental bajo el Canal de la Mancha, indicó que canceló cuatro trenes previstos entre Londres y París el miércoles y el jueves “debido a las condiciones meteorológicas adversas previstas”.</p><p>El Ministerio italiano de Salud emitió alertas rojas para 16 ciudades el miércoles, con grandes urbes como Roma, Milán, Florencia y Turín afectadas. La alerta roja “bollino rosso” señala condiciones de emergencia que pueden afectar no sólo a las personas vulnerables, sino también a adultos sanos.</p><p>Las temperaturas podrían alcanzar máximas de 41 ºC (105 ºF) en Florencia y 38 ºC (104 ºF) en Milán, mientras que se prevé que Roma y Nápoles se mantengan por debajo de 36 ºC (96,8 ºF).</p><p>Los amantes de la moda en Milán tienen que responder al calor</p><p>Italia ha sufrido altas temperaturas durante días. Periodistas de moda sudaron durante los desfiles en la capital de la moda de Milán a principios de esta semana. Muchos amantes de la moda que estaban presentes para ver las propuestas de moda masculina para Primavera-Verano 2027 compraron ventiladores a batería con pulverizadores en quioscos del metro.</p><p>Un diseñador, Philipp Plein, tuvo que cambiar su sede apenas cuatro horas antes del desfile debido a una avería del aire acondicionado, mientras que otros proporcionaron ventiladores de mano, pulverizadores e incluso grandes paraguas como protección contra el sol y el calor para los desfiles al aire libre.</p><p>Los diseñadores coincidieron en general en que un hombre bien vestido sigue llevando traje. El desafío era cómo sobrevivir al calor. La respuesta fue la ventilación, con camisas dejadas sin abotonar o, en algunos casos, simplemente eliminadas.</p><p>Incluso los británicos decidieron que hacía demasiado calor para capas de ropa innecesarias. Hace tanto calor en la tradicional sede de la democracia británica que se permitirá a los periodistas varones que cubren el Parlamento quitarse las chaquetas en la tribuna de prensa de la Cámara de los Comunes el miércoles.</p><p>El aviso por calor en Reino Unido sigue vigente hasta el jueves, con temperaturas nocturnas que se mantienen muy por encima del promedio.</p><p>“Si creen que ya hace calor, bueno, todavía no han visto nada”, comentó el meteorólogo del Met Office Alex Burkill por la mañana del miércoles.</p><p>Inspirándose en las pausas de hidratación del Mundial</p><p>Un remedio que se está promoviendo llega a través del Mundial de fútbol, que actualmente se celebra en Estados Unidos, Canadá y México. La Confederación Europea de Sindicatos dijo que los empleadores deberían inspirarse en las pausas de hidratación utilizadas en el Mundial para conceder a todos los trabajadores descansos pagados y ayudar a mantenerlos a salvo durante las olas de calor.</p><p>“Los albañiles, los recolectores de fruta o los conductores de autobús necesitan mucho más que tres minutos para recuperarse, pero es un buen ejemplo de cómo el trabajo puede adaptarse a un clima cambiante”, dijo la secretaria general de la CES, Esther Lynch.</p><p>“Tomarse un descanso con altas temperaturas es una precaución de sentido común, pero demasiados empleadores se niegan a poner en marcha estas y otras medidas necesarias o incluso a discutirlas con los sindicatos, lo que conduce a un número creciente de muertes evitables en los lugares de trabajo europeos”, añadió.</p><p>Empresas de toda Europa están siguiendo ese consejo y adaptándose al nuevo entorno.</p><p>En un importante proyecto de construcción que abarca la concurrida circunvalación de París, los trabajadores de la construcción han pasado a horarios de trabajo más tempranos. Los responsables del sitio han introducido horarios escalonados, y la mayoría de los trabajadores ahora comienzan a las 6 de la mañana y terminan alrededor de la 1 de la tarde.</p><p>“En cuanto sale el sol, los trabajadores de verdad van a tomarse tiempo para hacer pausas cada hora y refrescarse”, dijo el subdirector del sitio, Travis Demarque.</p><p>___</p><p>Jill Lawless en Londres, Colleen Barry en Milán, Samuel Petrequin y Alexander Turnbull en París y Giada Zampano en Roma contribuyeron.</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/P4MRMGS7WPQMAAAPI46V3LAMBI.jpg?auth=69d8e8499a8269a6b486c43d6009205c277b78b650d7c69f5f08957b1504908a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona se refresca con abanico mientras espera a la audiencia general del papa León XIV en la plaza de San Pedro del Vaticano, el miércoles 24 de junio de 2026. (AP Foto/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Premier says China’s tech advancements an 'opportunity' for the world, not a threat]]></title><link>https://www.local10.com/business/2026/06/24/premier-says-chinas-tech-advancements-an-opportunity-for-the-world-not-a-threat/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/premier-says-chinas-tech-advancements-an-opportunity-for-the-world-not-a-threat/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — China’s Premier Li Qiang on Wednesday defended the country’s technological advancements as an opportunity for the world rather than a threat.]]></description><pubDate>Wed, 24 Jun 2026 10:12:26 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China’s Premier Li Qiang on Wednesday defended the country’s technological advancements as an opportunity for the world rather than a threat.</p><p>Li also said the country’s heavy state subsidies were not the main reason for the rapid rise of its high-tech industries, at a time when Western officials have complained that China’s state support for industries from artificial intelligence to electric vehicles has provided an unfair competitive edge.</p><p>China’s No. 2 leader made the remarks in his speech at the opening plenary of the World Economic Forum’s Annual Meeting of the New Champions, known as the “Summer Davos,” held this week in the northeastern Chinese coastal city of Dalian.</p><p>He acknowledged there have been growing global concerns about China’s technological innovations, with some pointing to the term “China Shock 2.0,” as they see the nation's high-tech boom as a threat to many advanced economies.</p><p>Instead, that should be seen as “China Opportunity 2.0,” he said.</p><p>“From the global development perspective, ‘China Opportunity 2.0’ means there’ll be broader access to advanced technologies and more widely shared benefits,” Li said.</p><p>“China’s emerging technologies and products are bringing to the world not shocks, but opportunities,” he added. “Not threats, but empowerment.”</p><p>China’s tech advancements and growing exports of EVs, solar panels, chips, batteries, AI and robotics have offered affordable options to global markets, but have also raised criticisms among governments concerned about issues such as oversupply. Some are taking protectionist measures.</p><p>Li also dismissed claims that the rise of China’s high-tech sectors was because of massive government subsidies.</p><p>U.S. and European policymakers have raised concerns over Chinese state subsidies creating unfairness to their industries, while a June report by the 38-country Organization for Economic Cooperation and Development, or OECD, said huge state subsidies, including those in China, can distort global markets and create unfair competitive advantages.</p><p>“There are some people who say that Chinese products are competitive mainly because the Chinese government's subsidies,” Li said in his speech. “That’s not true. The Chinese government is not that wealthy.”</p><p>China’s large domestic market, which allows the mass and fast deployment of new technologies among its population of 1.4 billion, and huge corporate investments are among the key factors in its robust tech advancements, he said.</p><p>Li also name-checked Chinese tech giant Huawei, which has faced Western restrictions, and robotics company Unitree, both of which have risen quickly in size and market share, as examples of China’s innovation success.</p><p>Beijing earlier voiced its opposition to an expansion this month of the Pentagon's list of Chinese military-linked companies to Unitree and other tech firms, preventing them from landing U.S. defense contracts. The list also includes Huawei.</p><p>___</p><p>Associated Press video producer Wayne Zhang in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TH23ZSS2D4XVGPGZWS6EY2URC4.jpg?auth=a18e4ea048e0598a2401de38569aa214a5450602317dded7e7204c5681e710a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman passes a mural depicting a humanoid robot towering over iconic landmarks at the China International Supply Chain Expo in Beijing on Monday, June 22, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHFODRIPRWLWPGXGUUYPY3WQKI.jpg?auth=c00bec16239517884d489d06cbb75bc5c43951311dee1a8275bafd95c02fda29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese Premier Li Qiang, center, listens to enterprise introduction and report on the development of shipbuilding industry in Dalian at the Dalian Shipbuilding Industry Co., Ltd. in Dalian, northeastern China's Liaoning Province on Monday, June 22, 2026. (Huang Jingwen/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Huang Jingwen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IF5ASFHWMBZI74DO4IJQD6UGL4.jpg?auth=8768e8dfafa35e4e1cfc1449b33e459e4dc38832b313fd20497ca9fac1382e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, a participant passes by a billboard promoting the Annual Meeting of the New Champions in Dalian, northeastern China's Liaoning Province, on Tuesday, June 23, 2026. (Pan Yulong/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pan Yulong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IX5ZLOVJARHFAMDO6GFYXFPNIA.jpg?auth=550b44726c8d4dbe76faba4547ebf58b2e9d9ed3f1c972092574536f8d5ec664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands near a poster promoting the AI agent from Alibaba at the China International Supply Chain Expo in Beijing on Monday, June 22, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[How Americans are feeling about the country's 250th anniversary, according to new polls]]></title><link>https://www.local10.com/news/politics/2026/06/24/how-americans-are-feeling-about-the-countrys-250th-anniversary-according-to-new-polls/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/how-americans-are-feeling-about-the-countrys-250th-anniversary-according-to-new-polls/</guid><dc:creator><![CDATA[By LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Duane Mitchell has big plans for the United States’ 250th anniversary.]]></description><pubDate>Wed, 24 Jun 2026 09:09:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Duane Mitchell has big plans for the United States’ 250th anniversary.</p><p>Mitchell, a 78-year-old veteran in Montana, plans to take a red, white and blue 1954 Chevrolet pickup that he restored and drive it in local parades for the Fourth of July. In honor of the country’s milestone anniversary, he bought a decorative eagle to mount on the back of the truck, accompanied by American flags.</p><p>“I’ll be driving my pickup,” he said, referring to his role in the parades. “Usually we freeze a whole bunch of candy, and I have a couple of kids from down the block who get in the back and throw candy out. Everybody loves it.”</p><p>Mitchell isn't the only one looking forward to this year's festivities. About 4 in 10 U.S. adults feel “proud” about the country's 250th anniversary, according to a new survey from The Associated Press-NORC Center for Public Affairs Research. Roughly 3 in 10 say “excited” describes their emotions. The milestone will be marked with events across the country, and President Donald Trump has planned several for the nation’s capital, including a fair on Washington’s National Mall.</p><p>But as the celebrations begin, many Americans also feel indifferent or conflicted about celebrating the country. Other Gallup polling shows that most Americans now feel the signers of the Declaration of Independence would be disappointed with how the U.S. has turned out, a substantial increase from 25 years ago.</p><p>Most Republicans and older adults feel proud</p><p>Most Republicans say that “proud” or “excited” describes how they are feeling about the United States’ 250th anniversary. About 7 in 10 Republicans say pride describes their emotions, compared to about 3 in 10 independents and roughly 2 in 10 Democrats.</p><p>Older Americans — those ages 60 and older — are also mostly feeling proud, with about 6 in 10 saying this describes how they feel about the nation’s anniversary.</p><p>Mitchell, the Montana veteran, wants the country to be “celebrating it to the maximum.” As a Vietnam War veteran who was drafted into the war, he wants Americans to remember the men and women who have given their lives to protect the freedoms they have today.</p><p>“It was a sacrifice,” Mitchell said, referring to his service. “The most important thing about the celebration is understanding that freedom is not free, and it never will be free, so you need to celebrate that.”</p><p>About half of Republicans, 54%, say they feel excited about the country’s anniversary.</p><p>As the country marks 250 years of independence, most Americans believe the country has succeeded in achieving its founding ideals, according to new Gallup polling. About 7 in 10 U.S. adults say that America has succeeded “a great deal” or “a fair amount” in achieving the ideals for which the country was founded. That view is shared by a majority of Democrats, independents and Republicans — though Republicans are especially likely to say the country has succeeded.</p><p>Democrats and young people feel conflicted or indifferent</p><p>More Democrats and young people say “conflicted” or “indifferent” describes their feelings about America 250.</p><p>About 4 in 10 Democrats and roughly 3 in 10 adults under 30 say “conflicted” describes their feelings “extremely” or “very” well. About 3 in 10 in each case feel “indifferent.”</p><p>Laura Davis, a 44-year-old in Chicago who identifies as a progressive liberal, has struggled with what she describes as the “American declarations of grandiosity” this year, including Trump's White House ballroom construction and the repainting of the Lincoln Memorial Reflecting Pool. She believes that money could be better spent on Americans in need, as well as international aid, and she worries the country's reputation is being damaged by the Trump administration's actions.</p><p>“It doesn't mean we can't celebrate the things that do make America a unique and in some ways exceptional place to be,” she said. “But I think it's more nuanced than that, and I hope that doesn't get lost in the celebration.”</p><p>About 8 in 10 Americans say the signers of the Declaration of Independence would be disappointed with how the country has turned out, according to a new Gallup poll. Only about 2 in 10 say the signers would be pleased. That’s down significantly from 1999 — the first time the question was asked — when 55% believed they would be disappointed and 44% said they would be pleased.</p><p>Sydney Crispin, a 39-year-old Democrat in Maine, believes the country's “incredible” foundation is worth celebrating. Still, she is conflicted by what she sees as a decline in people's ability to have respectful discourse, something she believes is at the heart of America's identity. She hopes communities find ways to celebrate the remarkable parts of America this Fourth of July while still reflecting on its areas for improvement.</p><p>Celebrating the 250th: Spending time with friends or family tops on list</p><p>Just under half, 44%, of U.S. adults plan to celebrate the country’s 250th anniversary by spending time with friends or family, according to a recent Gallup-With Honor poll. About 3 in 10 U.S. adults say they plan to watch coverage of America 250 events on television or social media.</p><p>More than half of adults ages 65 and older plan to celebrate with friends or family, while nearly half plan to watch coverage of the event on television or social media. Adults under 30 are more likely to say they are not planning to celebrate at all.</p><p>The Gallup-With Honor poll found about 2 in 10 U.S. adults plan to participate in a neighborhood or community event, while approximately 1 in 10 say they will be attending an official America 250 event.</p><p>Lyle Nelson, a 67-year-old in Idaho, said he plans to maintain his tradition of watching the annual Macy’s firework show at home.</p><p>Nelson — who agrees with a lot of what Trump has done in office — remarked that even though Trump was disappointed that he did not get reelected in 2020, he might be pleased that he's the one in the White House during this historic event.</p><p>“I wonder if he’s thankful that he gets to be president during the 250th anniversary,” Nelson said. “I think he'll be excited for that.”</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</p><p>The Gallup-With Honor poll of 3,199 adults was conducted May 12-22 using a sample drawn from Gallup's probability-based panel. The margin of sampling error for adults overall is plus or minus 2.1 percentage points. The separate Gallup poll of 1,001 adults was conducted May 1-17 using a sample drawn from Gallup’s probability-based panel. The margin of sampling error for adults overall is plus or minus 4.0 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTV3UISC6ZVVVILWQAO56PFHZA.jpg?auth=a00934fd669caf55c221e4cbcf7ebd3f697aebe58c690cbd422c33ddc7f4c8c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ferris wheel is seen on the National Mall for the 250 Anniversary celebration, Tuesday, June 23, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHRDUN5UOTYUENPOYU6ELCH2M4.jpg?auth=80e97a5ee0a1a9dca805d2adc17db8ae61b8b538a72a99269a70ade785b9b02f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5LRZS2GWDNXC5F4XPKRUEJG7U.jpg?auth=1b76e97069ecd90e0786da901a0072abfd33164a676e90ba0950dc9f8710f13f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The ferris wheel on the National Mall is lit as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Mexico, like the US, extends birthright citizenship to children born on its soil]]></title><link>https://www.local10.com/news/national/2026/06/24/mexico-like-the-us-extends-birthright-citizenship-to-children-born-on-its-soil/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/24/mexico-like-the-us-extends-birthright-citizenship-to-children-born-on-its-soil/</guid><dc:creator><![CDATA[By JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[TIJUANA, Mexico (AP) — Vivianne Petit Frere's brightly painted Haitian restaurant sits blocks from the towering U.S. border wall in Tijuana.]]></description><pubDate>Wed, 24 Jun 2026 09:03:41 +0000</pubDate><content:encoded><![CDATA[<p>TIJUANA, Mexico (AP) — Vivianne Petit Frere's brightly painted Haitian restaurant sits blocks from the towering U.S. border wall in Tijuana.</p><p>Called Lakou Lakay, the name in Haitian creole means “home," and it reflects her family’s deepening roots in their adopted homeland where her granddaughter was born two years ago, automatically making her a Mexican citizen.</p><p>Like the United States, Mexico extends citizenship to children born within its borders.</p><p>President Donald Trump insists the U.S. is the only nation to do so as he seeks to deny birthright citizenship for children whose parents are living in the country illegally or have temporary legal status.</p><p>The U.S. Supreme Court is expected to weigh in soon on the constitutionality of his birthright citizenship order. Trump signed it on Jan. 20, 2025, the first day of his second term, amid his Republican administration’s broad immigration crackdown.</p><p>In April, Trump posted on Truth Social: “We are the only Country in the World STUPID enough to allow ‘Birthright’ Citizenship!”</p><p>In fact, about three dozen countries, mostly in the Americas, guarantee automatic citizenship to children born on their territory — among them, Canada, Honduras, Brazil, Argentina, Venezuela and of course, Mexico.</p><p>Petit Frere fled Haiti in 2019. She traveled from Brazil and walked through the Panamanian jungle to Mexico chasing the so-called American Dream with the intention of crossing the border and settling with relatives in Florida. But she soon learned that was an illusion, while Mexico opened its doors.</p><p>Her restaurant's name symbolizes in her Haitian culture a shared space affording a sense of belonging. On the walls she has framed signs in Spanish, English and Creole that make clear it is more than an eatery offering tasty traditional Haitian dishes, such as fish with plantains, and rice and beans.</p><p>“Every dish tells a story, every detail connects cultures,” one sign says. “We aim to promote an authentic cultural exchanges between two peoples with similar historical roots yet where Haitian identity proudly blossoms on Mexican soil.”</p><p>In just over five years in Tijuana, Petit Frere has established a thriving business, become fluent in Spanish and is getting a degree in social work.</p><p>And she welcomed the first generation Mexican in her family, her granddaughter, Alexca.</p><p>There are no figures on how many children born to noncitizens have received Mexican birthright citizenship. Tens of thousands of Haitians are living in Mexico. In 2021, when Mexico saw a significant increase in Haitian migration, at least 10 percent of arriving Haitian women were pregnant, according to the United Nations’ International Organization for Migration.</p><p>Citizenship and birth</p><p>In the U.S., birthright citizenship was enshrined after the Civil War through the 14th Amendment to the Constitution, in part to ensure former slaves would be citizens.</p><p>The right was expanded to immigrants' children in the late 1800s when the Supreme Court ruled nearly anyone born in the U.S. — no matter their parents’ legal status — has citizenship.</p><p>The practice, many legal historians believe, dates to the 1600s and 1700s, with European rulers encouraging migration to the expanding American colonies. Those colonists, though, wanted any of their children born overseas to retain European citizenship.</p><p>So even as the colonial boundaries shifted "you're a citizen as long as you're born within the domain of the king, of the monarch,” said César Cuauhtémoc García Hernández, a law professor at Ohio State University. “But the legal tie between the home country in Europe and the settlers remained strong through the promise of birthright citizenship.”</p><p>Dominican Republic removed birthright citizenship</p><p>In 2007, the Dominican Electoral Council officially ordered the denial of citizenship to all children born to parents without legal status.</p><p>Six years later, a Dominican court applied it retroactively to 1929.</p><p>Over a decade later, as many as 130,000 people remained stateless despite passage of a law in 2014 to correct the court decision after it drew strong international condemnation, according to the Center for Migration Studies of New York. The law now impacts the next generation, which remains vulnerable to deportation.</p><p>Her growing Mexican family</p><p>Petit Frere was born in French Saint Martin, a Caribbean island that does not offer automatic birthright citizenship. She and her mom, who is Haitian, were deported to Haiti when she was 6.</p><p>Petit Frere left Haiti seeking a better life. She was dismayed to discover when her teenage daughter left Haiti to be reunited with her in Tijuana three years later, she was nearly five months pregnant. She had been a teen mother herself and had hoped for a different path for her daughter.</p><p>But Alexca, a bubbly toddler who giggles and runs about, has conquered her grandmother's heart. Petit Frere said she's grateful her granddaughter was born in Mexico rather than Haiti, where surging gang violence has left more than 1 in 10 homeless.</p><p>A Mexican passport would also make travel easier. Traveling with a Haitian passport is considered extremely difficult, with few nations allowing holders to visit visa free.</p><p>“As a Mexican citizen, she will have more opportunities,” Petit Frere said.</p><p>That's also true for her three nieces who were born in Brazil and made automatic citizens there, she said.</p><p>Petit Frere said she and her daughter had permanent residency in Mexico before her granddaughter was born. But other parents in Tijuana's Haitian community did not. Mexico allows the parents of children with birthright citizenship to become permanent residents.</p><p>“There are a lot of children in Tijuana who are 6, 7, 8 years old now who are Mexican and their parents who are Haitian did not have legal status but now have become permanent residents because their children were born here," she said.</p><p>Petit Frere has started the paperwork to become a Mexican citizen, which would make it easier to expand her business, she said.</p><p>Petit Frere also is a community organizer with the Haitian Bridge Alliance, advocating for the Haitian migrant community. She said she hopes to pursue another degree in international migration, possibly through a U.S. university.</p><p>“The children of immigrants are proving to be the most outstanding in the world,” she said. Trump's efforts to limit birthright citizenship “could just be out of jealousy."</p><p>___</p><p>Associated Press writer Tim Sullivan in Minneapolis contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QW6EO4JWBF3OVFCLLS7KD7LPSQ.jpg?auth=3d1df113094bc77022c3a13848be6d74d23a1ccaa35842323d81d2a0e85f6d94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere looks on below a "viva Mexico" sign at her Haitian food restaurant, Lakou Lakay, June 17, 2026, in Tijuana, Mexico. (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/WLQIB5U6IH5ALZHMK2PO6XHCT4.jpg?auth=2130951f2b10094c3e23c85f39e745bbb57866429a2d2c884cb12c22deb7cc85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere walks with her granddaughter Alexca at a playground, June 22, 2026, in Tijuana, Mexico. (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/AX2SSTRSHWZGVAGAH6DZ3HPXFY.jpg?auth=0f2370fdfcd9636f491671ad63214189b4772f429fdb6c54f5f15132246c7f9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere plays with granddaughter Alexca at a park, June 22, 2026, in Tijuana, Mexico. (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/F3JBIRYOLNFQ7LORKP5SGNBZRM.jpg?auth=369055adc9ef67072d5fcfb8940954fdd7070beaa951bb5968dfe91061458d6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere talks with granddaughter Alexca at a park, June 22, 2026, in Tijuana, Mexico. (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/OILWK6XTW6JYAN3DBQI7OF4374.jpg?auth=611c9b78f958d0a252a86b464053d83d66ce884468c4bbc34a2e31b3d238bacd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere holds the hand of her granddaughter Alexca at a park, June 22, 2026, in Tijuana, Mexico. (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/4P4KPAWFHAIXHPHUYY4WBKUNGE.jpg?auth=6c231b1f0039281ce1c9184a12334a619230ef15ddc34e6c23185ffbe6a5745c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vivianne Petit Frere holds her granddaughter Alexca as she swings with her at a playground, June 22, 2026, in Tijuana, Mexico. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Andy Burnham inches closer to power in Britain as Keir Starmer seeks a legacy]]></title><link>https://www.local10.com/news/world/2026/06/24/andy-burnham-inches-closer-to-power-in-britain-as-keir-starmer-seeks-a-legacy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/andy-burnham-inches-closer-to-power-in-britain-as-keir-starmer-seeks-a-legacy/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Andy Burnham took a step closer to becoming Britain’s next prime minister without a contest on Wednesday when Cabinet minister Darren Jones, touted as a possible rival, said he would not run.]]></description><pubDate>Wed, 24 Jun 2026 08:17:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Andy Burnham took a step closer to becoming Britain’s next prime minister without a contest on Wednesday when Cabinet minister Darren Jones, touted as a possible rival, said he would not run.</p><p>Meanwhile Keir Starmer, seeking to secure a legacy before he leaves office, faces the weekly Prime Minister’s Questions session in Parliament before flying to Berlin to meet European allies for talks on Ukraine and the Middle East.</p><p>Starmer announced his plan to resign on Monday and will be out of office within weeks once the governing Labour Party picks a new leader.</p><p>Jones, a Starmer ally, had been encouraged to run so that Burnham faces a test of his ideas and policies in front of Labour lawmakers and members. Others argue that a leadership contest will only focus attention on the party’s internal divisions and extend a period of political uncertainty.</p><p>Jones told Sky News that running for the leadership is “not something that I’m going to do.”</p><p>But he cautioned Burnham against veering too far to the left in economic policy, a concern of some in the business and financial worlds. Burnham is expected to choose a new Treasury chief to replace Starmer appointee Rachel Reeves. Jones said it must be someone “that can reassure the markets, reassure the trade unions and reassure the parliamentary Labour Party, and by extension the public.”</p><p>Burnham is expected to make a speech next week outlining some of his economic plans.</p><p>Starmer is leaving after two years in office marred by missteps and judgment errors that eroded his standing with his party and the public.</p><p>Burnham, a former Cabinet minister who served since 2017 as mayor of Greater Manchester, won a special election last week for a seat in Parliament with the express aim of challenging Starmer for leadership of the Labour Party and the country.</p><p>So far, he faces no challengers. Former Health Secretary Wes Streeting, who was considered his main rival, says he will back Burnham.</p><p>Nominations for the Labour leadership will open on July 9 and close a week later. If Burnham is the only contender, he could be prime minister by July 17. If there is a contest, the winner should be in place by the time Parliament returns from its summer break on Sept. 1.</p><p>Starmer told the weekly meeting of his Cabinet on Tuesday that he will try to oversee an “orderly transition” to his successor.</p><p>He is also keeping up a busy schedule, trying to cement a legacy for his shortened term in office. However, he is not allowed to make new major policy announcements or spending commitments during what remains of his premiership.</p><p>Starmer’s trip to Berlin for a meeting of the “E5” – Germany, France, Italy, Poland and the U.K. – for talks on European defense, the war in Ukraine and conflict in the Middle East, underscores the role he has played on the world stage. He has appeared more sure-footed in working with allies to support Kyiv and deal with fallout from the Iran war than he has on the home front.</p><p>The British government is expected to publish a long-awaited defense investment plan — which sparked the resignation of Defense Secretary John Healey on June 11 — before a NATO summit in Turkey on July 7 and 8 that Starmer is likely to attend.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VR5MTH64YADTDH7HZUIUO7IJ2Q.jpg?auth=3693b47e41f0b3ded8a2f0ea03e15795558b05b635acfa324cdf8065bd89573a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham arrives at Portcullis House in Westminster, central London, Monday June 22, 2026. (Andrew Matthews/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4PRHUFWUWJFUM3XMQS23D76MQ.jpg?auth=4b7cc6f8b8abfa66abc535043d19f70651f8d603c6dc65c0cbeddeaca5d941ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks to the media to announce his resignation outside 10 Downing Street in London, Monday, June 22, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Philippine devotees honor St. John the Baptist with a mud-covered display of faith]]></title><link>https://www.local10.com/news/world/2026/06/24/philippine-devotees-honor-st-john-the-baptist-with-a-mud-covered-display-of-faith/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/philippine-devotees-honor-st-john-the-baptist-with-a-mud-covered-display-of-faith/</guid><dc:creator><![CDATA[By JOEAL CALUPITIAN, AARON FAVILA and MARÍA TERESA HERNÁNDEZ, Associated Press]]></dc:creator><description><![CDATA[BIBICLAT, Philippines (AP) — Hundreds of Catholic devotees wrapped themselves in dried banana leaves and covered their bodies with mud on Wednesday in the Philippine village of Bibiclat, taking part in a display of faith honoring St. John the Baptist.]]></description><pubDate>Wed, 24 Jun 2026 07:38:30 +0000</pubDate><content:encoded><![CDATA[<p>BIBICLAT, Philippines (AP) — Hundreds of Catholic devotees wrapped themselves in dried banana leaves and covered their bodies with mud on Wednesday in the Philippine village of Bibiclat, taking part in a display of faith honoring St. John the Baptist.</p><p>The Taong Putik, or Mud People, festival is held annually in this village in Asia’s largest Catholic nation as devotees thank the local patron saint for miracles and fulfill vows made in prayer.</p><p>Melencio Nenuda, a 39-year-old construction worker, said the mud-covered parishioners frightened him as a child and he used to hide when they passed by. But that changed when when he fell seriously ill in the sixth grade and his mother prayed to St. John the Baptist, vowing that he would join the tradition if he recovered.</p><p>“I will continue to go back to this tradition because it gives me a good future,” said Nenuda, adding that his wife and son also participate.</p><p>Village residents link the festival to faith and survival</p><p>Devotees prepare for the observance before dawn.</p><p>Heading into nearby fields around 4 a.m., they search for soft mud and smear it over their bodies before wrapping themselves in dried banana leaves.</p><p>Once ready, they walk barefoot to St. John the Baptist Church carrying only cellphones and lighted candles. As they wait for Mass to begin, hymns are sung near a small fire formed by the candle offerings.</p><p>Local church leaders say the practice began in the 1800s, when farmers smeared themselves with mud as an expression of humility, and covered themselves with the leaves to conceal their identities due to discrimination against the poor during that time.</p><p>According to the Rev. Elmer Villamayor, who led the parish between 2014 and 2021, devotion to St. John the Baptist grew after a group of local men escaped execution during the Japanese occupation in World War II.</p><p>Villamayor said residents say the men were spared after a sudden rainstorm interrupted the proceedings, an event many interpreted as divine intervention.</p><p>Participants trace their devotion to personal blessings</p><p>While no official attendance records are kept, Villamayor estimates that up to 3,000 people take part in the festival.</p><p>Rickmar Castilio, 43, has participated for the last two decades. This year, his 11-year-old son Nathan joined him for the first time.</p><p>“There are a lot more devotees now,” Castilio said. “Maybe they have experienced miracles or they have seen good things and that is why there is an increasing number of people who believe in St. John.”</p><p>His family has its own blessing to be thankful for, Castilio said. After his first child died, he vowed to continue honoring St. John the Baptist through the annual ritual if a future child survived. He has returned every year since his prayers were answered.</p><p>“(I bring my child so) that he will get closer to St. John,” Castilio said. “The youth now are starting that path.”</p><p>___</p><p>Hernández reported from Beijing.</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SZQKDDU3PK3PTH7VRHLOOATQOY.jpg?auth=2869e25b969be6b9e30683f4edf8d4eb7967b59f1a16ef4228a62d5c2e4f80eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic devotees covered in mud and dried banana leaves join the mud people festival on the feast day of Saint John the Baptist at Bibiclat, Nueva Ecija province, northern Philippines on Wednesday, June 24, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVWKVCSEEQC7Q7DF76BDHCL5EI.jpg?auth=cdac81c11186fd1aa38983d7b13d251d891518e3b45b6f999ea0b89f5b25c6ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic devotee covered in mud and dried banana leaves participate at the mud people festival on the feast day of Saint John the Baptist at Bibiclat, Nueva Ecija province, northern Philippines on Wednesday, June 24, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFC7PUILCYFMCIOYRKSK7PH3JE.jpg?auth=704c5a6e0622fdef2f93a0211016ad572653b38ceb078d3df1ffccf0c64842ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic devotee Marcus Miel Neuda covered in mud and dried banana leaves participate at the mud people festival on the feast day of Saint John the Baptist at Bibiclat, Nueva Ecija province, northern Philippines on Wednesday, June 24, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7TXBWPAER24OS4QKEMNS3DMM4.jpg?auth=9a501e13ec0c7ad37731393ee685cf67c8969170b9bd2166aab3e19b73c56dd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic devotees cover themselves with mud and dried banana leaves in a rice field during the mud people festival on the feast day of Saint John the Baptist at Bibiclat, Nueva Ecija province, northern Philippines on Wednesday, June 24, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQFPXYBF3IZIQB2BMW5VN5TQ5Q.jpg?auth=655b97370c90e439ddeb6f10c0a945166d3579a900cd88ca18f4588fa49480d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Catholic devotees covered in mud and dried banana leaves light candles as they participate at the mud people festival on the feast day of Saint John the Baptist at Bibiclat, Nueva Ecija province, northern Philippines on Wednesday, June 24, 2026. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[Athletics' Zack Gelof loses hit streak at 24 games after getting spiked on his right hand]]></title><link>https://www.local10.com/sports/2026/06/24/athletics-zack-gelof-loses-hit-streak-at-24-games-after-getting-spiked-on-his-right-hand/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/athletics-zack-gelof-loses-hit-streak-at-24-games-after-getting-spiked-on-his-right-hand/</guid><dc:creator><![CDATA[By STEVE KRONER, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Athletics second baseman Zack Gelof's 24-game hitting streak came to a quick and painful end Tuesday night.]]></description><pubDate>Wed, 24 Jun 2026 05:46:57 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Athletics second baseman Zack Gelof's 24-game hitting streak came to a quick and painful end Tuesday night.</p><p>Gelof flied out to right as the leadoff hitter in the Athletics’ 3-1 loss to San Francisco. In the second inning, the Giants’ Matt Chapman hit a liner off the left-field wall to bring home Willy Adames and give San Francisco a 2-0 lead.</p><p>Chapman tried for a double, but the throw from Tyler Soderstrom in left field to Gelof was in time to nail Chapman. But Chapman inadvertently stepped on Gelof’s right hand as the second baseman was applying the tag with his glove hand.</p><p>Gelof quickly left the field in obvious pain — ending his night and his streak.</p><p>He was unavailable for comment after the game, but manager Mark Kotsay said X-rays were negative and Gelof did not need stitches.</p><p>Gelof’s hitting streak matched the longest in the majors in the past two seasons, joining Arizona’s Ildemaro Vargas. It’s also the seventh longest in Athletics franchise history and the second longest since the club moved to California in 1968. Jason Giambi had a 25-game hitting streak in 1997.</p><p>Gelof also had his on-base streak of 27 games end, along with a streak of scoring in 13 consecutive games.</p><p>The Athletics selected Gelof from the University of Virginia in the second round of the 2021 draft. He had a strong rookie season in 2023, batting .267 with 14 homers in 69 games. He struggled the next two seasons, hitting .211 with 188 strikeouts in 2024 and batting .174 last year, when injuries limited him to 30 games.</p><p>Gelof is hitting .282 this season. Before Tuesday’s game, Kotsay said one reason for Gelof’s resurgence was a change in his bat-angle approach to the baseball.</p><p>“We’re seeing a player that resembles the guy that came up and really excited us about (his) future,” Kotsay said. “The confidence that he has continues to grow and you see it out there on the baseball field.”</p><p>Also on Tuesday, Athletics first baseman Nick Kurtz went 0 for 4 with three strikeouts, ending a 22-game on-base streak.</p><p>—</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7THJP6LDSTFKEDQOA6YW6U3RPQ.jpg?auth=eed7456cecc18ce8ed8a4f3ff082ba99e4e633060f7caa0d37a585d959641a61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics second baseman Zack Gelof, left, reacts as he walks off the field during the second inning of a baseball game against the San Francisco Giants Tuesday, June 23, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7P7VQ4KWP3VB2JX5FZ33O2CVY.jpg?auth=36e5173a79c395a67858e6c7b179506247abea66828bbde0767ba37effa16e14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants' Matt Chapman, left, looks toward Athletics second baseman Zack Gelof after Chapman hit an RBI double during the second inning of a baseball game Tuesday, June 23, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[UN nuclear boss says inspectors will visit Iran sites. Tehran says only after a final deal]]></title><link>https://www.local10.com/news/2026/06/24/un-nuclear-boss-says-inspectors-will-visit-iran-sites-tehran-says-only-after-a-final-deal/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/un-nuclear-boss-says-inspectors-will-visit-iran-sites-tehran-says-only-after-a-final-deal/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI and JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — The head of the U.N.'s nuclear agency signaled Wednesday that Iranian nuclear enrichment sites would be visited by his inspectors, a key component in the interim U.S.-Iran to reach an end to the war. An Iranian diplomat instead insisted any such visit would only come after a final deal.]]></description><pubDate>Wed, 24 Jun 2026 13:33:28 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — The head of the U.N.'s nuclear agency signaled Wednesday that Iranian nuclear enrichment sites would be visited by his inspectors, a key component in the interim U.S.-Iran to reach an end to the war. An Iranian diplomat instead insisted any such visit would only come after a final deal.</p><p>The U.S. and Iran offered contradictory remarks Tuesday about whether those sites would be inspected.</p><p>A week after the two countries signed an interim deal aimed at reaching an end of their war, leaders from the U.S. and Iran have repeatedly disagreed in public about what that document actually means.</p><p>International Atomic Energy Agency head Rafael Mariano Grossi on Wednesday acknowledged the “war of words” over Iran’s nuclear program, but the dueling narratives are playing out on a range of issues, including Israel’s war with Iranian-backed Hezbollah militants in Lebanon and how Tehran will spend billions of dollars once unfrozen.</p><p>After the signing of the memorandum of understanding, both sides agreed to a 60-day period to iron out these and other details, work that will take place in private. Until those talks are completed, leaders from both countries will continue to negotiate in public, raising the risks of derailing the shaky ceasefire in the region.</p><p>Grossi's remarks were the firmest yet from the United Nations agency, which is viewed as key in determining the status of Iran's nuclear stockpile.</p><p>Since Israel launched a 12-day war on Iran in 2025, the IAEA has been blocked by Tehran from visiting enrichment sites where the Islamic Republic is believed to store enough highly enriched uranium to potentially build as many as 10 nuclear weapons, should it choose to rush for the bomb. Iran long has maintained that its program is peaceful, though it is the only country in the world to have uranium enriched up to 60% purity without a weapons program.</p><p>Grossi says inspections are ‘going to happen’</p><p>“I can understand political statements, they are part of the reality, but the fundamental thing I would like to remind you and draw your attention to is that there has been a Memorandum of Understanding, signed by both presidents,” he told journalists at a news conference at the tsunami-hit Fukushima Daiichi nuclear power plant.</p><p>The accord “says explicitly that the nuclear activities that are going to be carried out with regards to the nuclear material facilities will be supervised by the IAEA — in all letters,” he said.</p><p>Grossi added: “Obviously, to do that, we will have to inspect. Whether this happens the day after tomorrow or in one week or in 10 days, it’s important, but not essential. This is going to happen.”</p><p>Those inspections are key for the deal, which calls for Iran’s stockpile of uranium to be “downblended” from highly enriched levels.</p><p>Kazem Gharibabadi, an Iranian deputy foreign minister, took his own shot at Grossi after his remarks, saying Tehran didn’t meet with him while in Switzerland.</p><p>“These issues will be reviewed and decided only within the framework of a final agreement and as a result of practical action by the other side to end all sanctions and other measures.” Gharibabadi wrote on X.</p><p>He added: “You cannot advance the ‘stir up and take over’ policy with media hype.”</p><p>IAEA blocked from seeing bombed sites</p><p>The IAEA has been allowed to visit other nuclear sites in Iran since the 12-day war in 2025, such as the Bushehr nuclear power plant. But without accessing the enrichment sites, the IAEA says it is unable to verify the status of Iran's stockpile or check the cascades of centrifuges used to enrich uranium. Both Iran and the IAEA say Tehran hasn't been enriching uranium, but nonproliferation experts worry that the Islamic Republic may be moving its stockpile to undeclared areas.</p><p>The U.S. and Iran agreed to a deal last week that calls for Tehran to dilute its stockpile of enriched uranium and waives U.S.-backed sanctions on Iranian oil, while giving each side 60 days to hammer out broader agreements.</p><p>But the uneasy ceasefire already has been tested by Iran saying it closed the strait again over fighting between Israel and the Iranian-backed militia Hezbollah in Lebanon. Violence again broke out in Lebanon on Tuesday, but it did not escalate.</p><p>Technical-level talks between the U.S. and Iran are expected to resume early next week at the Bürgenstock resort in Switzerland, Pakistan’s Foreign Ministry said Wednesday. Pakistan has been a key mediator.</p><p>Marco Rubio is in the Middle East</p><p>Grossi’s remarks came as U.S. Secretary of State Marco Rubio traveled in the Persian Gulf for a three-nation tour, beginning with a closed-door meeting and private working lunch in Abu Dhabi with Emirati President Mohammed bin Zayed Al Nahyan, the State Department said Wednesday. A photo later released by the State Department showed Michael Boulos, the husband of President Donald Trump’s daughter Tiffany, attended the meeting. Boulous’ father serves as an adviser to Trump and is working on the Sudan war.</p><p>Rubio then traveled to Kuwait, where the Trump administration announced the limited reopening of the U.S. Embassy more than three months after it was shuttered at the height of the Iran war.</p><p>U.S. Secretary of State Marco Rubio attended a ceremonial flag-raising at the embassy compound in Kuwait City. He will later go to Bahrain.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates. Associated Press writers Matthew Lee in Abu Dhabi, United Arab Emirates, and Munir Ahmed in Islamabad contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTADTMBRXU3ZNX72LN57Q54N3E.jpg?auth=5493c1b1bc8e7d33668d8cb223d7839fbcd4fb4b7ad329253e41864b11ff2d25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio walks with the United Arab Emirates' Foreign Minister Sheikh Abdullah bin Zayed bin Sultan Al Nahyan before boarding a U.S. Air Force C-17 Globemaster III transport aircraft at Al Bateen Executive Airport, en route to Kuwait during his visit to the Middle East to discuss the interim deal between the U.S. and Iran with Arab Gulf allies, in Abu Dhabi, United Arab Emirates, Wednesday, June 24, 2026. (Eric Lee/Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QPH3MAIMZ4MSBM2FS6NTN5AKM.jpg?auth=16fc32851b672ca18c20f7a87e8797b5aa0121ced4a4c622a861e8cd63579de5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secretary of State Marco Rubio walks with the United Arab Emirates' Foreign Minister Sheikh Abdullah bin Zayed bin Sultan Al Nahyan before boarding a U.S. Air Force C-17 Globemaster III transport aircraft at Al Bateen Executive Airport, en route to Kuwait during his visit to the Middle East to discuss the interim deal between the U.S. and Iran with Arab Gulf allies, in Abu Dhabi, United Arab Emirates, Wednesday, June 24, 2026. (Eric Lee/Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Lee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ZAMU2ATFOG52J2W5IX5PNTQTA.jpg?auth=352aa8d187083c0f6074b5c083be5527ec53f7ea6554b22cf4d32c6e17d857f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents drive past buildings destroyed in previous Israeli airstrikes in the town of Nabatiyeh, southern Lebanon, Wednesday, June 24, 2026, following a ceasefire between Israel and Hezbollah. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[AI companies stabilize after rout and oil continues slide as Trump threatens major drillers]]></title><link>https://www.local10.com/business/2026/06/24/world-shares-are-mixed-after-a-big-tech-sell-off/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/24/world-shares-are-mixed-after-a-big-tech-sell-off/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MATT OTT, Associated Press]]></dc:creator><description><![CDATA[Wall Street was poised to open with modest gains Wednesday following a global sell-off in big technology stocks a day earlier.]]></description><pubDate>Wed, 24 Jun 2026 12:08:41 +0000</pubDate><content:encoded><![CDATA[<p>Wall Street was poised to open with modest gains Wednesday following a global sell-off in big technology stocks a day earlier.</p><p>Futures for the S&P 500 inched up 0.1% before the opening bell, while futures for the Dow Jones Industrial Average were flat. Nasdaq futures were up 0.3%.</p><p>Some of the companies hit hardest by selling Tuesday took back some of those losses before the market opened.</p><p>Chipmaker Micron, which tumbled more than 13% on Tuesday, gained 3.2% overnight. Marvell Technology rose 1.5% in premarket after skidding 9.4% a day earlier.</p><p>This week's selling has largely targeted companies that have seen their values surge amid the frenzy over artificial intelligence technology. Their pricey stock values give them more influence over the broader market’s direction.</p><p>Outside of the AI selloff, shares of Google parent company Alphabet inched higher overnight after it was announced that it would replace Verizon on the Dow Jones Industrial average Monday. Alphabet will become the fifth Magnificent 7 company to join the index.</p><p>Take-Two Interactive jumped 3% after announcing early Wednesday that its Rockstar Games would begin taking pre-orders for Grand Theft Auto VI, the latest of its blockbuster game series, on Thursday at midnight.</p><p>Oil prices fell again, continuing to edge closer to where they were before the Iran war started in late February. More ships crossed the Strait of Hormuz while U.S.-Iran talks on a permanent end to the Iran war continued to make progress.</p><p>Still, while vessel crossings in the strait increased in recent days, they remained well below prewar levels, they noted.</p><p>Brent crude, the international standard, fell $1.59 to $75.21 a barrel. It has been trading below $80 in recent days but is still elevated compared with the approximately $70 per barrel in late February before the war began.</p><p>Benchmark U.S. crude fell $1.67 to $71.54 a barrel. It was around $67 a barrel before the war.</p><p>Early Wednesday, President Donald Trump said the Justice Department will investigate oil companies for price gouging</p><p>Trump said on social media that gasoline prices are not matching the decline in oil prices, so he has told the Justice Department “to immediately start looking into this.”</p><p>Crude oil prices have eased with the interim deal with Iran, which has enabled more oil tankers to start passing through the Strait of Hormuz. Prices at the pump are averaging $3.93 a gallon, according to AAA. Gasoline costs have fallen over the past month, just not as much as Trump would like.</p><p>“In other words, customers are being ‘gouged,’” Trump posted. “I have instructed the DOJ to immediately start looking into this. Gasoline prices better start going down a lot faster than what I’m seeing!”</p><p>Investors are awaiting a report due Thursday on May’s personal consumption expenditures price index, or PCE, the Federal Reserve's preferred measurement of inflation in the U.S.</p><p>Bond yields have remained higher as inflation concerns grew amid global energy shocks. The yield on the 10-year Treasury settled at 4.48% early Wednesday.</p><p>The Federal Reserve has signaled that it could raise interest rates at least once before the end of the year. Wall Street sees an 85% chance that the central bank will raise its benchmark interest rate this year, according to date from CME Group. That’s compared to 60% a week earlier.</p><p>The potential for higher interest rates can stifle future spending and hurt prices for investments.</p><p>Elsewhere, in Europe at midday, Britain’s FTSE 100 was unchanged, while Germany's DAX fell 1.1% and France's CAC 40 ticked up 0.2%.</p><p>In Asia, South Korea’s benchmark Kospi index was up 3.3% to 8,471.02, recovering from its 10% decline on Tuesday. Shares of memory chipmaker SK Hynix, one of the country's most valuable stocks, climbed 1%. Samsung Electronics jumped 9.8%, after Tuesday’s 12.3% plummet.</p><p>Tokyo’s Nikkei 225 lost 0.9% to 69,174.97 after falling 3.6% on Tuesday.</p><p>Taiwan’s Taiex, which is also heavily influenced by tech shares, fell 2.2%.</p><p>Hong Kong’s Hang Seng was 0.3% higher at 23,412.18. The Shanghai Composite index was up 0.1% to 4,110.81. Australia’s S&P/ASX 200 edged up 0.2% to 8,808.40.</p><p>The big falls in tech shares were an “illustration of rising volatility” in these stocks, said James Reilly, senior markets economist at Capital Economics. “This is particularly true in Korea where domestic retail buyers are taking on an increasing role,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UFDCFFODKBHG3BCGY5DQXLO6E.jpg?auth=327122ca4173393264039945da98252c70d47b649b08e83948585b4880bcc72e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Anthony Spina, center, works on the floor of the New York Stock Exchange, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUTQQBIQTG5T2A47YWHF6E6SWY.jpg?auth=9487a2a85be4b1b47d25a6e834bd1683542730ad137e617d1381a4c159555c45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anders Opedal, President and CEO of Norway's Equinor, left, meets with specialist Patrick King on the floor of the New York Stock Exchange, after he rang the closing bell, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2HY4PP3YAXDYXS3SOHW4YTEE.jpg?auth=8dcb2a0837c7736186d9994dd152541ea2ad6a7c638dea28e931a44d637009bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, June 24, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TCEKTTGBGHZAFZIVGQMHMJITFE.jpg?auth=52d4cf3cfadf8dfc3149b63bec562c7f27d2bc0d57f54806fcfcd02ff5efd2b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A currency trader watches monitors near a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, June 24, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Ex-aides win primaries to replace retiring Democratic House members]]></title><link>https://www.local10.com/news/politics/2026/06/24/ex-aides-win-primaries-to-replace-retiring-democratic-house-members/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/ex-aides-win-primaries-to-replace-retiring-democratic-house-members/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER and GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[BOWIE, Md. (AP) — U.S. Reps. Steny Hoyer and Jerrold Nadler, two of the top Democrats in Congress, are retiring when their terms expire in January, but they will continue to make their imprints on Washington.]]></description><pubDate>Wed, 24 Jun 2026 05:05:02 +0000</pubDate><content:encoded><![CDATA[<p>BOWIE, Md. (AP) — U.S. Reps. Steny Hoyer and Jerrold Nadler, two of the top Democrats in Congress, are retiring when their terms expire in January, but they will continue to make their imprints on Washington.</p><p>The pair passed the torch Tuesday night to former aides who won the Democratic primaries to replace them on Capitol Hill, and because both districts are overwhelmingly blue, they are all but certain to win in November and get sworn in to replace their former bosses.</p><p>Hoyer and Nadler are the latest lawmakers to successfully anoint their successors after spending decades in Congress. Among 68 members of Congress not seeking reelection this year, at least five have endorsed former staffers to replace them and more than a dozen others have, to varying degrees, worked to smooth the path to Capitol Hill for their favored replacements.</p><p>The practice can be controversial, particularly when lawmakers try to strategically time their announcement to give favored insiders the upper hand.</p><p>But even at a time when voters give Congress a dismal approval rating, they're often receptive to the recommendation of their own representative.</p><p>That was the case for Natasha Greensword, 45, who backed Adrian Boafo in Maryland's Democratic primary on Tuesday in part because he was endorsed by Hoyer, who has represented the area since 1981.</p><p>“It was a plus," Greensword said. There was also a racial component that resonated for Greensword, a Jamaican immigrant. “It did help him to have a white man endorsing a Black candidate and saying he’s got our backs,” she said.</p><p>Support from a well-known member of Congress can lift a candidate’s stature, which is particularly helpful if they’re not well known and need to stand out in a crowded field. But it can also backfire, particularly in the anti-incumbent environment that influenced so many prominent Democrats’ decision to step aside.</p><p>Norma James, 64, said she skipped over Boafo in Maryland’s primary in part because of Hoyer’s endorsement.</p><p>“If Steny was endorsing him, he’s not the one you want,” James said.</p><p>Retiring legislators can tip the scales</p><p>Many departing lawmakers prefer to keep their preferences to themselves when it comes time to hang it up. Others go to great lengths to arrange things how they want.</p><p>Most infamously, Democratic Rep. Jesus “Chuy” Garcia of Illinois earned a formal reprimand from a bipartisan majority of the House for a particularly aggressive strategy to keep his seat in friendly hands.</p><p>Garcia announced his retirement plans just after the deadline to file paperwork to run for the seat. By then, his chief of staff, Patty Garcia, was the only candidate who had submitted the needed paperwork. She went on to win the primary for the Chicago-area district with 100% of the vote.</p><p>The maneuvering by Chuy Garcia and Patty Garcia, who aren't related, drove a wedge between House Democrats. Chuy Garcia dismissed allegations he was being deceptive, saying he made a last-minute decision not to run because of health and family considerations.</p><p>But Rep. Marie Gluesenkamp Perez, D-Wash., said Garcia's actions amounted to “election subversion” and introduced the resolution to reprimand him.</p><p>Meanwhile, Republican Sen. Steve Daines pulled a similar move in Montana. He quietly coordinated with former U.S. Attorney Kurt Alme, who filed paperwork to run for the office nearly simultaneously with Daines withdrawing from the race. It all went down minutes before the filing deadline. Alme faced no serious opposition for the party's nomination and won the primary with 76% of the vote.</p><p>Daines coordinated his surprise handoff with the White House, and President Donald Trump immediately backed Alme. The last-minute shuffle avoided a potentially damaging Republican primary and caught Democrats flat-footed.</p><p>Some lawmakers prefer more subtle endorsements</p><p>Other lawmakers have taken a lighter touch to try and sway the direction of their district after they're gone, and not always successfully.</p><p>Rep. Danny Davis, D-Ill., made clear that state Rep. La Shawn Ford was his preferred successor after nearly three decades in Congress, but that wasn't enough to clear the field for him. Ford eked out a narrow win in a crowded primary in March.</p><p>In California, Democratic Rep. Julia Brownley made a quick endorsement of Assembly member Jacqui Irwin. She still had a contested primary, but she comfortably won a spot in the general election.</p><p>Republican Rep. Ralph Norman had better luck in South Carolina. Nobody challenged his chosen successor, state Sen. Wes Climer, who ran unopposed for the party's nomination.</p><p>Former Speaker Nancy Pelosi didn't recruit a preferred replacement as San Francisco's representative in Congress, and she declined to weigh in on the contentious battle to replace her until the last minute. Days before the primary, she endorsed county Supervisor Connie Chan, helping her make it to the general election in November.</p><p>Hoyer and Nadler back former aides</p><p>Hoyer, 87, was the longtime No. 2 Democrat in House leadership. Nadler, 79, was the top Democrat on the House Judiciary Committee and is the dean of New York's congressional delegation after 34 years in Congress.</p><p>Both decided not to run for reelection this year in the face of a Democratic base hungry to push aside their party's aging leaders in Washington.</p><p>Hoyer backed his former campaign manager, Boafo, who is now a Maryland state delegate, in a crowded field of 24 candidates.</p><p>“Y’all, I gotta give a special thanks to my mentor, to my friend, Steny Hamilton Hoyer,” Boafo said after winning the Democratic primary Tuesday night.</p><p>“Tonight, the Democratic voters of the 5th Congressional District decided that it’s time to pass the torch to a new generation of leaders," he said. "And it’s with great humility that I accept that responsibility.”</p><p>Nadler endorsed state Assemblyman Micah Lasher, a longtime aide to New York Democrats including Nadler, in a feisty primary for the Manhattan House seat.</p><p>Lasher hailed his ex-boss in a victory speech, saying Nadler has been a political presence throughout his life.</p><p>“When I was born, I was already Assemblyman Nadler’s constituent,” Lasher said, adding that he later “watched as Congressman Nadler led fights long before they were convenient.”</p><p>At least three other retiring lawmakers backed former aides to succeed them, including Chuy Garcia.</p><p>Republican Rep. Barry Loudermilk of Georgia endorsed his former chief of staff, Rob Adkerson, who lost the primary in a runoff. Rep. Ryan Zinke, R-Mont., endorsed his district director, Aaron Flint, within hours of announcing his decision not to run for reelection. Flint won a four-person primary earlier this month.</p><p>___</p><p>Cooper reported from Phoenix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4OCJLIKU6UPW6IYLUKAEF6BIY.jpg?auth=28c9caea68c2c6d998386f869e6d4d369a538a58cbb6fa82714d9f3c8b174974&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Adrian Boafo, a Maryland state delegate and candidate for U.S. Congress walks into the crowd after being introduced by Congressman Steny Hoyer, left, at the "AmeriPac Bull Roast" Friday, June 12, 2026, in Mitchellville, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7IXZ2UTP36AFQMLFHYHW3MMQY.jpg?auth=aec926c943dac6ce30a3ed830af9a7a03fb8e8ecaf93229daf1c0fd1fc4c2f8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Adrian Boafo, center, a Maryland state delegate and candidate for U.S. Congress smiles for a photograph, which included all of U.S. Representative Steny Hoyer's staff over the years, at the "AmeriPac Bull Roast" Friday, June 12, 2026, in Mitchellville, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZE4XNFKWDJGHEDSDJBVVYQIQQ.jpg?auth=a4a5be771348a4e46070f7682784a6a8bc1871ef449e60649946885f51a65445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, Alex Bores, George Conway, Micah Lasher, and Jack Schlossberg, democratic candidates in New York's 12th Congressional District, and Errol Louis attend "NY-12 for Congress: Candidate Forum" at 92NY, on April 15, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6CFRVTS4IVJCX6ZSSDGMNSWKU.jpg?auth=e814be0fc23b2ac5c39be93d62d647780e69a2fea78b1a4f6d149e983c53c30f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - House Judiciary Committee chairman Rep. Jerry Nadler, D-N.Y., speaks during a hearing with Homeland Security Secretary Alejandro Mayorkas, on Capitol Hill, Thursday, April 28, 2022, in Washington. (AP Photo/Evan Vucci,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[In visit to Capitol, Jessie Diggins and other Olympians push for climate change solutions]]></title><link>https://www.local10.com/news/politics/2026/06/24/in-visit-to-capitol-jessie-diggins-and-other-olympians-push-for-climate-change-solutions/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/in-visit-to-capitol-jessie-diggins-and-other-olympians-push-for-climate-change-solutions/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[Olympian Jessie Diggins is visiting Capitol Hill with her four medals in hand to advocate for clean air, clean water and a healthy planet.]]></description><pubDate>Wed, 24 Jun 2026 04:14:56 +0000</pubDate><content:encoded><![CDATA[<p>Olympian Jessie Diggins is visiting Capitol Hill with her four medals in hand to advocate for clean air, clean water and a healthy planet.</p><p>America’s most decorated cross-country skier is part of “Protect Our Winters,” an athlete-driven environmental group that sent a coalition to Washington to meet with lawmakers Tuesday and Wednesday. The group is most concerned with how the Environmental Protection Agency has weakened key climate, water and pollution regulations since President Donald Trump returned to office.</p><p>“I don’t want to stick my head in the sand and ignore the world burning,” Diggins said in an interview. “I feel like I have a responsibility to use my voice to advocate for change. And so that’s why it’s so important to me, because I want my great-grandkids to be able to build a snowman and try cross-country skiing someday, and be able go hiking and fishing and camping in the summer, and breathe clean air. I want that for them very badly.”</p><p>Diggins retired from professional ski racing this year after earning bronze in the women’s 10‑kilometer interval start at the 2026 Milan Cortina Winter Olympics. Many skiers expressed concern during these Olympic Games about climate change and the accelerating melt of the world’s glaciers. A warming world jeopardizes the future of their sport.</p><p>Diggins described bringing her medals to Washington as a “beautiful, full circle moment.” She said she'll consider it a success if she has productive conversations that help pave the way for bipartisan efforts to strengthen and bolster the EPA in the future. Republicans currently in control of Congress have generally supported the Trump EPA’s actions.</p><p>“We’re trying to advocate for solutions that are going to protect us long term, and training and racing through four Olympics, that was a very long-term thing, you know? It’s not quick, immediate gratification, you work and you work and you work,” Diggins said. “I think it’s a nice reminder of like, it’s OK that we are looking for solutions for the future.”</p><p>Coalition includes athletes, scientists, storytellers</p><p>It's not the typical lobbying group. Professional ski mountaineer Brody Leven only owns a suit to go to Washington with Protect Our Winters. But, he said, they are the ones who can hopefully bring people together around policy solutions to climate change.</p><p>“We’re good at looking at adversity in the face and still moving forward," he said. "And we’re good at knowing something is going to be hard and trying to do it anyways.”</p><p>They plan to meet with Democratic and Republican members in both chambers. Olympians Jaelin Kauf, Gus Schumacher, Bea Kim, Julia Kern and Olivia Giaccio are involved, Protect Our Winters said.</p><p>During the Trump administration, the EPA has revoked a scientific finding that underpinned the fight against climate change, moved to roll back limits on toxic wastewater from coal-fired power plants and announced other cuts to federal limits on air and water pollution as it promotes fossil fuels. These changes clash with the agency’s historic mission to protect human health and the environment.</p><p>EPA Administrator Lee Zeldin has said they are “ driving a dagger through the heart of climate-change religion and ushering in America’s Golden Age.” Doing so, he said, will save trillions of dollars in regulatory costs and hidden taxes, which in turn will make the cost of living more affordable and reignite domestic manufacturing.</p><p>Environmentalists say the EPA under Zeldin has abandoned its obligation to protect the public from dangerous greenhouse gas pollution at a time when climate change is creating greater risks of extreme weather, including stronger hurricanes, more dangerous floods and more intense wildfires. Legal challenges to a range of EPA rule changes have been filed by states, cities and public health and environmental groups.</p><p>Protect Our Winters looks beyond the Trump years</p><p>Ben Gubits, vice president of campaigns and advocacy for Protect Our Winters, said they expect the federal government to protect the health of American citizens and the planet. POW has lobbied Congress for about a decade, including several visits in 2021 and 2022 when it advocated for passage of a landmark climate bill. President Joe Biden signed the so-called Inflation Reduction Act in 2022.</p><p>“We are really thinking about a long-term and positive vision for the future, and how do we rebuild these critical institutions beyond the Trump years,” Gubits said.</p><p>Stuart Nissenbaum started working at the EPA early in Biden's term and left a year ago. He's part of the coalition, too. Nissenbaum said he thinks being in Washington with Olympians will help bring attention to their message. They are masters of their craft and they wore the U.S. flag while competing, which should resonate with members of Congress, he added.</p><p>Nissenbaum said he'll convey to legislators that clean air and clean water is bipartisan, and they should adopt policies grounded in science to protect the environment.</p><p>“Clean air and clean water isn’t something that we should take for granted,” he said. “It affects every single person.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RSWVV7OPU77QQCVKKHIBXXJSXU.jpg?auth=4c4a13582c0f37495be2160b89bee4f644cd0c44a5e53b3a77bb6f1bd49c2f14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Paul Tonko, D-N.Y., speaks with Olympian Jessie Diggins as she shows him her medals during a meeting to advocate for clean air, clean water and a healthy planet on Capitol Hill Tuesday, June 23, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQ3ETVNIP5J3R7NA7M77CV6RDM.jpg?auth=e7f1fb3550ac91ab3ae2fb17ae91905aa97dbe523fe518334ddd1047ee64d87e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., speaks with Olympians Julia Kern, from left, Jessie Diggins, Bea Kim and Olivia Giaccio, during a meeting to advocate for clean air, clean water and a healthy planet on Capitol Hill, Tuesday, June 23, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z45P6AVLYMRYSRYI6T3YEZHNG4.jpg?auth=e6bb2122b88371f7cbee93fc46dbfcbf6a7ff077c298d46d529277b2a602543b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jessie Diggins, of the United States, competes in the cross country skiing women's 50-kilometer mass start classic at the 2026 Winter Olympics, in Tesero, Italy, Feb. 22, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAG4ODKFCXCPX7ULOQQWJXI5TM.jpg?auth=f2f2700358ed345a0d0bb68ed80268d047f06dc9aa041640af80e6a45c51213a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jessie Diggins, of the United States, waves to the fans when walking away from the podium after winning the bronze medal in the cross country skiing women's 10-kilometer interval start free at the 2026 Winter Olympics, in Tesero, Italy, Feb. 12, 2026. (AP Photo/Evgeniy Maloletka, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UM2523ISFPR7VE2PLXU7RJT4U.jpg?auth=a22c09c25922d9a728ab6d466c3c6d878db6675963a559306be2cf2ccfd8e550&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olympians Julia Kern, from left, Jessie Diggins, Bea Kim and Olivia Giaccio, take a selfie from the Senate Minority Leader balcony during a meeting to advocate for clean air, clean water and a healthy planet on Capitol Hill, Tuesday, June 23, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7JY7KQRGPWDPWM6WDGYTJHTKPA.jpg?auth=f20740dbe7801b96b8599b5aa74e9bae71b3d4578b7935c3f89e7e802fba9d8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Paul Tonko, D-N.Y., speaks with Olympians Jessie Diggins, from center left, Bea Kim and Julia Kern, during a meeting to advocate for clean air, clean water and a healthy planet on Capitol Hill Tuesday, June 23, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Archaeologists find huge Viking textile production site in Denmark]]></title><link>https://www.local10.com/news/world/2026/06/24/archaeologists-find-huge-viking-textile-production-site-in-denmark/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/archaeologists-find-huge-viking-textile-production-site-in-denmark/</guid><dc:creator><![CDATA[By JAMES BROOKS, Associated Press]]></dc:creator><description><![CDATA[SØFTEN, Denmark (AP) — Archaeologists have discovered a huge Viking Age textile production site in Denmark that dates back more than 1,000 years and underlines the sophistication of Viking society.]]></description><pubDate>Wed, 24 Jun 2026 08:22:02 +0000</pubDate><content:encoded><![CDATA[<p>SØFTEN, Denmark (AP) — Archaeologists have discovered a huge Viking Age textile production site in Denmark that dates back more than 1,000 years and underlines the sophistication of Viking society.</p><p>Experts from the Moesgaard Museum said this week that the sprawling 100,000-square-meter (more than 1 million-square-foot) site features an area for processing flax as well as more than 80 pit houses — semi-buried huts that were used as workshops and dwellings in Viking times.</p><p>It's located in Søften, 10 kilometers (6 miles) north of Denmark’s second-largest city, Aarhus, on the Jutland peninsula. The site dates back to the late Iron Age and early Viking Age, sometime between A.D. 600 and 950.</p><p>Archaeologist Liv Stidsing Reher-Langberg, who led the 10-month dig, said that “we have a clear focus on textile production, which makes this settlement different from other kinds of settlements of this period.”</p><p>“We have spindle whorls, we have weight looms; that tells us about what has been going on in the pit houses,” said Reher-Langberg, adding that archaeologists had also discovered silver coins, glass beads and pottery.</p><p>Experts found separate areas for production and crafts, plus a single residential home, which suggests work was overseen by a powerful individual with control over resources and production.</p><p>Reher-Langberg said that, over the last three decades, people with metal detectors had unearthed several silver coins in the area. A trial excavation 1½ years ago, before the start of construction work on a new road and industrial area, then piqued archaeologists’ interest.</p><p>“We could see in the trenches that it just keeps on going, with these houses and pit houses and textile production features,” Reher-Langberg said.</p><p>Moesgaard Museum historian Kasper Andersen said that the discovery at Søften is “another piece in the puzzle” to understanding the local economic, cultural and political structure at the time.</p><p>During the Viking era, Aarhus — then known as Aros — functioned as a center for royalty and international trade. And last year, archaeologists discovered another Viking site in Lisbjerg, just 4 kilometers (2½ miles) away, that was likely home to members of the nobility.</p><p>Goods and resources were likely brought from the countryside and settlements like Søften, before entering an extensive international trade network, Andersen said.</p><p>“When you have a production site of this scale, it cannot be only because of the local area. It needs to be understood as part of a greater network, a much bigger international perspective,” Andersen said.</p><p>Reher-Langberg hopes future carbon dating and pollen analysis might answer some lingering questions, for instance about what kind of textile production went on at the site.</p><p>During the Viking Age, considered to run from A.D. 793 to 1066, Norsemen known as Vikings undertook large-scale raids, colonization, conquest and trade throughout Europe, even reaching North America.</p><p>Andersen said that the discovery at Søften shows that Vikings were “not just simple, uncivilized, barbaric hordes, rambling about Europe.”</p><p>“To have a place like Søften, you need a very well-organized society with a production line, and you also need a market to have the production,” he said. “The textiles from Søften go into a market that’s much bigger than just the local area.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EN3D64IQWNIOCBD4IUR3LDI4BY.jpg?auth=534a5ba6e3f9df4f299a58dcd7dbfceb8a0f598dbcf3a355774b94e4a62f646e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An aerial shot shows an archaeological site in Soften near Aarhus, Denmark, on June 22, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHJPEHUJAPJVZK5DTMMTPDPZWQ.jpg?auth=40b3b9de735dc3ea5e7697acb1a237a37bcc17b83b6b126e7717b86148ee1aaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Moesgaard Museum archaeologist Liv Stidsing Reher-Langberg holds a Viking Age weight loom unearthed in Aarhus, Denmark, on June 22, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWHHOQAROKRLI42OW6XFM7Y37Q.jpg?auth=9e26b86c778f1190ec3f0e8b32f31d9870d57eb9658ccba0c8eba7795b011488&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Moesgaard Museum archaeologist Liv Stidsing Reher-Langberg holds a Viking Age glass bead unearthed in Aarhus, Denmark, on June 22, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGPJQ3JEREV6OK6DHLRAPQF3MU.jpg?auth=d4ddf71de8249d913271fb4d49a7d4817acf610bbb5ff86008accf2f9ba1172a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An archaeologists excavates a Viking Age pit house in Aarhus, Denmark, on June 22, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YZ4XFA473ZM7YII4RKWUMSXSY.jpg?auth=28427e129c95ef0614ffc042293f8d7c37a8389c55f574286a7e82789dfc617a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Moesgaard Museum archaeologist Liv Stidsing Reher-Langberg holds a Viking Age silver coin unearthed in Aarhus, Denmark, Monday, June 22, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content></item><item><title><![CDATA[Trump heads to Capitol to speak with GOP senators who have grown increasingly frustrated with him]]></title><link>https://www.local10.com/news/politics/2026/06/24/trump-heads-to-capitol-to-speak-with-gop-senators-who-have-grown-increasingly-frustrated-with-him/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/trump-heads-to-capitol-to-speak-with-gop-senators-who-have-grown-increasingly-frustrated-with-him/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump is headed to Capitol Hill on Wednesday to meet with Republican senators who have grown increasingly frustrated with his efforts to divert their agenda.]]></description><pubDate>Wed, 24 Jun 2026 04:03:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is headed to Capitol Hill on Wednesday to meet with Republican senators who have grown increasingly frustrated with his efforts to divert their agenda.</p><p>Trump, who will attend a closed-door Senate GOP luncheon for the first time in more than a year, has pressured senators for months to focus on his proof-of-citizenship voting bill even though it doesn’t have the votes to pass. At the same time, he has blocked them from confirming one of his own nominees, asked them to fund parts of his White House ballroom project despite opposition and forced them to defend his Iran war even as they question the strategy and endgame.</p><p>Trump has also helped whittle down his own support in the Senate after endorsing primary challengers to two GOP incumbents who were previously reliable votes for his agenda — Texas Sen. John Cornyn and Louisiana Sen. Bill Cassidy. Both men lost their primaries and have since become more critical of the president.</p><p>Still, senators said ahead of the meeting that they hope to focus on unity, not disagreements.</p><p>“If we’re going to win the midterm elections, we need to get on the same page,” Texas Sen. John Cornyn said Tuesday ahead of the meeting. “We’re not on the same page now, and that I think is dangerous.”</p><p>It was uncertain, though, if Trump’s visit could smooth differences with the Republican majority — or if GOP senators who have been increasingly vocal about their frustration will voice their concerns directly.</p><p>Republican Sen. Thom Tillis of North Carolina said a lot of his complaints with the administration have already been communicated. He said he hopes this meeting will be “conciliatory.”</p><p>“That would be a big win for us tomorrow,” Tillis said on Tuesday.</p><p>Trump pushes Thune on SAVE America Act</p><p>Adding to the tension is Trump’s increasingly distant relationship with Senate Majority Leader John Thune, R-S.D. While Thune remains popular in his conference and cordial with the president, he has spent much of his time lately telling Trump what he doesn’t want to hear.</p><p>Thune said Tuesday that while Trump and some in their conference want to see the voting bill pass, “it’s just not realistic.”</p><p>Trump has been pushing the Senate to eliminate the filibuster and pass the legislation, known as the SAVE America Act, which would create strict new requirements for voters to prove citizenship and show voter ID at the polls. He has also demanded that they add a ban on mail-in ballots to the bill as well as unrelated provisions to block sex reassignment surgeries on some minors and prevent people born as men from playing in women’s sports.</p><p>“John is a leader and hopefully he can get the votes,” Trump said Tuesday on a trip to Pennsylvania, putting new pressure on Thune.</p><p>Thune devoted weeks of floor time to the voting bill earlier this year and has said he supports it. But he has repeatedly said there aren’t enough votes to scrap the filibuster that triggers a 60-vote threshold to pass most bills in the 53-47 Senate. And Democrats are uniformly opposed to the bill.</p><p>“Those are just hard realities,” Thune said. “And I think people at some point have to come to grips with that.“</p><p>Thune said he hopes the meeting is about “sitting down as a family” and figuring out their agenda in the remaining time before the election.</p><p>Some GOP senators back Trump on SAVE Act</p><p>Thune said he found out Trump was coming to the luncheon from Florida Sen. Rick Scott, who had extended the invitation without telling him — an unusual move that could signal some frustration within the ranks. Scott, a close Trump ally, leads the Senate Republican lunch every Wednesday.</p><p>Scott, who ran against Thune for leader two years ago, said Trump responded "on the spot" to his invitation and said he would come.</p><p>“He’s going to be very positive," Scott said. "There's a lot that we can brag about that we’ve accomplished, and he wants to figure out how we can win November and continue to fulfill his agenda.”</p><p>On Monday, Scott sent a letter to his Republican colleagues arguing that the Senate should be taking votes every week on some version of the SAVE America Act and other GOP priorities that Democrats oppose.</p><p>“We need to show voters that we are listening to them and will fight for their priorities whether any Democrats vote with us or not,” Scott wrote.</p><p>Also needling Thune on the bill is Utah Sen. Mike Lee, a Republican who has amassed a large following on X with daily posts about how they should kill the filibuster and pass the bill. Several Republican senators, including Cornyn, confronted Lee at a closed-door lunch last week about his advocacy, which they said is dividing the party and creating unrealistic expectations.</p><p>Lee has also echoed Trump’s claims that Republicans can’t win elections unless the bill passes, despite the party's sweeping victories in 2024. Trump has continued to falsely claim that the 2020 election he lost was stolen.</p><p>“The push to pass the SAVE America Act is not a ‘fantasy,’” Lee posted over the weekend. “It’s a plan to avoid a nightmare — one that’s coming soon unless we act.”</p><p>Thune said Tuesday that it’s Lee’s prerogative to post on social media, but “at the end of the day, I have a different reality. And sometimes the alternative universe that is X doesn’t reflect the facts on the ground.”</p><p>Frustration over Iran, intelligence job could also be topics</p><p>Trump could be faced with questions about his announcement on social media last week that he was delaying Jay Clayton’s nomination to become national intelligence director. Republican leaders had hoped to quickly confirm Clayton and circumvent Trump’s unpopular interim pick Bill Pulte, who has no known experience in the field.</p><p>In the same social media post, Trump said he wouldn't sign a renewal of a key surveillance law unless Senate Republicans attach the SAVE America Act. That hardline approach has some support in the House, where a group of 25 Republicans has vowed to oppose all legislation until the voting bill moves forward.</p><p>Republicans could also use the luncheon to push Trump on the war in Iran and the agreement with Iran to end it. Most lawmakers still have not been briefed about the deal.</p><p>Sen. Mike Rounds, R-S.D., said there are a lot of questions about the Iran agreement, but added that Trump may not be able to talk publicly about the ongoing negotiations.</p><p>“We’re there to listen” and to try and ensure that the rest of Trump’s term is successful, Rounds said. But that means “we’ve got to come out with a united team.”</p><p>___</p><p>Associated Press writer Joey Cappelletti contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7KJFD2FVH67OARXRQNTQS7S5IM.jpg?auth=7c342c8fe0db4b276b6d99dc3583edeed8f31e411defb4c4063d02fcb24c25c1&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., arrives at the Capitol in Washington, Tuesday, June 23, 2026, as he prepares for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOVYEHW4HVGR5FH3JVK2245ZWY.jpg?auth=faad3a862faa3f2de00b9a0b2a24fcbbaf3bc165242dc4796a3d92ab9681bf35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks to reporters as Republican senators arrive for a closed-door lunch at the Capitol in Washington, Tuesday, June 23, 2026, to prepare for a meeting with President Donald Trump Wednesday. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CRAFAPDCF7QBX4ESNN2RN42XA.jpg?auth=a069fd4114377881271d931e9973fc116f3527680e8d830e2e17c24675d9c47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives at the Capitol in Washington, Tuesday, June 23, 2026, as Republicans prepare for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[NATO's Trump whisperer heads to the White House to soothe the president ahead of next month's summit]]></title><link>https://www.local10.com/news/world/2026/06/24/natos-trump-whisperer-heads-to-the-white-house-to-soothe-the-president-ahead-of-next-months-summit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/24/natos-trump-whisperer-heads-to-the-white-house-to-soothe-the-president-ahead-of-next-months-summit/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — NATO Secretary-General Mark Rutte will check in face-to-face with President Donald Trump on Wednesday, visiting the volatile U.S. leader two weeks before the annual summit of the military alliance at a time when the Pentagon is reviewing the size of the U.S. military footprint in Europe.]]></description><pubDate>Wed, 24 Jun 2026 10:40:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — NATO Secretary-General Mark Rutte will check in face-to-face with President Donald Trump on Wednesday, visiting the volatile U.S. leader two weeks before the annual summit of the military alliance at a time when the Pentagon is reviewing the size of the U.S. military footprint in Europe.</p><p>Trump has long been critical of NATO, arguing the U.S. carries more than its fair share of military spending. But his grievances have been louder since the Iran war as he fumed over some member countries ignoring his call to help him restart oil trade through the shuttered Strait of Hormuz.</p><p>Trump has renewed his threats to leave the 77-year-old military alliance, raising the stakes ahead of the NATO leaders' summit in Turkey next month. But Rutte, who has become known as a Trump whisperer for his ability to charm the president, is expected to use Wednesday’s White House meeting to try to appease him.</p><p>The visit comes after U.S. Defense Secretary Pete Hegseth last week lashed out at allies during a meeting at NATO headquarters in Brussels. He announced a six-month Pentagon review of American forces in Europe.</p><p>Hegseth echoed some of Trump’s critiques, faulting European allies for not letting the U.S. use bases in Europe to attack Iran. NATO allies were not consulted about the war before the U.S. launched it with Israel on Feb. 28, and some have been openly critical of Trump's strategy.</p><p>Trump has claimed NATO allies were not there for the U.S. and suggested leaving the alliance, which was founded in 1949 to counter the Cold War threat posed to European security by the Soviet Union. At the heart of their treaty is a mutual defense agreement in which an attack on one is considered an attack on all. The only time it has been invoked was in 2001, to support the United States in the wake of the Sept. 11 attacks on New York and Washington.</p><p>The Pentagon’s warning that it will reduce its military presence in Europe to focus on threats elsewhere was the latest upheaval for the 32-member alliance since Trump returned to office.</p><p>The Republican leader stunned European allies last year when he threatened to annex Greenland, a semiautonomous island that is part of ally Denmark.</p><p>A chief part of Rutte’s mission these days is keeping the U.S. in NATO, and he’s proven himself deft in the past at subduing Trump’s frustrations.</p><p>Rutte frequently flatters the president, crediting him with getting NATO members to increase their defense spending. Trump last year pressured leaders to agree to invest 5% of their GDP annually on defense by 2035.</p><p>On Tuesday evening, Rutte appeared for an interview on Fox News Channel, of which Trump is known to be a dedicated viewer.</p><p>Rutte repeatedly praised Trump, emphasizing he is the leader of the NATO alliance and said of his efforts in Iran: “I’m completely behind him on this."</p><p>He said that Trump's frustrations over the use of bases in Europe involved a few “isolated cases."</p><p>The lengths to which Rutte is willing to praise Trump have at times raised eyebrows, such as when he referred to the president as “daddy” during the alliance’s summit last year.</p><p>He then sent him a fawning text message that employed one of Trump’s favorite flourishes, capitalizing random words. “Europe is going to pay in a BIG way, as they should, and it will be your win,” Rutte said.</p><p>Trump shared the private message on social media for the world to see.</p><p>He did it again in January, blasting out another Rutte message that closed with: “Can’t wait to see you. Yours, Mark.”</p><p>___</p><p>Associated Press writer Lorne Cook in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FL5O5I767JHFAFDA7XFM3YK6PY.jpg?auth=03387299193c08dd464225f787af4297aa7517e8153c643c1c34b0f851694efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte speaks after a meeting of NATO defense ministers at NATO headquarters in Brussels, Thursday, June 18, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[First of its kind queer museum in San Francisco Chinatown amplifies Chinese LGBTQ+ artists]]></title><link>https://www.local10.com/entertainment/2026/06/24/first-of-its-kind-queer-museum-in-san-francisco-chinatown-amplifies-chinese-lgbtq-artists/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/first-of-its-kind-queer-museum-in-san-francisco-chinatown-amplifies-chinese-lgbtq-artists/</guid><dc:creator><![CDATA[By TERRY TANG and TERRY CHEA, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — On one side of the world, Xiangqi Chen can be punished for her LGBTQ+ activism. But on the other, the activist and artist is lauded as a trailblazer — the architect behind the first of its kind Chinese queer art museum.]]></description><pubDate>Wed, 24 Jun 2026 13:18:57 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — On one side of the world, Xiangqi Chen can be punished for her LGBTQ+ activism. But on the other, the activist and artist is lauded as a trailblazer — the architect behind the first of its kind Chinese queer art museum.</p><p>The irony that she left her home in China and found a public platform for her LGBTQ+ artistic expression in San Francisco’s Chinatown — the country’s oldest — is not lost on her.</p><p>“Here in San Francisco Chinatown, I still continued my journey and met so many like-minded community members and friends,” Chen told The Associated Press through an interpreter. “It kind of actually encouraged me and gave me lots of strength to do what I know is my mission, my calling.”</p><p>The OUT Museum opened with a rainbow-ribbon cutting at the end of May — between Asian American Pacific Islander Heritage Month and Pride Month. Situated across from the Chinese Historical Society of America Museum, the bilingual museum is giving recognition to a demographic that has long felt invisible. It seems like an ideal fit in the progressive city at a time when some cities, states and the federal government are restricting or banning certain LGBTQ+ rights.</p><p>To start, the museum is only open on Saturdays and is one room with fewer than a dozen artworks by artists from China and the Chinese diaspora. But there is hope to expand the museum's exhibits and days of operation.</p><p>Museum allows Chinese artists to fully tell their stories</p><p>While still living in China, Chen launched a Kickstarter for a proposed museum six years ago — more than 2,000 donated on the platform. But she knew it likely wouldn't be built there. In 2022, she came to the U.S. on a J-1 visa as a visiting scholar at Georgetown University. By 2024, Chen gained attention in San Francisco for her role in an exhibition at the Asian Art Museum. That led to a residency with the Chinese Culture Center of San Francisco.</p><p>The organization was “proud to be the incubating space for the OUT Museum prototype,” executive director Jenny Leung said in an email.</p><p>The level of support that followed amazed Chen.</p><p>“I got so many chances to connect with the local Asian American queer community and even the Chinatown community in general,” she said.</p><p>Interest soon followed from longtime collaborators and younger artists who reached out via Instagram. They are represented in the inaugural exhibition, which includes photography, zines and an interactive installation where visitors use thread to trace their self-discovery journey with gender and sexuality.</p><p>For Hong Kong-born artist Dixon Ngai, this museum offers an outlet to tell his story as mainstream media typically overlook the Chinese LGBTQ+ community. He contributed a hand-painted, Chinese porcelain wine pot inspired by the Cantonese opera “Di Nü Hua,” or “The Flower Princess.”</p><p>Ngai said the OUT Museum, unlike other exhibitions, is very specific to the experience of the Chinese queer community, allowing “more people to see our voice.”</p><p>Museum affirms evolving attitudes toward LGBTQ+ presence</p><p>Since the museum's opening, Chen has been “one hundred percent moved” by unexpected feedback from one particular demographic: Chinese immigrants, both queer and straight, who have lived in California for decades.</p><p>A 60-year-old transgender man who visited shared how he immigrated to the U.S. in the 1970s for crucial gender-affirming care. There was also a mother looking to connect with her gay adult son.</p><p>“She later emailed me saying that she’s so grateful for all the events the art museum has organized,” Chen said. “Her son came out to her, and she’s very proud of her son and she wants to express gratitude.”</p><p>These reactions are proof the museum is elevating the visibility of Chinese, Chinese American and Asian American LGBTQ+ people, said author and activist Helen Zia, a museum advisory board member. It also shows how attitudes have shifted, she said, as it would have been difficult to mount even 20 years ago.</p><p>“There were Asian churches who would have demonstrations week after week with thousands of people just condemning same-sex couples,” Zia said, recalling the response from the Chinese community in 2008 when she handed out pro-gay marriage flyers in Oakland's Chinatown. “We got people yelling at us, spitting.”</p><p>Later that year, Zia and her wife were among many couples who wed after the California Supreme Court rejected a same-sex marriage ban. Even today, she says the museum's presence sends a needed message.</p><p>“See our humanity,” Zia said. “Here's the beautiful art that we create and imagine and contribute to the world.”</p><p>LGBTQ+ life in mainland China</p><p>versus the US</p><p>Being homosexual in China means living under the radar and discriminatory policies. In 2001, the Chinese Psychiatric Association stopped listing homosexuality as a mental disorder. But LGBTQ+ couples still cannot marry or adopt. They are also limited in their right to publicly advocate. When Chen lived in Shanghai, she ran a grassroots center for lesbians. One of the reasons she left was because during the pandemic the government started cracking down on spaces for LGBTQ+ activism.</p><p>She likely could not even put on an art show, let alone a museum.</p><p>“From 2013 to 2015, that kind of art exhibition by queer artists (could) exist, but only if you don’t explicitly show or tell the audience that your work or yourself identify as queer or LGBTQ,” Chen said. “But not nowadays.”</p><p>That Shanghai center is how Zia met Chen a decade ago. Zia was doing research for a book and toured the center.</p><p>“She's been just incredibly brave in China, creating a center that attracted a lot of state attention,” Zia said.</p><p>A key difference Chen has noticed among American-born Chinese LGBTQ+ people versus those in China is they are more educated about gender and sexual identity and have more access to support.</p><p>Under the second Trump administration, LGBTQ+ rights are increasingly under threat. President Donald Trump's administration has targeted gender-affirming care and sought to ban transgender people in the military. Some anti-Pride lawmakers recently proposed “Nuclear Family Month.”</p><p>San Francisco also recently dealt with shifting LGBTQ+ attitudes after Giants baseball players wrote Bible verses on Pride Night hats.</p><p>Nevertheless, the Chinese artists say the social landscape here is a breath of fresh air.</p><p>“Here in San Francisco, in California, we enjoy the air of freedom, there is equal human rights, there is security,” Ngai said. “So, we are very proud to be ourselves.”</p><p>This Sunday, Chen will proudly walk in her first San Francisco Pride Parade. She will plug the museum while dressed fittingly as a woman warrior from a Cantonese opera.</p><p>“I think completing this opening will be a start for me. It’s not the end,” Chen said. “We still have a long way to go.”</p><p>___</p><p>Tang reported from Phoenix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ESGNRLHJT3KRVEPFRPGIJUIQE.jpg?auth=bf5d116d5a74982c5f6b34845de2c26c51cbf12e45107ee82a65247a8fb1b6e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[OUT Museum founder Xiangqi Chen gestures toward her art piece, "The Weight of Kindness," displayed at the Chinatown museum, Monday, June 22, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5E6X4CCRU4ZDEJYNWXF65EAUGA.jpg?auth=12d9c6c97be551c2d3951cd9db6b03ce4945240a6a667e892920b457755e13d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pedestrian walks down the street next to OUT Museum in Chinatown, Monday, June 22, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZSCAD4BXKKY3GOPTBJHGCWTSQ.jpg?auth=7c5d37059b5b9c875d83963e566310c71f4104f76d22ce0b10dbcec2567c5820&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[OUT Museum founder Xiangqi Chen looks toward "Collective Notation," an interactive installation displayed at the Chinatown museum, Monday, June 22, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZ73BXIZQWUENAPSC5PXAVDJIQ.jpg?auth=8a477985a5516cbb412c0d426f7ecfd06d84c9abc9a7caeb406c2ec6071a4ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[OUT Museum founder Xiangqi Chen looks at "Tracing: Queering Chinese Historical Archive" displayed at the Chinatown museum Monday, June 22, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PORCM5YDD366MFR7KHAR2AQ4JY.jpg?auth=8e9aa1d89d025d7b1059c7fc88cd933105434cbe89f17ce57301f575755a4675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[OUT Museum founder Xiangqi Chen gestures toward porcelain artwork by artist Dixon Ngai displayed at the Chinatown museum, Monday, June 22, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[What is the 2026 song of the summer? AP offers some predictions]]></title><link>https://www.local10.com/entertainment/2026/06/24/what-is-the-2026-song-of-the-summer-ap-offers-some-predictions/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/24/what-is-the-2026-song-of-the-summer-ap-offers-some-predictions/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — What is 2026's song of the summer?]]></description><pubDate>Wed, 24 Jun 2026 04:00:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — What is 2026's song of the summer?</p><p>There's no easy answer. Algorithmic division is certainly a factor in why there isn't an obvious pick this year. Where have the songs like “Despacito” in 2017 or “Old Town Road” in 2019 gone? Last year, some even wondered if Alex Warren’s “Ordinary” — a ballad, not a banger — qualified, a departure from the usual up-tempo, feel-good hits.</p><p>Whatever your summer mood or flavor, The Associated Press has found a song to soundtrack the season, collected in a Spotify playlist.</p><p>Biggest song of the year and therefore the default song of the summer: “Choosin’ Texas,” Ella Langley</p><p>Ella Langley broke out just last year with the throwback, spoken-word track “You Look Like You Love Me,” featuring Riley Green, but it’s her breakup banger “Choosin’ Texas” that has made her a crossover country star. Not only has it spent more time at No. 1 on the Billboard Hot 100 than any other song this year, it also has some of the most distinctive lyrics of the year. “He always loved ‘Amarillo By Morning,’” she sings in a particularly melancholic verse, referencing the George Strait classic. “I should’ve taken that as a warnin’.” Indeed.</p><p>Past champion: “Luther,” Kendrick Lamar and SZA (2025)</p><p>Song of the summer for when you lose the beef but still have fight left in ya: “Janice STFU,” Drake</p><p>For the better part of 2025, Drake mostly made headlines for his feud with Kendrick Lamar. It’s safe to say he lost that war, but he’s clearly not going anywhere; he's still one of the most streamed artists of all time. “Janice STFU” is the undeniable hit off May's “Iceman,” with its familiar Lykke Li interpolation and moody production.</p><p>Past champion: “Nokia,” Drake (2025)</p><p>Song of the summer that shares a title with a film: “Midnight Sun (Girls Trip),” Zara Larsson and PinkPantheress</p><p>It's the title of a 2018 romantic drama starring Bella Thorne and a term used to describe regions around the Arctic Circle. But in 2026, the phrase “Midnight Sun” belongs to Swedish pop star Zara Larsson. It’s the title of her last album and lead single, the inescapable Eurodance-pop “Midnight Sun,” with an elastic vocal performance. Last month, she released “Midnight Sun: Girls Trip,” a collection of remixes featuring everyone from Shakira and Robyn to Kehlani and rapper JT and, of course, PinkPantheress.</p><p>Past champion: “Breakfast at Tiffany’s,” Deep Blue Something (1995)</p><p>Song of the summer for high-energy It Girls: “DANCE…,” Slayyyter</p><p>She’s the “Wor$t Girl in America,” if her cheeky album title is to be believed, but also one of pop’s great new provocateurs. At the album's center is her buzzy electro-pop opus “DANCE…,” perfect for those who’ve been patiently awaiting her mainstream rise — and those who need a good excuse to hit the dance floor.</p><p>Past champion: “Bad Girls,” Donna Summer (1979)</p><p>Song of the summer for the throwback crowd: “I Just Might,” Bruno Mars</p><p>Earlier this year, hitmaker Bruno Mars returned with his first new album in 10 years, anchored by the feel-good, disco-pop-soul single “I Just Might.” The throwback tune is a funky reprieve from slow or boring days — and one that will be heard on wedding dance floors for the foreseeable future.</p><p>Past champion: “Red Red Wine,” UB40 (1983)</p><p>Song of the summer that arrived at the beginning of the year: “Dracula (Jennie Remix)”, Tame Impala and Jennie</p><p>There’s a long tradition of the song of the summer arriving at the top of the year — looking at you, “drivers license” and “Boy’s a Liar PT. 2.” This year, the title goes to Tame Impala’s “Dracula” — particularly the remix with Blackpink’s Jennie. “Run from the sunlight, Dracula,” they harmonize, in a vocal melody inescapable on TikTok and in the real world.</p><p>Past champion: “NUEVAYoL,” Bad Bunny (2025)</p><p>Song of the summer for those looking for a club classic: “Chévere (premium_remix),” by Aria Vega and Ryan Castro</p><p>A club-ready contender for song of the summer should be easy, breezy and amorous. Such is the case of Aria Vega and Ryan Castro's “Chévere (premium_remix),” where reimagined, romantic reggaeton is perfect for a house party or finding the love of your life. Ideally both.</p><p>Past champion: “Break My Soul,” Beyoncé (2022)</p><p>Song of the summer for people who know the power of a good bridge: “The Cure,” Olivia Rodrigo</p><p>In the lead up to her career-best album, “You seem pretty sad for a girl so in love,” Olivia Rodrigo released “The Cure.” It marked a giant step forward for the young songwriter, with dreamy guitars, orchestral strings and most impactful of all: its explosive bridge.</p><p>Past champion: “Hollaback Girl,” Gwen Stefani (2005)</p><p>Song of the summer for people who love music, fashion and film in equal measure: “SS26,” Charli xcx</p><p>So long, “BRAT.” The contemporary pop landscape’s preeminent party girl is in for a bummer of a summer. “SS26,” one of the first tracks released from Charli xcx’s forthcoming “Music, Fashion, Film,” is shockingly minimalistic, with little more than distorted guitar riffs and production that sounds like a simple Casio keyboard preset. It’s rock music, as she’s promised — but done her own way.</p><p>Past champion: “Rhinestone Cowboy,” Glen Campbell (1975)</p><p>Song for people who live like it's summer year-round: “E85,” Don Toliver</p><p>“On the highway with my significant lover (I love),” the singer-songwriter-rapper Don Toliver declares with ease in the chorus of “E85.” “High octane, more fuel for your consumption.” If there is an image more primed for the hot summer months than rolling down the freeway on a trip with a loved one, we have yet to see it.</p><p>Past champion: “Mi Gente,” J Balvin and Willy William (2017)</p><p>Song of the summer for seaside dreamers: “Swim,” BTS</p><p>The game-changing K-pop boy band BTS returned after a nearly four-year musical hiatus with “ARIRANG.” The comeback was led by “Swim,” a reserved, alt-pop track that brings a kind of intimacy to their stadium-sized output. The “Swim” here is metaphorical — as is the “dive” in its chorus — of having a crush, but the aquatic language works in conjuring dreamy, poolside imagery, too.</p><p>Past champion: “Waterfalls,” TLC (1995)</p><p>Song of the summer for the yearners: “Raindance,” Dave ft. Tems</p><p>British rapper Dave and Nigerian singer Tems team up for the Afroswing single “Raindance,” a sweet, sexy song about wanting to lock things down. “Hold me close, don’t tell me goodnight / Are you down to get me?” the pair dreamily duet on the second verse. “Tell me when you’re ready, I’m ready.”</p><p>Past champion: “Nineteen,” Tegan and Sara (2007)</p><p>Song of the summer for the sports crowd: “Dai Dai,” Shakira and Burna Boy</p><p>This summer is all about soccer, so, of course, we had to include one of the official songs for the 2026 FIFA World Cup: “Dai Dai.” The Colombian superstar Shakira and Afrobeats icon Burna Boy team up on an energetic, undeniably global pop track. It exists at the intersection of all their strengths: Afrobeats and Latin rhythms, separate, complementary verses and a strong chorus about unity.</p><p>Past champion: “The Final Countdown,” Europe (1986)</p><p>Song of the summer for those ready to stop feuding and enjoy life again: “Horses & Divorces,” Kacey Musgraves and Miranda Lambert</p><p>Look, there’s no shortage of great songs from Kacey Musgraves’ latest album, “Middle of Nowhere.” A case could be made to include “Mexico Honey” or “Dry Spell” here, but what about a song with norteño accordions and slide guitar that doubles as a cheeky punchline to a fight? The capital-c country “Horses & Divorces” brings musicians' feud to an end over a shared love of drinking and Willie Nelson. What could be sweeter?</p><p>Past champion: “Girl, so confusing,” Charli xcx and Lorde (2024)</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/76DLSLB7OTGVSHFWTBQDKUGCLQ.jpg?auth=8bb5d14c2e79ed1fcbdb2bac05eb1b517028f9243ea17a33195f2cd27c783e75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2CWBPIHA7XQV3QIWFF5FWRMYQU.jpg?auth=2f52e9484386c1e616a398621b906c1617c87b332a8bed331a97290de6f5fe0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kacey Musgraves performs at the New Orleans Jazz & Heritage Festival in New Orleans on April 25, 2025, left, and Miranda Lambert performs at the 60th annual Academy of Country Music Awards in Frisco, Texas on May 8, 2025. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DLLFITEBNVCRGMUN5JYCHWCP7I.jpg?auth=970e7d8d3f45fa0a588d9409067be96caaf846b513f2e9c7e19782b8d71f95ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Korean group BTS appears at the 64th Annual Grammy Awards in Las Vegas on April 3, 2022. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNQ2PVEHQACMGDQ4YL62MP6G5I.jpg?auth=fa07d795fd923677942d93eee986f0e4f903d00037748cfa029b64abebe44e80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Charli xcx performs at the Glastonbury Festival in Somerset, England on June 28, 2025. (Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RWWTTZ5EUG45IRMWYEQERZLUH4.jpg?auth=9fcefb398c9738d74b6a7ee6d6e38d75ed5727e1be9466cceaebb90443c06d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira performs during the Global Citizen Festival in New York on Sept. 27, 2025, left, and Burna Boy performs during the Glastonbury Festival in Somerset, England, on June 30, 2024. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Top Army general who was last US soldier to leave Afghanistan is suddenly leaving his post]]></title><link>https://www.local10.com/news/politics/2026/06/23/top-army-general-who-was-last-us-soldier-to-leave-afghanistan-is-suddenly-leaving-his-post/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/top-army-general-who-was-last-us-soldier-to-leave-afghanistan-is-suddenly-leaving-his-post/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Army's commander of its forces in Europe and Africa — who was famously the last American soldier to leave Afghanistan in 2021 — is unexpectedly stepping down from his post after just 18 months in the job, the Army confirmed late Tuesday.]]></description><pubDate>Wed, 24 Jun 2026 04:01:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Army's commander of its forces in Europe and Africa — who was famously the last American soldier to leave Afghanistan in 2021 — is unexpectedly stepping down from his post after just 18 months in the job, the Army confirmed late Tuesday.</p><p>Gen. Christopher Donahue, commanding general of U.S. Army Europe and Africa and commander of NATO’s Allied Land Command, will relinquish his command on July 2, according to an Army statement provided to The Associated Press. He is the latest in a line of nearly two dozen top military leaders to either retire or depart their jobs early under the leadership of Defense Secretary Pete Hegseth, who has undertaken an effort to thin the ranks of the military’s top brass with the mantra “less generals, more GIs.”</p><p>Donahue's deputy, Maj. Gen. Christopher Norrie, will perform his duties in the meantime, the statement added.</p><p>A West Point graduate and a career special operations commander, Donahue commanded Delta Force units in Iraq and Afghanistan before leading the 82nd Airborne division from July 2020 to March 2022.</p><p>It was during that period that he oversaw the security at Hamid Karzai International Airport during the chaotic U.S. withdrawal from the country in 2021. On Aug. 30, 2021, Donahue became the last U.S. soldier to depart the country after nearly 20 years of war sparked by the attacks of Sept. 11, 2001. The moment was documented in an iconic photo taken through night vision goggles that showed the general boarding the last C-17 cargo plane to depart the country.</p><p>Hegseth and President Donald Trump had made the chaotic withdrawal from Afghanistan — an operation that was set in motion by a treaty negotiated with the Taliban by the Trump administration in its first term — a regular political punching bag and the subject of a new Pentagon review.</p><p>Last May, Hegseth ordered the new examination of the withdrawal despite there having already been multiple reviews of the operation by the Pentagon, U.S. Central Command, the State Department and Congress, which have involved hundreds of interviews and studies of videos, photographs and other footage and data. It’s unclear what specific new information the new review is seeking.</p><p>Donahue’s leadership during the evacuation had nonetheless drawn bipartisan praise. Within the Army, he was widely seen as a top officer who could have led the service or been chosen to be chairman of the Joint Chiefs of Staff.</p><p>An Army official who spoke on condition of anonymity in order to talk about sensitive discussions told The Associated Press that Donahue’s departure comes as the Army is discussing downgrading U.S. Army Europe and Africa from four-star to a three-star command.</p><p>This move would come amid ongoing criticism from Hegseth about European allies.</p><p>Last week, Hegseth told NATO allies he would be conducting a six-month Pentagon review of American forces in Europe that is “designed to ensure that NATO is moving fast and irreversibly toward Europe leading, stepping up to take primary responsibility for the defense of Europe.”</p><p>“It’s a review that some countries will fail and others will pass with flying colors,” he added.</p><p>The Pentagon did not immediately comment on the news of Donahue's departure, which was first reported by The Atlantic.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ROBTLJPA53UJ57V36NHEDGNQGI.jpg?auth=258dbe369b7b425b7789be2477257c2b0a2f3714e2a51ab3023bdd784417bc95&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 General Christopher Donahue, left, commanding general of the 82nd Airborne Division, and Polish General Wojciech Marchwica speak to journalists after unloading vehicles from a transport plane arriving from Fort Bragg at the Rzeszow-Jasionka airport in southeastern Poland, on Feb. 6, 2022. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASPHAHNTRSFFVL35I6RVTA7O6E.jpg?auth=105f7a2dccb101838d5eaaad3496e271d518b60408fa1faf59fce426bff5ca82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Woman accused of drowning 15-month-old daughter found not guilty by reason of insanity]]></title><link>https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/woman-accused-of-drowning-15-month-old-daughter-found-not-guilty-by-reason-of-insanity/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A woman on trial for a violent night that claimed the life of her 15-month-old daughter, has been found not guilty by reason of insanity.]]></description><pubDate>Wed, 24 Jun 2026 03:20:36 +0000</pubDate><content:encoded><![CDATA[<p>A woman on trial <a href="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2021/08/24/police-1-dead-after-multiple-people-including-children-stabbed-by-woman-in-miami-dade/">for a violent night that claimed the life of her 15-month-old daughter</a> has been found not guilty by reason of insanity.</p><p>Officials said 38-year-old Precious Bland drowned the baby, claiming she was trying to baptize everyone in the house, on Aug. 23, 2021. </p><p>Bland’s 38-year-old husband and 16-year-old daughter were stabbed in the incident and survived.</p><p>Authorities discovered the victims at a home located on Northwest 99th Street near 30th Avenue, where they also found Bland suffering from stab wounds determined to be self-inflicted. </p><p>Four other children, all under the age of 11, were in the home at the time of the attack, but they were not harmed.</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[Judge bars immigration arrests at US courthouses in a setback for Trump]]></title><link>https://www.local10.com/news/politics/2026/06/24/judge-bars-immigration-arrests-at-us-courthouses-in-a-setback-for-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/24/judge-bars-immigration-arrests-at-us-courthouses-in-a-setback-for-trump/</guid><dc:creator><![CDATA[By ELLIOT SPAGAT, Associated Press]]></dc:creator><description><![CDATA[A judge on Tuesday barred the federal government from making arrests at immigration courts, ordering an end to a practice that took hold shortly after President Donald Trump took office last year.]]></description><pubDate>Wed, 24 Jun 2026 04:56:12 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Tuesday barred the federal government from making arrests at immigration courts, ordering an end to a practice that took hold shortly after President Donald Trump took office last year.</p><p>The Trump administration's reversal of long-standing policy against arrests at immigration court resulted “not from merely unreasoned decision-making but a complete lack of decision-making,” wrote U.S. District Judge Casey Pitts of San Francisco. Authorities failed to address the “chilling effect” of arrests on whether people attend court hearings.</p><p>“For 80 years, Congress has commanded federal agencies to think before they act,” wrote Pitts, referring to the Administrative Procedure Act, a 1946 law that requires federal agencies to justify its actions. That law, he wrote, "does not require an agency to make the choice that a reviewing court might deem preferable. But it demands that an agency at least provide sound reasons for following its chosen course."</p><p>The ruling is the second setback for courthouse arrests since May when a federal judge in New York barred them at immigration courts. That order applied only in New York, while the latest decision invalidated the policy nationwide.</p><p>James Percival, the U.S. Homeland Security Department's general counsel, criticized the ruling as an exercise in judicial overreach.</p><p>“When a judge sentences a defendant, the defendant is taken into custody. If an alien is ordered removed by an immigration judge, the same should happen. A district judge ordering otherwise is naked judicial activism in service of an anti-American, open borders agenda,” Percival wrote online.</p><p>After Trump took office, hearings across the country often ended with cases being dismissed by the government, setting the stage for plainclothes agents to make arrests in hallways in coordination with attorneys from the Department of Homeland Security.</p><p>Pitts, who was appointed by President Joe Biden, faulted the administration for carrying out the arrests and for holding people in nearby cells for longer than a prescribed 12-hour limit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPK4SHE6RTNOPG47JZ6PLNO5LY.jpg?auth=96ccbf74efeb8bd18338a4d48e04a9a5036692544c9a427488b788502666e237&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Immigration and Customs Enforcement agents pull a man out of an elevator as he and his daughter attempt to leave following a hearing in immigration court, Friday, Sept. 5, 2025, in New York. (AP Photo/Olga Fedorova,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Olga Fedorova</media:credit></media:content></item><item><title><![CDATA[Miami Gardens police make arrest in cold case murder from 2019]]></title><link>https://www.local10.com/news/local/2026/06/23/miami-gardens-police-make-arrest-in-cold-case-murder-from-2019/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/miami-gardens-police-make-arrest-in-cold-case-murder-from-2019/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A man is facing charges connected to the fatal shooting of a teenager in 2019. ]]></description><pubDate>Wed, 24 Jun 2026 02:21:10 +0000</pubDate><content:encoded><![CDATA[<p>A man is facing new charges connected to the <a href="https://www.local10.com/news/local/2022/11/15/family-to-announce-increased-reward-in-teens-unsolved-murder/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/11/15/family-to-announce-increased-reward-in-teens-unsolved-murder/">fatal shooting of a teenager in 2019</a>.</p><p>Warren Pollock, 25, has been charged with murder and attempted murder in the fatal shooting of 17-year-old Rodney Hinds Jr. </p><p>According to police, surveillance video captured Pollock shooting into a car parked at the Shell gas station on the corner of Northwest 183rd Street and Eighth Avenue back on Saturday, October 26 of 2019 just before 1 a.m. </p><p>Authorities said new evidence led detectives to Pollock, who was already in custody for an unrelated murder case.</p><p>He remains behind bars at the Broward Sheriff’s Office 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></item><item><title><![CDATA[‘Deeply disappointed:’ Victims’ loved ones react after George Pino acquitted of wrongdoing in fatal boat crash]]></title><link>https://www.local10.com/news/local/2026/06/23/deeply-disappointed-victims-loved-ones-react-after-george-pino-acquitted-of-wrongdoing-in-fatal-boat-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/deeply-disappointed-victims-loved-ones-react-after-george-pino-acquitted-of-wrongdoing-in-fatal-boat-crash/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Loved ones of the victims killed and seriously injured in the 2022 boat crash involving prominent real estate broker George Pino are expressing their disappointment after Pino was found not guilty on all charges Monday.]]></description><pubDate>Tue, 23 Jun 2026 16:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Loved ones of the victims killed and seriously injured in the 2022 boat crash involving prominent real estate broker George Pino are expressing their disappointment after <a href="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/">Pino was found not guilty</a> on all charges Monday.</p><p><a href="https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/">Leer en español</a></p><p>Pino, 55, was acquitted of manslaughter and vessel homicide. </p><p>Prosecutors accused Pino, then 52, of being reckless when he lost control of his 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing 17-year-old Lucy Fernandez. Two other girls were seriously hurt, including then-17-year-old Katerina “Katy” Puig, who was left permanently disabled.</p><p>“While we do not agree with the verdict, we respect the judicial process and the role of the jury,” the Fernandez family said in statement. “This case was always bigger than George Pino. It is about our daughter, Lucy, and a family who loved her and refused to stop fighting for her. Her story has already changed the landscape of boating in Florida, including how we think about safety on the water and how reckless behavior is addressed and enforced. Speed, alcohol, inattention, and disregard for the rules meant to keep everyone safe are among the most dangerous and deadly choices anyone can make on the water.”</p><figure><img src="https://www.local10.com/resizer/v2/W27KVTFPGRGWTBN4TJNMTAO6FE.jpeg?auth=6b863bfa1fdea1cb74a497d1644f70615142624e56016f6c26eec74f68214382&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The Puig family also expressed their disappointment with the verdict. </p><p>“The Puig family is deeply disappointed by today’s verdict, and our hearts hurt for the Fernandez family, who continue to live every day with the unimaginable loss of Lucy,” the Puig family said in a statement. “For nearly four years, our family has lived with the consequences of that tragic day. We see Katy’s injuries every day. We see the challenges she continues to face, the strength she demonstrates in overcoming them, and the impact this tragedy has had on her life and the lives of those who love her. No verdict can change those realities.”</p><p>Fernandez and Puig were among a group of teenage girls who were onboard Pino’s boat to celebrate his daughter’s 18<sup>th</sup> birthday.</p><p>Prosecutors argued in closing arguments Monday that Pino was reckless and that there was no reason for him to crash his boat.</p><p>“He was reckless and negligent,” Assistant State Attorney Laura Adams said. “No one but this defendant decided the speed or path or direction of travel. No one and nothing is responsible for the death of Lucy Fernandez except that man.”</p><p>They pointed out that while it was not a BUI case, alcohol was part of the story that afternoon.</p><p>“He was going full throttle!” Adams argued. “With all these teens on board that had consumed alcohol.”</p><p>Pino’s defense team, however, argued the crash was a horrible accident and not the result of negligence.</p><p>“It’s not enough that a human failed to do everything they could in a moment in time,” attorney Howard Srebnick said. “It requires a purposeful act of indifference to his passengers.”</p><p>Miami-Dade State Attorney Katherine Fernandez Rundle thanked her prosecutors and said her office accepts the jury’s verdict.</p><p>“In a case like this, there are no winners or losers,” Fernandez Rundle said in a statement. “Mr. Pino must live with what he did, while the Fernandez and Puig families will grapple with the consequences of his actions.”</p><p>The Puig family, in their statement, also thanked the prosecutors for their hard work and said they believed the investigation had been compromised from the beginning. </p><p>“We have long believed that this case was compromised from the very beginning by critical investigative failures on the day of the accident,” the Puig family said. “George Pino was not administered a sobriety test, nor was a blood sample obtained. As a result, evidence that should have been available in a fatal boating accident investigation was lost forever. That failure deprived the prosecutors, the jury, and ultimately the public of information that may have helped provide a more complete picture of what occurred.”</p><p>A <a href="https://katystrong19.org/" target="_self" rel="" title="https://katystrong19.org/">5-on-5 Soccer Classic</a> was held last month in Katy Puig’s honor, supporting her ongoing recovery while building a community focused on education, advocacy and support for individuals and families impacted by traumatic brain injuries. </p><p>The <a href="https://www.lucyfernandezfoundation.org/" target="_self" rel="" title="https://www.lucyfernandezfoundation.org/">Lucy Fernandez Foundation</a> also released a statement, remembering Fernandez as a person who “touched countless lives and left an impact that continues to be felt by all who knew her.”</p><p>“The loss of her life is one that her family, friends and community will carry forever, and no verdict can change that reality or lessen the love people continue to have for her,” the statement continued.</p><p>The Pino family, said in a statement, that they were grateful to the jurors for their decision and that they “continue to mourn the loss of Lucy Fernandez every day and to pray for all those who were affected by this maritime mishap.”</p><p>Full statements from the Lucy Fernandez Foundation, the Puig family and the Pino family can be read in full below:</p><p><b>The Fernandez Family (Melissa, Andy and Kevin Fernandez):</b></p><p><i>“We want to thank ASA Laura Adams, Jonathan Borst, and the entire team at the State Attorney’s Office for their countless hours and tireless pursuit of justice in bringing the proper charges for what happened on that tragic day.</i></p><p><i>“While we do not agree with the verdict, we respect the judicial process and the role of the jury.</i></p><p><i>“This case was always bigger than George Pino.</i></p><p><i>“It is about our daughter, Lucy, and a family who loved her and refused to stop fighting for her. Her story has already changed the landscape of boating in Florida, including how we think about safety on the water and how reckless behavior is addressed and enforced. Speed, alcohol, inattention, and disregard for the rules meant to keep everyone safe are among the most dangerous and deadly choices anyone can make on the water.</i></p><p><i>“The lack of accountability and the blatant efforts to hide the truth do not lessen that loss. They deepen it.</i></p><p><i>“We remain steadfast in our fight for responsibility, for tougher laws, and for stronger enforcement, in the hope of saving lives.</i></p><p><i>“Regardless of the outcome of this case, we hope no one walks away believing that the circumstances that led to Lucy’s death were acceptable. This tragedy serves as a powerful reminder that no family should have to bury a child because of someone’s thoughtless and irresponsible choices.</i></p><p><i>“Lucy’s life mattered. It will go on mattering long after this verdict is forgotten.”</i></p><p><b>The Lucy Fernandez Foundation:</b></p><p><i>“While the legal proceedings have concluded, our focus remains where it has always been: on Lucy.</i></p><p><i>“Throughout this process, Lucy was often discussed as evidence in a case. But to those who knew and loved her, she was so much more. She was a beloved daughter, sister, granddaughter, cousin and friend. She was funny, kind, full of life and had her entire future ahead of her.</i></p><p><i>“Though her life was far too short, Lucy touched countless lives and left an impact that continues to be felt by all who knew her. The loss of her life is one that her family, friends and community will carry forever, and no verdict can change that reality or lessen the love people continue to have for her.</i></p><p><i>“Throughout the court proceedings, one thing became abundantly clear: far too many people who operate boats do not fully understand the responsibilities, risks and laws associated with being on the water. That reality should concern us all. </i></p><p><i>“The mission of the Lucy Fernandez Foundation has never been about a courtroom. It’s about honoring Lucy’s life through education, awareness and advocacy, and we remain committed to promoting boating safety, encouraging responsible operation and helping people better understand the responsibilities that come with being on the water. Our goal is simple: to make Lucy’s favorite pastime safer for everyone and to help prevent other families from experiencing a similar tragedy.</i></p><p><i>“Today, we remember Lucy. We honor her life, the joy and light she brought to others and the legacy she continues to leave behind. We recommit ourselves to the work of making our waterways safer and ensuring that Lucy’s story continues to inspire positive change in our community and beyond.”</i></p><p><b>The Puig Family:</b></p><p><i>“The Puig family is deeply disappointed by today’s verdict, and our hearts hurt for the Fernandez family, who continue to live every day with the unimaginable loss of Lucy.</i></p><p><i>“For nearly four years, our family has lived with the consequences of that tragic day. We see Katy’s injuries every day. We see the challenges she continues to face, the strength she demonstrates in overcoming them, and the impact this tragedy has had on her life and the lives of those who love her. No verdict can change those realities.</i></p><p><i>“We have long believed that this case was compromised from the very beginning by critical investigative failures on the day of the accident. George Pino was not administered a sobriety test, nor was a blood sample obtained. As a result, evidence that should have been available in a fatal boating accident investigation was lost forever. That failure deprived the prosecutors, the jury, and ultimately the public of information that may have helped provide a more complete picture of what occurred.</i></p><p><i>“We are grateful to the prosecutors for their dedication, professionalism, and tireless efforts. They did an outstanding job with the facts and evidence they were given, and they pursued this case with integrity and compassion for the victims and their families.</i></p><p><i>“While we respect our system of justice and the role of the jury, we profoundly disagree with the verdict. Based on the evidence presented, we believe George Pino should have been held accountable for the reckless operation of his vessel. We also believe that many people who are unfamiliar with boating may not fully appreciate the dangers associated with excessive speed on the water or the importance of adhering to established navigational rules that exist to protect lives and prevent exactly this type of tragedy.</i></p><p><i>“The criminal case may now be over, but its consequences are not. Lucy is still gone. Katy’s injuries remain. Two families continue to carry burdens that neither asked for nor deserved.</i></p><p><i>“Today, we remember Lucy. We continue to support Katy in her recovery. We pray for both families and for all those whose lives were forever changed on September 4, 2022. And while we are disappointed by today’s outcome, we remain steadfast in our belief that the truth of what happened that day has not changed.”</i></p><p><b>The Pino Family:</b></p><p><i>“We are grateful to the jurors for their careful consideration of the evidence and for reaching a just verdict. From the beginning, we have maintained that the events of September 4, 2022, were a tragic accident, not a crime. The testimony presented at trial, including unrebutted accounts from eyewitnesses who saw no signs of impairment, confirmed that Mr. Pino was not under the influence, was not operating the vessel recklessly and that he did everything he could to protect his passengers after the accident.</i></p><p><i>“We continue to mourn the loss of Lucy Fernandez every day and to pray for all those who were affected by this maritime mishap. Our hearts remain with the families of those involved in the accident, and we hope that today’s verdict allows everyone to continue the long process of healing.”</i></p>]]></content:encoded></item><item><title><![CDATA[A Kennedy scion loses in a crowded, pricey New York City congressional primary]]></title><link>https://www.local10.com/news/politics/2026/06/23/a-kennedy-scion-loses-in-a-crowded-pricey-new-york-city-congressional-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/a-kennedy-scion-loses-in-a-crowded-pricey-new-york-city-congressional-primary/</guid><dc:creator><![CDATA[By JENNIFER PELTZ and ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[New York (AP) — The Kennedy dynasty won't be returning to Congress next year.]]></description><pubDate>Wed, 24 Jun 2026 03:45:58 +0000</pubDate><content:encoded><![CDATA[<p>New York (AP) — The Kennedy dynasty won't be returning to Congress next year.</p><p>Kennedy family scion and political novice Jack Schlossberg lost Tuesday to New York state Assembly Member Micah Lasher, in a closely watched and crowded Democratic primary for an open congressional seat in the heart of Manhattan.</p><p>Lasher has spent his career in politics, working for officeholders including the man whose seat he hopes to win in November, Democratic longtime Rep. Jerry Nadler. Flanked by another former boss, Gov. Kathy Hochul, and other politicians in New York City's Democratic establishment, Lasher said in his victory speech that he aimed to “revamp and recharge the Democratic Party in Washington" and to show it has "bold new ideas to improve the lives of struggling Americans and then deliver on them."</p><p>Lasher is well positioned for November's general election — Democrats make up two-thirds of the district's registered voters.</p><p>Before the race was called, Schlossberg had made an early appearance at his evening watch party at a Manhattan concert venue to thank his campaign workers and reiterate his message that Democrats need to put forward more frank, responsive and inspiring candidates "who are willing to speak plainly about the cost of living, about corruption and fearlessly about the Constitution."</p><p>“We don’t just need younger candidates. We need different people,” he said, adding, “unless Democrats learn from the signals that are being sent all across the country, we are going to keep on losing.”</p><p>About an hour later, deflated “oohs” rippled through the room of largely young supporters as they got news of Lasher's victory.</p><p>The campaign was colorful and hotly contested, partly because of Schlossberg's star power as the social-media-savvy grandson of the late President John F. Kennedy, but also because the race became an expensive proxy fight among artificial intelligence interests.</p><p>Schlossberg got plenty of attention in the race, as a member of a famous political family who delivered his own “progressive and aggressive” message in dynamic and popular, if sometimes wacky, social media posts.</p><p>Supporters “don’t just like me because I’m a Kennedy," Schlossberg told The Associated Press earlier this year. “They like me because of my experience, my ideas, and they trust me because they see what’s going on with their very own eyes.”</p><p>But he also faced questions about his limited professional resume and his seriousness as a candidate. The 33-year-old, who holds a joint law and business degree, worked briefly at the State Department’s environmental bureau and has written political opinion pieces for Vogue. He said that family money bought him independence from political fundraising.</p><p>Money cascaded into the race as some tech and AI companies lined up against candidate Alex Bores, a former tech company engineer and a state Assembly member who wrote legislation that many in the industry opposed. But some other, more regulation-friendly AI heavyweights counterpunched by trying to help Bores.</p><p>Voters in the district were deluged with mailers and ads, particularly about Bores and rival Micah Lasher, a fellow Assembly member and former Nadler aide. Lasher emphasized his long experience working in government for Nadler and others. Bores positioned himself as a fresher face who stood up to powerful interests.</p><p>“I didn’t get in this race to make a point about AI, but some of the most powerful people on the planet, a handful of oligarchs hell-bent on preventing any regulation of their industry whatsoever … decided they wanted to make an example out of this race. This was a huge and unprecedented fight, and we did not back down,” Bores said in a concession speech.</p><p>Alongside the AI battle, the race featured competing endorsements from Nadler and Carolyn Maloney, the fellow Congress member whom he defeated in a 2022 primary after their once-neighboring districts were largely combined by redrawn maps. This year, Maloney endorsed Bores, while Nadler endorsed Lasher.</p><p>Candidate George Conway had his own political connections, though not necessarily ones he embraced — a former Republican, he was married to Kellyanne Conway, a former adviser to Republican President Donald Trump before distancing himself from both of them. A veteran attorney, George Conway helped create the anti-Trump organization called The Lincoln Project.</p><p>Trump reveled in Conway's defeat, calling him “a Trump Deranged Loser” in a social media post.</p><p>Several other candidates also vied for the nomination.</p><p>___</p><p>Associated Press journalist Emily Wang Fujiyama contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZ3263VRWHUJO2ED2PUFGA3PNU.jpg?auth=6cd20fc30c6a3a04f5ea76c88f8fbe44b731f5293ab19858dced40deba2b84b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Jack Schlossberg speaks during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YYYQVUDV7QKM3LZT34VOGJ3IQ.jpg?auth=d4f94a6953eb14c8ed1540062253ca628c57945b0baaaa5c7bc02184065c3cf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Micah Lasher, center, democratic candidate in New York's 12th Congressional District, speaks during "NY-12 for Congress: Candidate Forum" at 92NY, Wednesday, April 15, 2026, in New York. (AP Photo/Yuki Iwamura,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZKQNBX6Q6BLDUNLN5YRQ7TLBA.jpg?auth=b9d5614e0633e13f48b57c13b56ff41961a70ea4eca0053a9f33834d8230c9dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Jack Schlossberg greets supporters during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GIIWAIWFHUEJKBLRFGTLCTV7Y.jpg?auth=308521ffa9b244dbfc25aa0a5bba38054eb5caf83337a824654cbe0398089b4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past a campaign sign for Democratic Congressional Candidate Jack Schlossberg during New York's primary election on Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52TYIXXSZGFNV7CKLYUTI4G47A.jpg?auth=c6fbc3c3e6b94cd758aacacf9a535840097f9248ce530f2b7f5c2273aa69726d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Assemblymember Alex Bores campaigns for the Democratic nomination for Congress in New York City on Monday, June 22, 2026. (AP Photo/Anthony Izaguirre)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Izaguirre</media:credit></media:content></item><item><title><![CDATA[Cubs manager Craig Counsell perplexed by rainout and irked by 'terrible rule']]></title><link>https://www.local10.com/sports/2026/06/24/cubs-manager-craig-counsell-perplexed-by-rainout-and-irked-by-terrible-rule/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/cubs-manager-craig-counsell-perplexed-by-rainout-and-irked-by-terrible-rule/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After his team got rained out two days in a row, Chicago Cubs manager Craig Counsell sounded a little miffed about the second one.]]></description><pubDate>Wed, 24 Jun 2026 11:36:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After his team got rained out two days in a row, Chicago Cubs manager Craig Counsell sounded a little miffed about the second one.</p><p>Hours later Tuesday, he was criticizing a major league rule that led to his ejection following an unusual play.</p><p>Chicago's series opener Monday night against the Mets in New York was postponed because of poor weather and rescheduled as part of a day-night doubleheader Wednesday at Citi Field.</p><p>Counsell and the Cubs also got washed out back home at Wrigley Field on Sunday, when they were supposed to wrap up a series against the Toronto Blue Jays. That game will be made up Aug. 6.</p><p>“Look, consecutive rainouts are, they're troublesome for pitching, for sure. And frankly, yesterday's game did not need to be rained out. It didn't rain, and for some reason we didn't play," Counsell said in the dugout late Tuesday afternoon, with a tarp covering the infield on another drizzly day in Queens.</p><p>There were a couple of heavy thunderstorms around Citi Field on Monday, in the late afternoon and after 11 p.m. It was a wet day throughout with light showers and mist — but the rain mostly stopped between about 7 p.m. and 10:30 p.m.</p><p>First pitch had been scheduled for 7:10 p.m., but the game was called approximately 40 minutes before that. In their news release, the Mets announced the game was “postponed due to weather.”</p><p>It was the first time the Cubs had back-to-back games postponed because of weather since April 2018 — and the first time in different cities since early October 1986.</p><p>Counsell was asked if he sought any sort of explanation.</p><p>“Major League Baseball tells you the game’s canceled, and that’s it. Especially on the road. That’s all you get,” he said.</p><p>Shota Imanaga had been scheduled to start Monday for Chicago against Japanese countryman Kodai Senga, but with all the uncertainty during the evening about whether the game would be played, the Cubs ended up having Imanaga throw a bullpen and pushed his turn back to Wednesday.</p><p>"Just to give him a chance to touch the mound and be a little more in routine,” Counsell said.</p><p>Edward Cabrera started Tuesday night against Senga in the opener of a four-game series, which began following an 11-minute rain delay. Cabrera hurt his left leg in a 9-6 victory and is headed to the injured list.</p><p>"You stack a doubleheader, which affects — you’re not going to have enough starters available, so we’re either going to end up with a bullpen game or we’re going to call up (someone) later in the week,” Counsell said before the game.</p><p>Getting heated</p><p>In the seventh inning, Michael Busch drew a one-out walk for the Cubs that appeared to advance Pete Crow-Armstrong from first base to second.</p><p>Crow-Armstrong was running on the full-count pitch, however, and slid headfirst into second as Mets catcher Francisco Alvarez threw down. New York manager Carlos Mendoza challenged the play, and a replay review determined Crow-Armstrong was tagged out when he lost contact with second base at one point.</p><p>So even though Busch walked, his teammate was out at second.</p><p>“No comment. Pretty confusing stuff,” said Crow-Armstrong, who was ushered away from umpires when he attempted to argue.</p><p>Counsell got an explanation from the umps about what Mendoza was challenging. But when the call was overturned, Counsell came back onto the field and argued, waving his hand dismissively.</p><p>That's when he got ejected.</p><p>“Umpires interpret rules correctly. They don’t get that stuff wrong," Counsell said. "It’s a bad rule. It’s a terrible rule. I mean, I don’t know what else to say. Like, not a good rule.”</p><p>New arm in the 'pen</p><p>Jayden Murray reported to the Cubs and was added to their bullpen after the right-hander was acquired Saturday from the Houston Astros in a trade for minor league first baseman Cameron Sisneros.</p><p>“This is a guy that’s had a lot of success in the minor leagues. He’s pitched really well in the minor leagues. In the big leagues, he’s gotten just a limited opportunity," Counsell said. "We’ve got options, obviously, so there’s going to be some flexibility, but we like his performance right now in the minor leagues and think he’s ready to pitch big league innings.”</p><p>Murray made his Cubs debut in the ninth and gave up three runs, including Bo Bichette's homer, before getting the final out.</p><p>To open a roster spot, Chicago optioned right-hander Gavin Hollowell to Triple-A Iowa.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6XVQNKFRSJ6SG5FI6L64KHS5BA.jpg?auth=f77215b578e9e5f5e61b54194a707569f088c18b2511dcad74578c09b8a7dd83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' center fielder Pete Crow-Armstrong, left, and manager Craig Counsell, right, argue with umpire Jordan Baker (71) during the seventh inning of a baseball game against the New York Mets, Tuesday, June 23, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPUBVXVATPX5DIPVYOMH2GV7BI.jpg?auth=d3107299ee4934022418553ba9cb5ae6b238c3b05419c6f4cb368c46abd890f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs manager Craig Counsell stands in the dugout during the first inning of a baseball game against the Pittsburgh Pirates in Pittsburgh, Thursday, May 28, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHCPB5NO2QHZ2BZJ5H45Y32NPY.jpg?auth=78df91be469d8675a0d784408b7f3970f13643d0521ee107af1188269c0283f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs manager Craig Counsell talks to reporters in the dugout before a baseball game against the Athletics, Wednesday, June 3, 2026, in Chicago. (AP Photo/David Banks)]]></media:description><media:credit role="author" scheme="urn:ebu">David Banks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DSGQYYGLIQCGEEMFNDUWBE3EIM.jpg?auth=0ae8f1121ef0254d40a5957a99cceaf1f05cddbdac47f46e58dc0a298e681336&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs manager Craig Counsell, left, argues with second base umpire David Rackley after Chicago Cubs designated hitter Moisés Ballesteros hit into a double play in the sixth inning of a baseball game against the Colorado Rockies, Thursday, June 11, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIAIQHOIOIGXIGUWMLMPSTWOHY.jpg?auth=76d0310ea27101fa346775f624453f375f1b04c3d2303cb90cf8ac0a1bd6c62a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secnd base umpire Chris Guccione, front, walks Chicago Cubs manager Craig Counsell off the field following his ejection as he argues after Moisés Ballesteros hit into a double play in the sixth inning of a baseball game against the Colorado Rockies, Thursday, June 11, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[After a difficult rebuild, the Wizards have new hope after adding Dybantsa with the No. 1 pick]]></title><link>https://www.local10.com/sports/2026/06/23/after-a-difficult-rebuild-the-wizards-have-new-hope-after-adding-dybantsa-with-the-no-1-pick/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/after-a-difficult-rebuild-the-wizards-have-new-hope-after-adding-dybantsa-with-the-no-1-pick/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — It has been nearly a half-century since Washington was a real championship contender in the NBA.]]></description><pubDate>Wed, 24 Jun 2026 04:25:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — It has been nearly a half-century since Washington was a real championship contender in the NBA.</p><p>Now, AJ Dybantsa's arrival represents a potential turning point for a franchise that could really use one.</p><p>“He is a special person,” general manager Will Dawkins said. “I can't wait for the city to really embrace him. He's already started his own foundation giving back to people back in Massachusetts, Jamaica, Africa. He really is about where he wants to be.”</p><p>The Wizards took Dybantsa with the first overall pick in Tuesday night's NBA draft. The 6-foot-9 freshman averaged 25.5 points at BYU last season. Born in Boston, Dybantsa played at Utah Prep in high school before staying in state for his one year in college. When Washington won the draft lottery, there was speculation the Utah Jazz might try to trade up from No. 2 to take Dybantsa, but ultimately the Wizards kept the pick and selected him.</p><p>“I was just super confident. I've been betting on myself for a while now,” Dybantsa said. “Since about ninth grade I've been No. 1, so I didn't really plan on dropping in the draft.”</p><p>Dybantsa’s full name is Anicet Francois Dybantsa Jr. He wore flag pins Tuesday for Jamaica and the Republic of Congo, where his mother and father are from. Dybantsa had the commissioner announce him as Anicet in honor of his father.</p><p>“We're definitely getting a difference maker on the basketball court. There's no doubt about that,” Dawkins said. “What I would want our fans to know night one is that he is a worker. He is a passionate person who loves basketball and will continue to work and get better."</p><p>Dybantsa has drawn comparisons to Kevin Durant, his favorite player. That’s fitting, because Durant has been a white whale of sorts for Wizards fans, since he’s from D.C. but hasn’t played there while in college or the pros.</p><p>The process of scouting Dybantsa began long before Washington found out it would pick first. He's been on the radar for a while.</p><p>“He’s just a competitor,” Dawkins said. “He sees a challenge and he attacks it. I’ve seen that from a very young age to where he is now. He has a humility about him that he knows how good he is, but he wants to keep working so he can reach the highest level.”</p><p>The Wizards won an NBA title in 1978, back when they were called the Bullets. But they have not won 50 games since 1979, and that was also the last time they so much as reached the conference finals. In between periods of total futility, they've occasionally had entertaining players and interesting teams. But a true superstar capable of delivering a championship? That's been for other franchises.</p><p>Washington blew the top pick in 2001, taking Kwame Brown. The Wizards fared better in 2010 with John Wall at No. 1 overall, and he at least helped them get past the first round of the postseason.</p><p>That era eventually ran its course, and not even a brief visit from Russell Westbrook in 2020-21 could make Washington particularly relevant. Recently, the Wizards have embarked on a significant rebuild that yielded a record of 50-196 over the past three seasons.</p><p>Washington drafted big man Alex Sarr at No. 2 overall in 2024, and the roster also includes recent first-round picks Tre Johnson, Bub Carrington, Bilal Coulibaly, Kyshawn George, Will Riley and Cam Whitmore. Even before they won this year's lottery, there were signs the Wizards would be a lot more interesting in 2026-27. They traded for Trae Young and Anthony Davis last season, and although Davis didn't play at all for Washington and Young barely did, Dybantsa is joining a team that has some intriguing talent around him.</p><p>“Obviously they have a great young core, and the potential is there,” Dybantsa said. “Them adding me, I think I can help them a little bit. Them re-signing Trae Young, them having A.D. and having good vets along with our young core. I think we can do big things.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NWG5OMHJ5H5PF42ASDBWVNNWZU.jpg?auth=4805eae6e947dc71d4906222fd4ce369904760559700eea9358b66c5fed5360f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Draft prospect AJ Dybantsa is introduced at the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRNQQMMD2P7HFT7YEHLXCBUAVA.jpg?auth=6ea2803a41c2fe3197784dbd829c67a36357a4a8566f66abd5e558f3485eeef5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[AJ Dybantsa arrives for the first round of the NBA basketball draft Tuesday, June 23, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LJHKVLTYGJVFNGXW7TBAHWUZE4.jpg?auth=412556b27836f5454fe43731fa42babf8776d46f656b15441c7eaa6d4a55667c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[AJ Dybantsa arrives for the first round of the NBA basketball draft Tuesday, June 23, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLBRP2H4YGSY36VRZNJVYONOIE.jpg?auth=8846046af1a8d3bd4b1326d09b1f0c1991a26ee65e31a85358f971a198a6f0a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[AJ Dybantsa, right, poses for a photo with NBA commissioner Adam Silver, left, after being selected by the Washington Wizards as the first pick in the first round of the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[2026 NBA draft tracker: List of 1st-round picks]]></title><link>https://www.local10.com/sports/2026/06/23/2026-nba-draft-tracker-list-of-1st-round-picks/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/2026-nba-draft-tracker-list-of-1st-round-picks/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[The players selected in the first round of the NBA draft Tuesday night in New York:]]></description><pubDate>Wed, 24 Jun 2026 03:32:20 +0000</pubDate><content:encoded><![CDATA[<p>The players selected in the first round of the NBA draft Tuesday night in New York:</p><p>___</p><p>1. Washington Wizards — AJ Dybantsa, forward, 6-9, 217, BYU</p><p>Scouting report: First-team Associated Press All-American and national scoring leader (25.5) as a sturdy-framed freshman. Pressured defenses by creating his own shot and getting to the line, where he led the country in made free throws (229) and attempts (296). Synergy rated him as “Excellent” as the ballhandler in pick-and-rolls (87th percentile, 27% of possessions) and post-ups (94th, 10.9%). Averaged 6.8 rebounds and 3.7 assists. Shot 51%. Scored  BYU freshman-record 43 points against Utah. Must improve his 3-point shot (33.1%).</p><p>2. Utah Jazz — Darryn Peterson, guard, 6-5, 199, Kansas</p><p>Scouting report: Scoring playmaker thrives off the dribble, in halfcourt and in transition. Freshman averaged 20.2 points, 4.2 rebounds and 1.6 assists. Shot 38.2% on 3-pointers, hitting  six 3s in a win at Oklahoma State. Made 82.6% of free throws, logging six games with at least eight attempts. Biggest questions centered on availability. Dealt with a preseason full-body cramping issue requiring hospitalization, then missed 11 games for injury or illness. Frequently had limited minutes for uncertainty with his day-to-day status.</p><p>3. Memphis Grizzlies — Cameron Boozer, forward/center, 6-8, 253, Duke</p><p>Scouting report: Fifth freshman named AP men’s national player of the year. Averaged 22.5 points and 10.2 rebounds. Shot 55.6%, routinely finishing through contact and physical play. Made 39.1% of 3s. Rated “Excellent” by Synergy against man defense (94th percentile), on post-ups (86th) and spot-up shots (95th). Strong passer (4.1 assists) out of double teams or in initiating offense. Son of former Duke and NBA player Carlos Boozer. Lacks explosive athleticism, relying more on strength and positioning than above-the-rim play.</p><p>4. Chicago Bulls — Caleb Wilson, forward, 6-9, 211, North Carolina</p><p>Scouting report: Second-team AP All-American as a freshman with explosive athleticism, go-go-go motor, 7-foot wingspan and spotlight-embracing personality. Averaged 19.8 points and 9.4 rebounds. Thrived at the rim and in transition. Stood out in marquee wins against Kansas and rival Duke. Needs to add strength and hone his 3-point shot (25.9%). Had a national-leading 66 dunks when he suffered a broken left hand in mid-February, then broke his right thumb in practice when on the verge of returning in March.</p><p>5. Los Angeles Clippers (from Indiana) — Keaton Wagler, guard, 6-5, 188, Illinois</p><p>Scouting report: Freshman four-star recruit became a second-team AP All-American in Illinois’ first Final Four run since 2005. Can play on or off the ball. Averaged 17.9 points, 5.1 rebounds and 4.2 assists. Shot 39.7% on 3s, hitting nine 3s in a 46-point outburst against Purdue. Rated “Excellent” by Synergy as the pick-and-roll ballhandler and with his jumper in off-the-dribble and catch-and-shoot opportunities. Lacks elite athleticism. Needs to add strength.</p><p>6. Brooklyn Nets — Mikel Brown Jr., guard, 6-5, 180, Louisville</p><p>Scouting report: Freshman offers scoring punch with combo-guard size. Averaged 18.2 points and 4.7 assists. Erupted for 45 points and 10 3-pointers in a blowout of N.C. State to break the Atlantic Coast Conference freshman scoring record set by 2025 No. 1 overall pick Cooper Flagg. Needs to add strength. Battled back issues that sidelined him for eight midseason games and then resurfaced  to sideline him for the last six.</p><p>7. Sacramento Kings — Darius Acuff Jr., guard, 6-2, 186, Arkansas</p><p>Scouting report: First-team AP All-American with standout offensive skills. Freshman ranked third nationally in scoring (23.5) and 14th in assists (6.4), leading Razorbacks to first Southeastern Conference Tournament title in 26 years. Had program freshman-record 49 points in a double-overtime loss at Alabama. Thrived as the pick-and-roll ballhandler (rated “Excellent” in the 89th percentile by Synergy) and in isolation (rated “Very good” in the 74th percentile). Defense is a question.</p><p>8. Atlanta Hawks (from New Orleans) — Kingston Flemings, guard, 6-3, 183, Houston</p><p>Scouting report: Third-team AP All-American as a freshman with potential to be disruptive defensively. Averaged 16.1 points, 4.1 rebounds and 5.2 assists. Pressured opponents in transition or off the bounce. Had program freshman-record 42 points in a loss to Texas Tech. Posted a nearly 3:1 assist-to-turnover ratio. Ranked in the top six at combine in lane-agility time, shuttle run and three-quarter-court sprint. Needs to add strength and refine shot mechanics.</p><p>9. Dallas Mavericks — Morez Johnson Jr., forward/center, 6-9, 251, Michigan</p><p>Scouting report: Versatile and physical presence as a sophomore transfer from Illinois, helping Michigan win its first NCAA title since 1989. Averaged 13.1 points, 7.3 rebounds and 1.1 blocks with potential to play forward or a small-ball 5-man. Thrived as a cutter, in post-ups and in finishing at the rim. Ranked ninth at the combine with a better than 7-3 wingspan.</p><p>10. Milwaukee Bucks — Brayden Burries, guard, 6-4, 215, Arizona</p><p>Scouting report: Freshman combo guard offers potential to impact both ends of the court. Averaged 16.1 points, 4.9 rebounds and 2.4 assists for 36-win Final Four team. Shot 49.1% overall, 39.1% on 3-pointers and 80.5% on free throws. Averaged 1.5 steals, including nine games with at least three. Ranked fourth at the combine in standing vertical leap (35 inches).</p><p>11. Golden State Warriors — Yaxel Lendeborg, forward, 6-9, 241, Michigan</p><p>Scouting report: First-team AP All-American for NCAA champion. Has a strong frame and better than 7-3 wingspan. Shot 37.2% on 3s at career-high volume compared to 34.9% through two seasons at UAB. Showed toughness by gritting through ankle and knee injuries in the Final Four and title game. Older prospect (23) who spent three years in junior college.</p><p>12. Oklahoma City Thunder (from Los Angeles Clippers) — Aday Mara, center, 7-3, 260, Michigan</p><p>Scouting report: Junior from Spain projects as a defensive force after helping Michigan win the national title. Averaged 12.1 points, 6.8 rebounds and 2.4 assists in 23.4 minutes. Ranked sixth nationally in blocks (2.6). Shot 66.8% overall. Led all combine players in standing reach (9-9) while ranking second in wingspan (7-6). Must improve at the line (56.4%).</p><p>13. Miami Heat (traded to Milwaukee) — Nate Ament, forward, 6-10, 211, Tennessee</p><p>Scouting report: Freshman offers intriguing versatility and athleticism as No. 2 scorer (16.7) for Elite Eight team. Illustrated long-term potential while averaging 22.8 points on 45.2% shooting from Jan. 10 to Feb. 20, including 39.1% on 3s. Must fill out his game with spot-up shots accounting for 18.7% of his possessions, according to Synergy. Needs strength to handle physical play.</p><p>14. Charlotte Hornets — Hannes Steinbach, forward/center, 6-10, 248, Washington</p><p>Scouting report: German freshman averaged 18.5 points and national-best 11.8 rebounds. Had a 24-rebound game against USC and five other games with at least 15 boards. Also had 10 games with at least six offensive rebounds. Shot 57.7% overall. Showed inside-out potential by hitting 18 3-pointers (34.5%). Averaged 1.2 blocks with better than 7-2 wingspan.</p><p>15. Chicago Bulls (from Portland) — Dailyn Swain, guard/forward, 6-7, 211, Texas</p><p>Scouting report: Junior transfer from Xavier averaged 17.3 points, 7.5 rebounds and 3.6 assists. Most of his work came as the ballhandler in pick-and-roll scenarios and in transition. Showed active hands by averaging 1.6 steals. Must improve 3-point shooting after shooting 34.4% last year and 29.3% through three seasons.</p><p>16. Memphis Grizzlies (from Phoenix via Orlando, traded to Oklahoma City) — Bennett Stirtz, guard, 6-3, 186, Iowa</p><p>Scouting report: Senior point guard who climbed from Division II to Drake, then led Iowa to its first Elite Eight since 1987. Averaged 19.8 points, 4.4 assists and 1.4 steals. Synergy rated him as “Excellent” as the ballhandler in pick-and-roll scenarios (91st percentile), working in isolation (84th) and finishing at the rim (90th).</p><p>17. Oklahoma City Thunder (from Philadelphia, traded to Detroit) — Ebuka Okorie, guard, 6-1, 186, Stanford</p><p>Scouting report: Four-star prospect who became a surprise freshman star. Ranked seventh nationally in scoring (23.2). Posted eight 30-point games, including 40 points in a win against Georgia Tech and 36 in a win against North Carolina. Showed the burst to score in transition and the halfcourt despite being undersized.</p><p>18. Charlotte Hornets (from Orlando via Phoenix) — Christian Anderson, guard, 6-1, 180, Texas Tech</p><p>Scouting report: Third-team AP All-American as a sophomore. Averaged 18.5 points and ranked fifth nationally in assists (7.4). Projects as a scoring playmaker despite being undersized. Shot 40% on 3-pointers over two seasons. Thrived as the ballhandler in pick-and-roll scenarios (93rd percentile in Synergy) and as a spot-up shooter (90th).</p><p>19. Toronto Raptors — Allen Graves, forward, 6-8, 226, Santa Clara</p><p>Scouting report: West Coast Conference’s freshman and sixth man of the year for program that reached first NCAA Tournament since 1996. Averaged 11.8 points and 6.5 rebounds in 22.6 minutes. Shot 51.2% overall. Showed range (41.3% on 3s) and defensive potential (0.9 blocks, 1.9 steals).</p><p>20. San Antonio Spurs (from Atlanta) — Jayden Quaintance, center, 6-9, 253, Kentucky</p><p>Scouting report: Physical tools stand out but sophomore’s health is a question. Suffered torn ACL in right knee in February 2025 while playing for Arizona State, then played just four games at Kentucky due to lingering swelling. Ranked fourth at the combine in wingspan (better than 7-5) and has big hands (tied for combine lead with 11-inch width, tied for second with 9.5-inch length).</p><p>21. Detroit Pistons (from Minnesota, traded to Memphis) — Karim Lopez, forward, 6-8, 222, New Zealand Breakers (Australia)</p><p>Scouting report: Versatile forward with athleticism and a nearly 7-foot wingspan. Native of Mexico. Spent two seasons in Australia’s National Basketball League’s “Next Stars” developmental program that produced lottery picks LaMelo Ball, Josh Giddey and Alex Sarr in recent years. Averaged 11.9 points and 6.1 rebounds last year. Turned 19 in April.</p><p>22. Philadelphia 76ers (from Houston via Oklahoma City) — Labaron Philon Jr., guard, 6-3, 176, Alabama</p><p>Scouting report: Third-team AP All-American as a sophomore after averaging 22.0 points and 5.0 assists. Made a leap in shooting efficiency at 50.1% overall (up from 45.2% as a freshman) and 39.9% on 3s (up from 31.5%). Thrived as ballhandler in pick-and-rolls (94th percentile in Synergy) and repeatedly beat man defenses in the halfcourt (90th).</p><p>23. Atlanta Hawks (from Cleveland) — Zuby Ejiofor, forward/center, 6-8, 245, St. John’s</p><p>Scouting report: Senior offered a physical presence in St. John’s Sweet 16 run, averaging 16.3 points, 7.3 rebounds and 2.1 blocks. Made 18 of 59 3s (30.5%) for some inside-out range. Has defensive potential with high motor, strong frame and 7-2 wingspan allowing him to tussle in the paint and move his feet to handle switches.</p><p>24. New York Knicks — Cameron Carr, guard, 6-5, 184, Baylor</p><p>Scouting report: Transferred from Tennessee and blossomed as a redshirt sophomore in a lead role with the Bears. Averaged 18.9 points, 5.8 rebounds and 2.6 assists. Shot 49.4% overall and 37.4% on 3s. Ranked among combine leaders in standing vertical leap (second at 38 inches) and max vertical leap (third at 42.5 inches).</p><p>25. Los Angeles Lakers — Sergio De Larrea, guard, 6-6, 205, Valencia Basket (Spain)</p><p>Scouting report: A 20-year-old playmaker with size and range. Posted modest numbers (4.2 points, 2.2 assists in 11.2 minutes) in 31 games of top-level EuroLeague competition, but shot 39.6% from 3-point range and had a 1.8 assist-to-turnover margin. Has a 6-9 wingspan and good passing touch.</p><p>26. Denver Nuggets — Tarris Reed Jr., center, 6-10, 260, Michigan</p><p>Scouting report: Interior force who powered UConn’s NCAA title-game run. Senior had career-high averages of 14.7 points, 9.0 rebounds, 2.3 assists and 2.0 blocks. Had 31 points and 27 rebounds in first-round NCAA win against Furman as first player since Houston’s Elvin Hayes (1968) with a 30/25 game in March Madness. Has a better than 7-4 wingspan.</p><p>27. Boston Celtics — Chris Cenac Jr., forward/center, 6-11, 240, Houston</p><p>Scouting report: Freshman and McDonald’s All-American with rangy skills. Started 36 games and led top-10 team in rebounding (7.9). Hit 30 3-pointers. Settled into a complementary role (9.5 points) and had three or fewer baskets in 18 of 37 games. Didn’t get to the line often (58 attempts in 37 games) and shot poorly when he did (62.1%).</p><p>28. Minnesota Timberwolves (from Detroit, traded to Brooklyn) — Joshua Jefferson, forward, 6-8, 246, Iowa State</p><p>Scouting report: Second-team AP All-American. Senior playmaker with a strong frame and size. Averaged 16.4 points and 7.4 rebounds. Passing is a standout skill (4.8 assists) with his ability to initiate offense. Had four games with at least 10 assists. Posted a nearly 2-to-1 assist-to-turnover ratio.</p><p>29. Cleveland Cavaliers (from San Antonio via Atlanta) — Alex Karaban, forward, 6-7, 225, UConn</p><p>Scouting report: Tested and versatile redshirt senior with range (career 37.4% on 3s) and 6-11 wingspan. Held career averages of 12.5 points, 5.0 rebounds, 2.0 assists and 1.0 blocks. UConn won two NCAA titles and played for a third with him as a full-time starter.</p><p>30. Dallas Mavericks (from Oklahoma City via Washington and Philadelphia) — Koa Peat, forward, 6-7, 245, Arizona</p><p>Scouting report: Sturdy-framed freshman who averaged 14.1 points, 5.6 rebounds and 2.6 assists for Final Four team. Scored primarily in transition, on post-ups or as the roller in pick-and-rolls. Made seven 3s with a jumper rated as “Below Average” (27th percentile) by Synergy. Tied for fifth at the combine in standing vertical leap (34.5 inches).</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WT3TWA5DXLXPKSHKEL5P57KDHM.jpg?auth=ef72e4d426be44828af14f36367febe05d99478c858a8404e80b8b928920c0c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prospective draftees pose for a group photo with NBA Commissioner Adam Silver, center, before the first round of the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWG5OMHJ5H5PF42ASDBWVNNWZU.jpg?auth=4805eae6e947dc71d4906222fd4ce369904760559700eea9358b66c5fed5360f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Draft prospect AJ Dybantsa is introduced at the NBA basketball draft, Tuesday, June 23, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XF53Q4XXUKBS4OV4E3R4RG3ZI4.jpg?auth=ebb1e4d174893a074a0a09b62ee6780ec2d7a6a71e365dd57c7b229cfa861cf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darryn Peterson arrives for the first round of the NBA basketball draft Tuesday, June 23, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6OMLKEBNIXI7D2FSQN7FLJ4IWM.jpg?auth=dd18cba54ad28b91c33057ee9c4e6b2c44a5b188f9a53ffb34ca82f98e4d4770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameron Boozer arrives for the first round of the NBA basketball draft Tuesday, June 23, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODVUQ2EJMA6LZOUBOZM63BQ2CM.jpg?auth=9b5e2ecf4b09e98b616416a33e6a60ade8857a4e101565132e9690286c2dfff6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Caleb Wilson arrives for the first round of the NBA basketball draft Tuesday, June 23, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Anthropic’s Mythos model found vulnerabilities in classified US government systems, official says]]></title><link>https://www.local10.com/news/politics/2026/06/23/anthropics-mythos-model-found-vulnerabilities-in-classified-us-government-systems-official-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/anthropics-mythos-model-found-vulnerabilities-in-classified-us-government-systems-official-says/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A U.S. official told The Associated Press on Tuesday that one of Anthropic's artificial intelligence models had identified vulnerabilities in highly sensitive and secure U.S. government computer systems during a testing exercise.]]></description><pubDate>Wed, 24 Jun 2026 00:13:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A U.S. official told The Associated Press on Tuesday that one of Anthropic's artificial intelligence models had identified vulnerabilities in highly sensitive and secure U.S. government computer systems during a testing exercise.</p><p>The official, who spoke on the condition of anonymity to discuss the matter, said Anthropic had teamed up with U.S. intelligence agencies to conduct tests using the company's Mythos model. It had identified certain vulnerabilities within hours, but that does not mean the model was able to exploit them within that time, the official said.</p><p>The official said the testing was done through an Anthropic initiative called Project Glasswing, which brought together tech giants and other companies in hopes of securing the world’s critical software from “severe” fallout that the Mythos model could pose to public safety, national security and the economy.</p><p>Democratic Sen. Mark Warner of Virginia had briefly mentioned the testing during a June 11 hearing before the Senate Committee on Banking, Housing, and Urban Affairs. Warner had said, “This tool broke into almost all of our classified systems, not in weeks but in hours.” He attributed the information to the head of the National Security Agency and U.S. Cyber Command, who is Gen. Joshua Rudd.</p><p>The NSA declined to comment on the matter in an email. An Anthropic spokesman also declined to comment.</p><p>Despite the recent cooperation between Anthropic and U.S. agencies to test for vulnerabilities, tensions between the California company and the Trump administration have been growing. Anthropic has raised concerns over how the U.S. military would use its AI, while the administration has restricted the use of some of Anthropic’s models.</p><p>The administration issued a directive earlier this month requiring Anthropic to prevent foreign nationals from using its latest artificial intelligence models, known as Fable 5 and Mythos 5. Anthropic released Fable widely earlier this month. That model is a limited version of the more advanced Mythos, to which the company has tightly limited access due to cybersecurity fears.</p><p>The directive came 10 days after President Donald Trump signed an executive order to establish a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release. Participation by AI developers would be voluntary, the order said.</p><p>Anthropic said it disabled the models for all of its customers to comply with the administration's directive. The AI giant said it did not believe the steps taken by the government were warranted by the concern it flagged about a potential security issue.</p><p>A group of cybersecurity executives has also asked the Trump administration to lift its directive, saying the move could help U.S. adversaries more than it hurts them. More than 100 cybersecurity experts and leaders from companies including Adobe and Nvidia told the government in a letter that Anthropic’s Mythos models are “quite good” at finding flaws in software and weaponizing exploits — but they are ”not uniquely good at these tasks."</p><p>Many of the letter’s signatories said they regularly use other foundation and open-source models for security audits and training. The letter said it is dangerous to take away the best cyber defense capabilities “without a good reason” when America’s adversaries are rapidly advancing.</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><media:content url="https://www.local10.com/resizer/v2/JGYDL6ZWL6QJQPLG2SDHGIMNDA.jpg?auth=84518b285710d34c940a2d797adaa0224da6e8bce8badbe52293cd8932c30a85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and President Daniela Amodei, left, speaks with Snowflake CEO Sridhar Ramaswamy during the keynote presentaton at Snowflake Summit 26 Monday, June 1, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Olympian skier Bode Miller pleads not guilty to Idaho misdemeanor drug charges]]></title><link>https://www.local10.com/sports/2026/06/23/olympian-skier-bode-miller-pleads-not-guilty-to-idaho-misdemeanor-drug-charges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/olympian-skier-bode-miller-pleads-not-guilty-to-idaho-misdemeanor-drug-charges/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[BOISE, Idaho (AP) — Olympic gold medalist skier Bode Miller has pleaded not guilty to a pair of misdemeanor drug charges after he was arrested on a charge of possessing psilocybin mushrooms.]]></description><pubDate>Wed, 24 Jun 2026 01:39:29 +0000</pubDate><content:encoded><![CDATA[<p>BOISE, Idaho (AP) — Olympic gold medalist skier Bode Miller has pleaded not guilty to a pair of misdemeanor drug charges after he was arrested on a charge of possessing psilocybin mushrooms.</p><p>Miller was arrested June 6 in eastern Idaho, according to court records, and pleaded not guilty to possession of a controlled substance and possession of drug paraphernalia the following week.</p><p>Miller said in a post on Instagram that he was pulled over after accelerating to pass a vehicle on the highway. His friend had a small amount of cannabis and a cannabis pipe, which Miller said he didn't know about.</p><p>“We fully cooperated with the officer,” he said. "I am hopeful the misdemeanor charges will be dropped once the facts are reviewed.”</p><p>The court documents don't include any details about the circumstances surrounding Miller's arrest. But in a probable cause statement, Fremont County Sheriff's Deputy Jacob Hurt wrote that he found Miller with a white dispensary bag containing 4.1 grams of the psychedelic mushrooms.</p><p>Idaho has some of the strictest drug laws in the nation. But Colorado and Oregon have both legalized the use of psilocybin for therapeutic treatments, and the substance has become increasingly popular with some health advocates who believe that microdosing it or using it in therapeutic settings can help ease anxiety, depression and post-traumatic stress disorder.</p><p>In April, President Donald Trump signed an executive order directing the Food and Drug Administration and other federal agencies to speed up research and loosen restrictions on psychedelics, and in response the FDA said it would offer ultra-fast review to three psychedelic drugs being developed to treat mental health conditions.</p><p>The 48-year-old Miller took a gambler’s approach to ski racing. His high-risk, high-reward style resulted in six Olympic medals, including gold in the super-combined at the 2010 Vancouver Games, and numerous crashes.</p><p>His last major race was at the 2015 world championships in Beaver Creek, Colorado, when a bad wipeout knocked him out of the super-G. He cut a gate too close and hooked his left arm, sending him spiraling out of control. His skis popped off, and he began to somersault down the slope before righting himself. He slowly got up and waited for someone to bring him his skis. Once he clicked back into the skis, he went down the slope and waved to the fans. Miller later underwent surgery to fix a torn right hamstring tendon caused when his ski sliced him.</p><p>Miller won 33 World Cup races and a pair of World Cup overall titles. He also captured four gold medals at world championships.</p><p>___ Associated Press journalists Pat Graham and Jake Seiner contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EW7DSONUTWPFXT3RJJ6SATUT44.jpg?auth=4c21a0a85bd9502dba8ec72e5e5483fa27294a7650490d4c497ba62e8d7beb02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Bode Miller makes a jump during men's downhill combined training at the Sochi 2014 Winter Olympics, Feb. 13, 2014, in Krasnaya Polyana, Russia. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCJMQS5Z6LEVG6OYZAMN4UJ6ZM.jpg?auth=88ca5be8e42550cde570d1f83fe900eae1937219ecfb0bdfd8605ee940bacea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - USA men's ski team member and six-time Olympic medalist Bode Miller participates in a news conference at the alpine skiing world championships Feb. 2, 2015, in Beaver Creek, Colo. (AP Photo/Brennan Linsley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brennan Linsley</media:credit></media:content></item><item><title><![CDATA[House gives final approval to bipartisan housing bill aimed at lowering costs]]></title><link>https://www.local10.com/news/politics/2026/06/23/house-gives-final-approval-to-bipartisan-housing-bill-aimed-at-lowering-costs/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/house-gives-final-approval-to-bipartisan-housing-bill-aimed-at-lowering-costs/</guid><dc:creator><![CDATA[By MICHAEL CASEY and MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The House gave final approval Tuesday to a broad bipartisan bill aimed at lowering the cost of housing, with lawmakers in both parties eager to show progress on affordability issues ahead of this year's midterm elections.]]></description><pubDate>Tue, 23 Jun 2026 23:27:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The House gave final approval Tuesday to a broad bipartisan bill aimed at lowering the cost of housing, with lawmakers in both parties eager to show progress on affordability issues ahead of this year's midterm elections.</p><p>The 358-32 vote sends the bill to President Donald Trump, who is expected to sign it into law Wednesday at the Capitol. The Senate passed the legislation 85-5 on Monday.</p><p>The legislation would reduce federal regulations, streamline environmental reviews, speed up the construction process and curb the influence of corporate landlords by limiting their ability to purchase single-family homes. It represents one of the most sweeping efforts in decades to increase the supply of housing and bring down prices, as voter frustration runs high about the cost of living.</p><p>Democratic Rep. Maxine Waters of California, who helped negotiate the bill, said the median age of a first-time homebuyer is now 40 and rents have soared some 47% since the COVID-19 pandemic.</p><p>“Our country must do better and today we will," she said.</p><p>Dozens of bills were combined to create the final package after months of negotiations, creating a rare moment of bipartisanship in a congressional session that has been plagued by bitter standoffs.</p><p>House Financial Services Chairman French Hill, an Arkansas Republican who worked with Waters and the Senate on the bill, said it is the first time in years that Congress has come together to make “measurable, accountable changes” to the nation's housing laws.</p><p>The bill will “help build more homes to meet that growing demand and keep the American dream within reach,” he said.</p><p>The bill expands financing and protects renters</p><p>The legislation on its way to Trump would expand financing, encourage the development of “innovative housing” like modular homes, require new renter protections and enhance programs that aim to end homelessness.</p><p>It would also offer funding to local governments that build more housing, including Community Development Block Grant money to places exceeding the median rate of homebuilding. It would provide new dollars for communities to turn abandoned infrastructure into housing, and it offers a framework for communities that want to reform outdated zoning regulations, which often limit larger housing developments.</p><p>ln addition, the bill would raise limits on the number of public housing units that can receive financing for renovations and codify a recovery program to help expedite funds to communities rebuilding after disaster.</p><p>The legislation does not include a Senate provision that would have required investors to sell newly constructed homes within seven years.</p><p>Housing costs are a concern for both parties</p><p>Republicans and Democrats have embraced the bill as a way to show they are addressing the nation’s affordability crisis, driven in part by rising home prices due to a shortage of affordable housing. The U.S. housing market has been in a slump dating back to 2022, when mortgage rates began to climb from pandemic-era lows.</p><p>Sales of previously occupied U.S. homes have been hovering close to a 4-million annual pace going back to 2023 — well short of the 5.2-million annual pace that’s historically been the norm. Sales slowed last year to a 30-year low and have remained sluggish so far this year, declining in January and February versus a year earlier.</p><p>The Economic Report of the President in April found a shortage of 10 million homes, while a report this month from the Joint Center For Housing Studies at Harvard University found sales of existing homes were at three-decade lows and inventories were rising due to high home buying costs. “Cost burdens for both renters and owners continue to climb, while assistance remains profoundly underfunded,” the report said.</p><p>While the median U.S. monthly rent has been declining for nearly three years, it was still 17.2% higher in May than it was before the pandemic, according to data from Realtor.com.</p><p>The legislation drew widespread support in the housing community, both from organizations representing landlords and large property owners as well as groups that advocate for tenants and low-income renters.</p><p>It also brought together Republicans and Democrats, many of whom noted the unusual level of bipartisanship ahead of the vote.</p><p>“In this polarized and angry Congress, we are actually getting something done," said Rep. Jim Himes, D-Conn.</p><p>——</p><p>Associated Press writer Kevin Freking contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDTCKTNXOFGCHJELGCRERLUUKA.jpg?auth=2aac558e6907c0aa9d5cb658b8704ad5458aa11d4380a049474b64cdf1b1aeff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen Tuesday, June 23, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UVCDMIV7WMADESNOPIGMA7RXU.jpg?auth=d4ae1238b3d7f6d7335dd0cb4b54049a95624ca6075d7d561ef91928194cced8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen in the background of the ferris wheel as preparation continues for the Great American State Fair on the National Mall, Sunday, June 21, 2026, in Washington. (AP Photo/Jon Elswick]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Pharrell sends Vuitton surfing as Jeremy Allen White, Missy Elliott and Victor Wembanyama look on]]></title><link>https://www.local10.com/entertainment/2026/06/23/pharrell-sends-vuitton-surfing-as-jeremy-allen-white-missy-elliott-and-victor-wembanyama-look-on/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/23/pharrell-sends-vuitton-surfing-as-jeremy-allen-white-missy-elliott-and-victor-wembanyama-look-on/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Pharrell Williams sent Louis Vuitton’s dandy surfer at star-filled Paris Fashion Week over a giant curling wave Tuesday, closing the opening day of menswear shows with a glass-walled camper, a moonlit set and a collection that put clothes ahead of spectacle.]]></description><pubDate>Wed, 24 Jun 2026 10:33:29 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Pharrell Williams sent Louis Vuitton’s dandy surfer at star-filled Paris Fashion Week over a giant curling wave Tuesday, closing the opening day of menswear shows with a glass-walled camper, a moonlit set and a collection that put clothes ahead of spectacle.</p><p>A moon rose overhead, stars were visible above the runway, and beneath them came the wave: a barrel built tall enough to swallow the show.</p><p>It rose from a sandy outdoor set, spraying mist into the heat and giving the evening’s surf fantasy a practical appeal.</p><p>The front row had its own stars. Jeremy Allen White, Charles Melton, Future, Missy Elliott, Lola Young, Coco Jones, Quavo, Victor Wembanyama, Jackson Wang, BamBam and Finn Bennett were among the guests.</p><p>Out of the wave walked Williams’ surfer — sun-bleached, salt-worn and tailored for somewhere between shore and city.</p><p>For Louis Vuitton’s spring-summer 2027 men’s collection, surfing supplied the wardrobe: wetsuit textures, patched outerwear, weathered denim, beaded bombers, logoed surfboards and tailoring loosened by travel.</p><p>Since arriving at Vuitton, Williams has returned often to the dandy: elegant but easy, polished but relaxed.</p><p>This season, he sent him to the beach — or at least to the kind of beach reached after the boardroom, with luggage and cashmere in tow.</p><p>A silver camper, reimagined as a glass-walled habitat and parked among dunes, framed the Vuitton man on familiar house terrain: travel. Vuitton began with trunks, after all.</p><p>Hang 10, tailored</p><p>The clothes worked best when the surf references were handled lightly.</p><p>Technical wetsuits met tailoring fabrics, including functional diving pieces marked with Vuitton’s Monogram.</p><p>Weathered jackets looked already lived in.</p><p>Hoodies came sun-faded and salt-softened, with gilded LV drawstrings.</p><p>Denim and coats had shibori-like indigo effects. Bomber jackets were weighted with dense ropes of beadwork.</p><p>Williams’ trompe l’oeil effects also returned, with surfaces made to mimic other surfaces and casual pieces revealing more handwork up close.</p><p>Several pieces leaned into the after-surf wardrobe: robe-like coats, soft jackets and easy layers with the comfort of a towel thrown over cold shoulders.</p><p>The new flat-soled skate shoe brought the collection back to Williams’ older world: skateboarding, Billionaire Boys Club, Ice Cream and Nigo.</p><p>That gave the surf theme a sharper edge, and an obvious commercial engine.</p><p>Surf’s up, spectacle down</p><p>Williams’ Vuitton has always known how to stage an event. His debut turned the Pont Neuf into a gold Damier runway.</p><p>Other shows have brought games, houses, orchestras, choirs and front rows built for the camera.</p><p>Tuesday had plenty of production: a cinematic prelude with surfers Mikey February and Julian Wilson, a soundtrack featuring Quavo, Williams and Angélique Kidjo, and live performances by L’Orchestre du Pont Neuf and the Voices of Fire choir.</p><p>But the set did not overwhelm the clothes. The wave was huge. The collection held its own.</p><p>Vuitton said it would support Coral Gardeners, with plans to help out-plant 1,000 corals and restore 250 square meters of reef habitat in French Polynesia in 2026.</p><p>Williams took his bow as the wave still towered behind him.</p><p>This time, the clothes were not swept away.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQQRBXAWDL6QXBS7TE7NLZVBKE.jpg?auth=bcfbf6c19dc47634a6c9aa54138d7af81fb97bda3614a7a01e8c902c78fa0e53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 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/LCXGIAFFVH67QOVMEZYM7FJWSI.jpg?auth=0a4ba6f136b36b85c8ee61ba4e080a87e48ee334a933043c62e8c27698dd85e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 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/E5WST7SN4D3ZRFOYMFPFQLJIDU.jpg?auth=eefe10a1ab55bec1c4df66412537560e98871fe2b3287ff4e7005717d14041dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 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/CPPNMALRUL6327KKYXEF37IPQE.jpg?auth=ca370261170c45c1be18f3d87d6995245ae04938b1b1cb0f51253da8057dd07d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 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/OQQ32Z73SBISY4MDZ66EATL5O4.jpg?auth=8106b78666af430409451a703c13346832b8abe93f969e522c8184ea4228bf00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Louis Vuitton men's Spring Summer 2027 collection presented in Paris, France, Tuesday, June 23, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Traslada ICE a detenidos del Centro de Detención de Krome mientras incendios forestales arden en las cercanías ]]></title><link>https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi, Janine Stanwood]]></dc:creator><description><![CDATA[Un portavoz de ICE confirmó a Local 10 News el martes que los detenidos están siendo evacuados del Centro de Detención de Krome]]></description><pubDate>Tue, 23 Jun 2026 14:30:26 +0000</pubDate><content:encoded><![CDATA[<p>Un portavoz de ICE confirmó a Local 10 News el martes que los detenidos están siendo evacuados del Centro de Detención de Krome mientras <a href="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/22/humo-de-masivos-incendios-forestales-asfixia-a-miami-dade/">continúan ardiendo incendios de maleza cercanos en el oeste del condado de Miami-Dade.</a></p><p>El portavoz indicó que la agencia comenzó a evacuar la instalación durante el fin de semana “por abundancia de precaución” debido a los incendios de maleza que arden alrededor del centro de detención, ubicado en 18201 SW 12th St. en el oeste de Miami-Dade.</p><p>“ICE prioriza la salud y la seguridad de quienes están bajo nuestra custodia”, dijo un portavoz de ICE en un comunicado. “Durante el fin de semana, por abundancia de precaución, el Servicio de Inmigración y Control de Aduanas de Estados Unidos comenzó a evacuar el Centro de Procesamiento de Krome debido a incendios de maleza que arden alrededor del centro de detención”.</p><p>La agencia señaló que los detenidos han sido trasladados a otras instalaciones de ICE tanto dentro de Florida como fuera del estado.</p><p>También indicó que sus agentes están entrenados para emergencias como incendios forestales y que la evacuación se ha llevado a cabo de manera ordenada y sin incidentes reportados.</p><p>“ICE continuará trabajando con el Servicio Forestal de Florida para monitorear de cerca cualquier situación que pueda surgir”, continúa el comunicado.</p><p>El Servicio Forestal de Florida dijo que las cuadrillas han estado trabajando las 24 horas desde que comenzaron los incendios, operando bajo un mando unificado con Miami-Dade Fire Rescue.</p><p>El mayor de los dos incendios, llamado “Quarry 2” y ubicado al este de Krome Avenue, ha quemado 19,018 acres y está contenido en un 97%. El incendio Well Fire, cerca de Northwest 122nd Avenue, ha quemado 2,809 acres y está contenido en un 85%, según datos de la mañana del martes.</p><p>Para el martes en la tarde, algo de lluvia se desplazó por la zona, proporcionando cierto alivio en medio de condiciones calurosas y secas.</p><p>Para algunos negocios cercanos, el humo y las llamas trajeron unos días preocupantes.</p><p>Sonia Gonzalez, gerente de The Pit en Southwest Eighth Street, dijo que el incendio se acercó peligrosamente el viernes por la noche.</p><p>“Fue realmente, realmente malo. El humo estaba completamente — y todo estaba cubierto hasta aquí”, dijo Gonzalez.</p><p>Agregó que posteriormente las autoridades les ordenaron evacuar.</p><p>“El inspector de bomberos llegó y dijo que todos afuera. Nos dieron 15 minutos para evacuar”, dijo Gonzalez.</p><p>Rescate de Incendios de Miami-Dade continúa instando a los residentes a monitorear la calidad del aire, ya que el humo de los incendios impactó partes del condado. En un momento, los niveles de calidad del aire alcanzaron niveles “insalubres para ciertos grupos”.</p><p>La evacuación ha generado preguntas debido a que tres instalaciones están ubicadas muy cerca entre sí en la zona:</p><ul><li>El Instituto Correccional Everglades, una prisión administrada por el estado que no fue evacuada</li><li>El Centro de Detención de Krome, la instalación de ICE que fue evacuada</li><li>Una antigua instalación de justicia juvenil que actualmente está abandonada</li></ul><p>Local 10 News ha solicitado a funcionarios estatales una aclaración sobre por qué el Instituto Correccional Everglades permaneció en operación mientras el Centro de Detención de Krome fue evacuado, pero aún no ha recibido respuesta.</p><p>Residentes y visitantes de Miami-Dade pueden seguir las últimas condiciones de incendios forestales y actualizaciones de contención a través del visor público de incendios forestales del Servicio Forestal de Florida haciendo <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Former Colorado analyst pleads guilty in DNA testing scandal]]></title><link>https://www.local10.com/news/national/2026/06/23/former-colorado-analyst-pleads-guilty-in-dna-testing-scandal/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/former-colorado-analyst-pleads-guilty-in-dna-testing-scandal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GOLDEN, Colo. (AP) — A former forensic analyst with the Colorado Bureau of Investigation pleaded guilty Tuesday to four felony counts stemming from accusations that she manipulated and omitted data to speed up the DNA testing process, calling into question the validity of hundreds of criminal cases.]]></description><pubDate>Tue, 23 Jun 2026 23:34:47 +0000</pubDate><content:encoded><![CDATA[<p>GOLDEN, Colo. (AP) — A former forensic analyst with the Colorado Bureau of Investigation pleaded guilty Tuesday to four felony counts stemming from accusations that she manipulated and omitted data to speed up the DNA testing process, calling into question the validity of hundreds of criminal cases.</p><p>Yvonne “Missy” Woods entered guilty pleas to committing a cybercrime, perjury, attempting to influence a public servant and forgery. Dozens of other counts were dismissed as part of a plea agreement.</p><p>Woods was set to stand trial later this year. Instead, she'll face between 8 and 16 years in prison when she's sentenced in September.</p><p>Woods and her attorneys declined to talk to reporters after Tuesday's hearing.</p><p>Authorities accused Woods, who resigned in 2023 after a decades-long career, of altering data to conceal tampering, deleting data that showed she failed to troubleshoot issues within the testing process and not thoroughly documenting tests performed in case records.</p><p>The investigation into Woods’ misconduct began in September 2023 after an intern at the bureau discovered missing information in a case that Woods handled in 2018. According to an arrest affidavit, Woods allegedly told investigators at one point that she had changed data to complete cases more quickly.</p><p>Problems with the scientist’s work were found in cases involving homicide, sexual assault, robbery and other crimes, according to a law enforcement affidavit. Prosecutors were forced to review hundreds of cases.</p><p>At least one murder conviction was overturned as a result of Woods’ misconduct. Michael Clark was released from prison in 2025 after his lawyers argued that DNA evidence in the case was mishandled by Woods, but prosecutors are seeking to retry him.</p><p>In at least two cases, both homicides, the defendants received lesser sentences under plea deals than they could have faced if they went to trial because prosecutors were afraid Woods’ involvement could lead to acquittals.</p><p>Convictions in other cases also are being challenged in courts across Colorado.</p><p>State officials have said that the response to Woods’ actions could end up costing more than $11 million.</p><p>The state investigation bureau in a statement issued Tuesday described Woods' actions as intentional criminal fraud and said it didn't reflect the bureau's practices.</p><p>“This moment is not about moving on, for CBI it’s about moving forward,” said Armando Saldate, bureau director. “Today’s guilty plea is an important moment of accountability.”</p><p>The bureau said it has been making changes and is committed to following best practices used nationwide in forensic science.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RR4WUVERXRM32R3NYAEDA7Y33U.jpg?auth=cd47cfa6e96d646d97819939913a950e94c3ca4937b681fa825301561fa09fbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yvonne Woods, a lab agent with the Colorado Bureau of Investigation, points to a DNA chart during Diego Olmos Alcalde's trial June 22, 2009 in Boulder, Colo. (Marty Caivano/Daily Camera via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Caivano</media:credit></media:content></item><item><title><![CDATA[Con profunda decepción reaccionan familiares de víctimas tras la absolución de George Pino por el accidente fatal de una embarcación ]]></title><link>https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/con-profunda-decepcion-reaccionan-familiares-de-victimas-tras-la-absolucion-de-george-pino-por-el-accidente-fatal-de-una-embarcacion/</guid><dc:creator><![CDATA[Liane Morejon, Amanda Batchelor]]></dc:creator><description><![CDATA[Seres queridos de las víctimas fallecidas y gravemente heridas en el accidente de embarcación de 2022, expresan su decepción después de que Pino fuera declarado no culpable]]></description><pubDate>Tue, 23 Jun 2026 17:22:15 +0000</pubDate><content:encoded><![CDATA[<p>Los seres queridos de las víctimas fallecidas y gravemente heridas en el accidente de embarcación de 2022 que involucró al destacado corredor de bienes raíces George Pino expresan su decepción después de que <a href="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/declaran-a-george-pino-no-culpable-de-ambos-cargos-en-juicio-por-accidente-de-embarcacion/">Pino fuera declarado no culpable</a> de todos los cargos el lunes.</p><p>Pino, de 55 años, fue absuelto de homicidio involuntario y homicidio náutico.</p><p>Los fiscales acusaron a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de su embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y se estrelló contra una baliza del canal cerca de Boca Chita Key, lo que causó la muerte de Lucy Fernandez, de 17 años. Otras dos adolescentes resultaron gravemente heridas, entre ellas Katerina “Katy” Puig, quien entonces también tenía 17 años y quedó con una discapacidad permanente.</p><figure><img src="https://www.local10.com/resizer/v2/W27KVTFPGRGWTBN4TJNMTAO6FE.jpeg?auth=6b863bfa1fdea1cb74a497d1644f70615142624e56016f6c26eec74f68214382&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Aunque no estamos de acuerdo con el veredicto, respetamos el proceso judicial y el papel del jurado”, dijo la familia Fernandez en un comunicado. “Este caso siempre fue más grande que George Pino. Se trata de nuestra hija, Lucy, y de una familia que la amó y se negó a dejar de luchar por ella. Su historia ya ha cambiado el panorama de la navegación en Florida, incluida la manera en que pensamos sobre la seguridad en el agua y cómo se abordan y sancionan las conductas imprudentes. La velocidad, el alcohol, la falta de atención y el desprecio por las normas destinadas a mantener a todos seguros están entre las decisiones más peligrosas y mortales que alguien puede tomar en el agua”.</p><p>La familia Puig también expresó su decepción por el veredicto.</p><p>“La familia Puig está profundamente decepcionada por el veredicto de hoy y nuestros corazones sufren por la familia Fernandez, que continúa viviendo cada día con la pérdida inimaginable de Lucy”, dijo la familia Puig en un comunicado. “Durante casi cuatro años, nuestra familia ha vivido con las consecuencias de aquel trágico día. Vemos las lesiones de Katy todos los días. Vemos los desafíos que continúa enfrentando, la fortaleza que demuestra para superarlos y el impacto que esta tragedia ha tenido en su vida y en la vida de quienes la aman. Ningún veredicto puede cambiar esa realidad”.</p><p>Fernandez y Puig estaban entre un grupo de adolescentes que viajaban a bordo de la embarcación de Pino para celebrar el cumpleaños número 18 de su hija.</p><p>Los fiscales sostuvieron en sus argumentos finales el lunes que Pino actuó de manera imprudente y que no había ninguna razón para que estrellara su embarcación.</p><p>“Fue imprudente y negligente”, dijo la fiscal adjunta Laura Adams. “Nadie, excepto este acusado, decidió la velocidad, la ruta o la dirección de navegación. Nadie ni nada es responsable de la muerte de Lucy Fernandez, excepto ese hombre”.</p><p>También señalaron que, aunque no se trataba de un caso de navegación bajo la influencia del alcohol, el consumo de alcohol formó parte de lo ocurrido esa tarde.</p><p>“¡Iba a toda velocidad!”, argumentó Adams. “¡Con todos estos adolescentes a bordo que habían consumido alcohol!”.</p><p>Sin embargo, el equipo de defensa de Pino sostuvo que el choque fue un terrible accidente y no el resultado de negligencia.</p><p>“No basta con que un ser humano no haya hecho todo lo que podía en un momento determinado”, dijo el abogado Howard Srebnick. “Se requiere un acto deliberado de indiferencia hacia sus pasajeros”.</p><p>La fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, agradeció a sus fiscales y dijo que su oficina acepta el veredicto del jurado.</p><p>“En un caso como este, no hay ganadores ni perdedores”, dijo Fernandez Rundle en un comunicado. “El señor Pino debe vivir con lo que hizo, mientras que las familias Fernandez y Puig tendrán que lidiar con las consecuencias de sus acciones”.</p><p>En su comunicado, la familia Puig agradeció a los fiscales por su trabajo y dijo que cree que la investigación estuvo comprometida desde el principio.</p><p>“Durante mucho tiempo hemos creído que este caso estuvo comprometido desde el principio por fallas críticas en la investigación el día del accidente”, dijo la familia Puig. “A George Pino no se le practicó una prueba de sobriedad ni se le tomó una muestra de sangre. Como resultado, se perdió para siempre evidencia que debió estar disponible en una investigación de un accidente marítimo fatal. Esa falla privó a los fiscales, al jurado y, en última instancia, al público de información que podría haber ayudado a ofrecer un panorama más completo de lo ocurrido”.</p><p>El mes pasado también se realizó un <a href="https://katystrong19.org/" target="_self" rel="" title="https://katystrong19.org/">torneo de fútbol 5 contra 5</a> en honor a Katy Puig para apoyar su recuperación continua y fortalecer una comunidad enfocada en la educación, la defensa y el apoyo a las personas y familias afectadas por lesiones cerebrales traumáticas.</p><p>La <a href="https://www.lucyfernandezfoundation.org/" target="_self" rel="" title="https://www.lucyfernandezfoundation.org/">Fundación Lucy Fernandez </a>también emitió un comunicado en el que recordó a Fernandez como una persona que “tocó innumerables vidas y dejó una huella que continúa sintiéndose entre todos los que la conocieron”.</p><p>“La pérdida de su vida es algo que su familia, sus amigos y su comunidad llevarán para siempre, y ningún veredicto puede cambiar esa realidad ni disminuir el amor que la gente sigue sintiendo por ella”, continúa el comunicado.</p><p>La familia Pino dijo en un comunicado que está agradecida con los miembros del jurado por su decisión y que “continúa lamentando cada día la pérdida de Lucy Fernandez y orando por todos los afectados por este accidente marítimo”.</p><p>Los comunicados completos de la Fundación Lucy Fernandez, la familia Puig y la familia Pino pueden leerse íntegramente a continuación:</p><p><b>Familia Fernandez (Melissa, Andy y Kevin Fernandez):</b></p><p><i>“Queremos agradecer a la fiscal estatal adjunta Laura Adams, Jonathan Borst y a todo el equipo de la Oficina del Fiscal Estatal por sus incontables horas y su incansable búsqueda de justicia al presentar los cargos apropiados por lo que ocurrió ese día trágico.</i></p><p><i>“Aunque no estamos de acuerdo con el veredicto, respetamos el proceso judicial y el papel del jurado.</i></p><p><i>“Este caso siempre fue más grande que George Pino.</i></p><p><i>“Se trata de nuestra hija, Lucy, y de una familia que la amaba y se negó a dejar de luchar por ella. Su historia ya ha cambiado el panorama de la navegación en Florida, incluyendo cómo pensamos sobre la seguridad en el agua y cómo se abordan y aplican las conductas imprudentes. La velocidad, el alcohol, la falta de atención y el desprecio por las reglas destinadas a mantener a todos a salvo están entre las decisiones más peligrosas y mortales que cualquiera puede tomar en el agua.</i></p><p><i>“La falta de responsabilidad y los esfuerzos evidentes por ocultar la verdad no disminuyen esa pérdida. La profundizan.</i></p><p><i>“Nos mantenemos firmes en nuestra lucha por la responsabilidad, por leyes más estrictas y por una aplicación más fuerte, con la esperanza de salvar vidas.</i></p><p><i>“Independientemente del resultado de este caso, esperamos que nadie se vaya creyendo que las circunstancias que llevaron a la muerte de Lucy fueron aceptables. Esta tragedia sirve como un recordatorio poderoso de que ninguna familia debería tener que enterrar a un hijo debido a las decisiones descuidadas e irresponsables de alguien.</i></p><p><i>“La vida de Lucy importó. Seguirá importando mucho después de que este veredicto sea olvidado”.</i></p><p><b>Fundación Lucy Fernandez:</b></p><p><i>“Aunque los procedimientos legales han concluido, nuestro enfoque sigue siendo el mismo desde el principio: Lucy.</i></p><p><i>“A lo largo de este proceso, Lucy fue mencionada con frecuencia como evidencia en un caso. Pero para quienes la conocieron y la amaron, era mucho más. Era una hija, hermana, nieta, prima y amiga querida. Era divertida, amable, llena de vida y tenía todo su futuro por delante.</i></p><p><i>“Aunque su vida fue demasiado corta, Lucy tocó innumerables vidas y dejó un impacto que continúa siendo sentido por todos los que la conocieron. La pérdida de su vida es una que su familia, amigos y comunidad llevarán para siempre, y ningún veredicto puede cambiar esa realidad ni disminuir el amor que la gente sigue teniendo por ella.</i></p><p><i>“A lo largo del proceso judicial, una cosa quedó claramente establecida: demasiadas personas que operan embarcaciones no comprenden completamente las responsabilidades, riesgos y leyes asociadas con estar en el agua. Esa realidad debería preocuparnos a todos.</i></p><p><i>“La misión de la Fundación Lucy Fernandez nunca ha sido un tribunal. Se trata de honrar la vida de Lucy mediante educación, conciencia y defensa, y seguimos comprometidos con promover la seguridad en la navegación, fomentar la operación responsable y ayudar a las personas a comprender mejor las responsabilidades que conlleva estar en el agua. Nuestro objetivo es simple: hacer que el pasatiempo favorito de Lucy sea más seguro para todos y ayudar a prevenir que otras familias enfrenten una tragedia similar.</i></p><p><i>“Hoy recordamos a Lucy. Honramos su vida, la alegría y luz que dio a otros y el legado que continúa dejando. Reafirmamos nuestro compromiso con el trabajo de hacer más seguras nuestras vías navegables y de asegurar que la historia de Lucy siga inspirando un cambio positivo en nuestra comunidad y más allá”.</i></p><p><b>Familia Puig:</b></p><p><i>“La familia Puig está profundamente decepcionada con el veredicto de hoy, y nuestros corazones duelen por la familia Fernandez, que continúa viviendo cada día con la pérdida inimaginable de Lucy.</i></p><p><i>“Durante casi cuatro años, nuestra familia ha vivido con las consecuencias de ese día trágico. Vemos las lesiones de Katy todos los días. Vemos los desafíos que continúa enfrentando, la fuerza que demuestra al superarlos y el impacto que esta tragedia ha tenido en su vida y en las vidas de quienes la aman. Ningún veredicto puede cambiar esas realidades.</i></p><p><i>“Hemos creído durante mucho tiempo que este caso estuvo comprometido desde el inicio por fallas críticas en la investigación el día del accidente. A George Pino no se le realizó una prueba de sobriedad ni se obtuvo una muestra de sangre. Como resultado, se perdió para siempre evidencia que debería haber estado disponible en una investigación de un accidente marítimo fatal. Esa falla privó a los fiscales, al jurado y, en última instancia, al público de información que podría haber ayudado a proporcionar una imagen más completa de lo ocurrido.</i></p><p><i>“Estamos agradecidos con los fiscales por su dedicación, profesionalismo y esfuerzo incansable. Hicieron un trabajo sobresaliente con los hechos y la evidencia que se les proporcionó, y llevaron este caso con integridad y compasión por las víctimas y sus familias.</i></p><p><i>“Aunque respetamos nuestro sistema de justicia y el papel del jurado, discrepamos profundamente con el veredicto. Basados en la evidencia presentada, creemos que George Pino debió ser responsabilizado por la operación imprudente de su embarcación. También creemos que muchas personas que no están familiarizadas con la navegación pueden no comprender completamente los peligros asociados con el exceso de velocidad en el agua o la importancia de cumplir las reglas de navegación establecidas que existen para proteger vidas y prevenir exactamente este tipo de tragedia.</i></p><p><i>“El caso penal puede haber terminado, pero sus consecuencias no. Lucy sigue ausente. Las lesiones de Katy continúan. Dos familias siguen cargando con pesos que no pidieron ni merecieron.</i></p><p><i>“Hoy recordamos a Lucy. Seguimos apoyando la recuperación de Katy. Oramos por ambas familias y por todos aquellos cuyas vidas cambiaron para siempre el 4 de septiembre de 2022. Y aunque estamos decepcionados con el resultado de hoy, mantenemos nuestra firme convicción de que la verdad de lo ocurrido ese día no ha cambiado”.</i></p><p><b>Familia Pino:</b></p><p><i>“Agradecemos a los jurados por su cuidadosa consideración de la evidencia y por alcanzar un veredicto justo. Desde el principio, hemos mantenido que los hechos del 4 de septiembre de 2022 fueron un accidente trágico, no un delito. El testimonio presentado en el juicio, incluyendo relatos no refutados de testigos presenciales que no vieron signos de deterioro, confirmó que el señor Pino no estaba bajo la influencia, no operaba la embarcación de manera imprudente y que hizo todo lo posible por proteger a sus pasajeros después del accidente.</i></p><p><i>“Seguimos lamentando la pérdida de Lucy Fernandez todos los días y rezando por todos los que fueron afectados por este accidente marítimo. Nuestros corazones siguen con las familias de los involucrados en el accidente, y esperamos que este veredicto permita a todos continuar el largo proceso de sanación”.</i></p>]]></content:encoded></item><item><title><![CDATA[COVID-19 vaccine study that was blocked from CDC journal is published elsewhere]]></title><link>https://www.local10.com/health/2026/06/23/covid-19-vaccine-study-that-was-blocked-from-cdc-journal-is-published-elsewhere/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/23/covid-19-vaccine-study-that-was-blocked-from-cdc-journal-is-published-elsewhere/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A study on COVID-19 vaccine effectiveness has finally been published after being blocked from a government health journal.]]></description><pubDate>Tue, 23 Jun 2026 22:44:20 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A study on COVID-19 vaccine effectiveness has finally been published after being blocked from a government health journal.</p><p>The vaccine was found to be about 55% effective against COVID-19-associated hospitalizations, and reduced COVID-19-related trips to emergency departments and urgent care clinics by 50%, according to the study published Tuesday by JAMA Network Open.</p><p>The findings are not particularly surprising: Researchers have repeatedly found that COVID-19 vaccines work. But the paper drew public attention after Trump administration political appointees decided not to run it in a Centers for Disease Control and Prevention publication.</p><p>They argued that the study's design was too vulnerable to false assumptions that could produce flawed results. But many public health researchers maintain it's a reliable design that's been used for decades and offers the best way to understand how well a vaccine is working currently.</p><p>“It is critical that we continue to characterize and publish estimates of vaccine effectiveness in populations with changing immunity against evolving viral strains,” wrote Natalie Dean, an Emory University biostatistics expert, in a commentary that accompanied the study's publication Tuesday.</p><p>The research originally was scheduled to be published this spring in Morbidity and Mortality Weekly Report, the CDC's flagship publication. It had been cleared by the agency's Office of Science but was flagged by acting agency Director Jay Bhattacharya, said Althea Grant-Lenzy, the CDC's chief science officer, in a recent interview.</p><p>His decision did not mean the paper would never be published, she said, but rather that the authors had to take time to address his concerns. The authors had the freedom to take the study instead to outside journals, she added.</p><p>The study approach, called “test-negative design,” looks at people who were admitted to hospitals or visited emergency rooms with respiratory illnesses. The researchers checked whether patients were vaccinated and then calculated the odds of a positive COVID-19 test among vaccinated patients vs. those who were unvaccinated.</p><p>Papers using that methodology have been published — after review by experts in the field — in a number of esteemed journals, including Pediatrics and the New England Journal of Medicine.</p><p>Bhattacharya has argued the methodology relies too heavily on assumptions and could produce results that were skewed by factors such as prior infections and how different groups of patients behave.</p><p>Proponents of the study design say the methodology is built to address differences related to who seeks care, and prior infection shouldn’t be much of an issue because so many Americans have already been infected by the coronavirus. They say no study design is perfect but that U.S. Department of Health and Human Services officials haven’t proposed a realistic alternative for getting real-time estimates of how well vaccines are working.</p><p>Earlier this month, the CDC held a forum to discuss the pros and cons of such studies. A panel of speakers at the front of a CDC auditorium included Dean and two others who mostly focused on the methodology's strengths.</p><p>But the panel also included one critic: Martin Kulldorff, a Swedish-born biostatistician who — along with Bhattacharya — was a co-author of the Great Barrington Declaration, an October 2020 letter maintaining that pandemic shutdowns were causing irreparable harm.</p><p>U.S. Health Secretary Robert F. Kennedy Jr. last year appointed Kulldorff as head of a federal vaccine advisory committee before the biostatistician stepped down to become chief science officer at the HHS planning and evaluation office.</p><p>Kulldorff argued that studies with that design can — but shouldn't — include people with different diseases. He also questioned why longer-term studies weren't used to evaluate COVID-19 vaccines.</p><p>“We were in a pandemic! That's why!” one person called from the audience.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TICTFG3JI53PKTBAX65BV7YY3Q.jpg?auth=4da314f8f77aa5220de0346f9d2ed1ae6b442858fca2c415feb87af1622f28e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for flu & COVID-19 vaccines is displayed outside a CVS store in Buffalo Grove, Ill., Sept. 23, 2025. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Rubio arrives in UAE with aim to head off Gulf Arab unease over tentative Iran deal]]></title><link>https://www.local10.com/news/world/2026/06/23/rubio-arrives-in-uae-with-aim-to-head-off-gulf-arab-unease-over-tentative-iran-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/rubio-arrives-in-uae-with-aim-to-head-off-gulf-arab-unease-over-tentative-iran-deal/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[ABU DHABI, United Arab Emirates (AP) — U.S. Secretary of State Marco Rubio is in the United Arab Emirates on the first leg of a three-nation tour of Gulf countries aimed at easing their concerns about the result of an agreement intended to end the war with Iran.]]></description><pubDate>Tue, 23 Jun 2026 17:26:15 +0000</pubDate><content:encoded><![CDATA[<p>ABU DHABI, United Arab Emirates (AP) — U.S. Secretary of State Marco Rubio is in the United Arab Emirates on the first leg of a three-nation tour of Gulf countries aimed at easing their concerns about the result of an agreement intended to end the war with Iran.</p><p>Rubio arrived in Abu Dhabi late Tuesday following a two-day flurry of diplomatic activity between the U.S. and Iran in Switzerland led by Vice President JD Vance that resulted in what Vance says is a significant agreement to end all hostilities in the region, reopen the Strait of Hormuz and provide sanctions relief with negotiations on its nuclear program to be concluded in 60 days.</p><p>In the UAE, Kuwait and Bahrain — all nations that Iran hit with missiles and drones in retaliation for U.S.-Israeli airstrikes — Rubio will be holding meetings starting Wednesday with leaders who, in some cases, have taken a harder line on Iran recently than has the Trump administration.</p><p>In brief comments to reporters on his arrival, Rubio said he would explain the benefits of the agreement to the skeptical Gulf states if it is implemented. He said that a proposed $300 billion investment fund for Iran would not become a reality unless “its leadership makes a decision that they want to be a country instead of a revolutionary movement that exports terror.”</p><p>Another complaint is that the agreement does not cover Iran’s missile program, its support for proxies and pushes off the nuclear question until later.</p><p>Rubio argued, however, that the memorandum of understanding signed last week calls for the “complete end of hostilities and conflicts in the region,” which he said will require Iran to halt its funding of proxies like Hamas in Gaza, Hezbollah in Lebanon and the Houthis in Yemen.</p><p>“You can’t have the end of hostilities and conflicts in a region as long as Iranian proxies are launching missiles and drones from Iraq, and are participating in terrorism, like Hamas did, and like Hezbollah did,” Rubio said. “So, I do think it’s covered by the MOU, and it is an issue that will be gotten to at the appropriate time in these negotiations.”</p><p>The Emiratis, in particular, have been at the forefront of calls for tough action notably to ensure the reopening of the Strait of Hormuz. There have been conflicting accounts of what the Memorandum of Understanding signed last week will mean for the strait, which the rest of the world wants open free of charge for all shipping.</p><p>The U.S. has been firm on that point, but the Iranians are moving ahead with a scheme that could charge service fees for passage that many believe would amount to a toll. Rubio said under no circumstances would the U.S. accept that.</p><p>“It’s an international waterway,” he said. “No country is allowed to charge tolls or fees on an international waterway. That’s existing international law. That’s the way it is.”</p><p>“I don’t think we have anybody to convince around here in that regard. I think all the countries in this region would agree with us,” he said.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a sargento de la Policía de Miramar de golpear a su novia en la boca tras preguntarle sobre el estado de su relación ]]></title><link>https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/acusan-a-sargento-de-la-policia-de-miramar-de-golpear-a-su-novia-en-la-boca-tras-preguntarle-sobre-el-estado-de-su-relacion/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Un sargento de la Policía de Miramar se entregó a las autoridades el lunes tras un incidente de violencia doméstica en el condado Miami-Dade, informaron las autoridades.]]></description><pubDate>Tue, 23 Jun 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Liberan a sargento de la policía de Miramar acusado de agredir a su novia en su vivienda del condado Miami-Dade tras pagar fianza el martes</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), la novia de Devarious Holloway acudió a una estación de la MDSO el sábado para denunciar un incidente ocurrido el día anterior entre ella y su novio.</p><p>Los agentes indicaron que la víctima afirmó que Holloway le envió un mensaje de texto alrededor de las 7 p.m. del viernes diciendo: “Sal afuera. Mi mamá quiere hablar contigo”.</p><p>La víctima dijo que se sintió confundida porque sabía que la madre de Holloway había fallecido en 2017, según el informe.</p><p>De acuerdo con el informe, la mujer caminó hacia un vehículo estacionado frente a su casa y vio a Holloway de pie junto al automóvil.</p><p>Los agentes indicaron que Holloway se acercó a la víctima y le preguntó: “¿Entonces ya terminamos?”.</p><p>Según el informe, la víctima caminó hacia la casa de su hermana, ubicada en la misma propiedad, creyendo que Holloway la seguiría, pero dijo que rápidamente se dio cuenta de que él había entrado a su propia vivienda.</p><p>El informe señala que la víctima entró a su casa y Holloway le lanzó el teléfono celular, “sin golpearla, pero impactando la puerta”.</p><p>Luego la sujetó por los hombros, la empujó sobre un sofá y le dio un puñetazo en el labio inferior cuando ella intentó levantarse, informaron las autoridades.</p><p>Los agentes dijeron que Holloway después pateó a la víctima en la pierna derecha antes de que ella corriera a su habitación y cerrara la puerta con llave.</p><p>Según el informe, Holloway comenzó a patear la puerta del dormitorio, lo que provocó que el marco se rompiera.</p><p>Después continuó preguntándole a la víctima sobre el estado de su relación mientras ella le pedía repetidamente que le devolviera su teléfono, informaron las autoridades.</p><p>De acuerdo con el informe, Holloway salió de la vivienda, pero regresó poco después y continuó discutiendo con la víctima antes de golpearla en el pecho, provocándole enrojecimiento y rompiendo la cadena que llevaba puesta.</p><p>Holloway enfrenta cargos de agresión y daños a la propiedad.</p><p>Un equipo de Local 10 News estaba en la escena cuando Holloway fue liberado del Turner Guilford Knight Correctional Center tras pagar una fianza de $1,150 USD.</p><p>Fue visto saliendo de la cárcel con una sudadera con capucha gris, una mascarilla y gafas.</p><p>El reportero de Local 10 News Jeff Derderian le preguntó a Holloway sobre los cargos y si golpeó a la presunta víctima. Holloway no respondió a ninguna de las dos preguntas.</p><p>El Departamento de Policía de Miramar emitió un comunicado a Local 10 el martes en el que confirmó que Holloway ha sido “puesto en licencia administrativa” mientras se desarrolla una investigación interna.</p><blockquote><p>El Departamento de Policía de Miramar fue notificado por la Oficina del Sheriff de Miami-Dade de un incidente fuera de servicio que involucra al sargento Devarious Holloway.</p><p>El Departamento reconoce el asunto mencionado y ha iniciado una revisión administrativa exhaustiva de acuerdo con los procedimientos departamentales establecidos. El sargento Holloway ha sido puesto en licencia administrativa a la espera del resultado de esa revisión.</p><p>El Departamento de Policía de Miramar se mantiene firme en su compromiso con el profesionalismo, la rendición de cuentas y la conducta ética, y abordará este asunto a través de los canales correspondientes.</p><p class="citation">Departamento de Policía de Miramar</p></blockquote>]]></content:encoded></item><item><title><![CDATA[ICE transfers detainees from Krome Detention Center as wildfires burn nearby]]></title><link>https://www.local10.com/news/local/2026/06/23/ice-transfers-detainees-from-krome-detention-center-as-wildfires-burn-nearby/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/ice-transfers-detainees-from-krome-detention-center-as-wildfires-burn-nearby/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi, Janine Stanwood]]></dc:creator><description><![CDATA[An ICE spokesperson confirmed to Local 10 News on Tuesday that detainees are being evacuated from the Krome Detention Center as nearby brush fires continue burning in southwest Miami-Dade.]]></description><pubDate>Tue, 23 Jun 2026 14:19:09 +0000</pubDate><content:encoded><![CDATA[<p>An ICE spokesperson confirmed to Local 10 News on Tuesday that detainees are being evacuated from the Krome Detention Center as <a href="https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/air-quality-alert-issued-for-miami-dade-as-brush-fires-continue-to-burn/">nearby brush fires continue burning in west Miami-Dade County</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/traslada-ice-a-detenidos-del-centro-de-detencion-de-krome-mientras-incendios-forestales-arden-en-las-cercanias/">Leer en español</a></p><p>The spokesperson stated that the agency began evacuating the facility over the weekend “out of an abundance of caution” because of brush fires burning around detention center, located at 18201 SW 12th St. in west Miami-Dade. </p><p>“ICE takes the health and safety of those in our custody as our top priority,” an ICE spokesman said in a statement. “Over the weekend, out of an abundance of caution, U.S. Immigration and Customs Enforcement started evacuating the Krome Service Processing Center due to brush fires burning around the detention center.”</p><p>The agency said detainees have been transferred to other ICE facilities both within Florida and outside the state. </p><p>They also stated that their officers are trained for emergencies such as wildfires and that the evacuation has been carried out in an orderly manner with no reported incidents.</p><p>“ICE will continue to work with the Florida Forest Service to closely monitor any situation as it may arise,” the statement continued. </p><p>The Florida Forest Service said crews have been working around the clock since the fires started, working under a unified command with Miami-Dade Fire Rescue.</p><p>A Florida Forest Service spokesperson told Local 10 News that the larger of the two fires, known as the Quarry 2 Fire, east of Krome Avenue, has burned 19,018 acres and is now 97% contained. The Well Fire, near Northwest 122nd Avenue, has burned 2,814 acres and is 85% contained. The Corrections Fire has burned 363 acres and is 75% contained as of Tuesday evening. </p><p>By Tuesday afternoon, some rain moved through the area, providing some relief amid hot and dry conditions.</p><p>For some nearby businesses, the smoke and flames brought some frightening few days. </p><p>Sonia Gonzalez, a manager at The Pit on Southwest Eighth Street, said the fire came dangerously close Friday night.</p><p>“It was really, really bad. The smoke was completely — and everything was engulfed all the way up to here,” Gonzalez said.</p><p>She said crews later ordered them to evacuate.</p><p>“The fire marshal came out and he said everybody out. They gave us 15 minutes to evacuate,” Gonzalez said.</p><p>Miami-Dade Fire Rescue continues encouraging residents to monitor air quality as smoke from the fires impacted parts of the county. At one point, air quality levels reached “unhealthy for certain groups.”</p><p>The evacuation has raised questions because three facilities are located in close proximity to one another in the area:</p><ul><li>Everglades Correctional Institution, a state-run prison that was not evacuated</li><li>Krome Detention Center, the ICE detention facility that was evacuated</li><li>A former juvenile justice facility that is currently abandoned</li></ul><p>Local 10 News has reached out to state officials for clarification on why Everglades Correctional Institution remained operational while the Krome Detention Center was evacuated, but has not yet received a response.</p><p>Miami-Dade residents and visitors can track the latest wildfire conditions and containment updates through the Florida Forest Service’s public wildfire viewer by <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 23: Hot, hazy, humid with afternoon storms possible]]></title><link>https://www.local10.com/weather/2026/06/23/june-23-hot-hazy-humid-with-afternoon-storms-possible/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/23/june-23-hot-hazy-humid-with-afternoon-storms-possible/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A spotty, late-night shower or thunderstorm is not completely out of the question for parts of South Florida.]]></description><pubDate>Tue, 23 Jun 2026 22:36:21 +0000</pubDate><content:encoded><![CDATA[<p>A spotty, late-night shower or thunderstorm is not completely out of the question for parts of South Florida. Otherwise, Miami-Dade and Broward counties can expect mostly cloudy skies and muggy conditions with overnight low temperatures near 80°F.</p><p>Wednesday will feature a sun/cloud mix with a touch of haze. Scattered, afternoon thunderstorms will be possible. Temperatures are forecast to reach the low 90s-- factor in the humidity and it will feel like the triple digits.</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[Falcons agree to $54 million, 3-year deal that makes Kyle Pitts Sr. 1 of NFL's top paid tight ends]]></title><link>https://www.local10.com/sports/2026/06/23/falcons-agree-to-54-million-3-year-deal-that-makes-kyle-pitts-sr-1-of-nfls-top-paid-tight-ends/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/falcons-agree-to-54-million-3-year-deal-that-makes-kyle-pitts-sr-1-of-nfls-top-paid-tight-ends/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The Atlanta Falcons have agreed to a three-year, $54 million contract with tight end Kyle Pitts Sr., securing another foundation player on the team's offense through the 2028 season.]]></description><pubDate>Tue, 23 Jun 2026 22:36:18 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The Atlanta Falcons have agreed to a three-year, $54 million contract with tight end Kyle Pitts Sr., securing another foundation player on the team's offense through the 2028 season.</p><p>The deal was announced on Tuesday by Pitts' agency, Athletes First, in a social media post. The agency said it is the largest three-year deal for a tight end in NFL history.</p><p>The agreement with Pitts comes three weeks after the team signed wide receiver Drake London to a four-year, $141 million deal.</p><p>Pitts, 25, was the No. 8 overall pick by the Falcons in the 2021 NFL draft. He set a career high with 88 catches for 928 yards and five touchdowns last season. He ranked second among tight ends in receptions and receiving yards.</p><p>Pitts’ contract, which includes $36 million in guaranteed salary, was first reported by ESPN. The Falcons have not announced the deal, but still celebrated by posting a video of Pitts on social media.</p><p>Pitts' big season included a three-touchdown game in Atlanta's 29-28 win at Tampa Bay on Dec. 11. That win came with Kirk Cousins at quarterback. The Falcons will enter training camp with Tua Tagovailoa expected to compete with Michael Penix Jr. for the starting job at quarterback.</p><p>Falcons coach Kevin Stefanski says Penix, recovering from knee surgery, is on schedule in his recovery. Penix had not been cleared for team drills in the recent minicamp but was impressive in seven-on-seven drills.</p><p>The Falcons signed Tagovailoa, the former Miami Dolphins starter, to a one-year deal in March after releasing Cousins with a post-June 1 designation.</p><p>The Falcons used a franchise tag of $15.045 million on Pitts, but now the tight end will play under the new deal in the 2026 season. The $18 million average of Pitts' contract places him third on the list of the NFL's highest paid tight ends, behind San Francisco's George Kittle ($19.1 million) and Arizona's Trey McBride ($19 million).</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7YRAWDU7LLQECEHAWPEVK3PPE.jpg?auth=037e0ddbf95782f84eebc5e9e26cc6b1c23308fc89d97c4a6cd7d80ee3290168&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons tight end Kyle Pitts Sr. works out during NFL football practice, Monday, June 8, 2026, in Flowery Branch, Ga.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMTT2L23EYHKWIVPTIVPRB3E5U.jpg?auth=4ce160269d7e71d3cf9e8092209c177f3865f461b5804a78180c11f1adf00eaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons tight end Kyle Pitts Sr. works out during NFL football practice, Monday, June 8, 2026, in Flowery Branch, Ga.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DT2VGFMIU24LD533J3R7L6DVMY.jpg?auth=57b1c4bfabf7a8789a60c531e6cd526720eade26cff2b3b7016528fd4fdc968a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons tight end Kyle Pitts Sr. works out during NFL football practice, Monday, June 8, 2026, in Flowery Branch, Ga.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCKTAFRKXEGD4ZJIWYYJQLJX2Q.jpg?auth=5eb60d3ee74258c292836c441bd1ffe9a76001a36c8b265f370caa86760310d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons tight end Kyle Pitts Sr. works out during NFL football practice, Monday, June 8, 2026, in Flowery Branch, Ga.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLA64BJEUEX3ES6GUR2JCWF474.jpg?auth=1fb715a01ae7ac615cffe31f29aed614917fb691e952aeb0bd7e59c8b46a3642&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons tight end Kyle Pitts Sr. works out during NFL football practice, Monday, June 8, 2026, in Flowery Branch, Ga.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Muere mujer, niña pequeña entre varios heridos en incendio en North Lauderdale ]]></title><link>https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/muere-mujer-nina-pequena-entre-varios-heridos-en-incendio-en-north-lauderdale/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[incendio cobró la vida de una abuela y deja  a seis personas más heridas durante el fin de semana en North Lauderdale.]]></description><pubDate>Tue, 23 Jun 2026 22:26:10 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio cobró la vida de una abuela de North Lauderdale durante el fin de semana, y deja a seis personas más heridas, antes de ser extinguido.</p><p>Las autoridades han identificado a la víctima como Marieange Therancy.</p><p>Los investigadores también confirmaron que una niña pequeña también resultó herida en el incendio.</p><p><a href="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory" target="_self" rel="" title="https://www.gofundme.com/f/support-for-neissas-healing-and-marie-anges-memory">Una recaudación de fondos en línea</a> la identificó como Neissa Diligence y dijo que su familia permanece a su lado mientras enfrentan “desafíos inimaginables, emocionales, físicos y financieros”.</p><p>Un video de vigilancia doméstica de una vivienda vecina muestra una explosión, y luego el incendio y el humo.</p><p>North Lauderdale Fire Rescue y agentes de la Oficina del Sheriff de Broward respondieron alrededor de las 5 a.m. del sábado a la vivienda en Southwest Eighth Court y 81st Terrace.</p><p>“Escuché vidrios rompiéndose, paramédicos llegando, bomberos, gritos”, dijo un vecino a Local 10 News.</p><p>Los residentes salieron rápidamente a ayudar.</p><p>“El incendio estaba a punto de explotar, así que usamos nuestra manguera para detener el fuego y asegurarnos de que no explotara”, dijo el vecino Jean, quien no quiso dar su apellido.</p>]]></content:encoded></item><item><title><![CDATA[England and Ghana play to 0-0 draw at World Cup despite flurry-filled final minutes]]></title><link>https://www.local10.com/sports/2026/06/24/england-and-ghana-play-to-0-0-draw-at-world-cup-despite-flurry-filled-final-minutes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/24/england-and-ghana-play-to-0-0-draw-at-world-cup-despite-flurry-filled-final-minutes/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — England and Ghana coach Carlos Queiroz have met before at the World Cup, with the result being quite a bit different.]]></description><pubDate>Wed, 24 Jun 2026 10:06:57 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — England and Ghana coach Carlos Queiroz have met before at the World Cup, with the result being quite a bit different.</p><p>This time, Queiroz’s team earned a point that could end up being enough for a spot in the round of 32.</p><p>England dominated possession on Tuesday but came up empty on several late scoring opportunities in a rain-filled 0-0 draw.</p><p>“Our plan was to block and frustrate them from the first minute,” Queiroz said. “We did it.”</p><p>Four years ago at the World Cup in Qatar, Queiroz was coaching Iran when his team faced England and lost 6-2.</p><p>England, which has not lost to an African country at the World Cup in nine meetings, outshot Ghana 19-1 but failed capitalize on multiple chances in the closing minutes.</p><p>“Frustrated a little bit with how they defended, how they set up,” England midfielder Jude Bellingham said. “They got exactly out of the game what they played for. Couldn’t quite break them down, even with all corners, all the possession, all the shots on goal from distance.”</p><p>Both teams won their opening matches at this year's tournament, with Ghana beating Panama 1-0 and England defeating Croatia 4-2. Now both still have work to do in Group L before securing a spot in the knockout round at the first 48-team World Cup.</p><p>England ended up losing to France in the quarterfinals at the 2022 tournament. Ghana hasn’t made it to the knockout round since reaching the quarterfinals at the 2010 World Cup in South Africa.</p><p>But with the expanded tournament this year, the best eight third-place teams will advance, giving both teams a good chance heading into their final group matches.</p><p>England will next play Panama on Saturday in East Rutherford, New Jersey. Ghana will take on Croatia at the same time in Philadelphia.</p><p>The Three Lions had a chance to take the lead in the 86th minute when Nico O’Reilly’s header hit the crossbar. Harry Kane gathered the rebound but couldn’t get enough on it with his left foot and shot high.</p><p>Ghana’s best chance came in the 78th when Abdul Fatawu outfought England midfielder Eberechi Eze for the ball and raced down the sideline. He fed the ball to Prince Adu, but he was challenged from behind by Ezri Konsa before he could get off a shot. Adu wanted a penalty but didn’t get it.</p><p>“It was a clear penalty, if not a red card,” Queiroz said. “We have no doubts about that.”</p><p>England coach Thomas Tuchel said they were a bit surprised with how Ghana was aligned, defending in a 4-5-1 formation. He called Ghana's efforts one of the most physical that he's seen in the tournament.</p><p>“They defended with a lot of determination. A lot of discipline,” Tuchel said.</p><p>Tuchel added he doesn’t believe England was too dependent on Kane, the striker who won the Golden Boot at the 2018 World Cup in Russia.</p><p>“He was not involved as much as we would like to, but it was so narrow,” Tuchel said. “It was difficult to find space. The little moments that he had were just so unlucky.”</p><p>In the first half, England had 60% of the possession but only five attempts on goal, with Kane missing inside the box just before the end of the half.</p><p>Ghana picked up the pace in the second half, getting a chance in the 50th when Marvin Senaya got a touch in the box, but couldn’t quite get much behind a header as it was blocked by the England defense.</p><p>Ghana goalkeeper Benjamin Asare earned a clean sheet in his first World Cup start.</p><p>“I think we did our best to get the best possible result that we were hoping for,” Ghana midfielder Kwasi Sibo said. “It’s just the plan of the coach and we did follow the coach.”</p><p>(corrects previous story which said Ghana plays Panama)</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/TNZIZXQDZCIGBVXFWGULDOCT4I.jpg?auth=e7b93a30dc33e08cc1724ba40284122219c939807201c21073d4eb6be9159bc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghana's Fatawu Issahaku (7) and England's Noni Madueke (20) battle for the ball during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZJDSDWOWO7JDFE5IDS7RHL4LE.jpg?auth=8a5d0b568b24c820c12d4b50ba81781f03856b61210b2fb2a837ff500e5d241f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) reacts after missing a shot on goal during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4B2TLCINDXYW5LJMNTIFMYWETY.jpg?auth=10b7b5420833ba50018ed2be547224080b27486d96c005fe9abc50c3be734f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) reacts after missing a shot on goal during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSRANP6PO27GVYPMZ4Z3OH6ZYM.jpg?auth=8e7a81d5a4fd36b8d1ec3834b210e7b838091734a58ec7b510fd26a112bea7af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghana goalkeeper Benjamin Asare makes a save during the second half of the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SL5OWIGWWY6ITKYRO36LM2DAY.jpg?auth=f413ee4e2a0886262c4e9e5b111bbc5cde4fb8e37e5e709cbd4296c216e3356c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghana's soccer fans cheer from the stands during the World Cup Group L soccer match between England and Ghana in Foxborough, Mass., near Boston, Tuesday, June 23, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Investigación revela problemas que llevaron al colapso del condominio de Surfside ]]></title><link>https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/investigacion-revela-problemas-que-llevaron-al-colapso-del-condominio-de-surfside/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, investigadores principales dijeron que el colapso comenzó a inicios de junio de 2021]]></description><pubDate>Tue, 23 Jun 2026 22:18:41 +0000</pubDate><content:encoded><![CDATA[<p>En vísperas del quinto aniversario del colapso de Champlain Towers South en Surfside, que cobró la vida de 98 personas, investigadores principales del Instituto Nacional de Estándares y Tecnología (NIST, por sus siglas en inglés) <a href="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse" target="_self" rel="" title="https://www.nist.gov/news-events/news/2026/06/nist-releases-technical-findings-what-caused-2021-partial-collapse">dijeron que el colapso comenzó a inicios de junio de 2021</a> cuando fallaron dos conexiones entre las columnas del garaje y la losa de la terraza de la piscina.</p><p>Una vez que falló la primera conexión, dijeron que otros elementos de la terraza de la piscina quedaron encargados de soportar sus cargas, pero no eran lo suficientemente fuertes para soportarlas.</p><p>“Cuando las estructuras de los edificios se diseñan de acuerdo con los códigos y estándares requeridos, tienen márgenes contra la falla, lo que significa que deberían poder soportar mucha más carga de la que se espera que soporten”, dijo Judith Mitrani-Reiser del Instituto Nacional de Estándares y Tecnología (NIST). “En el caso de Champlain Towers South, estos márgenes contra la falla eran demasiado estrechos desde el inicio”.</p><p>Las investigaciones del NIST son realizadas por equipos nacionales de seguridad en la construcción, y aunque el laboratorio federal de investigación ha producido investigaciones completas sobre fallas estructurales de gran escala —incluido el incendio del <a href="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/station-nightclub-fire-2003">club nocturno Station</a> y el<a href="https://www.nist.gov/world-trade-center-investigation" target="_self" rel="" title="https://www.nist.gov/world-trade-center-investigation"> ataque al World Trade Center</a>— lo ocurrido en Surfside fue una primera vez incluso para ellos, ya que fallas de edificios previas que han estudiado tenían causas evidentes, <a href="https://www.nist.gov/disaster-failure-studies/joplin-tornado" target="_self" rel="" title="https://www.nist.gov/disaster-failure-studies/joplin-tornado">como tormentas</a>, incendios o un ataque terrorista.</p><p>Glenn Bell del NIST explicó parte de lo que su investigación descubrió.</p><p>“Desviaciones severas y generalizadas del diseño estructural original del edificio respecto a los códigos y estándares de la época”, dijo.</p><p>Según un informe del administrador municipal de 2021, el edificio hermano del condominio, Champlain Towers North, fue diseñado “por la misma firma de ingeniería y construido al mismo tiempo”, lo que genera preguntas sobre si tiene las mismas fallas originales de diseño y construcción.</p><p>Allyn Kil-Shimer, de KCE Structural Engineers, es el ingeniero estructural contratado por la ciudad para ayudar con su investigación independiente sobre el colapso. También buscó pistas en el cercano Champlain Towers North.</p><p>“Champlain Towers North nos pidió que evaluáramos su edificio para asegurarnos de que no tuviera problemas similares a los que encontramos en Champlain Towers South”, dijo Kil-Shimer.</p><p>“Lo hicimos durante aproximadamente un año y medio, y encontramos los mismos, si no más, defectos de diseño y deficiencias de construcción en la estructura de Champlain Towers North que los que habíamos encontrado incluso en Champlain Towers South, así que con la propiedad de Champlain Towers, el grupo de condominios de Champlain Towers North, que ahora se llama Ocean Waves, esencialmente instalamos una serie de apuntalamientos de emergencia en muchos lugares, y diseñamos el diseño estructural para la remediación necesaria para atender esos problemas”, añadió.</p><p>Kil-Shimer dijo que, trabajando con los propietarios del edificio, comenzaron el proceso de remediación.</p><p>“Comenzamos la construcción, los contratistas iniciaron la construcción en ese momento, contratistas que seleccionamos de expertos de todo el país, y obtuvimos permisos de la ciudad de Surfside”, dijo. “Ha pasado un año y casi dos años, y esencialmente todas las deficiencias estructurales de construcción y diseño en Champlain Towers North que encontramos, tanto al investigar Champlain Towers North como al investigar Champlain Towers South, han sido remediadas satisfactoriamente en Champlain Towers North”.</p><p>También se le preguntó si es seguro vivir allí.</p><p>“En esencia, ahora tengo 86 años y tengo bisnietos, yo los dejaría vivir en el edificio”, añadió. “Por todo lo que hemos encontrado, el edificio es estructuralmente sólido y no solo cumple con la mayoría de los códigos que existen hoy, lo cual no es obligatorio, ahora cumple como mínimo con los códigos estructurales de construcción que existían cuando los edificios fueron diseñados”.</p><p><iframe class="scribd_iframe_embed" title="8877 COLLINS AVE-Champlain Towers North Field Report Revised 001 R1 - Copy - Copy" src="https://www.scribd.com/embeds/1054462803/content?start_page=1&view_mode=scroll&access_key=key-T0FyEzO1lsJYyk3WQ6T6" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> </p>]]></content:encoded></item><item><title><![CDATA[“Debe estar en la cárcel”: Acusan a sospechoso mientras víctima se recupera tras ataque con bate de sóftbol en Aventura ]]></title><link>https://www.local10.com/espanol/2026/06/23/debe-estar-en-la-carcel-acusan-a-sospechoso-mientras-victima-se-recupera-tras-ataque-con-bate-de-softbol-en-aventura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/debe-estar-en-la-carcel-acusan-a-sospechoso-mientras-victima-se-recupera-tras-ataque-con-bate-de-softbol-en-aventura/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una escena salvaje en juego de sóftbol de adultos en Aventura generó cargos por delito grave contra uno de los jugadores.]]></description><pubDate>Tue, 23 Jun 2026 22:01:04 +0000</pubDate><content:encoded><![CDATA[<p>Una escena salvaje en un juego de sóftbol de adultos en Aventura generó cargos por delito grave contra uno de los jugadores.</p><p>La policía de Aventura arrestó a Roberto Araujo, de 41 años, de Allapattah, después de que, según dijeron, <a href="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/bat-attack-during-aventura-softball-brawl-leaves-1-hurt-1-jailed-cops-say/">tomó un bate de metal y golpeó a la víctima en la parte posterior de la cabeza.</a></p><p>“El hombre rodeó a todo el grupo con un bate en la mano, un bate rosado además, y lo golpeó”, dijo Ana Diaz Matthews, la tía de la víctima, quien ha sido identificada como William Rodriguez.</p><p>Fotos proporcionadas a Local 10 News muestran las lesiones sufridas en la parte posterior de la cabeza de Rodriguez.</p><p>“Willie estaba en el suelo”, dijo Diaz Matthews. “Él simplemente lo golpeó como si estuviera bateando una pelota de béisbol”.</p><p>El incidente ocurrió el domingo, que también fue el Día del Padre.</p><p>La policía dijo que Araujo huyó de la escena después de golpear a Rodriguez con el bate, pero fue Diaz Matthews quien logró obtener el número de la placa del vehículo.</p><p>“Creo que él es un imbécil”, dijo ella. “Se merece estar en la cárcel porque casi mata a alguien”.</p><p>Araujo se enfrenta a un cargo de agresión agravada con arma mortal. A fecha de martes por la tarde, no figuraba entre los reclusos de la cárcel del condado de Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[Hollywood police arrest suspect in connection with 2025 fatal hit-and-run ]]></title><link>https://www.local10.com/news/local/2026/06/23/hollywood-police-arrest-suspect-in-connection-with-2025-fatal-hit-and-run/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/hollywood-police-arrest-suspect-in-connection-with-2025-fatal-hit-and-run/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man has been arrested in connection with a deadly hit-and-run crash that police say killed a pedestrian in Hollywood late last year. ]]></description><pubDate>Tue, 23 Jun 2026 21:25:16 +0000</pubDate><content:encoded><![CDATA[<p>A man has been arrested in connection with a deadly hit-and-run crash that police say killed a pedestrian in Hollywood late last year. </p><p><a href="https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/">Leer en español</a></p><p>Traffic Homicide Detectives with the Hollywood Police Department said officers responded to the area of State Road 7 and Fletcher Street around 10:23 p.m. on Nov. 16, 2025, after a crash involving a pedestrian.</p><p>Investigators said they found the victim lying in the roadway with life-threatening injuries. The victim, who has not been identified, was taken by Hollywood Fire Rescue medics to Memorial Regional Hospital, where he later died.</p><p>According to detectives, an investigation spanning multiple jurisdictions determined Kelvin Larmont Taylor, 50, was driving southbound on State Road 7 when he allegedly struck the victim.</p><p>Authorities said Taylor did not stop, provide aid or notify law enforcement after the crash. Investigators said he fled the scene, leaving the victim in the roadway.</p><p>Detectives said they used physical evidence, digital evidence, surveillance video and forensic findings to identify Taylor as the driver involved.</p><p>Jail records show Taylor was arrested on Thursday and faces one count of leaving the scene of a crash involving death. </p><p>As of Tuesday, he was being held at the Joseph V. Conte Facility in Pompano Beach, where his bond was set at $125,000. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLTMJN6A2ZHXZM22V2WDEOARZ4.jpg?auth=61346e85a6b179225dd68ff1f809a3d4759f250d49c10659725a8a4b39eebfee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a sospechoso en relación con atropello y fuga mortal ocurrido en 2025 en Hollywood ]]></title><link>https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/arrestan-a-sospechoso-en-relacion-con-atropello-y-fuga-mortal-ocurrido-en-2025-en-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue arrestado en relación con un atropello y fuga mortal que, según la Policía.]]></description><pubDate>Tue, 23 Jun 2026 21:38:01 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado en relación con un atropello y fuga mortal que, según la Policía, causó la muerte de un peatón en Hollywood a finales del año pasado.</p><p>Detectives de la Unidad de Homicidios de Tránsito del Departamento de Policía de Hollywood informaron que los agentes respondieron al área de State Road 7 y Fletcher Street alrededor de las 10:23 p.m. del 16 de noviembre de 2025 tras un accidente que involucró a un peatón.</p><p>Los investigadores dijeron que encontraron a la víctima tendida sobre la vía con lesiones que ponían en peligro su vida. La víctima, cuya identidad no ha sido revelada, fue trasladada por paramédicos de Hollywood Fire Rescue al Memorial Regional Hospital, donde posteriormente murió.</p><p>Según los detectives, una investigación que abarcó múltiples jurisdicciones determinó que Kelvin Larmont Taylor, de 50 años, conducía hacia el sur por State Road 7 cuando presuntamente atropelló a la víctima.</p><p>Las autoridades dijeron que Taylor no se detuvo, no prestó ayuda ni notificó a las autoridades después del accidente. Los investigadores indicaron que huyó del lugar, dejando a la víctima sobre la vía.</p><p>Los detectives informaron que utilizaron evidencia física, evidencia digital, videos de vigilancia y hallazgos forenses para identificar a Taylor como el conductor involucrado.</p><p>Los registros de la cárcel muestran que Taylor fue arrestado el jueves y enfrenta un cargo de abandonar la escena de un accidente con resultado de muerte.</p><p>Hasta el martes, permanecía detenido en el centro de detención Joseph V. Conte, en Pompano Beach, con una fianza fijada en $125,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NLTMJN6A2ZHXZM22V2WDEOARZ4.jpg?auth=61346e85a6b179225dd68ff1f809a3d4759f250d49c10659725a8a4b39eebfee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trains halted across Germany because of communication system problem]]></title><link>https://www.local10.com/news/world/2026/06/23/trains-halted-across-germany-because-of-communication-system-problem/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/23/trains-halted-across-germany-because-of-communication-system-problem/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A problem with a communications system forced Germany’s railway system to halt all trains late Tuesday, leaving passengers stranded across the country.]]></description><pubDate>Tue, 23 Jun 2026 22:20:10 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A problem with a communications system forced Germany’s railway system to halt all trains late Tuesday, leaving passengers stranded across the country.</p><p>The main national railway operator, Deutsche Bahn, said all trains were being held at stations because of a nationwide problem with the GSM-R digital communication system, which is used for internal communication on the railway network.</p><p>Deutsche Bahn said in a statement at midnight, 1 1/2 hours after it first announced the problem, that the cause had been identified, but didn't specify what it was. It said that technicians “are working intensively on a solution.”</p><p>It didn’t specify how long that might take or say how many trains or passengers were affected.</p><p>The Bild newspaper quoted Deutsche Bahn CEO Evelyn Palla as saying that “we are now trying to get the trains into stations so that travelers can disembark.”</p><p>The company said it would give taxi and hotel vouchers to passengers and, where possible, make available trains at stations for travelers to sit in. It apologized for the situation.</p><p>GSM-R, short for Global System for Mobile Communications–Railway, offers voice and data services needed to operate railways, including communication between train drivers and control centers.</p><p>According to the European Union Agency for Railways, it has been introduced across Europe since 2000 as a common standard for railway operations.</p><p>The German railway system has on rare occasions in the past halted all or most trains, but because of storms rather than for technical reasons.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3VL6EC7WVJE5FHXBSBEFZOQJLA.jpg?auth=64c0bf238404000939ffe07dd1829f6e345b2026c9bb8fc4e739bc6fd1b4e554&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo of Deutsche Bahn is pictured at the central station in Munich, Germany, Jan. 24, 2024. (AP Photo/Matthias Schrader, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Sueñan en grande los aficionados del Heat tras el intercambio de Giannis Antetokounmpo que sacude la NBA ]]></title><link>https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey, Michaila Hightower, Sanela Sabovic]]></dc:creator><description><![CDATA[Giannis Antetokounmpo se dirige al sur de Florida en un traspaso bomba que llevará a una de las mayores estrellas de la NBA al Miami Heat.]]></description><pubDate>Tue, 23 Jun 2026 17:29:58 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo se dirige al sur de Florida en un traspaso bomba que llevará a una de las mayores estrellas de la NBA al Miami Heat y que se espera que reconfigure de inmediato la Conferencia Este, <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">según múltiples informes.</a></p><p>En un almacén en West Kendall el martes, la noticia ya se sentía real para los jóvenes jugadores de la 305 Sports Basketball Academy, donde la emoción por un posible súper equipo del Heat se desbordó en la cancha.</p><p>El programa durante todo el año se enfoca en desarrollar habilidades, confianza y comunidad para jóvenes atletas de los condados de Miami-Dade y Broward.</p><p>“Los ayudamos a construir confianza y a salir y básicamente hacer amigos y es algo especial”, dijo Lazaro Arcacha, propietario de la 305 Sports Basketball Academy.</p><p>Para muchos de los niños, el supuesto acuerdo —que uniría a Antetokounmpo, ampliamente conocido como el “Greek Freak”, con Bam Adebayo en Miami— se convirtió de inmediato en sueños de campeonato.</p><p>“Estoy como muy emocionado porque ahora realmente tenemos la oportunidad de ganar el campeonato nacional”, dijo un fan. “Tienen dos dúos dinámicos: Giannis en la pintura y Bam Adebayo”.</p><p>Luego se puso a prueba a algunos de los estudiantes sobre su conocimiento del dos veces MVP, incluyendo de dónde es.</p><p>Después de ver el apellido completo de 13 letras —Antetokounmpo— un fan se preguntó en voz alta: “¿Cabe siquiera en la camiseta?”</p><p>Otros aficionados del Heat dijeron que Antetokounmpo “vale la pena al 100%”.</p><p>“El Greek Freak... Si yo formara parte del grupo propietario del equipo, estaría dispuesto a entregar cualquier cosa por el Greek Freak”, dijo un aficionado del Heat a Sanela Sabovic, de Local 10.</p><p>Para el fan del Heat Dylan Wood, la emoción ya estaba creciendo incluso antes de que saliera la noticia.</p><p>“Estuve despierto hasta la medianoche viendo ESPN porque sé que había muchos traspasos ocurriendo. Eso es realmente emocionante”, dijo Wood. “El Heat se enorgullece de tener jugadores de gran nombre”.</p><p>Al ser preguntado sobre despertarse y ver la noticia, añadió: “Fue bueno. Fue bueno. Muchos mensajes. Se siente bien saber que no nos estamos rindiendo. Creo que vale la pena por Giannis. Creo que el Heat ha estado en una especie de etapa de reconstrucción durante los últimos años. Creo que es momento de dar un gran golpe, y eso es exactamente lo que hicieron. Es un paso en la dirección correcta”.</p><p>Según los informes, el acuerdo enviará a Antetokounmpo y Bobby Portis al Miami desde los Milwaukee Bucks a cambio de Tyler Herro, Jaime Jaquez Jr., Kel’el Ware y Kasparas Jakucionis, junto con múltiples selecciones futuras del draft.</p><p>Los Bucks también recibirían un intercambio de primera ronda en 2030, selecciones de primera ronda en 2031 y 2033, y una selección de segunda ronda en 2033, según una persona familiarizada con el acuerdo que habló bajo condición de anonimato porque el traspaso aún no había recibido la aprobación de la liga.</p><p>Antetokounmpo, dos veces MVP de la NBA, 10 veces All-Star y campeón de la NBA en 2021, ha pasado toda su carrera en Milwaukee y sigue siendo una de las fuerzas más dominantes de la liga, incluso después de una temporada limitada por lesiones en la que promedió 27,6 puntos por partido.</p><p>El supuesto movimiento sigue a días de especulación sobre la disposición de Milwaukee a considerar ofertas de intercambio de múltiples equipos, incluyendo Miami y Boston.</p><p>Por ahora, los aficionados en Miami ya están imaginando lo que viene después.</p><p>Y no olvides, puedes ver los partidos del Miami Heat en Local 10 la próxima temporada, ya que WPLG Local 10 y el Heat anunciaron un nuevo acuerdo ampliado de derechos de medios, haciendo de Local 10 el hogar del baloncesto del HEAT en todo el sur de Florida. <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/">Haz click aquíÍ</a> para más información sobre cómo verlo.</p>]]></content:encoded></item><item><title><![CDATA[Trump administration touts Iran deal as a payday for US farmers, but Iran denies it]]></title><link>https://www.local10.com/news/national/2026/06/23/trump-administration-touts-iran-deal-as-a-payday-for-us-farmers-but-iran-denies-it/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/trump-administration-touts-iran-deal-as-a-payday-for-us-farmers-but-iran-denies-it/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. President Donald Trump and Vice President JD Vance say their interim deal to end the war with Iran will deliver a financial windfall to American farmers.]]></description><pubDate>Tue, 23 Jun 2026 23:03:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. President Donald Trump and Vice President JD Vance say their interim deal to end the war with Iran will deliver a financial windfall to American farmers.</p><p>But the Iranians deny it. And in the absence of more details, sanctions experts are flummoxed over exactly how billions of dollars’ worth of Iranian assets would make their way to the American heartland from the escrow accounts where they’ve been locked for years by U.S. sanctions.</p><p>A tentative agreement reached last week would reopen the Strait of Hormuz, through which a fifth of the world’s oil and natural gas once passed, and allow Iran to start selling its oil freely again during a 60-day period when the two countries will continue negotiating key issues. The memorandum of understanding also promised to unfreeze Iranian assets.</p><p>Trump’s deal has come under fire for failing to address the reasons the president cited for going to war with Iran on Feb. 28, including curbing Tehran’s nuclear ambitions, its missile program and its support for militant groups such as Hezbollah in Lebanon and Hamas in Gaza.</p><p>Lashing back at critics Tuesday on his Truth Social media platform, Trump said U.S. farmers would get a payday: The U.S. Treasury Department, he wrote, would release the Iranian assets “into escrow, controlled by the U.S.A., and will be used for the purchase of food and medical supplies, exclusively from the United States, including Corn, Wheat, and Soybeans from our great American farmers. These are things that are desperately needed by Iran.’’</p><p>Vance, who spoke about the proposal after high-level talks in Switzerland, and Trump say that any frozen funds and assets held outside of Iran will be used to buy U.S. crops.</p><p>But the Iranians deny that's part of the deal. A spokesperson for the Iranian Foreign Ministry, Esmail Baghaei, said any agricultural purchases would be based on “prices and quality,’’ not terms dictated by Washington.</p><p>“It is interesting that the philosophy and goal of the war, which was the destruction of the Iranian civilization and the collapse of Iran, has become enriching American farmers,” Baghaei said.</p><p>Iran’s ambassador in Geneva, Ali Bahreini, rejected Vance’s contention that the U.S. and Qatar would dictate how Iran uses unfrozen funds. “Iran is the only country who decides what to do with those assets,” he told reporters.</p><p>A U.S. official dismissed the contradiction, asserting that Iranian leaders were speaking to their domestic audience. The official spoke on condition of anonymity because they were not authorized to speak on the record.</p><p>Joseph Glauber, a research fellow emeritus at the International Food Policy Research Institute, said Iran was unlikely to abandon its other trade partners on food.</p><p>Iran’s major suppliers include Brazil, India, Turkey, the European Union, Canada, Australia and Argentina, he said. Trump’s demand to buy from the U.S. would “create some hard feelings with some of our competitors.”</p><p>Under previous sanctions, the U.S. has required that money foreign countries spend on imports from Iran — such as South Korean purchases of oil and Iraqi purchases of Iranian electricity — be locked in escrow accounts and typically released only if the Treasury approves and if the proceeds go toward “non-sanctionable’’ items such as food and medicine.</p><p>On Monday, the U.S. Treasury approved the sale of Iranian oil, petrochemicals and petroleum products through Aug. 21. It did not mention any escrow accounts.</p><p>Richard Goldberg of the Foundation for Defense of Democracies, who coordinated efforts to put diplomatic pressure on Iran in the first Trump administration, said in a post on X that he would welcome “a clarification that Iran is actually restricted to only buying U.S. agricultural products.”</p><p>Richard Nephew, senior research scholar at Columbia University’s Center on Global Energy Policy, said it’s unclear what the new U.S.-Iran agreement actually means for releasing restricted Iranian assets.</p><p>Could the U.S. require that the assets be used to buy American farm products?</p><p>“Well, we can try!’’ Nephew, who helped design Iran sanctions in the Obama and Biden administrations, said by email. “All you really need to do is to tell a foreign bank that they can move the money but only to a U.S. bank to buy soybeans or whatever."</p><p>Banks do not have to comply, he said. If they refuse, the U.S. could sanction them as well.</p><p>But it's rare for the U.S. to conduct itself that way, he added, “in part because we don’t usually like to give the impression that we treat national security issues as a cash grab.”</p><p>___</p><p>Associated Press writers Josh Boak and Michelle L. Price in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKNMTBGYPS2CPMD2XXHGW4LBTI.jpg?auth=f309864b126a632b8e510899ece4e849e912e9d7de790ab52f737d2a24c4a174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance before boarding Air Force Two at Emmen Military Air Base, Emmen, Switzerland, Monday, June 22, 2026, after the U.S. and Iran held high-level talks at the Lake Lucerne Summit. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGHBGRNS57T466X7GIIMNSKOT4.jpg?auth=93da5aa17c7a3feda685a7c5cb2d61acc5e37df25eabc3f8f3d617dbb30611a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at a Mack Trucks facility, Tuesday, June 23, 2026, in Macungie, Pa. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4LDGLVJHJCKD3IO3JF2O4B3Y4.jpg?auth=d0ef9b16cfa2392d2ed089e3b95f5be0d5193072fcdfaea90a778acc6f789aaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance before boarding Air Force Two at Emmen Military Air Base, Emmen, Switzerland, Monday, June 22, 2026, after the U.S. and Iran held high-level talks at the Lake Lucerne Summit. (Nathan Howard/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content></item><item><title><![CDATA[All the world's a robot-staging ground for tech entrepreneurs building 'physical AI']]></title><link>https://www.local10.com/news/2026/06/24/all-the-worlds-a-robot-staging-ground-for-tech-entrepreneurs-building-physical-ai/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/24/all-the-worlds-a-robot-staging-ground-for-tech-entrepreneurs-building-physical-ai/</guid><dc:creator><![CDATA[By MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[PROVIDENCE, R.I. (AP) — Computer scientist Louis Castricato was in his eighth year studying large language models — the artificial intelligence technology behind chatbots like ChatGPT and Claude — when he started to feel like he was hitting a dead end.]]></description><pubDate>Wed, 24 Jun 2026 04:01:06 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — Computer scientist Louis Castricato was in his eighth year studying large language models — the artificial intelligence technology behind chatbots like ChatGPT and Claude — when he started to feel like he was hitting a dead end.</p><p>“We basically have passed the point of doing real fundamental LLM research," Castricato said. “Now it’s just applications.”</p><p>The researcher quit his studies at Brown University and started a new company, called Overworld. Its ambition is in its name: AI that can understand and navigate a world, not just words.</p><p>There's still plenty of money to be made from AI chatbots — investors are counting on it as they commit trillions of dollars to leading developers like Anthropic and OpenAI. But a growing number of AI entrepreneurs are dedicating themselves to what they see as the next frontier: “world models” that teach AI systems, and sometimes robots, how to react in a physical environment.</p><p>They include some of the field's most prominent scientists, such as “Godmother of AI” Fei-Fei Li, who describes the concept of a world model as “one of the most important and most overloaded terms in AI today."</p><p>Scientists are applying AI in new dimensions with ‘world models’</p><p>At the heart of world model research is the idea that AI can't be truly intelligent if it can only read a book. It also needs to read the room.</p><p>“Where language models learn the statistical structure of text, world models learn the statistical structure of space and time: how light falls on a surface, how a garden looks from an angle no camera has captured, how objects respond to force and follow the laws of physics,” wrote Li, founder of the San Francisco startup World Labs, in an essay published this month.</p><p>Another proponent is AI pioneer Yann LeCun, who quit his job as Meta's chief AI scientist last year to start Paris-based Advanced Machine Intelligence Labs.</p><p>“World model is quickly becoming a buzzword,” LeCun said on a recent “Unsupervised Learning” podcast. He said he views it as something that enables an AI agent "to predict the consequences of its own actions."</p><p>There are multiple ways of defining world models, often based on the technologies someone hopes to build with it — be it robots or a more interactive video game.</p><p>Robots can't learn much from AI models trained on books</p><p>Training on all of humanity's books, news articles and visual media, as AI language models have done, has led to AI assistants that are changing the nature of office-based work and some creative fields. But some proponents see limitations in generative AI models that work by repeatedly predicting the next word or pixel to produce new dialogue, images or lines of code.</p><p>Chatbots can't pick up a coffee mug, notes Martin Hebert, dean of computer science at Carnegie Mellon University.</p><p>“There’s all the geometry of the world, the dynamic of how I move my hand, the physical interaction of the contact with the cup,” Hebert said. “This is much more complex than just predicting the next word in a sentence.”</p><p>For scientists like Hebert, who has spent more than four decades researching robotics, the most useful application for world models is as a faster and cheaper path to “physical AI" — another tech industry buzzword.</p><p>“Some people may have different definitions, but physical and embodied AI are kind of the evolution of what we used to call robotics,” Hebert said in an interview. Some of the AI advances that have made chatbots so useful can also be applied to building AI with a broad enough awareness of its environment to work like a robot’s brain, he said.</p><p>“In your body and spinal cord you have a very general model of how to balance, how to walk around, and you can adapt to your knee hurting in the morning, so you now walk a little differently," he said. "You don’t need to think about that. You have a general model somewhere in your nervous system and brain that allows your body to adapt very quickly.”</p><p>Simulated worlds are drawing interest from investors</p><p>Smarter robots aren't the only end game for world models. Castricato started Overworld last year and the tiny Rhode Island-based startup is now building video game worlds where a scene, say, of a spooky forest, can adapt as a virtual character moves through it and interacts with the objects in it.</p><p>“There’s no other world model where you can just walk through doors or where you can interact with a detailed environment like this,” he said in an interview. “We optimize for interaction above anything else.”</p><p>While the near-term applications aren't as readily apparent as AI coding tools, world model makers are attracting interest from venture capitalists like Steve Jang, co-founder and managing partner at Kindred Ventures.</p><p>The firm is investing in Overworld and other world model-focused companies, including Causal Labs, which is building AI models for weather prediction, and Extropic, which is building specialized computer chips suited to world models.</p><p>“I think that the future is many different types of models with many different philosophies and architectures," Jang said. "I don’t think that it’ll be one large, dense model to rule them all.”</p><p>In her recent essay, Li sought to create a “taxonomy of world models” to help sort out the confusion about the competing visions.</p><p>“A video model that produces gorgeous but physically impossible flames, a language model improvising a playable game, and a physics engine that faithfully simulates combustion all go by the same name,” she wrote.</p><p>She divided world models into three categories. The most commercially viable today are “renderers” that prioritize the visual fidelity of the virtual worlds they create but can't be trusted to teach robots much.</p><p>Then, there are “simulators” that create virtual training grounds that faithfully represent the physical structure of a world; and “planners” that try to predict what an AI agent or robot should do in an unstructured world.</p><p>“A robot that can plan is a robot that can work, and the entire industry is racing to be the one that gets there first,” she wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PZX3OIGBG63MFOZ62IJA45QTFE.jpg?auth=a106ced23c7ac1fabef7007766729207b9a614a619f8351a1e87312686e58c8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Computer scientist Fei-Fei Li speaks during the Clinton Global Initiative, Sept. 24, 2024, in New York. (AP Photo/Andres Kudacki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRS5PPMNCGOIXC43QIOWQEC3SE.jpg?auth=5bfb3b375dcb1615c9bd214f63c27d2648378251ee726e947687d7f5d6a5f8b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chat GPT app icon is seen on a smartphone screen, Aug. 4, 2025, in Chicago. (AP Photo/Kiichiro Sato, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kiichiro Sato</media:credit></media:content></item><item><title><![CDATA[Meet Caramelo, the Mexico superfan attending his 11th World Cup]]></title><link>https://www.local10.com/sports/2026/06/23/meet-caramelo-the-mexico-superfan-attending-his-11th-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/meet-caramelo-the-mexico-superfan-attending-his-11th-world-cup/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Long after Mexico’s World Cup win against South Korea, fans young and old lined up outside the stadium to take photos with Héctor Chávez and his big black sombrero.]]></description><pubDate>Tue, 23 Jun 2026 20:58:56 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Long after Mexico’s World Cup win against South Korea, fans young and old lined up outside the stadium to take photos with Héctor Chávez and his big black sombrero.</p><p>Also known as Caramelo, candy in English, Chávez is arguably as well-known in Mexico as the members of the national team.</p><p>He says the game last Thursday in Guadalajara was his 543rd match watching “El Tri,” which he has followed around the world since Mexico last hosted the World Cup in 1986.</p><p>Now at his 11the World Cup, Chávez is flanked by his 21-year-old son, also called Héctor Chávez, and known as Caramelo Jr. Both wear oversized sombreros with their nicknames written in all caps, making them hard to miss at stadiums.</p><p>“Mexico has one of the best fan bases in the world, one that travels the most to matches, and one of the most colorful ones in the world, with tradition, identity and pride,” the 64-year-old Chávez told The Associated Press. “I’m very fortunate to be here, with my son by my side in his fifth World Cup, to keep supporting the national team with everything we’ve got.”</p><p>Chávez has become a familiar sight in every stadium where the team plays in Mexico and around the world, including friendlies. He said the first national team match he attended was on Feb. 19, 1986, when Mexico faced the Soviet Union in the country’s capital. His first World Cup match was that same year, on June 3 against Belgium.</p><p>Despite being at another World Cup at home, Chávez said he struggled to make it to the games this time.</p><p>“This has been the most expensive World Cup in history, some of my friends who usually accompany me couldn’t come,” he said. “I had to break the piggy bank, and we are here with the support of our family, because without this support it wouldn’t be possible. The truth is that we’ve worked hard to be here, but finally we made it and we will keep following the national team to the end.”</p><p>Caramelo is popular but also has his critics</p><p>Despite his popularity, Chávez is not universally loved in Mexico. Critics say he’s getting too much attention and question whether he’s promoting himself or the national team. He’s annoyed some fans by throwing his hat onto the field, including at the game between Colombia and Uzbekistan in Mexico City last week.</p><p>“Well, they say that if they are criticizing you, it's because you are doing something good. We try not to pay too much attention to it. We preferer to hold on to the great support that the fans have shown us in person,” the younger Héctor Chávez said.</p><p>Many teams have superfans who attract headlines at World Cups. Spain had Manuel Cáceres, known as “Manolo el del bombo” or “Manolo the bass drummer,” who followed the Spanish national team since the 1982 World Cup. He died last year. Brazil’s Clóvis Acosta Fernandes, known as the “Gaúcho Da Copa,” died in 2015.</p><p>Congo has Michel Nkuka Mboladinga, who gained fame during the Africa Cup of Nations for posing as a statue of Congo’s assassinated independence hero Patrice Lumumba. He missed the team’s first game at this year’s World Cup but was expected to make it to Tuesday’s match against Colombia.</p><p>Chávez worried that die-hard fans are being priced out of the World Cup, affecting the atmosphere in stadiums.</p><p>“I miss the hardcore fans who follow their teams, who chant and cheer during the whole 90 minutes. Did you notice that they couldn’t even get the wave to work again?" he said after Mexico's match against South Korea on June 18. “And why is that? It’s because we don’t have these fans. And why don’t we have these fans? It’s because they can’t afford these expensive tickets.”</p><p>___</p><p>AP World Cup: https://apnews.com/FIFA-World-Cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AJQ5ZKWEHQWX4OIK53DT6NEMUM.jpg?auth=50e6ff15d7695d138437ce451847c39c6122e7ea4f177d1638728744c3670510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico fans react during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCDO7UUY34L2VOOSVNXSDZDBVA.jpg?auth=f414ea8bd1053e11a05fbb86fd7ce50f091802748e131939c7b7a1e61e39f06d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican fans react following the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Heat fans dream big as trade for Giannis Antetokounmpo shakes the NBA]]></title><link>https://www.local10.com/sports/local/2026/06/23/heat-fans-dream-big-as-trade-for-giannis-antetokounmpo-shakes-the-nba/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/23/heat-fans-dream-big-as-trade-for-giannis-antetokounmpo-shakes-the-nba/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey, Michaila Hightower, Sanela Sabovic, Tim Reynolds]]></dc:creator><description><![CDATA[Giannis Antetokounmpo is headed to South Florida in a blockbuster trade that would bring one of the NBA’s biggest stars to the Miami Heat and instantly reshape the Eastern Conference, according to multiple reports.]]></description><pubDate>Tue, 23 Jun 2026 16:28:42 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo is headed to South Florida in a blockbuster trade that will bring one of the NBA’s biggest stars to the Miami Heat and is expected to instantly reshape the Eastern Conference, <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">according to multiple reports</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/suenan-en-grande-los-aficionados-del-heat-tras-el-intercambio-de-giannis-antetokounmpo-que-sacude-la-nba/">Leer en español</a></p><p>At a warehouse in West Kendall on Tuesday, the news already felt real to young players at the 305 Sports Basketball Academy, where the excitement around a potential Heat superteam spilled onto the court.</p><p>The year-round program focuses on building skills, confidence and community for young athletes across Miami-Dade and Broward counties.</p><p>“We help them build confidence and come out and basically you know make friends and it’s something special,” said Lazaro Arcacha, owner of 305 Sports Basketball Academy.</p><p>For many of the kids, the reported deal — which would pair Antetokounmpo, widely known as the “Greek Freak,” with Bam Adebayo in Miami — immediately turned into championship dreams.</p><p>“I’m just like so hyped because now we actually have the chance to win the national championship,” one fan said. “They’ve got two dynamic duos Giannis in the paint, and they got Bam Adebayo.” </p><p>Some of the students were then quizzed on their knowledge of the two-time MVP, including where he is from.</p><p>After seeing the full 13-letter surname — Antetokounmpo — one fan wondered aloud: “Does it even fit on the jersey?”</p><p>Other Heat fans said Antetokounmpo “is 100 percent worth it.” </p><p>“The Greek Freak -- If I was working in the ownership, I’d be willing to give up anything for a Greek,” a Heat fan told Local 10’s Sanela Sabovic.</p><p>For Heat fan Dylan Wood, the excitement was already building before the news even broke.</p><p>“I was up at midnight still watching ESPN because I know there were a lot of trades going on. That’s really exciting,” Wood said. “The Heat kind of pride themselves on having a big-name player.”</p><p>When asked about waking up and seeing the news, he added: “It was good. It was good. A lot of messages. It feels good to know we’re not giving up. I do think it’s worth Giannis. I think the Heat have been in a little bit of a rebuilding stage for the past couple years. I think it’s time to make a big splash, and that’s exactly what they did. It’s a step in the right direction.”</p><p>According to reports, the deal will send Antetokounmpo and Bobby Portis to Miami from the Milwaukee Bucks in exchange for Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis, along with multiple future draft picks.</p><p>The Bucks also would receive a 2030 first-round pick swap, first-round picks in 2031 and 2033, and a 2033 second-round pick, according to a person familiar with the deal who spoke on condition of anonymity because the trade had not yet received league approval.</p><p>Antetokounmpo, a two-time NBA MVP, 10-time All-Star and 2021 NBA champion, has spent his entire career in Milwaukee and remains one of the league’s most dominant forces, even after an injury-shortened season in which he averaged 27.6 points per game.</p><p>The reported move follows days of speculation about Milwaukee’s willingness to entertain trade offers from multiple teams, including Miami and Boston.</p><p>For now, fans in Miami are already imagining what comes next.</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season. </p>]]></content:encoded></item><item><title><![CDATA[Messi and Mbappé romping through World Cup with dazzling display of history-making goals]]></title><link>https://www.local10.com/sports/2026/06/23/messi-and-mbappe-romping-through-world-cup-in-dazzling-display-of-history-making-goals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/messi-and-mbappe-romping-through-world-cup-in-dazzling-display-of-history-making-goals/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Lionel Messi has been mesmerizing. Kylian Mbappé has been, well, magnifique.]]></description><pubDate>Tue, 23 Jun 2026 23:27:32 +0000</pubDate><content:encoded><![CDATA[<p>Lionel Messi has been mesmerizing. Kylian Mbappé has been, well, magnifique.</p><p>Two of the biggest stars of the World Cup are setting records with history-making goals in a sizzling start that has even the most casual soccer fans in the U.S. taking notice.</p><p>Messi has five goals in Argentina's first two matches, setting the record for career World Cup goals with 18. Mbappé has scored four times for France, moving into a tie for second with 16 goals.</p><p>“Leo always scores,” Mbappé said. “He’ll always score. If I want to look at what Leo’s doing, I’ll have to do even more.”</p><p>They are not alone in hitting the back of the net. Norway's Erling Haaland already has four in his country's first two games at the World Cup since 1998. And Portugal's Cristiano Ronaldo broke out with two goals against Uzbekistan on Tuesday to raise his career World Cup total to 10.</p><p>But Messi and Mbappé are the maestros making this World Cup their personal symphony. It's one they've been writing since the 2022 final in Qatar, when Messi scored twice and Mbappé three times before Argentina finally won on penalty kicks in a title game for the ages.</p><p>There should be plenty of music still to come from both. Argentina and France have already clinched spots in the elimination rounds, and both are among the favorites to win the tournament.</p><p>Messi is defying age in a young man's game</p><p>Messi has scored most of his World Cup goals at an age when most top scorers would be well past their prime.</p><p>He has 12 World Cup goals since he turned 35, and he will turn 39 on Wednesday, three days before Argentina plays its final group-stage match — against Jordan.</p><p>Messi, the former Barcelona icon who now plays for Inter Miami of Major League Soccer, still possesses exquisite touch and passing in traffic, and energy and stamina that carry him through an entire match.</p><p>His second goal against Austria came late. Messi passed to teammate Julián Álvarez, whose shot was blocked. Messi chased the rebound and slid the shot through two defenders to seal a 2-0 victory.</p><p>“We knew that he is on a level of his own, and Lionel Messi showed us today that he’s one of the best, and he is the best,” Austria coach Ralf Rangnick said.</p><p>Mbappé chasing Messi with every goal</p><p>At 27, Mbappé is in his physical prime with the speed and power to chase Messi's record, not just in this tournament but likely for years to come.</p><p>He was just 19 when he led France to the 2018 World Cup title in Russia. With his goal against Croatia, he joined Pelé as the only teenagers to score in a World Cup final.</p><p>Mbappé scored four goals in the in the 2018 tournament and has been on a charge ever since. The Real Madrid forward's speed haunts defenders and his power shooting with with both feet can overwhelm a goalkeeper.</p><p>He was the Golden Boot winner as the top scorer with eight goals in 2022. His 16 career World Cup goals match Miroslav Klose of Germany, one ahead of Brazil great Ronaldo.</p><p>Mbappé scores at a much higher rate than Messi. His 16 goals have come in 16 matches since 2018. Messi has played in 28 matches across six tournaments dating to 2006.</p><p>“I’ve always scored goals in the World Cup, so it’s not something I’m thinking about or that I’m worried about," Mbappé said.</p><p>Haaland making his mark in World Cup debut</p><p>Norway's 6-foot-5 striker could be the biggest threat to Messi and Mbappé as the World Cup's top goal scorer if Norway can stay in the tournament long enough.</p><p>The 25-year-old Manchester City star has been one of the top strikers in Europe for several years and scored two goals in each of Norway's two victories.</p><p>Norway will meet Mbappé and France on the pitch Friday. Both teams have already advanced to the next round, and the winner of the match wins the group.</p><p>“We’re through (to the next round), which is incredible,” Haaland said. “So I couldn’t care too much about that game now. They (France) are probably going to win against us, they’re probably going to win the whole tournament.”</p><p>Norway coach Stale Solbakken says Haaland is the player who can push the team deep into the tournament.</p><p>“He is is the best striker,” Solbakken said. “He's not playing for France or Argentina. He scores for Norway.”</p><p>Mbappé disagreed. Only he didn't point at himself.</p><p>“It's clear," Mbappé said. “(Messi) is the best in the world.”</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5COHIFJZG7NQ5CPESD6WJ7PIE.jpg?auth=8f18c28acf7e9415391ce17bc75b5528fc5964cc873c258d1dea05e826befbac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) shoots at goal during the World Cup Group I soccer match between France and Iraq in Philadelphia, Monday, June 22, 2026. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LODQ5UEPWDHPYUWE55635AXXXE.jpg?auth=1075508be9d4070f94a9f7c1c1abdd7960b4d4381cca415edae0d7e1d46e3a54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates scoring his side's second goal against Austria during the World Cup Group J soccer match in Arlington, Texas, near Dallas, Monday, June 22, 2026. (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/ZVPI5KNVLUTOHREJJU6L6D3HU4.jpg?auth=01ab17f0cd2c0ffc3dce34f304c84808b4d02df1779e8ba3a41cbe6d9bbe1671&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combo of photo shows, France's Kylian Mbappe, left, Argentina's Lionel Messi, center, and Norway's Erling Haaland in action during the World Cup soccer tournament, Monday, June 22, 2026. (AP Photo/Derik Hamilton, left, Ashley Landis, and Pamela Smith)]]></media:description></media:content></item><item><title><![CDATA[Key Largo man accused of holding girl, 16, captive, sexually abusing her for years]]></title><link>https://www.local10.com/news/local/2026/06/23/key-largo-man-accused-of-holding-girl-16-captive-sexually-abusing-her-for-years/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/23/key-largo-man-accused-of-holding-girl-16-captive-sexually-abusing-her-for-years/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 53-year-old Key Largo man accused of hiding a teenage girl inside a clothes dryer when deputies arrived at his home had maintained a secret sexual relationship with the girl for roughly two years after meeting her online, according to an arrest report obtained Tuesday by Local 10 News.]]></description><pubDate>Tue, 23 Jun 2026 20:28:16 +0000</pubDate><content:encoded><![CDATA[<p>A 53-year-old Key Largo man accused of hiding a teenage girl inside a clothes dryer when deputies arrived at his home had allegedly maintained a secret sexual relationship with the victim for roughly two years after meeting her online, according to an arrest report obtained Tuesday by Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/">Leer en español</a></p><p>Jail records show <a href="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/">Christopher Michael Veit</a> faces charges including kidnapping, interference with child custody and four counts of unlawful sexual activity with a minor after Monroe County Sheriff’s Office deputies said they found a 16-year-old girl inside a closed clothes dryer at his Key Largo home Sunday.</p><p>According to an arrest report, deputies responded to Veit’s home in the 800 block of Miramar Drive after a girl called 911 and reported she was being “held hostage,” telling dispatchers to “please hurry” and saying Veit had initially taken her phone away.</p><p>When deputies arrived, Veit allegedly told them there was no female at his home and said he did not know what they were talking about, according to investigators. </p><p>Deputies, however, confirmed the 911 call had originated from the property.</p><p>According to the report, Veit eventually allowed deputies into the home, where they discovered the girl inside a laundry dryer with the door closed.</p><p>When deputies asked Veit why he had denied the girl’s presence, investigators wrote that he looked down at the ground and did not respond, the report states. </p><p>The victim, who is from out-of-county, told deputies that she “had been sexually assaulted and needed help,” the report states. </p><p>Authorities said she was taken to Baptist Health Mariners Hospital in Tavernier, where she consented to a sexual assault examination, according to the report.</p><p>Investigators said the girl’s mother told deputies she did not know her daughter was in Monroe County and had not given permission for her to be with Veit.</p><p>During an interview, the victim told investigators she met Veit through an online dating website when she was 14 years old, the report states. </p><p>Investigators said the victim claimed that she and Veit met in person shortly afterward, had sex, and continued a relationship that remained secret after she allegedly told him her age.</p><p>Deputies said the victim told investigators that Veit later became her “sugar daddy” and paid her $600. She claimed their relationship continued for approximately two years, the report states. </p><p>According to the report, the girl traveled to Key Largo multiple times and had been staying at Veit’s home in the days leading up to Sunday’s incident. </p><p>Investigators said she told them Veit purchased a Brightline train ticket for her to travel from Central Florida to South Florida before picking her up and driving her to his home. </p><p>They said the victim told deputies she wanted to return home Sunday, but Veit took her phone and prevented her from contacting anyone for help. According to the report, she said he climbed on top of her, used his weight to keep her from moving and took both her phone and bag.</p><p>She further alleged that Veit threatened to “do what I did before,” which she interpreted as a reference to prior incidents in which he allegedly slapped her repeatedly and held a pillow over her face, according to investigators.</p><p>The report states that when Veit went outside, the victim used his phone to call 911 before deleting the call from the device’s log.</p><p>After patrol vehicles arrived, the girl told investigators that Veit confronted her and asked whether she had called police. She said he then ordered her to “get in the dryer,” and she complied because she was “afraid of him,” deputies said. </p><p>According to the report, the victim told investigators that Veit had previously discussed using the dryer to hide her if law enforcement ever came to the house.</p><p>Investigators said they executed a search warrant at the home and collected evidence that corroborated portions of the victim’s account including her iPhone, bed sheets, and two bags belonging to the victim on the chair. </p><p>Authorities said detectives also found “several sheets of counterfeit currency” and notified the U.S. Secret Service.</p><p>MCSO spokesperson Adam Linhardt said the victim was placed under the care of a family member. He said MCSO also notified the Florida Department of Children and Families.</p><p>As of Tuesday, Veit was being held in MCSO’s Key West jail facility, where his bond was listed at $650,000. </p><p>“The case remains ongoing and more charges may be pending,” Linhardt 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><media:content url="https://www.local10.com/resizer/v2/RDR67WR2LZCOHNVV6PTN3YCGTQ.jpg?auth=5199683e97589987dc2531edfa4577ed8b24b0611f5d5c2474edbbd4dc25fbc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Veit]]></media:description></media:content></item><item><title><![CDATA[Hombre de Key Largo acusado de retener a una joven de 16 años y de abusar sexualmente de ella durante años]]></title><link>https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/hombre-de-key-largo-acusado-de-retener-a-una-joven-de-16-anos-y-de-abusar-sexualmente-de-ella-durante-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 53 años de Key Largo, fue acusado de esconder a una adolescente dentro de una secadora y haber mantenido una relación sexual secreta con la víctima durante aproximadamente dos años.]]></description><pubDate>Tue, 23 Jun 2026 20:42:14 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 53 años de Key Largo, fue acusado de esconder a una adolescente dentro de una secadora cuando los agentes llegaron a su domicilio. Habría mantenido una relación sexual secreta con la víctima durante aproximadamente dos años tras conocerla por Internet, según un informe de detención obtenido este martes por Local 10 News.</p><p>Los registros penitenciarios indican que <a href="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/key-largo-man-faces-kidnapping-sex-crime-charges-after-teen-found-in-dryer-deputies-say/">Christopher Michael Veit</a>, se enfrenta a cargos que incluyen secuestro, interferencia en la custodia de menores y cuatro cargos de actividad sexual ilícita con una menor, después de que los agentes de la Oficina del Sheriff del condado de Monroe afirmaran haber encontrado el domingo a una joven de 16 años dentro de una secadora cerrada en su domicilio de Key Largo.</p><p>Según el informe de detención, los agentes acudieron al domicilio de Veit, situado en el número 800 de Miramar Drive, después de que una joven llamara al 911 y denunciara que la tenían «secuestrada», pidiendo a los operadores que «por favor se dieran prisa» y explicando que Veit le había quitado el teléfono al principio.</p><p>Cuando llegaron los agentes, Veit supuestamente les dijo que no había ninguna mujer en su casa y que no sabía de qué estaban hablando, según los investigadores.</p><p>Sin embargo, los agentes confirmaron que la llamada al 911 se había realizado desde esa propiedad.</p><p>Según el informe, Veit finalmente dejó entrar a los agentes en la vivienda, donde descubrieron a la joven dentro de una secadora con la puerta cerrada.</p><p>Cuando los agentes le preguntaron a Veit por qué había negado la presencia de la joven, los investigadores anotaron que este bajó la mirada al suelo y no respondió, según indica el informe.</p><p>La víctima, que no es del condado, contó a los agentes que «había sido agredida sexualmente<i>.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDR67WR2LZCOHNVV6PTN3YCGTQ.jpg?auth=5199683e97589987dc2531edfa4577ed8b24b0611f5d5c2474edbbd4dc25fbc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Veit]]></media:description></media:content></item><item><title><![CDATA[Goalllll! Messi mania overtakes Argentina as legend breaks scoring record]]></title><link>https://www.local10.com/sports/2026/06/23/goalllll-messi-mania-overtakes-argentina-as-legend-breaks-scoring-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/goalllll-messi-mania-overtakes-argentina-as-legend-breaks-scoring-record/</guid><dc:creator><![CDATA[By ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Argentina’s passion for Lionel Messi has taken monumental form during the 2026 World Cup: A statue stands 26 meters tall in a remote town in Patagonia, and a mural signed by over 1,300 fans celebrates the captain who continues to inspire devotion across the country.]]></description><pubDate>Tue, 23 Jun 2026 21:36:56 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Argentina’s passion for Lionel Messi has taken monumental form during the 2026 World Cup: A statue stands 26 meters tall in a remote town in Patagonia, and a mural signed by over 1,300 fans celebrates the captain who continues to inspire devotion across the country.</p><p>A giant tribute to Messi</p><p>A 26-meter-tall (85-foot) figure of Messi made of 70 tons of steel and iron towers over the outskirts of Cutral Co, a remote southern town in Patagonia. The player is kneeling, with the World Cup trophy he won in 2022 between his legs and one arm raised, as if greeting motorists traveling along Route 22.</p><p>Even the strong Patagonian wind cannot topple this tribute, inaugurated on June 16 during Argentina’s World Cup debut, when the team once again dazzled under Messi, who sealed the victory over Algeria after scoring three goals.</p><p>Local authorities and the sculptor who designed it say it is the largest monument ever dedicated to the team captain, who turns 39 on Wednesday.</p><p>“He is Argentina’s natural ambassador. For me, it was very important, not only as an artist but as an Argentine,” Aldo Beroisa, 61, told The Associated Press.</p><p>The sculptor has designed giant dinosaurs and monuments to his country’s independence heroes in Cutral Co, an oil-producing town that has never attracted nearly as much attention as other Patagonian communities surrounded by picturesque lakes and mountains.</p><p>Now, the town is filling up with admirers who want to see the statue of the soccer player who has scored 18 goals since making his World Cup debut in 2006. He achieved the record as the tournament’s top scorer this week, after netting both goals in Argentina’s 2-0 victory over Austria.</p><p>The statue, which took 18 months to complete, depicts Messi falling to his knees on the grass at Lusail Stadium in Qatar during the 2022 World Cup final after Gonzalo Montiel sealed Argentina’s 4-2 shootout victory over France and crowned the country world champion.</p><p>The statue also depicts the captain clutching Argentina’s jersey with one hand and pointing to the sky with his index finger, as he often does when he scores a goal, in tribute to his late grandmother.</p><p>A mural made by fans</p><p>There are many murals of Messi around the world. However, the one painted in the Buenos Aires suburb of Berazategui stands out: The player’s smiling face is surrounded by the names of hundreds of his admirers.</p><p>The mural, which is about six meters wide and 5.5 meters high (20 by 18 feet), caught Messi's attention.</p><p>“Crazy ... thank you very much to all of you, to the people who supported it, who came by, and who keep coming by,” Messi said in a video sent to the creators.</p><p>Creator Leonel García, 32, is gracious when he talks about the making of the mural.</p><p>“This is a mural that I didn’t make by myself. Beyond the fact that I painted it, it was made by more than 1,300 people,” said García, recalling those who traveled to Berazategui from different towns to write down their names in the mural.</p><p>The mural was painted in 18 days. García collaborated with Federico Merodo, the owner of the parking lot where the wall that served as the canvas was built.</p><p>The hyperrealistic portrait posed a huge challenge, given that it depicts one of the most recognizable faces on the planet. The image is inspired by a gesture Messi made during a friendly match after Argentina’s triumph in Qatar, when he appeared relaxed and seemed to be enjoying the game.</p><p>“Messi brings joy to the country. The times we’re living through in Argentina may not be very good for some people, but Messi unites everyone ... and the mural does that too, because people from everywhere come together here, from every social class and every political sector,” García said.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FAE2IBI4HBDRLPTBFDTSHVKQ2A.jpg?auth=e4ee012a0b048675549fab641cadf45a86591e11fa883ecf2555b1d93ecc1631&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a mural of Lionel Messi by artist Leonel Garcia, which includes the names of local residents inscribed by them as a tribute to the soccer star, in Berazategui, on the outskirts of Buenos Aires, Argentina, Monday, June 22, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MWMHUHKZSEAVZOPVCOPAUJPL6A.jpg?auth=405c6002de8315c16bc22497202a19b4306e645cc6e00a573153ccc32a59b0be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan holds a poster of soccer stars Lionel Messi and Diego Maradona after watching the World Cup soccer match between Argentina and Algeria in Buenos Aires, Argentina, Tuesday, June 16, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2AL7DEL56ANH2EPGZTJCEZB5Q.jpg?auth=b5bd417a0af6cd6d2cc121624741c4bc635637f4ef1637376db6d92d9f47cc5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sculpture of soccer star Lionel Messi by artist Aldo Beroisa, that was unveiled for Argentina's opening World Cup match against Algeria, stands in Cutral Co, Argentina, at sunrise Sunday, June 21, 2026. (AP Photo/Nestor Ponce)]]></media:description><media:credit role="author" scheme="urn:ebu">Nestor Ponce</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTWRGRR4M2LY4VOK5TSZPI5JSY.jpg?auth=049d8f6a7aeb34b0491601dadc2d8eb17587d2b4d69c5382331e42a25a6a5d8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans with masks of Argentina's Lionel Messi, center, and Emiliano Martinez gather to watch the World Cup soccer match between Argentina and Algeria in Buenos Aires, Argentina, Tuesday, June 16, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIAFVOX5YPPUJVDOL362ZYXTQY.jpg?auth=db5d58ea31a0ab660b7406aac399e1f1364199c56c816b231f58c25888dc47c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lionel Messi T-shirt hangs at a coffee shop as Argentina faces Austria for a World Cup match, in Buenos Aires, Argentina, Monday, June 22, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content></item><item><title><![CDATA[Mavericks announce hiring of Dusty May as coach hours before the start of the NBA draft]]></title><link>https://www.local10.com/sports/2026/06/23/mavericks-announce-hiring-of-dusty-may-as-coach-hours-before-the-start-of-the-nba-draft/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/mavericks-announce-hiring-of-dusty-may-as-coach-hours-before-the-start-of-the-nba-draft/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — The Dallas Mavericks officially announced Dusty May as their new coach just a few hours before entering the NBA draft with the ninth pick on Tuesday night.]]></description><pubDate>Tue, 23 Jun 2026 20:37:13 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The Dallas Mavericks officially announced Dusty May as their new coach just a few hours before entering the NBA draft with the ninth pick on Tuesday night.</p><p>May is making the jump to the NBA less than three months after leading Michigan to its first NCAA championship since 1989. He had a 64-13 record in two years with the Wolverines, including a 34-3 season that ended with a 69-63 victory over UConn in the national title game.</p><p>The Mavericks made their choice to replace Jason Kidd official on the same day they could select the next young player who would be part of building around 2025 No. 1 pick and reigning Rookie of the Year Cooper Flagg, who turns 20 in December.</p><p>Dallas also has the final pick of the first round at No. 30 and the 48th choice in the second round, which will be held Wednesday.</p><p>“Dusty has won at every stage of his career because of his ability to build,” said new president of basketball operations Masai Ujiri, who let Kidd go about two weeks after getting hired by the Mavericks. “He develops players, creates accountability and brings people together around a shared standard of excellence. His work ethic is extraordinary, and his teams consistently reflect his values.”</p><p>May's title with Michigan came three years after he led Florida Atlantic to its only Final Four appearance. The Wolverines won the Big Ten Tournament in his first season after he inherited a team that went 8-24 under Juwan Howard. It was the school’s lowest win total since going 7-20 in 1981-82.</p><p>The 49-year-old May’s record in his last four college seasons was 124-26, an .827 winning percentage that was third best in all of major college men’s basketball over that span behind Houston’s Kelvin Sampson (.861) and Duke’s Jon Scheyer (.832). His overall college record is 190-82.</p><p>May spent 21 years in the college ranks after the Indiana native first served as a student manager for the Hoosiers and coach Bob Knight while he was in school there from 1996-2000. Florida, UAB and Murray State were among his stops as an assistant before debuting as a head coach with Florida Atlantic in 2018-19.</p><p>“This is one of the most respected franchises in professional sports, with passionate fans, a talented roster, and a clear commitment to building a championship organization,” May said.</p><p>Moving on from Kidd was the last part of putting the ill-fated Luka Doncic trade behind the Dallas franchise for good.</p><p>Nico Harrison, the engineer of the trade that brought the oft-injured Anthony Davis from the Los Angeles Lakers, was fired in November after the team started slowly in 2025-26. The Mavericks ended up missing the playoffs for the second consecutive season since reaching the NBA Finals and losing to Boston in five games.</p><p>Doncic and Kyrie Irving were the key players in that deep playoff run in 2024, two years after Doncic also reached the Western Conference finals with a mostly different supporting cast.</p><p>Irving remains on the roster amid lingering questions about his future after missing all of last season. Irving tore the ACL in his left knee in March of last year, a month after the Doncic trade.</p><p>“Dusty represents the type of leader we want guiding this franchise,” Mavericks governor Patrick Dumont said. “He has demonstrated throughout his career that success is built through preparation, character, accountability, and an unwavering commitment to excellence.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MT3WA2LJ74GEH7QS47DNJPEG7E.jpg?auth=5b9369d933ccec3b0b333563906728aa9f907418afa1b74c99dab7115c30d3f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May talks with the media following their a win over Michigan State after an NCAA college basketball game in Ann Arbor, Mich., March 8, 2026. (AP Photo/Lon Horwedel, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lon Horwedel</media:credit></media:content></item><item><title><![CDATA[Federal officials plan to offload some warehouses purchased for immigrant detention]]></title><link>https://www.local10.com/news/politics/2026/06/23/federal-officials-plan-to-offload-some-warehouses-purchased-for-immigrant-detention/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/federal-officials-plan-to-offload-some-warehouses-purchased-for-immigrant-detention/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, RYAN FOLEY and REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[U.S. Immigration and Customs Enforcement is retreating from a plan to use warehouses to hold up to 10,000 people on a single site, jettisoning a key piece of former Homeland Security Secretary Kristi Noem’s $38-billion plan to rapidly expand detention capacity this year.]]></description><pubDate>Tue, 23 Jun 2026 22:14:54 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Immigration and Customs Enforcement is retreating from a plan to use warehouses to hold up to 10,000 people on a single site, jettisoning a key piece of former Homeland Security Secretary Kristi Noem’s $38-billion plan to rapidly expand detention capacity this year.</p><p>The federal government, which was sued by Michigan and a Detroit suburb, informed a judge Monday that a warehouse purchased in Romulus will be sold. Plans also are unraveling in Social Circle, Georgia, and the El Paso suburb of Socorro, local officials said.</p><p>The three cities are among 11 where the federal government spent a combined $1.074 billion on warehouses.</p><p>The New York Times first reported last week that federal immigration officials now plan to get rid of seven of the 11 warehouses — either giving them to other federal agencies or selling them outright.</p><p>DHS didn't confirm the reports but said in a statement that it is "moving swiftly to utilize EXISTING detention space with our state and county partners.”</p><p>Pushback to warehouse purchases was immediate</p><p>“Wildly foolhardy" is how Claire Trickler-McNulty, a former ICE official under the Obama, Trump and Biden administrations described the plans to convert the buildings into immigrant detention.</p><p>One issue was that Noem’s purchases were largely carried out of public view and angered communities that were caught by surprise. Some only learned about ICE’s ambitions after the agency bought or leased space for detainees.</p><p>After Noem was fired, her replacement, Markwayne Mullin, quickly paused the purchase of new warehouses.</p><p>Objections came from Republicans and Democrats alike</p><p>Some were opposed on moral grounds to ICE’s presence in their neighborhoods, while others questioned whether the facilities would be a drain on local resources, such as sewer and water systems.</p><p>Seven federal lawsuits were filed, and regulatory roadblocks created hassles elsewhere.</p><p>Meanwhile, questions about how much DHS paid for some warehouses triggered an internal audit. The agency shelled out double what the New Jersey warehouse was valued at in tax records and nearly five times more than the assessed value of the Social Circle warehouse.</p><p>Trickler-McNulty, the former ICE official, said ICE does have a few facilities that it owns that it inherited from its predecessor agency, the Immigration and Naturalization Service, but generally ICE has contracted out its detention needs.</p><p>“Facilities over 2,000 people just break down. It’s very hard to run a very big facility, to keep it staffed, to keep all of it moving,” she said.</p><p>Former head of plumbing business takes over for Noem</p><p>Mullin, who took over and expanded his family’s plumbing business before representing Oklahoma in the U.S House and Senate, acknowledged there had been issues at his confirmation hearing.</p><p>He noted that most municipalities don’t have the capacity in their infrastructure for waste and water.</p><p>Indeed the water issues were such a challenge that a federal lawsuit filed over the Salt Lake City warehouse, the costliest purchased at $145.4 million, said ICE officials told the mayor that they might need to truck water and sewage from the facility as an “interim solution.”</p><p>Plans begin to unravel</p><p>The New York Times story, which cited internal documents that the newspaper obtained, said the Salt Lake City warehouse is among those that federal immigration officials plans to hand off or sell. Also on the list is the Romulus warehouse, as well as one in New Jersey and two each in Georgia and Pennsylvania.</p><p>Michigan Attorney General Dana Nessel said it would have been an “abomination" if the 249,000-square-foot Romulus warehouse was transformed into immigrant detention, as was planned when it was purchased for $34.7 million,</p><p>“The ICE warehouse proposal was every bit as ill-conceived as it was cruel and unnecessary, and I am relieved that this chapter is coming to a close,” Nessel, a Democrat, said.</p><p>Social Circle, Georgia, announced last week in a statement that it has received notification from U.S. Rep. Mike Collins, a Republican, that the Department of Homeland Security is no longer pursuing an ICE detention facility there.</p><p>Meanwhile, acting ICE Director David Venturella told officials in the El Paso area during a visit there earlier this month that the agency has changed its plans for three warehouses it purchased in nearby Socorro for $122 million, said Rep. Veronica Escobar, who was present for the visit.</p><p>Escobar, a Democrat who represents El Paso, said during a news conference that ICE no longer plans to detain up to 8,500 immigrants in the facilities as originally envisioned, and instead will convert the property into an ICE campus, she said. The site will include an unspecified smaller number of detainees but also ICE offices and training space, she said.</p><p>Frustrations persist as communities seek details</p><p>However, many of the communities remained frustrated, as they struggled to get information about possible sales.</p><p>In Pennsylvania, state and local officials said Tuesday that they hadn’t received any new information from DHS about two warehouses bought earlier this year by the department. Both are being held up by the state’s denial of permits over concerns that drinking water and sewer service are inadequate to handle thousands of inhabitants.</p><p>U.S. Rep. Dan Meuser, whose district includes both warehouses, said he met Friday with DHS personnel, but that the agency hadn’t made a decision whether to use them as detention centers or sell them.</p><p>In Georgia, the city manager in Oakwood, said Tuesday he is talking to his state congressional delegation, trying to confirm rumors that a warehouse there will be sold. “I have not heard anything yet,” B.R. White said.</p><p>Work appears to continue on other warehouses</p><p>In Maryland, where a judge extended a stoppage on transforming a sprawling warehouse into a processing facility for immigrants, ICE is currently collecting public comments about the environmental impacts of the facility. And an announcement earlier this month disclosed more details on plans for the facility, including six secure recreation yards.</p><p>Patrick Dattilio, the founder of Hagerstown Rapid Response, which formed in opposition to housing ICE detainees in the warehouse, said there has been little communication outside of the lawsuit. But he remains committed to keeping it from opening.</p><p>“It’s a big warehouse," Dattilio said. “It’s not meant for people.”</p><p>___</p><p>Associated Press writers Marc Levy and Ed White contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRZ4NOCBVGBKXEPPEKU4ETUUFE.jpg?auth=1dd912d01436dbc7beb1971705ff869c9a274b945fc5435fe7eff77c9f552121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A newly built warehouse is seen on Friday, Feb. 6, 2026, in Social Circle, Ga., where officials are concerned about U.S. Immigrations and Customs Enforcement's plans connected to a $45-billion expansion of immigrant detention centers. (AP Photo/Mike Stewart, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XY34BNLHMH4ZNZXRDUVHLBF2QQ.jpg?auth=589953bf99f63b0c1acf3209467b46fac90c6cf50a6350e1769176b7a0d74a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A massive 826,780-square-foot warehouse sits illuminated Feb. 12, 2026, in the El Paso suburb of Socorro, Texas, that was recently purchased by the U.S. Department of Homeland Security for $122.8 million. (AP Photo/Morgan Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content></item><item><title><![CDATA[Lin-Manuel Miranda and Eisa Davis set 'Warriors' musical for Broadway in 2027]]></title><link>https://www.local10.com/entertainment/2026/06/23/lin-manuel-miranda-and-eisa-davis-set-warriors-musical-for-broadway-in-2027/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/23/lin-manuel-miranda-and-eisa-davis-set-warriors-musical-for-broadway-in-2027/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Lin-Manuel Miranda and Eisa Davis are turning their concept album “Warriors” into a full-length Broadway show.]]></description><pubDate>Tue, 23 Jun 2026 20:08:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Lin-Manuel Miranda and Eisa Davis are turning their concept album “Warriors” into a full-length Broadway show.</p><p>The story — originally a 1965 novel that was made into a cult, dystopian 1979 film — follows a street gang called the Warriors as they make their way from the Bronx to their home turf of Coney Island in Brooklyn while being hunted by rivals gangs and cops. It will be the first full musical from Miranda since “Hamilton.”</p><p>The musical of “Warriors” is expected to begin previews next March and open next April at the Lunt-Fontanne Theatre. “Warriors” will be directed by Jenny Koons with a book by Miranda and Davis. No casting was announced.</p><p>“Musicalizing such a vibrant world for the concept album has been a thrill, and now we’re coming out to play on Broadway at the Lunt-Fontanne. We can’t wait,” Miranda and Davis said in a statement Tuesday.</p><p>Miranda and Davis released their album in 2024, keeping the bones of the story but making strategic changes in genders, like making the Warriors all women. The album had an astonishing list of artists playing various parts: Ms. Lauryn Hill, Nas, Busta Rhymes, Billy Porter, Ghostface Killah, RZA, Marc Anthony, Colman Domingo, Cam’ron, Shenseea and Joshua Henry, among them.</p><p>The album included the sounds of salsa, ska, agro-rock, boy band, pop, old-school rap and even K-pop. Spanish and Korean mixes with the English. It has the song “We Got You,” a seductive R&B tune delivered by a male gang wearing cardigans, and “Quiet Girls,” a feminist anthem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUCW2AFNVVHYOHBFA3OEIHBVHI.jpg?auth=fac50de5990e0bc9e2c3126a939af9d90c748ed2fdb4dd7e2ea413376af5ed3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eisa Davis appears at The 2016 Lucille Lortel Awards for Outstanding Achievement Off-Broadway on May 1, 2016, in New York, left, and Lin-Manuel Miranda appears at the Kennedy Center Honors in Washington on Dec. 3, 2023. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Brady Tkachuk embraces fresh start with Panthers, reunion with brother, Matthew]]></title><link>https://www.local10.com/sports/local/2026/06/23/brady-tkachuk-embraces-fresh-start-with-panthers-reunion-with-brother-matthew/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/23/brady-tkachuk-embraces-fresh-start-with-panthers-reunion-with-brother-matthew/</guid><dc:creator><![CDATA[Kacy Hintz, Ryan Mackey]]></dc:creator><description><![CDATA[Brady Tkachuk was officially introduced Tuesday as the newest member of the Florida Panthers, joining his brother, Matthew Tkachuk, after a blockbuster trade with the Ottawa Senators.]]></description><pubDate>Tue, 23 Jun 2026 18:23:08 +0000</pubDate><content:encoded><![CDATA[<p>Brady Tkachuk was officially introduced Tuesday as the newest member of the Florida Panthers, joining his brother, Matthew Tkachuk, after a <a href="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/">blockbuster trade with the Ottawa Senators.</a></p><p><a href="https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/">Leer en español</a></p><p>The Panthers acquired the 26-year-old on Sunday in a deal that included multiple draft picks, including two first-round selections, bringing one of the NHL’s top power forwards to the two-time defending Stanley Cup champions.</p><p>Speaking alongside Panthers general manager Bill Zito at Baptist Health IcePlex, Brady Tkachuk said he is excited to join an organization focused solely on winning.</p><p>“I think everybody is just knowing it’s just by committee and just talking with Bill, everybody’s a part of the puzzle and everybody, their sole focus is winning and that’s something that I’m just excited to join into,” he said. </p><p>Brady Tkachuk spent the first eight seasons of his NHL career with Ottawa, serving as the Senators’ captain. Last season, he recorded 22 goals and 37 assists in 60 games and extended his streak of consecutive 50-point seasons to five.</p><p>Zito called Brady Tkachuk “the perfect piece to our puzzle,” adding that the Panthers’ culture is also a perfect fit for the veteran forward’s style of play.</p><p>For Brady Tkachuk, the move also carries significant family meaning as he prepares to play alongside his younger brother for the first time in the NHL.</p><p>“I guess that became a reality a couple of days ago and it’s still, I don’t think it’s hit the both of us and the fact that we’re going to be together every single day,” he said. “I know we’ve talked about, you know, little routines we’re going to have in the morning about, I know we like to get to the rink, both of us really early, so breakfast, coffee, and hanging out in the morning before guys get there.”</p><p>“At the end of the day I know it’s exciting, but I think it’s just for me the excitement to be a part of this whole entire group,” he added. </p><p>Tkachuk will wear No. 8 with Florida, a tribute to his father, Keith Tkachuk, who wore the number during his time with the Atlanta Thrashers and was recently elected to the Hockey Hall of Fame as part of the star-studded Class of 2026.</p><p>He previously wore No. 7 in Ottawa but said he was not going to ask Panthers defenseman Dmitry Kulikov to switch numbers.</p><p>The jersey was already available for purchase Tuesday at the team store, with fans quickly picking up merchandise featuring the newest member of the Panthers.</p>]]></content:encoded></item><item><title><![CDATA[Brady Tkachuk abraza un nuevo comienzo con los Panthers, y reencuentro con su hermano Matthew ]]></title><link>https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/brady-tkachuk-abraza-un-nuevo-comienzo-con-los-panthers-y-reencuentro-con-su-hermano-matthew/</guid><dc:creator><![CDATA[Kacy Hintz, Ryan Mackey]]></dc:creator><description><![CDATA[Brady Tkachuk fue presentado como nuevo integrante de los Florida Panthers tras un canje de alto perfil con los Ottawa Senators.]]></description><pubDate>Tue, 23 Jun 2026 19:47:52 +0000</pubDate><content:encoded><![CDATA[<p>Brady Tkachuk fue presentado oficialmente el martes como el nuevo integrante de los Florida Panthers, donde se unirá a su hermano, Matthew Tkachuk, <a href="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/21/panthers-acquire-brady-tkachuk-from-senators-in-blockbuster-deal/">tras un canje de alto perfil con los Ottawa Senators.</a></p><p>Los Panthers adquirieron al jugador de 26 años el domingo en un acuerdo que incluyó múltiples selecciones del draft, entre ellas dos de primera ronda, para incorporar a uno de los mejores delanteros de poder de la NHL al equipo bicampeón defensor de la Stanley Cup.</p><p>Durante una conferencia de prensa junto al gerente general de los Panthers, Bill Zito, en el Baptist Health IcePlex, Brady Tkachuk dijo que está entusiasmado por unirse a una organización enfocada únicamente en ganar.</p><p>“Creo que todos entienden que esto es un esfuerzo colectivo y, al hablar con Bill, queda claro que todos son parte del rompecabezas y que el único objetivo de todos es ganar. Eso es algo de lo que estoy muy emocionado de formar parte”, dijo.</p><p>Brady Tkachuk pasó las primeras ocho temporadas de su carrera en la NHL con Ottawa, donde fue capitán de los Senators. La temporada pasada registró 22 goles y 37 asistencias en 60 partidos y extendió a cinco su racha consecutiva de temporadas con al menos 50 puntos.</p><p>Zito calificó a Brady Tkachuk como “la pieza perfecta para nuestro rompecabezas” y agregó que la cultura de los Panthers también encaja perfectamente con el estilo de juego del veterano delantero.</p><p>Para Brady Tkachuk, el cambio también tiene un importante significado familiar, ya que se prepara para jugar junto a su hermano menor por primera vez en la NHL.</p><p>“Supongo que eso se hizo realidad hace un par de días y todavía no creo que ninguno de los dos lo haya asimilado por completo, el hecho de que vamos a estar juntos todos los días”, dijo. “Sé que hemos hablado de pequeñas rutinas que tendremos por la mañana. A ambos nos gusta llegar muy temprano a la pista, así que desayunar, tomar café y pasar el rato por la mañana antes de que lleguen los demás”.</p><p>“Al final del día sé que es emocionante, pero para mí la mayor emoción es formar parte de todo este grupo”, agregó.</p><p>Tkachuk usará el número 8 con Florida, como homenaje a su padre, Keith Tkachuk, quien utilizó ese número durante su etapa con los Atlanta Thrashers y recientemente fue elegido para el Salón de la Fama del Hockey como parte de la Clase 2026.</p><p>Anteriormente usó el número 7 en Ottawa, pero dijo que no le pediría al defensa de los Panthers Dmitry Kulikov que cambiara de número.</p><p>La camiseta ya estaba disponible para la venta el martes en la tienda oficial del equipo, donde los aficionados comenzaron rápidamente a comprar artículos con el nombre del nuevo integrante de los Panthers.</p>]]></content:encoded></item><item><title><![CDATA[GOP senators to meet Trump face-to-face at a time of growing frustration]]></title><link>https://www.local10.com/news/politics/2026/06/23/gop-senators-to-meet-trump-face-to-face-at-a-time-of-growing-frustration/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/gop-senators-to-meet-trump-face-to-face-at-a-time-of-growing-frustration/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republican senators who have been at odds with President Donald Trump in recent weeks will have a chance to confront him face-to-face when he attends a party luncheon in the Capitol on Wednesday.]]></description><pubDate>Tue, 23 Jun 2026 19:43:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republican senators who have been at odds with President Donald Trump in recent weeks will have a chance to confront him face-to-face when he attends a party luncheon in the Capitol on Wednesday.</p><p>Senators said Tuesday that they hope the closed-door meeting will focus on unity, not disagreement. Yet it comes at a time when Trump appears to have lost interest in much of their agenda ahead of the midterm elections, pushing his proof-of-citizenship voting bill instead even though it doesn’t have the votes to pass.</p><p>In the last month, Trump has abruptly blocked Senate Republicans from confirming one of his own nominees, asked them to fund parts of his White House ballroom project despite opposition and forced them to defend his Iran war even as they question the strategy and endgame.</p><p>Trump has also helped whittle down his own support in the Senate after endorsing primary challengers to two GOP incumbents who were previously reliable votes for his agenda — Texas Sen. John Cornyn and Louisiana Sen. Bill Cassidy. Both men lost their primaries and have since become more critical of the president.</p><p>“If we’re going to win the midterm elections, we need to get on the same page,” Cornyn said Tuesday ahead of the meeting. “We’re not on the same page now, and that I think is dangerous.”</p><p>It was uncertain, though, if Trump’s visit would smooth differences with the Republican majority — or if GOP senators who have been increasingly vocal about their frustration will voice their concerns directly.</p><p>Republican Sen. Thom Tillis of North Carolina said a lot of his complaints with the administration have already been communicated. He said he hopes the meeting will be “conciliatory.”</p><p>“That would be a big win for us tomorrow,” Tillis said.</p><p>Trump pushes Thune on SAVE America Act</p><p>Adding to the tension is Trump’s increasingly distant relationship with Senate Majority Leader John Thune, R-S.D. While Thune remains popular in his conference and cordial with the president, he has spent much of his time lately telling Trump what he doesn’t want to hear.</p><p>Thune said Tuesday that while Trump and some in their conference want to see the voting bill pass, “it’s just not realistic.”</p><p>Trump has been pushing the Senate for months to eliminate the filibuster and pass the legislation, known as the SAVE America Act, which would create strict new requirements for voters to prove citizenship and show voter ID at the polls. He has also demanded that they add a ban on mail-in ballots to the bill as well as unrelated provisions to block sex reassignment surgeries on some minors and prevent people born as men from playing in women’s sports.</p><p>“John is a leader and hopefully he can get the votes,” Trump said Tuesday on a trip to Pennsylvania.</p><p>Thune devoted weeks of floor time to the voting bill earlier this year and has said he supports it. But he has repeatedly said there aren’t enough votes to scrap the filibuster that triggers a 60-vote threshold to pass most bills in the 53-47 Senate. And Democrats are uniformly opposed to the bill.</p><p>“Those are just hard realities,” Thune said. “And I think people at some point have to come to grips with that.“</p><p>Thune said he hopes the meeting is about “sitting down as a family” and “celebrating time left before the election."</p><p>Some GOP senators back Trump on SAVE Act</p><p>Thune said he found out Trump was coming to the luncheon from Florida Sen. Rick Scott, who had extended the invitation without telling him — an unusual move that could signal some frustration within the ranks. Scott, a close Trump ally, leads the Senate Republican lunch every Wednesday.</p><p>Scott, who ran against Thune for leader two years ago, said Trump responded "on the spot" to his invitation and said he would come.</p><p>“He’s going to be very positive," Scott said. "There's a lot that we can brag about that we’ve accomplished, and he wants to figure out how we can win November and continue to fulfill his agenda.”</p><p>On Monday, Scott sent a letter to his Republican colleagues arguing that the Senate should be taking votes every week on some version of the SAVE America Act and other GOP priorities that Democrats oppose.</p><p>“We need to show voters that we are listening to them and will fight for their priorities whether any Democrats vote with us or not,” Scott wrote.</p><p>Also needling Thune on the bill is Utah Sen. Mike Lee, a Republican who has amassed a large following on X with daily posts about how they should kill the filibuster and pass the bill. Several Republican senators, including Cornyn, confronted Lee at a closed-door lunch last week about his advocacy.</p><p>Lee has also echoed Trump’s claims that Republicans can’t win elections unless the bill passes, despite the party's sweeping victories in 2024.</p><p>“The push to pass the SAVE America Act is not a ‘fantasy,’” Lee posted over the weekend. “It’s a plan to avoid a nightmare — one that’s coming soon unless we act.”</p><p>Thune said Tuesday that it’s Lee’s prerogative to post, but “at the end of the day, I have a different reality. And sometimes the alternative universe that is X doesn’t reflect the facts on the ground.”</p><p>Frustration over Iran, intelligence job could also be topics</p><p>Trump could be faced with questions about his announcement on social media last week that he was delaying Jay Clayton’s nomination to become national intelligence director. Republican leaders had hoped to quickly confirm Clayton and circumvent Trump’s unpopular interim pick Bill Pulte, who has no known experience in the field.</p><p>In the same social media post, Trump said he wouldn't sign a renewal of a key surveillance law unless Senate Republicans attach the SAVE America Act. That hardline approach has some support in the House, where a group of 25 Republicans has vowed to oppose all legislation until the voting bill moves forward.</p><p>Republicans could also use the luncheon to push Trump on the war in Iran and the agreement with Iran to end it. Most lawmakers still have not been briefed about the deal.</p><p>Sen. Mike Rounds, R-S.D., said there are a lot of questions about the Iran agreement, but added that Trump may not be able to talk publicly about the ongoing negotiations.</p><p>“We’re there to listen” and to try and ensure that the rest of Trump’s term is successful, Rounds said. But that means “we’ve got to come out with a united team.”</p><p>___</p><p>Associated Press writer Joey Cappelletti contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOVYEHW4HVGR5FH3JVK2245ZWY.jpg?auth=faad3a862faa3f2de00b9a0b2a24fcbbaf3bc165242dc4796a3d92ab9681bf35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks to reporters as Republican senators arrive for a closed-door lunch at the Capitol in Washington, Tuesday, June 23, 2026, to prepare for a meeting with President Donald Trump Wednesday. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CRAFAPDCF7QBX4ESNN2RN42XA.jpg?auth=a069fd4114377881271d931e9973fc116f3527680e8d830e2e17c24675d9c47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, arrives at the Capitol in Washington, Tuesday, June 23, 2026, as Republicans prepare for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KJFD2FVH67OARXRQNTQS7S5IM.jpg?auth=7c342c8fe0db4b276b6d99dc3583edeed8f31e411defb4c4063d02fcb24c25c1&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., arrives at the Capitol in Washington, Tuesday, June 23, 2026, as he prepares for a meeting with President Donald Trump. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[California intends to sue Trump administration over deal to end offshore wind project]]></title><link>https://www.local10.com/news/politics/2026/06/23/california-intends-to-sue-trump-administration-over-deal-to-end-offshore-wind-project/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/california-intends-to-sue-trump-administration-over-deal-to-end-offshore-wind-project/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[California intends to sue the Trump administration over its deal to end an offshore wind project proposed off the state's central coast.]]></description><pubDate>Tue, 23 Jun 2026 22:49:43 +0000</pubDate><content:encoded><![CDATA[<p>California intends to sue the Trump administration over its deal to end an offshore wind project proposed off the state's central coast.</p><p>State officials said they are combating the administration's attacks on their offshore wind industry by sending a notice of their intention to sue to the Department of the Interior on Tuesday. Tuesday’s action is focused on the administration buying back the lease for Golden State Wind, a floating offshore wind project off California’s central coast.</p><p>California has made a major commitment to offshore wind because of its potential to generate vast amounts of clean electricity from strong, consistent winds off its coast. Its strategy calls for the state to develop 25 gigawatts of offshore wind energy by 2045, enough to power roughly 25 million homes and provide about 13% of the state’s electricity supply.</p><p>These energy and climate goals are now in jeopardy, and that's why California will fight vigorously, said California Energy Commission Chair David Hochschild. He called the administration's strategy of buying back offshore wind leases “a strategic mistake of colossal proportions" that is especially stunning at a time when fossil fuel prices have been spiking due to the Iran war.</p><p>“Countries that thrive around the world are those that lean into innovation, into the energy sources of the future,” he said in an interview on Tuesday. “And so to turn away from this, and turn back the clock, and really engage in what I consider to be a war on innovation, is really ill-considered. And I think it’s a decision that’s not just bad for California, it’s bad for the nation.”</p><p>Trump administration favors fossil fuels over wind</p><p>President Donald Trump has said he’s boosting fossil fuels to unleash America’s affordable and reliable energy, and he frequently talks about his hatred of wind power. The Interior Department started buying back offshore wind leases after federal courts thwarted Trump’s efforts to stop offshore wind development through executive action.</p><p>In exchange for reimbursements of lease fees, companies are investing in fossil fuel projects and geothermal energy. Interior Secretary Doug Burgum said last week that “under President Trump, companies are shifting investment back toward dependable, secure energy infrastructure that can power our economy and lower utility costs.”</p><p>A total of five federal leases off California's coastline have been awarded to energy developers. Two are being canceled through deals with the Interior Department: Golden State Wind and another floating project off California’s central coast by Chicago-based Invenergy. The state says it also issued an administrative investigative subpoena on Tuesday to Invenergy, which accepted a $765 million deal last week to terminate its offshore wind leases.</p><p>California Attorney General Rob Bonta said in a statement that the state won’t stand idly by as the Trump administration “illegally strikes deals to kill offshore wind projects and replace them with more windfalls for his fossil fuel friends.”</p><p>Eight offshore wind projects have been stopped so far</p><p>The total amount spent on these agreements is nearly $2.6 billion. Under the first deal announced in March, French company TotalEnergies is getting nearly $1 billion — essentially a refund of its two offshore wind leases — if it invests the money in fossil fuels instead. Those leases were off the coasts of North Carolina and New York. New York is leading a lawsuit challenging the TotalEnergies agreement and Democrats in Congress are investigating it.</p><p>Golden State Wind and Bluepoint Wind agreed in April to end their leases. Bluepoint Wind was an offshore wind farm in the early stages of development off the coasts of New Jersey and New York.</p><p>Golden State Wind is a joint venture by Ocean Winds and the Canada Pension Plan Investment Board. Under its agreement, Golden State Wind can recover about $120 million in lease fees after the same amount is invested in oil and gas assets, infrastructure or projects along the Gulf Coast, Interior said. Michael Brown, CEO of Ocean Winds North America, said in April that the deal provided “clarity” for the company and its investors.</p><p>Hochschild and Bonta say that Interior illegally reallocated federal taxpayer dollars to pay Golden State Wind to abandon its offshore wind energy lease and invest an equal amount in out-of-state fossil fuel projects, which will do nothing to support California’s energy economy.</p><p>They also say California has invested more than $100 million over the past decade to ready its ports, transmission systems and industries to support offshore wind generation, and those investments may be lost if the Trump administration successfully halts offshore wind development.</p><p>California plans to sue in 60 days if the situation isn't rectified.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EQ3YMZYACHB5KSJ52IZDXR6YF4.jpg?auth=5daf83fcdf67a6d971515abb1ae1ee4242b3e7ea32867a08f1ae73ee64455ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with reporters before boarding Air Force One at John F. Kennedy International Airport in New York, early Tuesday, June 9, 2026, as Interior Secretary Doug Burgum listens. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Bolivia retorna gradualmente a la normalidad tras más de 50 días de protestas]]></title><link>https://www.local10.com/espanol/2026/06/23/bolivia-retorna-gradualmente-a-la-normalidad-tras-mas-de-50-dias-de-protestas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/bolivia-retorna-gradualmente-a-la-normalidad-tras-mas-de-50-dias-de-protestas/</guid><dc:creator><![CDATA[Por PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Camiones repletos de huevos, carne de pollo, verduras y otros alimentos comenzaron el martes a abastecer los mercados y puestos de venta en ciudades como La Paz y El Alto a medida que Bolivia regresa lentamente a la normalidad tras el despeje de las rutas y después de más de 50 días de protestas antigubernamentales.]]></description><pubDate>Tue, 23 Jun 2026 19:10:32 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Camiones repletos de huevos, carne de pollo, verduras y otros alimentos comenzaron el martes a abastecer los mercados y puestos de venta en ciudades como La Paz y El Alto a medida que Bolivia regresa lentamente a la normalidad tras el despeje de las rutas y después de más de 50 días de protestas antigubernamentales.</p><p>El presidente Rodrigo Paz dijo el martes a la prensa local que “el bloqueo ha sido derrotado” y aseguró que continuará dialogando con todas las organizaciones como “parte del reencuentro entre todos los bolivianos”.</p><p>En el cuarto día del estado de excepción declarado por Paz para frenar los bloqueos —los cuales paralizaron a La Paz y otras ciudades en uno de los conflictos más largos que provocaron desabastecimiento de alimentos, gasolina y oxígenos medicinal —, los precios de los alimentos comenzaban a volver a la normalidad, según constató The Associated Press durante un recorrido. Unos treinta huevos, que se vendían en 65 y 70 bolivianos (10 dólares) durante el largo bloqueo, se conseguían el martes en 30 y 35 bolivianos (5 dólares).</p><p>Después de varias semanas de no poder hacerlo, algunos productores también llegaron hasta un barrio popular para vender directamente desde sus camiones a la población.</p><p>Martha Troche, de 51 años, llegó junto con su esposo a La Paz en su camión desde la región productora de Santa Cruz tras estar varados dos semanas en los bloqueos.</p><p>“Íbamos a perder toda la producción de huevos, ahora vamos a venderlos para llevar a mi esposo al médico”, dijo Troche a la AP. Explicó que a raíz de la falta de agua su esposo sufre de temblores y teme que se deba a algún problema en los riñones.</p><p>Elsa Callisaya, una mujer aymara de 61 años, aseguró que después de un mes comprará un pollo para preparar un plato típico de La Paz y reunir a sus cinco hijos. “Antes era muy caro, a mí no me alcanzaba”, agregó.</p><p>Mientras tanto, la Administradora Boliviana de Carreteras realizaba la limpieza de las vías a nivel nacional, incluyendo las del centro del país, donde se mantuvieron los cortes de ruta hasta el lunes. El expresidente Evo Morales (2006-2019) llamó la víspera a sus seguidores a paus ar las protestas en esa y otras zonas.</p><p>El presidente Paz afirmó que el estado de excepción se mantendrá pese a que el país vuelve poco a poco a la normalidad. “Bolivia se tiene que ordenar porque no se puede volver a repetir lo que ocurrió estos últimos 50 días”, agregó.</p><p>Los estudiantes de La Paz y su vecina ciudad de El Alto volvieron a las aulas el martes después de más de un mes de pasar clases virtuales. Aunque aún hay filas de autos en las gasolineras en busca de carburante, la petrolera estatal aseguró que se agiliza el abastecimiento.</p><p>Desde inicios de mayo tres sectores sindicales comandaron las protestas: la Central Obrera Boliviana (COB), que firmó un acuerdo con el gobierno el viernes; el sindicato campesino-indígena Túpac Katari, que lideró los bloqueos en La Paz y ordenó el repliegue tras el estado de excepción y los seguidores de Morales que dejaron las protestas a pedido del exgobernante.</p><p>Las pérdidas totales por los bloqueos superan los 2.500 millones de dólares, según estimaciones del sector empresarial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPJPK4A3WTMG3IOD4N54BJO6DA.jpg?auth=5fd25b85a02e74a399bdaf67a9755650e3b6c23827eac4c630825deda58abbfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer vende huevos desde un camión en La Paz, Bolivia, el martes 23 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FFMXNIRIW7CEH4TV6KHSCAXG2E.jpg?auth=bee914ae966c1ea75c1d3e3720b8cabc283874d653b0f297c4b15c55b0344183&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una vendedora coloca cajas de carne de pollo en La Paz, Bolivia, el martes 23 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[The Latest: Mamdani successfully backs three primary candidates as he reshapes New York politics]]></title><link>https://www.local10.com/news/politics/2026/06/23/the-latest-mamdani-successfully-backs-three-primary-candidates-as-he-reshapes-new-york-politics/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/the-latest-mamdani-successfully-backs-three-primary-candidates-as-he-reshapes-new-york-politics/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The latest round of primary elections took place Tuesday in four states: Maryland, New York, South Carolina and Utah.]]></description><pubDate>Wed, 24 Jun 2026 04:07:45 +0000</pubDate><content:encoded><![CDATA[<p>The latest round of primary elections took place Tuesday in four states: Maryland, New York, South Carolina and Utah.</p><p>The midterm elections in November will determine control of both chambers of Congress and will also see the election of dozens of governors and other state and local offices. Before then, voters must choose nominees for each of these offices, making their picks in primary elections throughout the spring and summer in all 50 states.</p><p>New York: New York City Mayor Zohran Mamdani is reshaping the city’s congressional delegation through a series of successful endorsements in Democratic primaries in districts 10, 13 and 7.</p><p>Maryland: All eight of the state’s congressional districts held contested primaries. In a state that typically leans left (only one district is led by a Republican), the primaries often determine the general election winners. Gov. Wes Moore secured the Democratic nomination for a second term.</p><p>South Carolina: State Attorney General Alan Wilson won the Republican nomination for governor after President Donald Trump, who initially endorsed Lt. Gov. Pamela Evette for the job, said on Friday that either contender would be a good pick.</p><p>Utah: Voters cast ballots to nominate congressional candidates using a new map that created a Democratic-friendly district in Salt Lake City. Ben McAdams, a former Utah congressman who has sought to shed his reputation as a moderate, won the Democratic primary in that redrawn district.</p><p>Here's the latest:</p><p>Avila Chevalier says her victory vanquishes ‘the politics of the past’</p><p>Darializa Avila Chevalier, the first-time candidate who ousted Rep. Adriano Espaillat in a Democratic primary, portrayed him as unresponsive to constituents’ calls and out of touch with such key issues as housing affordability in the district in upper Manhattan and part of the Bronx.</p><p>“Today we make it clear — the politics of the past ends today,” the democratic socialist said at her victory party, adding that “the era of taking a check and cashing a check and calling it representation is over.”</p><p>“No longer will we accept a politics that throws scraps at us and acts as if we should be grateful for them,” she said.</p><p>Mamdani’s picks sweep New York City’s congressional primaries</p><p>All three candidates backed by New York City Mayor Zohran Mamdani won their primaries, knocking off incumbents Dan Goldman in New York’s 10th District and Adriano Espaillat in the 13th District and winning the Democratic nomination for the open seat in the 7th District.</p><p>Opposing views over Israel were at the center of the clash between incumbents and their Mamdani-backed challengers. Brad Landers, who ran against Mamdani in the 2025 New York City Democratic mayoral primary, criticized AIPAC’s support of Goldman and promised to sponsor legislation that would put restrictions on military aid to Israel.</p><p>McAdams supporter says his campaign gave her hope</p><p>Donna Gunn says it’s “beautiful” to see former U.S. Rep. Ben McAdams win and to have an opportunity to send a fierce ally for LGBTQ+ rights back to Washington.</p><p>The longtime Special Olympics volunteer says she has been deterred from engaging in politics ever since Kamala Harris lost the 2024 presidential election. But McAdams’ victory in the Democratic primary for Utah’s 1st Congressional District has given her hope, Gunn says.</p><p>“We are so happy and so lucky to get Ben, who’s going to stand up to that bully in the White House,” she said.</p><p>Democratic US Rep. April McClain Delaney advances in Maryland primary to defend her seat</p><p>McClain Delaney won her Democratic primary, fending off competitors in what became one of the state’s most expensive races.</p><p>Among her challengers was David Trone, the wealthy founder of Total Wine & More, who previously held the seat before stepping aside to make an unsuccessful Senate run in 2024. Trone lent some $25 million of his own money to his campaign.</p><p>McClain Delaney represents the 6th District, which stretches from the westernmost part of the state to the Washington suburbs.</p><p>She loaned her campaign more than $7 million.</p><p>Boafo gives a special thanks to Hoyer, his former boss</p><p>“Y’all, I gotta give a special thanks to my mentor, to my friend, Steny Hamilton Hoyer,” Maryland state Del. Adrian Boafo said after winning the Democratic primary for Maryland’s 5th District, which Hoyer has represented for decades.</p><p>“He’s been our Danish knight in shining armor, our rock,” Boafo said.</p><p>“Tonight, the Democratic voters of the 5th Congressional District decided that it’s time to pass the torch to a new generation of leaders. And it’s with great humility that I accept that responsibility.”</p><p>Valdez says democratic socialist victories in New York send a message</p><p>Speaking to supporters in Brooklyn after her Democratic primary victory, Claire Valdez said they hadn’t just won an election.</p><p>“We have declared that this movement is durable, that it is growing, and that it will not stop” until working people are not just offered a seat at the table, but “run the table.”</p><p>Valdez said that back when she was bagging groceries for work, “I couldn’t dream of running for office — I could barely dream of a day off.”</p><p>Utah Democrat says progressives will keep organizing after defeat</p><p>State Sen. Nate Blouin says the progressive movement “still has a long way to go” after former U.S. Rep. Ben McAdams prevailed in the Democratic primary for Utah’s 1st Congressional District. McAdams was considered a more moderate candidate than Blouin and the other two Democrats in the race, former Meta and TikTok employee Liban Mohamed and tax attorney Michael Farrell.</p><p>“This isn’t the end,” Blouin said in a statement. “It’s the beginning of a new era of organizing in Utah, one focused on progressive values that strengthen our communities instead of billionaire donors and special interests.”</p><p>A spokesperson for Blouin declined to immediately answer when asked by text if the lawmaker will get behind McAdams’ campaign.</p><p>Trump relishes in downfall of Democratic foes in New York primaries</p><p>The president delighted in the defeat of two of his Democratic foes in Tuesday’s congressional primaries in New York.</p><p>He slammed Rep. Dan Goldman, a former federal prosecutor who served as lead counsel for Trump’s first impeachment, after Goldman lost his primary for a seat in Manhattan and Brooklyn.</p><p>“Weak and pathetic Congressman Dan Goldman just lost, BIG! I guess people didn’t like him illegally targeting President TRUMP,” the president wrote on his social media platform. “In any event, this jerk is finally GONE!”</p><p>And he took aim at George Conway, who lost his bid to succeed outgoing Rep. Jerry Nadler in a crowded race in Manhattan, calling Conway a “Trump Deranged Loser at the highest level.”</p><p>McAdams reminds supporters he voted to impeach Trump</p><p>Democratic primary winner Ben McAdams in Utah’s 1st Congressional District outlined his previous work in Congress to expand healthcare, invest in public lands and secure protections for LGBTQ+ communities.</p><p>But McAdams told supporters that his defining vote was to impeach Donald Trump, which was met with loud applause.</p><p>“I would do it again,” he said. “Character matters, courage matters and right now talk is cheap. Utahans deserve someone who has already shown the courage to stand up and speak with conviction when the pressure is real.”</p><p>Mamdani speaks in Brooklyn</p><p>The mayor celebrated all three of the candidates he endorsed winning their primaries on Tuesday.</p><p>“A year ago, it was not the end of a political movement,” he said. “It was the beginning!”</p><p>The crowd chanted “DSA! DSA!” after Mamdani took the stage, the initials for the Democratic Socialists of America.</p><p>“The old politics that got us to this crisis is not the politics that is going to get us out of this crisis,” Mamdani said.</p><p>Defeated Democrat says party will unite behind McAdams in Utah</p><p>Candidate Michael Farrell says he’s looking forward to working with Democratic primary winner Ben McAdams in Utah’s 1st Congressional District.</p><p>Farrell, a tax attorney, added that he isn’t worried about whether party members would rally behind McAdams following the highly competitive primary.</p><p>“Given the results, clearly folks are supportive of Ben pushing forward, so I don’t see an issue with that,” Farrell said.</p><p>Lasher hails the congressman — and ex-boss — he aims to succeed</p><p>After winning the Democratic nomination for retiring Rep. Jerry Nadler’s seat in the heart of Manhattan, state Assemblymember Micah Lasher said Nadler has been a political presence throughout his life.</p><p>“When I was born, I was already Assemblyman Nadler’s constituent,” Lasher said, adding that he later “watched as Congressman Nadler led fights long before they were convenient.”</p><p>Lasher, who has also worked for New York Gov. Kathy Hochul and former Mayor Mike Bloomberg, says he wants to “revamp and recharge the Democratic Party” and to “show that Democrats in Congress shave bold new ideas to improve the lives of struggling Americans and then deliver on them.”</p><p>McAdams thanks supporters</p><p>Former U.S. Rep. Ben McAdams credited his supporters at his election party following what appeared to be a decisive victory in a crowded Democratic primary for Utah’s 1st Congressional District.</p><p>“Thank you, Utah Democrats, thank you from the bottom of my heart,” McAdams said. “Tonight this victory belongs to every volunteer who showed up on a hot June afternoon and knocked door after door.”</p><p>He also asked for their continued support for the November general election: “You ran hard. You ran with conviction, and this party and this state are better for it. The energy and the passion your campaigns brought to this race is exactly what we need headed into November.”</p><p>McAdams voters cheer his victory</p><p>Supporters of former U.S. Rep. Ben McAdams broke out in cheers as word of his victory spread at the Democrat’s election watch party in Salt Lake City.</p><p>People moved toward a podium surrounded by orange, blue and white balloons, where McAdams was getting ready to speak.</p><p>He prevailed in a highly competitive Democratic primary for Utah’s 1st Congressional District and enters the general election as the favorite in the newly drawn district.</p><p>Espaillat concedes New York’s 13th District Democratic primary</p><p>“Tonight wasn’t our night but I love you anyway,” he told supporters.</p><p>The New York congressman was up against Avila Chevalier, backed by Mamdani.</p><p>“When i came to this nation as a young immigrant boy, I could have never imagined that I would be a member of Congress,” Espaillat said. “That is the privilege of my life, to serve you the community, and I will continue to love and serve this community in the best way that I can.”</p><p>Mamdani-backed community organizer Darializa Avila Chevalier defeats Rep. Adriano Espaillat</p><p>Avila Chevalier scored an upset in the Democratic primary for New York’s 13th Congressional District.</p><p>The race pitted the community organizer backed by the city’s democratic socialist mayor against a five-term congressman.</p><p>Espaillat was the first person who had been an undocumented immigrant elected to Congress.</p><p>Avila Chevalier is currently a doctoral student at the City University of New York. Her victory underscores the influence of Mayor Zohran Mamdani’s political movement as he builds allies in Washington.</p><p>Trump-backed US Rep. Celeste Maloy wins GOP primary for redrawn House seat in Utah</p><p>Maloy defeated former state lawmaker Phil Lyman, who embraced false claims of fraud following the 2020 presidential election.</p><p>The district, spanning most of southern and eastern Utah, emerged last fall from a legal battle over the state’s previous congressional map, dramatically altering its makeup. The shakeup left Maloy vulnerable to a primary challenge.</p><p>Under the new map, Democrats are expected to pick up one of Utah’s four Republican-held House seats in the Salt Lake City area this fall.</p><p>Maloy will face off against Democratic nominee Kent Udell, an engineer, in the November general election. The GOP candidate is heavily favored to win in the deep-red district.</p><p>Alex Bores concedes in Democratic primary for Manhattan-based House seat after candidacy dominated by AI</p><p>The New York Assembly member lost the Democratic primary in the state’s 12th Congressional District to Micah Lasher, who previously worked as an aide for the seat’s current holder, Rep. Jerry Nadler.</p><p>“I didn’t get in this race to make a point about AI,” he said, but said “some of the most powerful people on the planet” lined up against him.</p><p>“They set out to make people afraid of them,” Bores said. “Instead, they learned just how ready the people are to push back.”</p><p>Anthony Constantino wins GOP primary for an upstate New York district after Trump endorsement</p><p>The brash, Trump-backed MAGA disciple who owns a custom sticker business in upstate New York defeated state Assembly Member Robert Smullen in the Republican primary to replace outgoing Rep. Elise Stefanik.</p><p>Constantino, who drew national attention after he put a massive “Vote For Trump” sign on the roof of his company’s building, is expected to cruise to victory this fall in the heavily Republican district, which stretches across most of New York’s northern tip.</p><p>Smullen had heavy support from the state’s Republican Party but it was not enough to overcome the president’s still-strong hold over voters.</p><p>Stefanik late last year said she would not seek reelection to the House and that she was suspending her campaign for governor to spend more time with her family.</p><p>Goldman concedes to Lander in Democratic primary for New York’s 10th District</p><p>US Rep. Dan Goldman said it was a privilege to serve in Washington, adding that there was a silver lining to his loss to Mamdani-backed Brad Lander.</p><p>“I can’t wait to be a much more present father,” he said. Goldman has five children.</p><p>Former US Rep. Ben McAdams wins Democratic primary for redrawn House district in Utah</p><p>Ben McAdams, a former Utah congressman who has sought to shed his reputation as a moderate, has won the Democratic primary in a redrawn U.S. House district that Democrats are strongly favored to win this fall.</p><p>McAdams defeated several candidates to his political left, including a state senator and a former employee of TikTok and Meta who had insisted McAdams is too conservative to represent a deep blue district.</p><p>The seat in the Salt Lake City area is among the few anticipated Democratic pickups following a national redistricting fight started by Trump  to try to help Republicans maintain their majority in the U.S. House.</p><p>The 1st Congressional District race could be crucial for Democrats, who need to gain only a few House seats in November to take control of the narrowly divided chamber.</p><p>McAdams is strongly favored to defeat Republican Riley Owen, an intelligence officer in the Navy Reserve who was chosen during the state GOP’s spring convention.</p><p>Republican Dan Cox will again face Democrat Wes Moore in Maryland governor’s race</p><p>Cox beat a crowded field of competitors to clinch the Republican nomination.</p><p>The 51-year-old ultraconservative former member of the state House of Delegates unsuccessfully ran against Moore four years ago.</p><p>Cox has promoted Trump’s lies about the 2020 election being stolen and organized buses to Washington for the “Stop the Steal” rally on Jan. 6, 2021.</p><p>He has pledged to slash taxes and beef up housing affordability programs if elected.</p><p>Nate Blouin not getting his hopes up in Utah House race</p><p>The Democratic state senator said just before polls closed that he was feeling calm, “because I think I know what’s going to happen.”</p><p>Blouin, a progressive Democrat, said he thinks the progressive vote will be divided, and former U.S. Rep. Ben McAdams, a moderate, will prevail.</p><p>Blouin had urged another progressive candidate, Liban Mohamed, to drop out of the Democratic primary for Utah’s 1st Congressional District.</p><p>Polls have closed in Utah</p><p>In-person election day voting concluded in Utah at 8 p.m. local time, which is 10 p.m. EDT. Comparable past elections can offer clues about when to expect the first vote results and how long the vote count might take.</p><p>In the 2024 state primary, The Associated Press first reported results at 10:03 p.m. EDT, or three minutes after polls closed. The last vote update of the night was at 2:07 a.m. EDT with about 74% of total votes counted. The tally surpassed 90% of the vote counted by June 27 at 6:32 p.m. EDT, two days after election day.</p><p>Micah Lasher wins the Democratic nomination for a Manhattan-based US House seat</p><p>Lasher is running to replace his former boss Rep. Jerry Nadler.</p><p>Lasher has worked as an aide for a wide range of New York political figures like Nadler, Gov. Kathy Hochul and former Mayor Michael Bloomberg.</p><p>He won a bruising primary battle for one of the richest and most Democratic House seats in the country. The large field included Kennedy heir Jack Schlossberg and former GOP lawyer George Conway.</p><p>Schlossberg calls for ‘different people’ in fight against corruption</p><p>Jack Schlossberg took the stage in Manhattan after polls closed in New York’s Democratic primary for the 12th Congressional District.</p><p>The grandson of President John F. Kennedy was the first of the candidates in the race to speak, but neither conceded nor suggested he had won. Instead, he repeated his message of a need for the Democratic Party to put forward more vigorous candidates.</p><p>“No matter what, if we win tonight, or if we don’t, we’re still in the midst of a corruption crisis,” he said. “We need to do things differently. We don’t just need younger candidates. We need different people, people who are willing to speak plainly about the cost of living, about corruption and fearlessly about the Constitution.”</p><p>Army veteran Cait Conley wins Democratic House primary in key New York swing district</p><p>Conley will face Republican Rep. Mike Lawler in the general election for New York’s 17th District.</p><p>Lawler, a two-term congressman, is considered one of the nation’s most vulnerable Republicans. Democrat Kamala Harris carried the Hudson Valley swing district in the last presidential race.</p><p>Conley earned the backing of national groups, including the American Federation of Teachers, VoteVets and the LGBTQ+ Victory Fund.</p><p>The 40-year-old Democrat topped a field that featured Beth Davidson, a county legislator who raised questions about Conley’s ties to companies involved with Trump’s immigration crackdown. Conley denied any connection to Immigration and Customs Enforcement.</p><p>Conley emphasized her military background, having deployed six times as an Army officer to combat zones including Iraq and Afghanistan. She later served in the Biden administration as the director for counterterrorism on the National Security Council.</p><p>Maryland state Del. Adrian Boafo wins Democratic primary in race to succeed Rep. Steny Hoyer</p><p>In choosing Boafo over nearly two dozen competitors, voters in the 5th District opted for a continuation of Hoyer’s pragmatic style of politics rather than a more progressive, antiestablishment approach promised by some other candidates.</p><p>Boafo, 32, is endorsed by Hoyer — his former boss — along with Gov. Wes Moore and other prominent Democrats. He also secured donations from tech firms and the cryptocurrency industry. The American Israel Public Affairs Committee’s super PAC also spent more than $1 million backing him.</p><p>Boafo worked as a field director and campaign manager for Hoyer before becoming a lobbyist and state delegate.</p><p>Mamdani-backed candidate Claire Valdez wins Democratic primary in New York’s 7th District</p><p>New York state Assemblywoman Claire Valdez, a democratic socialist, defeated Brooklyn Borough President Antonio Reynoso with the backing of Mamdani and U.S. Sen. Bernie Sanders of Vermont. Both endorsed Valdez in hopes of giving the progressive left a greater foothold over the Democratic establishment in New York’s congressional delegation.</p><p>The primary victory also leaves Valdez in strong position for November in the heavily Democratic district that covers parts of Brooklyn and Queens. It also marked a stinging setback for Reynoso, who had the endorsement of the district’s retiring U.S. Rep. Nydia Velázquez.</p><p>Lots of voters in Salt Lake City despite wildfire smoke</p><p>Voters in the state’s most populous city were turning out in large numbers even as smoke from wildfires burning across Utah turned the skies hazy and produced some of the worst air quality on the planet.</p><p>Some voters at the Salt Lake County Government Center said they had been waiting for close to an hour as polls got busier later in the day. Some walked briskly to their vehicles after casting ballots, while others pulled up to drop boxes to avoid the lines and hazy air.</p><p>Seven large fires were burning across Utah, including a blaze that started over the weekend in the dry, grassy foothills just outside Salt Lake City. It had the 12th-worst air quality of any city globally on Tuesday, according to IQAir’s live ranking.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGQFD3IPBWA6UGIMHDBKQZX77I.jpg?auth=92fbbbc18fb62e1e4dc5635c25386946eb9917ee418d76764456542ada0dd71d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voting signs are displayed outside a polling station on Election Day during New York’s primary election on Tuesday, June 23, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUTE4RP3QHI5I5HMQHTODK3RFI.jpg?auth=c9f90bd4bc624e121a160ce1282c42828702332d0c1f7e55fd790e9408a6bafe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A voter completes their ballot at a voting site, in New York, Nov. 4, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JU647QNTCDJ7XRGMNYBI2YURU.jpg?auth=cdaa4cc2f7bc02600202e6bda6652a8b5a0a31f1d972653079a02b4476d3806f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign hangs at a voting center during Utah's primary election on Tuesday, June 23, 2026, in Salt Lake City. (AP Photo/Alex Goodlett)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Goodlett</media:credit></media:content></item><item><title><![CDATA[Charges dropped after man accused of pulling gun on Uber Eats driver, passenger in Wilton Manors]]></title><link>https://www.local10.com/news/local/2026/04/30/man-accused-of-pulling-gun-on-uber-eats-drivers-in-wilton-manors-posts-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/30/man-accused-of-pulling-gun-on-uber-eats-drivers-in-wilton-manors-posts-bond/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A man accused of pulling a gun on two people delivering his Uber Eats order is out of the Broward County jail.]]></description><pubDate>Fri, 01 May 2026 02:38:12 +0000</pubDate><content:encoded><![CDATA[<p><b>UPDATE: Court records show that the Broward County State Attorney’s Office declined to prosecute the case. </b></p><p><i>Previous story below:</i></p><p>A man accused of pulling a gun on two people delivering his Uber Eats order is out of the Broward County jail.</p><p>Devon Germano was seen making a quick exit Thursday after posting bond.</p><p>He’s charged with two counts of aggravated assault.</p><p>According to arrest documents, the incident happened April 18 in the 2000 block of Northeast Ninth Avenue in Wilton Manors.</p><p>Two people were making the delivery -- a driver and a passenger.</p><p>While dropping off the food, the driver told investigators he received a notification that the order had been canceled and asked the passenger to bring the food back so it could be returned to the restaurant, per Uber Eats policy.</p><p>As they were picking up the order, Germano, 30, allegedly opened the door and shouted that they were stealing his food.</p><p>According to documents, the driver told Germano the order had been canceled. Investigators say Germano then walked over to a white Tesla and said, “I got something for you,” before pulling out a gun and pointing it at the female passenger.</p><p>She told investigators that, fearing for her life, she put the food on the ground and got into the vehicle.</p><p>Investigators later obtained a search warrant for the Tesla and say they found a loaded Glock, 9MM magazine.</p><p>Both victims told investigators Germano “intentionally threatened their lives by his actions.”</p><p>In court, a judge set his bond at $15,000 and ordered that he have no contact with the victims, along with no firearms or ammunition.</p><p>Authorities later determined Germano’s order had not been canceled. However, the next order the driver was scheduled to deliver had been.</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[Federal appeals court allows the Trump administration to resume expanded use of speedy deportations]]></title><link>https://www.local10.com/news/2026/06/23/federal-appeals-court-allows-the-trump-administration-to-resume-expanded-use-of-speedy-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/23/federal-appeals-court-allows-the-trump-administration-to-resume-expanded-use-of-speedy-deportations/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[A federal appeals court on Tuesday allowed the Trump administration to resume carrying out speedy deportations of undocumented migrants throughout the United States, not just near the border.]]></description><pubDate>Tue, 23 Jun 2026 21:19:06 +0000</pubDate><content:encoded><![CDATA[<p>A federal appeals court on Tuesday allowed the Trump administration to resume carrying out speedy deportations of undocumented migrants throughout the United States, not just near the border.</p><p>A divided three-judge panel of the U.S. Court of Appeals for the District of Columbia Circuit threw out a lower court decision that temporarily blocked President Donald Trump’s expanded use of expedited removal. The ruling was a big victory for the Republican administration, which views the expansion of so-called expedited removal as a key tool for carrying out its mass deportation policy.</p><p>Expedited removal — quick deportation without a chance to appear before a judge — has previously been applied to migrants arriving by sea or caught at or near the border shortly after crossing.</p><p>In January, Trump expanded its use to undocumented migrants all over the United States. Immigration agents began whisking migrants away from courthouses where they had gone for immigration proceedings and then removing them from the country within days.</p><p>“The Trump administration’s push for fast-track deportations will subject people to an unfair and error-prone system,” Anand Balakrishnan, senior staff attorney with the ACLU’s Immigrants’ Rights Project, said in a statement.</p><p>Balakrishnan represented plaintiffs in arguments before the appellate panel and said its ruling “undermines the fundamental principle that people receive due process when the government seeks to deport them.”</p><p>DC Circuit Judge Justin R. Walker, one of the judges on the panel, said the plaintiffs had not shown the expanded use of expedited removal violated due process rights. Immigrants received notice of removal proceedings and were given a chance to respond, he wrote in his opinion.</p><p>Walker and the second judge in the majority, Neomi Rao, were appointed by Trump. The third judge on the panel was appointed by President Barack Obama, a Democrat.</p><p>Walker said there was no requirement that the administration inform immigrants that they can avoid expedited removal if they can show they have been in the United States for more than two years.</p><p>"The constitutional requirement is notice of the action the government is taking and the grounds for it, plus an opportunity to respond," he wrote, adding that the plaintiffs' “contrary reasoning would require immigration officers to provide what amounts to legal advice.”</p><p>Walker and Rao vacated an order by U.S. District Judge Jia Cobb that put the expanded use of expedited removal on hold. Cobb, who was appointed by President Joe Biden, a Democrat, ruled in August that the administration had not developed procedures to ensure migrants were not wrongly deported under the expedited process.</p><p>The plaintiffs had put forward “substantial evidence" that the expedited removal process, on the contrary, carried a high risk of error when applied more broadly, Cobb said. The ruling cited examples of people who had lived in the U.S. for far longer than two years but were still ordered to be removed in expedited proceedings.</p><p>In his opinion, Walker acknowledged evidence of such errors, but said they resulted from “individual officers’ failure to follow the law — not defects in the written directives under review or the procedures they incorporate.”</p><p>The Trump administration has argued that its expansion of expedited removal includes protections to prevent arbitrary removal. In a court filing in October, Justice Department attorneys said Cobb's ruling was an “egregious error” that was depriving the administration of an “essential tool to combat the unprecedented surge of illegal immigration over the past few years” and efficiently deport potentially millions of people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XY34BNLHMH4ZNZXRDUVHLBF2QQ.jpg?auth=589953bf99f63b0c1acf3209467b46fac90c6cf50a6350e1769176b7a0d74a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A massive 826,780-square-foot warehouse sits illuminated Feb. 12, 2026, in the El Paso suburb of Socorro, Texas, that was recently purchased by the U.S. Department of Homeland Security for $122.8 million. (AP Photo/Morgan Lee, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content></item><item><title><![CDATA[Federal judge dismisses Justice Department lawsuit seeking detailed voter data from Maryland]]></title><link>https://www.local10.com/news/national/2026/06/23/federal-judge-dismisses-justice-department-lawsuit-seeking-detailed-voter-data-from-maryland/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/23/federal-judge-dismisses-justice-department-lawsuit-seeking-detailed-voter-data-from-maryland/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — The Trump administration's attempts to obtain state-level voter data have suffered yet another legal blow.]]></description><pubDate>Tue, 23 Jun 2026 18:35:39 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — The Trump administration's attempts to obtain state-level voter data have suffered yet another legal blow.</p><p>U.S. District Court Judge Stephanie Gallagher last week dismissed a Justice Department lawsuit against Maryland that sought access to the state’s voter records.</p><p>Gallagher, appointed by Republican President Donald Trump during his first term, wrote that she “joins every court to have addressed this issue" in concluding that the unredacted voter registration file "is not a record or paper that a state must produce to the United States.”</p><p>With the dismissal Thursday in Maryland, the number of states where the Justice Department has lost similar cases comes to nine. The department has sued to force release of detailed state voter data — which includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers — in 30 states and the District of Columbia.</p><p>In addition to Maryland, judges have rejected those attempts in Arizona, California, Maine, Massachusetts, Michigan, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a Justice Department lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>In the Maryland case, the Justice Department tried to cite an opinion written by its own legal counsel's office that it had the right to the state voter records under federal civil rights law, but Gallagher was not persuaded.</p><p>“The Court will not interpret the (Civil Rights Act) contrary to its text simply because an office of the party advancing that interpretation has adopted it,” she wrote.</p><p>In explaining their push for the records, federal officials have said that they need the voter data to ensure that states are complying with federal election laws related to maintaining voter registration lists, even though states already have detailed processes to do that. In the case out of Rhode Island, a Justice Department attorney acknowledged that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>On Monday, a federal judge found that the Homeland Security program to check citizenship, referred to as SAVE, violated federal privacy laws and was wrongly identifying eligible voters as noncitizens. She ruled that the system could no longer be used.</p><p>Democratic and some Republican officials have objected to the Justice Department requests for detailed voter data and said such a demand violates state and federal privacy laws.</p><p>But at least 13 states have either provided or promised to provide their voter registration lists to the department, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZFMHETED3H7C4JXJ4ELXHPEEE.jpg?auth=3de41abd2ff948b1efc3737db1b7d6ae875fefbb788db3191c8259da1f88409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday,, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLKC3AIYCZUHO3YKJ3BVR3EUYQ.jpg?auth=b932c64297e80aacbc93a5080be6b58f18426ffd20d633a24c3bcb1c53173e85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content></item><item><title><![CDATA[NHL exploring Texas expansion in Houston or Austin with billionaire Dan Friedkin and family]]></title><link>https://www.local10.com/sports/2026/06/23/nhl-exploring-texas-expansion-in-houston-or-austin-with-billionaire-dan-friedkin-and-family/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/nhl-exploring-texas-expansion-in-houston-or-austin-with-billionaire-dan-friedkin-and-family/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The NHL is exploring potential expansion in Texas in either Houston or Austin under an agreement with billionaire Dan Friedkin and his family, Commissioner Gary Bettman said Tuesday.]]></description><pubDate>Tue, 23 Jun 2026 21:35:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The NHL is exploring potential expansion in Texas in either Houston or Austin under an agreement with billionaire Dan Friedkin and his family, Commissioner Gary Bettman said Tuesday.</p><p>Bettman said the Board of Governors executive committee endorsed a term sheet agreed to with the Friedkins over the next six months. The total investment required between an expansion fee and the cost to build a new arena in one of those cities would amount to $3.5 billion, according to Bettman, who said discussions over the past two years largely revolved around Houston before Austin joined the conversation.</p><p>“That’s part of the process is to determine what would be best, both for the league and for Dan Friedkin and family,” Bettman said. "Both cities will require a new arena. It may be more feasible in one place than the other. And as we dig a little deeper and do the due diligence, we’ll figure out which makes the most sense.”</p><p>Friedkin is chairman and CEO of the Friedkin Group with a net worth of $6.4 billion, according to Forbes. The Houston-based consortium has investments in the automotive industry, entertainment, hospitality and sports, including stakes in European soccer clubs Everton and AS Roma.</p><p>No board vote was taken. That would only come if the sides involved move forward with an agreement.</p><p>While there is no guarantee the NHL adds a 33rd team, the move is a first step toward becoming the largest professional sports league in North America, surpassing the NFL. Bettman has said officials were listening to expressions of interest from prospective owners in places like Houston and Atlanta but until now not yet engaged in a formal path toward expansion.</p><p>“There was an update on Atlanta, there was an update on Arizona and there was an update on South Texas," Bettman said. "But neither Arizona nor Atlanta are quite as far along in the process as the Friedkin opportunities.”</p><p>Montreal Canadiens owner Geoff Molson, who is on the executive committee, called it an important decision and said, “It’s just an exploration at this stage.”</p><p>In a statement released through Pursuit Sports, the Friedkin family said it had reached an agreement with the NHL for exclusive rights to a franchise in South Texas with a focus on Houston and Austin. It said it would be methodical in assessing the best option.</p><p>“Each city brings unique attributes that would make a new team a huge success — both have the infrastructure, passionate fan bases and economic strength needed to support a championship-caliber franchise for years to come," the family said. “We have wanted for some time to bring an NHL team to Texas, and we are excited that the process has now begun."</p><p>The league last expanded to 32 teams with the Seattle Kraken beginning play in 2021 after the Vegas Golden Knights started in the 2017-18 season. Before that, there had been 30 teams since 2000, when Columbus and Minnesota entered.</p><p>The recent success stories, combined with booming franchise values across sports, spurred talk of expansion in hockey circles, especially because expansion fees could exceed $1 billion. Seattle paid $650 million and Las Vegas $500 million.</p><p>From Florida to Texas to California and places in between, the NHL has enjoyed strong popularity across the Sun Belt and non-traditional hockey markets over the past four decades. Teams were added in South Florida and Tampa in Florida, San Jose and Anaheim in California, Nashville, Tennessee, and Las Vegas, while relocations put teams in Dallas, Raleigh, North Carolina, Denver and elsewhere.</p><p>Teams in those places have won the Stanley Cup the past seven years in a row and 13 times dating to Colorado's championship run in 1995-96.</p><p>Board approves Penguins sale</p><p>Bettman said the board had approved the sale of the Pittsburgh Penguins from Fenway Sports Group to the Hoffmann family. The deal, reached a year ago, is worth $1.7 billion to $1.75 billion.</p><p>“It’s nice that the Hoffmanns got a good deal, and it’s nice that Fenway in five years doubled its investment,” Bettman said. "I still think it’s low, but that’s OK.”</p><p>In a statement released by the team, incoming NHL governor Geoff Hoffmann called it a defining moment for his family.</p><p>“The Penguins represent everything Hoffmann Family of Companies stands for: community, excellence and long-term thinking,” Hoffman said. "We look forward to building on the team’s success by providing support and resources to both (general manager) Kyle Dubas and the hockey operations team, as well as the established leadership group on the business side. We’re proud to represent this storied franchise and are eager to become an active, invested part of the Pittsburgh community.”</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDL3MFFU27VSZER5MP63XEBMWY.jpg?auth=b75ffc92d1fcb74c347cf5bae21c8f019b865eb23bba9eeb7ba0ba35cad14f4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Houston skyline overlooks the Buffalo Bayou as it snakes its' way into downtown April 18, 2014. (AP Photo/Pat Sullivan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pat Sullivan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LRVTMUCNG3GWQAQUHMWJ3ITN3A.jpg?auth=9c605bb5edd5a47025d972c4c148caa7979fb2b1665a23acee40c19eece09e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes fans react after a goal against the Vegas Golden Knights during the second period of Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALSOOJMRY4HZEM7OWGLBP343FI.jpg?auth=d7bc0f77b6255f088affe16fc9b8dc7057a28ddac0061fd2549e48e10547891c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes center Jordan Staal (11) lifts the Stanley Cup after a win over the Vegas Golden Knights in Game 6 of the NHL hockey Stanley Cup Final series, Sunday, June 14, 2026, in Las Vegas. (AP Photo/Candice Ward)]]></media:description><media:credit role="author" scheme="urn:ebu">Candice Ward</media:credit></media:content></item><item><title><![CDATA[NCAA panel approves new eligibility rules giving Division I athletes 5 years to play 5 seasons]]></title><link>https://www.local10.com/sports/2026/06/23/ncaa-panel-approves-new-eligibility-rules-giving-division-i-athletes-5-years-to-play-5-seasons/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/ncaa-panel-approves-new-eligibility-rules-giving-division-i-athletes-5-years-to-play-5-seasons/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[Eager to lessen the chaos of the transfer portal era and court fights with players trying to extend their careers, the NCAA approved a new eligibility model for Division I athletes on Tuesday that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.]]></description><pubDate>Tue, 23 Jun 2026 22:32:56 +0000</pubDate><content:encoded><![CDATA[<p>Eager to lessen the chaos of the transfer portal era and court fights with players trying to extend their careers, the NCAA approved a new eligibility model for Division I athletes on Tuesday that will allow five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>The Division I Cabinet unanimously approved the change from the longstanding tenet of college sports that gave athletes five years to complete four seasons of competition with their eligibility clock starting at the time of enrollment, regardless of age.</p><p>The move will all but eliminate waivers or redshirt years for extended eligibility except for religious missions, maternity leave or active-duty military service. No longer will extensions be considered for athletes who are injured.</p><p>“While previous NCAA rules have served college sports well for a long time, we heard also loud and clear from NCAA members and student-athletes that eligibility rules should be easier to understand,” NCAA President Charlie Baker said.</p><p>The NCAA believes the age-based model will make rules easier to administer and help make roster management more predictable for coaches.</p><p>“I think this new rule is one of the most sensible things the NCAA has ever done, and it will absolutely eliminate the type of eligibility litigation that’s predominated lately,” said attorney Tom Mars, who represented Ole Miss quarterback Trinidad Chambliss in his successful quest for an additional year of eligibility in a case that went to the Mississippi Supreme Court.</p><p>Mars added, “Let me put it in bottom-line language: There’s no way somebody could file an eligibility case based on a medical waiver now with the new rule. Can’t be done. You can file it, I guess, but it will be immediately dismissed.”</p><p>The rules, which will become official when the Cabinet adjourns its meetings on Wednesday, are set to take effect this fall. Division I includes more than 350 schools, some 200,000 athletes and, with football and basketball leading the way, is by far the most lucrative of the three in the NCAA.</p><p>The five-in-five language also is included in Senate legislation intended to address numerous concerns across college sports and comes after a wave of lawsuits from athletes seeking to extend their college careers and ability to earn money through revenue sharing and name, image and likeness deals. Still to be seen is whether the new rules will withstand legal scrutiny alongside the existing challenges.</p><p>Heisman Trophy runner-up and Vanderbilt quarterback Diego Pavia remains the lead plaintiff in a lawsuit challenging an NCAA rule counting seasons spent at junior colleges against players’ Division I eligibility time. That case is slated for trial in February.</p><p>“I wouldn’t say that the rule change itself will slow lawsuits down,” said Sam Ehrlich, a Boise State assistant professor of legal studies in business and management who tracks litigation against the NCAA.</p><p>Ehrlich said athletes very well could continue to petition courts for extended eligibility based on antitrust arguments, but appellate courts recently have delivered wins for the NCAA by overturning preliminary injunctions in several cases.</p><p>The new eligibility model will affect all athletes who enroll in 2027-28. Currently enrolled athletes with eligibility after the 2025-26 academic year, and those who are incoming freshmen this fall, can apply the age-based model or continue under previous eligibility rules. It would be advantageous this year for some incoming freshman hockey players to use the traditional model if they are coming from the junior ranks and are 20, as is common in the sport.</p><p>For schools with current athletes who may be eligible for hardship waivers or extensions of eligibility under current rules, the D-I Cabinet indicated the deadline to submit requests to the NCAA is July 31. After that date, waivers would no longer be available.</p><p>Ryan Downton, the attorney for Pavia in his case against the NCAA that won him a sixth year of eligibility last season, said he was happy to see athletes allowed five seasons of competition. But he said it was likely that high school class of 2022 athletes who are now cut off from further competition will go to court.</p><p>“These athletes are still within their five-year eligibility window and spent their entire college careers competing against fifth- and sixth-year players due to the COVID waiver,” Downton wrote in an email to The Associated Press. "We hope the courts will correct the unfairness of the NCAA’s ruling and allow class of 2022 players to play their fifth season in 2026-27.”</p><p>Ramogi Huma, executive director of the National College Players Association, wrote in a text to the AP that he had not seen the final language that was adopted but that the rule's “general structure that has been discussed is within reason.”</p><p>“But it's important for athletes to have an opportunity to seek hardship waivers,” he wrote.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HYC6TMD57ZU3V5FO7HMV5WLBTY.jpg?auth=bdd60155fba848391552fec700e855abbc7d2357927de208cbdd0b90a837648e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina players watch from the dugout as Oklahoma goes to bat in the ninth inning of Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></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/B5424DZKFKAHTSHBA7L5BP7H6A.jpg?auth=54282628f732fb70acc43ef37aa1a19950a142baf430fec21dbc475349d32a85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma's Jason Walk (1), Kyle Branch (6), Jaxon Willits (7) and Trey Gambill (20) kneel together before playing against North Carolina in Game 3 of the NCAA College World Series baseball finals in Omaha, Neb., Monday, June 22, 2026. (AP Photo/Rebecca S. Gratz)]]></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/DGBKFL7MNIOGZ2ZLZQU523OMN4.jpg?auth=bdc13a476445e228b8f542d351911fcb979d5152adc6f058d6e08fe0d546244b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Michigan head coach Dusty May celebrates after defeating UConn in the NCAA college basketball tournament national championship game at the Final Four, April 7, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VARMZKJI5HWPTBSU6YYDMEN3BM.jpg?auth=46488ecc593f0692c44a9bcb2f43b914abeb2e532a588592453c61744f718db9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs rest on the field in the second half of an NCAA college football game Nov. 28, 2020, in Boulder, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Miles de cubanos rinden tributo a fallecido comandante revolucionario Ramiro Valdés]]></title><link>https://www.local10.com/espanol/2026/06/23/miles-de-cubanos-rinden-tributo-a-fallecido-comandante-revolucionario-ramiro-valdes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/23/miles-de-cubanos-rinden-tributo-a-fallecido-comandante-revolucionario-ramiro-valdes/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Miles de cubanos pasaron el martes por delante de la urna que guarda los restos mortales del histórico comandante revolucionario Ramiro Valdés Menéndez, fallecido el domingo, para rendirle un tributo.]]></description><pubDate>Tue, 23 Jun 2026 18:26:35 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Miles de cubanos pasaron el martes por delante de la urna que guarda los restos mortales del histórico comandante revolucionario Ramiro Valdés Menéndez, fallecido el domingo, para rendirle un tributo.</p><p>Entre los asistentes estuvo su compañero de armas y expresidente Raúl Castro.</p><p>Las cenizas de Valdés —quien llegó a ser jefe de la seguridad del Estado y del Ministerio del Interior— serán depositadas en el mausoleo que guarda las de Ernesto “Che” Guevara en Santa Clara.</p><p>La urna se ubicó en la sala de entrada del Ministerio de las Fuerzas Armadas, frente a la Plaza de la Revolución, junto a una foto del dirigente y coronas de flores. Una fila de varias cuadras de a dos o tres personas fue pasando pausadamente por delante. El gobierno decretó el duelo oficial.</p><p>“Me corresponde (rendir homenaje) como miembro de las Fuerzas Armadas... como cubana. Muchas son las gracias que tengo que darle por lo que hizo por esta revolución”, dijo a The Associated Press la teniente coronel Yorsana Victores, de 47 años.</p><p>Valdés llegó a ser el tercer hombre más importante de Cuba en la década pasada tanto por sus cargos en el gobierno como por su puesto en la dirección del Partido Comunista. Tenía 94 años al momento de su deceso.</p><p>Homenajes en su honor se desarrollaron también en muchas de las cabeceras provinciales de la isla, mostraron medios de prensa locales.</p><p>“La revolución de Ramiro (Valdés) es la que le dio la dignidad al pueblo cubano y no nos queda de otra que acompañarlo hasta el último momento como él lo hizo con el pueblo de Cuba”, dijo Lenger Hernández, un trabajador estatal de 48 años que hizo la larga cola para rendirle tributo.</p><p>Nacido el 28 de abril de 1932 en la occidental ciudad de Artemisa —cerca de La Habana--, Valdés tenía 21 años cuando fue reclutado por los hermanos Fidel y Raúl Castro para el asalto al Cuartel Moncada, que aunque resultó fallido se convirtió en el inicio del proceso revolucionario y la caída del dictador Fulgencio Batista.</p><p>Pocas veces aparecía en público y nunca hablaba con la prensa.</p><p>Valdés fue una figura clave en los primeros años del gobierno de Fidel Castro, pero en 1986 se alejó del poder.</p><p>En 2003 fue reincorporado al Consejo de Estado de Cuba, el órgano ejecutivo gobernante de la isla, y en 2006 Raúl Castro lo seleccionó para que dirigiera el Ministerio de Informática y las Comunicaciones. En 2009 fue designado vicepresidente del Consejo de Ministros Comunicaciones. Mantuvo el cargo de ministro hasta 2011 y de vicepresidente del consejo hasta 2019.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCYJLHHOA2YTQLWP6AUTDOFNVE.jpg?auth=33564200b071100e57cb6119959145867b345af06f89f77514fff20b30adc35c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar saluda junto a una fotografía de Ramiro Valdés mientras rinde su último respeto a una de las últimas figuras prominentes de la Revolución Cubana, durante su funeral en La Habana, Cuba, el martes 23 de junio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIGFXAW6A2V3UYUTAIASL6MHSQ.jpg?auth=9b93ea3d464eceadf511e7680742ac688a1fd8470b9f5ddc01ee5b0e7988228d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar rinde su último homenaje al fallecido Ramiro Valdés, una de las últimas figuras destacadas de la Revolución Cubana, durante su funeral en La Habana, Cuba, el martes 23 de junio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[AI stock slump raises the question if investors are just taking profits or getting very nervous]]></title><link>https://www.local10.com/business/2026/06/23/ai-stock-slump-raises-the-question-if-investors-are-just-taking-profits-or-getting-very-nervous/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/23/ai-stock-slump-raises-the-question-if-investors-are-just-taking-profits-or-getting-very-nervous/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Technology companies are spending big to incorporate artificial intelligence into their businesses and to build huge data centers. Investors who had jumped on the bandwagon appear to be having second thoughts.]]></description><pubDate>Tue, 23 Jun 2026 20:51:22 +0000</pubDate><content:encoded><![CDATA[<p>Technology companies are spending big to incorporate artificial intelligence into their businesses and to build huge data centers. Investors who had jumped on the bandwagon appear to be having second thoughts.</p><p>Proponents of artificial intelligence see it as the next great revolution for the global economy. The revolution won't come cheap. Just four companies — Alphabet, Amazon, Meta Platforms and Microsoft — plan to spend up to $720 billion this year, primarily on AI data centers.</p><p>This week, investors are looking at the huge sums being spent and questioning whether AI can produce the profits and productivity necessary to make all the investment worth it. Critics have been talking about the possibility of a bubble in AI investment. On Monday, Amazon and Alphabet fell about 5%.</p><p>On Tuesday, several companies that make the chips needed for the data center buildup — Nvidia, Micron Technology, Broadcom and Lam Research — led the market lower.</p><p>At first, Microsoft, Alphabet and other so-called hyperscalers turned to cash on hand to fund the AI expansion. But they're increasingly relying on the markets to raise cash.</p><p>AI buildout needs cash</p><p>Alphabet, the parent company of Google, said earlier this month that it’s raising $80 billion in cash to help pay for its investments by selling shares of its stock. Overall, Alphabet is planning to spend as much as $190 billion this year — more than all the stock of The Walt Disney Co. is worth, and Alphabet is forecasting its spending on investments next year will “significantly increase.”</p><p>In March, Amazon sold $54 billion of bonds in the U.S. and Europe as it plans to spend around $200 billion this year on AI investments.</p><p>Elon Musk's rocket maker SpaceX was on a three-day skid heading into Tuesday. It regained some lost ground, but ended trading slightly below the closing price on its first day of trading on June 12. Musk acknowledges that SpaceX will have to spend heavily to fulfill its plans of sending AI data centers into space, and the company has announced that part of an upcoming bond offering will fund its AI buildout.</p><p>High-priced chip companies</p><p>Chip companies have benefitted as the demand for memory chips and processing power for AI data centers and other projects has led to a supply shortage and a surge in prices. Investors have bid up the share prices of these companies now in anticipation of big profits down the road. By one measure, which compares a company's stock price to its earnings per share, these companies might look expensive.</p><p>Marvell Technologies lost money for five straight years before turning a profit of $2.7 billion in the fiscal year ended in January, thanks to gains in its data center business. The stock has more than tripled so far this year and its price-to-earnings ratio has gone from about 30 at the start of 2026 to near 100.</p><p>Some data storage companies have seen even more eye-popping gains. Sandisk shares have soared more than 700% year to date and its P/E ratio stands at 68. Whether Sandisk shares are overvalued will depend on whether it meets Wall Street’s lofty expectations for the next 12 months -- earnings per share of $188.05 per share compared with $29.16 per share for the 12 months ended March 31. When the current stock price is compared to the forecast, the price-to-earnings ratio falls to around 11.</p><p>The current price-to-earnings ratio for the S&P 500 is around 25.</p><p>On Tuesday, investors unloaded at least some of their holdings in these stocks. Sandisk sank 13.6%, while Marvell lost 9.4%.</p><p>The sell-off also took a bite out of exchange-traded funds, or ETFs, that invest heavily in tech stocks. The Invesco QQQ Trust Series ETF was down 3.3%, while iShares Semiconductor ETF slumped 7.9%.</p><p>Pocketing some gains</p><p>While some investors may have doubts that companies going full throttle on AI infrastructure spending will ultimately be able to generate profits to justify their investment, it's likely some of the selling this week may be investors pausing to pocket some of their gains after the stock market’s recent string of all-time highs.</p><p>“With no clear catalyst driving the move lower, we believe today’s pullback likely reflects profit-taking following a strong rally from the March lows,” said Brock Weimer, an investments strategy analyst at Edward Jones.</p><p>Big Tech gains have powered major stock indexes on record-setting runs this year. Within the S&P 500, the tech sector alone is up nearly 27% just over the last three months and roughly 17% for the year. In Asia, South Korea’s Kospi has nearly doubled so far in 2026.</p><p>Heavy selling on Tuesday triggered a halt in trading in the Kospi, which set the stage for the wave of tech stock selling when trading opened in U.S. markets, Wedbush analyst Dan Ives wrote in a research note Tuesday.</p><p>Overall AI enterprise demand in Asia is “showing no cracks in the armor, which continue to make us very bullish on owning the tech AI winners over the coming year,” he added.</p><p>Still, tech companies’ race to invest in the expansion of AI infrastructure could ultimately be sowing the seeds of future oversupply, according to Philip Straehl, chief investment officer at Morningstar Wealth.</p><p>“Periods of elevated capital investment have historically not translated into strong outcomes for investors, leaving us cautious on the outlook,” Straehl wrote in a report last week.</p><p>He expects that the rapid expansion of AI computing power will weigh on pricing, hurting companies’ returns and eventually result in a pullback in investing. Semiconductor companies are “particularly exposed to this dynamic,” Straehl wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F3XZASNP7UJ6CXP2PVGEKONZN4.jpg?auth=632d26c782ce14b8cf0c8bda572ac4f4ae933dd9726a1db7db76857169e9ca4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Joseph D'Arrigo works on the floor of the New York Stock Exchange, Tuesday, June 16, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[US eases restriction on Iran's World Cup team, allowing travel 2 days before next match]]></title><link>https://www.local10.com/sports/2026/06/23/us-eases-restriction-on-irans-world-cup-team-allowing-travel-2-days-before-next-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/us-eases-restriction-on-irans-world-cup-team-allowing-travel-2-days-before-next-match/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[The U.S. is easing its restrictions on Iran's World Cup team, allowing the squad to travel into the country two days before its next match, the U.S. Department of Homeland Security said Tuesday.]]></description><pubDate>Tue, 23 Jun 2026 19:36:56 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. is easing its restrictions on Iran's World Cup team, allowing the squad to travel into the country two days before its next match, the U.S. Department of Homeland Security said Tuesday.</p><p>The team will still be required to leave after Friday's match in Seattle, a department spokesperson said. A spokesperson for the Iran Football Federation confirmed that the team will leave its base camp in Tijuana, Mexico, on Wednesday for Seattle.</p><p>“This was planned on our end,” Andrew Giuliani, the executive director of the White House FIFA Task Force, told The Associated Press. “We were going to look at how the first two movements went, and if they went smoothly, we would extend the extra day in light of the longer travel time.”</p><p>The policy change was first reported by NBC News and comes as officials from both countries negotiate over how to end the war in Iran.</p><p>Iran's squad has complained about the travel restrictions levied on the team, and the challenges it has faced since the outbreak of war. Iran originally sought to move its group stage matches to Mexico, with whom it has diplomatic ties. The team’s base camp was relocated from Tucson, Arizona, to Tijuana. Several team officials and members of the support staff have been barred from traveling into the U.S. with the team.</p><p>For the first two matches, in Los Angeles, the team was not permitted to travel until the day before, which Iran coach Amir Ghalenoei repeatedly said put the team at a disadvantage. The team had less than 24 hours on the ground before its noon match Sunday. “Right now we need recovery more than anything,” Ghalenoei said through a translator after the 0-0 draw against Belgium. “The conditions have been extremely hard for us.”</p><p>It's not uncommon for teams to travel a day before the match, and it's in line with FIFA regulations, which state that “each team shall travel from its team base camp to the match venue one day before matchday (MD‑1) and in exceptional cases on MD‑2, and shall return to their team base camp after the match (on MD/MD+1).”</p><p>But Iran had asked for more time to acclimate to host cities and recover after matches, especially for the 1,200-mile (1,930-kilometer) trip to Seattle. The team has scheduled a Thursday training at the University of Washington.</p><p>“We don’t ask for much. We just ask for the same procedure as for all the other 47 teams,” Iran national team player Alireza Jahanbakhsh said Sunday. “Hopefully we can bring everyone who is involved and help us with us.”</p><p>The Iran team has also said it experienced difficulties entering and exiting the U.S. each time it made the 127-mile (204-kilometer) flight between Tijuana and Los Angeles. The typically short trip took five hours the day before its first match against New Zealand, team captain Mehdi Taremi said.</p><p>Hours before Sunday's match against Belgium, U.S. Homeland Security Markwayne Mullin told Fox News the Iranians had “tried to get somebody in yesterday” who had direct ties to Iran’s Revolutionary Guard. In a statement, the soccer federation vociferously pushed back, calling the claim “an outright and undeniable lie.”</p><p>It's unclear whether Iran's upcoming opponent, Egypt, will also be allowed to arrive in Seattle two days early. After its 3-1 victory against New Zealand in Vancouver Sunday, Egypt asked to fly directly to Seattle. FIFA denied that request, citing a lack of security resources to accommodate the last-minute demand. Egypt returned to its base camp in Spokane, Washington, a 45-minute flight from Seattle.</p><p>Egypt's national team did not immediately respond to a request for comment.</p><p>___</p><p>AP Sports Writer John Marshall contributed reporting. AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKAY7O5OMJFVW7Y2UIFJ574QCI.jpg?auth=59018130995f84143a1ccf33c76002a10a176e1b5d72859e469e9bae8880911e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran team pose for a group photo prior to the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCJW2IAFTGFSNFJTBLQUBF23SM.jpg?auth=3c320f29efd146d31b5239317f0fe29eb251b868aca1dfb33b80c20f61a4e677&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran goalkeeper Alireza Beiranvand (1) makes a save from Belgium's Maxim De Cuyper (5) during the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKETRBCRKVOB3UWA5ZCOH2NEF4.jpg?auth=7af9d1ce446d42343b472d14cd639fcb8767fe59b0949317739309b56ea4a767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran players react at the end of the World Cup Group G soccer match between Belgium and Iran in Inglewood, Calif., near Los Angeles, Sunday, June 21, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Georgia’s QR codes for counting votes will remain for midterms after lawmakers vote to delay a fix]]></title><link>https://www.local10.com/news/politics/2026/06/23/georgias-qr-codes-for-counting-votes-will-remain-for-midterms-after-lawmakers-vote-to-delay-a-fix/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/23/georgias-qr-codes-for-counting-votes-will-remain-for-midterms-after-lawmakers-vote-to-delay-a-fix/</guid><dc:creator><![CDATA[BY SUDHIN THANAWALA and KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Georgia will stick with an embattled vote-counting method that relies on a QR code for this year’s midterm elections after lawmakers passed legislation Tuesday that put off making changes until 2028.]]></description><pubDate>Tue, 23 Jun 2026 18:07:49 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Georgia will stick with an embattled vote-counting method that relies on a QR code for this year’s midterm elections after lawmakers passed legislation Tuesday that put off making changes until 2028.</p><p>The votes in the state House and Senate came after lawmakers limited a provision that requires a hand recount of ballots in certain races. Leaders in the Republican-controlled Legislature said their plan to delay action on the vote-counting equipment had the support of the governor, Republican Brian Kemp.</p><p>Kemp had called lawmakers into a special session in part to address a July 1 deadline that was set to ban the QR codes used for the official vote count. Legislators passed a law two years ago that set that deadline, but then failed to find a replacement for tabulating votes.</p><p>Some voting rights activists had urged lawmakers to delay any changes to the QR code system, warning that there wasn't enough time before the midterm elections to ensure they didn't cause confusion at polling sites. Georgia is a political swing state where voters will decide nationally prominent races for U.S. Senate and governor in the fall.</p><p>State lawmakers last week appeared to have reached a deal on a bill to postpone the deadline for banning the QR code tabulation, but Senate Republicans over the weekend inserted an amendment that required a full hand recount of the top two races on the ballot. That change drew strong opposition from Democrats.</p><p>The revised bill that passed Tuesday would limit hand recounts to eight races for statewide office, including governor, lieutenant governor, attorney general and secretary of state. But the hand counts would take place only for the top two contests on a ballot and only if the margin of victory is within a half percentage point. U.S. Senate and House races would not be subject to the hand counts.</p><p>To qualify, the race would have to appear as the first or second contest on a ballot.</p><p>Democrats objected to any hand recount provision. Research has shown that hand-counting is more prone to error, costlier and likely to delay results. Yet it has gained traction with Republican lawmakers in some states as President Donald Trump repeats false claims about a stolen 2020 election.</p><p>Georgia already has established election procedures that include audits and provisions for recounts in certain circumstances, Democratic state Rep. Debra Bazemore said.</p><p>“The question before us is not whether we support election integrity. Of course we do,” she said. “The question is whether the bill actually improves election integrity or whether it creates a new opportunity to cast doubt on legitimate election results. I believe it does the latter.”</p><p>Rep. Victor Anderson, a Republican who helped lead a House study committee on elections that held public hearings around the state last year, said the bill is the “culmination of a lot of work.”</p><p>He cautioned that if no bill is passed to address the QR code deadline, all votes may have to be hand counted in the coming midterm election.</p><p>“This bill is not the ultimate solution,” he said. “This bill solves an immediate conflict we have and lays out a path to achieve the most election integrity, the most accuracy, the most transparency that we can have going forward when we implement the next uniform voting system in Georgia.”</p><p>The state's current system uses a QR code printed on ballots to tally the votes. It has drawn the ire of Trump, who claimed without evidence that voting machines in Georgia deleted or switched votes in the 2020 election. Trump narrowly lost the state to Democrat Joe Biden that year.</p><p>Georgia voting machines have been the subject of conspiracy theories, which manufacturer Dominion Voting Systems fought vigorously in court. But election integrity advocates also have raised concerns about the machines, arguing that they are vulnerable to hacking and that voters cannot be sure their selections are accurately reflected because people can’t read QR codes.</p><p>Dominion was bought by another company last year and is now known as Liberty Vote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGIUC2XHUBMAQRLEQR73SKRE7M.jpg?auth=4dc66fad8b369b594e0a900e77883b7c2a051e993e9b44b3b5f16707180de2f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman places her paper ballot into a machine after voting in a runoff election at C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7AO5HOVTKEMUNU636KHVVAXYQ.jpg?auth=5e4319bcd5e120e92c6443b8918cfcbcc2e5667ffac13acef3d58dd9b2ef5783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voting machine is seen as people vote in a runoff election at the C.T. Martin Recreation Center, Tuesday, June 16, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Brendan Sorsby has to wait until 2027 to join the NFL]]></title><link>https://www.local10.com/sports/2026/06/23/brendan-sorsby-has-to-wait-until-2027-to-join-the-nfl/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/23/brendan-sorsby-has-to-wait-until-2027-to-join-the-nfl/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[Brendan Sorsby will have to wait until 2027 to begin his NFL career.]]></description><pubDate>Tue, 23 Jun 2026 23:05:34 +0000</pubDate><content:encoded><![CDATA[<p>Brendan Sorsby will have to wait until 2027 to begin his NFL career.</p><p>The NFL informed the 22-year-old quarterback on Tuesday that it will not hold a supplemental draft this year, and encouraged him to focus on preparing for possible entry into the league through the regular draft next year.</p><p>The league told Sorsby of its decision in a letter that was obtained by The Associated Press.</p><p>Sorsby had applied for the supplemental draft after a legal battle with the NCAA, which had declared him ineligible for making thousands of bets on sporting events worth at least $90,000 during his college career. Those included at least 40 bets on Indiana while he was a freshman there in 2022, though none on the games in which he played for the Hoosiers that season.</p><p>The NFL hasn't held a supplemental draft since 2023 and had no plans to do so this year before Sorsby's petition. No player has been selected in the supplemental draft since 2019.</p><p>“Your Petition — filed three business days before the deadline, without any supporting information or documentation, and only after abandoning your recent litigation efforts to avoid NCAA sanctions — does not provide a basis for the League to alter those plans," NFL attorney Lawrence P. Ferazani Jr. said in his letter to Sorsby and the 32 NFL teams. "The issues presented by your Petition are too significant, and too closely tied to the League’s core integrity interests, to permit meaningful review within the timeline presented.”</p><p>Eligibility for either the regular draft or supplemental draft is required for entry into the NFL, per the Collective Bargaining Agreement between the league and its union. A player who is not selected in the draft could then enter the league as a free agent.</p><p>“No player shall be eligible to be employed by an NFL Club until he has been eligible for selection in an NFL Draft,” the CBA states in Article 6.</p><p>Sorsby is considered a potential Day 2 pick — second or third round — in next year's draft. Teams will have to be convinced he's overcome his gambling problems.</p><p>The NFL's letter pointed out that Sorsby's petition didn't address reports that he may have violated state law nor did it “demonstrate accountability for your conduct or indicate whether, or how, you would adhere to the League’s rules and policies governing the integrity of competition."</p><p>It concluded: “We encourage you to focus on preparing for possible entry into the NFL through the 2027 NFL Annual Draft.”</p><p>The submission deadline for the rarely used supplemental draft was Monday. Sorsby had planned to work out for NFL teams on July 10.</p><p>Sorsby, after transferring earlier this year from Cincinnati to Texas Tech, was banished from competition by the NCAA for the gambling activity.</p><p>After spending a month in a residential treatment program for a diagnosed addiction that led to thousands of bets, Sorsby sued the NCAA and gained a court-ordered reinstatement that prompted nationwide backlash toward Texas Tech. The controversy led Sorsby to enter this special draft session.</p><p>“The sole reasons identified in your Petition for seeking entry into the Supplemental Draft are that you have been ‘declared ineligible’ by the NCAA, have ‘exhausted all of (your) avenues to continue in the NCAA,’ and ‘want to now play in the NFL,’” Ferazani wrote. "The Petition provides no information regarding the basis for, or timing of, the NCAA’s decision. Public sources, however, indicate that in May 2026 the NCAA issued a determination declaring you permanently ineligible from participation in college athletics, based on a sustained pattern of improper gambling activity during your collegiate career at three different universities.”</p><p>A person with knowledge of the union's thinking told the AP that the NFL Players Association “has not made any determination on if, how or whether there are legal grounds to act on” the league's decision. The person spoke to The Associated Press on condition of anonymity because it is a legal matter.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z626Z5J3UXHOPFKVA6IPLLWMJI.jpg?auth=ddfc8c261cc399cb414d188867fddf842c9a9f7c70b60bbaee31c296378dba94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati transfer and future Texas Tech quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content></item><item><title><![CDATA[AI weather models changing the hurricane forecast game]]></title><link>https://www.local10.com/weather/hurricane/2026/06/23/ai-weather-models-changing-the-hurricane-forecast-game/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/23/ai-weather-models-changing-the-hurricane-forecast-game/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The 2025 hurricane season was a coming-of-age story for AI weather models, which have been around in some capacity since around 2022. ]]></description><pubDate>Tue, 23 Jun 2026 17:14:30 +0000</pubDate><content:encoded><![CDATA[<p>The 2025 hurricane season was a coming-of-age story for AI weather models, which have been around in some capacity since around 2022. </p><p><a href="https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/23/los-modelos-meteorologicos-de-ia-revolucionan-el-pronostico-de-huracanes/">Leer en español</a></p><p>Last hurricane season, AI models not only proved they could compete with the gold-standard corrected consensus models – the guidance human forecasters rely on most that blend the best physics-based forecast models and correct for their biases in real-time – but beat them, even besting the National Hurricane Center’s official forecast across nearly every forecast period.</p><figure><img src="https://www.local10.com/resizer/v2/DMTR2VDYOJHNJFA7MI5TZDIXCE.png?auth=3e52b5f189ec0d340f30ae00b2e0056bb030342e2e544dda87cb8b04d311715d&smart=true&width=1200&height=900" alt="Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). (National Hurricane Center)" height="900" width="1200"/><figcaption>Forecast track skill for the main hurricane track models for the 2025 Atlantic hurricane season relative to climatology and persistence (the “no-skill” benchmark for forecast models). The higher numbers indicate higher skill and more accurate forecasts. The best-performing model in 2025 was Google’s machine learning-based DeepMind (green line). NHC’s official forecast (black line) was the second most-skillful forecast followed by the gold-standard Hurricane Forecast Improvement Program (HFIP) Corrected Consensus Approach (HCCA) model (pink line). (National Hurricane Center)</figcaption></figure><p>It was impressive, though not altogether surprising, for an AI-designed hurricane model to be competitive in forecasting hurricane track, but it was downright incredible to see an AI forecast model top the National Hurricane Center’s official intensity forecast last season, as Google’s DeepMind did across most forecast periods.</p><figure><img src="https://www.local10.com/resizer/v2/HZDSWIMRNNERTJHIGQF2F5UMDY.png?auth=f57f8ef9ec6e291c65ff1c7f6be1cdc9d6611e52a4956bed10eecb51d83365ec&smart=true&width=1200&height=900" alt="Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)" height="900" width="1200"/><figcaption>Forecast intensity skill for the main hurricane intensity models for the 2025 Atlantic hurricane season relative to the “no-skill” Decay-SHIFOR5 (Statistical Hurricane Intensity FORecast) benchmark. The higher numbers indicate higher skill and more accurate forecasts. The top intensity forecasts in 2025 for most periods came from Google’s machine learning-based DeepMind (green line), followed by NHC’s official intensity forecast (black line). The least-skillful intensity forecasts were from our global models such as the American GFS (dark blue line) and European model (light blue line). Global forecast models can excel with hurricane track forecasting but don’t capture the fine details necessary for hurricane intensity forecasting. (National Hurricane Center)</figcaption></figure><p>While hurricane track forecasting has made tremendous strides over the past 30 years, intensity forecasting has often stagnated. </p><p>Over the past 15 years, however, slow progress has been made in reducing forecast error for hurricane intensity and detecting rapidly intensifying hurricanes in advance. </p><p>These improvements have been largely attributed to ultra-high-resolution, storm-following hurricane models – like NOAA’s HAFS and HWRF predecessor – that better capture the fine inner-core details and complicated interaction between the air and ocean that meteorologists argue are necessary to accurately forecast hurricane intensity.</p><p>The remarkable feat of DeepMind and its stellar intensity forecasts last hurricane season was that it didn’t have all the fine details of our traditional high-resolution, physics-based hurricane models. </p><p>It simply takes a snapshot of the current state of the atmosphere as assessed by the European Centre’s high-resolution global weather prediction system (known as the Integrated Forecasting System or IFS) – the only thing it presumably knows about the state of the atmosphere – and then makes a forecast drawing only from data its trained on, which includes historical weather data back to 1940 (from the European Centre’s fifth generation atmospheric reanalysis of the global climate or ERA5) and global unified hurricane track data (from the International Best Track Archive for Climate Stewardship or IBTrACS). </p><p>That’s it.</p><p>The beauty is in AI’s simplicity, and AI forecasts are made in a fraction of the time and with immensely less computing power than what’s required of conventional physics-based weather models, models that harness some of the most powerful and expensive supercomputers in the world. </p><p>Once the AI model is trained, it can make a forecast in minutes using a standard laptop, whereas traditional physics-based models take hours to produce a full forecast on banks of expansive, mainframe supercomputers stored in large server rooms around the country.</p><p>So, unlike what we think about with other types of AI-related tasks, which often require massive, energy-hungry AI data centers and industrial-sized water draws for continuous cooling, AI weather models actually have the potential to streamline and make more cost-efficient weather forecasting. In fact, NOAA estimates the AI-version of its global forecast model uses a mere 0.3% of computing resources compared to its physics-based version.</p><p>If AI weather models can prove as accurate or more than traditional weather forecast models, as Google DeepMind is doing in the hurricane world, we’re looking at significantly cheaper and faster forecasts in the future.</p><p><b>Machine learning versus other types of AI</b></p><p>Artificial intelligence or AI is an umbrella term used for many different types of new technology nowadays. It’s important to distinguish which subset of AI new weather models are harnessing, however, compared to the type of AI technology most accessible to the public through AI chatbots.</p><p>The new AI weather models are not large language models or LLMs that simply mimic human speech patterns or text. They’re also not generative AI that produce images or videos based on user prompts. These are the most accessible and familiar types of AI found on platforms like Open AI’s ChatGPT, Google Gemini, and Anthropic Claude.</p><p>Instead, AI weather models are a type of deep, machine learning-based subset of AI that use complex neural networks to effectively mimic how the human brain processes information. This makes these models behave similarly to how a human might forecast weather, relying on pattern-recognition based on their understanding of historical weather. But in the case of AI, the models are trained on petabytes of data going back a century or longer, more data than most of us could holistically comprehend in routine forecasts.</p><p>These advanced machine learning-based weather models are a far cry from the AI “slop” we often see floating around the dark corners of social media and the internet.</p><p><b>Not all AI weather models are created equal</b></p><p>For the time being, Google DeepMind has the hurricane forecast model market cornered. While DeepMind ran circles around all other models in 2025, the same can’t be said about other AI newcomers.</p><p>For example, the European Centre which runs the famed Euro model – the world’s leading physics-based global weather model – also has an AI-based version which ran last hurricane season. </p><p>While it performed exceptionally well for hurricane track forecasts – better than the conventional physics-based Euro – it was a total flop for hurricane intensity forecasts, basically showing no skill whatsoever.</p><figure><img src="https://www.local10.com/resizer/v2/T5FABAOWHFE3LI6AN4WNS4SBYI.png?auth=8cdbbc8976d3e2f2457e79c40097c6b29910a25109541f53bc049c9e194bfc14&smart=true&width=1200&height=900" alt="Models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Models across the Atlantic and Pacific basins last hurricane season. Both Google DeepMind (GDMI red line above) and the European Centre’s AI weather model (AIFI gold line above) had lower track errors than even the National Hurricane Center’s official forecast (black line). (James Franklin/Mark DeMaria/NOAA)</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/ICX7UY3E7NAKNNLEFL7QLZJ4LQ.png?auth=6f1d3f4e3ebddbf753737cdaa85d06b9751761e847b2982d04e001742c84c2f0&smart=true&width=1200&height=900" alt="Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Intensity error from assorted hurricane models across the Atlantic and Pacific basins last hurricane season. While Google DeepMind (GDMI red line above) had extremely low track error comparable to NHC’s official track (black line), the European Centre’s AI weather model (AIFI gold line above) exhibited no skill relative to the OCD5 “no-skill” baseline. (Credit: James Franklin/Mark DeMaria/NOAA)</figcaption></figure><p>A large reason for the AI-based Euro model’s poor intensity forecast performance is its reliance on coarse reanalysis training data from ERA5 that works to minimize error and more often than not weakens hurricanes too quickly, resulting in a large low intensity bias. </p><p>Google DeepMind bypasses this issue by incorporating historical hurricane intensities in its training dataset so maximum winds act like extra grid points in the model.</p><p>Presumably, other AI models will eventually catch up to Google’s DeepMind approach, but when it comes to intensity forecasting, DeepMind is the AI champion.</p><p><b>What’s new with AI models for the 2026 hurricane season?</b></p><p>Google has several new features and improvements to DeepMind available this hurricane season. Perhaps the biggest change is that DeepMind’s now offers up to 1,000 ensemble members compared to the 50-ensemble member max last hurricane season.</p><p>It’s unclear yet where the larger ensembles might help, but the thinking is it’ll help to better detect outlier events (low probability events that could also pose high-risk impacts). </p><p>Also, with the addition of 1,000-member ensembles, Google and NOAA are experimenting with incorporating them in wind speed probability forecasts that currently use a 1,000-member Monte Carlo-based model to simulate storm scenarios. </p><p>It’s also possible the larger set of ensembles will improve detection of hurricane rapid intensification, which Google DeepMind’s 50-member ensemble helped with at longer lead times last season.</p><figure><img src="https://www.local10.com/resizer/v2/J4BEUL2PWREUDBSPP3KQQLHFQI.jpg?auth=77d296f382c7a60b1c34565aa7972347f3e27fc42d81446fe4b02122f4b51ffb&smart=true&width=1200&height=900" alt="Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)" height="900" width="1200"/><figcaption>Brier skill score for various probabilistic rapid intensification models for last hurricane season across both the Atlantic and eastern North Pacific basins. Higher values indicate higher skill and more accurate forecasts. Google DeepMind’s ensemble system was the best performing model for predicting rapid intensification at long lead times (2-3 days out), but struggled at short lead times. It’s worth noting that DeepMind updated its AI tracker in September, which may have affected these verification numbers. (Mark DeMaria/NOAA)</figcaption></figure><p>It’s also worth noting that the folks at Google updated their AI hurricane tracker last September, which seemed to improve DeepMind’s forecasts leading up to Hurricane Melissa last October.</p><p>As I wrote about toward the end of last hurricane season, the American GFS had an especially bad year for hurricane forecasts, its worst performance in over two decades. Much of that error can be attributed to its especially poor forecasts for Hurricane Melissa, the most impactful hurricane last season, which the GFS inaccurately showed recurving too quickly before reaching Jamaica.</p><figure><img src="https://www.local10.com/resizer/v2/FMYL4JKERJGDXKHRHZUZVT5FVI.png?auth=060cf4ebc8fe189840f4c7dca2c4fe75f2284786ddb8f9ef7bc3219636074464&smart=true&width=1200&height=900" alt="American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4-to-7-day window. (NOAA/EMC)" height="900" width="1200"/><figcaption>American GFS model track errors for the 2025 Atlantic hurricane season including Hurricane Melissa (black bars) and excluding Hurricane Melissa (red bars). Hurricane Melissa increased the GFS’s Atlantic basin track errors by roughly 20-30% in the 4-to-7-day window. (NOAA/EMC)</figcaption></figure><p>NOAA is planning to release an update to its GFS model (from version 16 to version 17) in October, which the agency says shows improvements in tropical cyclone track forecasting. </p><p>Additionally, the AI version of the American GFS ensemble system (known as AI-GEFS) has shown considerable promise in improving hurricane forecasts versus the conventional physics-based GFS, which NHC will be evaluating this hurricane season.</p><p><b>Is the writing on the wall for conventional models and human forecasters?</b></p><p>Although the new era of hurricane forecasting will increasingly look to AI models for speed, efficiency, and accuracy, don’t expect conventional physics-based models to be going away anytime soon. </p><p>Those models are what’s training the AI models, so the two will continue to work hand-in-glove, even if AI forecasts outpace their physics-based counterparts.</p><p>And as far as the human side of forecasting, understanding model biases, detecting quick changes in hurricane strength or organization, harvesting and quality controlling data in real-time used to train and improve AI models, designing products and decision-support tools around AI, and messaging the complexities of the forecast will keep humans vital to future forecasts even and especially with the addition of AI.</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/DMWPK2RDYNE6JLBFQOTSF4EHRY.jpg?auth=fdce71db087a8ff4084e619bde29ef3aecb393dd9d47a3668bff12c0419f190c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>