<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 01 Jun 2026 15:35:23 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Broward deputies find 17-year-old girl after she vanished on Thursday]]></title><link>https://www.local10.com/news/local/2026/05/31/deputies-search-for-missing-17-year-old-girl/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/deputies-search-for-missing-17-year-old-girl/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Broward County are searching for a missing teenager. ]]></description><pubDate>Sun, 31 May 2026 18:29:11 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies reported on Monday that they had found a 17-year-old girl who had vanished on Thursday. </p><p> </p><p>Brisa Velasco had last been seen at about 4:30 p.m. Thursday along the 8700 block of Northwest 57th Street in Tamarac, authorities said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputies arrest Miami Fire Rescue veteran for domestic violence]]></title><link>https://www.local10.com/news/2026/06/01/deputies-arrest-miami-fire-rescue-veteran-for-domestic-violence-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/deputies-arrest-miami-fire-rescue-veteran-for-domestic-violence-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies arrested a Miami Fire Rescue 16-year veteran on Saturday after accusing him of domestic violence, records show.  ]]></description><pubDate>Mon, 01 Jun 2026 14:45:51 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies arrested a Miami Fire Rescue 16-year veteran on Saturday after accusing him of domestic violence, records show. </p><p>Capt. Maximo Vazquez had been arrested last year after he was accused of attacking a colleague in June and calling 911 to report his wife had vanished. </p><p>Miami-Dade corrections booked Vazquez, 43, shortly before 8:30 p.m. on Saturday at the Turner Guilford Knight Correctional Center. </p><p>Vazquez, who appeared to be under the influence of alcohol, walked out of his home “with a hammer,” approached his wife, who was in a parked 2026 dark gray Tesla sedan, and “threatened” to smash all of the windows, according to a deputy’s arrest report. </p><p>Vazquez placed several metal screws under the car’s tires, and when his wife got out of the car, he “grabbed” and “twisted her wrists, took her cell phones, and disabled the car’s start-up mechanism, according to the deputy’s arrest report. </p><p>Vazquez “continued drinking alcohol inside the residence, aggressively grabbed both of her arms, placed them against her chest, and pushed her ... began to slap her in the face ... butt headed [her], and proceeded to strike [her] in the head with his personal cellular phone ... proceeded to rip-off [her] clothing ... grabbed her by the hair,” a deputy wrote, according to the arrest report. </p><p>Someone called 911 anonymously, and when deputies responded to the house, the woman denied the domestic violence and said she did not need help, according to a deputy’s arrest report. </p><p>The woman left her home and went to the emergency room at the Jackson South Medical Center after suffering “a major headache,” according to deputies, who responded to the hospital. </p><p>“We have not been in contact with the individual. Once contact is established, the department will initiate a thorough internal investigation in accordance with our policies and procedures,” a Miami Fire Rescue Department spokesperson wrote in a statement. </p><p>Vazquez faced new charges of aggravated assault with a deadly weapon, aggravated battery, strong-arm robbery, and false imprisonment. </p><p>Miami-Dade County Circuit Judge Michelle Ashby Delancy was set to preside over the new case. </p><p><i>Local 10 News Assignment Editors Carson Merlo and Mariana Ortiz contributed to this report. </i></p><p><b>Inmate record</b></p><figure><img src="https://www.local10.com/resizer/v2/O4HENUSDVFF4FCD6T4MSCIQZQU.jpg?auth=8a13ebfbc0d415c769178714dcec4d452c1880e2800900ca4e3c6b415b8d5e98&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2025/08/29/video-shows-arrest-of-veteran-miami-fire-captain-accused-of-assaulting-fellow-first-responder/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/29/video-shows-arrest-of-veteran-miami-fire-captain-accused-of-assaulting-fellow-first-responder/">Video shows arrest of veteran Miami fire captain accused of assaulting fellow first responder</a></li><li><a href="https://www.local10.com/news/local/2025/06/03/veteran-miami-fire-lieutenant-accused-of-assaulting-fellow-first-responder-misusing-911/" rel="">Veteran Miami fire captain accused of assaulting fellow first responder, misusing 911</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O25U5FZW45DDBHLQTRYWEOKFFQ.jpg?auth=45e5e5155e91c479ecb022af8e82905ccd0b7c0cc6fb6524eafa5f618a5f5e2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade corrections booked Capt. Maximo Vazquez shortly before 8:30 p.m. on Saturday at the Turner Guilford Knight Correctional Center.]]></media:description><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Sindicatos bolivianos rechazan negociar y mantienen protesta en reclamo de renuncia de Rodrigo Paz]]></title><link>https://www.local10.com/espanol/2026/06/01/sindicatos-bolivianos-rechazan-negociar-y-mantienen-protesta-en-reclamo-de-renuncia-de-rodrigo-paz/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/sindicatos-bolivianos-rechazan-negociar-y-mantienen-protesta-en-reclamo-de-renuncia-de-rodrigo-paz/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ y PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Bolivia ingresó el lunes en la quinta semana de protestas y cortes de carreteras por parte de sindicatos que rechazan negociar con el gobierno y reclaman la renuncia del presidente Rodrigo Paz.]]></description><pubDate>Mon, 01 Jun 2026 15:05:25 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Bolivia ingresó el lunes en la quinta semana de protestas y cortes de carreteras por parte de sindicatos que rechazan negociar con el gobierno y reclaman la renuncia del presidente Rodrigo Paz.</p><p>Los bloqueos se han extendido a seis de las nueve regiones del país. La situación es más complicada en La Paz, la sede del gobierno, que lleva 30 aislada del resto del país con escaso suministro de alimentos y combustible y reservas mínimas de oxígeno en los hospitales.</p><p>La protesta ha polarizado al país y es una de las más largas desde la convulsión social que derivó en 2019 en la renuncia del entonces presidente Evo Morales (2006-2019) tras unas elecciones denunciadas de fraudulentas. Su sucesor Luis Arce (2020-2025) enfrentó un paro de 36 días.</p><p>La Central Obrera Boliviana (COB), que lidera las protestas junto a sindicatos campesinos y juntas vecinales de la ciudad de El Alto, rechazaron negociar con el gobierno, pero anunciaron el domingo la apertura de corredores humanitarios para el paso de suministros esenciales. El gobierno retiró las demandas de detención contra los líderes de las manifestaciones, pero esto no ayudó a abrir negociaciones.</p><p>“Hemos decidido mantener las medidas de presión y ratificamos nuestro pedido de renuncia de Rodrigo Paz. No hay nada más que negociar”, dijo el dirigente Severo Marca tras una reunión el domingo en la noche. “La COB va a continuar con las medidas de presión, hemos descartado el diálogo”, agregó el dirigente José Luis Álvarez. “La única salida es el diálogo y seguiremos insistiendo”, señaló por separado el obispo católico de la ciudad de El Alto Giovanni Arana, uno de los mediadores.</p><p>Por el momento el gobierno descartó utilizar a los militares para despejar las rutas ante el temor de incidentes que podrían agravar el conflicto y tampoco ha decretado el estado de excepción a pesar de una reciente ley que lo faculta a aplicar ese recurso.</p><p>La Defensoría del Pueblo registró hasta la semana pasada siete fallecidos —la mayoría por falta de atención médica por los cortes de rutas—, 23 heridos y 321 detenidos.</p><p>El lunes La Paz amaneció con escaso transporte público y protestas de choferes por la escasez de combustible. Según la petrolera estatal cientos de camiones cisterna están varados en las carreteras.</p><p>Un centenar de seguidores de Morales están reforzando las protestas en La Paz, según los sindicatos. El gobierno acusó al exmandatario de alentar las protestas y éste ha sugerido convocar nuevas elecciones.</p><p>“Esta es una movilización convocada por el hambre y el desempleo… la movilización ya es contra el Estado neoliberal”, dijo Morales el domingo en la radio de los cocaleros del Chapare, donde resiste una investigación judicial por el supuesto abuso de una menor cuando era mandatario.</p><p>“No veo al gobierno usando la fuerza, lo veo frágil. Los sindicatos quieren preservar el modelo que dominó por 20 años con Morales y Arce. Ese es el pulso en este momento”, opinó el analista Gonzalo Mendieta en la radio católica Fides.</p><p>Paz sostiene que el modelo estatista de Morales y Arce dejó al país “en la quiebra”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VYFA3QWTI26LO7SSFNTPEYMXM4.jpg?auth=0551b1d0320d70a213aee9da2108920b1e66a561f05430334642a141d55a311b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manifestantes antigubernamentales sostienen pancartas en las que se lee "Dimite, Rodrigo", en referencia al presidente Rodrigo Paz, en La Paz, Bolivia, el lunes 25 de mayo de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[¿Deben los cubanoamericanos invertir en Cuba? Los riesgos siguen superando las oportunidades]]></title><link>https://www.local10.com/espanol/2026/06/01/deben-los-cubanoamericanos-invertir-en-cuba-los-riesgos-siguen-superando-las-oportunidades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/deben-los-cubanoamericanos-invertir-en-cuba-los-riesgos-siguen-superando-las-oportunidades/</guid><description><![CDATA[Cuba invita a los cubanoamericanos a invertir. Pero hay un problema: las leyes que protegen esas inversiones nunca cambiaron. El analista de Local 10 Dr. Andy S. Gomez explica por qué los riesgos siguen siendo mayores que las oportunidades.]]></description><pubDate>Mon, 01 Jun 2026 14:55:37 +0000</pubDate><content:encoded><![CDATA[<p>Hace unos meses, el viceministro cubano Oscar Pérez-Oliva Fraga, sobrino nieto de Raúl Castro, invitó a los cubanoamericanos en el exilio a invertir en Cuba.Hace unos meses, el viceministro cubano Oscar Pérez-Oliva Fraga, sobrino nieto de Raúl Castro, invitó a los cubanoamericanos en el exilio a invertir en Cuba.</p><p>En 2019, el gobierno cubano modificó su constitución para permitir la inversión extranjera. Sin embargo, no cambió sus leyes para proteger dichas inversiones.</p><p>Por lo tanto, los riesgos de invertir en Cuba siguen siendo mayores que las oportunidades.</p><p>El Dr. Andy S. Gomez es el analista de Cuba de Local 10. Gomez es considerado uno de los principales estudiosos sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4YQRMHV3JX5MD5WYANGTPTVTE.jpg?auth=3f26ce7507b75f67d55985d2b8ac6af0091a1c000c69b040b6c96bec1d41fb4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a street in Havana, Monday, May 25, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Serena Williams is returning to pro tennis at age 44 after nearly 4 years away from the sport]]></title><link>https://www.local10.com/sports/2026/06/01/serena-williams-is-returning-to-pro-tennis-at-age-44-after-nearly-4-years-away-from-the-sport/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/serena-williams-is-returning-to-pro-tennis-at-age-44-after-nearly-4-years-away-from-the-sport/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams is returning to professional tennis at age 44 after nearly four years away from the sport.]]></description><pubDate>Mon, 01 Jun 2026 15:03:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams is returning to professional tennis at age 44 after nearly four years away from the sport.</p><p>The 23-time Grand Slam singles champion has accepted a wild card invitation to play doubles at the upcoming Queen’s Club grass-court tournament, the WTA Tour announced Monday.</p><p>The Queen’s Club tournament starts June 8</p><p>Williams has not competed since bidding farewell at the 2022 U.S. Open. At the time, Williams said she didn’t want to use the word “retiring” and instead declared that she was “evolving” away from tennis.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72MZUD56HWQBZAYUCL6ZYTMOPA.jpg?auth=6b44e853a77721b9fbfb7a6bdcd27cb5d19509ff5553efcf3393f7b4ad1e16fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States Serena Williams plays a return to Romania's Mihaela Buzarnescu during their second round match on day four of the French Open tennis tournament at Roland Garros in Paris on June 2, 2021. (AP Photo/Thibault Camus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Young and unemployed? Remote work, not AI, may be the problem, study finds]]></title><link>https://www.local10.com/business/2026/06/01/young-and-unemployed-remote-work-not-ai-may-be-the-problem-study-finds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/young-and-unemployed-remote-work-not-ai-may-be-the-problem-study-finds/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The rise of remote work since the pandemic has made businesses more reluctant to hire young, inexperienced workers and is the key driver of higher unemployment rates for recent college graduates, a study released Monday has found.]]></description><pubDate>Mon, 01 Jun 2026 15:21:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The rise of remote work since the pandemic has made businesses more reluctant to hire young, inexperienced workers and is the key driver of higher unemployment rates for recent college graduates, a study released Monday has found.</p><p>The study, by the Federal Reserve Bank of New York, compared occupations that can be done remotely — such as software development — with those that are done in person, such as nursing. The study finds that the unemployment rate among young college graduates in “remotable” jobs rose by about 1 percentage point from 2017-2019 to 2022-2024.</p><p>Yet for older workers in those fields — those aged 29 and over — the jobless rate declined slightly, leading to a notably higher unemployment rate for college graduates 28 or younger in remotable occupations compared with older ones.</p><p>Yet in non-remotable jobs, there has been little gap in the unemployment rates between older and younger college grads, the study finds. A similar pattern exists for those without college degrees, the study found.</p><p>The study, led by New York Fed research economist Natalia Emanuel, concludes that businesses are reluctant to hire new college grads into remote work because it is harder to train and mentor them if they work outside of the office. The authors of the study calculate that remote work is responsible for nearly two-thirds of the rise in the unemployment rate for young college graduates since the pandemic.</p><p>“Remote work has weakened incentives to hire young workers by impeding on-the-job training,” the study said. “Employers may not want to hire fresh graduates onto distributed teams because it is more difficult to teach them the requisite skills from afar."</p><p>The study notes that the rise in unemployment among young college grads pre-dates the development of artificial intelligence tools such as ChatGPT. And when the authors looked at the exposure different occupations had to AI, it found that AI had little impact on youth unemployment.</p><p>The unemployment rate for college grads under 29 rose 20% from before the pandemic to 3.7%, on average, in 2022-2025, the New York Fed said. For college grads aged 22 through 27, unemployment reached 5.8% last year, the highest outside the pandemic since 2012.</p><p>The study's findings are consistent with the low-hire, low-fire state of the job market, where layoffs are low and the unemployment rate is mostly stable, but those out of work are struggling to find new jobs.</p><p>The New York Fed study also looked at detailed data from an unnamed Fortune 500 tech company and found that its hiring patterns mirrored what they had seen in the broader data.</p><p>When the company's offices were closed and staff worked remotely, “the firm hired fewer inexperienced workers and more experienced workers, who might need less mentorship to do their jobs well."</p><p>“Once its offices reopened, the company shifted back to hiring younger workers,” the study said. But even after the reopening, the company favored more experienced workers for teams that included remote work.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UMMHBLGDKQW4JSFOX5QCTWDWME.jpg?auth=44941b47110ffc41826929cdc5f6698073b9911451f390fda9526b290b3eb1a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Connor Scott, 24, and Zoe Lloyd, 21, meet up at a local coffee shop and restaurant to work on their studies on April 20, 2026 in Flagstaff, Ariz. (AP Photo/Cheyanne Mumphrey, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Cheyanne Mumphrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBI6AFBASQPEU3FU3I2BHZV5LQ.jpg?auth=0d6c09e2f2c1d034dbd0f7d75022b509b1e9be772d224f8a57a3b7d024f6cca8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Empty desks are in an office building in the Manhattan borough of New York on Aug. 2, 2024. (AP Photo/Ted Shaffrey, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content></item><item><title><![CDATA[Hurricane season starts today. Here’s what to expect for week 1 and beyond]]></title><link>https://www.local10.com/weather/hurricane/2026/06/01/hurricane-season-starts-today-heres-what-to-expect-for-week-1-and-beyond/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/01/hurricane-season-starts-today-heres-what-to-expect-for-week-1-and-beyond/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Today marks day one of the 183-day Atlantic hurricane season, which runs through Nov. 30. Forecasters expect overall hurricane activity across the Atlantic basin to be softened this season by a potentially historic El Niño building in the eastern equatorial Pacific, which acts to deter would-be storms on the Atlantic side by ramping up hostile wind shear.]]></description><pubDate>Mon, 01 Jun 2026 14:33:25 +0000</pubDate><content:encoded><![CDATA[<p>Today marks day one of the 183-day Atlantic hurricane season, which runs through Nov. 30. Forecasters expect overall hurricane activity across the Atlantic basin to be softened this season by a potentially historic El Niño building in the eastern equatorial Pacific, which acts to deter would-be storms on the Atlantic side by ramping up hostile wind shear.</p><p>Nearly all major seasonal forecast groups ― including Colorado State University that issued its first forecast in early April and NOAA, the parent agency of the National Weather Service ― are predicting below-average seasonal hurricane activity for the Atlantic basin in 2026.</p><figure><img src="https://www.local10.com/resizer/v2/AWT56XNRFFCIDOXLOBTOHQS5RE.PNG?auth=3eb5cde6f99de765b7de0c9d0e91b81d3f0f5ef120b60e5b20cb019ef88db714&smart=true&width=1200&height=900" alt="Hurricane season outlooks" height="900" width="1200"/><figcaption>Hurricane season outlooks</figcaption></figure><figure><img src="https://www.local10.com/resizer/v2/66EJ2TPTR5B57GTA6IR5ZJ2OK4.png?auth=fe95bdd4259b7b01845fb3a1e28a22ac707c4e437952efd4641fc90a38f1a638&smart=true&width=1200&height=900" alt="Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season." height="900" width="1200"/><figcaption>Most recent tropical cyclone forecasts (April-December) from various university, government, and private forecasting groups. Nearly all entities forecast below-average to average hurricane activity for the 2026 Atlantic hurricane season.</figcaption></figure><h3>El Niño takes center stage</h3><p>The 800-pound gorilla this hurricane season will be the fast-building El Niño ― abnormally warm waters around the equator in the eastern Pacific Ocean ― expected to be officially declared in the next month or two.</p><p>Over the past two weeks, waters have averaged around a degree Celsius above average in the main El Niño monitoring region (called the Niño 3.4 region), which is significant, especially for the time of year. NOAA looks for waters in this main monitoring region to hit at least half a degree Celsius above average over a three-month period before declaring El Niño conditions, so their thresholds take a little longer to reach.</p><p>Nevertheless, we’re well on our way to what models forecast will be a blockbuster El Niño later this year and into early 2027 (El Niño conditions typically peak from November to January). Forecast models indicate a near certainty (greater than 90% chance) of a strong to very strong El Niño by the peak months of the Atlantic hurricane season (August-September-October), and a greater than 80% chance of a so-called “Super El Niño” during what’s traditionally the most active part of the season this fall.</p><figure><img src="https://www.local10.com/resizer/v2/UYURHK3JHVG5HELJD7PUBUXIBY.png?auth=9482376a312d71367c69ddcb809cc57628e590389f0714d099179139f391b921&smart=true&width=1200&height=900" alt="Odds of El Niño conditions for each three-month period through early 2027 from over a dozen different forecast models. The forecasts indicate a greater than 90% chance that a strong to very strong or “Super” El Niño will emerge by the peak of the hurricane season (black box)." height="900" width="1200"/><figcaption>Odds of El Niño conditions for each three-month period through early 2027 from over a dozen different forecast models. The forecasts indicate a greater than 90% chance that a strong to very strong or “Super” El Niño will emerge by the peak of the hurricane season (black box).</figcaption></figure><p>El Niño conditions affect the Atlantic hurricane season in several ways, but most consequentially they sharply increase storm-busting wind shear in the areas normally favored for hurricane development. During strong to very strong El Niños like the one forecast, wind shear is especially strong in the western part of the Atlantic and across the Caribbean Sea.</p><figure><img src="https://www.local10.com/resizer/v2/SC6RF57VMBBO5LJO5EOTWBWHRY.png?auth=d55b977d8b06987039ff1bdbef4d2505fb82ad09e8bf6fc614a0e6eab8596d2f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s worth noting that during the last strong El Niño in 2023, hurricane activity wasn’t reduced due to a ridiculously warm tropical Atlantic which counteracted El Niños usual influence. This is something we discussed in detail and forecast could happen at the time. This isn’t expected to be in the case in 2026, with waters running near average across the main development region of the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/RDLRW3YJKBGAFO7MHFJVR7SSGM.gif?auth=02192db254ae4488bc4d8117e23bfd2371146fcca4ba8e303f67ff79c5c8676a&smart=true&width=1200&height=900" alt="Water temperature departures from average the last week of May 2025 versus the last week of May 2026." height="900" width="1200"/><figcaption>Water temperature departures from average the last week of May 2025 versus the last week of May 2026.</figcaption></figure><h3>Down but not out</h3><p>Less hurricane activity doesn’t mean no hurricane activity. Although <a href="https://journals.ametsoc.org/view/journals/bams/99/7/bams-d-17-0184.1.xml" rel="">U.S. landfalls tend to be reduced during El Niño years</a>, it doesn’t eliminate the risk altogether.</p><p>Even during strong El Niños we’ve seen big hurricane hits, like in 1965 with Hurricane Betsy taking an unconventional loop-the-loop east of Florida before clocking South Florida and making a final hit on South Louisiana, causing extensive flooding in the New Orleans metro and becoming the costliest Atlantic hurricane on record at the time (and the first billion dollar U.S. disaster, unadjusted for inflation).</p><figure><img src="https://www.local10.com/resizer/v2/PNT4TJTMDBHFHLP6OR2QIBR2MA.jpg?auth=a76e29948fa22b174856ab226216e6c00bdc36f719a02360d23ac93e54e06ec4&smart=true&width=1200&height=900" alt="Aerial view of flooding in New Orleans from Air Force One after Hurricane Betsy (Sept. 10, 1965)" height="900" width="1200"/><figcaption>Aerial view of flooding in New Orleans from Air Force One after Hurricane Betsy (Sept. 10, 1965)</figcaption></figure><p>As Betsy showed and as the wind shear anomaly map above suggests, storms that develop in the subtropics (the region just north of the main tropical belt and east of Florida) have a better shot of evading the amped up subtropical jet stream and organizing during El Niño years. Here in southeast Florida we’ll want to keep an eye to the east ― especially come August and September ― for storms that might thread the needle.</p><h3>No organized activity expected this week</h3><p>The first full week of the 2026 hurricane season should be mostly quiet. Rich tropical air will remain over the Gulf this week, but plentiful wind shear will keep the Gulf closed for now.</p><figure><img src="https://www.local10.com/resizer/v2/2KOJJWAEUFFELAYZHUFE3RR3WQ.PNG?auth=7a7cc05e70b1822b8932211399159dcfc443461176e7e53bde1513735b91bf73&smart=true&width=1200&height=900" alt="Formation potential." height="900" width="1200"/><figcaption>Formation potential.</figcaption></figure><p>A potent cold front will usher in drier air to much of Florida and the eastern Gulf by late this week and the weekend (though only a brief relief for us in southeast Florida). We’ll keep an eye out early to mid- next week for this stalled front that’ll be draped across Florida into the western Atlantic. These stalled fronts can be a source of early season tropical mischief, but for now long-range models aren’t suggesting anything to be concerned about.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Desde un Steak ‘n Shake con excrementos de roedor hasta un restaurante en Miami con 37 violaciones y cucarachas dentro del horno. Dirty Dining regresa con cinco clausuras en el sur de Florida.]]></description><pubDate>Mon, 01 Jun 2026 14:38:08 +0000</pubDate><content:encoded><![CDATA[<p>Tras una semana de pausa, Dirty Dining regresa con varios restaurantes del sur de Florida clausurados por inspectores estatales.</p><p>El nombre más conocido de la lista fue Steak ‘n Shake en Sunrise, cerrado tras hallarse evidencia de actividad de roedores. Los inspectores documentaron aproximadamente 8 excrementos de roedor alrededor del tanque de CO2 en el área de almacenamiento seco.</p><p>También en Sunrise, Luv’n Oven Ale House fue clausurado tras detectarse cucarachas vivas bajo los fregaderos de la cocina, cucarachas muertas en el área de refrigeración y acumulación de moho negro en el interior de la máquina de hielo.</p><p>En Miami, Mi Lindo Ecuador fue cerrado con 37 violaciones, la cifra más alta de la semana. Los inspectores encontraron más de 10 cucarachas vivas bajo las mesas de preparación, tres dentro del horno y cucarachas rastreando sobre utensilios en el fregadero. También se documentaron alimentos fuera de temperatura, pisos con acumulación de grasa y empleados que manipularon superficies sucias sin lavarse las manos.</p><p>Miami Cafe en Miami Beach fue clausurado por aguas residuales que se filtraban a través de los desagües del piso mientras el establecimiento seguía abierto y sirviendo comida al público.</p><p>Por su parte, el Denny’s en Coral Gables fue cerrado tras una inspección por queja que reveló más de 25 insectos voladores muertos en las ventanas del local, techos dañados y paredes con acumulación de grasa, todos ellos señalados como violaciones repetidas.</p><p>Todos los establecimientos fueron autorizados a reabrir tras una limpieza ordenada y una reinspección. Ningún local de los Cayos de Florida fue clausurado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFOMAS3XLRAT5B5MOSQ3EWRSKM.jpg?auth=4eddb4083d1f1ae13ec3aa421078a2fbd771c3e524cc06c605ef1535ea6b4b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Detienen a estudiante en South Broward High School tras negarse a ser cacheado y correr hacia adentro]]></title><link>https://www.local10.com/espanol/2026/06/01/detienen-a-estudiante-en-south-broward-high-school-tras-negarse-a-ser-cacheado-y-correr-hacia-adentro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/detienen-a-estudiante-en-south-broward-high-school-tras-negarse-a-ser-cacheado-y-correr-hacia-adentro/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un estudiante de South Broward High School no quiso que lo cachearan en la entrada y salió corriendo. El campus entró en cierre de emergencia. Lo encontraron y lo detuvieron; nadie resultó herido.]]></description><pubDate>Mon, 01 Jun 2026 14:32:00 +0000</pubDate><content:encoded><![CDATA[<p>Un estudiante de South Broward High School en Hollywood fue detenido el lunes por la mañana por causar una interrupción en una actividad escolar, dijeron las autoridades.</p><p>Según la policía de Hollywood, los agentes respondieron a la escuela, ubicada en 1901 N Federal Highway, tras una “preocupación de seguridad” y despejaron el campus mientras investigaban lo ocurrido.</p><p>La policía confirmó posteriormente que un estudiante había sido detenido y que todos los estudiantes y miembros del personal estaban a salvo.</p><p>Según un par de estudiantes de último año de la escuela que hablaron con Local 10, un compañero pasaba por seguridad pero no quiso ser cacheado y corrió hacia el interior de la escuela.</p><p>Dijeron que el campus fue puesto en cierre de emergencia mientras los agentes buscaban al estudiante.</p><p>La policía dijo que el cierre de emergencia fue levantado y que el día escolar se reanudó con normalidad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Breaking News Generic]]></media:description></media:content></item><item><title><![CDATA[Over 70% of Colombians in U.S. vote for Espriella, pro-Trump presidential candidate ]]></title><link>https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/over-70-of-colombians-in-us-vote-for-espriella-pro-trump-presidential-candidate/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[More than 70% of Colombian voters in the United States voted for Abelardo de la Espriella, a supporter of President Donald Trump, according to the country’s national registry.]]></description><pubDate>Mon, 01 Jun 2026 14:25:08 +0000</pubDate><content:encoded><![CDATA[<p>More than 70% of Colombian voters in the United States voted for Abelardo de la Espriella, a supporter of President Donald Trump,<a href="https://www.resultados.registraduria.gov.co/territorios/0/88/" target="_self" rel="" title="https://www.resultados.registraduria.gov.co/territorios/0/88/"> according</a> to the country’s national registry.</p><p>After six days of early voting and election day on Sunday, 216,105 Colombians voted for a presidential and vice presidential candidate at precincts in the U.S., including South Florida.</p><p>There were 155,816 who voted for de la Espriella, 47, who has also expressed a deep admiration for Salvadoran President Nayib Bukele’s aggressive security policies and a plan to build 10 mega-prisons. </p><p>There were 32,324 who voted for Iván Cepeda, a left-wing socialist who plans to continue President Gustavo Petro’s policies and diplomatic negotiations with the remaining Marxist guerrilla fighters. </p><p>There were 17,507 who voted for Paloma Valencia, a center-right Democrat who lost on Sunday night, and expressed support for de la Espriella’s pro-business and law-and-order policies.</p><p>There were 7,525 who voted for Sergio Fajardo, the former mayor of Medellin. There were 1,267 who voted for Claudia López, the former mayor of Bogotá. </p><p>De la Espriella, who has been campaigning as “The Tiger,” had 54% of the votes at consulates around the world. After Espriella won 44% of Colombians’ votes, Cepeda, who won 41%, and Petro demanded an audit. </p><figure><img src="https://www.local10.com/resizer/v2/AKD2X6SN53LPOUQWZCSAD57JPY.jpg?auth=578e0d4a0639781f45e3045c399c5fc3ede21442ad6a59db95a6964d73442e4c&smart=true&width=1200&height=900" alt="Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) " height="900" width="1200"/><figcaption>Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) </figcaption></figure><p>“Only when the vote-counting commissions have fully clarified what happened will we comment on tonight’s results,” Cepeda said in Spanish before a crowd of supporters in Bogotá.</p><p>Cepeda and de la Espriella both delivered speeches attacking each other as supporters of narcotraffickers and criminals. </p><p>“Let the United States of America and democratic parties monitor this runoff election. I will lead this battle,” de la Espriella said during his speech in Spanish in Barranquilla. “I will be Colombia’s best warrior.”</p><p> build 10 mega-prisons, echoing the war on gangs policy of El Salvador’s President Nayib Bukele, which has driven down homicide rates but fueled accusations of human rights abuses.</p><p>“Today’s election isn’t just important for us, it’s important for all of Latin America,” said Juan Acevedo, a 62-year-old sociologist walking out of a voting station in Colombia’s capital on Sunday morning. “Whoever wins here will suggest to the region if progressive policies will continue or if things are going to return to the right.”</p><p><b>Report from Bogotá</b></p><p><b>Report from Coral Gables</b></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJNS32TKP5YAQF4YO2N7VAUVCU.jpg?auth=fa7ef7cc589f5ab984cd52c51163d83f094aa344effa7a214e475ffb0ea2ee2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement and his running mate Jose Manuel Restrepo, left, raise their fit from behind a bullet proof booth during a campaign rally in Barranquilla, Colombia, Saturday, May 23, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Magic hire Sean Sweeney as team's coach. He'll stay with Spurs through the NBA Finals]]></title><link>https://www.local10.com/sports/2026/06/01/magic-hire-sean-sweeney-as-teams-coach-hell-stay-with-spurs-through-the-nba-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/magic-hire-sean-sweeney-as-teams-coach-hell-stay-with-spurs-through-the-nba-finals/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Sean Sweeney was formally named coach of the Orlando Magic on Monday after the sides struck an agreement in principle last week.]]></description><pubDate>Mon, 01 Jun 2026 14:30:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Sean Sweeney was formally named coach of the Orlando Magic on Monday after the sides struck an agreement in principle last week.</p><p>Sweeney, the associate head coach of the San Antonio Spurs, will remain with that team through the conclusion of the NBA Finals. The Magic will introduce Sweeney at some point after the finals between the Spurs and New York Knicks.</p><p>“We’re excited to welcome Sean to the Orlando Magic family,” Magic President of Basketball Operations Jeff Weltman said. “Sean brings a tremendous work ethic and a high degree of intensity that set the tone for everything he does. Sean’s attention to detail and his ability to communicate and teach the game clearly stands out. He’s grounded in competitiveness and accountability, while also embracing a modern, creative approach to coaching.”</p><p>The 41-year-old Sweeney will replace Jamahl Mosley, who was let go by the Magic after five seasons and three consecutive first-round playoff exits. Mosley has since been hired as coach of the New Orleans Pelicans.</p><p>Sweeney is a defensive guru, widely considered one of the brightest young coaches in the league on that side of the ball. In his lone season with the Spurs, he turned what was a porous defense a year ago into one of the league’s most airtight — his scheme centered around Victor Wembanyama, the unanimous winner of the Defensive Player of the Year award this season.</p><p>Sweeney will join the Magic after one season with the Spurs. He spent the previous four seasons as an assistant in Dallas, and had past stints on the staffs of Detroit, Milwaukee and Brooklyn — actually starting with the Nets as a video coordinator when the team was in New Jersey.</p><p>The Minnesota native played one season at Green Bay before transferring to the University of St. Thomas, where he was a three-year starter.</p><p>“Happy for Orlando, and happy for us as he’s in the Eastern Conference,” Spurs coach Mitch Johnson said last week.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NP7M4OGVWQ5JM76KSEUOHWIIGM.jpg?auth=bb74be10a02a4545b9e94f672ce879156edf91aca78bc0d98d897a65f43a08b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Mavericks assistant coach Sean Sweeney directs the team during the second half of an NBA basketball game against the Minnesota Timberwolves, Dec. 19, 2022, in Minneapolis. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Raymond Berry, Hall of Fame wide receiver and Patriots coach, dies at the age of 93]]></title><link>https://www.local10.com/sports/2026/06/01/raymond-berry-hall-of-fame-wide-receiver-and-patriots-coach-dies-at-the-age-of-93/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/raymond-berry-hall-of-fame-wide-receiver-and-patriots-coach-dies-at-the-age-of-93/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Raymond Berry, the Hall of Fame wide receiver who teamed with Baltimore quarterback Johnny Unitas for one of the NFL's greatest passing combinations and helped lead the Colts to victory over the New York Giants in the storied 1958 championship game, has died. He was 93.]]></description><pubDate>Mon, 01 Jun 2026 15:03:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Raymond Berry, the Hall of Fame wide receiver who teamed with Baltimore quarterback Johnny Unitas for one of the NFL's greatest passing combinations and helped lead the Colts to victory over the New York Giants in the storied 1958 championship game, has died. He was 93.</p><p>Berry, who later coached the New England Patriots in Super Bowl XX, died May 25, the Pro Football Hall of Fame said Monday.</p><p>His family said in a statement that Berry died peacefully at home in Murfreesboro, Tennessee, surrounded by family, including his wife of 65 years, Sally.</p><p>“In NFL history, there are only a handful of players who we can say truly changed the sport. Raymond Berry is one of the few names on that list,” Indianapolis Colts owner Carlie Irsay-Gordon said. “As a player during a historic era of Colts football, Raymond redefined the standard for what a wide receiver could and should be. ... Simply put, not only was Raymond Berry one the greatest players in the history of the Colts, but he was one of the most influential and foundational players of the modern NFL.”</p><p>A 20th-round draft pick out of SMU in 1954, the Texas native became a model for the virtues of hard work and determination. He had average speed, legs of different length, a bad back, imperfect eyesight and oversized feet that in high school gave him the nickname “Skis.” But he willed himself into a superstar through exhaustive preparation and study, whether using Silly Putty to strengthen his fingers or simulating entire games on the practice field.</p><p>He was among the most reliable receivers in league history, rarely dropping a pass and fumbling only twice, according to the Pro Football Reference website. By his own count, he developed 88 separate routes to get open, his discipline so unyielding that even his coach, Weeb Ewbank, tried to intervene.</p><p>“One of his drills was to throw nothing but bad balls to him,” Ewbank told the Los Angeles Times in 1986. “I used to have to run John (Unitas) off — ‘John, you’ve had enough throwing today’ — and he’d say, ‘Yeah, talk to that guy out there.’”</p><p>Over 13 seasons, Berry caught a then-record 631 passes (Jerry Rice is now the all-time leader, with 1,549) for 68 touchdowns, led the NFL in receptions three times and played in six Pro Bowls. A mainstay of one of the league’s top offenses, featuring Unitas, running back Lenny Moore and offensive lineman Jim Parker, Berry played on championship teams in 1958 and 1959 and a runner-up in 1964.</p><p>Berry was inducted into the NFL Hall of Fame in 1973, and was voted on to the league’s 50th anniversary and 75th anniversary teams. The Colts retired his uniform number, 82. SMU retired his number from college, 87.</p><p>A performance for the ages</p><p>Berry was at his peak during a signature day in NFL history: the 1958 finale against the Giants at Yankee Stadium, an overtime classic known by many as “The Greatest Game Ever Played." It was nationally televised and often cited as the starting point for the league’s rise over the following decades.</p><p>Playing against the NFL’s toughest defense, Berry caught 12 passes for 178 yards and one touchdown, including three consecutive receptions during the 86-yard drive that tied the game 17-17 in regulation, and two crucial grabs during the 80-yard drive that gave the Colts a 23-17 win. The league’s first championship to finish in overtime helped make Unitas a hero and Berry his ideal target.</p><p>“We worked and got to know each other and developed timing you just can’t get any other way,” Berry later told the radio program Sports & Torts. “He (Unitas) knew I was going to be there when I was supposed to be there and he knew I was going to catch it.”</p><p>A fight for drug testing</p><p>After retiring in 1967, Berry was a wide receivers coach for the Dallas Cowboys, Cleveland Browns and New England Patriots, and head coach of the Pats from 1984-89. He finished 48-39 with New England, including an 11-5 season in 1985 and a trip to Super Bowl XX. The Patriots were crushed 46-10 by the Chicago Bears in that game.</p><p>“Raymond Berry holds a special place in Patriots history,” team owner Robert Kraft said. “He led our franchise to its first Super Bowl appearance following a remarkable playoff run, a milestone that was the greatest achievement in team history at the time.”</p><p>Kraft said Raymond left a lasting impact on the Patriots and the NFL.</p><p>Soon after the Super Bowl against the Bears, the Boston Globe revealed that several New England players had drug problems. Berry had been a source for the Globe story and his push for the team to agree to drug testing was forcefully opposed by the NFL players union.</p><p>Berry, a deeply religious man who didn’t drink or smoke, had personal reasons for supporting drug treatment. His former Colts teammate, All-Pro defensive tackle Gene “Big Daddy” Lipscomb, had struggled with addiction.</p><p>“They didn’t help him, they just cut him,” Berry told The Patriot Ledger in 1986. “Three years later, he was dead.”</p><p>His Texas roots</p><p>Berry married fellow Texan Sally Crook in 1960. They had three children.</p><p>He was born in Corpus Christi in 1933 and would credit some of his success to his high school coach, his father, Mark Raymond Berry, who taught his son the basics of football even if he didn’t play him much. He attended Schreiner College in Kerrville for a year before transferring to SMU, where during one crucial game he fumbled twice, mistakes he vowed not to commit in the pros.</p><p>With the Colts, he caught only 13 passes in his rookie season, but the following year the team signed a free agent quarterback cut by the Pittsburgh Steelers — Unitas. The two soon began practicing together.</p><p>“I didn’t know my butt from first base about how to run pass routes,” Berry told Sports & Torts. “If you saw both of us in training camp in 1956, you may have gone away sobbing. We were two pitiful football players, good grief.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEPXUZHTIIX5T2ZHR6BHI7KG54.jpg?auth=3f52d4476ee3a3e10beca28ebf2cb996bef2e79f0dd86a1667abb7b3e27adfa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Sept. 30, 1962, file photo, Baltimore Colts end Raymond Berry snags a pass from quarterback John Unitas for 5-yard gain against the Detroit Lions in a football game in Baltimore. Lions' Dick LeBeau (44) makes the tackle. (AP Photo/File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UY33AU5I7Q7XINX6DBCNZLIUCU.jpg?auth=2d637b8ef0589671d857b26e110ad1537951120c5f30ccb1e40533700725048a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - IN this Jan. 12, 1986, file photo, New England Patriots coach Raymond Berry gets a victory ride from players Larry McGrew (50) and Johnny Rembert (52) after the Patriots defeated the Miami Dolphins 31-14 in the NFL football AFC playoffs in Miami. (AP Photo/File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TSQAGSRYJ3W5TPBV3RHCJ6QBE4.jpg?auth=1543d3537f62c4d874d83a160480ed24a36ebd5574482c4a2e573ae01698c5db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - David Driscoll, 9, of Baltimore, wearing a copy of a Baltimore Colt uniform, gets an autograph on his helmet from end Raymond Berry at the Westminster training camp of the NFL club, Aug. 2, 1965. (AP Photo/William A. Smith, file)]]></media:description><media:credit role="author" scheme="urn:ebu">William A. Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZ3Z445IHUVL4V6MEBLEDGJRBA.jpg?auth=6340b09c8ed2a2c7fb71112b7ae9d2e3cb678f60f221e77f44c3c0f6de439171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Baltimore Colts quarterback Johnny Unitas and veteran split end Raymond Berry, left, review films of previous Colt games in Baltimore on Oct. 25, 1967. (AP Photo/William Smith, file)]]></media:description><media:credit role="author" scheme="urn:ebu">William Smith</media:credit></media:content></item><item><title><![CDATA[Online commentators Hasan Piker and Cenk Uygur barred from entering the UK for public events]]></title><link>https://www.local10.com/news/world/2026/06/01/online-commentators-hasan-piker-and-cenk-uygur-barred-from-entering-the-uk-for-public-events/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/online-commentators-hasan-piker-and-cenk-uygur-barred-from-entering-the-uk-for-public-events/</guid><dc:creator><![CDATA[By SYLVIA HUI, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British authorities said Monday they blocked Hasan Piker, a Turkish American online streamer, and another political commentator from entering the U.K. to speak at public events.]]></description><pubDate>Mon, 01 Jun 2026 14:12:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British authorities said Monday they blocked Hasan Piker, a Turkish American online streamer, and another political commentator from entering the U.K. to speak at public events.</p><p>Piker, a liberal political commentator who is frequently critical of U.S. President Donald Trump, Israel and the war in Gaza, has 2.8 million followers on Twitch.</p><p>The Home Office said that the electronic travel authorization, or ETA, for Piker and Cenk Uygur, who hosts the “Young Turks” online political talk show and is reportedly Piker’s uncle, were canceled “on the grounds that their presence in the U.K. may not be conducive to the public good.”</p><p>“Decisions to refuse or cancel an ETA on these grounds are based solely on an assessment of the potential risk an individual may pose to U.K. society,” the Home Office said.</p><p>Piker and Uygur were due to speak at SXSW London, a culture, technology and creativity festival, this month. Uygur was also expected to give a speech at the Oxford Union, the prestigious student debating society.</p><p>“A sad state of affairs where obviously the interests of Israel take the highest priority,” Piker said on his YouTube channel.</p><p>Uygur said on X that he had been banned “for criticizing Israel. Are we free any more?”</p><p>Piker has faced criticism over some of his comments, including those in favor of the Hamas militant group, which is considered a terrorist organization in the U.K. and the U.S., among other countries.</p><p>Hamas-led militants stormed into southern Israel on Oct. 7, 2023, killing around 1,200 people and taking 251 hostage, in an attack that triggered the war in Gaza.</p><p>David Taylor, a Labour lawmaker who called for Piker to be blocked, said that “there is no reason we should open our doors to those who seek to spread hate and division, especially someone who’s supported a proscribed terror group.”</p><p>But Green Party leader Zack Polanski said that the government was “doing everything possible to silence criticism of the Israeli government.”</p><p>In April, the U.K. government barred the rapper Ye, formerly known as Kanye West, from entering the country, where he was scheduled to headline the Wireless Festival in London in July, after a backlash over his history of antisemitic remarks.</p><p>Prime Minister Keir Starmer said at the time that his government “stands firmly with the Jewish community, and we will not stop in our fight to confront and defeat the poison of antisemitism."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7AVKXYONB2HDJN7MIUSROV5II.jpg?auth=bded6d1fed89c09ca73ba1c567422f9dc51e1d25544582f77b41a80bfd02b377&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hasan Piker speaks at a campaign rally for Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, April 7, 2026, at the University of Michigan in Ann Arbor, Mich. (AP Photo/Julia Demaree Nikhinson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIJIO6DMMOISGVJQ6ZBFZRDDYQ.jpg?auth=3addbe19228b64e17cb5464945435cbc5e3736ebfd519a48f8387adce7e57341&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cenk Uygur, right, and Ana Kasparian arrive at the Los Angeles premiere of "An Inconvenient Sequel: Truth to Power" at the Arclight Hollywood on July 25, 2017, in Los Angeles. (Photo by Willy Sanjuan/Invision/AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Willy Sanjuan</media:credit></media:content></item><item><title><![CDATA[Police: Student detained at South Broward High School after ‘security concern’]]></title><link>https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.]]></description><pubDate>Mon, 01 Jun 2026 13:26:18 +0000</pubDate><content:encoded><![CDATA[<p>A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.</p><p>According to Hollywood police, officers responded to the school, located at 1901 N Federal Highway, following a “security concern” and cleared the campus as they investigated what occurred.</p><p>Police later confirmed that a student had been detained and all students and staff members were safe. </p><p>According to a couple of seniors at the school who spoke with Local 10, a fellow student was going through security but didn’t want to be patted down so he ran into the school.</p><p>They said the campus was placed on lockdown as officers searched for the student. </p><p>Police said the lockdown has since been lifted and the school day is resuming as normal. </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/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Fans of '00s Death Cab for Cutie take note: Their new album is about grief — and it's for you]]></title><link>https://www.local10.com/entertainment/2026/06/01/fans-of-00s-death-cab-for-cutie-take-note-their-new-album-is-about-grief-and-its-for-you/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/fans-of-00s-death-cab-for-cutie-take-note-their-new-album-is-about-grief-and-its-for-you/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — They usually hold court in theaters, but for the last few years, the beloved indie act Death Cab for Cutie has moonlit as an arena rock band. That's because they took their career-defining albums 2003's “Transatlanticism,” and later, 2005's “Plans,” on an anniversary run — recognizing that in the decades since their release, the records have only grown larger, resonating with new audiences.]]></description><pubDate>Mon, 01 Jun 2026 14:01:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — They usually hold court in theaters, but for the last few years, the beloved indie act Death Cab for Cutie has moonlit as an arena rock band. That's because they took their career-defining albums 2003's “Transatlanticism,” and later, 2005's “Plans,” on an anniversary run — recognizing that in the decades since their release, the records have only grown larger, resonating with new audiences.</p><p>“There was such a sense of there being a power greater than us, not necessarily in a spiritual sense, but in the communing with the audience each night,” said guitarist and keyboardist Dave Depper. “It was so concentrated and on such an epic scale … It felt important to be able to tap into that energy and somehow transfer it into the feeling of this next record.”</p><p>On Friday, the band will release “I Built You a Tower,” their 11th studio album and second with producer John Congleton. But this is not simply another full-length offering from artists in their veterancy. It is one at an unusual crossroads: A band looking to continue harnessing the enthusiasm of their nostalgic listenership, and one simultaneously experiencing grief.</p><p>“I spent a lot of 2023 going through this very painful experience of a separation and eventual divorce,” said frontman and lyricist Ben Gibbard. That informed the record — and happened right as they were embarking on the “Transatlanticism” tour, a run where Gibbard did double-duty, performing two sets. It was also a celebration of his side project the Postal Service, marking the 20th anniversary of that group's sole album, “Give Up.”</p><p>Navigating all those realities was a challenge. “I was doing a lot of context switching and in order to do that context switching, certainly as it pertained to my personal life, I had to put all that stuff in a building, as it were, and just lock the door,” he said. “I started to write a lot about how we contextualize, compartmentalize, specifically our grief.”</p><p>And a record was born.</p><p>The construction behind ‘I Built You a Tower’</p><p>Gibbard credits the anniversary tours with reinvigorating his writing.</p><p>“I have come to the conclusion over the years that the fans are always right. The records that they think are the best ones are the best records,” he said. “I didn’t want to write 'Transatlanticism 2,' but I wanted it to really build on the spirit of that tour.”</p><p>He asked himself: What is it about those songs that continue to connect? “My best work are the pieces that are very emotionally honest, earnest and open,” he said. “I think a lot of my songs that are the best ones are the ones that are very detail oriented. … They kind of sing like real tiny movies.”</p><p>There are modern examples of that across “I Built You a Tower,” like in the single “Punching the Flowers,” which takes the image of a toddler stomping on plants and uses it as a metaphor for fatalist frustrations.</p><p>And sonically, there are echoes of Death Cab's most beloved albums — found in the staccato rhythms of drummer Jason McGerr on a track like “How Heavenly a State,” for example — or the vocal performance of “Stone Over Water” or “Pep Talk,” while avoiding self-imitation.</p><p>A new direction</p><p>Gibbard and Depper credit Congleton for pushing them to avoid perfectionist tendencies, reminding them that flaws give life to songs.</p><p>“Perfection is the enemy of good rock music, of good guitar music. It really is the push and pull between the instruments. It’s the fact that guitar is a little bit out of tune against the other one. It’s that the drummer rushes a little in the chorus. The vocal is just a little out of the tune or the harmony just kind of wavers a bit against the lead vocal. All of our favorite records sound like that,” said Gibbard.</p><p>“A big part of why we love those records is because we hear the humanity and collective fallibility of that. And that’s been wiped away, you know, in this age of AI, more than ever,” agreed Depper. So they endeavored to make an album full of heart — not a glossy, mechanized product.</p><p>The band started writing the album in 2023 and 2024, between tours. Through that process, Gibbard eventually felt as if he was able to remove himself enough from the subject matter of “I Built You a Tower”: his divorce. “I was giving enough distance where I felt I could write about it in a manner that was internal and also hopefully lacking in any bitterness,” he said.</p><p>Then they recorded it in three weeks in September of last year, and this summer, they'll play hit the road with “I Built You a Tower” — their first time touring noncatalog music since 2022.</p><p>“All the love for the records that we lovingly presented,” Depper joked, “but it is very nice to be playing some new material again.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2IKXVEROLC3UZN5DTBQDUPBNM.jpg?auth=38aee2bc446524fb89d64bf1408c57dfbaad4624102bbf7cc6b0271feba02939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6WEVKG7FUGLVDU5QYOTLUUUNY.jpg?auth=b4ba28094d40eddc766d0ae08726fb1f81437d7553c9d30a77e613d6e8d8ad86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK6LDNGKMQAFIC37MTRPTQYQVQ.jpg?auth=83115edd0d9678ceb7dbba747ab6548f87365558e10dfcdd6fae4285d3a1909b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVGANEB5M42YHDBWLXHNZOGW24.jpg?auth=69367c027374589adcd7b326ab993dae4c7899112bfc870355e64aea8d23ae1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBJDUS6BZ2W6XPWXDZFBHFEHPA.jpg?auth=40cd39596261a90763f0a977c75161ec641fffac20554da9c5244b2a97e2b9f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Gibbard of Death Cab for Cutie poses for a portrait on Friday, May 8, 2026, in New York. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content></item><item><title><![CDATA[Steak n’ Shake n’ rodent issues! South Florida restaurant ordered shut]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/01/steak-n-shake-n-rodent-issues-south-florida-restaurant-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/01/steak-n-shake-n-rodent-issues-south-florida-restaurant-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[After a week off, Dirty Dining is back with several South Florida restaurants ordered shut by state inspectors. ]]></description><pubDate>Mon, 01 Jun 2026 13:48:16 +0000</pubDate><content:encoded><![CDATA[<p>After a week off, Dirty Dining is back with several South Florida restaurants ordered shut by state inspectors. </p><p>The most recognizable name on the list was Steak ‘n Shake in Sunrise, which was closed after inspectors found evidence of rodent activity. </p><p>Also in Sunrise, Luv’n Oven Ale House was shut down after inspectors documented roach activity and sanitation issues. </p><p>In Miami, Mi Lindo Ecuador was ordered closed with 37 violations, the highest total on this week’s list. </p><p>Miami Cafe in Miami Beach was shut down because of a sewage backup, while Denny’s in Coral Gables was ordered closed following a complaint inspection that uncovered multiple sanitation concerns. </p><p>All of the establishments were allowed to re-open after an ordered cleanup and re-inspection. No places in the Florida Keys were ordered shut.</p><p><b>**STEAK N’ SHAKE </b></p><p><b>12541 WEST SUNRISE BLVD.</b></p><p><b>SUNRISE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>3 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Approximately 8 rodent droppings around CO2 tank on left corner of dry storage area next to office away from kitchen.”</p><p><b>**LUV’N OVEN ALE HOUSE</b></p><p><b>10033 SUNSET STRIP</b></p><p><b>SUNRISE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/19</b></p><p><b>6 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 3 live roaches around pipe under triple sinks in kitchen.”</p><p>“Dead roaches on premises. 1) 2 Dead roaches in container under continental reach in cooler in kitchen.”</p><p>“Accumulation of black mold-like substance in the interior of the ice machine.” </p><p><b>**MI LINDO ECUADOR</b></p><p><b>8726 NW 26TH ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 5/27</b></p><p><b>37 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed at hand wash sink located in dish washing area 2 live roaches crawling on utensils stored inside hand sink. . Observed approximately 10 + live roaches underneath shelf of food preparation tables all around kitchen area. Observed 3 live roaches inside oven. Observed one live roach on floor behind stove. Observed approximately 10 + live roaches on wooden Dollie’s used to store boxes of to go containers located inside kitchen.”</p><p>“Dead roaches on premises. Observed 10 + dead roaches all around kitchen area floors under cooking equipment.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Observed oven soiled, inside and outside, handles soiled.”</p><p>“Floor and wall junctures not coved in food ware washing areas or bathroom. Observed some areas of the kitchen missing the molding.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed floor underneath cooking equipment soiled with accumulated grease.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Shelves soiled with grease. Observed blender soiled.”</p><p>“Chlorine sanitizer used to sanitize clean in place equipment not at proper minimum strength. Do not use equipment not properly sanitized. Observed at bucket in the kitchen.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed at prep table the following items out of temperature: White rice 70 F, beef 70 F, plantain 77F.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed in chest freezer several raw items like meat, fish, vegetables next to each other in contact.”</p><p>“Employee handled soiled equipment or utensils and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed employee touching different soiled surfaces in the kitchen area and did not washed hands after.”</p><p>“Handwash sink used for purposes other than handwashing. Observed at hand wash sink a tray with utensils stored inside.”</p><p><b>**MIAMI CAFE</b></p><p><b>1201 WASHINGTON AVE.</b></p><p><b>MIAMI BEACH</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>14 VIOLATIONS FOUND</b></p><p>“Sewage/wastewater backing up through floor drains. Observed establishment open and serving food to the public while sewage backing up through floor drains at kitchen.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>**DENNY’S</b></p><p><b>1150 S. DIXIE HIGHWAY</b></p><p><b>CORAL GABLES</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 5/18</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Dead flying insects on premises. Observed at lobby of establishment along all windows approximately 25+ dead flying insects on window sills/ledge of interior windows. Observed at cook line hood filter system, approximately 15+ dead flying insects attached to hood system.”</p><p>“Floor soiled/has accumulation of debris. Observed at kitchen prep area and dry storage area behind shelves and fixed equipment. Repeat Violation.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Observed throughout kitchen area ceiling tiles drooping and peeling. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed at cook line soiled with grease build up. Repeat Violation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFOMAS3XLRAT5B5MOSQ3EWRSKM.jpg?auth=4eddb4083d1f1ae13ec3aa421078a2fbd771c3e524cc06c605ef1535ea6b4b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How do you make vampires fly effortlessly on Broadway? Strong wires, harnesses and lots of practice]]></title><link>https://www.local10.com/entertainment/2026/06/01/how-do-you-make-vampires-fly-effortlessly-on-broadway-strong-wires-harnesses-and-lots-of-practice/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/how-do-you-make-vampires-fly-effortlessly-on-broadway-strong-wires-harnesses-and-lots-of-practice/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For their third Broadway show, husband-and-wife choreographing team Lauren Yalango-Grant and Christopher “Cree” Grant faced a high-stakes challenge: They were asked to make vampires fly.]]></description><pubDate>Mon, 01 Jun 2026 13:44:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For their third Broadway show, husband-and-wife choreographing team Lauren Yalango-Grant and Christopher “Cree” Grant faced a high-stakes challenge: They were asked to make vampires fly.</p><p>Not just fly, but also fight and hang upside-down, 60 feet off the stage. Not just that but also make it effortless, like gliding. And, of course, completely safely, despite darkness and haze and props whizzing by.</p><p>Making “The Lost Boys” soar was a little like a real-life game of Tetris, the couple say. And for creating some of the best visuals of the season, the couple has earned their first Tony Award nomination.</p><p>“You just have to break it down slowly and bit by bit, build one block and then you just keep adding so that no one’s going to get hurt or feel too chaotic. Because gravity is going to gravity," says Yalango-Grant. "As much as Elphaba taught us you can defy it, you cannot.”</p><p>From screen to stage</p><p>“The Lost Boys,” an adaptation of a 1987 teen movie vampire thriller starring Jason Patric and Corey Haim, follows a pair of brothers who tangle with a gang of young vampires who have taken over a California beach town.</p><p>It became a cult hit due to its stylish neck-biters on motorcycles, with feathered hair, earrings, leather jackets and gloves. That meant the stage flying had to be awesome.</p><p>“They have to look cool, effortless, a little bit sexy, a little dangerous, but they don’t have to try too hard because they’re vampires — they’re all powerful, right?” says Yalango-Grant. “So, we worked really hard on just this effortless cool, laid-back kind of vibe, not circus-y, not a lot of tricks.”</p><p>She and her husband choreographed flying for the four Lost Boys and two other characters, all who wore harnesses with thin wires covered in a black paint that absorbs light. The couple coordinated with the lighting team to ensure the wires never get a blast of light, making them almost impossible to detect from the seats.</p><p>Credit also goes to the company Flying by Foy, a leading specialist in aerial effects, for the rigging, tracks and winches, and aerial designers Gwyneth Larsen and Billy Mulholland.</p><p>“It took so much fine-tuning to get to where we are,” says Yalango-Grant. “And I’m just so proud of the work of all of us because it took every single person to make this look how it looks now.”</p><p>‘We’re the OG vamps’</p><p>Grant and Yalango-Grant began their careers as dancers, met while auditioning for the same dance company, Pilobolus, and then toured for eight years. They're married and have a 5-year-old daughter.</p><p>It made sense that if they were going to ask performers to put on harnesses and soar 60 feet up, they'd do it first. “We’re the OG vamps,” says Yalango-Grant, laughing.</p><p>“I think, as dancers, we already have this intuitive nature of understanding how our bodies operate and move, and then just applying that in a different way to flying wasn’t that much more difficult,” says Grant.</p><p>None of the performers had any aerial skills so the choreographers had to start with the basics: Each was assigned a X taped on the stage where they needed to stand before their flights and ensure their wires were hanging perfectly vertical. Eating a full meal before a performance turns out to be a bad idea.</p><p>Each flight is carefully coordinated with music, sets and lighting cues and run by stage managers using computers. Producers gave the teams one of the most valuable resources to get it right: time.</p><p>“You can rehearse all you want. You can talk about it all you want. But until you’re in the harness in the air, you just don’t know. So they allowed us to start training with the guys early on,” says Yalango-Grant.</p><p>Harnesses and quick-releases</p><p>Speaking of harnesses, fliers put on a base layer like compression shorts to protect from rubbing, and costume designer Ryan Park designed clothes to hide and accommodate the harnesses. He also designed a quick-release way to detach from the wire, leaving audiences amazed.</p><p>“They have to unclip with their pointer finger and their thumb and we just drilled it. We drilled it so it became muscle memory and as easy as brushing your hair behind your ear,” says Yalango-Grant. “It’s like a magic trick. It’s a sleight of hand.”</p><p>The harnesses aren't that comfortable, but the actors aren't in them all night. The musical has been mapped out to allow each actor time to put them on, get checked, fly and then remove the harness.</p><p>Ali Louis Bourzgui, who earned a Tony nomination as the leader of the vampires, says it took a while to condition his body to fly, requiring strength training and months of practice.</p><p>“It’s just a totally different movement pattern,” he says. “Your hips suddenly become your axis point of how you turn and how you move.”</p><p>He and his fellow vampires have become best buds, and there are times during performances when he looks over and really believes they're all flying.</p><p>“It is kind of a magical experience,” he says. “It’s pretty fun for us for the most part. The harnesses that we’re wearing, not so fun.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TWQ5B4CFPHJEE7A5GSPNAZBAKY.jpg?auth=854f0fee4725203a4c5cbbc8b7f2fed9a3c7855e734529850fc40c3fcc24106f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, foreground left, and Ali Louis Bourzgui, suspended right, appear with the Broadway cast of "The Lost Boys" during a performance in New York on March 25, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMGW64SKKAIWSWPJXR5KJRYADQ.jpg?auth=1e19f0c297cc55d1d05d1305882765766b4a5d4904803e929797fd57bf60d403&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, center, and Ali Louis Bourzgui, second right, appear with other cast members during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WPETRYW2TV5LJ2MZHEGYVUD7Q.jpg?auth=a05273e8cad316f1cec4a1782b536824185b4fbf794c693fb5a34381bffca895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[L.J. Benet, left, and Ali Louis Bourzgui appear during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSO7WEVOH5AQBJE3ZGWGBLLFOE.jpg?auth=83bdead7d7463a69e61a79889442db9941ef3ef4d829b8e8655d0ceaf5eadedb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maria Wirries, left, and L.J. Benet appear during a performance of "The Lost Boys" in New York on March 26, 2026. (Matthew Murphy via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Murphy</media:credit></media:content></item><item><title><![CDATA[June 1: Daily afternoon thunderstorms continue for South Florida]]></title><link>https://www.local10.com/weather/2026/06/01/june-1-daily-afternoon-thunderstorms-continue-for-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/01/june-1-daily-afternoon-thunderstorms-continue-for-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Today is a tricky forecast. Widespread cloud cover is giving us a gloomy start and preventing energy from building up to fuel afternoon thunderstorms.]]></description><pubDate>Mon, 01 Jun 2026 13:40:23 +0000</pubDate><content:encoded><![CDATA[<p>Today is a tricky forecast. Widespread cloud cover is giving us a gloomy start and preventing energy from building up to fuel afternoon thunderstorms. If we can manage to get some sun breaking through the clouds, we can get enough heating from a round of strong afternoon thunderstorms. If the clouds hold tough well into the afternoon, we will only get a few downpours to develop in spots and their coverage will be more isolated. </p><p>High temperatures today will be near 90°. Cooler air will move in starting Wednesday with below average temperatures in the middle 80s. It will still be humid, but a hair lower than the humidity we’re feeling out there today. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Looking to the future: Should Cuban Americans invest in Cuba? ]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[A few months ago, Cuba’s Vice Minister Oscar Perez Oliva, who is the grand-nephew of Raul Castro, invited Cuban Americans in exile to invest in Cuba. ]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4YQRMHV3JX5MD5WYANGTPTVTE.jpg?auth=3f26ce7507b75f67d55985d2b8ac6af0091a1c000c69b040b6c96bec1d41fb4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a street in Havana, Monday, May 25, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Montana’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-montanas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-montanas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Montana voters will select nominees in Tuesday’s state primary to replace departing Republican incumbents in the U.S. Senate and House, but one major contender won’t be on the ballot. Meanwhile, several state legislative primaries will highlight divisions within Montana’s dominant Republican Party.]]></description><pubDate>Mon, 01 Jun 2026 12:55:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Montana voters will select nominees in Tuesday’s state primary to replace departing Republican incumbents in the U.S. Senate and House, but one major contender won’t be on the ballot. Meanwhile, several state legislative primaries will highlight divisions within Montana’s dominant Republican Party.</p><p>Republicans hold slim majorities in both chambers of Congress. Montana has not been at the top of the list of seats Democrats hope to flip to regain control of either body, but the retirements do creak open the door for a candidate to possibly take advantage of the state’s independent streak.</p><p>Republican U.S. Sen. Steve Daines is not seeking a third term. He has endorsed former U.S. Attorney Kurt Alme to replace him. Daines’ late withdrawal from the race in March and the launch of Alme’s candidacy, both timed to occur just before the filing deadline, appeared to be carefully choreographed. President Donald Trump seemed to confirm as much in his endorsement of Alme.</p><p>“In fact, if Kurt didn’t have the highest level of aptitude and talent, Steve would have remained exactly where he is….” Trump said in a social media post.</p><p>Alme also has endorsements from the state’s other top Republicans, U.S. Sen. Tim Sheehy and Gov. Greg Gianforte. He faces Republicans Lee Calhoun and Charles Walking Child for the nomination.</p><p>The Democratic field includes former state Rep. Reilly Neill, whose fundraising is five times the combined haul of her four primary rivals.</p><p>The winners of both primaries will face former University of Montana president Seth Bodnar, who is running as an independent. As of mid-May, Bodnar had outraised the entire field of candidates, regardless of party. Bodnar is one of a handful of independent candidates who have opted to bypass the party primary process and could complicate the general election for some Republican incumbents.</p><p>In the 1st Congressional District, Republican U.S. Rep. Ryan Zinke is not seeking a fourth full term, citing health concerns. He, Trump, Sheehy and Gianforte have endorsed talk radio host and former Zinke congressional staffer Aaron Flint over Montana Secretary of State Christi Jacobsen, former state Sen. Al Olszewski and former high school government teacher Ray Curtis. The Democratic field includes former gubernatorial candidate Ryan Busse and union organizer Sam Forstag.</p><p>In the state Legislature, several primaries expose an ongoing rift within the ranks of Montana Republicans.</p><p>At the start of the 2025 legislative session, nine Republican state senators bucked the party on a variety of key floor measures, essentially handing control of the chamber to Democrats.</p><p>State Sen. Shelley Vance of District 34 is the only one of the maverick lawmakers, dubbed the “Nasty Nine” by the Montana GOP, up for reelection in 2026. Two others, state Sens. Jason Ellsworth and Bruce Gillespie, opted instead to run for the state House in Districts 34 and 18, respectively. The other six are either term-limited, retiring or not up this cycle.</p><p>In response to the revolt within the Republican caucus, the Montana Republican Party released a list of state legislative candidates it supports, including some who are challenging Republican incumbents in the state House. But some of the state party’s picks put the committee at odds with Gianforte, who has released a series of social media videos appearing with four state House incumbents targeted by the party.</p><p>The governor offered words of support for state House Speaker Brandon Ler and state Reps. Valerie Moore and Ken Walsh, who are all running for reelection, and for state Rep. Eric Albus, who is running in state Senate District 14. Gianforte does not explicitly endorse the lawmakers in the videos, but he called one a “great partner” and said he was “proud of the work” he’d done with another.</p><p>Half of the state’s 50 state Senate seats and all 100 state House seats are up for election in 2026.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. MT, which is 10 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, Public Service Commission, state Senate and state House.</p><p>Who gets to vote?</p><p>Any eligible voter may participate in any party’s primary.</p><p>How many voters are there?</p><p>As of May 25, there were about 791,000 registered voters in Montana. Voters do not register by party.</p><p>How many people actually vote?</p><p>About 190,000 Republican primary votes and about 108,000 Democratic primary votes were cast in the 2024 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 68% of the 2024 primary vote was cast before primary day.</p><p>As of Friday, about 166,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Counties vary in how they release votes. In previous elections, results from absentee voting mostly were released along with in-person Election Day voting throughout the night. About two-thirds of Montana’s 56 counties tend to release all or almost all of their mail and in-person early voting results in the first vote update of the night, often along with results from in-person Election Day voting. About half the counties tend to release all or almost all their in-person Election Day results in the first vote report.</p><p>How long does vote-counting usually take?</p><p>In the 2024 U.S. Senate primary, the AP first reported results at 10:26 p.m. ET, or 26 minutes after polls closed. The last vote update of the night was at 4:06 a.m. ET with about 84% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Montana requires an automatic recount only in the event of a tie vote. A candidate may request a recount if the margin is less than 0.5% of the total vote, but the state will only pay for it if the margin is 0.25% or less. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJMYWVBLPBDTQJNT5EGKE42SJY.jpg?auth=0b140bd8c40880ac4e138775dbbd561b5614748c89a2399bd84d0c52318c3fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "Welcome to Montana" sign is seen along Montana State Highway 72 near Chance, Mont., May 24, 2017. (AP Photo/Robert Yoon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content></item><item><title><![CDATA[Celebrity stylist Sean Donaldson brings glamour to Miami Swim Week]]></title><link>https://www.local10.com/features/2026/06/01/celebrity-stylist-sean-donaldson-brings-glamour-to-miami-swim-week/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/01/celebrity-stylist-sean-donaldson-brings-glamour-to-miami-swim-week/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Every summer, Miami becomes the epicenter of global swimwear fashion as hundreds of thousands of visitors descend on South Florida for Miami Swim Week. ]]></description><pubDate>Mon, 01 Jun 2026 12:41:13 +0000</pubDate><content:encoded><![CDATA[<p>Every summer, Miami becomes the epicenter of global swimwear fashion as hundreds of thousands of visitors descend on South Florida for Miami Swim Week. </p><p>Runways fill with internationally acclaimed designers, celebrities, influencers, and models — all showcasing the season’s latest looks against the backdrop of South Beach.</p><p>Behind many of those polished runway appearances this year was celebrity hairstylist Sean Donaldson, whose decades-long career has taken him from Scotland to some of America’s most stylish cities before ultimately finding a home in South Florida.</p><p>Donaldson’s passion for beauty and fashion began early.</p><p>“I think my passion for hair came from magazines and what I was seeing in fashion in the mid-to-late ’80s,” he said. “I wanted to be a part of that.”</p><p>He launched his career in Scotland, where he trained under some of the industry’s most respected names, including the late Vidal Sassoon. The experience laid the foundation for what would become a successful international beauty career.</p><p>Eventually, however, warmer weather — and new opportunities — called.</p><p>After working in cities including Washington, D.C., and Atlanta, Donaldson relocated to South Florida, where he has spent decades building a reputation as one of the region’s premier hair and makeup artists. Today, he owns two salons, one in Miami Beach and another in Brickell.</p><p>Donaldson says Miami’s beauty scene stands apart from anywhere else in the country.</p><p>“What I love about Miami and style and beauty is that it is somewhat unique,” he explained. “We have great style, we have great stores. We have everything that everyone else has. We stand alone because we have this more relaxed look, this relaxed vision, this relaxed aesthetic.”</p><p>That effortless aesthetic was front and center during Swim Week, where Donaldson and his team created looks inspired by both glamour and the beach lifestyle synonymous with Miami.</p><p>“This year, it’s going to be more glassy looks,” Donaldson said. “The skin’s very radiant, slightly sun-kissed, pastel hues.”</p><p>For hair, the trend focused less on heavily textured “just out of the ocean” styles and more on softness and shine.</p><p>“It’s going to be relaxed, it’s going to be soft, wavy, but well-conditioned,” he said. “In the past there would be a lot of salt-spray looks where the hair would look like it had just stepped out of the ocean.”</p><p>Technology also played a role in bringing those visions to life before models even sat in the styling chair. Donaldson highlighted a new app called “Look Beauty,” which allows users to preview different beauty transformations digitally.</p><p>“You’ll be able to change your hair color, your texture, your style — everything about your aesthetic,” he said. “(It) even includes your makeup.”</p><p>For Donaldson, the real reward comes once hair, makeup, and fashion come together to help clients feel confident and empowered.</p><p>“When you couple hair with makeup and then fashion, you create an image for someone that they want to be,” he said. “That to me is exciting, it’s rewarding, it’s empowering. And it’s great to be on that journey with someone.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Will Alligator Alcatraz shut down Monday?]]></title><link>https://www.local10.com/news/florida/2026/06/01/will-alligator-alcatraz-shut-down-monday/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/01/will-alligator-alcatraz-shut-down-monday/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Alligator Alcatraz is reportedly on the brink of shutting down for good nearly a year after the facility opened.]]></description><pubDate>Mon, 01 Jun 2026 12:40:49 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/topic/Alligator_Alcatraz/" target="_self" rel="" title="https://www.local10.com/topic/Alligator_Alcatraz/">Alligator Alcatraz</a> is reportedly on the brink of shutting down for good nearly a year after the facility opened.</p><p>The fate of the embattled immigration detention center is in flux.</p><p>Vendors have confirmed to Local 10 that they’ve been told operations at the facility will end by Monday, nearly one year after President Donald Trump’s famed visit on the day gates opened. </p><p>The facility was built in less than two weeks, but a new chapter for the detention center is taking shape.</p><p>Sky 10 was above Alligator Alcatraz in recent days as a growing number of detainees inside the facility are calling Local 10, claiming they’re <a href="https://www.local10.com/news/local/2026/05/27/operations-at-alligator-alcatraz-starting-to-wind-down-according-to-detainee-reports/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/27/operations-at-alligator-alcatraz-starting-to-wind-down-according-to-detainee-reports/">seeing operations shutting down.</a></p><p>Multiple sources said the number of detainees is dropping drastically.</p><p>“It’s supposed to be to effectuate the removal, not to have them there indefinitely,” immigration attorney Sammy Aliferis said. </p><p>The high cost to run the facility could be a factor in the decision to shut it down as the money comes from Florida’s emergency fund.</p><p>U.S. Democratic Congressman Maxwell Frost, who represents District 10 in Florida, weighed in.</p><p>“They spent nearly a billion dollars of taxpayer dollars on this failed project of human suffering,” he said. </p><p>More than $600 million is supposed to be reimbursed by the federal government, but the timeline for complete repayment is unclear. </p><p>“It’s irrelevant whether the state’s being reimbursed or not – they’re being reimbursed with our taxpayer money regardless," Frost said. </p><p>Gov. Ron DeSantis defended his actions to support the controversial detention center, but he does not deny the recent New York Times report that the federal government is closing it for good. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Kalinskaya beats Potapova in a super tiebreak to reach her first French Open quarterfinal]]></title><link>https://www.local10.com/sports/2026/06/01/kalinskaya-beats-potapova-in-a-super-tiebreak-to-reach-her-first-french-open-quarterfinal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/kalinskaya-beats-potapova-in-a-super-tiebreak-to-reach-her-first-french-open-quarterfinal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Anna Kalinskaya of Russia made it to the quarterfinals of the French Open for the first time by defeating Anastasia Potapova of Austria 6-4, 2-6, 7-6 (10-7) on Monday.]]></description><pubDate>Mon, 01 Jun 2026 13:44:31 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Anna Kalinskaya of Russia made it to the quarterfinals of the French Open for the first time by defeating Anastasia Potapova of Austria 6-4, 2-6, 7-6 (10-7) on Monday.</p><p>Their contest on Court Suzanne-Lenglen stretched to almost three hours after Potapova failed to serve out the match twice in the decider and Kalinskaya overturned a 4-1 deficit in the super tiebreak.</p><p>It will be 22nd-ranked Kalinskaya's second quarterfinal at a major after she advanced that deep at the 2024 Australian Open.</p><p>Despite pre-tournament men’s favorite Jannik Sinner losing in the second round, Italian fans will have at least one player in the quarterfinals.</p><p>Tenth-seeded Flavio Cobolli advanced to the second Grand Slam quarterfinal of his career — and also his first here — after beating American Zachary Svajda 6-2, 6-3, 6-7 (3), 7-6 (5).</p><p>His next opponent will be the winner of a fourth-round match later Monday between No. 4 seed Felix Auger-Aliassime and unseeded Alejandro Tabilo.</p><p>Big-serving Matteo Berrettini, the other Italian left in the men's and in the women's draw, faces Juan Manuel Cerundolo later Monday.</p><p>Also later, top-ranked Aryna Sabalenka, last year's runner-up, takes on Naomi Osaka in a match between four-time Grand Slam winners. It is the first women’s night match at the French Open in three years.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2AXQBKOXHHU4OYIMALG2JP3BM.jpg?auth=a73509af32efb803b089d42f13d0f8cc4143a890a245c5d3cab0464a0f02d50e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Anna Kalinskaya celebrates after winning the fourth-round tennis match against Austria's Anastasia Potapova at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RAPAIUIA452Q342JZEVI6Q5OGU.jpg?auth=7d5e771fead034137554fd6ac854755514d64e04c8bd9ae112aaac671a60888f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Anna Kalinskaya returns to Austria's Anastasia Potapova during the fourth-round tennis match at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62FMTTE43I6OHHSQQJDHKKCZSU.jpg?auth=03f4efd345528f2cd25f6391392703d362a816a569947ea92e26d568da2256e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Anastasia Potapova returns to Russia's Anna Kalinskaya during the fourth-round tennis match at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N5CTIGGEP3XY5KWCGMXHNMQEGQ.jpg?auth=1b08029c659fd2c4192ee1ca11045d839c2b95fac2023dd4caaabe18545e8602&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Flavio Cobolli reacts after winning the fourth-round tennis match against Zachary Svajda of the United States at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4U4MUQQF7RMHQMLAP66ZI6CYIE.jpg?auth=0763f940edcdb2aa1c1928429c23c205f28c103c6d8a64a2347ff9ac954b048f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Flavio Cobolli returns to Zachary Svajda of the United States during the fourth-round tennis match at the French Open in Paris, Monday, June 1, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in California's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-californias-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-californias-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two candidates for California governor will emerge from a massive field of 61 hopefuls in a state primary on Tuesday, when voters will also select U.S. House nominees using a new map they approved in a 2025 ballot measure.]]></description><pubDate>Mon, 01 Jun 2026 12:33:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two candidates for California governor will emerge from a massive field of 61 hopefuls in a state primary on Tuesday, when voters will also select U.S. House nominees using a new map they approved in a 2025 ballot measure.</p><p>Also on the ballot is a long list of state and local contests, including a Los Angeles mayoral race where the Democratic incumbent mayor faces more than a dozen challengers. Among them is a former reality TV personality whose candidacy has caught the eye of another former reality TV personality, President Donald Trump.</p><p>California’s top-two primary format, where all candidates run on the same ballot regardless of party, has complicated the campaign calculus in several high-profile races, including the one to replace term-limited Democratic Gov. Gavin Newsom. While Democratic candidates often welcome the opportunity to run head-to-head against a Republican in the dark blue state, the number of well-known Democrats in the race threatens to split the vote and inadvertently clear the path for two Republicans to advance to the general election, which would guarantee a Republican governor.</p><p>The Democratic field includes former U.S. health secretary Xavier Becerra, former U.S. Rep. Katie Porter, San Jose Mayor Matt Mahan, billionaire 2020 presidential candidate Tom Steyer and former Los Angeles Mayor Antonio Villaraigosa. Republicans vying for the seat include Riverside County Sheriff Chad Bianco and conservative commentator Steve Hilton, who has Trump’s endorsement.</p><p>Democrats Eric Swalwell and former state Controller Betty Yee will also appear on the ballot, although both have withdrawn from the race. Swalwell was a top contender in the campaign but withdrew on April 12 following sexual assault allegations he has denied. He resigned from Congress two days later.</p><p>In the race for control of the narrowly divided U.S. House, a new congressional map favorable to Democrats has complicated the reelection bids of several Republican House incumbents. Voters approved the new district boundaries in a Nov. 2025 referendum, which was a response to Trump’s initiative in Texas and other states to maximize the number of GOP seats heading into the fall midterm election.</p><p>In the 6th Congressional District, U.S. Rep. Kevin Kiley considered his limited options and left the Republican Party in March to run for reelection as an independent.</p><p>Republican U.S. Reps. Ken Calvert and Young Kim are competing against each other in the 40th Congressional District. Democrat Esther Kim Varet is one of several challengers hoping to snag one of two spots in the general election.</p><p>Also on the ballot is a special election in the 1st Congressional District to complete the term of the late Republican U.S. Rep. Doug LaMalfa, who died in January. The five-person field pits the Democratic state Senate President against the Republican state Assembly Minority Leader. If no candidate receives a vote majority, the top two finishers will compete one-on-one on Aug. 4. The winner will serve under the current district boundaries, not the new map going into effect in the next Congress.</p><p>A special election to fill Swalwell's vacant 14th Congressional District seat will be held June 16, also under the current boundaries.</p><p>In the race for Los Angeles mayor, Democrat Karen Bass seeks a second term in the nonpartisan office against tech entrepreneur Adam Miller, former MTV reality show cast member Spencer Pratt, City Councilmember Nithya Raman and others. Trump recently said of Pratt, “I’d like to see him do well.”</p><p>Democrats have a significant advantage over Republicans in statewide races based on their overwhelming support in the populous areas surrounding Los Angeles, San Francisco, Sacramento and San Diego. Republicans tend to perform best in the more sparsely populated areas of northern California and the Central Valley, while running competitively in Southern California suburbs outside of Los Angeles and San Diego. A Republican has not won statewide office in California since 2006.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. PT, which is 11 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in contested races for U.S. House, governor, lieutenant governor, secretary of state, controller, treasurer, attorney general, insurance commissioner, state school superintendent, Board of Equalization, state Senate, State House, mayor of Long Beach, mayor of Los Angeles and Los Angeles County sheriff.</p><p>Who gets to vote?</p><p>Any registered voter in California may participate in the state primary.</p><p>How many voters are there?</p><p>As of April 3, there were about 23.1 million registered voters in California, including about 10.4 million Democrats, about 5.8 million Republicans and about 5.3 million not registered with any party.</p><p>How many people actually vote?</p><p>About 7.3 million votes were cast in the U.S. Senate primary in 2024, roughly a third of registered voters.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 89% of vote in the 2024 U.S. Senate primary was cast before primary day.</p><p>As of Thursday, about 2.6 million ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>About four out of every five California counties release some or most of their results from mail voting in the first vote report of the night, usually before any in-person Election Day results are released. Almost half the counties release most or all of their in-person early voting results in the first vote report.</p><p>Since mail voting tends to favor Democrats and in-person Election Day voting tends to favor Republicans, the release of mail voting results at the start of the night could result in an early lead for Democratic candidates, while Republican candidates may narrow the gap as more Election Day results are counted.</p><p>How long does vote-counting usually take?</p><p>In the 2024 primaries, the AP first reported results at 11:08 p.m. ET, or eight minutes after polls closed. The last vote update of the night was at 6:01 a.m. ET with about 52% of total votes counted. The count reached 99% of total votes about two weeks later on March 20 at 7:47 p.m. ET.</p><p>When will the AP declare a winner?</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in California. Any registered voter may request and pay for a recount. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 14 days until the June 16 special primary in Congressional District 14, 63 days until the Aug. 4 special general election in Congressional District 1, 77 days until the Aug. 18 special general election in Congressional District 14 and 154 days until the Nov. 3 general election.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6R5HRJRGEWT6FVNGAFZNUGWFAE.jpg?auth=1c9aad74de1d9be95ce76d90f6ce539697973ba906856f2c74509992f035e255&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tiffany Valencia, a Riverside County resident, fills out a primary election ballot during a "Barbeque, Beer and Ballots" event organized by Reform California on Saturday, May 9, 2026, in Corona, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VGIH33OHBJHYZAHOB6GSAYFQA.jpg?auth=e2b393924f77d2a5658bd9a8a85a2dd233dc2ffe0fd63e669646dc07d73b8f6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xavier Becerra speaks during a California gubernatorial debate hosted by CBS Bay Area and the San Francisco Examiner in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5K2RZLPDPIJGKCY23XLPG5BCU.jpg?auth=c0af6515c85b02bb0e723f84335eb7730e2857f6be9fa9b8acbb8fce8aba4249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Hilton speaks during a California gubernatorial debate hosted by CBS Bay Area and the San Francisco Examiner in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LT5IYQESOS7LZ2WQNFQL2DZZK4.jpg?auth=850e6f578607cfb497daf643216f05223b68c2b962689b12da226c24e022ba0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Steyer speaks during a California gubernatorial debate in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FT2CG2BDZKY337JNTEOVXL7KXE.jpg?auth=dc004ab9c8e6c879cca14c1b720d2aa5d5013e78f1081e80b83995edbdff937e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katie Porter speaks during a California gubernatorial debate in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump faces new inflation warning from bond market, adding to midterm challenges]]></title><link>https://www.local10.com/news/2026/06/01/the-latest-trump-faces-new-inflation-warning-from-bond-market-adding-to-midterm-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/the-latest-trump-faces-new-inflation-warning-from-bond-market-adding-to-midterm-challenges/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government, causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.]]></description><pubDate>Mon, 01 Jun 2026 15:13:16 +0000</pubDate><content:encoded><![CDATA[<p>The energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government, causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.</p><p>Also, the United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it launched a strike of its own, and Kuwait reported incoming fire.</p><p>The nominal ceasefire between Iran and the U.S. has been repeatedly tested with such back-and-forth attacks, even as officials from both countries try to negotiate an end to the war.</p><p>Here's the latest:</p><p>Colorado elections clerk released from prison after governor commutes sentence</p><p>Tina Peters, the former clerk convicted of participating in a scheme to chase election conspiracy theories promulgated by President Trump, was released from prison Monday after the president successfully pressured Colorado’s Democratic governor into commuting her sentence.</p><p>Peters’ release was confirmed by the Colorado Department of Corrections. The state agency said it would have no more information about the 70-year-old inmate. Her sentence was shortened by Colorado Gov. Jared Polis last month after Trump waged a lengthy pressure campaign against the governor and his state.</p><p>Colorado elections clerk set to be released from prison based on her sentence commutation</p><p>Former Colorado elections clerk and conspiracy theorist Tina Peters is scheduled to be released from prison Monday after serving less than a quarter of a nine-year sentence for her role in a scheme to copy her county’s election system.</p><p>Colorado Gov. Jared Polis, a Democrat, commuted Peters’ sentence last month following pressure from President Trump.</p><p>The Colorado Department of Corrections would not confirm the time of Peters’ release, and a representative for her attorney said Peters would not speak to the media when she’s freed.</p><p>Peters was the first local election official to be charged with breaching security after the 2020 election. She snuck in an outside computer expert affiliated with My Pillow Chief Executive Mike Lindell — who himself denied that Trump lost the White House in 2020 — and the person copied the county’s Dominion Voting Systems computer server as it was updated in 2021.</p><p>▶ Read more</p><p>Crude oil prices rise after latest US-Iran fighting, and US stocks slip</p><p>Oil prices are rising following the latest fighting to threaten the U.S.-Iran ceasefire, but Wall Street isn’t very worried.</p><p>The S&P 500 slipped 0.1% early Monday, falling a bit below the record it set last week. The Dow Jones Industrial Average fell 166 points, and the Nasdaq composite was little changed.</p><p>Brent crude climbed 4.7%, and Treasury yields moved higher in the bond market. Tech stocks held up better than the rest of the market.</p><p>Science Applications International Corp. soared after becoming the latest U.S. company to report bigger profit for the latest quarter than analysts expected.</p><p>▶ Read more</p><p>Tensions linger between Republicans and White House over the ‘anti-weaponization’ fund</p><p>A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Trump’s immigration enforcement agencies.</p><p>Senate Republicans who are returning to Washington on Monday say they won’t have the votes to pass the Homeland Security spending bill until the White House works with them to place parameters on the new $1.776 billion settlement fund designed to compensate Trump’s allies. But Trump has shown little interest in doing so, even after a judge temporarily halted any payouts.</p><p>It’s unclear how they’ll settle the dispute.</p><p>▶ Read more</p><p>Jerome Powell uses JFK award speech to warn against political pressure on Fed, courts and schools</p><p>Former Federal Reserve Chair Jerome Powell used one of his first major public appearances since leaving office to defend independent institutions while accepting an award Sunday honoring his efforts to preserve the central bank’s independence.</p><p>Speaking at the John F. Kennedy Presidential Library overlooking Boston Harbor, Powell called universities, courts, Congress and the central bank “the foundation and the embodiment of our democracy” and argued that the Fed’s independence was a “priceless asset” that must be protected.</p><p>It was one of his most direct defenses of Fed independence, warning that a single administration’s decision to remove bank officials over policy differences would open the way for future elected officials to follow suit, ultimately undermining the credibility that the Fed has spent decades building.</p><p>Powell, who frequently clashed with Trump during his eight years as chair, stepped down as his term expired in May. He was succeeded by Kevin Warsh, whom Trump selected to lead the central bank.</p><p>▶ Read more</p><p>Trump vents about judge who blocked the Kennedy Center renovation and fumes over his legal setbacks</p><p>Trump on Saturday branded the federal judge who blocked his renovation of the Kennedy Center as “an anti Trump Hater” and predicted that the nation’s premier performing arts center, which he wanted to shutter for a two-year overhaul, will “soon be closed, probably never to open again.”</p><p>In a lengthy post on his Truth Social platform, Trump fumed about the Friday decision from U.S. District Judge Christopher Cooper, who also ordered Trump’s name removed from the center. Clearly angered by his latest legal setback, he said it was “impossible for me to be treated fairly,” tying Cooper’s ruling to earlier losses, including the Supreme Court’s rejection in February of his sweeping tariffs.</p><p>His post aimed to make the case for the project even as he says he’s giving up on it. Hours after Cooper’s decision, Trump said he was backing away from the renovations and making arrangements to relinquish control to Congress of what, until the Republican president’s second term, had been known as the John F. Kennedy Center for the Performing Arts.</p><p>▶ Read more</p><p>Trump set to headline ‘Great American State Fair’ for nation’s 250th anniversary after artists drop out</p><p>An upcoming celebration of America’s 250th anniversary, “The Great American State Fair,” recently had several musical guests back out partly over the event’s ties to President Trump. Now, Trump himself is slated to headline the festivities, the organizers said Saturday.</p><p>“I understand Artists are getting ‘the yips’ having to do with their performance,” Trump posted to his social media platform Truth Social Saturday, adding that he was thinking of bringing “the man who some say is the Greatest President in History (THE GOAT!), DONALD J. TRUMP, to take the place of these highly paid, Third Rate ‘Artists.’”</p><p>The group organizing the June fair on Washington’s National Mall, Freedom 250, confirmed the billing in a statement, writing, “We are excited to announce that President Trump will personally kick off this historic celebration on Wednesday, June 24.”</p><p>Freedom 250 is billed as nonpartisan, but was launched last year by Trump and is led by a former State Department appointee from Trump’s first term. Several artists, including Bret Michaels, the Commodores and Martina McBride dropped out last week.</p><p>▶ Read more</p><p>US bombs Iranian military sites and Kuwait is hit by drone and missile fire</p><p>The United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it launched a strike of its own, and Kuwait reported incoming fire.</p><p>The nominal ceasefire between Iran and the U.S. has been repeatedly tested with such back-and-forth attacks, even as officials from both countries try to negotiate an end to the war. It’s not clear how close they are to a deal — and there is always the risk that an attack could derail those talks.</p><p>In the meantime, Iran has maintained its chokehold on the Strait of Hormuz, disrupting global energy supplies and driving up the price of fuel around the world, with far-reaching consequences.</p><p>Fighting has also escalated between Israel and the Lebanese militant group Hezbollah, despite their nominal ceasefire. Israel has extended its occupation deep into Lebanon, and Hezbollah — which joined the war in support of its main backer, Iran — continues to launch drones into Israel.</p><p>▶ Read more</p><p>Trump is facing a new inflation warning from the bond market, adding to his midterm challenges</p><p>The world is getting more uptight about lending money to President Donald Trump’s government — causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.</p><p>The energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government. Interest rates on a 10-year U.S. Treasury note are topping 4.44%, up from 3.95% before the war started at the end of February. Average mortgage rates have climbed to their highest levels in nine months, while auto sales are slumping.</p><p>The challenge is global in scale, as interest rates have risen for multiple countries as the world has been adjusting to the prospect of higher inflation, mounting questions about the sustainability of government debt and a dramatic surge in investment in artificial intelligence.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P2TZK7FHMFH7BVWNWQLM7SGHXY.jpg?auth=3db7d3f66d54d670e812a8ecfbf2b9fa5a3e2446525ac93ae46e1ccb3af1e8db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump pumps his fist as he arrives at the White House, Sunday, May 31, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQTMOP4YWYQGHQ7EHT7PMFK3AY.jpg?auth=4c903478693f06348352b125a8b82e2c1bccffedffd6ea9d891a8867db0e405e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump looks out the window of his limousine at the construction in Lafayette Park as he departs the White House, Saturday, May 30, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Iowa's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-iowas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-iowas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The retirements of two of Iowa’s most prominent Republican officeholders, Gov. Kim Reynolds and U.S. Sen. Joni Ernst, have had ripple effects throughout Tuesday’s state primary, creating competitive nomination contests to replace them and a chain reaction of open seats down the ballot.]]></description><pubDate>Mon, 01 Jun 2026 14:13:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The retirements of two of Iowa’s most prominent Republican officeholders, Gov. Kim Reynolds and U.S. Sen. Joni Ernst, have had ripple effects throughout Tuesday’s state primary, creating competitive nomination contests to replace them and a chain reaction of open seats down the ballot.</p><p>The winners will compete in November’s critical midterm elections, in which Iowa’s U.S. Senate and House seats could determine control of the narrowly divided chambers. The next governor could also play a pivotal role in the 2028 election, given the state’s long history of making or breaking presidential hopefuls.</p><p>Two Republicans and two Democrats are competing in primaries to replace Ernst, who announced in 2025 that she would not seek a third term. U.S. Rep. Ashley Hinson faces former state Sen. Jim Carlin in the Republican primary, while state Rep. Josh Turek and state Sen. Zach Wahls compete for the Democratic nomination. Carlin ran for Iowa’s other U.S. Senate seat in 2022, receiving about 27% of the primary vote against U.S. Sen. Chuck Grassley.</p><p>Reynolds also announced in 2025 that she would not seek a third term. Vying for the GOP nomination are state Rep. Eddie Andrews, U.S. Rep. Randy Feenstra, entrepreneur and private school co-founder Zach Lahn, former state Rep. Brad Sherman and former state administrative services director Adam Steen. President Donald Trump has endorsed Feenstra.</p><p>The winner will face Democratic state Auditor Rob Sand, who is unopposed in his primary. Sand is Iowa’s only Democrat in elected statewide office.</p><p>Hinson’s and Feenstra’s statewide campaigns have created open seat contests in the state’s 2nd and 4th Congressional Districts, respectively. Feenstra’s district is heavily Republican and is unlikely to play a major role in determining control of the chamber. Hinson’s district is more competitive, although she won reelection in 2024 with 57% of the vote.</p><p>In Iowa’s most competitive congressional seats, Republican U.S. Reps. Mariannette Miller-Meeks of the 1st District and Zach Nunn of the 3rd District are both seeking reelection. Miller-Meeks faces a rematch with her 2024 primary opponent, advertising executive David Pautsch, who received about 44% of the vote. The Democratic field includes former state Rep. Christina Bohannan, who came within 1 percentage point of defeating Miller-Meeks in one of the closest U.S. House races of 2024.</p><p>In the 3rd Congressional District, both Nunn and his Democratic opponent, state Sen. Sarah Trone Garriott, are unopposed in their primaries.</p><p>Trump received roughly 54% of the 2024 presidential vote in both the 1st and 2nd Congressional Districts and about 52% of the 3rd District vote.</p><p>Polk, Linn and Scott counties are Iowa’s most populous, and all three play major roles in both Republican and Democratic statewide primaries. Johnson County is the fourth largest, but as home to Iowa City and the University of Iowa it is an overwhelming Democratic stronghold and tends to exert much less influence in Republican primaries.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. CT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, auditor, state Senate and state House.</p><p>Who gets to vote?</p><p>Only voters registered with a political party may participate in that party’s primary. However, voters may change their party affiliations at the polls on the day of the primary.</p><p>How many voters are there?</p><p>As of May 4, there were about 2.1 million registered voters in Iowa, including about 692,000 registered Republicans, about 496,000 registered Democrats and about 589,000 voters not registered with any party.</p><p>How many people actually vote?</p><p>About 196,000 Republican primary votes and about 157,000 Democratic primary votes were cast in the 2022 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 16% of the Republican primary vote and about 25% of the Democratic primary vote in the 2022 U.S. Senate primaries was cast before primary day.</p><p>As of Friday, about 48,000 ballots had already been cast in Tuesday’s election, roughly 30,000 in the Democratic primary and more than 18,000 in the Republican primary.</p><p>When are early and absentee votes released?</p><p>Nearly all counties release the results of absentee-by-mail voting at the start of the night. However, counties vary in terms of when they release in-person absentee voting results.</p><p>How long does vote-counting usually take?</p><p>In the last contested state primary in 2022, the AP first reported results at 9:12 p.m. ET, or 12 minutes after polls closed. The last vote update of the night was at 2:29 a.m. ET, with more than 99% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Iowa does not have an automatic recount law, but candidates may request and pay for a recount. Candidates do not have to pay for recounts when the margin is less than 1% of the total vote or fewer than 50 votes, whichever is larger. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOCI65CNZRYZSYDI3YPB33BRKE.jpg?auth=c80fb128453545473435a8933341d81edbb46484be51df0459ae2115b571eccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Iowa Capitol building is viewed Jan. 7, 2020, in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFMV3U5VXKEI6V7QTIDOBFZQQU.jpg?auth=0e732bebdbdb8a55133c8406a1a19f40a6b42533e9ea72299c7ec867599b029f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Ashley Hinson, R-Iowa, speaks before President Donald Trump arrives at a rally, Jan. 27, 2026, in Clive, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZVXM6XSM4VESSHF4JGBFSVB7E.jpg?auth=6112117dc1d3a567ea810984ff013054b5601f692095cec5d4dc5527349c627b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Jim Carlin, R-Sioux City, speaks during debate on the tax bill in the Iowa Senate, May 5, 2018, at the Statehouse in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[‘It’s time’: After leading Miami athletics, Dan Radakovich set to enter his retirement]]></title><link>https://www.local10.com/sports/local/2026/06/01/its-time-after-leading-miami-athletics-dan-radakovich-set-to-enter-his-retirement/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/01/its-time-after-leading-miami-athletics-dan-radakovich-set-to-enter-his-retirement/</guid><dc:creator><![CDATA[TIM REYNOLDS, AP Sports Writer]]></dc:creator><description><![CDATA[Dan Radakovich had no shortage of successes in his 4 1/2 years as Miami’s athletic director.]]></description><pubDate>Mon, 01 Jun 2026 11:52:20 +0000</pubDate><content:encoded><![CDATA[<p>Dan Radakovich had no shortage of successes in his 4 1/2 years as Miami’s athletic director.</p><p>Miami’s football team just played for the national championship earlier this year. The men’s basketball program went to a Final Four, then rebuilt, then returned to the NCAA tournament. The women’s basketball program isn’t far removed from an Elite Eight run. Baseball was a win away from the College World Series last year. The diving, track and tennis programs have all delivered national championships on his watch.</p><p>But the story that Radakovich might enjoy telling most as he enters retirement Monday is about the rowing team.</p><p>“That sport, wow, that might have been as dysfunctional a program as a lot of people have ever been around 4 1/2 years ago,” Radakovich said. “I mean, it was just not really good because it was an afterthought here. It had to be.”</p><p>This is what Radakovich did as an athletic director for more than two decades at American, Georgia Tech, Clemson and Miami. He solved problems, big and small. He got stadiums built, he got others refurbished, he invested in the things that get on national television — like football and basketball.</p><p>And, quietly, he did things like find a home for Miami’s rowing team. He helped arrange for the university to turn a church that it owns — yes, a church — into the training facility. The team was so moved that it gave Radakovich probably its highest honor, putting his name on one of its boats. It might be fitting that the last result to celebrate in the Radakovich era at Miami came Sunday, when the rowing team finished 13th in its first trip to the NCAA championship.</p><p>“We gave them their own place,” Radakovich said. “And they’ve just flourished from there.”</p><p>It’s not just rowing, obviously. Miami — like all schools with big-time college athletics — has had to find ways to not just be competitive in the NIL era, but flourish. Radakovich has dealt with change after change after change in recent years, though insisted it wasn’t the roller coaster of college athletics that made him decide to retire. He enjoyed the challenges, constant as they were.</p><p>“Everybody who you would listen to while growing up in this business says, ‘The only constant is change.’ They would waggle the finger at you say it,” Radakovich said. ”And you just sit there and say you’ll be ready. Well, I don’t think any of the people who stood up on those podiums and talked to us have gone through the last five years. From COVID, to NIL, it hasn’t just been change. It’s been upheaval.”</p><p>Dealing with all that, and more, will fall to someone else now. Radakovich’s retirement is set to become official, although it seems likely he will remain linked to the university in some capacity moving forward.</p><p>Miami is searching for its next athletic director, someone who’ll be tasked with working alongside not just coaches and student-athletes but also the university’s leadership. President Joe Echevarria is regularly in attendance at all sorts of Miami games and contests, and many other top school officials and Board of Trustees members are hands-on as well.</p><p>“We’re extremely blessed to have someone like Joe heading up the university, and of course Dan Radakovich has done a great job,” football coach Mario Cristobal said. “We grind. Very appreciative of them and all they do.”</p><p>For Radakovich, though, the time to grind is slowing.</p><p>He began thinking about retirement earlier this year. His sons and a grandchild live in Atlanta, he and his wife, Marcie, have been snowbirds — keeping a residence in South Carolina while he was at Miami. Radakovich would go back and forth, in Miami for the bulk of the time and then going back to South Carolina when his schedule allowed.</p><p>So, for the last few days, there were moving boxes on the floor of Radakovich’s soon-to-be former office. A few photos were wrapped up, a few items of sports memorabilia were placed near the door, his desk and shelves were largely cleared off.</p><p>It’s fitting: Radakovich got his start in athletics in 1983 as Miami’s athletic business manager, and his last official act was with the Hurricanes as well.</p><p>“You know when it’s time,” Radakovich said. “It’s time.”</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up <a href="https://www.apnews.com/newsletters" rel="">here</a>. AP college football: <a href="https://apnews.com/hub/ap-top-25-college-football-poll" rel="">https://apnews.com/hub/ap-top-25-college-football-poll</a> and <a href="https://apnews.com/hub/college-football" rel="">https://apnews.com/hub/college-football</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSS3HPRYYVHGZKXEEYT32XDW3E.jpg?auth=65f7fae7c1f8789f68dbe8c852c7c5beec0128051804f998e3d76e61ba09801f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami athletic director Dan Radakovich speaks during a news conference Aug. 25, 2025, in Coral Gables, Fla., in advance of their upcoming NCAA college football game against Notre Dame. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Florida lawmakers weigh property tax cuts for homeowners]]></title><link>https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Florida homeowners could see lower taxes if Gov. Ron DeSantis’ proposed property tax plan moves forward, but local governments could face significant revenue losses.]]></description><pubDate>Sun, 31 May 2026 21:41:29 +0000</pubDate><content:encoded><![CDATA[<p>Florida homeowners could see lower taxes if Gov. Ron DeSantis’ proposed property tax plan moves forward, but local governments could face significant revenue losses.</p><p>State lawmakers are returning to Tallahassee for a special session to consider proposals that could lower or even eliminate property taxes for homeowners.</p><p>DeSantis’ proposal would ask voters to begin phasing out property taxes on homesteaded properties. The plan would raise the homestead exemption to $150,000 and then to $250,000 by 2028. It would also allow lawmakers to eventually eliminate property taxes for homeowners altogether.</p><p>“I’m very concerned about the non-ad valorem, which I think will end up with some people paying more,” Jeff Brandes, president of the Florida Policy Project, <a href="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jeff-brandes/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jeff-brandes/">said on “This Week in South Florida” with Local 10’s Glenna Milberg</a>.</p><p>Brandes said many questions remain unanswered about the governor’s proposal.</p><p>“Is this a tax cut or tax shift? If it is a tax shift, who is it being shifted onto?” Brandes said.</p><p>He added that any shift in tax revenue could result in higher costs for renters or increases in sales taxes, water bills or electric bills.</p><p>Property appraisers across South Florida are also raising concerns about the potential impact on local governments that rely on property tax revenue.</p><p>“The Broward County Commission will lose about $200 million, the School Board will lose about $300 million and all the cities will lose revenue based on the amount of homestead they have,” Broward County Property Appraiser Marty Kiar <a href="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/">said on “This Week in South Florida” Sunday</a>.</p><p>Miami-Dade Property Appraiser Tomas Regalado said the financial impact would be significant but manageable for larger municipalities.</p><p>“The hit to Miami-Dade County as a whole will be big but not the last straw,” Regalado said on TWISF. “There will be small municipalities that will have hardship dealing with this, but not Miami, Hialeah.”</p><p>The proposal marks what could be DeSantis’ final major initiative before the end of his last term in office.</p><p>The next step rests with state lawmakers, who must decide whether to place the measure before voters in November.</p><p>“There’s so much that goes into this, and I’m hoping if something is put on the ballot, which is so important, I really hope they do their research. This will be the most consequential vote they’ll ever take,” Kiar said.</p><p>The proposal would need approval from 60% of both the House and Senate to make it onto the ballot. If approved, voters would have the final say in November.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[De la Espriella takes spotlight in Colombia's presidential race with promise of crime crackdown]]></title><link>https://www.local10.com/news/2026/06/01/de-la-espriella-takes-spotlight-in-colombias-presidential-race-with-promise-of-crime-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/de-la-espriella-takes-spotlight-in-colombias-presidential-race-with-promise-of-crime-crackdown/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — Bombastic pro-Trump lawyer Abelardo de la Espriella pulled ahead in Colombia’s race for the presidency in the first round of elections over the weekend, capitalizing on a growing appetite for heavy-handed crackdowns on criminal groups across Latin America.]]></description><pubDate>Mon, 01 Jun 2026 14:34:18 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — Bombastic pro-Trump lawyer Abelardo de la Espriella pulled ahead in Colombia’s race for the presidency in the first round of elections over the weekend, capitalizing on a growing appetite for heavy-handed crackdowns on criminal groups across Latin America.</p><p>The outcome dealt a political blow to second-place finisher, progressive Sen. Iván Cepeda, and his ally, President Gustavo Petro. Both questioned the results of the election Sunday night, without providing evidence.</p><p>De la Espriella rapidly gained traction in the lead-up to Sunday’s election, winning nearly 44% of the vote, and surpassing Cepeda, who had consistently led polling throughout the campaign and won less than 41% of the vote.</p><p>The two are slated to continue to a runoff election on June 21, where de la Espriella is expected to scoop up additional votes from Colombians who supported other conservative candidates in the first round.</p><p>Cepeda will face an uphill battle in the runoff, said Sergio Guzmán, a political analyst. “Abelardo de la Espriella won the first round. In other words, that’s a shift in public opinion that is very difficult to overcome. So now Abelardo is emerging as the likely favorite to win.”</p><p>Joining a political shift in the Americas</p><p>De la Espriella, known as “El Tigre” or “The Tiger,” has never held office in Colombia and prided himself on living a luxurious life in Italy before deciding to run for president. He pitched himself as an outsider who would cozy up to U.S. President Donald Trump and follow El Salvador President Nayib Bukele's war on gangs, which has driven down homicide rates but fueled accusations of human rights abuses.</p><p>“I will wipe out narcoterrorism and those who I've declared a military target like cockroaches, like rats. I will unleash upon them the wrath of God never seen before,” de la Espriella said in an interview with The Associated Press in the final stretch of the campaign, where he promised to open 10 mega-prisons to fight crime.</p><p>He joins a growing number of leaders across Latin America — from Chile to Honduras — seeking to latch onto the “Bukele model” as voters across Latin America are increasingly ditching leaders that pitched progressive policies aimed at addressing the root issues of conflict, such as lack of opportunities for young people and corruption.</p><p>De la Espriella's supporters come from a wide range of backgrounds. Yolanda Peréz, a 64-year-old woman serving coffee in the downtown of Colombia's capital, Bogotá, said with a wink the day before the election: “I'm thinking of voting for El Tigre.”</p><p>Miguel Maheca, a 20-year-old first-time voter, flashed his voting ballot to his mother as he strolled out of the polling station on Sunday, saying with a grin, “Love isn't what's going to make us safe in Colombia."</p><p>But experts say El Salvador's security successes will be nearly impossible to replicate in a country like Colombia, which is more than 50 times larger than the Central American nation and has many more armed groups fighting for territory.</p><p>The polarized vote comes as the Trump administration is playing a more aggressive role in Latin America than any U.S. government in decades, placing mounting pressure on countries like Colombia, Mexico and Ecuador to crack down on crime.</p><p>De la Espriella, 47, made a name for himself as a lawyer defending high-profile clients such as former President Álvaro Uribe, as well as controversial figures like Alex Saab, a close ally of Venezuela’s ousted president Nicolás Maduro who faces legal issues in the U.S. and whom he stopped representing about seven years ago.</p><p>A blow to Cepeda</p><p>De la Espriella's rise as a presidential candidate spells trouble for progressive Cepeda, who consistently led polls in the lead up to Sunday's election, though his competitor quickly gained speed in the weeks ahead of the vote.</p><p>Cepeda is a progressive senator who has promised to carry on his ally Petro's fraught plan to achieve “total peace” by negotiating peace pacts with guerrillas and criminal gangs.</p><p>Their political movement was born from a fierce rejection by many Colombians of a militarized offensive by Uribe in decades past used to beat back the guerrillas of the Revolutionary Armed Forces of Colombia, or FARC, which ended in thousands of civilians being killed by Colombian forces in a scandal known as “false positives.”</p><p>De la Espriella “represents a return to the paramilitary politics and drug-trafficking — a mafia-run, plutocratic and corrupt past that the country experienced during Álvaro Uribe’s two administrations,” Cepeda said on Sunday.</p><p>On Monday, Cepeda called on de la Espriella to debate him ahead of the second round of elections.</p><p>Petro, a former rebel, won Colombia's presidency in 2022 in a historic election that ended decades of right-wing domination by leaders from Uribe's political movement. He gained massive support from rural-dwelling, Indigenous and poorer Colombians who felt they had never been directly spoken to by Colombian leaders.</p><p>Now, that movement is backed into a corner.</p><p>“This is de la Espriella’s election to lose,” wrote Renata Segura, director of International Crisis Group's Latin America and the Caribbean Program. “Cepeda thought he could win appealing squarely to the left, and that proved to be a massive mistake. How he pivots in the next month will determine if he has any chance to win.”</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p><p>___</p><p>This version corrects the spelling of the first name of the leading candidate to Abelardo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIUDZJW2F5MNWCYDIRMGZ5LKLA.jpg?auth=89975d9bd837a18f408b3afe02e54a6b03773854c7cbc6de9df1bd2233e0cb7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement addresses supporters from inside a bulletproof booth after leading the first round of the presidential election and advancing to a runoff in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W25DUSVDLARQGILX4HZXAR3IDU.jpg?auth=7fb11191b961af03693af3e4b050c9155ac5a9f32e4488eb8984a6e5751d03fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement celebrate election results in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKD2X6SN53LPOUQWZCSAD57JPY.jpg?auth=578e0d4a0639781f45e3045c399c5fc3ede21442ad6a59db95a6964d73442e4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Ivan Cepeda of the ruling Historic Pact coalition addresses supporters after advancing to a runoff election in second place in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix) CORRECTION: Corrects Paloma Valencia to Ivan Cepeda, and photographer Jose Vargas to Matias Delacroix]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NLSDLHKMQGGBGOGWA52RA6XLKM.jpg?auth=88848e823b22ae300a77987b35b9eeb22860b793ef4fdea69b5532ad558d8d91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of presidential candidate Ivan Cepeda of the ruling Historic Pact coalition gather outside the polling station where he voted during the presidential election in Bogota, Colombia, Sunday, May 31, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3QLECPA6D2OZY3JR6MIL3UIIY.jpg?auth=5c39693b12b78c62e3249631ac43e1f3b0693eb7149dbead24d1899cb7f1ea39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers guard during the presidential election in Santander de Quilichao, Colombia, Sunday, May 31, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in New Jersey’s state primary]]></title><link>https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-new-jerseys-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/ap-decision-notes-what-to-expect-in-new-jerseys-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Jersey voters will nominate candidates for both chambers of Congress in a state primary on Tuesday, including in one key battleground district that could decide control of the U.S. House.]]></description><pubDate>Mon, 01 Jun 2026 11:44:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Jersey voters will nominate candidates for both chambers of Congress in a state primary on Tuesday, including in one key battleground district that could decide control of the U.S. House.</p><p>Republicans hold a narrow House majority but face a tough midterm environment in which the party holding the White House typically loses congressional seats. Although Republicans may see gains from mid-decade redistricting in several states and from a recent U.S. Supreme Court ruling threatening Democratic-held majority-Black districts across the South, winning competitive seats like New Jersey’s 7th Congressional District remains central to both parties’ strategies to hold or retake the chamber.</p><p>U.S. Rep. Tom Kean Jr. is running for a third term in the 7th District and is unopposed for the Republican nomination. His father, Thomas Kean Sr., served two terms as New Jersey’s Republican governor in the 1980s.</p><p>He will face the winner of a competitive Democratic primary featuring former healthcare executive Rebecca Bennett, former Small Business Administration official Michael Roth, physician Tina Shah and entrepreneur and business owner Brian Varela. Bennett leads the Democratic field in fundraising and had the most campaign funds available heading into the final stretch of the campaign.</p><p>Kean’s whereabouts have been a question on the campaign trail and in the halls of Congress. On April 27, he released a statement saying that he was addressing “a personal medical issue” and that he expected to return “very soon.” As of Monday, he had not voted on any legislation since March 5, missing more than 100 consecutive votes.</p><p>The 7th Congressional District in northern New Jersey stretches from Staten Island to the Pennsylvania border. Republican presidential candidate Donald Trump narrowly carried the district in 2024, edging Democratic nominee Kamala Harris, 49.6% to 48.5%.</p><p>Also on the ballot is U.S. Sen. Cory Booker, who faces no primary opposition in his bid for a third full term. The Republicans hoping to challenge him in November are physician Robert Lebovics, former Tabernacle Deputy Mayor Justin Murphy, Army veteran and former state trooper Richard Tabor and former local TV news reporter Alex Zdan.</p><p>Bergen and Middlesex counties in the greater New York City area are among the most populous in the state and are important battlegrounds in both Democratic and Republican statewide primaries. Essex County, which is home to Newark, is also a major population center, but its heavily Democratic electorate makes it less influential in Republican primaries. The counties that contribute the most votes in statewide Republican primaries tend to be Ocean, Monmouth and Morris.</p><p>Union County comprises the largest share of the 7th Congressional District vote, followed by Somerset and Hunterdon counties.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate and U.S. House.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in either primary, but voting in a party’s primary will enroll them in that party.</p><p>How many voters are there?</p><p>As of May 1, there were about 6.7 million registered voters in New Jersey, including about 2.5 million registered Democrats, about 1.7 million registered Republicans and about 2.4 million voters not affiliated with any party.</p><p>How many people actually vote?</p><p>About 841,000 Democratic primary votes and about 466,000 Republican primary votes were cast in the 2025 gubernatorial primary. That was higher than the turnout for the 2024 U.S. Senate primaries, when about 525,000 and 318,000 votes were cast in the Democratic and Republican primaries, respectively.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 46% of the Democratic primary vote and about 31% of the Republican primary vote in the 2025 gubernatorial primaries was cast before primary day.</p><p>As of Wednesday, about 285,000 ballots had already been cast in Tuesday’s election, about 79% from Democrats and about 20% from Republicans.</p><p>When are early and absentee votes released?</p><p>Counties in New Jersey typically release results from mail and in-person early voting before releasing results from in-person Election Day voting. Counties tend to release all or almost all of their mail and early voting results in the first vote report of the night, before any in-person Election Day results are released.</p><p>How long does vote-counting usually take?</p><p>In the 2025 gubernatorial primaries, the AP first reported results at 8:03 p.m. ET, or three minutes after polls closed. The last vote update of the night was at 11:43 p.m. ET, with about 93% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts are rare in New Jersey. The state does not have automatic recounts, but candidates and voters may request and pay for them, with the cost refunded if the outcome changes. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 154 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KY3J7AABCGWVBHV6FAA6QXMDJ4.jpg?auth=cc88a40fc896946362eee0c1798a6311dd6750de3408fd61c509119b0f1ce785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People vote at a polling site in River Edge, N.J., Nov. 4, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[North Miami kosher restaurant becomes first ever to win Michelin Star]]></title><link>https://www.local10.com/news/local/2026/05/31/north-miami-kosher-restaurant-becomes-first-ever-to-win-michelin-star/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/north-miami-kosher-restaurant-becomes-first-ever-to-win-michelin-star/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[For the first time ever, a kosher restaurant has received a Michelin Star, and it’s located right here in South Florida. ]]></description><pubDate>Sun, 31 May 2026 21:40:09 +0000</pubDate><content:encoded><![CDATA[<p>For the first time ever, a kosher restaurant has received a Michelin Star, and it’s located right here in South Florida. </p><p>“Food has the ability to bring us to places that nothing else can,” said <a href="https://mutramiami.com/" target="_self" rel="" title="https://mutramiami.com/">Mutra </a>owner and chef Raz Shabtai.</p><p>Within seconds of stepping into Mutra, you can see the unique culinary passion Shabtai has for crafting meals.</p><p>“It’s like to win an Oscar,” he said of being awarded a Michelin Star. “It’s like to win an Emmy. It’s like to get a Grammy.”</p><p>Shabtai said his passion for cooking started in Jerusalem with his grandmother, who he named the restaurant after.</p><p>“She taught me how to cook, she taught me how to be a person, how to be a human,” he said. </p><p>Shabtai carefully created meals, providing more than just nourishment to those he served. </p><p>“When I used to eat the food, I felt something that says more than I just love you,” he said. “I felt something hugging me in a way that nobody physically could give.”</p><p>It’s that love that he carried when introducing South Floridians to his take on Middle Eastern cuisine.</p><p>“First of all, I feel extremely honored and blessed that God gave me the ability to do something that I can combine cultures together,” said Shabtai. “It doesn’t matter your political views or your religion or something. Food is holy.”</p><p>Shabtai says his success is also thanks to his dedicated team, with his secret ingredient coming from a woman he says is looking down on him. </p><p>“Bragging and saying that’s my grandchild,” he said. </p><p>The menu at Mutra is rotated every three months, and after receiving the Michelin Star, they’re already working on a new menu that is coming out on Monday. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Important parking information for fans attending FIFA World Cup in South Florida]]></title><link>https://www.local10.com/news/local/2026/05/31/important-parking-information-for-fans-attending-fifa-world-cup-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/important-parking-information-for-fans-attending-fifa-world-cup-in-south-florida/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description></description><pubDate>Sun, 31 May 2026 16:20:23 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup is coming to South Florida. </p><p><a href="https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/"><b>Leer en español</b></a></p><p>Soccer fans from across the globe are expected in town as the world’s biggest soccer tournament kicks off in just a couple short weeks. </p><p>For those who are planning to attend games at Hard Rock Stadium in Miami Gardens, it’s important to have your parking plans in place well before heading to the match. </p><p>According to FIFA, all parking must be purchased using <a href="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/" target="_blank" rel="noreferrer" title="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/">their official parking platform</a>, and parking passes can only be purchased up to 24 hours before each match begins. </p><p>FIFA stressed that there will be no parking for sale on the day of games. </p><p>Additionally, those purchasing parking passes must use the email address associated with their ticket purchase made on FIFA’s official website. </p><p>Fans parking at games will be required to present their game ticket and parking pass before being granted access to stadium grounds, and at Hard Rock Stadium, fans are required to print their parking pass and place it on their windshield to access the roads around the venue. </p><p>For more information on attending World Cup games, check out <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami" target="_blank" rel="noreferrer" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/stadiums/miami">FIFA’s official matchday guide for South Florida</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HI44PX277RFHTF7VGDIOZKRAOY.jpeg?auth=eebad91350d4b859a80c21fcbb83b7e220e7fa7330e3fe490a1594f5670b3aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[North Perry Airport crash renews calls for improved safety measures]]></title><link>https://www.local10.com/news/local/2026/05/30/north-perry-airport-crash-renews-calls-for-improved-safety-measures/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/30/north-perry-airport-crash-renews-calls-for-improved-safety-measures/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Two women suffered minor injuries Friday after a small plane crashed moments after taking off from North Perry Airport, renewing concerns about safety at the airport.]]></description><pubDate>Sat, 30 May 2026 21:23:59 +0000</pubDate><content:encoded><![CDATA[<p>Two women suffered minor injuries Friday after a <a href="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/">small plane crashed moments after taking off from North Perry Airport</a>, renewing concerns about safety at the airport.</p><p><a href="https://www.local10.com/espanol/2026/05/30/accidente-en-aeropuerto-north-perry-reaviva-llamados-para-mejorar-medidas-de-seguridad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/30/accidente-en-aeropuerto-north-perry-reaviva-llamados-para-mejorar-medidas-de-seguridad/">Leer en español</a></p><p>Local 10 News cameras captured a crew flipping over the Blue Sky Aviation aircraft after the crash.</p><p>“Shortly after it took off, it experienced engine failure,” said Pembroke Pines Mayor Angelo Castillo.</p><p>Around 11:30 a.m. Friday, the Cessna 172 plunged from the sky moments after departing North Perry Airport.</p><p>“Didn’t have the altitude, hit a tree, went into a ditch here and flipped over,” Castillo said. “It’s a good thing for that because it was headed right for a building where patients receiving mental health and medical care live.”</p><p>Sky 10 flew above the crash site, showing the downed aircraft mangled and appearing to be in pieces. The pilot and passenger both survived.</p><p>“These kind of occurrences are happening over and over and over and I’ve had it,” Castillo said.</p><p>The aircraft nearly crashed into a South Florida state hospital.</p><p>The incident is far from the first crash connected to North Perry Airport, which is home to a handful of flight schools.</p><p>“In the last five years, we’ve had over 35 accidents with aircraft taking off from North Perry Airport,” attorney Zach Gorwitz said.</p><p>The seemingly growing number of incidents has many questioning the safety of the flight schools.</p><p>“We’re calling on Broward County to do what they have to do to make this place safe. If they can’t make it safe then they need to close it the hell down and go put it somewhere else where those planes don’t threaten people,” Castillo said.</p><p>The crash remains under investigation by the National Transportation Safety Board.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Passengers safe after boat sinks behind North Miami home]]></title><link>https://www.local10.com/news/local/2026/05/31/passengers-safe-after-vessel-sinks-behind-north-miami-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/passengers-safe-after-vessel-sinks-behind-north-miami-home/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Officials in Miami-Dade County responded to reports of a sinking boat on Saturday.]]></description><pubDate>Sun, 31 May 2026 13:46:28 +0000</pubDate><content:encoded><![CDATA[<p>Officials in Miami-Dade County responded to reports of a sinking boat on Saturday.</p><p><a href="https://www.local10.com/espanol/2026/05/31/se-hunde-una-embarcacion-detras-de-una-casa-en-north-miami-todos-a-salvo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/se-hunde-una-embarcacion-detras-de-una-casa-en-north-miami-todos-a-salvo/"><b>Leer en español</b></a></p><p>It went down behind a home located along the 12000 block of Cyprus Road in North Miami.</p><p>According to authorities, the people who were aboard the boat were able to get to safety before it went under water. </p><p>No injuries were reported.</p><p>An investigation is ongoing into what caused the boat to sink. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Crash in northwest Miami-Dade injures 4 ]]></title><link>https://www.local10.com/news/local/2026/05/31/crash-in-northwest-miami-dade-injures-4/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/crash-in-northwest-miami-dade-injures-4/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Four people were injured in a car crash that occurred on Saturday in northwest Miami-Dade County.]]></description><pubDate>Sun, 31 May 2026 13:49:13 +0000</pubDate><content:encoded><![CDATA[<p>Four people were injured in a car crash that occurred on Saturday in northwest Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/05/31/chocaron-en-el-noroeste-de-miami-dade-cuatro-pasajeros-estan-heridos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/chocaron-en-el-noroeste-de-miami-dade-cuatro-pasajeros-estan-heridos/"><b>Leer en español</b></a></p><p>It happened around 3:30 p.m. in the area of Northwest 79th Street and 22nd Avenue.</p><p>According to authorities, deputies responded to the scene and found two vehicles that had been involved in the crash.</p><p>There were several people in both vehicles, deputies said.</p><p>Two people were taken by Miami-Dade Fire Rescue to nearby hospitals with injuries that deputies described as ranging from minor to serious. </p><p>An investigation remains open into the cause of the crash. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[French rapper shines spotlight on Cuba’s crisis with new song]]></title><link>https://www.local10.com/news/local/2026/05/31/french-rapper-shines-spotlight-on-cubas-crisis-with-new-song/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/french-rapper-shines-spotlight-on-cubas-crisis-with-new-song/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[The spiraling crisis in Cuba is getting new attention -- this time through music.]]></description><pubDate>Mon, 01 Jun 2026 01:20:00 +0000</pubDate><content:encoded><![CDATA[<p>The spiraling crisis in Cuba is getting new attention -- this time through music.</p><p>French rapper Ferapth is speaking out about conditions on the island through a new bilingual hip-hop song dedicated to the struggle for freedom in Cuba.</p><p>“Libertad, libertad,” the song declares.</p><p>Ferapth said his connection to Cuba began through boxing.</p><p>“So, I went to Cuba for the first time because of boxing,” he said in French.</p><p>What he experienced there surprised him and led him to explore beyond Havana.</p><p>He visited places including Campo Florido and Guanabo, where he saw poverty and challenges that many tourists do not encounter.</p><p>“When you see the situation they live in and the way they welcome foreigners, I found it to be something very, very profound on their part,” he said.</p><p>The experience inspired him to write music.</p><p>The result is a bilingual music video that takes a direct look at shortages, closures and the country’s broader struggles while calling for freedom.</p><p>“Gritamos libertad! No mas mentira,” the song says, which translates to “We shout, Freedom! No more lies!”</p><p>Ferapth said he felt the crisis was receiving little attention in his home country.</p><p>“I said to myself, in France, no one is talking about this. And it would be good if I used my art to alert France to the situation in Cuba,” he said.</p><p>The song combines Spanish and French lyrics while highlighting the hardships many Cubans face.</p><p>“As for the current situation now, it’s true that it’s a bit complicated,” he said.</p><p>Despite the challenges, Ferapth said he hopes conditions improve for Cubans both on and off the island.</p><p>“I simply hope that the exiled Cuban people and those on the island will be able to live better in the very near future,” he said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[2 people shot near IHOP in south Miami-Dade]]></title><link>https://www.local10.com/weather/hurricane/2026/05/31/2-people-shot-near-ihop-in-south-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/31/2-people-shot-near-ihop-in-south-miami-dade/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies in Miami-Dade County are investigating a double shooting. ]]></description><pubDate>Sun, 31 May 2026 16:56:11 +0000</pubDate><content:encoded><![CDATA[<p>Deputies in Miami-Dade County are investigating a double shooting. </p><p><a href="https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/"><b>Leer en español</b></a></p><p>It happened around 3:56 a.m. Sunday near an IHOP restaurant located at 18860 block of S. Dixie Highway. </p><figure><img src="https://www.local10.com/resizer/v2/VXZMFYOKTFHGDPUC5SI5DLAN7Q.jpeg?auth=14e029fdd4522e8f8a8da998fa0321c67b372cca2a774cf98193f377ae29b971&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to the Miami-Dade Sheriff’s Office, responding deputies arrived to the scene to find a man and woman who had been shot. </p><p>Both were taken by Miami-Dade Fire Rescue to Jackson South Medical Center in critical condition. </p><p>Following an investigation, deputies said the man was involved in a verbal altercation with an unknown subject, who ultimately shot both victims.</p><p>MDSO has not said whether they are seeking any suspects or persons of interest. </p><p>Anyone with information is urged to contact Miami-Dade Crime Stoppers at 305-471-TIPS. </p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Colombia awaits results in highly polarized presidential election]]></title><link>https://www.local10.com/news/politics/2026/05/31/colombia-awaits-results-in-highly-polarized-presidential-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/31/colombia-awaits-results-in-highly-polarized-presidential-election/</guid><dc:creator><![CDATA[Cody Weddle]]></dc:creator><description><![CDATA[Colombians waited Sunday night for the results of a presidential election widely considered the most polarized in recent history after a day of voting across the country.]]></description><pubDate>Mon, 01 Jun 2026 00:51:58 +0000</pubDate><content:encoded><![CDATA[<p>Colombians waited Sunday night for the results of a presidential election widely considered the most polarized in recent history after a day of voting across the country.</p><p>“Not everyone will be happy with the result,” voter Gabriel Villaroel said. “The violence is something that the country has not agreed on how to manage.”</p><p>Sen. Iván Cepeda, 63, cast his vote just before noon. Cepeda has pushed for more negotiations with armed groups as a solution to the country’s surging violence.</p><p>Cepeda leads the polls. A former member of the Communist Party, he is seen as even more left-wing than his predecessor, current President Gustavo Petro.</p><p>Asked for a message to the hundreds of thousands of Colombians living in South Florida, Cepeda spoke directly to the community.</p><p>“With all my affection and appreciation for the community over in Miami, may they vote in a manner that respects democracy,” he said in Spanish.</p><p>Outsider Abelardo de la Espriella, meanwhile, has called for a heavy-handed crackdown on crime, including building new prisons in the jungle to house criminals.</p><p>He has portrayed himself as a far-right, Trumpian figure who is not affiliated with the political elite.</p><p>“I think there is a change, and God is giving us an opportunity to move forward,” voter Leonel Sánchez said in Spanish.</p><p>Another voter said she is worried about violence and sees de la Espriella as an opportunity sent by God.</p><p>With more than 25% of Colombians still undecided going into Election Day, Sen. Paloma Valencia hoped those voters would break in her favor.</p><p>The center-right establishment candidate has portrayed herself as a more moderate and safer choice than de la Espriella.</p><p>A thriving economy has helped boost the Cepeda campaign.</p><p>With his party in power, poverty has dropped and living standards have improved.</p><p>“Colombia’s economy is better than ever. If anyone has benefited, it’s the guilds, businesspeople and trade associations,” said Camilo Romero in Spanish, a leader of the Historic Pact coalition.</p><p>Romero said Colombia’s economy is better than ever, arguing that unions and businesses are thriving and that ordinary people are also feeling the improvement.</p><p>But overspending has led to a growing deficit that many fear could create economic troubles in the future.</p><p>“A subsidy only lasts for a moment, and paying people for their vote only lasts for a moment,” voter Sandra Silva said in Spanish.</p><p>Silva argued that a subsidy only lasts a moment and encouraged Colombians to think about the future.</p><p>The first round of voting was expected to narrow the field, with two polar opposites likely to advance.</p><p>“This division doesn’t benefit anyone,” voter Daniel Felipe Ramírez said. “One way or another I hope we will discover that it’s better if we work together than divided.”</p><p>Polls have closed and results are beginning to come in. A final result could come at any moment. If no candidate reaches 50% of the vote, the top two finishers will advance to a second round in two weeks.</p>]]></content:encoded></item><item><title><![CDATA[Multiple people injured after two-vehicle crash sends car into Miami-Dade home, deputies say]]></title><link>https://www.local10.com/news/local/2026/05/31/multiple-people-injured-after-two-vehicle-crash-sends-car-into-miami-dade-home-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/multiple-people-injured-after-two-vehicle-crash-sends-car-into-miami-dade-home-deputies-say/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Multiple people were injured Sunday evening in a two-vehicle crash that sent one vehicle into a nearby home, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Mon, 01 Jun 2026 01:07:48 +0000</pubDate><content:encoded><![CDATA[<p>Multiple people were injured Sunday evening in a two-vehicle crash that sent one vehicle into a nearby home, according to the Miami-Dade Sheriff’s Office.</p><p>Deputies responded to the crash around 7 p.m. in the 13000 block of Monroe Street.</p><p>A preliminary investigation found that two vehicles were involved in the collision. One of the vehicles was redirected into a nearby residence, causing damage to the property.</p><p>Miami-Dade Fire Rescue crews responded to the scene and transported multiple people to local hospitals. Authorities said the injuries ranged from stable to critical.</p><p>No additional information was immediately available.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Colombians across South Florida line up early to cast ballots in presidential election]]></title><link>https://www.local10.com/news/local/2026/05/31/colombians-across-south-florida-line-up-early-to-cast-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/31/colombians-across-south-florida-line-up-early-to-cast-ballots/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Several Colombian voting precincts were open in Miami-Dade, Broward and Palm Beach counties on Sunday.]]></description><pubDate>Sun, 31 May 2026 14:34:59 +0000</pubDate><content:encoded><![CDATA[<p>Several Colombian voting precincts were open in Miami-Dade, Broward and Palm Beach counties on Sunday.</p><p><a href="https://www.local10.com/espanol/2026/05/31/colombianos-en-el-sur-de-florida-madrugan-para-votar-en-las-presidenciales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/colombianos-en-el-sur-de-florida-madrugan-para-votar-en-las-presidenciales/"><b>Leer en español</b></a></p><p>South Florida is home to some of the largest voting centers for Colombians living abroad.</p><p>Hundreds were seen at Miami Dade College’s Kendall campus, which was one of many polling locations that included Hialeah, Weston, Coral Springs and Coral Gables, where some people lined up as early as 5 a.m. </p><p>Sunday could be the day Colombian voters decide who will become their next president, but this election is also about the future direction of the country. </p><p>Voters are weighing major issues including security, economic policy, and how the government should handle negotiations with guerrilla and other armed groups.</p><p>There are 14 different candidates offering different platforms for the country.</p><p>According to recent polls in Colombia, there is a strong possibility the election could head to a second-round runoff later this month. </p><p>That would happen if no candidate receives more than 50% of the ballots cast. </p><p>Polls in South Florida closed at 4 p.m. </p><p>Preliminary results indicated the race will advance to a runoff between right-wing outsider Abelardo de la Espriella, a supporter of President Donald Trump, and progressive Sen. Iván Cepeda.</p><p>Supporters of Cepeda gathered outside the Coral Gables consulate Sunday evening, expressing disappointment with the first-round results but saying they were not entirely unexpected.</p><p>“We saw that coming. We had to be more realistic, but we couldn’t help being optimistic at some point,” said Jeison, a Cepeda supporter.</p><p>Videos shared by voters showed large crowds at polling locations across South Florida, including a voting center in Weston.</p><p>Carlos Naranjo, co-director of Semillas Colombia, said the region’s sizable Colombian population makes participation in the election particularly significant.</p><p>“It’s important because there are many Colombian Americans in this country,” Naranjo said. “There’s about a million Colombian Americans just in the state of Florida. It’s super important for that. It’s also important because of the region.”</p><p><b>ELECTION DAY PRECINCTS </b></p><p>There are three precincts in Miami-Dade County: The Colombian consulate at 280 Aragon Ave., in Coral Gables, Miami Dade College Kendall Campus’s gymnasium at 11011 SW 104 St., and the Milander Center for Arts and Entertainment, at 4800 Palm Ave. in Hialeah. </p><p>There are two precincts in Broward County: Cypress Bay High School’s gymnasium at 18600 Vista Park Blvd., in Weston, and Coral Springs High School at 7201 West Sample Road. </p><p>There are also precincts at Palm Beach State College’s Public Safety Conference Center at 4200 S Congress Ave., in Lake Worth Beach.</p><p>For information about a voter’s assigned precinct in Florida, Colombia has <a href="https://eleccionescolombia.registraduria.gov.co/identificacion" target="_self" rel="" title="https://eleccionescolombia.registraduria.gov.co/identificacion">a national database online</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A guide to the bookstores owned by your favorite authors]]></title><link>https://www.local10.com/news/florida/2026/06/01/a-guide-to-the-bookstores-owned-by-your-favorite-authors/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/01/a-guide-to-the-bookstores-owned-by-your-favorite-authors/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Ann Patchett opened Parnassus Books in 2011, two major bookstores in Nashville had closed and physical bookstores in general seemed endangered as Amazon's share of the market kept growing. Amazon remains the dominant force, but physical, brick-and-mortar stores have rebounded — and stores owned by authors such as Patchett are now a niche unto themselves, found everywhere from Brooklyn to New Mexico.]]></description><pubDate>Mon, 01 Jun 2026 11:06:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Ann Patchett opened Parnassus Books in 2011, two major bookstores in Nashville had closed and physical bookstores in general seemed endangered as Amazon's share of the market kept growing. Amazon remains the dominant force, but physical, brick-and-mortar stores have rebounded — and stores owned by authors such as Patchett are now a niche unto themselves, found everywhere from Brooklyn to New Mexico.</p><p>Here's a virtual tour of author-owned bookstores across the U.S.</p><p>Judy Blume: Books & Books, Florida</p><p>Judy Blume and her husband, George Cooper, are longtime residents of Key West, Florida, and have become fixtures in the local culture. Cooper helped restore an old movie theater into a multiplex venue and Blume and Cooper helped found the nonprofit Books & Books — an outpost of the Miami-based sellers that opened in 2016 — located just off the town’s main road. Blume may be known worldwide for such novels as “Are You There God? It's Me, Margaret,” but on a given day you can find her ringing up a sale at the register, or helping a customer choose a book. Or you can see her greet the many fans who have traveled far to meet the author they say changed their lives.</p><p>Louise Erdrich: Birchbark Books & Native Arts, Minnesota</p><p>Founded by Louise Erdrich in 2001, Birchbark is based in Minneapolis and has a mission tied closely to the author’s Ojibwe background (she’s an enrolled citizen of the Turtle Mountain Band of Chippewa Indians). Her store specializes in Indigenous literature and bills itself as a meeting point for “literate Indigenous people who have survived over half a millennium on this continent.” Birchbark even served as a muse for Erdrich’s 2021 novel, “The Sentence,” narrated by a bookstore employee whose boss just happens to be a woman named Louise. “I guess I have some things in common with her,” the author confided to GMToday.com.</p><p>Lauren Groff: The Lynx Books, Florida</p><p>Lauren Groff’s store in Gainesville, Florida, isn’t just a member of the author-owned circle but part of a wave of stores opened in recent years that have a larger social mission. Based in a state that ranks among the country’s leading book banners, The Lynx is a general-interest bookstore that Groff and husband/co-owner Clay Kallman opened in 2024 and emphasizes books forbidden in schools and libraries. “One of the purposes is to create a lighthouse, sort of showing that the rest of the country and world that Florida is not an intolerant backwater,” Groff, author of National Book Award finalist “Fates and Furies,” told the Southern Literary Review in 2025. “It is full of good people who work very hard to allow for the freedom of expression, tolerance, and love of all people.”</p><p>Jeff Kinney: An Unlikely Story, Ma</p><p>ssachusetts</p><p>Local stores are expected to be modest in scale, but the blockbuster sales for the “Diary of a Wimpy Kid” series expanded the ambitions of author-owner Jeff Kinney to superstore heights. He didn’t simply reconfigure an existing building, but had a new one built from scratch, with all the trimmings. An Unlikely Story is a bookstore housed in a colonial-influenced, 3-story building in downtown Plainville, Massachusetts that also includes a cafe, event space and writing-drawing quarters for the author. Kinney, who opened his store in 2015, recently said he is planning to add a restaurant, beer garden and park to the downtown area.</p><p>George R.R. Martin: Beastly Books, New Mexico</p><p>Like the stores run by Groff and Erdrich, the Santa Fe, New Mexico-based Beastly Books is very much an extension of the worldview of its owner, “A Game of Thrones” author George R.R. Martin. It is a “cozy den” for speculative fiction, according to the store’s homepage, and a haven for banned books, locally written works and rare first editions. Founded in 2019, Beastly Books is located close to another Martin outpost, the Jean Cocteau Cinema, and is named in part for Cocteau’s classic film adaptation of “Beauty and the Beast.”</p><p>Ann Patchett: Parnassus Books, Tennessee</p><p>Not every bookstore opening leads to a guest appearance with Stephen Colbert, but a year after the launch of Parnassus, Ann Patchett found herself on “The Colbert Report,” whose host likened her venture to the Nora Ephron comedy “You've Got Mail,” in which Meg Ryan plays an independent store owner driven out of business by a nearby chain. The Nashville-based Parnassus has since become one of the country's signature independent sellers, visited by “You've Got Mail” co-star Tom Hanks among others, and a platform for Patchett to champion fellow authors.</p><p>Emma Straub: Books Are Magic, New York</p><p>Like Patchett, Emma Straub became a bookstore owner in the aftermath of a local absence: BookCourt, where the author once worked, had closed. She and her husband, Michael Fusco-Straub, opened Books Are Magic in 2017 in Brooklyn. The store with the pink murals in front became a local hit and gained national recognition, cited as a personal favorite by Jenna Bush Hager of the “Today” show. Straub and her husband have since opened a second Books Are Magic location in the borough.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HUPG43IKEZOUG6MWYWGM3BRWUY.jpg?auth=42967f100689bc41ddeea150b81f0e043ce1679cc58b9de6b59b3abc2f564637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Customers appear in the children's area of the Books Are Magic bookstore, owned by author Emma Straub, in Brooklyn, New York, on April 29, 2017. (AP Photo/Beth J. Harpaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Beth J. Harpaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIFBAL2CNG45BPWMJDZWDMJI3M.jpg?auth=ce2dab0ec69401f829a191f1fce50ecee03d72311004d362c32e124f3742dd23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TASKJLJXAEEZN7V6OS7YKJGPDM.jpg?auth=5073e065302bee30a31f8a4872eeea1c7cfa57bd3608a44ed95b3a3962bbbc4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Emma Straub, center, chats with customers on the opening day for the new Books are Magic bookstore in Brooklyn, New York, on April 29, 2017. (AP Photo/Beth J. Harpaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Beth J. Harpaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMPHDWXWRRSDJSHQV3HNDWIRXA.jpg?auth=a6f9fb13333193a5d88e07f20f424140bc663e194d565920194499c15b2052ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Louise Erdrich reflects on growing up in North Dakota and her new book "The Plague of Doves" at her store BirchBark Books in Minneapolis, Friday, May 16, 2008. (AP Photo/Dawn Villella, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dawn Villella</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHK37N3OCQZ4NTS5G4TK5XO6JQ.jpg?auth=02f811434692fdb5de1b91db7f6ce4a09c4f7cca51dc8b49737472051a9cc37d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Judy Blume poses for a portrait at her non-profit bookstore, Books and Books, in Key West, Fla., on March 26, 2023. (AP Photo/Mary Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Martin</media:credit></media:content></item><item><title><![CDATA[Tensions linger between Republicans and White House over the 'anti-weaponization' fund]]></title><link>https://www.local10.com/news/politics/2026/06/01/tensions-linger-between-republicans-and-white-house-over-the-anti-weaponization-fund/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/tensions-linger-between-republicans-and-white-house-over-the-anti-weaponization-fund/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Donald Trump’s immigration enforcement agencies.]]></description><pubDate>Mon, 01 Jun 2026 13:13:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A standoff between the White House and the Senate remains unresolved after Republican senators defiantly left town 10 days ago without passing legislation to fund President Donald Trump’s immigration enforcement agencies.</p><p>Senate Republicans who are returning to Washington on Monday say they won’t have the votes to pass the Homeland Security spending bill until the White House works with them to place parameters on a new $1.776 billion settlement fund designed to compensate Trump’s allies. But Trump has shown little interest in doing so, even after a judge temporarily halted any payouts.</p><p>It’s unclear how they will settle the dispute.</p><p>The Trump administration is “going to have to come up with some suggestions and ideas,” Senate Majority Leader John Thune said before the Senate left town on May 21. Thune, of South Dakota, said that the settlement money — some of which could potentially go to Trump supporters who beat police and attacked the Capitol on Jan. 6, 2021 — “just makes everything way harder than it should be.”</p><p>The impasse over the “anti-weaponization” fund could be an inflection point as Republicans try to keep their majority in this year’s elections and advance their agenda. Trump’s campaign year push to defeat GOP lawmakers who he sees as disloyal, including some of Thune’s most reliable Republican votes in the narrow 53-47 Senate, has only added to the tension.</p><p>Sens. Bill Cassidy of Louisiana and John Cornyn of Texas both lost reelection in May after Trump endorsed their primary opponents, and it is unclear how supportive they will be of the president’s agenda going forward. And a growing number of GOP senators have become frustrated with the president as he ignores what they see as their political needs.</p><p>“I think it’s hard to divorce anything that happens here from what’s happening in the political atmosphere around us,” Thune said.</p><p>Democrats have said they plan to offer several amendments to the immigration bill to scale back or eliminate the settlement. Senate Minority Leader Chuck Schumer of New York said in a letter to colleagues Monday morning that Democrats will launch “a coordinated effort to kill the slush fund before one cent goes out the door.”</p><p>“No matter what Republicans do, we will force them to vote on it,” he wrote.</p><p>As anger among Senate Republicans swelled, Trump made clear that he wasn’t highly concerned.</p><p>“I don’t care about the midterms,” Trump said last week in a discussion about the Iran war.</p><p>Senate Republicans draw lines on settlement fund</p><p>At a closed-door meeting with acting Attorney General Todd Blanche before they left town, Republican senators gave an ultimatum of sorts — put some limits on the settlement or we will do it for you.</p><p>GOP senators had been discussing several ways that they could curb the fund, including limiting who can receive payouts, changing the makeup of the commission in charge of settlement decisions, adding some sort of judicial review for applicants or scrapping the fund altogether. Republicans have discussed adding parameters on the settlement to the unrelated immigration enforcement measure but would prefer that the White House make changes on its own.</p><p>There were few sings of progress over the Memorial Day recess.</p><p>Sen. Todd Young of Indiana told The Associated Press last week that he hadn’t seen any indications “that would suggest they sent us a plan that our leadership thought was acceptable.”</p><p>“It’s in their court,” Young said of the White House.</p><p>Sen. Bill Hagerty of Tennessee said on Fox New Channel's “Fox News Sunday” that there are discussions underway “to get to something that’s going to work.”</p><p>“I think there were just more details and more questions last week that needed to be resolved,” Hagerty said, adding that “I’m looking forward to seeing the details this coming week.”</p><p>Acting attorney general spars with the Senate</p><p>Blanche told the AP in an interview Thursday that “a lot of the questions will be answered in the short term.” But he would not elaborate, saying that “talking in hypotheticals is something that I don’t think is fair to the process.”</p><p>The acting attorney general’s meeting with senators before they left town was “angry,” according to Sen. Ted Cruz of Texas, who described it on his podcast. Cruz said that of around 45 Senate Republicans who attended, “at least half of them were blasting the attorney general.”</p><p>The Senate had planned to stay in session late that night to vote on the immigration spending bill, but leaders canceled votes and sent everyone home. Cruz said Republican senators were “yelling” and told Blanche that the fund, which was part of a settlement that resolves Trump’s lawsuit against the IRS over the leak of his tax returns, “feels like self-dealing" and "feels like Trump cut a deal with himself.”</p><p>Cruz, who said he supports the fund, noted that Democrats had said they would offer amendments to kill it. Republicans "would have lost every vote” if they had stayed in session, he said.</p><p>He predicted that “we will see the administration announcing at a minimum a modification of this, because if they don’t, they’ve got a full-on revolt in the Senate.”</p><p>Jan. 6 defendants could get settlements</p><p>Cruz said that there were a lot of questions from senators about the Jan. 6 defendants and that Blanche reassured them that no one who committed an act of violence or assaulted law enforcement would get a payout. But Blanche has repeatedly declined to say that publicly, telling the AP that “there is no limit to who can apply.”</p><p>Asked about people who were violent on Jan. 6, Blanche suggested that might be too hard to define.</p><p>“Who is it? I mean, you tell me, right?” Blanche said. “You have to define something and then stick to it. So that’s something I’ve been hesitant to try to do because it’s very fact intensive.”</p><p>Trump has pardoned more than 1,500 defendants who were charged and prosecuted in the 2021 attack, including hundreds who were convicted for violently beating and injuring police as they broke into the Capitol.</p><p>Unity on immigration enforcement derailed by other issues</p><p>The divide over the fund comes after Republicans already abandoned $1 billion in security funding for the White House, including for Trump’s new ballroom, as Democrats and some Republicans questioned using taxpayer money for the massive project at a time of economic hardship. Besides the settlement, Democrats had planned to force Republican senators to vote for or against the ballroom money.</p><p>Left in the legislation is funding for Immigration and Customs Enforcement and Border Patrol, which Democrats have blocked for months in protest of the administration’s immigration enforcement crackdown.</p><p>Republicans are using a complicated budget maneuver called reconciliation to fund the agencies through the end of Trump’s term without Democratic support. Still, success requires GOP unity and Trump’s eventual signature.</p><p>Democrats say they hope that their Republican colleagues continue to stand up to the White House. Sen. Gary Peters of Michigan said last week that he thinks the settlement fund is ”probably one of the most corrupt things that we’ve ever seen an American president do.”</p><p>It is “a bridge too far for some of my Republican Senate colleagues,” Peters said. "I hope they realize that what was done is simply unacceptable and that they’ll stand firm.”</p><p>___</p><p>Associated Press writers Steven Sloan and Joey Cappelletti in Washington and Jamie Stengle in Dallas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOTROHB2AXRNZUM6SMTZM6YCWQ.jpg?auth=a5d838f547f5653ac2ccd584266ca964d4e2d7df2181ea19925f501fe6c836b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., speaks during the Senate Republican policy luncheon news conference at the Capitol, Tuesday, May 19, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DEIB43XHCDLC2BRSK2CIJ5JNQ.jpg?auth=14cabb1aa90648c843532e66fcda8f5a27f1b8ed08c1744a507f3dae48b46c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Todd Young, R-Ind., speaks at the Hanwha Philly Shipyard for a cristening ceremony Tuesday, Aug. 26, 2025, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MMB5VKUTKG6GERSVZL37UXNGE.jpg?auth=dd7f5a3c848eb057212876c90032ccb9ffc6ba54cf0925323afc4a9793d1c2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ted Cruz, R-Texas, speaks at the Conservative Political Action Conference (CPAC) in Dallas, March 28, 2026. (AP Photo/Gabriela Passos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HDJYKYMYAGQE57AGOHH6S5DTI.jpg?auth=41d34bfc6a76b62bddfaa163a342cb711db5442e92f3c1261d1a49e376fd3172&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche answers questions at an event where federal prosecutors announced charges against former Cuban President Raul Castro in the 1996 downing of civilian planes operated by Miami-based exiles, Wednesday, May 20, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AA6W2NPEOAQHVBMDURHPQG27IU.jpg?auth=ada6f4810835c6e1285c2b22755058a1ea1b57f50c4b48952a5ef41b1af5543f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The seal of U.S. Department of Homeland Security is seen before a news conference at ICE Headquarters in Washington, May 21, 2025. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[From her bookstore in Nashville, Ann Patchett drives the literary conversation]]></title><link>https://www.local10.com/entertainment/2026/06/01/from-her-bookstore-in-nashville-ann-patchett-drives-the-literary-conversation/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/01/from-her-bookstore-in-nashville-ann-patchett-drives-the-literary-conversation/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — When she isn't working on a novel, Ann Patchett is often thinking of what she can do for others: maybe coming up with a blurb for Douglas Stuart, or recording a video birthday message for fellow author-bookseller Emma Straub, or beginning an interview with a plug for another admired peer.]]></description><pubDate>Mon, 01 Jun 2026 11:03:26 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — When she isn't working on a novel, Ann Patchett is often thinking of what she can do for others: maybe coming up with a blurb for Douglas Stuart, or recording a video birthday message for fellow author-bookseller Emma Straub, or beginning an interview with a plug for another admired peer.</p><p>“The new Liz Strout book is the best,” she says of Elizabeth Strout's “The Things We Never Say.” “You know, every single book she publishes, you just think, ‘Oh, well, she can’t possibly do that again.’ And then she comes out with another book and it’s even better.”</p><p>At 62, Patchett is the rare and fortunate writer whose words resonate among friends and strangers alike. She owns one of the country's signature independent bookstores, Parnassus Books, with customers ranging from Nashville's book lovers to Tom Hanks. She's also a popular and prize-winning novelist whose new books are inevitably among the year's most anticipated, and whose older ones, including the acclaimed “Bel Canto,” continue to sell. In 2021, she received a National Humanities Medal for “putting into words the beauty, pain, and complexity of human nature.”</p><p>Her books have been translated into more than 20 languages, but her home is in Nashville, where she spent part of her childhood and now lives with her husband, physician Karl VanDevender. Patchett spoke at Parnassus with The Associated Press on a sunny weekday morning, shortly before opening time. She also met with staff members gathered at the center of the 4,800-square-foot store to discuss upcoming events, and indulged the occasional interruption by one of the employee-owned “shop dogs” who hurry about like bargain-seeking customers.</p><p>The new book is called ‘Whistler’</p><p>Patchett is here early to talk about “Whistler,” which comes out Tuesday. Like “Bel Canto,” “State of Wonder” and other Patchett novels, it's a story of improbable meetings and deepening bonds. In this case, 53-year-old Daphne Fuller and her husband encounter an elderly man, Eddie Triplett, at the Metropolitan Museum of Art and realize he was briefly her stepfather when she was a girl. Daphne and Eddie form a close friendship as they recall their times together, including a serious car accident followed by the breakup of Eddie's marriage to her mother.</p><p>Patchett doesn't write with any message in mind, but “Whistler” can be read as an ode to decency and benevolence. The title refers to a story-fable about a horse that runs away, only to turn up at a time of crisis. In the aftermath of the crash, as Daphne wonders if it's safe to leave and seek help, Eddie assures her, “I swear to you, it's mostly good people out there, with a few bad people around the edges.”</p><p>“The people that I interact with every single day are good people,” Patchett says. “It is vanishingly rare when I meet someone who’s not nice. Now, if you watch the news and read the news, it seems like everyone’s terrible and murderous. But it’s the difference between primary and secondary sources. So if I’m just operating off primary sources, what I see is goodness. I completely understand that there is incredible horror and cruelty in the world, but I also feel like incredible horror and cruelty is very well represented (in art). And what I actually experience in my daily life is not as well represented in art.”</p><p>“I don’t set out to write books about nice people,” she adds, “but I like people.”</p><p>Honored by PEN America</p><p>Patchett's sense of citizenship was recognized recently by PEN America, which at its annual May gala in Manhattan presented her with its Literary Service Award. In introducing her to a gathering of hundreds at the American Museum of Natural History, author Patrick Ryan cited her wide range of contributions, whether working “to get books into the hands of children in underserved communities,” supporting emerging writers or inspiring readers “who recognize themselves in her novels.”</p><p>Patchett has a well-lived appreciation of connections, and how they can be broken by discord or ended by death.</p><p>A native of Los Angeles, she was in early childhood when her parents divorced and she moved east with her mother, events drawn upon for her novel “Commonwealth." She has also written memorials for departed loved ones. In the memoir “Truth & Beauty,” she remembered her close friend Lucy Grealy, a poet and memoir writer who suffered from a rare form of cancer and endured multiple surgeries before dying at 39. In the title essay from her 2004 collection “These Precious Days,” Patchett honors the late Sooki Raphael, a Hanks assistant with whom the author became close while Raphael battled terminal cancer.</p><p>“Whistler” is dedicated to her friend Jim Fox, a former head legal counsel at HarperCollins who died in 2024 and is the inspiration for Eddie (and the namesake for a character in “State of Wonder”).</p><p>“He was brilliant, and a great reader,” she says. “Jim isn’t Eddie and I’m not Daphne, and certainly the circumstances aren’t the same, but the huge love that Eddie and Daphne shared is the huge love Jim and I shared.”</p><p>A bookseller who inspires</p><p>Patchett, a graduate of Sarah Lawrence College and the Iowa Writers' Workshop at the University of Iowa, remembers telling stories even before she could read, a gap she says only intensified her appreciation of the printed word. Raised before the rise of “young adult” books, she started out reading such children's favorites as “Charlotte's Web” and “The Little House on the Prairie” series, and ascended directly to the literary giants who became her formative influences: Saul Bellow, Philip Roth and John Updike.</p><p>By her early 20s, Patchett was accomplished enough to have a story published in The Paris Review. Patchett's debut novel, “The Patron Saint of Liars,” came out before she had turned 30. She has since published nine other works of fiction, including “Whistler,” along with four nonfiction books and three picture books, illustrated by Robin Preiss Glasser.</p><p>“I was at my cousins' house a few months ago and they had boxes of old papers of mine,” Patchett says. “And they were from grade school, middle school, high school — notebook after notebook, poetry and stories. I was shocked by the extent I was practicing my craft at age 10.”</p><p>Patchett's life as a bookseller began around 2010, when the closing of two Nashville stores seemed to mirror a nationwide decline brought about in part by Amazon's rise. Patchett and business partner Karen Hayes came up with a seemingly wild plan: open a new store — a decision met with some skepticism at the time, but now a sign of the changing fortunes of independent sellers.</p><p>Membership in the American Booksellers Association has more than doubled over the past decade — including such author-run stores as Straub's Books Are Magic in New York City and Jeff Kinney's An Unlikely Story in Plainville, Massachusetts. Straub says that when she was thinking of opening her store, she spoke with various friends who owned small businesses.</p><p>“They all told me not to do it, but when I talked to Ann, she said ‘Do it,’” Straub says. “She's my hero. I think the friends who were telling me not to do it were speaking practically. But I didn't want to hear practical advice. I wanted to hear inspiration.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3UUNKIAUQ2VBYEIWTGP2GNUHY.jpg?auth=fc4b0555ca52a4c154b1a1bf9a2a6ef1966663ebb2fd2ff6a23566553eef1fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4PARG4AANAWIHA5N44OOC6EFY.jpg?auth=972a66707df3bbc6e8e9fd992c925229c694ed42283542700eda931c952a730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait with Nemo, her 3-year-old bichon-poodle, at her bookstore in Nashville, Tenn., on April 22, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7MZD6BYZJS4IPLKK5HSAJZEUI.jpg?auth=89440e42d3ce152b85f369c9c04e948195c1907d16b430115491ed04034f22ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NIEILCBPSUMIAQRG76HV43MCI.jpg?auth=9e36f4614377276fb6f25de0356237d2a84658395d9a8643f7bd4a9ac818ce7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This book cover image released by Harper shows "Whistler" by Ann Patchett. (Harper via AP)]]></media:description></media:content></item><item><title><![CDATA[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>“Right now, a lot of people across South Florida are feeling the pressure of everyday expenses, and even something as routine as filling up the gas tank can create real stress,” said Richard Shaw, Tropical Financial Credit Union President &amp; CEO. “We wanted to do something simple but meaningful to help lighten the load, which is why we partnered with Local 10 on this gas card giveaway.” </p><p>All you have to do to sign up is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p>“Even a little relief can make a difference, and we want people to know we’re here for them,” added Shaw.</p><p><b>June 1 winners:</b></p><ul><li>Bernard Hardge</li><li>Dawn Cochran</li><li>Alicia Gomez</li><li>Nathaniel Jackson</li><li>Carolina Guerrero</li></ul><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[International arbitrators reject $134M claim by Rwanda against UK for scrapped migrant deal]]></title><link>https://www.local10.com/news/world/2026/06/01/international-arbitrators-reject-134m-claim-by-rwanda-against-uk-for-scrapped-migrant-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/international-arbitrators-reject-134m-claim-by-rwanda-against-uk-for-scrapped-migrant-deal/</guid><dc:creator><![CDATA[By MIKE CORDER, Associated Press]]></dc:creator><description><![CDATA[THE HAGUE, Netherlands (AP) — A panel of international arbitrators has rejected a multimillion-dollar claim by Rwanda against the United Kingdom linked to a refugee resettlement deal that Prime Minister Keir Starmer scrapped immediately after taking office in 2024.]]></description><pubDate>Mon, 01 Jun 2026 13:16:04 +0000</pubDate><content:encoded><![CDATA[<p>THE HAGUE, Netherlands (AP) — A panel of international arbitrators has rejected a multimillion-dollar claim by Rwanda against the United Kingdom linked to a refugee resettlement deal that Prime Minister Keir Starmer scrapped immediately after taking office in 2024.</p><p>The deal, struck in 2022 by Starmer’s predecessor, Rishi Sunak, involved sending migrants who arrive in the U.K. as stowaways or in boats to the East African country. It included arrangements for payments to Rwanda to help cover costs. Starmer’s home secretary at the time the deal was scrapped, Yvette Cooper, called it the “most shocking waste of taxpayer money I have ever seen.”</p><p>The Permanent Court of Arbitration rejected two Rwandan claims, each for 50 million pounds ($67 million), linked to funding for the canceled deal. The decision was dated May 15, but formally announced by the Hague-based panel on Monday. It also rejected two other Rwandan claims linked to alleged breaches by the U.K. of the pact.</p><p>In a 76-page ruling, the panel said that written diplomatic exchanges between the two countries after Starmer scrapped the deal amounted to an agreement that the U.K. would not make the two 50 million-pound payments, due in April of 2025 and 2026, to cover costs of migrant relocations.</p><p>Under the deal, migrants were to be sent to Rwanda, where their asylum claims would be processed and, if successful, they would stay. Britain’s Supreme Court ruled that the policy was unlawful because Rwanda is not a safe third country for migrants sent there.</p><p>The British government said in a statement: “The U.K. robustly defended its position, and the tribunal has now ruled in favor of the U.K. on all grounds."</p><p>It added that Starmer's under-fire government is "now focused on delivering vital reforms to restore order and control to our borders, including removing the incentives drawing illegal migrants to Britain and scaling up removals of those with no right to be here.”</p><p>Rwandan Government spokesperson Yolande Makolo said Rwanda “respects the tribunal’s award and considers the matter concluded,” but she also noted a dissenting opinion by one of the arbitrators that she said “shows that the issues before the tribunal were complex and open to different legal conclusions.”</p><p>"Rwanda will continue to work constructively with international partners, guided by international norms and mutually beneficial cooperation,” she added.</p><p>___</p><p>Associated Press writer Jill Lawless in London and Ignatius Ssuuna in Kigali, Rwanda, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPR2RCRFY2AGNP6U66HGU6QBPU.jpg?auth=6a96dd7ee06b45e30719e824de0dc2c7fddb0e4c83585b7178a488299deddb9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Exterior view of the Peace Palace, which houses the International Court of Justice, or World Court, in The Hague, Netherlands, Monday, Feb. 18, 2019. (AP Photo/Peter Dejong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item><item><title><![CDATA[June 1: First day of hurricane season is quiet]]></title><link>https://www.local10.com/weather/2026/06/01/june-1-first-day-of-hurricane-season-is-quiet/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/01/june-1-first-day-of-hurricane-season-is-quiet/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy June 1st. As we start the new work and school week we continue with a warm west wind, providing for above average morning lows in the 80s. ]]></description><pubDate>Mon, 01 Jun 2026 10:47:13 +0000</pubDate><content:encoded><![CDATA[<p>Happy June 1st. As we start the new work and school week we continue with a warm west wind, providing for above average morning lows in the 80s. Today also marks the first day of the 2026 Atlantic Hurricane Season and we are not tracking anything in the tropics. The west wind will help heat up our temperatures to the low 90s with heat indices in the triple digits. Yesterday Miami-Dade broke the record high and today we could tie or break it again, before another round of afternoon storms roll in. Keep the raingear handy as storms will be around until Thursday. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Nvidia bets on AI personal computers with new 'superchip' powering Windows laptops]]></title><link>https://www.local10.com/business/2026/06/01/nvidia-bets-on-ai-personal-computers-with-new-chip-powering-windows-laptops/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/nvidia-bets-on-ai-personal-computers-with-new-chip-powering-windows-laptops/</guid><dc:creator><![CDATA[By CHAN HO-HIM and TAIJING WU, Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — Nvidia on Monday unveiled new powerful chips that would bring advanced artificial intelligence functions into laptops and desktop computers, with the new personal computer models from brands including Microsoft and Dell set to roll out later this year.]]></description><pubDate>Mon, 01 Jun 2026 13:51:34 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — Nvidia on Monday unveiled new powerful chips that would bring advanced artificial intelligence functions into laptops and desktop computers, with the new personal computer models from brands including Microsoft and Dell set to roll out later this year.</p><p>While Santa Clara, California-based Nvidia has already been massively successful in supplying high-end chips for data centers riding the worldwide AI demand boom, it is plotting different plans to expand its presence across AI systems and products.</p><p>Jensen Huang, the Taiwanese-American founder and CEO of Nvidia, made the announcement in Taipei at the annual Nvidia GTC event. Microsoft and Nvidia “are going to reinvent the PC (personal computer),” he said in his keynote speech.</p><p>“This is going to be the new PC,” Huang said as he unveiled Nvidia’s RTX Spark superchip — which combines CPU, or central processing unit, and GPU, or graphics processing unit, capabilities — that would power new Windows laptop and desktop computer models in what the company called “AI personal computers,” expected to debut in the fall of this year.</p><p>Nvidia is already the world’s most valuable company, ahead of Apple, Google’s parent Alphabet and Microsoft. Its new superchips for PCs will challenge chipmaking rivals including Intel and AMD. Nvidia's shares were up nearly 4% in early U.S. trading, while Intel and AMD both fell more than 3%.</p><p>The company said it will be “reinventing the personal computer” for creating and gaming. “When it has an autonomous (AI) agent, an agent that’s helping you, that understands you, you could talk to it. It could look at you. You could ask it to read files, go help you do some research. It could do a lot more,” Huang said.</p><p>Microsoft said in a separate statement that the personal computers running on Nvidia’s RTX Spark superchips would be able to support “highly capable AI models” and complex workloads. With the new superchips, these personal computers can run AI agents locally, Nvidia said.</p><p>“This is the first across the lineup of PC reinvention for 40 years,” said Huang.</p><p>Nvidia’s move is significant at a time when demand is growing for the use of personal AI agents, said Lian Jye Su, chief analyst at the technology research and advisory group Omdia.</p><p>“For consumers, it means more choices, which is always a good thing,” Su said.</p><p>Neil Shah, analyst and co-founder of Counterpoint Research, described Nvidia’s announcement as a move that’s “revolutionizing how PCs would look like in the next 10 years.”</p><p>The new laptops and desktop computers “will drive agentic AI applications in every home,” Shah said, with an aim of having an “AI supercomputer” in each household.</p><p>Also during Monday’s speech, Nvidia’s Huang said its new Vera CPUs for data centers are in full production and are “going to be our new major growth driver” on the boom of AI agents, with early customers including Anthropic, OpenAI and SpaceXAI.</p><p>Huang also revealed a humanoid robot reference design that could act as a blueprint for future research, especially within the higher education sector. Nvidia said its “Isaac GR00T” stands nearly six feet tall and has the humanoid chassis of Chinese robot maker Unitree’s H2. It is equipped with five-fingered dexterous hands, made by Singapore-based robotics startup Sharpa, that are capable of finely controlled movements.</p><p>___</p><p>Chan reported from Hong Kong.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OARV4XBR7ZE3VQAAI6NNWGKXWY.jpg?auth=b273031f9769632fe08b0ccbe71dd52131d89908abe59b600e5f6f7d01b194d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia CEO Jensen Huang delivers a speech during the Computex 2026 exhibition in Taipei, Taiwan, Monday, June 1, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F27RHSB5SGPXQJYJJ6ERKIA55M.jpg?auth=dab8c6fd255fd67d5d28452d26bec6af9ce444bc9166b53d0571382eedc29109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia CEO Jensen Huang delivers a speech during the Computex 2026 exhibition in Taipei, Taiwan, Monday, June 1, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPTE7ACCLE5JN2ZRIHYF4LDIXE.jpg?auth=3ff3a0b44ef023252f491acd29e2ab5d2b6ea795b785794404d978c777c826c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia CEO Jensen Huang delivers a speech during the Computex 2026 exhibition in Taipei, Taiwan, Monday, June 1, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SIG73C3WA5H7RDDKSYNNVMLRXE.jpg?auth=b091157642fb8419c62b59b83e182700a5518d387dcd1fbef3c9f8b951dcfaa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia CEO Jensen Huang delivers a speech during the Computex 2026 exhibition in Taipei, Taiwan, Monday, June 1, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RGT5T7FXJ2W7OQXCELY6DHXJM.jpg?auth=6103e96cdf5d70eedb6fa068c0a70e6a9e734ccb1fab7806e7ee76b9c501b03e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia CEO Jensen Huang delivers a speech during the Computex 2026 exhibition in Taipei, Taiwan, Monday, June 1, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content></item><item><title><![CDATA[Ebola survivors note 'indescribable joy' while Congo's confirmed cases near 300]]></title><link>https://www.local10.com/health/2026/06/01/confirmed-ebola-cases-in-congo-reach-282-as-survivors-describe-their-recoveries/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/01/confirmed-ebola-cases-in-congo-reach-282-as-survivors-describe-their-recoveries/</guid><dc:creator><![CDATA[By JUSTIN KABUMBA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — At least 282 cases of Ebola have been confirmed in Congo’s growing outbreak, the central African nation says, as patients who recovered from a type of the disease with no approved medicine or vaccine described their experiences to The Associated Press.]]></description><pubDate>Mon, 01 Jun 2026 14:03:51 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — At least 282 cases of Ebola have been confirmed in Congo’s growing outbreak, the central African nation says, as patients who recovered from a type of the disease with no approved medicine or vaccine described their experiences to The Associated Press.</p><p>The outbreak remains focused in eastern Ituri province, where 264 cases have been confirmed, the health ministry said. Congo has reported over 1,000 suspected cases of the Bundibugyo virus, the species of Ebola that was confirmed weeks after the outbreak quietly began.</p><p>The outbreak has spread to 22 health zones across three eastern provinces, government data shows, even as the World Health Organization has sought to highlight signs of progress like new deliveries of supplies to deeply under-resourced health centers.</p><p>Congo's health ministry says the main challenges in containing the outbreak in the remote region include early detection and rapid isolation of cases, rigorous contact tracing, safe and dignified burials and strengthening infection prevention and control in health facilities.</p><p>Meanwhile, the Coalition for Epidemic Preparedness Innovations said Monday it would commit up to $62 million to accelerate development of three experimental vaccines targeting Bundibugyo. The three in development are from the International AIDS Vaccine Initiative, Moderna and the University of Oxford.</p><p>Health workers have been at high risk. The WHO honored five of them as survivors over the weekend during a visit by Director-General Tedros Adhanom Ghebreyesus as he opened a new Ebola treatment center in Bunia, capital of Ituri province.</p><p>Baraka Bulambulu, a nurse, said he was overjoyed after the final Ebola tests on him returned negative.</p><p>“Coming out of this illness alive is an indescribable joy," Bulambulu said with a wide grin.</p><p>Ezo Étienne, another nurse who recovered, said he had started feeling dizzy as he checked on patients.</p><p>“I called the team and told them, ‘Something’s wrong here,'" he recalled, adding, "I decided to rest for a bit, and a few minutes later I started vomiting.”</p><p>The virus is spread through close contact with sick or deceased patients’ bodily fluids. Treatment has mostly targeted patients' symptoms, the WHO has said.</p><p>“Your courage gives hope and your living story that this outbreak can be stopped,” Tedros told the health workers on Sunday.</p><p>Despite challenges that include threats by armed groups and anger against health workers by some wary residents, the recoveries are “a victory worth celebrating,” said Dr. Dieudonne Mwamba Kazadi, director-general of Congo’s National Institute of Public Health.</p><p>“It’s a strong message that it is possible to recover from Ebola when seeking care early in a dedicated health facility,” he added.</p><p>Neighboring Uganda has reported nine cases of Ebola in this outbreak and closed its border with Congo seeking to limit its spread. Although more than 20 Ebola outbreaks have taken place in Congo and Uganda, the Bundibugyo virus has been rare.</p><p>___</p><p>Jean-Yves Kamale in Kinshasa, Congo, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W42CSJQUCX5D7KYUYEAQXEVS2Y.jpg?auth=b9beb833aab4ff782a5fc33b9b5c63aee4586b04f44f1f60a2a6e8daa40575de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, right, shakes hands with Ezo Etienne, a health worker who recovered from Ebola in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4JMITR6HKAZGMRLFTE2PHV7CI.jpg?auth=1efe1f6fb10a9c04524aba4f17dd45bc92eec0c1d652239643cd81a2e600bfbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Healthcare workers who have recovered from Ebola pose for a photo in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AAPBCXZQFUXO4VQ7FLN5CYNJQQ.jpg?auth=839f2ea75e15c5e7732fa9e588795abee66e6a055d2328ef2cb382aa1efcff89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a ward at the Evangelical Medical Center (CEM) during a visit by the Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Israel orders strikes on Beirut’s southern suburbs as Hezbollah rockets hit northern Israel]]></title><link>https://www.local10.com/news/world/2026/06/01/israel-orders-strikes-on-beiruts-southern-suburbs-as-hezbollah-rockets-hit-northern-israel/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/israel-orders-strikes-on-beiruts-southern-suburbs-as-hezbollah-rockets-hit-northern-israel/</guid><dc:creator><![CDATA[By BASSEM MROUE, KAREEM CHEHAYEB and NATALIE MELZER, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Israel’s government ordered strikes on the southern suburbs of Beirut on Monday, a day after its ground forces reached their deepest point in Lebanon in 26 years and as Hezbollah fired rockets at northern Israel, including the outskirts of the coastal city of Haifa.]]></description><pubDate>Mon, 01 Jun 2026 14:45:28 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Israel’s government ordered strikes on the southern suburbs of Beirut on Monday, a day after its ground forces reached their deepest point in Lebanon in 26 years and as Hezbollah fired rockets at northern Israel, including the outskirts of the coastal city of Haifa.</p><p>A joint statement by Israeli Prime Minister Benjamin Netanyahu and Defense Minister Israel Katz said the orders to attack targets in Beirut’s southern suburbs followed what they called repeated violations of the ceasefire by Hezbollah and “attacks against our cities and citizens.”</p><p>Hezbollah agreed to halt attacks on Israel when the ceasefire was signed in mid-April, but the militant group resumed the assaults after Israeli strikes in Lebanon that Israel characterized as self-defense.</p><p>After Monday's warning, large numbers of people were seen fleeing the area known in Arabic as Dahiyeh, jamming roads leading out of the suburb, where Hezbollah enjoys wide support.</p><p>Israel and Hezbollah exchange fire overnight</p><p>Israeli airstrikes overnight on southern Lebanon left six people dead, including a Syrian citizen in a village near the city of Nabatiyeh, the state-run National News Agency said. Israel struck other towns and villages near the major city, close to the strategic Beaufort Castle and other towns the Israeli military captured in recent days.</p><p>The Israeli military, meanwhile, said its air force had intercepted two projectiles launched from Lebanon toward Israeli territory, as well as a suspicious aerial target in the area where Israeli soldiers operate in southern Lebanon. No injuries were reported, the military said.</p><p>Hezbollah said it carried out rocket and missile attacks on northern Israel on Sunday. It said early Monday it attacked Israeli troops in Zawtar al-Sharqieh, just north of the Litani River, and struck what they said was Israeli military infrastructure in Tiberius, a few dozen miles south of the border.</p><p>Israel and Lebanon set to hold talks in Washington</p><p>The latest attacks came despite a nominal ceasefire that has been in place since April 17 and just before Lebanon and Israel hold their next round of direct talks in Washington starting Tuesday. Hezbollah has rejected direct talks, counting on pressure from Iran, which has demanded an end to the war in Lebanon in its talks with Washington.</p><p>The talks between officials from Israel and Lebanon, which began in April in Washington, were the first in more than three decades between the countries, which have no formal diplomatic relations.</p><p>Lebanese officials have been scrambling in diplomatic calls, including with Washington, in a desperate bid to push back Israel’s military escalation after Netanyahu’s announcement, a Lebanese diplomatic official said. Beirut is still committed to holding talks to end the conflict despite the boiling tensions, said the official, who spoke to The Associated Press on condition of anonymity in line with regulations.</p><p>Iranian Foreign Minister Abbas Araghchi asserted Monday that any ceasefire agreement between Washington and Tehran is a “ceasefire on all fronts, including Lebanon."</p><p>“Its violation on one front is a violation of the ceasefire on all fronts," Iran's top diplomat said in a post on X.</p><p>Beirut, the Lebanese capital, has been mostly spared from airstrikes since the ceasefire went into effect, apart from two targeted attacks on the city's southern suburbs in May.</p><p>The German development minister, Reem Alabali Radovan, had planned to visit Beirut on Monday to meet with Lebanese President Joseph Aoun and other officials, but she called off the visit while traveling to the city, citing the possibility of Israeli strikes in the suburbs.</p><p>Rubio proposes a fresh path to continue talks</p><p>A U.S. official said late Sunday that Secretary of State Marco Rubio had spoken to Aoun and Netanyahu to propose a fresh path to continue ongoing negotiations, as President Donald Trump weighs a tentative ceasefire extension with Iran.</p><p>Under the proposal, Hezbollah would halt all attacks on Israel, and Israel would refrain from escalating military operations in Beirut, according to the official who spoke on condition of anonymity to discuss private diplomatic conversations.</p><p>The official said Aoun was open to the idea but that Lebanese parliament chief Nabih Berri had responded by demanding that Israel first stop all military action.</p><p>The official said the Trump administration does not expect Israel to give up retaliating for Hezbollah strikes on its territory.</p><p>Berri, a key Hezbollah ally, said in a statement Sunday that he can guarantee the militant group’s “full, comprehensive and immediate commitment to a ceasefire.” Berri added: “But who will force Israel to stop its aggression?”</p><p>Aoun on Monday said in comments released by his office that Lebanon faces "a fierce and condemned Israeli aggression.” Aoun added that his government continues work to end “the suffering of the Lebanese in general and the southerners in particular.”</p><p>Later, the president issued a statement reiterating Beirut's commitment to negotiations, saying it is “safer” than war."</p><p>“It will not solve the problem within moments, but it is a process that needs time," he said. “And we have no other choice.”</p><p>The latest round of fighting between Israel and Hezbollah has killed 3,412 people in Lebanon and displaced more than 1 million people.</p><p>Israel’s military said a soldier was killed in southern Lebanon overnight in a drone attack by Hezbollah. Hezbollah’s use of hard-to-detect fiber-optic drones has been deadly for the Israeli military, which is struggling to respond.</p><p>According to Netanyahu’s office, at least 26 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon. Two civilians have also been killed in northern Israel.</p><p>___</p><p>Melzer reported from Tel Aviv, Israel. Associated Press writers Matthew Lee in Washington and Geir Moulson in Berlin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RGG3GVAIVUGK663SBJKVCN4LPQ.jpg?auth=1bd15eafe29e193e662d0d15cfd9c0d41fb6bac393340b34ec250f3f5a3dd408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family flees following an Israeli threat to strike Dahiyeh, Beirut's southern suburbs, Lebanon, Monday, June 1, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHU3HOYR7VIGLZADC2LICYYUC4.jpg?auth=bd3b037af6e617746c3b9d861d60e3ccf932910bf577df0b332d4facc3d6c464&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars sit in traffic on a highway as residents flee following an Israeli threat to strike Dahiyeh, Beirut's southern suburbs, Lebanon, Monday, June 1, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJO2DFSJAVM5SVHZDHNRKNXE24.jpg?auth=67369583474554e78ee9d3409b2958cd376fdffd9632ed6e0dba37e42b393e99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars sit in traffic on a highway as residents flee following an Israeli threat to strike Dahiyeh, Beirut's southern suburbs, Lebanon, Monday, June 1, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7EFE3AFW4QHGWD4Q3IQ4YYNNII.jpg?auth=2680395ceb660c24d95f31fdf1754e095adbc23a2b5abf50f89d1ce6f35819d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars sit in traffic on a highway as residents flee following an Israeli threat to strike Dahiyeh, Beirut's southern suburbs, Lebanon, Monday, June 1, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNFTZO3AYBA2DM3UZKB7DDWTOI.jpg?auth=c2f24deabefd891f21ddba3397916486f29291e8977b3d4c0ba01844348f7f08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of he Beaufort Castle in southern Lebanon as seen from northern Israel, Sunday, May 31, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Hundreds of youths protest outside Kenya's Ebola quarantine center for US citizens]]></title><link>https://www.local10.com/health/2026/06/01/hundreds-of-youths-protest-outside-kenyas-ebola-quarantine-center-for-us-citizens/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/01/hundreds-of-youths-protest-outside-kenyas-ebola-quarantine-center-for-us-citizens/</guid><dc:creator><![CDATA[By EVELYNE MUSAMBI, Associated Press]]></dc:creator><description><![CDATA[NAIROBI, Kenya (AP) — Hundreds of youths in Kenya’s central town of Nanyuki on Monday demonstrated against the establishment at the Laikipia Air Base of an Ebola quarantine center for American citizens exposed to the virus.]]></description><pubDate>Mon, 01 Jun 2026 12:56:34 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Hundreds of youths in Kenya’s central town of Nanyuki on Monday demonstrated against the establishment at the Laikipia Air Base of an Ebola quarantine center for American citizens exposed to the virus.</p><p>The protests come two days after Kenya’s High Court suspended the establishment of the facility and the arrival of any foreign patients pending the hearing of a case filed by the Law Society of Kenya and a constitutional watchdog.</p><p>The two organizations cited Kenya’s fragile health system as the reason why foreign Ebola patients should not be quarantined in the country.</p><p>U.S. officials said Thursday that the United States was planning to send Americans exposed to Ebola while abroad to a new facility in Kenya instead of flying them home. The officials spoke on condition of anonymity to discuss the administration’s plans. They said the facility would be at Laikipia Air Base and would be operational with 50 quarantine beds by Friday.</p><p>On Monday, hundreds of youths marched to the gates of the air base, chanting anti-Ebola slogans.</p><p>Health Minister Aden Duale on Sunday said the quarantine center was for “everyone” and not exclusively for U.S. nationals.</p><p>The U.S. government intends to commit $13.5 million toward Kenya’s Ebola preparedness efforts, Secretary of State Marco Rubio said in a statement.</p><p>Local leaders, including Laikipia Governor Joshua Irungu, had told journalists that they were opposed to the establishment of an Ebola quarantine center.</p><p>“This will expose our people to Ebola,” he said, adding that many locals work inside the air base and could be exposed.</p><p>A resident, Malin Ndegwa, said Kenya should not be exposed to the virus by hosting foreigners when it is not the epicenter of the outbreak.</p><p>“Why are they not doing it in the DRC (Congo)? Why are they not doing it in Uganda? Why must they bring it here? So we are saying, we categorically, no negotiations, no public participation, we want nothing. We want that facility taken out of our town, we want it taken out of Kenya,” he said.</p><p>Kenya has not recorded Ebola cases, but neighboring Uganda has reported nine and closed its border with Congo.</p><p>At least 282 confirmed cases have been reported in Congo with over 1,000 suspected cases of the Bundibugyo virus, the current species of Ebola, which has no approved treatment or vaccine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUR6PJ7IOJ4P46EE77XUIWRLYA.jpg?auth=cdef111faa169d2b03c4315e34854938b042074cca40855087f33860cfbf644e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester holds up a sign during a demonstration against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base, in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEBOWB7VNUU356S2LMZACRJTDQ.jpg?auth=5ba8340353fd80379b98cecefa6a9dd4ed6581fa48f2a99bf1d24efe4c24f762&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenyan soldiers on a tank patrol as protesters demonstrate against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQ53CY3OJPT5DR7IOG7LI3DE7Q.jpg?auth=b7dcb28df6907eb90f9e95ab65d7bef285eb2728d628d74d0c64f7d2e0eb840f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters demonstrate against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJEBIOEZ3WY2X2IB6GFYOWBAHI.jpg?auth=bc71aeeac51348c0b32f93d0b93bdaf004f87fda1f2df77765c0f0f425918ae9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anti-riot police officers stand by as demonstrators protest against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V4EY6UVFQ5YBYBIEZI2JMJC46Q.jpg?auth=a6270ca113758c7ced7379b7ec28903731fb4d25f80f39ba5082be8a827576c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester holds up a placard during a demonstration against a proposed Ebola quarantine center to be established by the United States at Laikipia Air Base in Nanyuki, Kenya, Monday, June 1, 2026. (AP Photo/Andrew Kasuku)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Kasuku</media:credit></media:content></item><item><title><![CDATA[El partido gobernante de Venezuela se fractura conforme Delcy Rodríguez cambia políticas chavistas]]></title><link>https://www.local10.com/espanol/2026/06/01/el-partido-gobernante-de-venezuela-se-fractura-conforme-delcy-rodriguez-cambia-politicas-chavistas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/el-partido-gobernante-de-venezuela-se-fractura-conforme-delcy-rodriguez-cambia-politicas-chavistas/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[Es un lema que durante mucho tiempo ha encapsulado la capacidad única de la feroz revolución nacionalista de Hugo Chávez para mantenerse en el poder en Venezuela durante 27 años: “¡Unidos, venceremos!”.]]></description><pubDate>Mon, 01 Jun 2026 08:45:01 +0000</pubDate><content:encoded><![CDATA[<p>Es un lema que durante mucho tiempo ha encapsulado la capacidad única de la feroz revolución nacionalista de Hugo Chávez para mantenerse en el poder en Venezuela durante 27 años: “¡Unidos, venceremos!”.</p><p>Jóvenes y mayores, dirigentes del partido gobernante y propagandistas lo gritan por igual en actos oficiales, manifestaciones callejeras y en la televisión estatal, levantando el puño para mostrar lealtad al gobierno autoproclamado socialista y su tradicional antipatía hacia Estados Unidos. Incluso cuando se enfrentan a verdades abrumadoras que desmienten esa fanfarronería, la diversa coalición de militares, ideólogos y oportunistas que se han acercado a las esferas de poder ha actuado al unísono.</p><p>Pero han surgido grietas en esa unidad tras la impactante operación militar de Estados Unidos que capturó al entonces presidente Nicolás Maduro en enero. Personas que fueron leales durante mucho tiempo están ventilando desacuerdos con el gobierno de la presidenta encargada, Delcy Rodríguez, e incluso comentan públicamente rumores de que una traición desde dentro ayudó a Estados Unidos a deponer a Maduro.</p><p>Una relación más cordial con EEUU despierta críticas</p><p>Rodríguez ha eliminado algunas de las políticas de Chávez, ha cumplido exigencias de Estados Unidos y ha reordenado el gobierno a su gusto, destituyendo ministros, impulsando leyes en la Asamblea Nacional para reformar la industria petrolera del país y liberando a presos políticos.</p><p>Los partidarios del chavismo hacen notar su desaprobación. Muchos critican el acercamiento entre el gobierno de Rodríguez y la Casa Blanca, a cuyo ocupante, sin importar el partido, el chavismo ha visto históricamente como su principal adversario.</p><p>La deportación en mayo de un exministro para enfrentar investigaciones penales en Estados Unidos y la reciente autorización de Rodríguez para que el ejército de Estados Unidos realizara un ejercicio de entrenamiento en la capital de Venezuela dejaron al descubierto divisiones internas.</p><p>Mario Silva pasó años difundiendo propaganda progubernamental como presentador de un programa en la televisión estatal antes de ser sacado del aire tras la captura de Maduro. Silva cuestionó la legalidad de la deportación de Alex Saab, un aliado cercano de Maduro, al sostener que violó una prohibición constitucional.</p><p>Afirmó que Rodríguez no gobierna con libertad, ya que algunas decisiones “Se están tomando en la embajada norteamericana”.</p><p>“El imperialismo no negocia. El imperialismo conquista, busca, hurga, hasta que revienta nuestro país”, dijo Silva en una transmisión en vivo. “Nadie en este momento está a salvo. Y eso es un hecho concreto, terriblemente peligroso”.</p><p>Unas pocas decenas de personas protestaron en Caracas el 23 de mayo contra las maniobras, durante la cual dos aeronaves Osprey del Cuerpo de Marines aterrizaron en la embajada de Estados Unidos. Sostuvieron una bandera venezolana con el mensaje “No al simulacro yanki” escrito encima. La participación fue mínima, algo que llamó la atención en una ciudad acostumbrada a manifestaciones frecuentes con asistencia de miles de personas.</p><p>Elías Jaua, quien fue vicepresidente de Chávez y formó parte del gabinete de Maduro en sus primeros años en el cargo, repudió el ejercicio en redes sociales. Más tarde dijo a The Associated Press que alzaba la voz para concienciar a los venezolanos sobre la situación “humillante” que enfrenta el país.</p><p>“En esta etapa lo más importante es evitar que se naturalice esta ocupación y esta administración colonial a la que está siendo sometida una nación como Venezuela”, expresó Jaua.</p><p>Chávez y Maduro —así como Rodríguez, en sus anteriores funciones como vicepresidenta y ministra de Comunicación y de Relaciones Exteriores— habían vaticinado durante mucho tiempo que Washington usaría la fuerza para tomar el control de la industria petrolera de Venezuela, que se ha abierto al capital privado tras la captura de Maduro. El gobierno del presidente de Estados Unidos, Donald Trump, supervisa las ventas de petróleo y administra los ingresos como parte de su plan por etapas para encarrilar al atribulado país sudamericano.</p><p>La salida de Maduro desata una lucha de poder</p><p>La crisis social, política y económica que se afianzó cuando Maduro se convirtió en presidente en 2013 llevó a más de 7,7 millones de personas a abandonar Venezuela y empujó a millones más a la pobreza. También derivó en rondas de protestas antigubernamentales y sanciones económicas de Estados Unidos, dos cosas que el partido gobernante logró resistir.</p><p>Los incondicionales del partido celebraron una victoria de Maduro en unas elecciones de 2024 pese a pruebas abrumadoras de que había perdido. También repitieron la negación de la dirigencia partidaria sobre un aumento de la migración. Su lealtad a menudo era recompensada, ya fuera con alimentos y bienes básicos para los pobres o con contratos multimillonarios y escoltas para los más acomodados.</p><p>Andrés Izarra, ministro de Comunicación con Chávez y ministro de Turismo con Maduro, dijo que las fracturas no se basan en la ideología ni en una defensa del chavismo, que, a su juicio, terminó cuando su fundador murió en 2013. El interés de Maduro, sostuvo, era enriquecerse y mantenerse en el poder a toda costa.</p><p>El interés personal, señaló, está creando división.</p><p>“Como no hay sustrato ideológico, es simplemente una pugna por poder y por dinero y por posiciones y por supervivencia. ¿Tú crees que él estuviera protestando si a él le hubieran dejado los escoltas o le hubieran dejado el sueldito o la cuota de poder?", dijo Izarra, quien vive en el exilio desde que se convirtió en blanco del gobierno la década pasada, en alusión a un crítico de los cambios bajo Delcy. "Si tuvieran interés ideológico, hubieran tenido la discusión mucho antes”.</p><p>Los leales hablan de una posible traición a Maduro</p><p>Las críticas incluso se emitieron en la televisión estatal el mes pasado, cuando un dirigente izquierdista colombiano sentado entre el público del programa del ministro del Interior, Diosdado Cabello, se puso de pie y cuestionó los esfuerzos de Venezuela por liberar a Maduro y a la primera dama, Cilia Flores, de la custodia de Estados Unidos.</p><p>“Hemos visto muy débil la campaña por la libertad de Cilia y Nicolas.”, dijo Manuel Caicedo ante un Cabello visiblemente atónito.</p><p>Otra chavista devota, la diputada Iris Varela, le dijo a un podcaster que creía que alguien dentro del gobierno había ayudado a Estados Unidos a sacar a Maduro del poder. La idea ha circulado ampliamente desde que el presidente Trump anunció que el líder autoritario había sido capturado el 3 de enero, pero no han surgido pruebas.</p><p>“Por supuesto que hay una traición”, dijo Varela. “Yo digo que todo Cristo tiene un Judas. Si nuestro Señor Jesucristo sabía que lo iban a traicionar y aun así dejó que Judas lo besara en la mejilla (...), ¿no va a surgir un traidor para Maduro?”.</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/BS3W6BAIBQ7THY2S5QXCLA2N3I.jpg?auth=022620653de5384cb72383d4c9d5f4bf8b7fd213d843d44db43f6aeb6b85508c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta encargada de Venezuela, Delcy Rodríguez, pasa ante una imagen del expresidente Hugo Chávez, ala izquierda, y el líder de independencia Simón Bolívar en la Asamblea Nacional de Caracas, Venezuela, el 15 de enero de 2026. (AP Foto/Ariana Cubillos, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Macron says French Navy, backed by the UK, intercepted a sanctioned tanker from Russia]]></title><link>https://www.local10.com/news/2026/06/01/macron-says-french-navy-backed-by-the-uk-intercepted-a-sanctioned-tanker-from-russia/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/macron-says-french-navy-backed-by-the-uk-intercepted-a-sanctioned-tanker-from-russia/</guid><dc:creator><![CDATA[By JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — The French Navy, with support from the United Kingdom, has intercepted an oil tanker under international sanctions that was traveling from Russia, the most recent effort by nations that support Ukraine to target Russian oil exports helping to finance President Vladimir Putin’s war.]]></description><pubDate>Mon, 01 Jun 2026 13:28:11 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — The French Navy, with support from the United Kingdom, has intercepted an oil tanker under international sanctions that was traveling from Russia, the most recent effort by nations that support Ukraine to target Russian oil exports helping to finance President Vladimir Putin’s war.</p><p>French President Emmanuel Macron announced the interception in a post Monday on X, saying the Tagor was boarded on Sunday in the Atlantic. Soldiers descended on a rope one after another from a French navy helicopter, video released to The Associated Press by the French military showed. It is the latest in a series of French naval interceptions of tankers suspected of links to Russia.</p><p>“It is unacceptable that boats skirt international sanctions, violate the law of the sea and finance the war that Russia has been waging for more than 4 years against Ukraine,” Macron wrote. “These ships, that don’t respect the most elementary rules of maritime navigation, are also a threat to the environment and everyone’s security.”</p><p>Oil revenue is a key part of Russia’s economy, allowing Putin to pour money into the war effort against Ukraine without worsening inflation for everyday people and avoiding a currency collapse.</p><p>Russia is believed to be using a fleet of hundreds of ships to evade international sanctions imposed over the war. France and other countries have vowed to crack down on the sanction-busting so-called “shadow fleet.”</p><p>Responding to the latest French interception, Kremlin spokesman Dmitry Peskov said Monday that Russia “considers such actions illegal.”</p><p>“They border on piracy,” he said Monday. “We absolutely disagree that they are being carried out in full compliance with international law.”</p><p>French maritime authorities said the tanker was intercepted more than 400 nautical miles west of France, in international waters in the Atlantic. It was traveling from the northwestern Russian port of Murmansk, according to the authorities’ statement.</p><p>It said the tanker is suspected of operating under a false flag and that the French navy is now escorting it to an anchorage for more checks.</p><p>The captain says he is Russian, French prosecutor Stéphane Kellenberger, overseeing the investigation from Brest in western France, said in a statement to AP.</p><p>The captain repeatedly refused to comply with French navy instructions, “making it necessary to take control of the vessel," Kellenberger said.</p><p>He said his office has opened a criminal investigation on charges of failure to provide proof of a vessel’s nationality, navigating without a flag and refusal to comply with orders.</p><p>Tankers previously intercepted by France include the Deyna, boarded in the Mediterranean Sea in March. Another tanker, the Grinch, intercepted in the Mediterranean in January, was released in February after paying a multimillion-euro penalty.</p><p>___</p><p>Associated Press writer Elise Morton in London contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FCHCZOBVRAUYLM6X5QJLQLXRWE.jpg?auth=29294fe9341c3950242662773c123471a7c5a36aa26f6d5e85af746c3620094c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by the French Army, a French army NH90 helicopter flies over the oil tanker Tagor, which is under international sanctions and was traveling from Russia in the Atlantic Sea, Sunday, May 31, 2026. (French Army via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">HONS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LVR7GNUZU66O6E5GHT2ZN7RQFQ.jpg?auth=6ca1138a8bcf4b25c9afcde37a1a4ede6104c53e27966f731d025264797e5f97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by the French Army, an NH90 helicopter intercepts an oil tanker that was traveling from Russia under international sanctions, on the Atlantic Sea, Sunday, May 31, 2026. (French Army via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">HONS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YMTV7DXCFZNNYTCGJYWKCATGDU.jpg?auth=a67051efd70377a956f88608f4eb033f433cb96bd90aebd1732121941a53412d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by the French Army, French soldiers use a rope from a NH90 helicopter intercepts an oil tanker that was traveling from Russia under international sanctions, on the Atlantic Sea, Sunday, May 31, 2026. (French Army via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">HONS</media:credit></media:content></item><item><title><![CDATA[Venezuela’s ruling party unity cracks as Delcy Rodríguez shifts Chávez-era policies]]></title><link>https://www.local10.com/news/world/2026/06/01/venezuelas-ruling-party-unity-cracks-as-delcy-rodriguez-shifts-chavez-era-policies/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/venezuelas-ruling-party-unity-cracks-as-delcy-rodriguez-shifts-chavez-era-policies/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[It’s a slogan that’s long encapsulated the unique ability of Hugo Chávez's fiercely nationalistic revolution to stay in power in Venezuela for 27 years: “United, we will win!”]]></description><pubDate>Mon, 01 Jun 2026 08:10:25 +0000</pubDate><content:encoded><![CDATA[<p>It’s a slogan that’s long encapsulated the unique ability of Hugo Chávez's fiercely nationalistic revolution to stay in power in Venezuela for 27 years: “United, we will win!”</p><p>The young, the old, ruling party leaders and propagandists alike shout it at official events, street demonstrations and on state television, pumping their fists to show loyalty to the self-described socialist government — and its traditional antipathy toward the United States. Even when confronted with overwhelming truths that defy such bravado, the diverse coalition of military, ideological and opportunistic hangers-on has acted in lockstep.</p><p>But cracks in that unity have emerged after the stunning U.S. military operation that captured then- President Nicolás Maduro in January. Longtime loyalists are airing disagreements with the government of acting President Delcy Rodríguez and even discussing publicly rumors that an insider’s betrayal helped the U.S. depose Maduro.</p><p>A warming relationship with the US draws criticism</p><p>Rodríguez, has done away with some of Chávez’s policies, complied with U.S. demands and shuffled the government to her liking, removing ministers, pushing legislation through the National Assembly to overhaul the nation's oil industry and releasing political prisoners.</p><p>Supporters of Chavismo are making their disapproval known. Many criticize the warming relationship between Rodríguez’s government and the White House, whose occupant, regardless of party, Chavismo has historically seen as its main adversary.</p><p>May’s deportation of a former minister to face criminal investigations in the U.S. and Rodríguez’s recent authorization for the U.S. military to conduct a training exercise in Venezuela’s capital laid bare internal divisions.</p><p>Mario Silva spent years spreading pro-government propaganda as the host of a program on state TV before being removed from the airwaves after Maduro’s capture. Silva questioned the legality of the deportation of Alex Saab, a close ally of Maduro's, arguing that it violated a constitutional ban.</p><p>He contended that Rodríguez is not governing freely, as some decisions “are being made in the U.S. Embassy.”</p><p>“The imperialists don’t negotiate. They conquer, test and probe — until our country shatters,” Silva said in a livestream. “Nobody is safe right now. And that is a concrete, terribly dangerous fact.”</p><p>On May 23, a few dozen people in Caracas protested the training that saw two Marine Corps Osprey aircraft land at the U.S. Embassy. They held a Venezuelan flag with the message, “No to the Yankee drill” written over it. Participation was minimal, which stood out in a city used to frequent demonstrations with attendance in the thousands.</p><p>Elías Jaua, who served as Chávez’s vice president and in Maduro’s cabinet in his first years in office, repudiated the exercise on social media. He later told The Associated Press he was speaking up to raise awareness among Venezuelans of the “humiliating” situation facing the country.</p><p>“At this stage, the most important thing is to prevent this occupation and this colonial administration to which a nation like Venezuela is being subjected from becoming normalized,” Jaua said.</p><p>Chávez and Maduro — as well as Rodríguez, in her previous roles as vice president and communications and foreign affairs minister — had long prophesied that the U.S. would use force to take control of Venezuela’s oil industry, which has opened up to private capital after Maduro's capture. The Trump administration oversees oil sales and administers revenues as part of its phased plan to turn the troubled South American country around.</p><p>Maduro's ouster prompts power struggle</p><p>The social, political and economic crisis that took hold when Maduro became president in 2013 drove more than 7.7 million people to leave Venezuela and pushed millions of others into poverty. It also led to rounds of anti-government protests and U.S. economic sanctions, both of which the ruling party survived.</p><p>Party stalwarts celebrated a Maduro victory in a 2024 election despite overwhelming evidence showing he had lost. They also echoed the party leadership's denial of a surge of migration. Their loyalty was often rewarded, be it with food and basic goods for the poor or multimillion-dollar contracts and bodyguards for the better-off.</p><p>Andrés Izarra, a communications minister under Chávez and tourism minister under Maduro, said the fractures are not based in ideology or a defense of Chavismo, which he believes ended when its founder died in 2013. Maduro's interest, he said, was in enriching himself and remaining in power at all costs..</p><p>Self-interest, he said, is creating division.</p><p>“Since there is no ideological foundation, it is simply a struggle for power, money, positions, and survival. Do you think (he) would be protesting if he’d kept his bodyguards, or if they’d kept his little salary, or his share of power?” Izarra, who lives in exile since becoming a government target last decade, said of one critic of change under Delcy. “If they had an ideological interest, they would have spoken much earlier.”</p><p>Loyalists discuss possible betrayal of Maduro</p><p>Criticism even aired on state television last month, when a Colombian leftist leader sitting in the audience of Interior Minister Diosdado Cabello's show stood up and questioned Venezuela's efforts to free Maduro and first lady Cilia Flores from U.S. custody.</p><p>“We’ve seen a very weak campaign for Cilia and Nicolás’s freedom,” Manuel Caicedo said before a visibly stunned Cabello.</p><p>Another devout Chavista, lawmaker Iris Varela, told a podcaster she believed a government insider had helped the U.S. oust Maduro. The idea has widely rumored since President Donald Trump announced that the authoritarian leader had been captured on Jan. 3, but no evidence has emerged.</p><p>Of course there’s a betrayal,” Varela said. "I say that every Christ has a Judas. If our Lord Jesus Christ knew he was going to be betrayed and yet he let Judas kiss him on the cheek, ... won’t a traitor emerge for Maduro?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/THDUWJ6IY67YI4B427YIT6YH6M.jpg?auth=f2c760e905976dfbaf8d42ed7a07c408b88f9091b37d0fee765e04f0e817ddca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's acting President Delcy Rodriguez walks past a image of former President Hugo Chavez, left, and Independence hero Simon Bolivar at the National Assembly in Caracas, Venezuela, Jan. 15, 2026. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJQDIBF4ZSAAZZW43I5AWCO4JA.jpg?auth=0a6a520c59ff58980898ab1c065b8119ea7b14f598e251c46e9e471f06219ab9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's acting President Delcy Rodriguez bids farewell to U.S. Energy Secretary Chris Wright after their meeting at Miraflores Palace in Caracas, Venezuela, on Feb. 11, 2026. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSXF23YQJPRQG35QUJ7QJYWWVA.jpg?auth=9b16c79f331d67b6fa3e4a0cb7aa036fa99859ba511c812e2a4bba4905e4616c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Embassy holds emergency and air evacuation drill in Caracas, Venezuela, Saturday, May 23, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5TO4TFU5NLD5C5MXKI6232CVQ.jpg?auth=25c88801b27e0fb103337c8ecf5378853b68aa7867a9cac6a320e09abb1a4779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Government supporters protest against a U.S. emergency and air evacuation drill conducted at the U.S. Embassy in Caracas, Venezuela, Saturday, May 23, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q5LBNVQGTDAOKOMM3GUTL4WJL4.jpg?auth=6aa6213ef03b2d961b0b23c71d8689a47003ad46b6b41bc3547331f8fd366b3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's acting President Delcy Rodriguez waves after bidding farewell to U.S. Energy Secretary Chris Wright following their meeting at Miraflores Palace in Caracas, Venezuela, Feb. 11, 2026. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Philippine senator charged with plunder says he will surrender]]></title><link>https://www.local10.com/news/2026/06/01/philippine-senator-charged-with-plunder-says-he-will-surrender/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/01/philippine-senator-charged-with-plunder-says-he-will-surrender/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — A Philippine senator said he will surrender to authorities after a special anti-graft court ordered his arrest on Monday on a non-bailable charge of plunder after he allegedly pocketed a huge kickback in a flood-control project in the latest crisis to hit the upper chamber.]]></description><pubDate>Mon, 01 Jun 2026 08:25:02 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — A Philippine senator said he will surrender to authorities after a special anti-graft court ordered his arrest on Monday on a non-bailable charge of plunder after he allegedly pocketed a huge kickback in a flood-control project in the latest crisis to hit the upper chamber.</p><p>The special Sandiganbayan anti-graft court had initially issued a warrant for Sen. Jinggoy Estrada’s arrest Friday on a graft charge that was bailable. He then surrendered and was released on bail and again denied any wrongdoing.</p><p>Estrada, 63, has strongly denied allegations mainly by a former government public works engineer that he received more than 570 million pesos ($9.3 million) in kickbacks from flood control projects.</p><p>Before leaving the Senate to surrender, Estrada suggested that the corruption cases he was facing and his arrest were a result of his being aligned with the camp of former President Rodrigo Duterte and his daughter, incumbent Vice President Sara Duterte, a former ally but now an arch political rival of President Ferdinand Marcos Jr.</p><p>“I will not yield to threats. I will not be intimidated,” Estrada said at the Senate.</p><p>“I will not be pressured into surrendering my independence of judgement,” he said.</p><p>The senator was an actor like his father, former President Joseph Estrada. Both have been previously detained on other corruption-related charges.</p><p>Several other senators and members of the House of Representatives have been implicated in the flood control anomalies in a poverty-stricken Asian archipelago that is among the most vulnerable to deadly floods and typhoons.</p><p>With Jinggoy Estrada’s looming arrest, two senators in the 24-member chamber would now be effectively sidelined by legal troubles.</p><p>Another senator, Ronald dela Rosa, has gone into hiding after the International Criminal Court issued a warrant for his arrest for an alleged crime against humanity.</p><p>Dela Rosa was a former national police chief who enforced a brutal anti-drugs crackdown under then-President Rodrigo Duterte that left thousands of mostly low-level suspects dead. The unprecedentedly large numbers of killings alarmed Western governments.</p><p>Duterte, who stepped down in 2022 after his stormy six-year term, was arrested last year on orders of the ICC and flown to the Netherlands, where he was detained and will face trial for alleged crimes against humanity starting in November over some of the killings.</p><p>Duterte and dela Rosa have denied any wrongdoing but Duterte had repeatedly threatened drug suspects with death.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FRPUH3VKTO56TMRMZ556TYRBBM.jpg?auth=b60e7c0790ee1f0d975773c7f1f909886fed281147259fc999832401ea4cc5e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senator Jinggoy Estrada speaks on behalf of his father and former Vice President Joseph Estrada during the 90th anniversary of the Office of the Vice President Nov. 14, 2025, at a hotel in Makati, Philippines. (AP Photo/Aaron Favila, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[Rescuers search for alternative route to reach 2 missing in a flooded Laos cave]]></title><link>https://www.local10.com/news/world/2026/06/01/rescuers-search-for-alternative-route-to-reach-2-missing-in-a-flooded-laos-cave/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/rescuers-search-for-alternative-route-to-reach-2-missing-in-a-flooded-laos-cave/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Rescue workers in Laos searched Monday for an alternative passage into a flooded cave where two people are believed to have been trapped for nearly two weeks after heavy rainfall flooded the main entrance, making it impassable.]]></description><pubDate>Mon, 01 Jun 2026 12:21:06 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Rescue workers in Laos searched Monday for an alternative passage into a flooded cave where two people are believed to have been trapped for nearly two weeks after heavy rainfall flooded the main entrance, making it impassable.</p><p>The two people remain unaccounted for since a search and rescue operation began last month in a rugged area of Xaisomboun province, about 120 kilometers (75 miles) north of the capital, Vientiane. Five of the seven people initially trapped inside the cave have been rescued.</p><p>Malaysian diver Lee Kian Lie, who is involved in the operation, said workers were pumping water out of the cave.</p><p>“We will go into the suspected area to continue the search if the water level is lowered,” he told The Associated Press.</p><p>Another team of rescuers is also looking around the other side of the cave in hopes of finding a dry passage that could provide access to the area where the missing people are believed to be trapped, he said.</p><p>Rescue teams from Laos and neighboring Thailand have been working together for more than a week. They were joined by divers from countries including Finland, Malaysia, Japan, Indonesia, France and Australia.</p><p>Several of the rescuers previously took part in the complicated 2018 cave rescue in northern Thailand that saved 12 schoolboys and their soccer coach from a flooded cave.</p><p>Laos's Rescue Volunteer for People group posted on its Facebook page that heavy rain caused “massive amounts of water” to flow down into the area, forcing them to suspend operations on Sunday night.</p><p>Kengkaj Bongkawong, head of the Thai group Metta Tham Rescue Kalasin, said workers are also looking for air shafts from above that may provide access into the cave.</p><p>“The team and I have used a radar scanner and satellite images and many other things as a basis for our navigation of the mountain,” he said.</p><p>In remarks on his Facebook page, Kengkaj warned that even if a suitable alternative entrance is found, “it's going to be a very tough job,” with access difficult and the constant problem of continuing rain flooding the cave.</p><p>It would require not only pumping water out, but also installing equipment to keep ventilating the cave's air supply, he said.</p><p>Rescuers believe the two missing people are trapped deeper inside the cave than the location where the five survivors were originally found on Wednesday. But the passage into that area is said to be very narrow and heavily flooded.</p><p>The villagers reportedly entered the cave nearly two weeks ago to look for valuable minerals such as gold before being trapped by a flash flood that blocked their way out. One other villager escaped and alerted the authorities.</p><p>The first man was safely extracted on Friday, guided through a narrow flooded passage by an expert diver. The remaining four left the cave on Saturday after the water receded enough for them to walk out on their own, rescuers said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BM35YQCODJWU7LPBOZIRHFP5LY.jpg?auth=c67350b5a223dfb0c8befffb0cabf14308a060e5bcc019da6b81294c32ba9a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of Longcheng district in Laos. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YCM7FZUYCQKAEXJ5XCGOLMFMY.jpg?auth=a1185c106612a71bc4fc6b9343c68646d7a7932c29ea30601b4b9dc4662bad11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This video grab provided by Metta Tham Rescue Kalasin, shows rescuers evacuating the first of five villagers, center, who had been trapped in a cave in Xaisomboun province, Laos, Friday, May 29, 2026. (Metta Tham Rescue Kalasin via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5X4MMLNCGMYKYJHIBEEBR2QKDE.jpg?auth=93ce287615a1b7fb7495dc45f110cdf8325b1d009d6acec7573ba120b454453d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image released by Metta Tham Rescue Kalasin, rescuers try to reach people who have been trapped in a cave in Xaisomboun province, Laos, Tuesday, May 26, 2026. (Metta Tham Rescue Kalasin via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/OAYZMFEBPUXTDHHLGHVXZGWUFQ.jpg?auth=d27ad098e2277f2556e2b8a634952a991b8c416050ff5a3b4ccb0cc4a56b67fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Metta Tham Rescue Kalasin, Rescuers evacuate the first of five villagers, center, who had been trapped in a cave in Xaisomboun province, Laos, Friday, May 29, 2026. (Metta Tham Rescue Kalasin via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/4JILDXZ56XMYCMAZEFKOH6RQPU.jpg?auth=3c2d5734f1f0e4a66ab52f436849bdb7d8ba81a413bc7c7741f1b0e1a5da00f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This video grab provided by the Association Of Volunteers For Lao People, shows rescuers evacuating the first of five villagers, center, who had been trapped in a cave in Xaisomboun province, Laos, Friday, May 29, 2026. (Association Of Volunteers For Lao People via AP)]]></media:description></media:content></item><item><title><![CDATA[Fujimori y Sánchez debaten con cruce de acusaciones a una semana de balotaje en Perú]]></title><link>https://www.local10.com/espanol/2026/06/01/fujimori-y-sanchez-debaten-con-cruce-de-acusaciones-a-una-semana-de-balotaje-en-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/01/fujimori-y-sanchez-debaten-con-cruce-de-acusaciones-a-una-semana-de-balotaje-en-peru/</guid><dc:creator><![CDATA[Por GABRIELA MOLINA, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Una semana antes del balotaje en Perú, los finalistas Keiko Fujimori y Roberto Sánchez se midieron cara a cara el domingo en un debate plagado de acusaciones y propuestas divergentes para afrontar la criminalidad y la crisis política que, entre otros problemas, asedian al país andino.]]></description><pubDate>Mon, 01 Jun 2026 06:28:06 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Una semana antes del balotaje en Perú, los finalistas Keiko Fujimori y Roberto Sánchez se midieron cara a cara el domingo en un debate plagado de acusaciones y propuestas divergentes para afrontar la criminalidad y la crisis política que, entre otros problemas, asedian al país andino.</p><p>El 7 de junio, los peruanos concurrirán nuevamente a las urnas para definir quién gobernará los próximos cinco años un país que ha visto desfilar ocho gobernantes en casi una década.</p><p>Fujimori, candidata de Fuerza Popular, se impuso en la primera vuelta con un 17,19% de votos válidos, seguida de Sánchez, de Juntos por el Perú, con el 12,03%, según los resultados oficiales.</p><p>Durante dos horas desde un centro de convenciones en Lima, los postulantes intercambiaron posiciones y propuestas sobre cuatro ejes: seguridad, democracia y derechos humanos, educación y salud; y economía, empleo y reducción de la pobreza.</p><p>En el arranque, el nacionalista Sánchez aseguró conocer “los problemas y las necesidades” del pueblo peruano al que ofreció no defraudar. “Hay que acabar con la dictadura congresal del gobierno que dirige Keiko Fujimori para recuperar la democracia y la justica”, fustigó.</p><p>En respuesta, la conservadora Fujimori aseveró que Perú enfrenta “un momento crítico” que, dijo, solo admite dos caminos: “O hacemos algo ahora para arreglar nuestro país o repetimos la misma receta que ya fracasó en 2021”, en alusión al gobierno del expresidente Pedro Castillo, de quien su rival fue ministro.</p><p>Seguridad</p><p>En un país agobiado por la criminalidad, con 2.400 homicidios al cierre de 2025, un promedio de siete asesinatos por día, según cifras oficiales, y extorsiones que superaron las 25.000, Fujimori ratificó que aplicará desde el primer día una política de “mano dura”.</p><p>La candidata de Fuerza Popular ofreció implementar plataformas para rastreo de extorsiones, militarizar las fronteras y presencia de policías y militares en zonas de riesgo para transportistas y pasajeros. Los presos deberán trabajar y “reparar a la sociedad”. También se reforzará el sistema de inteligencia y equipará la policía, añadió.</p><p>Sánchez enfatizó que luchar contra la criminalidad e inseguridad requiere “recuperar la democracia” y encaró su contrincante y excongresista sobre leyes que calificó de “procrimen”. Ofreció combatir la corrupción dentro de la policía y promover reformas que viabilicen el apoyo de fuerza militares en seguridad ciudadana.</p><p>Fortalecimiento del estado democrático y derechos humanos</p><p>Para fortalecer la democracia, Sánchez dijo que se debe “plantear un estado que restablezca el equilibrio de poderes”, un estado inclusivo y consolidar el sistema interamericano de derechos humanos para dar justicia a las “víctimas” del poder estatal.</p><p>“Los derechos humanos no se defienden sólo mirando al pasado”, respondió Fujimori, quien llamó a mirar al presente y al futuro impulsando, según su propuesta, proyectos de acceso a “obras que nos permitan vivir con dignidad”.</p><p>Educación y salud</p><p>Para solucionar las deficiencias de la salud púbica, la aspirante de derecha prometió implementar la telemedicina y fortalecer un fondo para asistir enfermedades de alto costo. En educación, propiciará la construcción y repotenciación de 5.000 colegios y un programa de kits escolares con participación de pequeños emprendimientos.</p><p>El postulante de Juntos por Perú aseguró que el acceso a la universidad debe ser libre y será un derecho universal, también ofreció la transferencia de recursos para la alimentación escolar y atender la salud mental.</p><p>Economía, empleo y reducción de la pobreza</p><p>Para Sánchez la pobreza “ya no sólo está en las zonas rurales, se ha movido a la ciudad” y propuso elevar la remuneración vital de 1.130 soles (332 dólares) a 1.814 soles (533 dólares) en su eventual gobierno. Alentará el empleo, “crédito barato” y asistencia para negocios y emprendedores.</p><p>“La pobreza no se reduce con discurso, se reduce con empleo”, reprochó Fujimori. La candidata dijo que en su gobierno la economía crecerá del 3% en la actualidad al 6% al cierre de su gestión. También prometió un fondo para la estabilización del precio de los combustibles.</p><p>La hija del fallecido exmandatario Alberto Fujimori llega por cuarta vez a un balotaje presidencial en Perú. Fue la primera dama durante el gobierno de su padre (1990-2000) y excongresista.</p><p>Sánchez fue ministro de Comercio Exterior del sentenciado expresidente Pedro Castillo (2021-2022) a quien ha prometido lealtad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JIAHJLU3QSQGOFLIL6S2KOXKGM.jpg?auth=1ab90ae8123f93ceb179f89e3b0b840a9dc3ba95c2c0a9345c2279bb62633266&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los aspirantes a la presidencia de Perú Keiko Fujimori, de Fuerza Popular, y Roberto Sánchez, de Juntos por Perú, se dan la mano antes de un debate presidencial en Lima, Perú, el domingo 31 de mayo de 2026. (AP Foto/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Returning to the fold? Some young Spaniards embrace Catholicism and can’t wait for Pope Leo’s visit]]></title><link>https://www.local10.com/news/world/2026/06/01/returning-to-the-fold-some-young-spaniards-embrace-catholicism-and-cant-wait-for-pope-leos-visit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/returning-to-the-fold-some-young-spaniards-embrace-catholicism-and-cant-wait-for-pope-leos-visit/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[Until three years ago, Sara Cabral’s faith experience was on trend with other Southern European youth — a “Catholic but never practicing” upbringing with little relevance to her life on Spain’s Canary Islands.]]></description><pubDate>Mon, 01 Jun 2026 06:17:15 +0000</pubDate><content:encoded><![CDATA[<p>Until three years ago, Sara Cabral’s faith experience was on trend with other Southern European youth — a “Catholic but never practicing” upbringing with little relevance to her life on Spain’s Canary Islands.</p><p>Then she listened to a song from a faith youth group that felt as if God were speaking to her. She joined the group, and now in addition to its weekly adoration with music sessions, Cabral is excitedly preparing to attend Pope Leo XIV ’s Mass in Gran Canaria with her friends.</p><p>“You get a restlessness about an emptiness that you don’t know how to fill,” Cabral, 26, says of her embrace of Catholicism. “God is the one looking for you first, but you need to go meet him.”</p><p>On trips to Spain this month and France in September, Leo will find thousands of young people like her in these traditionally Catholic but now staunchly secular countries, where historic churches are abundant and Mass attendance is sparse.</p><p>Church leaders and some experts see the success of youth movements and the surge in adult baptisms as signs that some young people are showing new interest in the church, while also challenging it to embrace a more inclusive message.</p><p>“They are drawing near with a look of surprise,” said the Rev. Josetxo Vera, spokesperson for Spain’s Catholic Bishops Conference. “It’s an excellent opportunity that bursts forth from heaven, not from the church.”</p><p>A drop in faith practice creates a blank slate</p><p>Vera has seen many teens “scare” their atheist parents by asking to be baptized after becoming aware of, and attracted to, Christian messages spread in popular culture — like Catalan pop star Rosalía and her recent, spirituality-infused album Lux.</p><p>They’re approaching faith in a drastically different environment than their parents and grandparents.</p><p>Until 1975, Spain was ruled by dictator Gen. Francisco Franco, who aligned with a deeply traditional Catholic Church still reeling from the anticlerical violence of Spain’s civil war. Becoming a democracy, the country saw “a kind of divorce between popular piety and the church’s religious culture,” said Mónica Cornejo Valle, a religion professor at Complutense University in Madrid.</p><p>Wildly popular religious processions and feasts have continued to be held in most Spanish regions and it’s hard to find a neighborhood or hamlet without some visible vestige of Spain’s outsized importance in the global history of the spread of Catholicism.</p><p>There are nearly 23,000 active Catholic parishes — but new priestly ordinations haven't started to bounce back. Most Spanish adults, 80%, were raised Catholic but only 47% currently identify as such, including a meager 2% who joined the faith from non-Catholic upbringings, according to a Pew Research Center survey conducted in 2024.</p><p>Only about 16% of Spanish Catholics go to Mass at least weekly, according to the 2024 Pew survey, even though it’s an obligation for those practicing the faith.</p><p>One of Cabral’s friends in Gran Canaria, José María Marrero, remembers attending Mass with his mother as a child, “and all you met were the old folks.” His wife, a teacher who was baptized in her early 20s, told him some of her students on a recent trip saw a picture of Jesus and asked, “Miss, that’s the Catholic one, right?”</p><p>In this overall environment, scholars like Cornejo Valle warn that a supposed revival in religiosity might amount to a “publicity effect” driven by a savvy use of media and popular culture.</p><p>But youth movement and church leaders see opportunity in this blank slate — especially if they “transmit Jesus’ message with happiness, a message that’s easy to understand,” as Cabral puts it.</p><p>Youth movements grow with appeals to belonging, solidarity</p><p>That’s the case for the group Cabral and some 35,000 other youth belong to, Hakuna, which started in the early 2010s in a Madrid parish when a group of college students set up a weekly hour of Eucharistic adoration, preceded by a short lecture and followed by a meetup at a local bar.</p><p>The movement became an official lay organization of the Spanish church in 2017, and has grown into volunteer trips and concerts, with seven records launched of Christian music, said its spokeswoman, Maca Torres.</p><p>“It’s the Holy Spirit, we’re the first to be surprised” by the success, Torres said, adding that most members are people who had stopped practicing, though there are a few converts.</p><p>In Catholicism, infants are baptized — but more than 13,300 baptisms of people older than 7 were counted in the latest annual report from Spain’s Catholic bishops conference.</p><p>And in France, a country whose approach to secularism is increasingly contested because of its strict regulation of religion in public life, some 13,000 adults were baptized at the Easter Vigil this year — 42% of them ages 18 to 25. That's according to the country's Conference of Catholic Bishops, which said that amounts to a tripling of such baptisms compared to 10 years ago.</p><p>Last summer at the Vatican, Leo encouraged a gathering of baptism candidates and newly baptized from France to share their experience of faith with others and let it guide their daily life.</p><p>“What a joy to see young people who are engaging with faith and want to give a sense to their life, by letting themselves by guided by Christ and his Gospel,” Leo told them.</p><p>The appeal for young people, experts say, seems to be twofold — a disenchantment with other institutions and with the growing loneliness of life lived on social media, together with a church that, starting with Pope Francis, has focused less on doctrine and more on social justice.</p><p>On June 6, the first day of his trip to Spain, Leo will hold a prayer vigil with youth in a vast Madrid public square — but he’s also later visiting a migrant center in the Canary Islands and a prison near Barcelona, outreach initiatives that tend to appeal to progressive youth.</p><p>“We don’t think that the number of Catholic young people has grown by a lot, but we do see that in general the profile of the Catholic youth is more committed than before,” Cornejo Valle said.</p><p>A quest for meaning that leads to the pews</p><p>María Salazar, 23, leads a Barcelona outpost of the global Catholic youth movement Effetá. She says many of her peers are looking for different forms of spirituality, within and outside the church.</p><p>“More than looking for faith, we look for a feeling of peace,” Salazar said. “We live in a microwave society — everything has to be immediate — but the Lord doesn’t work this way.”</p><p>She said there’s been “a boom of youth” in her parish, which also happens to be one of the most visited monuments in Europe — the Sagrada Familia, modernist architect Antoni Gaudí’s unfinished masterpiece.</p><p>About 120 of them engage in adoration and weekend-long spiritual retreats, the first of which saw organizers and the basilica’s rector stay up to prepare the church until well past midnight.</p><p>They also volunteer to help with the elderly going to Mass in the crypt and the international tourists flocking to worship services in the grand temple above it, where the pope will celebrate Mass on June 10 and inaugurate the new tower of Jesus Christ.</p><p>“We’re going to have him here at home,” Salazar gushed. “I see the tower from afar and I see the home that God gave us.”</p><p>___</p><p>Associated Press journalist Nicole Winfield at the Vatican contributed to this report.</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/KQ2HJCSM4VHPYSXOHW3GVPXEWQ.jpg?auth=5ad3d15f36955607c10bfb6009fd65dc3938a75d81447fa082e02ee76aaa712e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parishioners pray during a mass in the crypt of the Sagrada Familia in Barcelona, Spain, Friday, May 15, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYMAQO5YLHZP3ZYS64BVC2URYM.jpg?auth=33eb6e05bca54864605b770277605aaee2221301b330fd8eff45897f916791f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors admire one of the facades of the Sagrada Familia in Barcelona, Spain, Friday, May 15, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQT2RG4RFNX3CSEZRFCF7FQQYI.jpg?auth=a8b93a03ae3931dde69598d4869b4a7eb8ecd610468de38959554bc96b8b6363&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor, bathed in sunlight streaming through the stained-glass windows, gazes up at the ceiling of the Sagrada Familia in Barcelona, Spain, Tuesday, May 26, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ITBGXPV4I5KIZ7KLGIZ66PXBX4.jpg?auth=274487e8876b92f10a68eaefbdd81bbfce735a5e0546b04b178c79b0ee3d9f4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pilgrims pray in the street during a mass at the Cibeles square in Madrid, Aug. 16, 2011, ahead of the visit of Pope Benedict XVI. (AP Photo/Emilio Morenatti, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6DAKEOHBZRM7FV4HH4WU377PE.jpg?auth=aa3ac783b8e650bd02356c8e76e8a2734a10e6d8d435bf1bda3a81a5a5b0b0df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Worshippers receive communion during a Mass in the crypt of the Sagrada Familia in Barcelona, Spain, on Friday, May 15, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content></item><item><title><![CDATA[Even without Cal Raleigh, the Mariners have used power and pitching to move in front in the AL West]]></title><link>https://www.local10.com/sports/2026/06/01/even-without-cal-raleigh-the-mariners-have-used-power-and-pitching-to-move-in-front-in-the-al-west/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/even-without-cal-raleigh-the-mariners-have-used-power-and-pitching-to-move-in-front-in-the-al-west/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[The AL West may have missed its chance to leave the Seattle Mariners behind.]]></description><pubDate>Mon, 01 Jun 2026 10:05:06 +0000</pubDate><content:encoded><![CDATA[<p>The AL West may have missed its chance to leave the Seattle Mariners behind.</p><p>Seattle has been under .500 for most of the season, but now the Mariners (31-29) lead the division after six straight victories. They've made this run without slugger Cal Raleigh, who was hitting .161 when he went on the injured list over two weeks ago.</p><p>It doesn't take much to shake up the standings in the AL West. The Mariners' streak included a three-game sweep this past week over the Athletics. The A's were in first place, but have lost seven of their last nine. Houston has won eight of its last 12 to pull back into contention, just 4 1/2 games out of first place. The whole division is separated by 8 games, the top three teams by 2 1/2.</p><p>Despite Raleigh's absence, the Mariners are fourth in the American League in home runs, but pitching is what has driven this recent run. Seattle has held opponents to two runs or fewer in five of its last six games.</p><p>The same five starters have made 57 of Seattle's 60 starts. Bryan Woo (3.44), Logan Gilbert (3.69), George Kirby (3.77) and Emerson Hancock (2.78) all have ERAs among the top 25 in the AL. Luis Castillo (5.53) lags behind the other four starters, but lately Seattle has been using him in sort of a tag team with Bryce Miller, with one starting and the other coming out of the bullpen.</p><p>In a 9-2 win over the Athletics, Castillo pitched four scoreless innings and then Miller threw the last five. On Sunday against Arizona, Miller started and went five innings, then Castillo worked the last five and Seattle won 3-2 in 10.</p><p>Trivia time</p><p>The New York Yankees scored 13 runs in the third inning Sunday in their 13-8 victory over the Athletics. The Yankees actually went hitless in the other eight innings.</p><p>Anthony Volpe became the third player in the last 50 years to have two hits, two runs and two steals in an inning. Who were the other two?</p><p>Bonus question: Volpe nearly got to bat three times in the inning, but he was on deck when the third out came. Who was the last player with three plate appearances in an inning.</p><p>Performance of the week</p><p>Jacob Misiorowski struck out 12 in seven two-hit innings — throwing 57 pitches of at least 100 mph — as the Milwaukee Brewers beat St. Louis 5-1 last Monday. Milwaukee went on to sweep three straight from the Cardinals, and the Brewers now lead the NL Central by 4 1/2 games over St. Louis.</p><p>Comeback of the week</p><p>The Orioles trailed by four with one out and nobody on in the bottom of the ninth Saturday. Toronto never got another out, with Jeff Hoffman allowing the next six hitters to reach base before Connor Seabold issued a bases-loaded walk to Adley Rutschman that tied the game. Pete Alonso followed with a single to give Baltimore a 6-5 win.</p><p>Toronto's win probability was 99.3%, according to Baseball Savant, before Hoffman hit a batter and allowed a triple, a single, a double and two walks.</p><p>The Orioles went 7-3 on their homestand against Detroit, Tampa Bay and Toronto. That included a walk-off win over each of those teams and a three-game sweep of the AL East-leading Rays.</p><p>Trivia answer</p><p>Detroit's Alan Trammell had two hits, two runs and two steals in the bottom of the first on Sept. 20, 1983, against Baltimore. Seattle's Mike Cameron pulled it off in the top of the seventh on May 16, 2002, against Toronto.</p><p>Bonus answer: Boston's Johnny Damon had three plate appearances in the bottom of the first on June 27, 2003, against Florida. He had a single, a double and a triple as the Red Sox scored 14 runs in the first.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TP2CQVQSSBDLSFKHLIUDIG3GDM.jpg?auth=fec5c9bfd1752ad01f09326881b0e5bc12359ce0724ffbb0973ed5fadef7faf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' J.P. Crawford, left, douses Victor Robles, second from right, after a baseball game against the Arizona Diamondbacks, Sunday, May 31, 2026, in Seattle. (AP Photo/Stephen Brashear)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephen Brashear</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF4M3XLJQ4EYS65XOWYPUGQGHI.jpg?auth=026f5d71ef1061fe36ed1abb96557494623e02c3ff87e9a1f36ca34ae463ae0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners relief pitcher Luis Castillo pumps his fist while walking off the field during the 10th inning of a baseball game against the Arizona Diamondbacks, Sunday, May 31, 2026, in Seattle. (AP Photo/Stephen Brashear)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephen Brashear</media:credit></media:content></item><item><title><![CDATA[Judge to decide if a key hearing for the man accused of killing Charlie Kirk will be public]]></title><link>https://www.local10.com/news/politics/2026/06/01/judge-to-decide-if-a-key-hearing-for-the-man-accused-of-killing-charlie-kirk-will-be-public/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/judge-to-decide-if-a-key-hearing-for-the-man-accused-of-killing-charlie-kirk-will-be-public/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PROVO, Utah (AP) — A Utah judge is set to decide Monday whether to bar reporters and the public from parts of a key upcoming hearing in the case of the man accused of killing Charlie Kirk.]]></description><pubDate>Mon, 01 Jun 2026 04:37:00 +0000</pubDate><content:encoded><![CDATA[<p>PROVO, Utah (AP) — A Utah judge is set to decide Monday whether to bar reporters and the public from parts of a key upcoming hearing in the case of the man accused of killing Charlie Kirk.</p><p>Tyler Robinson’s defense has asked Judge Tony Graf to restrict access to the preliminary hearing on July 6-10, when prosecutors must show they have enough evidence to warrant a trial. It will mark the most significant presentation of evidence to date in a case that has so far focused on matters of media access.</p><p>Defense attorneys also have requested to seal dozens of exhibits that prosecutors plan to introduce at the July hearing, arguing they could taint the jury pool before a possible trial.</p><p>Robinson's lawyers have tried to guard against media coverage that they say sometimes misrepresents their client as his case has drawn tremendous public attention. The 23-year-old from southwestern Utah is charged with crimes including aggravated murder in the Sept. 10 assassination of Kirk on the Utah Valley University campus.</p><p>Prosecutors intend to seek the death penalty if Robinson is convicted. He has not yet entered a plea.</p><p>Prosecutors have argued that the preliminary hearing should remain open, but they agreed that media should be restricted from viewing or copying some exhibits that could be used in a future trial. They plan to introduce forensic analyses, surveillance video, recordings of witness statements, autopsy findings and alleged messages from Robinson admitting to the crime.</p><p>Authorities have said DNA consistent with Robinson’s was found on the trigger of the rifle used to kill Kirk, the fired cartridge casing, two unfired cartridges and a towel used to wrap the rifle. Prosecutors also have said Robinson left a note for his romantic partner that read, “I had the opportunity to take out Charlie Kirk and I’m going to take it.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZSTCOZA6LABZP4REMJG54DG6M.jpg?auth=e1fd6f62106123586c3160692986ed0d241442ade3509a112e316143a339e356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyler Robinson, left, accused in the fatal shooting of Charlie Kirk, appears during a hearing in the 4th District Court in Provo, Utah, Tuesday, May 19, 2026. (Trent Nelson/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Trent Nelson</media:credit></media:content></item><item><title><![CDATA[Oil prices rise, but not by enough to drag Wall Street far off its records]]></title><link>https://www.local10.com/business/2026/06/01/oil-prices-rise-but-not-by-enough-to-drag-wall-street-far-off-its-records/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/oil-prices-rise-but-not-by-enough-to-drag-wall-street-far-off-its-records/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices are rising Monday following the latest fighting to threaten the U.S.-Iran ceasefire, but Wall Street isn’t very worried, and U.S. stocks are hanging near their records.]]></description><pubDate>Mon, 01 Jun 2026 14:30:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are rising Monday following the latest fighting to threaten the U.S.-Iran ceasefire, but Wall Street isn’t very worried, and U.S. stocks are hanging near their records.</p><p>The S&P 500 was virtually unchanged from its all-time high set on Friday. The Dow Jones Industrial Average was down 102 points, or 0.2%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was flat. Both are also coming off records.</p><p>Some of the sharpest losses hit companies with big fuel bills hurt by the rise in oil prices. United Airlines lost 2.9%, and cruise-operator Carnival fell 2.7% after the price for a barrel of Brent crude oil climbed 6.7% to $97.22. That clawed back a chunk of its loss from last week and means it's still well above its price of roughly $70 from before the war.</p><p>Expensive oil has already sent inflation around the world higher, which not only increases bills for households but also pushes up bond yields. High yields worldwide recently have threatened to slow economies and undercut prices for stocks and all kinds of other investments.</p><p>Some of the hardest hit by high interest rates are smaller companies, which have a tougher time borrowing to grow when loans are more expensive to repay. The Russell 2000 index of the smallest U.S. stocks sank 1%, much more than the rest of the market.</p><p>But hope seems to be remaining on Wall Street that the United States and Iran will ultimately reach an agreement to reopen the Strait of Hormuz, allow deliveries of oil to resume from the Persian Gulf and ease the upward pressure on inflation.</p><p>Strength from several market heavyweights also helped to overshadow such fears.</p><p>Nvidia was the strongest force pushing upward the market and rose 4.8% after CEO Jensen Huang announced several product updates at a conference. Among them, he said the company’s next-generation artificial-intelligence platform, Vera Rubin, is ramping into full production. That helped calm some investor concerns about potential delays, analysts said.</p><p>What Nvidia does matters immensely for the U.S. stock market because it’s the biggest in terms of overall market value. That means the movements for its stock carry more weight on the S&P 500 than any other’s.</p><p>And Wall Street’s biggest companies have been growing so much that they’re dominating the market. The top 10 stocks control nearly half the S&P 500’s total market value, a 40-year high, according to Thomas Carroll, equity market strategist at Stifel.</p><p>That worked well as those Big Tech companies shot higher thanks to exuberance around AI. But it could also weigh on the index if the market’s leadership broadens, Carroll warns. Even if most stocks end up rising in such a rotation, stagnation or declines for Big Tech heavyweights could drag on S&P 500 index funds.</p><p>And a key indicator Carroll follows about market breadth “is signaling a rotation is coming,” he wrote in a report.</p><p>Elsewhere on Wall Street, Science Applications International Corp. jumped 12.8% after becoming the latest U.S. company to report bigger profit for the latest quarter than analysts expected. SAIC also raised forecasts for upcoming financial results after winning several contracts from the U.S. Department of Homeland Security, army and other agencies.</p><p>A cavalcade of such profit reports has helped the U.S. stock market push to records despite the war with Iran.</p><p>Berkshire Hathaway slipped 0.4% after it said it would buy Taylor Morrison Home for $6.8 billion. It’s one of the first big acquisitions announced by the company under Greg Abel’s leadership following famed investor Warren Buffett. Taylor Morrison Home jumped 22.5%.</p><p>In the bond market, Treasury yields rose with oil prices and after a report said growth in U.S. manufacturing accelerated by more last month than economists expected. The yield for the 10-year Treasury climbed to 4.50% from 4.45% late Friday.</p><p>High yields have already forced the average long-term U.S. mortgage rate to its most expensive level in nine months, and they could curtail companies’ borrowing to build the AI data centers that have supported the U.S. economy’s growth  recently.</p><p>In stock markets abroad, indexes fell in Europe following a stronger finish in Asia.</p><p>Japan’s Nikkei 225 rose 0.9%, and South Korea’s Kospi jumped 3.7% to hit records led by technology-related stocks, as investors continued to see growth in AI and other advanced technologies.</p><p>In South Korea, the Kospi index jumped 3.7% to a record. Samsung Electronics, its biggest company, soared 10.1%. Official data on Monday showed that South Korea’s exports surged 53% year-on-year in May, buoyed by global demand for semiconductors.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEQF4RVJFFWLLUPZP6NO3LBCSA.jpg?auth=3ee413a9ffcf3b722cb41ad32945545e38c776fa22ccfb52220aa459c1e327d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialists Philip Finale, left, and Meric Greenbaum work on the floor of the New York Stock Exchange, Friday, May 29, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Colorado elections clerk released from prison after governor commutes sentence]]></title><link>https://www.local10.com/news/politics/2026/06/01/colorado-elections-clerk-set-to-be-released-from-prison-monday-based-on-her-sentence-commutation/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/colorado-elections-clerk-set-to-be-released-from-prison-monday-based-on-her-sentence-commutation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — Tina Peters, the former clerk convicted of participating in a scheme to chase election conspiracy theories promulgated by President Donald Trump, was released from prison Monday after the president successfully pressured Colorado’s Democratic governor into commuting her sentence.]]></description><pubDate>Mon, 01 Jun 2026 15:17:23 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Tina Peters, the former clerk convicted of participating in a scheme to chase election conspiracy theories promulgated by President Donald Trump, was released from prison Monday after the president successfully pressured Colorado’s Democratic governor into commuting her sentence.</p><p>Peters’ release was confirmed by the Colorado Department of Corrections. The state agency said it would have no more information about the 70-year-old inmate. Her sentence was shortened by Gov. Jared Polis last month after Trump waged a lengthy pressure campaign against the governor and his state.</p><p>Peters served less than a quarter of her nine-year sentence.</p><p>Peters was the first local election official to be charged with breaching security after the 2020 election. She snuck in an outside computer expert affiliated with My Pillow Chief Executive Mike Lindell — who himself denied that Trump lost the White House in 2020 — and the person copied the county's Dominion Voting Systems computer server as it was updated in 2021.</p><p>Peters then joined Lindell onstage at a “cybersymposium” that promised to reveal proof that the election was rigged. Video and photos of the computer system upgrade, including passwords, were posted online. The move stoked false claims that voting machines were manipulated to steal the election from Trump.</p><p>Peters was convicted in 2024 of attempting to influence a public servant, conspiracy to commit criminal impersonation, violation of duty and other crimes by jurors in Mesa County, a Republican stronghold that supported Trump. An appeals court upheld her conviction in April, but ordered Peters to be resentenced because it said the judge who sent her to prison wrongly punished her for speaking out about election fraud.</p><p>Trump had championed Peters' case, but because she was convicted under state law, he did not have the power to pardon her. Instead, the president pressured Polis to do so, lambasting him on social media and disinviting him to a White House meeting with other governors. The Trump administration also announced plans to dismantle the National Center for Atmospheric Research in Colorado and relocated the U.S. Space Command to Alabama.</p><p>Polis commuted Peters' sentence on May 15. In a letter, he wrote that although Peters was convicted of serious crimes and deserved to spend time in prison, the sentence was “extremely unusual and lengthy” for a first-time non-violent offender.</p><p>Colorado Secretary of State Jena Griswold, a Democrat, called the move a “dark day for democracy” and said it amounted to ”selling out our state’s justice system for Trump.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F3TW5WK4UQPGJKQLOQDS34L4W4.jpg?auth=9e20e13d5b39b7e741b8fc0bd7be6964d3fa5aff5dc9ea75f4bf8fb99d5636cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candidate Tina Peters speaks during a debate for the state leadership position, Feb. 25, 2023, in Hudson, 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[California contests for governor, LA mayor head toward primary election with no clear leaders]]></title><link>https://www.local10.com/news/politics/2026/06/01/california-contests-for-governor-la-mayor-head-toward-primary-election-with-no-clear-leaders/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/01/california-contests-for-governor-la-mayor-head-toward-primary-election-with-no-clear-leaders/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — California spiraled toward a primary election Tuesday with its two marquee races defined by uncertainty and with a pair of outsider candidates looking to crack open the state’s durable Democratic hierarchy.]]></description><pubDate>Mon, 01 Jun 2026 04:31:02 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — California spiraled toward a primary election Tuesday with its two marquee races defined by uncertainty and with a pair of outsider candidates looking to crack open the state’s durable Democratic hierarchy.</p><p>In the governor's race, former Fox News TV host and British political adviser Steve Hilton is urging Republicans to unite behind him as he fights for one of two spots in the November election alongside two Democrats, billionaire climate activist Tom Steyer and former state attorney general Xavier Becerra.</p><p>In the Los Angeles race for mayor, reality TV personality Spencer Pratt is hoping to turn his insurgent campaign into a surprise upset of Democratic Mayor Karen Bass. The two are tightly clustered with Nithya Raman, a progressive city council member running to Bass' political left.</p><p>“We can't give up on LA,” Pratt told applauding supporters at a block party Sunday. “We've got to fight.”</p><p>Democrats once feared that the party’s large field of gubernatorial candidates could open a path for two Republicans to advance to November. But now, in the campaign’s closing days, Hilton is warning the opposite could happen — what he called a “doomsday scenario” in which only Democrats advance.</p><p>Hilton is pleading with his chief Republican rival, county Sheriff Chad Bianco, to pull out of the contest, fearing an all-Democratic ticket would dampen GOP turnout across the state and reorder races for Congress and the Legislature.</p><p>Becerra and Steyer locking out a Republican from the November ballot would be “a disaster for California, it means no change. It’s a disaster for everyone who’s running as a Republican up and down the ballot,” Hilton said on the social platform X.</p><p>Mail voting began in early May, but just 15% of voters had returned their ballots as of Sunday. That's left the candidates seeing room for a last-minute shake-up in the race's closing days.</p><p>A vulnerable mayor looks for second term in LA</p><p>In heavily Democratic Los Angeles, Bass' shaky first term has left her vulnerable. She points to a drop in homelessness, though encampments and rows of rusting RVs remain a common sight in many neighborhoods. Meanwhile, she's still trying to overcome lingering fallout from the 2025 Palisades Fire, the most destructive in Los Angeles history. Bass was in Ghana as part of a presidential delegation when the flames ignited. Pratt lost his home in the blaze and has made the fire and the city's recovery a foundation of his campaign.</p><p>At Pratt's block party, Vivian Escalante, a historian who lives in the heavily Hispanic Boyle Heights neighborhood adjacent to downtown, said the quality of life has been sliding for years — dirtier streets, more homeless encampments and a lack of pride in the neighborhood she's called home all her life.</p><p>“It's gotten completely worse,” Escalante said, with a Pratt cap perched on her head. The Democratic Party, she said, has “completely abandoned us.”</p><p>The LA race is officially nonpartisan, but Bass is a Democrat, as is Raman, who made a last-minute decision to challenge her one-time ally and is among the top group of contenders.</p><p>Pratt, who rose to fame alongside his wife, Heidi Montag, on “The Hills,” is a registered Republican who has received a nod of approval — if not an outright formal endorsement — from President Donald Trump. He has sought to distance himself from national politics, saying his concerns are strictly within city limits.</p><p>A University of California, Berkeley, Institute of Governmental Studies poll, co-sponsored by The Los Angeles Times, found Bass tightly clustered with Raman and Pratt, with other candidates trailing. The poll of 1,351 likely voters conducted between May 19 and May 24 gave no candidate a statistically significant edge.</p><p>The city is at a difficult juncture.</p><p>Hollywood jobs have been decamping for years for cheaper filming locations. A downtown renaissance was crushed by extended pandemic closures and many office buildings remain desperate for tenants. The city has long struggled to provide basic services, whether paving buckled streets and fixing sidewalks or keeping streetlights on.</p><p>A crowded governor's race with no clear leader</p><p>The governor's race has been the most wide open in a generation. More than 50 names are on the ballot.</p><p>Democratic Gov. Gavin Newsom is banned by law from seeking a third term. Other candidates seeking to replace him include former Democratic U.S. Rep. Katie Porter,Democrat Matt Mahan, the mayor of San Jose, and Bianco, the Riverside County sheriff.</p><p>Rebecca Katz, a strategist with Steyer’s campaign, said Sunday that they are “feeling pretty good” but emphasized how close the race was with a sporting reference, “It’s three candidates for two spots, every possession counts.”</p><p>Steyer, a former hedge fund manager turned liberal activist, has set spending records hoping to advance to the November contest. Hilton, a former Fox News host who has been endorsed by Trump, has promised to bring down costs in a state with some of the nation's highest gas prices, utility costs and taxes. Becerra has been stressing his experience in arguing he's best prepared to lead the nation's second most populous state, having served as the Biden administration's health secretary, a former U.S. House member and state attorney general.</p><p>Broadly, Republicans in the race are promising drastic change after years of Democratic governance — Democrats haven't lost a statewide race in two decades and Republicans last elected a Los Angeles mayor in 1997. Democrats, though in charge for years, are promising to bring down costs and continue to fend off the Trump administration in its numerous conflicts with Democratic California.</p><p>___</p><p>Associated Press writer Jesse Bedayn in Austin, Texas, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V2SOTUE7OCEFL7Q3QCDAWNCHYI.jpg?auth=5e0f9fb850bff03552d471bceec5c271acf03d290241adb58b91bfadee391d0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles mayoral candidate Spencer Pratt during a campaign event Sunday, May 31, 2026, in Los Angeles. (AP Photo/Jill Connelly)]]></media:description><media:credit role="author" scheme="urn:ebu">Jill Connelly</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GIA6EJ5L45OMV6YJ63MO7DORS4.jpg?auth=17788c3e694a309b36be421669c70cdd97d1aeab358c332ad491623b348bf341&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Mayor Karen Bass addresses union members during a campaign event at SEIU 721 headquarters in Los Angeles on Saturday, May 30, 2026. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54BS6DCUSSLOQTEXWZNXIUJ6QU.jpg?auth=4a8ef7ffe40992b3b791b27d26e7fc67123a0a32b6ed4e43178fee218e533932&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Republican gubernatorial candidate Steve Hilton speaks during a campaign event on Sunday, May 31, 2026, in Santa Monica, Calif. (AP Photo/Benjamin Hanson)]]></media:description><media:credit role="author" scheme="urn:ebu">Benjamin Hanson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXH4W6M4PFVTRJYRKDPGG53EWE.jpg?auth=99c04589d7c7ff7044037037f51f0e362d0391876b457217c4b43502cfc566c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Steyer speaks during a California gubernatorial debate hosted by CBS Bay Area and the San Francisco Examiner in San Francisco, Thursday, May 14, 2026. (AP Photo/Godofredo A. Vásquez, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7ATTDO75JL47GP6G6TTY3TRUM.jpg?auth=68639e2cf2e59325986a0191d91c0c69646357a7f0ad610dd5644823db1e61b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Xavier Becerra shakes hands with supporters during a campaign event in West Hollywood, Calif., Thursday, May 28, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[US bombs Iranian military sites and Tehran targets American troops in Kuwait]]></title><link>https://www.local10.com/news/world/2026/06/01/us-bombs-iranian-military-sites-and-tehran-targets-american-troops-in-kuwait/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/us-bombs-iranian-military-sites-and-tehran-targets-american-troops-in-kuwait/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — The United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it targeted American soldiers in Kuwait with missiles, which the U.S. says it shot down.]]></description><pubDate>Mon, 01 Jun 2026 14:49:08 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — The United States said Monday that it bombed radar and drone sites in Iran after Tehran shot down an American drone over the weekend. Iran then said it targeted American soldiers in Kuwait with missiles, which the U.S. says it shot down.</p><p>The nominal ceasefire between Iran and the U.S. has been repeatedly tested with such back-and-forth attacks, even as officials from both countries try to negotiate an end to the war. It’s not clear how close they are to a deal — and there is always the risk that an attack could derail those talks.</p><p>In the meantime, Iran has maintained its chokehold on the Strait of Hormuz, disrupting global energy supplies and driving up the price of fuel around the world, with far-reaching consequences. A cargo ship came under attack off Iraq Monday afternoon, the British military said.</p><p>Fighting has also escalated between Israel and the Lebanese militant group Hezbollah, despite their nominal ceasefire. Israel has extended its occupation deep into Lebanon, and Hezbollah — which joined the war in support of its main backer, Iran — continues to launch drones into Israel.</p><p>US military attacks Iran</p><p>The U.S. military’s Central Command said it carried out the strikes in Iran on Saturday and Sunday around the city of Geruk and on Qeshm Island, hitting air defenses, a ground control station and two attack drones it said threatened ships in the region.</p><p>“The measured and deliberate strikes occurred ... in response to aggressive Iranian actions that included the shootdown of a U.S. MQ-1 drone that was operating over international waters,” Central Command said.</p><p>Traffic through the Strait of Hormuz is at a trickle compared to before the war, with ship owners deterred by the risk of an Iranian attack. Only 36 ships transited the waterway in the seven days leading up to to Friday, a third of them carrying crude oil or petroleum products, according to Lloyd’s List Intelligence. That compares to an average of more than 130 ships per day before the war began.</p><p>Kuwait reports incoming fire</p><p>Kuwait said its air defenses opened fire early Monday morning to intercept incoming drone and missile fire.</p><p>Around the same time, Iran’s paramilitary Revolutionary Guard said it responded to an American attack without saying where, likely referring to the attack on Kuwait. In a statement carried by the state-run IRNA news agency, the Guard said that U.S. forces had targeted a telecommunications tower.</p><p>Kuwait is home to U.S. Army Central, the Mideast forward command for the Army.</p><p>Iranian state television shared footage of the ballistic missile launch, including a close-up showing a sticker on its body depicting a bruised U.S. President Donald Trump overlaid on a “closed” Strait of Hormuz with the caption: “Until the last American soldier leaves the region.”</p><p>Central Command said U.S. forces shot down two ballistic missiles Iran launched toward bases home to American troops. No Americans were hurt, it added.</p><p>Attacks rattle ceasefire talks</p><p>The attacks represent the latest escalation between the U.S. and Iran. Over the weekend, the U.S. fired a missile into the engine room of a Gambia-flagged cargo ship trying to break its blockade of Iranian ports.</p><p>On Monday, a cargo ship off Umm Qasr, Iraq, was struck by a projectile that caused a “large explosion,” the British military said. It offered no other details and no one claimed the attack, though Iran previously has attacked ships off Iraq.</p><p>A trickle of ships has made it out of the strait, through which a fifth of all traded oil and natural gas once passed, but pressure continues on global energy supplies, as well as on chemical fertilizer. That has led to fears of food shortages. The Gulf region produces 30% of globally traded chemical fertilizers.</p><p>Trump met with advisers on Friday but has yet to decide on whether to move ahead with a deal to extend the ceasefire and reopen the strait. Iran has said the deal had not been finalized.</p><p>The U.S. and Israel launched the war with strikes on Iran on Feb. 28. Trump has offered shifting goals for the conflict, although preventing Iran from building a nuclear weapon is among them. Iran has insisted its nuclear program is peaceful, though it has enough highly enriched uranium to build several nuclear weapons, should it choose to do so.</p><p>U.S. Vice President JD Vance suggested last week that negotiators are trying to strike general terms on Iran’s nuclear program, with the specifics to be hammered out in the ensuing talks.</p><p>Iranian Foreign Ministry spokesperson Esmail Baghaei on Monday again accused the U.S. of “constantly” changing its positions.</p><p>“From the beginning, we knew — and we continue to know — that we are negotiating in an atmosphere of mistrust," Baghaei told journalists.</p><p>Trump expressed optimism about the talks in a post on his Truth Social platform early Monday in Washington.</p><p>“Iran really wants to make a deal, and it will be a good one for the U.S.A. and those that are with us,” he wrote. “Just sit back and relax, it will all work out well in the end — It always does!”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHA2F5A4HQK7KCECLLSCYMBL4I.jpg?auth=3261a9d5b029cf3de6245430754ef017132dd934c1ac381ab15190a94ecd5a6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators wave Iranian flags and flags of Lebanon's militant Hezbollah group during a pro-government gathering at Islamic Revolution Square in Tehran, Iran, Saturday, May 30, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ELBVWWBWAZQXVSL4MZQVVL2H4Q.jpg?auth=3ef7bca4f6b655576e80ad6e380c0fd05851a451bed3c01ed2d6649e2e793996&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for the Gulf Cooperation Council member states: Saudi Arabia, Bahrain, Qatar, Oman, Kuwait and United Arab Emirates. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Insecurity disrupts some voting in Ethiopia as ruling party seeks majority]]></title><link>https://www.local10.com/news/world/2026/06/01/polls-open-in-ethiopias-election-that-is-widely-expected-to-be-won-by-the-ruling-party/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/polls-open-in-ethiopias-election-that-is-widely-expected-to-be-won-by-the-ruling-party/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ADDIS ABABA, Ethiopia (AP) — Ethiopians voted Monday in an election marred by insecurity but widely expected to see the ruling Prosperity Party secure the majority of legislative seats and give Prime Minister Abiy Ahmed another five-year term.]]></description><pubDate>Mon, 01 Jun 2026 15:09:14 +0000</pubDate><content:encoded><![CDATA[<p>ADDIS ABABA, Ethiopia (AP) — Ethiopians voted Monday in an election marred by insecurity but widely expected to see the ruling Prosperity Party secure the majority of legislative seats and give Prime Minister Abiy Ahmed another five-year term.</p><p>A heavy military presence was observed in the capital, Addis Ababa, as watchdogs called for a peaceful vote in the country that is Africa’s second most populous and host of the African Union.</p><p>The head of the electoral commission, Melatework Hailu, said security incidents were reported at polling stations in two volatile regions, Oromia and Amhara. Voting resumed at some but did not at 143 others, and it was not clear whether voters would have another chance to cast ballots.</p><p>No details were given about the insecurity. Voting in 50,000 other polling stations proceeded as Ethiopians choose more than 500 members of the House of Representatives, who will vote to select the prime minister.</p><p>More than 50 million people, out of Ethiopia’s estimated population of 130 million, are registered to vote. Voters are also electing members of local government councils. Results were expected later Monday.</p><p>But the Tigray region again was not taking part in the election, denying it a voice in parliament and further pushing it to the margins after years of friction with the federal government, including armed conflict. The region has not had federal representation for six years.</p><p>Elsewhere, opposition parties have raised concerns over what they describe as a shrinking political space, alleging that they were prevented from campaigning. Ethiopia has also faced criticism over reported human rights abuses targeting government critics and journalists.</p><p>A human rights defender, Noah Yesuf, called the election illegitimate "from the beginning."</p><p>“The fairness of an election is judged by whether there is a level playing field for the opposition and a conducive environment for citizens to freely participate,” he told The Associated Press.</p><p>There was an element of voter apathy as some citizens said they felt let down by politicians.</p><p>But Senait Dereje, a 37-year-old shopkeeper, said she was certain her vote matters.</p><p>“I am not sure if my vote will bring the change that I want and that will help change my livelihood,” Dereje told the AP. “I know many friends refuse to vote as they have given up on the politicians, but I have not and I see it as a referendum-like vote on the mixed record of the government."</p><p>This year’s election themes highlight national reconciliation due to fighting in regions including Tigray, Oromia and Amhara.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I422GUQGLFLCPUGKQGQDQ6OQRA.jpg?auth=4407e1281272d4ea189ba591db0d4ac272c46d70ad46b5b5462850d6bfdb67a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ethiopian voters gather outside a polling station before voting begins in the general election in Addis Ababa, Ethiopia, Monday, June 1, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Sileshi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUNCDWKLMKXUQHI2KU23EVKONE.jpg?auth=d63409f2ae4e11c5c9477271fe0b7746044ce9a07a1c76470752c780110541af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sit outside a polling station before casting their votes in the general election in Addis Ababa, Ethiopia, on Monday, June 1, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Sileshi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3CNJVDPV533LZY7X6LT5H3SNQ.jpg?auth=44cc3104a0cf835361bd67860712b912a9a660aeaffe12f2e8dbca6dd37d2859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ethiopian women collect ballot papers at a polling station during the general election in Addis Ababa, Ethiopia, Monday, June 1, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Sileshi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNMHHPN2BUQE7SB5ZNZUXRRN7I.jpg?auth=cd9151830a207e103c2bb874ad8b52a3056acc2a7468e95f6b8c2fa7193d6e34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter casts a ballot at a polling station during the general election in Addis Ababa, Ethiopia, Monday, June 1, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Sileshi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TC2JTJHWB653GC7HNLIYJ7NAFA.jpg?auth=b4a0d72772f449406e105af875168e72d37da2e85bd2434de719fd4694b519cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ethiopian Orthodox Christian worshippers pray at Gerji Saint Mary Church during the general election in Addis Ababa, Ethiopia, Monday, June 1, 2026. (AP Photo/Amanuel Sileshi)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanuel Sileshi</media:credit></media:content></item><item><title><![CDATA[Trump is facing a new inflation warning from the bond market, adding to his midterm challenges]]></title><link>https://www.local10.com/business/2026/06/01/trump-is-facing-a-new-inflation-warning-from-the-bond-market-adding-to-his-midterm-challenges/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/trump-is-facing-a-new-inflation-warning-from-the-bond-market-adding-to-his-midterm-challenges/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The world is getting more uptight about lending money to President Donald Trump’s government — causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.]]></description><pubDate>Mon, 01 Jun 2026 04:01:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The world is getting more uptight about lending money to President Donald Trump’s government — causing interest rates to climb in ways that are worsening affordability pressures, hampering economic growth and creating a new risk for Republicans in November’s midterm elections.</p><p>The energy price spike triggered by the Iran war has seeped into the price of bonds that help fund the U.S. government. Interest rates on a 10-year U.S. Treasury note are topping 4.44%, up from 3.95% before the war started at the end of February. Average mortgage rates have climbed to their highest levels in nine months, while auto sales are slumping.</p><p>The challenge is global in scale, as interest rates have risen for multiple countries as the world has been adjusting to the prospect of higher inflation, mounting questions about the sustainability of government debt and a dramatic surge in investment in artificial intelligence.</p><p>Trump has tried to assure Americans that he has a plan to trim the roughly $1.8 trillion annual budget deficit. In the past, he has pointed to revenue from tariffs, payments from foreigners for his “Gold Card” visa, spending cuts made by the Department of Government Efficiency, and faster economic growth. Last week, he said the fraud task force led by Vice President JD Vance would be the key to unlocking massive savings.</p><p>“If he does really great, we’ll have a balanced budget without having to do anything,” Trump said.</p><p>Economists say this is probably unrealistic</p><p>Economists say Trump’s strategies to meaningfully curb the deficit are unlikely to deliver the promised results.</p><p>The cost of servicing the national debt has tripled since 2021 to more than $1 trillion annually, said Jessica Riedl, a budget and tax fellow at the Brookings Institution.</p><p>“President Trump signed a tax cut bill that will likely add $5 trillion to 10-year deficits — and tariffs are offsetting only a small fraction of those costs,” she said. “Budget deficits are still projected to soar past $4 trillion annually within a decade under current policies.”</p><p>Deficits are expected to grow over the next decade as the costs of Social Security and Medicare outstrip tax revenues.</p><p>The 10-year U.S. Treasury rate climbed as high as 4.67% in the middle of May and has since eased as negotiations over the Iran ceasefire continued — just as rates initially climbed in 2025 because of Trump's “Liberation Day” tariffs and then began to decline once Trump backed off the most extreme increases.</p><p>When Kent Smetters, faculty director of the Penn Wharton Budget Model, broke down the math tied to rising 30-year Treasury yields, he estimated that 60% of the increase had come from the expectation that America will continue its outsized borrowing and the other 40% was tied to the inflation driven by the Iran war and Trump’s tariffs.</p><p>Glenn Hubbard, a former chairman of the White House Council of Economic Advisers during the George W. Bush administration, worries that the U.S. may no longer have the same borrowing capacity as before to effectively combat an economic crisis, such as the 2008 crash or the coronavirus pandemic.</p><p>“I don’t think we have the space that we had in 2008 or 2020 to deal with it,” said Hubbard, now a professor at Columbia University's Business School. “Washington doesn’t seem to be full of ideas — good or bad — to solve it.”</p><p>Interest rates are a concern for voters</p><p>Higher interest rates are giving Democratic candidates in the races to determine control of the House and Senate another line of attack at a time when voters are concerned about high costs for food and gasoline.</p><p>In Colorado’s fifth congressional district, Democrat Jessica Killin is leaning into the message that the persistent deficits and higher interest rates make it harder to buy or renovate a home, afford a new car or manage credit card debt.</p><p>“Things are already expensive,” said Killin, an Army veteran who was a top aide to Doug Emhoff, the former second gentleman. “We can already talk about gas, but the cost of borrowing only makes that worse.”</p><p>Joe Reagan, an Army veteran also seeking the Democratic nomination, said in an email that he is talking “a lot about fiscal stewardship” in his campaign. “Every dollar spent paying interest is a dollar that isn’t being invested in infrastructure, education, veterans’ services, or economic growth," he said.</p><p>They are challenging Republican Rep. Jeff Crank in a district that their party views as a potential pickup. Killin said the deficit is an example of how “Trump says one thing and does the opposite.”</p><p>In his March 2025 address to Congress, Trump declared that “in the near future, I want to do what has not been done in 24 years: balance the federal budget. We’re going to balance it.”</p><p>Crank, the Republican incumbent, did not reply to requests for comment.</p><p>Cutting fraud is the new deficit strategy</p><p>The administration maintains that it is going to steadily reduce budget deficits. As a share of the overall economy, the deficit last year was lower than it was in 2024, though that drop depended in part on tariff revenues that are subject to refunds after the Supreme Court ruled them to be illegal.</p><p>Treasury Secretary Scott Bessent last week cited a report showing that there was as much as $500 billion annually in fraudulent government spending that could be eliminated, “so that would reduce the deficit substantially.”</p><p>Bessent appeared to draw that conclusion from a 2024 report by the Government Accountability Office that estimated there had been between $233 billion to $521 billion each year in fraudulent spending. But those numbers were drawn in part from the pandemic era when the government borrowed heavily to stabilize the economy.</p><p>The White House and Treasury did not respond to questions about the source of Bessent’s claims.</p><p>On deficits, Bessent told reporters at the White House that the administration was essentially dealt a bad hand from former President Joe Biden, a Democrat. “We inherited the worst budget deficit in history — in history — when we were not in a recession or not at war,” Bessent said.</p><p>Bessent had previously announced that the administration would aim to reduce the annual deficit to 3% of overall U.S. gross domestic product. It’s roughly double that percentage currently and Bessent did not directly answer a question about the timeline for hitting his target.</p><p>As of now, investors continue to buy shares in U.S. companies, causing the stock market to increase in value in a sign of confidence in America’s economic potential. But the increase in interest rates also suggests that investors view the national debt as a vulnerability for the U.S.</p><p>The financial markets might be able to inflict enough pain with higher rates in order to compel political leaders to address the systemic imbalances. Multiple economists said they expected that markets would force the deficit issue before voters would.</p><p>Hubbard emphasized that the whole bond market system rests on the trust that the debt will be repaid. He noted that the word “credit” is linked to a Latin term that is also the root of the word creed about a system of beliefs.</p><p>“That is what debt is about: I believe you will pay me back,” Hubbard said. “That works until it doesn’t.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7WNBWRQJ53OZAN5Y4AMQDMOWOM.jpg?auth=d0d85e63914ad1f97e91eeaa4a0ed44f4aeb9081ef6b0f68d693e7ed0ac8e385&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a Cabinet meeting at the White House, Wednesday, May 27, 2026, in Washington, as Secretary of Defense Pete Hegseth, looks on. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4T2N2OWO4OBAXPC3BIJM3AZEU.jpg?auth=a736b413c71ada452cbc580c7a9caba3e895919ad848429106fbfc70f14445ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent calls on a reporter in the James Brady Press Briefing Room at the White House, Thursday, May 28, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72RQEKE344XLSMM3HJHJSZJNSA.jpg?auth=db6e8ca9922356db131e2545070ec8372b03243ffd26ad86f464441a7c71b39b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent listens to a reporter's question in the James Brady Press Briefing Room at the White House, Thursday, May 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AU3NZANUOKAHLL5P233YRY5UPE.jpg?auth=cc088740cb071cbd0df28f17f2114425b1a04b4cd9d1afb85bb4da3d21d876be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign is displayed outside a home for sale on Tuesday, May 12, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Australian woman accused of joining Islamic State group has renounced jihad, her lawyer says]]></title><link>https://www.local10.com/news/world/2026/05/31/australian-woman-accused-of-joining-islamic-state-group-has-renounced-jihad-her-lawyer-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/31/australian-woman-accused-of-joining-islamic-state-group-has-renounced-jihad-her-lawyer-says/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — An Australian woman charged with joining the Islamic State group expressed views supporting terrorist acts and killing of non-believers, attempted to indoctrinate her children and recruited others to join her in Syria, according to allegations made in court Monday.]]></description><pubDate>Mon, 01 Jun 2026 03:43:14 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — An Australian woman charged with joining the Islamic State group expressed views supporting terrorist acts and killing of non-believers, attempted to indoctrinate her children and recruited others to join her in Syria, according to allegations made in court Monday.</p><p>A defense lawyer for Rayann El Houli said expert evidence would be produced in court that her views had changed.</p><p>“She renounces ISIS and violent jihad,” Peter Morrissey said, using an acronym for the Islamic State of Iraq and Syria. “She wants nothing to do with it: not now directly or indirectly. Not in the future. Not for herself. Not for the people she loves and specifically not for the children."</p><p>El Houli, 34, applied for release on bail in the Melbourne Magistrates’ Court on charges that she joined a terrorist organization and entered and remained in Raqqa, Syria, more than a decade ago when it was the stronghold of the IS so-called caliphate.</p><p>Chief Magistrate Lisa Hannan outlined allegations within the prosecution’s summary of evidence that she wanted Morrissey to address in the bail hearing.</p><p>El Houli allegedly traveled to Syria between 2013 and 2014 with the intention of joining IS fighters.</p><p>“The accused expressed radicalized views while in Syria, including support for terrorist acts. She supported acts of martyrdom whilst in Syria. She repeatedly expressed views that supported the killing or serious injury of non-believers,” Hannan said.</p><p>She tried to indoctrinate her children and invited people living in Australia go to Syria for the “purposes of following a life and making decisions based on IS or other extremist ideology,” Hannan said.</p><p>El Houli left Raqqa in 2019 “when the caliphate was defeated and not as a result of her changing views,” the magistrate said.</p><p>The bail application was adjourned to a date that will be set later.</p><p>Each charge against El Houli carries a potential prison sentence of up to 10 years. People charged with terrorism offenses can only be released on bail in exceptional circumstances.</p><p>Hannan said she wanted to hear details of how El Houli escaped from the al-Hol camp for displaced people in eastern Syria and was smuggled into Lebanon.</p><p>She returned to Australia from Lebanon last year and was arrested in Melbourne last week.</p><p>Three other women also linked to IS who have returned to Australia recently were charged with slavery and terrorism offenses on arrival and remain in custody, and others remain under police investigation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HW6BHCGASRZ6HKI6QPIDQN4LU4.jpg?auth=7d6ebb0c8d173a6b1f59a76ef7b106e9860dd6dcb9bd724fb990c1ebfe99aa79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barrister Peter Morrissey SC leaves the Melbourne Magistrates Court in Melbourne, Australia, Monday, June 1, 2026, where, according to allegations made in court, an Australia woman charged with joining the Islam State group. (James Ross/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">James Ross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CPS6BIMHPACIDGXJZYTWPETZWA.jpg?auth=38ff254e8c40bd7e2582cb54dc2bcbaf0c65048f8f68614104201b05e7b0ff87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A court sketch shows Rayann El Houli in Melbourne Magistrates Court in Melbourne, Australia, Thursday, May 28, 2026. (Anita Lester/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anita Lester</media:credit></media:content></item><item><title><![CDATA[Sheinbaum endurece postura ante EEUU y dice que no aceptará injerencia extranjera en México]]></title><link>https://www.local10.com/espanol/2026/05/31/sheinbaum-endurece-postura-ante-eeuu-y-dice-que-no-aceptara-injerencia-extranjera-en-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/31/sheinbaum-endurece-postura-ante-eeuu-y-dice-que-no-aceptara-injerencia-extranjera-en-mexico/</guid><dc:creator><![CDATA[Por Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La presidenta de México, Claudia Sheinbaum, endureció el domingo su posición frente a Washington al criticar los procesos por narcotráfico que iniciaron las autoridades estadounidenses contra 10 funcionarios mexicanos, algunos de ellos miembros del partido gobernante, y afirmó que cuando se interviene en asuntos internos “ya no estamos hablando de cooperación, estamos hablando de injerencia”.]]></description><pubDate>Mon, 01 Jun 2026 02:25:03 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta de México, Claudia Sheinbaum, endureció el domingo su posición frente a Washington al criticar los procesos por narcotráfico que iniciaron las autoridades estadounidenses contra 10 funcionarios mexicanos, algunos de ellos miembros del partido gobernante, y afirmó que cuando se interviene en asuntos internos “ya no estamos hablando de cooperación, estamos hablando de injerencia”.</p><p>Un mes después de que se dieron a conocer las acusaciones contra el gobernador del estado de Sinaloa, Rubén Rocha, y otros nueve funcionarios, Sheinbaum asumió una postura más frontal y aprovechó un evento ante decenas de miles de seguidores en el centro de la capital mexicana para insinuar que el objetivo de ese proceso sería el de afectar los comicios regionales y legislativos del 2027.</p><p>“Cuando desde el exterior se dicta quién es culpable y quién no. Cuando se busca presionar a nuestras instituciones desde fuera. Cuando se normaliza la idea de que otro país puede intervenir en asuntos que sólo corresponden a los mexicanos, ya no estamos hablando de cooperación, estamos hablando de injerencia”, expresó la mandataria ante una multitud que se concentró en el emblemático Monumento a la Revolución para escuchar su mensaje al país a casi dos años de su victoria electoral del 2 de junio del 2024.</p><p>La fiscalía de Nueva York acusó en abril a Rocha Moya, al alcalde de la capital de Sinaloa, Juan de Dios Gámez, y a otros ocho funcionarios activos y retirados de cooperar con el Cártel de Sinaloa, solicitando su detención preventiva con fines de extradición.</p><p>La Fiscalía General de México supeditó las detenciones de los 10 funcionarios a que Estados Unidos entregue evidencias que respalden las acusaciones y abrió una investigación que no ha tenido mayores avances.</p><p>En medio de ese proceso, Rocha Moya y Gámez —ambos militantes del partido gobernante Morena— se separaron temporalmente de sus cargos para facilitar la investigación, mientras que los exsecretarios de Seguridad y de Finanzas del gobierno del estado, Gerardo Mérida y Enrique Díaz, se entregaron a las autoridades estadounidenses a mediados de este mes.</p><p>Dudas e injerencia</p><p>Al insistir en que no había pruebas contra Rocha Moya y los demás funcionarios, Sheinbaum señaló que era “legítimo dudar del verdadero interés de los juicios de extradición”, y añadió que este tipo de acciones no tenía precedentes en las relaciones entre Estados Unidos y México.</p><p>“Primero vienen por unos, luego por otros, hasta que las oficinas de justicia se vuelven el principal elector de México. Eso no lo podemos permitir”, comentó la mandataria, y dijo en tono desafiante: “México, que se oiga claro y que se oiga fuerte, no acepta injerencias”.</p><p>Al abundar sobre los intereses que podrían estar detrás de este proceso judicial, Sheinbaum le preguntó a los asistentes “¿es realmente interés legítimo, genuino, por ayudar a México?”, y agregó “¿o quizá estamos viendo como sectores de la derecha estadounidense utilizan a nuestro país para posicionarse rumbo a sus elecciones de 2026, o acaso pretenden influir en la elección de 2027 en nuestro país?".</p><p>Desde que el presidente Donald Trump inició su segundo mandato en 2025, las relaciones entre Washington y México han tenido varios momentos de tensión debido a las recurrentes críticas a las acciones de las autoridades mexicanas para enfrentar a los cárteles del narcotráfico y las políticas arancelarias que han afectado a sectores clave de México como la industria automotriz, el acero, el aluminio y el cobre.</p><p>A pesar de las fricciones, Sheinbaum ha logrado sortear la situación y mantener una relación cordial con su vecino y principal socio comercial.</p><p>Al presentar un balance de los 20 meses de su administración, Sheinbaum aseguró que su gobierno ha sido objeto de una “ofensiva mediática” y de “campañas en redes sociales” promovidas por “sectores conservadores nacionales e internacionales”.</p><p>Agregó que la campaña contra su gobierno se intensificó luego del incidente del pasado 19 de abril en el estado de Chihuahua, limítrofe con Texas, donde murieron dos agentes de la CIA junto a dos funcionarios de la fiscalía estatal en un accidente automovilístico. Los fallecimientos ocurrieron luego de un operativo donde se desmanteló un laboratorio clandestino de drogas sintéticas.</p><p>El caso de los dos estadounidenses generó tensiones entre Estados Unidos y México, que protestó la presencia de los agentes en territorio mexicano sin autorización.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WU23PFPEHJEKEU2QTPK2VNHOOE.jpg?auth=768301d3dff6430f5fef4b4cc00efa766719bc00862bd7c932ac5d2c5321592f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta de México, Claudia Sheinbaum, se dirige a sus simpatizantes desde el Monumento a la Revolución, el domingo 31 de mayo de 2026, en Ciudad de México. (AP Foto/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Pro-Trump candidate pulls ahead in Colombia presidential vote as ruling party sows doubt in results]]></title><link>https://www.local10.com/news/2026/05/31/cepeda-ally-of-colombias-president-questions-vote-result-after-falling-behind-pro-trump-candidate/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/31/cepeda-ally-of-colombias-president-questions-vote-result-after-falling-behind-pro-trump-candidate/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ, Colombia (AP) — Tough-on-crime outsider Aberaldo de la Espriella took the lead in Colombia's presidential race in the first round of voting Sunday night, setting up a runoff with Iván Cepeda, an ally of Colombia’s outgoing President Gustavo Petro who questioned the results of the election.]]></description><pubDate>Mon, 01 Jun 2026 02:03:53 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ, Colombia (AP) — Tough-on-crime outsider Aberaldo de la Espriella took the lead in Colombia’s presidential race in the first round of voting Sunday night, setting up a runoff with Iván Cepeda, an ally of Colombia’s outgoing President Gustavo Petro who questioned the results of the election.</p><p>With no candidate taking an outright majority of the vote, the election will head to a second round in June.</p><p>But Cepeda and Petro sowed doubt in the results of the first round, claiming without evidence that hundreds of thousands of votes were manipulated and that foreign actors manipulated the results of the election.</p><p>Cepeda said he was waiting for electoral authorities to scrutinize the results before accepting the election.</p><p>“Only when the vote-counting commissions have fully clarified what happened will we comment on tonight’s results,” Cepeda said, though he acknowledged the vote was likely going to a second round.</p><p>Cepeda won 41% of the vote, while de la Espriella won 44% of the votes, with 99.98% of the results counted by electoral authorities.</p><p>Cepeda is a progressive senator who has promised to carry on a fraught plan to achieve “total peace” by negotiating peace pacts with guerrillas and criminal gangs. He was consistently leading polls in the run up to the Sunday vote, but in the weeks leading up to the election de la Espriella rapidly gained support with a promise that he would crack down on armed groups.</p><p>The neck-and-neck results likely spell trouble for Cepeda in the run-off election, as de la Espriella is expected to scoop up support from voters who threw their support behind another conservative candidate in the first round.</p><p>De la Espriella — a newcomer known as El Tigre, or “The Tiger” — has sought to portray himself as a supporter of U.S. President Donald Trump.</p><p>“Let the United States of America and democratic parties monitor this runoff election. I will lead this battle; I will be Colombia’s best warrior,” de la Espriella said in an impassioned speech Sunday night, pounding his chest behind bullet-proof glass in front of supporters.</p><p>Colombian voters are weighing peace deals or a crackdown</p><p>Voters across Latin America are increasingly ditching leaders that pitched progressive policies aimed at addressing the root issues of conflict, such as lack of opportunities for young people and corruption. Instead, voters have increasingly turned to candidates promising heavy-handed security crackdowns.</p><p>The polarized vote comes as the Trump administration is playing a more aggressive role in Latin America than any U.S. government in decades, placing mounting pressure on countries like Colombia, Mexico, and Ecuador to crack down on crime.</p><p>The election has also underscored two sharply diverging visions for the future of peace in a country marked by years of conflict.</p><p>On one side, Cepeda has promised to continue Petro’s progressive agenda and a largely failed effort to negotiate peace pacts with armed groups, following a plan that’s likely to sharply contrast with Trump’s vision for Latin America.</p><p>On the other side, de la Espriella has promised to fiercely crack down on criminal groups and build 10 mega-prisons, echoing the war on gangs policy of El Salvador’s President Nayib Bukele, which has driven down homicide rates but fueled accusations of human rights abuses.</p><p>“Today’s election isn’t just important for us, it’s important for all of Latin America,” said Juan Acevedo, a 62-year-old sociologist walking out of a voting station in Colombia’s capital on Sunday morning. “Whoever wins here will suggest to the region if progressive policies will continue or if things are going to return to the right.”</p><p>Vote is seen as a referendum on Petro</p><p>The election — 10 years after Colombia signed an historic peace pact with guerrillas of the Revolutionary Armed Forces of Colombia, or FARC — as seen as a referendum on Petro’s policies.</p><p>The deal a decade ago had offered hope to break the nation’s vicious cycle of fighting between rebel groups and the government. But violence has since roared back, in part because armed groups have taken advantage of peace negotiations with Petro’s government to make territorial gains.</p><p>That came to a head in the lead-up to the election. Criminal groups have increasingly launched drone strikes, armed attacks have plagued the race and last June, 39-year-old politician and presidential hopeful Miguel Uribe Turbay was fatally shot at a political rally. Still, Cepeda and Petro have maintained strong support among many because of progressive policies pushed forward under Petro, such as boosting the minimum wage.</p><p>Both de la Espriella and Valencia have touted their affinity for Trump, though Valencia’s electoral loss dealt another blow to a once powerful political current known as Uribismo.</p><p>Colombians are divided on the way forward</p><p>Maria Eugenia, a 57-year-old seamstress on Friday in downtown Bogotá, Colombia’s capital, said she welcomed an all-out offensive on an expanding slate of criminal groups, regardless of the human cost.</p><p>While she approved of Petro’s pushes to improve the country’s medical infrastructure, she said she was voting for de la Espriella because violence in rural areas of the country has gotten out of hand. She said negotiating peace pacts was effectively rewarding armed groups.</p><p>“Of course, whenever you come down with a heavy hand, there’s always going to be debate,” she said. “But some people are going to have to fall to clean up what needs to be cleaned up.”</p><p>Others, like Acevedo, the sociologist, said a security crackdown such as the one promoted by de la Espriella meant a return to past military campaigns that he said only reinforced Colombia’s cycle of violence.</p><p>He said he supports Cepeda, adding that while the government hasn’t done a perfect job — failing to pass ambitious reforms and follow through on promises to reduce violence — it was better to continue pushing forward with their political coalition’s efforts to take a different approach in addressing the country’s violence.</p><p>He added that his main critique of Petro’s administration was the power grabs made by criminal groups as they negotiated with the government. He said he hoped that if Cepeda won, he would strike a better balance between negotiating peace and maintaining control over those groups.</p><p>“We’re a country that has lived through 60 years of conflict,” Acevedo said. “The danger here is that we return to the times where everyone is saying that the only way to solve our problems is with bullets and more war.”</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded></item><item><title><![CDATA[Malaysia bans social media accounts for children under 16 but questions remain]]></title><link>https://www.local10.com/business/2026/06/01/malaysia-enforces-ban-on-social-media-accounts-for-children-younger-than-16/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/01/malaysia-enforces-ban-on-social-media-accounts-for-children-younger-than-16/</guid><dc:creator><![CDATA[By EILEEN NG, Associated Press]]></dc:creator><description><![CDATA[KUALA LUMPUR, Malaysia (AP) — Malaysia on Monday began enforcing rules barring millions of children younger than 16 from having social media accounts, joining a growing global effort to tighten safety protections. Not all families approved, and critics raised concerns about data protection and potential surveillance.]]></description><pubDate>Mon, 01 Jun 2026 12:51:28 +0000</pubDate><content:encoded><![CDATA[<p>KUALA LUMPUR, Malaysia (AP) — Malaysia on Monday began enforcing rules barring millions of children younger than 16 from having social media accounts, joining a growing global effort to tighten safety protections. Not all families approved, and critics raised concerns about data protection and potential surveillance.</p><p>Social media platforms with at least 8 million users in Malaysia, including Facebook, Instagram, TikTok and YouTube, must implement age-verification systems and block users under 16 from creating accounts.</p><p>Malaysia’s Communications and Multimedia Commission said age verification for existing users will be rolled out over the next six months. Users identified as under 16 will have a month to download or transfer data, including photos and videos, before restrictions or other actions are applied.</p><p>Companies that fail to comply could face penalties of up to 10 million ringgit ($2.5 million). Parents whose children manage to bypass the law will not be penalized.</p><p>The government said the measures are aimed at protecting children from harmful content, cyberbullying and platform features designed to encourage excessive use.</p><p>Countries including Australia,Brazil and Indonesia have introduced or announced age-based restrictions or requirements for children’s access to social media. Others including Britain, France, Spain, Denmark, Thailand and South Korea are studying or developing similar approaches.</p><p>Malaysia's regulator said the rules are not intended to prevent children from accessing digital technology. Platforms are required to improve user safety, discourage excessive use and take action against underage accounts and harmful content.</p><p>Technology companies have yet to describe how they will comply.</p><p>Clara Koh, Meta’s director of public policy for Southeast Asia, has cautioned that Malaysia's under-16 ban could backfire by driving teenagers away from protected apps and into unregulated corners of the internet.</p><p>Governments around the world face pressure to address concerns about social media’s impact on children’s mental health and online safety. In March, a U.S. jury ordered Meta and YouTube to pay millions of dollars in damages in a case alleging that platform design features contributed to harm suffered by a young user.</p><p>Malaysian families have varying views</p><p>In Kuala Lumpur, Saravanan Ganasan and Jayaradha Veerasamy, whose children are 12 and 15, said they approve of the changes. They already had banned their kids from using social media, believing minors lack the psychological capacity to cope with it.</p><p>Devices are kept out of bedrooms, screen time is limited to common areas and their son is not allowed to lock his phone with a password.</p><p>“Exposure is what we fear,” Saravanan said. “The wrong kind of exposure will do damage to the mind.”</p><p>Aadhavan Saravanan, 15, said he believes he would be addicted to social media if allowed full freedom. “Social media is, like, a luxury and it’s not a necessity,” he said.</p><p>The couple said the restrictions have forced their children to develop offline life skills. Aadhavan reads books in a backyard mango tree and repairs broken household appliances, while their daughter cooks and does crafts.</p><p>“A lot of parents are very scared that children get bored,” Jayaradha said. “But boredom is actually very good because they start thinking out of the box.”</p><p>But Shaun Hew, in the Kuala Lumpur suburb of Cheras, said the new restrictions go too far.</p><p>Hew believes social media allow his kids to spend time productively, as long as there is proper adult oversight. His 11-year-old son uses platforms to learn cooking and his daughter, 14, uses YouTube for exam preparation.</p><p>He worries a sudden cutoff could cause teenagers to rebel and find unregulated ways to bypass internet blocks.</p><p>Some express concerns over privacy and safety</p><p>Some critics said Malaysia’s decision could increase the risks of data privacy breaches and expand state surveillance.</p><p>“It is very much following the trend, but in a way that is raising alarms due to requiring a government ID for age verification,” said Benjamin Loh, social science lecturer at Monash University in Malaysia. He said social media companies could end up storing sensitive personal data without sufficient safeguards.</p><p>Loh said the decision also could unintentionally affect stateless individuals, undocumented residents and members of marginalized communities including LGBTQ+ people who rely on anonymity online for safety.</p><p>Without penalties on parents, families can easily bypass the law by creating accounts for their children, he added.</p><p>“This is a major gap that, unless regulators are willing to fix, will result in the law having little effect in stopping children from using social media,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2WRP3CVVCBYSQSXSV4OVTHTII.jpg?auth=bc41bb922c2c35b787b4f78e49ce45ebc1c1ccf88987e15cb9a09a4e5a6f5a1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jayaradha Veerasamy, right, and Saravanan Ganasan, second left, stand with their 12 years-old daughter Saaradha Saravanan, left, and their 15 year-old son Aadhavan Saravanan at a park in Petaling Jaya, near Kuala Lumpur, Malaysia Monday, June 1, 2026. (AP Photo/Eileen Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Eileen Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KY7GOAHXSFS5I24DUGTVYSERVM.jpg?auth=5ebd86dabe39bd2e2b215b9614a6ea46705bb8c7d3ae4da664ea7f4a7193174f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the TikTok app logo, in Tokyo, Japan, Sept. 28, 2020. (AP Photo/Kiichiro Sato, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kiichiro Sato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJ6XEKRWVLP7IZKNFUURSDTURI.jpg?auth=e67243ae5e57f06f68058c254f4549c15a86aa23d0c4953acd9833b2e5bf7092&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Siblings Saaradha Saravanan, 12, left, and Aadhavan Saravanan, 15, sit in a park in Petaling Jaya, near Kuala Lumpur Malaysia Monday, June 1, 2026. (AP Photo/Eileen Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Eileen Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARTVJGZ6C3A3V5DBLL6AOY7QGM.jpg?auth=01653a12daa05ed11a1ca1a382b4ab3111090af9d55d1e3300e5cdcfb9a38925&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hew Chee Weng, 11, uses a smartphone in Kuala Lumpur, Malaysia, Monday, June 1, 2026. (AP Photo/Syawalludin Zain)]]></media:description><media:credit role="author" scheme="urn:ebu">Syawalludin Zain</media:credit></media:content></item><item><title><![CDATA[The trophy returns: NBA releases images of how Finals courts will look in San Antonio, New York]]></title><link>https://www.local10.com/sports/2026/05/31/the-trophy-returns-nba-releases-images-of-how-finals-courts-will-look-in-san-antonio-new-york/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/the-trophy-returns-nba-releases-images-of-how-finals-courts-will-look-in-san-antonio-new-york/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — It's official: The NBA Finals logos are back at the NBA Finals.]]></description><pubDate>Mon, 01 Jun 2026 02:10:40 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — It's official: The NBA Finals logos are back at the NBA Finals.</p><p>With no fanfare other than a social media post, the NBA announced Sunday that the image of the Larry O'Brien Trophy — the one given to the winner of the finals — will be painted at midcourt for games at both the Frost Bank Center in San Antonio and Madison Square Garden in New York for this season's title series.</p><p>Also back: the script logo for “The Finals" — to be on either side of the court. The series between the Spurs and Knicks starts Wednesday in San Antonio.</p><p>It's the first time since the 2009 finals between the Los Angeles Lakers and Orlando Magic that the title series will feature the trophy logo at midcourt. The finals wordmark and logo last appeared on the court during the 2014 finals between the Spurs and the Miami Heat.</p><p>The league started using the finals wordmark on the court for the title round in 1989, went to a combined wordmark and trophy in 2004, then had the prominent trophy logo at midcourt from 2005 through 2009.</p><p>Fans had turned to social media in recent years to complain that the court lacked the finals flair. The league commissions alternate courts for events like NBA Cup games, and some fans wondered aloud about the lack of consistency — special courts for the in-season tournament, but no special markings for the finals.</p><p>This year's version comes with a new twist: the center court trophy logo will be integrated with the participating team's own branding.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WAXICD777IKWPT3H46S7YVMIZM.jpg?auth=28289afc719e5a6d5fdcabea55877f9db8c10fa7f62d78dee949af0be8916b3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers guard Kobe Bryant dribbles as Orlando Magic center Dwight Howard defends during the second half of Game 1 of the NBA basketball finals June 4, 2009, in Los Angeles. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Jerome Powell uses JFK award speech to warn against political pressure on Fed, courts and schools]]></title><link>https://www.local10.com/business/2026/05/31/jerome-powell-uses-jfk-award-speech-to-warn-against-political-pressure-on-fed-courts-and-schools/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/31/jerome-powell-uses-jfk-award-speech-to-warn-against-political-pressure-on-fed-courts-and-schools/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Former Federal Reserve Chair Jerome Powell used one of his first major public appearances since leaving office to defend independent institutions while accepting an award Sunday honoring his efforts to preserve the central bank’s independence.]]></description><pubDate>Mon, 01 Jun 2026 06:11:54 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Former Federal Reserve Chair Jerome Powell used one of his first major public appearances since leaving office to defend independent institutions while accepting an award Sunday honoring his efforts to preserve the central bank’s independence.</p><p>Speaking at the John F. Kennedy Presidential Library overlooking Boston Harbor, Powell called universities, courts, Congress and the central bank “the foundation and the embodiment of our democracy” and argued that the Fed’s independence was a “priceless asset” that must be protected.</p><p>It was one of his most direct defenses of Fed independence, warning that a single administration’s decision to remove bank officials over policy differences would open the way for future elected officials to follow suit, ultimately undermining the credibility that the Fed has spent decades building.</p><p>Powell, who frequently clashed with Trump during his eight years as chair, stepped down as his term expired in May. He was succeeded by Kevin Warsh, whom Trump selected to lead the central bank.</p><p>After stepping down as chair, Powell took the unusual step of keeping his seat on the Fed’s governing board, which he has until January 2028. By doing so, he has deprived the Trump administration of an opportunity to appoint another member of the board.</p><p>The Trump administration has also sought to fire Fed governor Lisa Cook, which would open an additional seat on the rate-setting committee the president could fill. Yet Cook sued and the courts have so far let her keep her seat.</p><p>While Powell never mentioned Trump by name Sunday, he repeatedly returned to the importance of protecting institutions from political pressure and preserving public trust in their independence.</p><p>“Like many other institutions, the Fed has been undergoing a stress test," he said. “Congress wisely chose to insulate monetary policy decisions from political pressure. All other advanced economy nations have done the same.”</p><p>Since 1989, the John F. Kennedy Profile in Courage Award has recognized public servants who make what the foundation describes as courageous decisions of conscience despite personal or professional consequences.</p><p>Previous recipients include former Presidents Barack Obama and George H. W. Bush, Ukrainian President Volodymyr Zelenskyy and former Vice President Mike Pence.</p><p>In March, the foundation said it was awarding Powell for protecting the independence of the Federal Reserve “despite years of personal attacks and threats from the highest levels of government.”</p><p>Trump harshly criticized Powell throughout his tenure as chair, frequently attacking the Fed’s interest-rate decisions and urging the central bank to cut borrowing costs more aggressively.</p><p>Beyond the Federal Reserve, Powell defended U.S. universities and research institutions, the Constitution, Congress and the court system.</p><p>“The United States has long been the leader of the world’s freedom-seeking people — the indispensable nation. Other countries know us as a nation built on integrity, and that integrity must be maintained,” he said.</p><p>In his remarks, Powell indirectly acknowledged mistakes as chair. The Fed is legally required to seek stable prices, but inflation surged amid the pandemic’s supply chain crunch. Many economists believe the central bank should have raised interest rates more quickly in response.</p><p>“At the Fed, we are, of course, human and thus imperfect,” Powell said. “When we make mistakes, we acknowledge them and change course.”</p><p>Powell was honored alongside residents of Minnesota’s Twin Cities, who received the award for what the Kennedy Foundation described as acts of courage during a federal immigration crackdown that led to thousands of arrests and the deaths of Minneapolis mother Renée Good and nurse Alex Pretti, both of whom were killed while observing or documenting enforcement activity.</p><p>“It’s wonderful just to be invited, honoring Renée,” Good’s father, Tim Granger, said as he entered the library with family members.</p><p>Kennedy’s only surviving child, Caroline Kennedy, and her son, Jack Schlossberg, said in a statement that without people like Powell and those in Minnesota “willing to put their lives on the line to hold America to its promises, our democracy can’t survive.”</p><p>Attendee U.S. Sen. Amy Klobuchar, who is running for governor of Minnesota next year, reflected that the award was unusual because it recognized ordinary residents rather than elected officials.</p><p>“This didn’t go to an elected leader for a reason,” Klobuchar said. “It’s because the people stood up. They stood up by marching 50,000 strong. They stood by bringing kids they didn’t even know — strangers’ kids — to school, by bringing them groceries and they didn’t blink. And that’s what this award is about. It’s about courage.”</p><p>___</p><p>AP journalist Christopher Rugaber contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTXZD3T4TLOT54UTF5CH6LRL4M.jpg?auth=46fe645dd1f2fd66bc875ccdc33992524f4d7adaa67f490b5481ab407009b88c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Governor Jerome Powell, the former Federal Reserve chair, center, stands with former ambassador Caroline Kennedy, right, and her son Jack Schlossberg, as Powell's wife Elissa Leonard takes a picture at left, while being honored with the Profile in Courage Award at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63AFBDT3ZJVJ75ACAVFSYNOQAU.jpg?auth=57ea5fdd16a2da18d700739204c14adaac15a96437fc0c0335e7a1c040bbd198&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Governor Jerome Powell, the former Federal Reserve chair, center, arrives with his wife Elissa Leonard, left, for the Profile in Courage Award at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WDJCPFUF35X6GOD6L6PNQCV6Y.jpg?auth=253d9d486a2ce978159b681a0c417d9df423f9db21030acf809d31bc8741f03b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tim Ganger, right, father of Renee Good, arrives with his son Brent Ganger for the Profile in Courage Award at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JEH4HDETTDUZQWYYGHXOQ4INUQ.jpg?auth=b184a52bd250d30c3e0d127c3d20bea2c9151b6e9c09075a10bede7b447eeb08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former ambassador Caroline Kennedy, second from left, and her son Jack Schlossberg, left, present Natalie Ehret, Zena Stenvik, Carolina Ortiz and Imam Yusuf Abdulle (from left) the Profile in Courage Award during a ceremony at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7NVYZCUNQIRNIV3PTR7IWXOKE.jpg?auth=40e979bde4894f82c18049d63ebac248b7d7f9f4078a9ef75f6b3a30388076b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Ambassador Caroline Kennedy smiles during the Profile in Courage Award ceremony at the John F. Kennedy Presidential Library, Sunday, May 31, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Jon Ossoff and Keisha Lance Bottoms show off head start in Georgia as Republicans battle in runoff]]></title><link>https://www.local10.com/news/politics/2026/05/31/jon-ossoff-and-keisha-lance-bottoms-show-off-head-start-in-georgia-as-republicans-battle-in-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/31/jon-ossoff-and-keisha-lance-bottoms-show-off-head-start-in-georgia-as-republicans-battle-in-runoff/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Democratic Sen. Jon Ossoff of Georgia blasted his potential general election rivals on Sunday, casting Rep. Mike Collins and former football coach Derek Dooley as unqualified lackeys for President Donald Trump.]]></description><pubDate>Mon, 01 Jun 2026 01:13:36 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Democratic Sen. Jon Ossoff of Georgia blasted his potential general election rivals on Sunday, casting Rep. Mike Collins and former football coach Derek Dooley as unqualified lackeys for President Donald Trump.</p><p>“It doesn’t matter which one wins,” Ossoff told an exuberant crowd at The Tabernacle, a downtown Atlanta concert venue. “They’re both Trump puppets.”</p><p>Ossoff campaigned with Democratic candidate for governor Keisha Lance Bottoms, the former Atlanta mayor, in what their advisers described as the first of many joint rallies intended to showcase them as a team. The Democrats spoke behind a lectern decked with a placard that read “United for Georgia.”</p><p>It was a contrast to Republicans, who are still battling amongst themselves to determine their party's nominees for Senate and governor. Hours before Ossoff and Bottoms appeared together, Collins and Dooley spent the afternoon going after each other on the debate stage ahead of their June 16 runoff.</p><p>They pledged their fealty to the president while rarely mentioning Ossoff, who they describe as too liberal for a state that Trump carried in two out of his three campaigns.</p><p>The competing events, held miles apart in Atlanta, highlight the head start Ossoff and Georgia Democrats have in a midterm campaign that could reshape the final two years of Trump’s presidency and mold the statehouse of this critical battleground state.</p><p>Like Ossoff, Bottoms awaits the winner of a Republican runoff after she trounced her Democratic primary rivals on May 19. And much like Ossoff, she painted potential opponents Lt. Gov. Burt Jones and billionaire businessman Rick Jackson with the same brush.</p><p>“They don’t see Trump’s reckless policies as a problem, they see them as a playbook,” she said, emphasizing inflation, especially for gas and groceries. “We already know we’re running against Trump’s do-boys.”</p><p>Ossoff is the only Senate Democrat running for reelection in a state Trump carried in 2024, and holding his seat is critical to Democrats' chances to flip control of the chamber. Bottoms is trying to become the first Democrat since 1998 to be elected Georgia governor.</p><p>In the governor's race, Trump has endorsed Jones, who assisted the president's failed effort to overturn his 2020 defeat to Joe Biden with false claims of voter fraud. The president has not taken a side between Collins and Dooley.</p><p>Republicans spar over ethics and experience</p><p>With Trump’s firm grip on the Republican Party, Collins and Dooley showed only slight policy differences as each sought to carve out reasons they’d be the better option to defeat Ossoff and bolster the president’s agenda.</p><p>Dooley played up his status as a first-time candidate and, despite Republicans controlling the House, Senate and White House, hit Collins as being part of a do-nothing government.</p><p>“Congress is out of control,” he said. “There’s too much careerism, corruption, nothing’s getting done, Congress is not working for the people the way it should.”</p><p>Yet even as he framed himself as an outsider, Dooley touted the endorsement from two-term Republican Gov. Brian Kemp and his own family roots. Dooley’s late father, Vince, was the legendary University of Georgia football coach and longtime athletics director.</p><p>“I grew up in a football family in Athens,” said Dooley, who was briefly a lawyer before following his father’s career path in college football and the NFL.</p><p>Dooley’s hardest hits on Collins centered on an ethics investigation into whether the congressman abused taxpayer funds by hiring the girlfriend of his former chief of staff for work that the woman allegedly did not perform.</p><p>Collins insisted the issue is simply a “complaint” with no merit, not an actual House ethics case. A “nothing burger,” the congressman called it.</p><p>The Office of Congressional Conduct, after an initial inquiry, has nonetheless referred the matter to the House Ethics Committee, and Dooley noted that Republicans were among those recommending the inquiry continue.</p><p>Collins, the son of a congressman, slapped back at Dooley’s characterization of Capitol Hill. He described himself as “a conservative workhorse” and blamed any gridlock specifically on “a broken Senate” — where Ossoff serves. He touted his sponsorship of the Laken Riley Act, a 2025 immigration law that, among other provisions, requires immigrants accused of certain crimes to be held without bond.</p><p>Dooley and Collins each offered support for Trump’s tariffs and the war in Iran. While Collins has previously co-sponsored legislation that would effectively ban abortion nationwide, Dooley said states should determine abortion access.</p><p>Ossoff wraps Trump and both Republicans together</p><p>Ossoff dismissed Trump as “a failed president and a national disgrace.” He held up Trump as the worst offender of a corrupt political system, highlighting his family’s profits from cryptocurrency and foreign real estate deals. And he lumped Collins and Dooley in with him.</p><p>“They’re both corrupt political insiders, and they’re both pro-war, pro-tariff, and pro-cutting your health care,” he said.</p><p>Ossoff hit Collins for the same ethics case that Dooley mentioned. He accused Dooley of benefiting from his brother’s business dealings with government.</p><p>“The coach’s family got tens of millions of your tax dollars courtesy of Gov. Kemp, and then poured cash into the governor’s pack to prop up the coach’s campaign,” Ossoff insisted.</p><p>He was alluding to Daniel Dooley being the founder of CENTEGIX, a firm that manufacturers and installs school security hardware, including so-called “panic buttons” that contact law enforcement directly. As governor, Kemp authorized grants for local systems to bolster security and later signed a law requiring Georgia classrooms to have direct contact to police.</p><p>CENTEGIX has secured contracts with school systems throughout Georgia, and Daniel Dooley has donated more than $150,000 to Kemp’s federal PAC that is backing his brother's Senate campaign. But Dooley and Kemp advisers note that CENTEGIX has contracts in 47 states besides Georgia, and other firms compete for Georgia schools’ business.</p><p>Connor Whitney, a Dooley campaign spokesman, said Ossoff “is already lying about Derek Dooley” because he “knows Dooley is the candidate who will send him to the bench this fall."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSBNLPKCD6H2WMVXOOT7F4CGJQ.jpg?auth=5b214a3a2e4778bcd357a65dfc4beead0d2126acbf7548d58698808d66a9820a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic Sen. Jon Ossoff of Georgia and gubernatorial nominee Keisha Lance Bottom share the stage at a joint campaign rally in Atlanta on Sunday, May 30, 2026. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content></item><item><title><![CDATA[Local 10 Hurricane Special: It Only Takes One]]></title><link>https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/</guid><description><![CDATA[With hurricane season beginning Monday, Local 10 wants to make sure you’re prepared.]]></description><pubDate>Sun, 31 May 2026 23:45:37 +0000</pubDate><content:encoded><![CDATA[<p>With hurricane season beginning Monday, Local 10 wants to make sure you’re prepared.</p><p>We’re taking you inside Jamaica for a firsthand look at the devastation left behind by Hurricane Melissa, plus showing you how artificial intelligence is playing a role in forecasting this season, and -- 100 years later -- we look back at the Great Miami Hurricane of 1926 -- the storm that changed South Florida forever.</p><p>Join hurricane specialist and storm surge expert Michael Lowry, Local 10 chief certified meteorologist Betty Davis and the entire Weather Authority team for “It Only Takes One,” airing at 8 p.m. Sunday.</p>]]></content:encoded></item><item><title><![CDATA[May 31: Near-record heat fuels storms across South Florida]]></title><link>https://www.local10.com/weather/2026/05/31/may-31-near-record-heat-fuels-storms-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/31/may-31-near-record-heat-fuels-storms-across-south-florida/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Sizzling temperatures near record highs and deep tropical moisture helped fuel stormy weather across South Florida today. Showers and thunderstorms will gradually fade after sunset.]]></description><pubDate>Sun, 31 May 2026 23:24:32 +0000</pubDate><content:encoded><![CDATA[<p>Sizzling temperatures near record highs and deep tropical moisture helped fuel stormy weather across South Florida today. Showers and thunderstorms will gradually fade after sunset.</p><p>Clouds will linger overnight, keeping temperatures warm. Lows will fall into the upper 70s. Monday will start dry, with afternoon thunderstorms developing once again. It will also be hot, with a high near 92 degrees, just shy of the record high of 93 degrees. Deep tropical moisture will make it feel like temperatures are in 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[Denny Hamlin storms back from a pole-start penalty to win at Nashville Superspeedway]]></title><link>https://www.local10.com/sports/2026/06/01/denny-hamlin-storms-back-from-a-pole-start-penalty-to-win-at-nashville-superspeedway/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/01/denny-hamlin-storms-back-from-a-pole-start-penalty-to-win-at-nashville-superspeedway/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description><![CDATA[LEBANON, Tenn. (AP) — Denny Hamlin looked in his mirror wondering why nobody else went with him when the green flag dropped at the start of the Cracker Barrel 400 on Sunday night.]]></description><pubDate>Mon, 01 Jun 2026 06:07:48 +0000</pubDate><content:encoded><![CDATA[<p>LEBANON, Tenn. (AP) — Denny Hamlin looked in his mirror wondering why nobody else went with him when the green flag dropped at the start of the Cracker Barrel 400 on Sunday night.</p><p>He said nothing on his radio, instead paying the penalty by going to the back of the field. Then he drove his way back to the front where he outraced Christopher Bell over the last four thrilling laps off a final restart to win at the Nashville Superspeedway.</p><p>“Man, what an unbelievable day,” Hamlin said. “Starting first, going to last and back to first.”</p><p>This was Hamlin's second win this year and 62nd of his career, and he wound up leading a race-high 57 laps including the one that mattered most.</p><p>The 45-year-old Hamlin wound up racing side-by-side with his Joe Gibbs Racing teammates Bell and Chase Briscoe making it three-wide before Hamlin took the lead down the backstretch to win by 0.115 seconds in his No. 11 Toyota.</p><p>“Well, that’s why on the last lap, I committed to just run the bottom," Hamlin said.</p><p>Team co-owner Heather Gibbs said watching the teammates race so hard was like kids on a family vacation swatting at each other in the backseat. But she said they raced cleanly.</p><p>“We want them to race for the win," Heather Gibbs said. "That’s what they do, and it makes us proud.”</p><p>Hamlin, who won at Las Vegas and also the All-Star race at Dover, pulled within 97 points of Tyler Reddick in the season standings. Reddick finished sixth.</p><p>The race started 80 minutes late after rain delayed NASCAR’s Cup Series for a second straight week. The wait was worth it with a record 31 lead changes among a record 15 leaders. The race also featured 12 cautions at the 1.33-mile, D-shaped oval that is NASCAR’s largest concrete track.</p><p>Bell finished second for a second straight race ahead of Briscoe. Ricky Stenhouse Jr. was fourth, and Shane Van Gisbergen rounded out the top five.</p><p>“I had the best car on the race track ... and we had the lead on the restart,” Bell said. “I got a great push from Denny on the restart, and I didn’t win the race.”</p><p>One win closer to Busch</p><p>Hamlin now is one Cup victory away from matching his one-time teammate Kyle Busch, who died May 22 at 41. Busch is ninth all-time with his 63 Cup victories, and Hamlin said he certainly aspires to get there.</p><p>“It just shows how good he was for so long,” Hamlin said. “I saw the stats online where we ran together 500 and some races, and he finished ahead of me 10 more times than I beat him in the same equipment.”</p><p>Long time coming</p><p>Ryan Blaney, trying to repeat as champ at this track, led the restart trying to hold off AJ Allmendinger on a one-lap shootout for the first stage. Allmendinger took the lead on the backstretch, then held off Kyle Larson to take stage one for his first stage victory since 2024.</p><p>Stage 2 win</p><p>Suarez took the second stage after staying out during a caution and took the lead on the restart on lap 182. Then Corey Heim drove his No. 67 Toyota into the back of Todd Gilliland’s No. 34 Ford, sending him backward into the Turn 1 wall. That brought out the seventh caution with Cole Custer spinning out in the crash.</p><p>Lots of rotor woes</p><p>Rookie Connor Zilisch had the right rotor explode on his No. 88 Chevrolet sending him into the wall and smashing the right side on Turn 1 of lap 72. Zilisch got the Trackhouse Racing car into the garage with some flames coming out from under the right tire, which was stuck and nearly sideway.</p><p>He had been running 24th after starting 38th on the last row.</p><p>Trackhouse teammate Ross Chastain had his own rotor issue on lap 82 sending him into the wall between Turns 1 and 2. Michael McDowell spun trying to avoid Chastain’s No. 1 Chevrolet. Zilisch called the rotor problems a surprise when both he and Chastain had been moving up.</p><p>“Just unfortunate circumstances,” Zilisch said. “Yeah, we’ll learn from it.”</p><p>Van Gisbergen is the third member of Trackhouse Racing. His crew told him not to worry with his No. 97 Chevrolet running a completely different brake package. Ryan Preece went to the garage with no water in his No. 60 Ford, and his crew found a piece of rotor broken off into the radiator before he got back on the track.</p><p>Then Allmendinger, who was third, had the rotor spark and flame before his No. 16 Chevrolet hit the Turn 1 wall on lap 173 — with 12 laps left in Stage 2.</p><p>Chris Buescher was running 17th with 12 laps left when his right rotor went as he entered Turn 3.</p><p>Up next</p><p>The series will be at Michigan International Speedway next week where Hamlin will be trying to win for a second straight year and continue his winning streak.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NFYXMBCC5TH5TM2SOXUQJWMDLE.jpg?auth=fae5cdf3b37a190b45ef19b8173b66df9e05e4b82d42f4fd356d8b3bdd90d414&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denny Hamlin celebrates after winning a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BFUTXN5IVSBZD7UNH2SYERKOA.jpg?auth=fcedc1a83c3c7feddb855b6d2ff28b2a663fddcf6fddb62a04ea278c501a5eca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denny Hamlin celebrates after winning a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U23Z6VBQFYJKLPKRUKMKYLOMTA.jpg?auth=4f752c1300f915a3c0000856c52c767d4c7230ecee4b783ad13c46cf650724a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denny Hamlin speeds around the track during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/APFKNLIRHIZN47W7LE66C565EM.jpg?auth=300e240d6b133535ce2ffa669e9a3434d64d49e9c9f5cf97bfece2be02b01f0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crew members work on Connor Zilisch's car after a wreck during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KSPZ6RNKPTREGULWMZVF4F3E3U.jpg?auth=0b27fdd64a4545726b484b7a442cf2a5bf01f609a49277596d7670af4ada3d51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austin Dillon (3) spins out during a NASCAR Cup Series auto race, Sunday, May 31, 2026, in Lebanon, Tenn. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content></item><item><title><![CDATA[The Yankees score 13 runs in an inning for the 1st time in 21 years]]></title><link>https://www.local10.com/sports/2026/05/31/the-yankees-score-13-runs-in-an-inning-for-the-1st-time-in-21-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/the-yankees-score-13-runs-in-an-inning-for-the-1st-time-in-21-years/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — One big inning was more than enough Sunday for the New York Yankees.]]></description><pubDate>Mon, 01 Jun 2026 01:01:56 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — One big inning was more than enough Sunday for the New York Yankees.</p><p>Fueled by a fiery pep talk from captain Aaron Judge, the Yankees scored 13 runs in the third and beat the Athletics 13-8 — finishing one run shy of the largest inning in the storied history of the franchise.</p><p>“Remarkable,” manager Aaron Boone said. “Glad we were able to make it stand up. Obviously, a lot of really good things offensively. ... I don’t think the prettiest game on either side, necessarily. But we were able to make a really outstanding inning stand up.”</p><p>The game began well for A's starter Jacob Lopez, who retired all six New York batters in the first two innings. That led to a heated message from Judge to his teammates that they needed to wake up.</p><p>“I just felt like we were a little asleep there that first two innings. I expect more out of the guys and I know they expect more of themselves. A couple of choice words there just to get it going. The boys responded,” Judge said.</p><p>They sure did.</p><p>Lopez failed to retire any of the seven hitters he faced in the third, starting with a single by Anthony Volpe.</p><p>The totals in the inning were staggering as the Yankees had 11 hits, four walks and four stolen bases. They sent 18 batters to the plate and faced 75 pitches during their most productive inning since scoring 13 runs in the eighth against Tampa Bay on June 21, 2005. It was one off the franchise record for an inning set July 6, 1920, against the Washington Senators.</p><p>Lopez walked two batters after Volpe's hit and then failed to cover the bag on Paul Goldschmidt's bases-loaded grounder to first, allowing a run to score on an infield single. Ben Rice followed with a two-run double, Judge blooped a single to center and Cody Bellinger hit an RBI single to knock out Lopez.</p><p>The next five batters also reached safely against reliever Michael Kelly, marking the first time in 17 seasons that a team started an inning with 12 straight batters reaching safely, according to Sportradar. The Boston Red Sox were the previous team to do it on May 7, 2009, against Cleveland.</p><p>This marked the first time the Yankees had 12 consecutive batters reach safely in an inning since the first game of a doubleheader on Sept. 11, 1949, against Washington. It was just two batters off the record since 1920 that came when Detroit had 14 straight reach in the sixth inning against the Yankees on June 17, 1925, with Hall of Famer Ty Cobb hitting a home run in that inning.</p><p>The Yankees scored 10 runs before the first out was recorded when Goldschmidt struck out. Rice followed with a two-run triple, giving him two multi-run extra-base hits in one inning.</p><p>“To bat around with no outs, it’s incredible,” Judge said. “That’s what this team is capable of doing. We got our backs up against the wall, find a way to dig ourselves out of it and to continue to keep the pressure on them. We needed all 13 of those runs.”</p><p>Bellinger capped the scoring with an RBI single, marking the first time since 1950 that the A's allowed at least 13 runs in an inning. They gave up 14 in the first inning of the second game of a June 18 doubleheader that season.</p><p>“I really don’t know how to describe that inning,” manager Mark Kotsay said. “Obviosuly, the two walks became an issue right away. Hit after hit, really. At some point you figure the ball’s going to go at someone, and it never did.”</p><p>In all, eight of the nine Yankees batters had at least one hit and one RBI in the inning, with Austin Wells the lone exception with two walks. All nine batters scored a run, with Volpe becoming the third player in the last 50 years to have two hits, two runs and two steals in an inning.</p><p>It lasted so long that he was in the on-deck circle when the rally ended, hoping for a third at-bat in the inning.</p><p>“I was getting ready to go hit again,” Volpe said. “It was crazy. It felt like I would run the bases and then I’d get up and I’d have to put my stuff back on. It was a cool feeling.”</p><p>The inning took so long — 43 minutes — that Yankees starter Will Warren went to the bullpen to get loose. The right-hander said he threw about seven pitches in the bullpen late in the inning before returning to the mound.</p><p>“When they took the second mound visit, I ran to the bullpen,” Warren said. "Just staying loose. A lot of time sitting there. I just wanted to make sure I was sharp to get back out there after the boys put up 13."</p><p>The rest of the day wasn’t as productive at the plate for the Yankees. In the other eight innings, their only baserunner came when Bellinger walked leading off the sixth only to get erased on an inning-ending double play.</p><p>“I had a few gray hairs today, but obviously a great way to finish a really good road trip,” Boone said.</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCEYKDUJMOCFLL773FEFAEYWCU.jpg?auth=c47c4afe982a26d728016b647c02f14ffd275b9e9db1639f4bfc78f273420039&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ben Rice hits an two-RBI triple during the third inning of a baseball game against the Athletics, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZ6ZNPEUDJ3QBZ7ZQOWNZZ5JY4.jpg?auth=b670eb325df609bcc6ec0e113fb27d2c6d78960339e2b200c6a9ca1e10907b09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics pitcher Jacob Lopez, centet, hands the ball to manger Mark Kotsay, right, after being pulled during the third inning of a baseball game against the New York Yankees, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK4J47EXUGIBYMQJPMMS6PMOO4.jpg?auth=b78fffd12c3e77b460490caa642396adf8a351456e1cae6d225a164b2fdf3c51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cody Bellinger (35) heads toward teammates after scoring during the third inning of a baseball game against the Athletics, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMUFG7UAFBJBFEGYL6DQRIKGXM.jpg?auth=e3a950732973981cfd2c2dbec93b1caf2d56b10968c1d5ff7b86b331cbf13cf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Cody Bellinger hits an RBI single during the third inning of a baseball game against the Athletics, Sunday, May 31, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Pulisic ends scoring drought, has goal and assist as Americans beat Senegal 3-2 in World Cup warmup]]></title><link>https://www.local10.com/sports/2026/05/31/pulisic-ends-scoring-drought-has-goal-and-assist-as-americans-beat-senegal-3-2-in-world-cup-warmup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/pulisic-ends-scoring-drought-has-goal-and-assist-as-americans-beat-senegal-3-2-in-world-cup-warmup/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — Christian Pulisic ended a five-month scoring drought for club and country with his first international goal since November 2024, Folarin Balogun broke a second-half tie and the United States beat Senegal 3-2 Sunday in the Americans’ next-to-last World Cup warmup match.]]></description><pubDate>Sun, 31 May 2026 23:26:55 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — Christian Pulisic ended a five-month scoring drought for club and country with his first international goal since November 2024, Folarin Balogun broke a second-half tie and the United States beat Senegal 3-2 Sunday in the Americans’ next-to-last World Cup warmup match.</p><p>Pulisic set up Sergiño Dest’s opener in the seventh minute, then made it 2-0 off a Ricardo Pepi pass in the 20th. Pulisic took a touch, rounded goalkeeper Mory Diaw and slotted into an open net from a tight angle for his 33rd goal in 85 international appearances.</p><p>The top American player, Pulisic had finished his AC Milan season scoreless in a career-high 19 club games since Dec. 28 and was without a goal in eight straight U.S. matches. Pulisic ran to a corner flag, dropped to his knees and repeatedly pumped his fists.</p><p>Sadio Mané scored twice following American mistakes, extending his Senegal record with 54 international goals. He beat goalkeeper Matt Turner at the far post in the 44th off a Habib Diarra pass that followed Antonee Robinson’s giveaway, then tapped the ball into the net in the 52nd after Nicolas Jackson had lifted it over onrushing goalkeeper Chris Brady.</p><p>Brady entered among 10 U.S. changes at the start of the second half in his international debut.</p><p>Balogun, another second-half sub, had a goal disallowed for offside in the 49th, then got his ninth international goal in the 63rd after Tim Weah’s cross deflected off a foot of Moustapha Mbow.</p><p>The No. 16 U.S. plays 10th-ranked Germany on June 6, six days before the Americans open the tournament against Paraguay. No. 14 Senegal faces Saudi Arabia in a June 9 friendly and start against France on June 16.</p><p>The American starting lineup averaged 44 international appearances, the team’s highest since the October 2017 loss at Trinidad and Tobago that ended the U.S. streak of seven straight World Cup appearances, according to Opta.</p><p>Turner, the American starting goalkeeper at the 2022 World Cup, made just his second U.S. appearance since a 4-0 loss to Switzerland last June.</p><p>In the absence of Chris Richards, sidelined by an ankle injury, the U.S. started Alex Freeman, Mark McKenzie and captain Tim Ream in a three center back formation. Gio Reyna made his first start for club or country since Dec. 19.</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/TDK3IUF6MBXZYVXDYV6GDYTKUI.jpg?auth=f0ea4f973f83d4cef37914cc043ab3bce3a1337a9822ccc06394a591d1845bb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States forward Christian Pulisic, center left, celebrates with midfielder Sebastian Berhalter (14) after scoring in the first half against Senegal in an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PO2NJAR5AH5I2A7H4XSAUJWTJ4.jpg?auth=0513b6ccb7a4f590f260ae2a52b9cdb6225b805a59bdefa8e62bd3b956abc609&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States forward Christian Pulisic (10) celebrates with midfielder Sebastian Berhalter (14) after scoring in the first half against Senegal in an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYTR47DW6DDJDNET5VZMYFLAJQ.jpg?auth=113d0a89d38e3183040d429f5d314fb978e949782f7fd122f34649b7c10b64d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States forward Christian Pulisic (10) shoots past Senegal forward Cherif Ndiaye (23) during the first half of an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5GLB4ZVZMN447T6FMJK6OCMNGI.jpg?auth=6ee3f19a80f140d0e98f2e0862e6cccb917b22b05a870a06f6c32b91195ab9e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal forward Sadio Mané (10) scores against United States defender Miles Robinson, bottom, during the second half of an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24HDTEDEKD5UWM5TOI3DKSGSQA.jpg?auth=c1bda4d4ea137b61a80d335fb8704a04bb6d6d2f154940aeaf768ede8f4bce31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Chris Brady (25) acknowledges the fans after defeating Senegal in an international friendly soccer match Sunday, May 31, 2026, in Charlotte, N.C. (AP Photo/Scott Kinser)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content></item><item><title><![CDATA[Celine Boutier rallies from 4 down to win ShopRite LPGA]]></title><link>https://www.local10.com/sports/2026/05/31/celine-boutier-rallies-from-4-down-to-win-shoprite-lpga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/celine-boutier-rallies-from-4-down-to-win-shoprite-lpga/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GALLOWAY, N.J. (AP) — Celine Boutier rallied from a four-shot deficit Sunday, making three birdies around the turn on her way to a 5-under 66 for a one-shot victory over Arpichaya Yubol in the ShopRite LPGA.]]></description><pubDate>Sun, 31 May 2026 21:31:44 +0000</pubDate><content:encoded><![CDATA[<p>GALLOWAY, N.J. (AP) — Celine Boutier rallied from a four-shot deficit Sunday, making three birdies around the turn on her way to a 5-under 66 for a one-shot victory over Arpichaya Yubol in the ShopRite LPGA.</p><p>Soo Bin Joo, the 22-year-old South Korean going for her first LPGA Tour title, lost her four-shot lead at the turn and then fell behind for good on the 13th hole, the same hole where earlier Boutier had taken the lead with a 30-foot birdie putt.</p><p>Joo missed another fairway to the right into a clumpy lie, pitched back to the fairway, sent her wedge over the green with a front pin, chipped 8 feet by the hole and missed the putt, taking a double bogey to fall three shots behind.</p><p>Boutier kept hitting solid shots, rarely getting in trouble. She missed a 4-foot birdie putt on the final hole to post at 9-under 204, and no one could catch her.</p><p>“To have a chance to win today is definitely something very special,” said Boutier, the 32-year-old French player who won the ShopRite LPGA five years ago. “I think it’s great tournament, very special for me, so really excited to be able to have another win here.”</p><p>Yubol, who was penalized one shot in the second round Saturday for going over her maximum time, birdied the last two holes for a 66. It was her second runner-up finish of the year, having finished four shots behind Nelly Korda in Mexico.</p><p>Lauren Walsh (67) finished third, followed by Joo among four players who tied for fourth.</p><p>“It was so fun. It was my first time leading the tournament, and I think I did my best out there as much as I can and I prepared well and I'm very proud of myself,” Joo said. “I was trying to do my best to stay mentally calm, and I think I still got to work on that a little more.”</p><p>Chizzy Iwai, who also started four shots behind, had two birdies in three holes, but then closed with 15 straight pars.</p><p>Boutier finished the front nine with two straight birdies to reach 7 under, and that gave her a share of the lead when Joo made bogey on the par-4 eighth. Boutier then hit her approach to 4 feet for birdie on 10th. Joo caught her with a birdie on the ninth but couldn't keep up the rest of the way.</p><p>The ShopRite LPGA is one of two 54-hole events on the schedule, and the field was particularly weak this year — one player from the top 10 — because of timing. The U.S. Women's Open is next week across the country in Los Angeles, held at Riviera for the first time.</p><p>Boutier now has seven career LPGA title and 12 worldwide. She has struggled to start this year, with a tie for ninth her best finish among 10 tournaments.</p><p>“I feel like my game has turned around the last few weeks. I could see it coming together, and I definitely did not expect it to come together this week and today,” she said. “But I’m super excited to be back in the winner’s circle.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3MWKGBUFTKXXXF2YLJU45EUMI.jpg?auth=a04457a02edb0eea7b427cef8d6fc91355ffd16f52480a271faf9cbc55b3d7c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celine Boutier looks back after her putt on the fourth hole during the first round of the ShopRite LPGA Classic golf tournament, Friday, May 29, 2026, in Galloway, N.J. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Thunder, a day after playoff elimination in West finals, start process of looking ahead]]></title><link>https://www.local10.com/sports/2026/05/31/thunder-a-day-after-playoff-elimination-in-west-finals-start-process-of-looking-ahead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/thunder-a-day-after-playoff-elimination-in-west-finals-start-process-of-looking-ahead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OKLAHOMA CITY (AP) — Chet Holmgren attempted two shots in Game 7 of the Western Conference finals. He absorbed plenty of shots from critics afterward.]]></description><pubDate>Sun, 31 May 2026 21:17:54 +0000</pubDate><content:encoded><![CDATA[<p>OKLAHOMA CITY (AP) — Chet Holmgren attempted two shots in Game 7 of the Western Conference finals. He absorbed plenty of shots from critics afterward.</p><p>And the Oklahoma City Thunder spent Day 1 of the offseason making clear that they support him.</p><p>If the ballyhooed matchup in the West finals was Holmgren vs. San Antonio's Victor Wembanyama, then it was a one-sided one. Wembanyama had the superior numbers in the series and the Spurs wound up prevailing, while Holmgren was barely a factor offensively with the Thunder season on the line Saturday night.</p><p>"Every minute Chet Holmgren’s been on the team, we’ve been the 1 seed in the Western Conference," Thunder coach Mark Daigneault said Sunday, when the team gathered for end-of-season meetings. “And it wasn’t the case before Chet was healthy.”</p><p>Holmgren had likely his best season, with career-highs of 17.1 points and 8.9 rebounds per game. He made All-NBA for the first time, All-Defensive for the first time as well, got his first All-Star nod, plus was second in the Defensive Player of the Year balloting.</p><p>He finished second in that voting behind Wembanyama — just like he did for Rookie of the Year in 2024, and just like the Thunder did in these West finals.</p><p>“We need Chet. We need Chet Holmgren,” Thunder guard and back-to-back reigning NBA Most Valuable Player Shai Gilgeous-Alexander said. “Before Chet was here, we weren’t who we are today. We didn’t have the success we had today. When he’s the best version of himself, we’re the best version of ourselves and it’s no secret.”</p><p>It's easy to envision the West finals matchup — Thunder vs. Spurs — becoming a rivalry for years to come. Both teams have young, obviously highly talented corps, and now they have the ingredient that all rivalries truly need, that being a playoff matchup, to help provide fuel.</p><p>“I definitely think that they’re different in terms of I don’t think there’s another team that has their play style, their personnel,” Holmgren said. “They're unique in that way. You can’t just kind of play like a base normal, ‘this is what we kind of do on an average Tuesday night’ type of thing.”</p><p>And while the outside world might have looked at Holmgren as one of the reasons why Game 7 didn't go Oklahoma City's way, the rest of the Thunder disagreed.</p><p>Gilgeous-Alexander, for example, pointed to himself — and that was after he had a brilliant 35-point effort in the deciding game against San Antonio. He even went as far as to describe a second straight MVP season as “a failure.”</p><p>“I failed at my goal,” Gilgeous-Alexander said. “I didn’t achieve what I wanted to achieve, but through my experiences, I learned the most about myself and I make the greatest amount of increases I have in my career when I fail at my goal and don’t get what I want. And I look at this no different. I didn’t get where I wanted to go this season. There’s a reason for that. Now I have to look at that reason and try to make sure it never happens again.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WEOUDCW6SUUDGH5OZ4EQDEAL7A.jpg?auth=d8f1278553a1220f5cf82cecf364d1f9baee9221dad67cc414635dfc75251017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder guard Luguentz Dort, left, and Thunder centers Isaiah Hartenstein, center, and Chet Holmgren watch the action on the court from the team bench during the second half of Game 7 of the Western Conference finals of the NBA basketball playoffs series against the San Antonio Spurs, Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYRMT2RKNGBLRZPHZCTKBMHSQI.jpg?auth=6e59dcb31dab513c6b51588524f5ed3feea845702fbcb6663a556ebf65faa209&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder's Isaiah Hartenstein (55), Aaron Wiggins (21), and Chet Holmgren (7) watch the closing moments of their loss to the San Antonio Spurs during the second half of Game 7 of the Western Conference finals of the NBA basketball playoffs series, Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GRA7VQ6YOAKQI3IE7TEQVHRWQQ.jpg?auth=08eec476ff72f577cb6992ab9057a106d69c4d66c2f819eebd94eb1348758585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma City Thunder center Chet Holmgren, center, grabs a rebound between San Antonio Spurs forward Keldon Johnson (3) and Thunder guard Luguentz Dort during the first half of Game 7 of the Western Conference finals of the NBA basketball playoffs series Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PGQXK64AN32BGK4SD2OET7MZA.jpg?auth=09e4c8e4814a3ed5c23b80d77ff4b8d0909f53b72ff8c457774c8eb878978822&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Dylan Harper (2) goes up for a shot against Oklahoma City Thunder center Chet Holmgren during the second half of Game 7 of the Western Conference finals of the NBA basketball playoffs series Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRKAPRHFB6ZCWLSYQP6QEK2NHA.jpg?auth=ae309700e031a4493d2f71dc8699644f38e6b71e443fa33792353e61acfa7c63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs head coach Mitch Johnson, center, talks with Oklahoma City Thunder guard Shai Gilgeous-Alexander (2) as Thunder head coach Mark Daigneault looks on during the second half of Game 7 of the Western Conference finals of the NBA basketball playoffs series Saturday, May 30, 2026, in Oklahoma City. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Knicks beat the Spurs for the NBA Cup, but need to do it in the NBA Finals for the title they crave]]></title><link>https://www.local10.com/sports/2026/05/31/knicks-beat-the-spurs-for-the-nba-cup-but-need-to-do-it-in-the-nba-finals-for-the-title-they-crave/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/knicks-beat-the-spurs-for-the-nba-cup-but-need-to-do-it-in-the-nba-finals-for-the-title-they-crave/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[GREENBURGH, N.Y. (AP) — When the New York Knicks declined to hang a banner after beating the San Antonio Spurs to win the NBA Cup, they did so because they were waiting to celebrate something bigger.]]></description><pubDate>Sun, 31 May 2026 19:43:39 +0000</pubDate><content:encoded><![CDATA[<p>GREENBURGH, N.Y. (AP) — When the New York Knicks declined to hang a banner after beating the San Antonio Spurs to win the NBA Cup, they did so because they were waiting to celebrate something bigger.</p><p>That wait is at 53 years and it can only end now by beating the Spurs again.</p><p>Nearly a week after clinching their first NBA Finals berth since 1999, the Knicks were at last able to practice Sunday while knowing who they were practicing for, after Victor Wembanyama and the Spurs knocked off Oklahoma City on Saturday night in Game 7 of the Western Conference finals.</p><p>“I mean, they’re a special team,” Knicks guard Deuce McBride said. “Obviously they have the Defensive Player of the Year, obviously a great organization and they’ve got a lot of great young guys, so we’re just excited for this matchup.”</p><p>It's the same one as the last time the Knicks were in the NBA Finals, when the Spurs beat them 27 years ago to leave New York without a title since 1973.</p><p>The Knicks believed they were going to have a good shot at ending the drought this year and got a test run at chasing a championship back in December, when they beat San Antonio in Las Vegas to win the NBA Cup.</p><p>The Knicks then passed on joining the Lakers and Milwaukee, the previous winners of the in-season tournament, in raising a banner at Madison Square Garden to acknowledge it. They aren't putting much stock in that victory six months later, knowing how different both teams are.</p><p>“Obviously there was good energy around that, but I don’t think that’s really going to be any equivalent to what the atmosphere or the energy is going to be like at their place, or obviously at the Garden," Knicks forward Josh Hart said.</p><p>"So technically that game didn’t happen, so I don’t think there’s anything that we can learn from,” Hart added, poking fun at the fact that the Cup final, an 83rd game for the two teams, doesn't count in the standings or statistics.</p><p>The teams split the two games that did matter, with San Antonio's victory on New Year's Eve starting a midseason spiral for a Knicks club that arrived with a 23-9 record. Then, after the Spurs went undefeated in February, New York snapped their 11-game winning streak with a 114-89 home victory on March 1.</p><p>Game 1 is Wednesday at San Antonio. More than Wembanyama and the Spurs, the Knicks' biggest problem might be their lack of playing rhythm.</p><p>Because they are rolling through the postseason with an 11-game winning streak, that will be just the 10th game in a 35-day span for the Knicks, starting with the April 30 clincher against Atlanta in Game 6 of the first round.</p><p>They then swept Philadelphia and had more than a week off before opening the Eastern Conference finals against Cleveland. Their inactivity clearly showed after that extended rest, as they were 4 for 23 on 3-pointers through three quarters and fell behind by 22 points early in the fourth before rallying to win in overtime.</p><p>“We understand what happened last time we had a layoff like this, so we’re just trying to be better than we were last time,” center Karl-Anthony Towns said.</p><p>That was the only trouble the Knicks had with the Cavaliers, easily taking the next three games and ending the series last Monday. They have outscored opponents by 262 points during the winning streak, the largest margin for any 11-game stretch in NBA history.</p><p>The Knicks don't expect anything so easy against the Spurs, whose victory in the 1999 matchup was their first of five NBA titles. New York coach Mike Brown was on the bench for one of them as an assistant to Gregg Popovich, and was the losing coach in another when the Spurs swept Cleveland in 2007.</p><p>“I got ties to San Antonio and you appreciate the people, you appreciate the journey and all that other stuff,” said Brown, who has family still living in San Antonio. “But at the end of the day, just like they want to beat you, you definitely want to beat them.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZSEP7FBQNERSKM4RHJ7E6WTKU.jpg?auth=9a76cc5e99cece92bc21cbce789f7b23788d82fd827f2d3ca297f6e72f0d927c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The New York Knicks hold the Eastern Conference Championship trophy after Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B5DMHAD7QWFDC4YD7DKQKXW32I.jpg?auth=1a7ab92a67fbb53fed150a526e3aadd381fd6c048b5ca8606155221e613008df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The New York Knicks hold the Eastern Conference Championship trophy after Game 4 in the Eastern Conference finals NBA basketball playoffs series against the Cleveland Cavaliers in Cleveland, Monday, May 25, 2026. (AP Photo/Tim Phillis)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NA2U3PHFCA6PMRXHIAGYDU2I4.jpg?auth=f7160840958b9a0934e040be33ec9d32b8cbbbaef9da4e70e6e249344b2b096a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Josh Hart (3) shoots against Cleveland Cavaliers guard Donovan Mitchell (45) during the first half of Game 4 in the Eastern Conference finals NBA basketball playoffs series in Cleveland, Monday, May 25, 2026. (AP Photo/Tim Phillis)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content></item><item><title><![CDATA[Muere en Nicaragua el líder indígena Brooklyn Rivera tras casi 3 años de detención]]></title><link>https://www.local10.com/espanol/2026/05/31/muere-en-nicaragua-el-lider-indigena-brooklyn-rivera-tras-casi-3-anos-de-detencion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/31/muere-en-nicaragua-el-lider-indigena-brooklyn-rivera-tras-casi-3-anos-de-detencion/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Brooklyn Rivera, un reconocido líder indígena de Nicaragua que pasó años luchando por los derechos de su comunidad hasta que fue encarcelado en septiembre de 2023, ha fallecido.]]></description><pubDate>Sun, 31 May 2026 20:52:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Brooklyn Rivera, un reconocido líder indígena de Nicaragua que pasó años luchando por los derechos de su comunidad hasta que fue encarcelado en septiembre de 2023, ha fallecido.</p><p>El gobierno nicaragüense emitió el domingo un comunicado en el que informó que Rivera falleció por una infección bacteriana después de que su salud se deterioró tras un caso de COVID-19.</p><p>Activistas y organizaciones de derechos humanos de todo el mundo denunciaron su muerte y un comunicado que el gobierno difundió el sábado en el que lo llamaban “Hermano”, asegurando que estaban rezando por él.</p><p>“Se lo llevaron con vida y, después de negarse a decirle a su familia, a su abogado, al mundo, cualquier cosa sobre su paradero, entonces lo llaman hermano”, dijo Reed Brody, abogado estadounidense de derechos humanos y miembro de un grupo de expertos de la ONU sobre Nicaragua. “Un cinismo inconcebible por parte del gobierno para hacer parecer que estaban tratando de ayudarlo”, señaló.</p><p>Estados Unidos había pedido el viernes su liberación después de que el gobierno nicaragüense publicó fotos de Rivera mientras se encontraba hospitalizado en estado crítico.</p><p>El Centro Interamericano para la Asistencia Legal en Derechos Humanos, con sede en Argentina, también denunció la muerte de Rivera.</p><p>Los responsables de la muerte del legislador indígena “deberían rendir cuentas penalmente”, escribió en X.</p><p>Rivera lideraba al pueblo miskito, que vive a lo largo de la costa noreste de Nicaragua y lleva mucho tiempo peleando por conservar sus tierras.</p><p>Durante décadas, Rivera luchó contra el gobierno sandinista y ayudó a establecer la zona a lo largo de la costa noreste como una región autónoma. Es rica en oro, plata y otros recursos, y se considera una zona clave para la administración de los copresidentes Daniel Ortega y su esposa Rosario Murillo para atraer inversión extranjera.</p><p>La lucha de Rivera por la defensa de los pueblos indígenas de Nicaragua comenzó en la década de 1960. Después de oponerse al gobierno sandinista de Ortega a finales de la década de 1970, se exilió temporalmente en la vecina Costa Rica.</p><p>Más tarde regresó a Nicaragua, donde sobrevivió a un ataque de las fuerzas sandinistas que lo obligó nuevamente a buscar seguridad en otro país, esta vez en Colombia.</p><p>A finales de la década de 1980 fundó el grupo conocido como Yatama, la Organización de los Pueblos de la Madre Tierra. Desempeñó un papel clave para asegurar una autonomía limitada para los pueblos indígenas tras las negociaciones de paz con los sandinistas.</p><p>“Ha estado luchando de una forma u otra por sus derechos”, dijo Brody. “Luchó por la tierra, luchó por la autonomía”.</p><p>Los pueblos indígenas de Nicaragua operaron de manera autónoma hasta que fueron anexados en 1905.</p><p>“Desde entonces, han abogado por el reconocimiento de sus derechos y por el respeto de su identidad”, señaló un grupo de expertos de la ONU en un informe publicado en septiembre de 2024.</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/H22Q5SCBBI2PRD64K24XCQDSLA.jpg?auth=f3e2934d8701eaab9474fa6e483b91e1237b9b67f7efe3eeda038c714c9a0814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente nicaragüense Daniel Ortega se dirige a sus seguidores mientras su esposa y vicepresidenta, Rosario Murillo, le aplaude, el 29 de agosto de 2018, en Managua, Nicaragua. (AP Foto/Alfredo Zuniga, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alfredo Zuniga</media:credit></media:content></item><item><title><![CDATA[FIFA says match tempo, and limiting time-wasting, will be point of emphasis at World Cup]]></title><link>https://www.local10.com/sports/2026/05/31/fifa-says-match-tempo-and-limiting-time-wasting-will-be-point-of-emphasis-at-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/fifa-says-match-tempo-and-limiting-time-wasting-will-be-point-of-emphasis-at-world-cup/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[FIFA's on-field officials for the World Cup will insist on keeping matches moving by taking rule changes designed to limit time-wasting seriously, the sport's governing body said Sunday with the start of the 48-team tournament now less than two weeks away.]]></description><pubDate>Sun, 31 May 2026 19:19:00 +0000</pubDate><content:encoded><![CDATA[<p>FIFA's on-field officials for the World Cup will insist on keeping matches moving by taking rule changes designed to limit time-wasting seriously, the sport's governing body said Sunday with the start of the 48-team tournament now less than two weeks away.</p><p>Also among the points of emphasis for referees and officials: a commitment to issuing red cards to any player who covers his mouth while talking to an opponent in a “confrontational situation," FIFA said.</p><p>“We are continuing on trying to achieve an objective, which is to eliminate from matches — as much as possible — the disruption of the tempo of the match," said Pierluigi Collina, FIFA chief refereeing officer and chair of the referees committee.</p><p>Other issues that referees will be mindful of during the tournament:</p><p>— If a player leaves the field of play after being angered by an official's decision, a red card can be issued.</p><p>— To speed up play, referees can institute a five-second visual countdown on goal kicks and throw-ins. If the goal kick is not taken before the end of that countdown, a corner kick will be awarded to the opposing team. If the throw-in is not executed by the end of the five-second count, a throw-in for the opponents will be the reward. It's along the same lines of the so-called eight-second goalkeeper rule that has been in place for some time to release the ball after making a save.</p><p>— Players getting subbed off must leave the field within 10 seconds, except for special situations such as ones involving injuries or a security issue.</p><p>— The protocol for Video Assistant Referee, or VAR, is being clarified in certain areas. VAR can be used to check when red cards are issued following a clearly incorrect second yellow card, or when cards are issued in the case of mistaken identity. Incorrectly awarded corner kicks can also be checked by VAR, FIFA said.</p><p>Players covering their mouth with a hand, arm or shirt will be given red cards if referees deem it not to be a friendly conversation, FIFA said. Conversations that are not confrontational but still have players shielding their mouths from public view will continue to be permitted without penalty.</p><p>“Confrontational ... a completely different story,” Collina said.</p><p>There has also been a clarification on VAR protocol “regarding clear offenses committed by the attacking team before the ball is in play at a corner kick or free kick” that directly impacts goals, penalty kicks or sanctions.</p><p>VAR can be used in those moments and “if the referee determines that an offense occurred before the ball was in play, the appropriate disciplinary action will be taken.”</p><p>But all the emphasis on speedy play won't necessarily mean quicker matches. There will be three-minute water breaks midway through each half of every match, FIFA said.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OEK74QV4GINNBFJCHVIXKHFGB4.jpg?auth=e0c11b684ac9acdcd7a7e47c716bcd38ec1fe3f83c3085e36a36da2b80c73748&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Referee Daniele Orsato talks to Argentina's Lionel Messi, left, during the World Cup semifinal soccer match between Argentina and Croatia at the Lusail Stadium in Lusail, Qatar, Dec. 13, 2022. (AP Photo/Petr David Josek, file)]]></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/STUX2QYGQBBXCRVBQ6764O5THA.jpg?auth=496ec6cb15c13ae83b24c3ce2fe8adf3f9aded4581cc548d0a331a765be55c84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Referee Szymon Marciniak, of Poland, shows a yellow card to Argentina's goalkeeper Emiliano Martinez during the penalty shootout inthe World Cup final soccer match between Argentina and France at the Lusail Stadium in Lusail, Qatar, Sunday, Dec. 18, 2022. (AP Photo/Thanassis Stavrakis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content></item><item><title><![CDATA[Indigenous leader Brooklyn Rivera dies in Nicaragua after nearly 3 years of detention]]></title><link>https://www.local10.com/news/world/2026/05/31/indigenous-leader-brooklyn-rivera-dies-in-nicaragua-after-nearly-3-years-of-detention/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/31/indigenous-leader-brooklyn-rivera-dies-in-nicaragua-after-nearly-3-years-of-detention/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Brooklyn Rivera, a renowned Indigenous leader from Nicaragua who spent years fighting for the rights of his community and was imprisoned by the government in September 2023, has died.]]></description><pubDate>Sun, 31 May 2026 22:09:09 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Brooklyn Rivera, a renowned Indigenous leader from Nicaragua who spent years fighting for the rights of his community and was imprisoned by the government in September 2023, has died.</p><p>The Nicaraguan government issued a statement Sunday saying that Rivera died from a bacterial infection after his health had declined following a case of COVID-19, which led to his physical and neurological deterioration.</p><p>Human rights activists and groups worldwide denounced his death and an earlier statement by the government in which they referred to Rivera as “Brother” and said they were praying for him.</p><p>“They took him alive, and after refusing to tell his family, his lawyer, the world anything about his fate, then they call him brother,” said Reed Brody, an American human rights lawyer and member of a group of U.N. experts on Nicaragua. “Unconscionable cynicism on the part of the government to make it seem like they were trying to help him.”</p><p>The U.S. had called for his release on Friday after the Nicaraguan government published photos of him in the hospital in critical condition.</p><p>“This is just complete neglect,” said Manuel Orozco, director of the migration, remittances and development program at the Inter-American Dialogue. “His death represents the magnitude of repression."</p><p>The Argentina-based Inter-American Center for Legal Assistance in Human Rights also denounced Rivera’s death. Those responsible for the death of the Indigenous lawmaker "should be held criminally accountable,” it wrote on X.</p><p>Albert R. Ramdin, secretary general of the Organization of American States, said he was “deeply concerned” about reports of Rivera's death.</p><p>“His death demands an immediate, independent, and transparent investigation,” Ramdin wrote Sunday on X. “The rights to life, personal integrity, and due process must be guaranteed. My condolences to his family and the Miskito people. We continue to demand the unconditional release of all political prisoners unjustly detained by the Nicaraguan regime.”</p><p>A fight for land and autonomy</p><p>Rivera led the Miskito people, who live along Nicaragua’s northeast coast and have long fought to retain their lands.</p><p>For decades, he fought the ruling Sandinista government and helped establish the area along the northeast coast as an autonomous region. It is rich in gold, silver and other resources, and it is considered a key area for the administration of co-Presidents Daniel Ortega and his wife Rosario Murillo to attract foreign investment.</p><p>Rivera’s fight for Nicaragua’s Indigenous people began in the 1960s. After opposing Ortega’s Sandinista’s government in the late 1970s, he temporarily went into exile in nearby Costa Rica in 1980.</p><p>He later returned to Nicaragua, where he survived an attack by Sandinista forces, forcing him once again to seek safety elsewhere, this time, in Colombia.</p><p>In the late 1980s, he founded the group known as Yatama, the Organization of the Peoples of Mother Earth. It played a key role in securing limited autonomy for Indigenous people following peace negotiations with the Sandinistas.</p><p>“He has been fighting in one way or another for their rights,” Brody said. “He fought for land, he fought for autonomy.”</p><p>Nicaragua’s Indigenous people operated autonomously until they were annexed into the country in 1905.</p><p>“Since then, they have advocated for the recognition of their rights and for respect for their identity,” stated a September 2024 report published by the group of U.N. experts.</p><p>First official sign of life since the 2023 arrest</p><p>In April 2023, Rivera traveled to Geneva to participate in a U.N. forum on Indigenous people, where he spoke out against the Nicaraguan government.</p><p>Shortly afterward, Ortega and Murillo banned him from returning to the country, but he slipped in anyway and lived in hiding until September 2023, when he was arrested and accused of terrorism.</p><p>“Nobody heard from him since then,” Brody said in a phone interview, adding that he and other U.N. experts wrote the government requesting that it provide some sign of life. “The government never gave any indication. He was a disappeared person.”</p><p>It wasn’t until late last week that the government published pictures of Rivera in the hospital.</p><p>Rivera was not only respected by his supporters, but by political opponents as well, Orozco said in a phone interview, noting he had known Rivera for decades.</p><p>“It’s disheartening how this dynasty is just getting rid of people, back and forth, left and right and getting away with it," he said.</p><p>Ever since his arrest and that of his second-in-command, Rivera’s party has gone into hiding, Orozco said.</p><p>“This is a big blow,” he said. “They have been basically dispersed, not organized. They keep a certain level of communication, of political engagement underground, but mostly with people in the exile.”</p><p>Condolences for Rivera poured in online, with one person writing on Facebook: "He was a father to our generation; he taught us, guided us, and led us with actions, not words."</p><p>Brody noted that the U.N. group of experts has documented 124 cases of arbitrary detention of Indigenous people in Nicaragua since 2018, and 46 deaths following violence incidents.</p><p>He noted that at least six political prisoners have died in custody since 2019, including two last August.</p><p>“Brooklyn Rivera spent 40 years fighting for his people,” he said, “and hopefully the international community will finally pay attention.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GKH5N4FB4SPVW3JKCVSXI733M.jpg?auth=593be6c461dde532c6fa83799433cedcbcd3df91248ef6ffc942587032545efd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nicaragua's President Daniel Ortega speaks to supporters as his wife and Vice President Rosario Murillo applauds, in Managua, Nicaragua, Aug. 29, 2018. (AP Photo/Alfredo Zuniga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alfredo Zuniga</media:credit></media:content></item><item><title><![CDATA[Victor Wembanyama's respect for Gregg Popovich is clear. And Pop was vital to Spurs' NBA Finals run]]></title><link>https://www.local10.com/sports/2026/05/31/victor-wembanyamas-respect-for-gregg-popovich-is-clear-and-pop-was-vital-to-spurs-nba-finals-run/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/victor-wembanyamas-respect-for-gregg-popovich-is-clear-and-pop-was-vital-to-spurs-nba-finals-run/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama barely could get the words out.]]></description><pubDate>Mon, 01 Jun 2026 00:32:32 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama barely could get the words out.</p><p>The question, a few minutes after he and the San Antonio Spurs won the Western Conference title and earned the right to go to this year's NBA Finals to face the New York Knicks, was about his relationship with former coach Gregg Popovich and what this playoff run likely means to the winningest coach in league history.</p><p>And Wembanyama paused, clearly emotional, before starting his answer.</p><p>“I don’t know what it means for him,” Wembanyama said. “That’s a guy who’s got more experience as a coach than almost anybody and has been through so many things in his career and so many things right now as ‘El Jefe.’ He goes through some things we can’t even imagine. So, I need to call him. I need to see him. I need to talk to him because there’s no way I can understand right now how he feels.”</p><p>The official title for the 77-year-old Popovich is President of Spurs Basketball. Unofficially, the Basketball Hall of Famer may as well be coach emeritus — still regularly seen at practices in San Antonio, still seen at games, sometimes walking with the assistance of a cane. He's still in the ears of players and coaches, even visiting the locker room after the Spurs lost Game 3 of the West finals to Oklahoma City for a bit of a pep talk and bit of a chewing out, depending on perspective.</p><p>But really, he's El Jefe. The boss. It's what he announced himself as when he retired last year, speaking publicly for the first time since the November 2024 stroke that essentially ended his coaching career and led to Mitch Johnson getting the job on basically a couple hours' notice. He came out for that event in a jacket, then opened it to display the shirt with “El Jefe” on the front.</p><p>“You talk about the greatest coach pretty much of all time to be able to sit here and tell you the experiences that they went through or that he’s been through or that he sees," Spurs guard Devin Vassell said. “I mean, it’s second to none, honestly. He helps out. He helps out a lot. ... He just has so much wisdom and stuff that you can’t take for granted.”</p><p>Game 1 of the Knicks-Spurs series is Wednesday in San Antonio.</p><p>Knicks coach Mike Brown saw first-hand how Popovich operated the Spurs; he spent three years as an assistant coach under him in San Antonio.</p><p>Brown still has family members living in San Antonio — causing him to joke a few days ago that a Knicks-Spurs matchup in the NBA Finals would save him a little bit of money because he wouldn't have to fly as many people in to see games.</p><p>“He still has a huge presence. He will always have a presence," Brown said of Popovich. “The job that he’s done, not only on the court with that team or that organization but off the court too, is going to be imprinted for as long as the game of basketball exists. His presence is very, very much felt all the time and I’ve got a lot of respect for the organization for a lot of different reasons.”</p><p>And Popovich still commands that respect, even now.</p><p>Popovich met the Spurs at the airport after they flew home from Games 3 and 4 of their West semifinal series against Minnesota a couple weeks ago — for a purpose. Wembanyama was ejected from Game 4 for a flagrant elbow he threw at Timberwolves forward Naz Reid. When Wembanyama got off the plane, Popovich was waiting. Cameras caught the exchange and it was pretty clear that Popovich was doing the talking and Wembanyama was doing the listening.</p><p>“He gives feedback and talks to us regularly,” Wembanyama said, without disclosing what Popovich's message was that afternoon.</p><p>Popovich was also at the airport in the wee hours of Sunday morning, when the Spurs returned home from Oklahoma City — on a night in which thousands of fans, both there and in the city's streets, celebrated the win.</p><p>Popovich won five NBA championships as San Antonio's coach, the first of those coming in 1999 when the Spurs beat the Knicks. The next era of Spurs basketball is here, with Johnson coaching, and it's an interesting coincidence that his first finals as Spurs coach is against the Knicks.</p><p>“I’m fortunate my old boss is still around, and has been through this a few times,” Johnson said. “Coach Pop has been a resource.”</p><p>And in the immediate aftermath of his biggest win yet — the one that got him to his first of what he hopes is many NBA Finals — Wembanyama simply could not wait to talk to El Jefe.</p><p>When I talk to him, it’s going to be only stored in my head — except if I record it in secret," Wembanyama said. “But I need to talk to him, so quick.”</p><p>There are more lessons to learn. There are four more wins to get. And Wembanyama knows that if anyone truly knows the way to those wins, it's Popovich.</p><p>___</p><p>AP Basketball Writer Brian Mahoney in Greenburgh, New York, contributed.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YP3GANZM2VREASRQJMPHDBXWCQ.jpg?auth=08ee94f22b4d31a73026fcb6b66f5fa224141a5aba426afe2bcc48e608a169a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - With the help of former players Manu Ginobili, back left, and Tim Duncan, right, former San Antonio Spurs head coach Gregg Popovich, center, introduces Mitch Johnson, left, as the new head coach of the San Antonio Spurs NBA basketball team, in San Antonio, May 5, 2025. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZHNB7PSL2OL5IILPSJEFVYTDQ.jpg?auth=fdf12c53a3449297989a4144cab38ac7f2edb631f2bf2226387284993432f92f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Antonio Spurs coach Gregg Popovich, left, talks with Victor Wembanyama on the bench during the first half of an NBA basketball game against the Houston Rockets March 5, 2024, in Houston. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Fort Lauderdale designer says thieves stole thousands in merchandise]]></title><link>https://www.local10.com/news/local/2026/05/30/fort-lauderdale-designer-says-thieves-stole-thousands-in-merchandise/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/30/fort-lauderdale-designer-says-thieves-stole-thousands-in-merchandise/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[A Fort Lauderdale swimwear designer is hoping someone recognizes two thieves caught on surveillance video stealing thousands of dollars worth of merchandise from her front porch.]]></description><pubDate>Sun, 31 May 2026 02:14:21 +0000</pubDate><content:encoded><![CDATA[<p>A Fort Lauderdale swimwear designer is hoping someone recognizes two thieves caught on surveillance video stealing thousands of dollars worth of merchandise from her front porch.</p><p><a href="https://www.local10.com/espanol/2026/05/31/le-robaron-en-pleno-dia-el-pedido-que-espero-meses-disenadora-de-fort-lauderdale-busca-a-los-ladrones/" target="_self" rel="" title="https://www.local10.com/espanol/2026/05/31/le-robaron-en-pleno-dia-el-pedido-que-espero-meses-disenadora-de-fort-lauderdale-busca-a-los-ladrones/"><b>Leer en español</b></a></p><p>Exclusive surveillance footage shows two people pulling up to a home, loading a large package into the trunk of a gray Ford F-150 and driving away.</p><p>“Why do you need to steal from somebody else in broad daylight in the middle of the week, when people are coming home especially. No fear at that point,” said Zoe Lazcano.</p><p>Lazcano has been a swimwear designer for more than a decade. Her brand, Zoe All Over, has tens of thousands of followers on Instagram. She sells bikinis and swim trunks with designs she creates herself.</p><p>“I only make 50 of everything and I don’t restock anything so it’s very exclusive and they’re all designed by me,” Lazcano said.</p><p>Lazcano said she had been waiting months for a bulk order that arrived around 2:30 p.m. Friday, just in time for summer.</p><p>About two hours later, surveillance video shows a gray Ford F-150 pulling up and backing into her driveway.</p><p>Two people got out, walked up to the porch and took a large box containing dozens of items.</p><p>“It’s a big blow, delay. This is gonna set me back for months,” Lazcano said.</p><p>The thieves also took another package.</p><p>“There was a small box which happened to be a case of Celsius. That they also took,” she said with a laugh.</p><p>The theft happened in a neighborhood near the intersection of Davie Boulevard and State Road 7.</p><p>One of the suspects is seen wearing a scarf around their head, while the other appears to have their face covered.</p><p>“Definitely dressed in a way that they do this often to kind of cover up and not show too much skin,” Lazcano said.</p><p>Fort Lauderdale police confirmed they are investigating.</p><p>Lazcano said she plans to monitor whether any of the stolen merchandise is resold online. She hopes someone recognizes the people seen in the video.</p><p>“That would be a miracle. But I also really wanna hold these people accountable cause now it’s like a safety concern, now I’m wondering, are they casing my neighborhood?” she said.</p><p>Anyone with information or who recognizes the people in the surveillance footage is asked to contact Fort Lauderdale police.</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[Si vas al Mundial en Miami Gardens, el estacionamiento hay que comprarlo antes, no el día del partido]]></title><link>https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/31/si-vas-al-mundial-en-miami-gardens-el-estacionamiento-hay-que-comprarlo-antes-no-el-dia-del-partido/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[El Mundial llega al Hard Rock Stadium y hay una regla clave que todo fanático debe saber: el estacionamiento no se vende el día del partido. Hay que comprarlo con anticipación en la plataforma oficial de la FIFA.]]></description><pubDate>Sun, 31 May 2026 17:17:10 +0000</pubDate><content:encoded><![CDATA[<p>La Copa Mundial de la FIFA llega al sur de Florida. Se espera la llegada de aficionados al fútbol de todo el mundo para el torneo de fútbol más grande del planeta, que arranca en apenas un par de semanas.</p><p>Para quienes planean asistir a los partidos en el Hard Rock Stadium en Miami Gardens, es importante tener el plan de estacionamiento listo con anticipación.</p><p>Según la FIFA, todo el estacionamiento debe adquirirse a través de su plataforma oficial, y los pases de estacionamiento solo pueden comprarse hasta 24 horas antes del inicio de cada partido.</p><p>La FIFA subrayó que no habrá estacionamiento disponible para la venta el día de los partidos.</p><p>Además, quienes compren pases de estacionamiento deben usar la dirección de correo electrónico asociada a la compra de sus boletos en el sitio web oficial de la FIFA.</p><p>Los aficionados que estacionen en los partidos deberán presentar su boleto del partido y su pase de estacionamiento antes de que se les permita el acceso a los terrenos del estadio. En el Hard Rock Stadium, los aficionados deben imprimir su pase de estacionamiento y colocarlo en el parabrisas para acceder a las vías alrededor del estadio.</p><p>Para más información sobre cómo asistir a los partidos de la Copa Mundial, consulte la guía oficial de día de partido de la FIFA para el sur de Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HI44PX277RFHTF7VGDIOZKRAOY.jpeg?auth=eebad91350d4b859a80c21fcbb83b7e220e7fa7330e3fe490a1594f5670b3aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sabalenka vs. Osaka to be 1st women's night match at the French Open in 3 years]]></title><link>https://www.local10.com/sports/2026/05/31/sabalenka-vs-osaka-to-be-1st-womens-night-match-at-the-french-open-in-3-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/sabalenka-vs-osaka-to-be-1st-womens-night-match-at-the-french-open-in-3-years/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — The high-profile fourth-round matchup between top-ranked Aryna Sabalenka and fellow four-time Grand Slam champion Naomi Osaka on Monday will be the first women’s night match at the French Open in three years.]]></description><pubDate>Sun, 31 May 2026 17:15:54 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — The high-profile fourth-round matchup between top-ranked Aryna Sabalenka and fellow four-time Grand Slam champion Naomi Osaka on Monday will be the first women’s night match at the French Open in three years.</p><p>Roland Garros organizers have been criticized for scheduling only men’s matches under the lights in recent years, with organizers saying they are under pressure from TV broadcasters and that women’s best-of-three set matches are too short compared to the best-of-five format for men.</p><p>It will be only the fifth women’s match in the five years since the night sessions were introduced in Paris.</p><p>The last women’s match at night also involved Sabalenka, when she beat Sloane Stephens in 2023.</p><p>“YOLO,” Osaka said when asked on Saturday if her match against Sabalenka deserved to be held at night, using the abbreviation for “You only live once.”</p><p>Osaka has been putting on a fashion show for her walk-ons before each match of the tournament.</p><p>Sabalenka leads 2-1 in career meetings with Osaka, who has reached the fourth round in Paris for the first time.</p><p>“I’m just ready for the fight,” Sabalenka said. “It’s great to see her back on her level. … I really enjoy our battles. It’s high-level matches, and I really enjoy when somebody push me to the limit.”</p><p>The match is scheduled to start at 8:15 p.m. local time.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V72REIWD6DT4G3PQTWKGNO7RKA.jpg?auth=1afe4c726a6648d131fd0d5a22be7a3d03cb7ff0f6ce7cac54e46ce1ceec2354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan prepares for the third round women's singles tennis match against Iva Jovic of the U.S. at the French Open tennis tournament in Paris, Saturday, May 30, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FNYEODMN36YTEU2L6EKY2643UA.jpg?auth=6363617758d3f7aecc807a321c42e702ea33680c919956ae3816cf8b8d422aa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka of Belarus celebrates winning the third round women's singles tennis match against Daria Kasatkina of Australia at the French Open tennis tournament in Paris, Saturday, May 30, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Balearon a dos personas cerca de un IHOP en el sur de Miami-Dade; ambos en condición crítica]]></title><link>https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/31/balearon-a-dos-personas-cerca-de-un-ihop-en-el-sur-de-miami-dade-ambos-en-condicion-critica/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Una discusión de madrugada cerca de un IHOP en S. Dixie Highway terminó a tiros. Un hombre y una mujer fueron hospitalizados en condición crítica. El atacante escapó.]]></description><pubDate>Sun, 31 May 2026 17:14:10 +0000</pubDate><content:encoded><![CDATA[<p>Agentes del Condado de Miami-Dade investigan un doble tiroteo.</p><p>El incidente ocurrió alrededor de las 3:56 a.m. del domingo cerca de un restaurante IHOP ubicado en el bloque 18860 de S. Dixie Highway.</p><p>Según la Oficina del Sheriff de Miami-Dade, los agentes que respondieron al lugar encontraron a un hombre y una mujer que habían sido baleados.</p><p>Ambos fueron trasladados por Miami-Dade Fire Rescue al Jackson South Medical Center en condición crítica.</p><p>Tras la investigación, los agentes dijeron que el hombre había tenido una discusión verbal con un sujeto desconocido, quien terminó disparándole a ambas víctimas.</p><p>El MDSO no ha indicado si busca a algún sospechoso o persona de interés.</p><p>Cualquier persona con información puede comunicarse con Miami-Dade Crime Stoppers al 305-471-TIPS.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXZMFYOKTFHGDPUC5SI5DLAN7Q.jpeg?auth=14e029fdd4522e8f8a8da998fa0321c67b372cca2a774cf98193f377ae29b971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Flight 1978 and Messi’s No 10: Argentina’s arrival in US doubles as tribute to its World Cup success]]></title><link>https://www.local10.com/sports/2026/05/31/flight-1978-and-messis-no-10-argentinas-arrival-in-us-doubles-as-tribute-to-its-world-cup-success/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/flight-1978-and-messis-no-10-argentinas-arrival-in-us-doubles-as-tribute-to-its-world-cup-success/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Reigning World Cup champion Argentina arrived in Kansas City on Sunday to begin p reparing for its title defense, which starts with a match against Algeria on June 16 at Arrowhead Stadium, the home of the NFL's Chiefs.]]></description><pubDate>Sun, 31 May 2026 21:59:55 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Reigning World Cup champion Argentina arrived in Kansas City on Sunday to begin p reparing for its title defense, which starts with a match against Algeria on June 16 at Arrowhead Stadium, the home of the NFL's Chiefs.</p><p>The 11-hour flight covering more than 5,500 miles from Ezeiza International Airport touched down in Missouri just after 11 a.m. local time. The flight number for the Aerolineas Argentinas charter was 1978, an homage to the 1978 World Cup that Argentina won as the host nation over the Netherlands before more than 71,000 fans at River Plate Stadium in Buenos Aires.</p><p>The plane itself, an Airbus A330, also celebrated the Argentine squad with special livery. The No. 10 of Lionel Messi was featured on the tail amid the national team's iconic blue and white stripes, while three gold stars represented its three World Cup titles.</p><p>Argentina is the first of four national teams making their World Cup home base in the Kansas City metro to arrive.</p><p>The Netherlands, England and Algeria — which will be at the University of Kansas in nearby Lawrence — are due to arrive this week.</p><p>Most of the Argentina squad arrived on its charter, though some players will arrive from clubs elsewhere in the world. After stepping off the plane, players and staff walked across the tarmac to waiting charter buses for the trip to the team hotel.</p><p>Messi and Co. will be staying at the Origin Hotel near downtown Kansas City, Missouri. Fences have been built around the property and extra security provided for the team, while inside the relatively new hotel, signage, posters and other nods to the team known as La Albiceleste are ever-present, including huge images of some of the team's biggest stars on the outside of the building.</p><p>The team planned to spend Sunday doing light training in the hotel gym while awaiting the arrival of the rest of its players. Its first full workout is set for Monday at the Compass Minerals National Performance Center, the home of MLS club Sporting Kansas City.</p><p>Argentina plays Honduras in a friendly on Saturday at Kyle Field in College Station, Texas, the home of Texas A&M. Its final tuneup is three days later against Iceland at Jordan-Hare Stadium in Alabama, the home of another SEC football team, Auburn.</p><p>Argentina coach Lionel Scaloni revealed his 26-man World Cup roster on Thursday. It is headlined by Messi, who turns 39 in less than a month, and features 17 players that were part of the team that triumphed four years ago against France in the final in Qatar.</p><p>Several players were in doubt because of injuries of varying severity ahead of the June 1 deadline set by FIFA for finalizing all World Cup squads. Among them was Messi, who is suffering from muscle fatigue and a mild strain in his left hamstring.</p><p>The club has said that his recovery time will depend on “his clinical and functional progress.” Messi will be playing in his sixth World Cup, having previously participated in Germany, South Africa, Brazil, Russia and Qatar.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QLQMVIPIAEMFQJ7IZCETXSEZLQ.jpg?auth=c945f701b1f4b58fe1139b360ec705319cb384b067b0e8b795f62d4cb26163df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's Nicolas Otamendi (19, File) celebrates with Giovani Lo Celso after scoring his side's opening goal against Venezuela during a FIFA World Cup 2026 qualifying soccer match in Maturin, Venezuela, Thursday, Oct. 10, 2024. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YB7QK3T4SAGX7ISSYB4YZ26JDQ.jpg?auth=65ac4f88b9e7703c404c203bce64432623115a1b88217117e772e5f007c9662e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's goalkeeper Emiliano Martinez blocks a shot by France's Kingsley Coman during a penalty shootout in the World Cup final soccer match between Argentina and France at the Lusail Stadium in Lusail, Qatar, Sunday, Dec. 18, 2022. (AP Photo/Natacha Pisarenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Jonas Vingegaard wins Giro d’Italia to become the eighth male rider to win all 3 Grand Tours]]></title><link>https://www.local10.com/sports/2026/05/31/jonas-vingegaard-wins-giro-ditalia-to-become-the-eighth-male-rider-to-win-all-3-grand-tours/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/jonas-vingegaard-wins-giro-ditalia-to-become-the-eighth-male-rider-to-win-all-3-grand-tours/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Danish cyclist Jonas Vingegaard won the Giro d’Italia on Sunday, becoming the eighth male rider to win all three Grand Tours.]]></description><pubDate>Sun, 31 May 2026 18:26:06 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Danish cyclist Jonas Vingegaard won the Giro d’Italia on Sunday, becoming the eighth male rider to win all three Grand Tours.</p><p>Vingegaard, who rides for Team Visma-Lease a Bike, ended the three-week race with an overall advantage of 5 minutes, 22 seconds over second-place Felix Gall. Jai Hindley finished third, 6:25 behind.</p><p>Vingegaard won the Tour de France in 2022 and ’23 and last year clinched his first Spanish Vuelta title. It was his first Giro.</p><p>“It’s amazing. It’s something I’ve dreamt of my whole life and to now be able to do it, it’s something special,” an emotional Vingegaard said in his first interview as Giro winner. "I’m lost for words.</p><p>“It was a really special day, with so many people on the side of the road, so many spectators, it was really incredible. To get the honor to wear the maglia rosa in the streets of Rome is something special. With these last three weeks, it’s just such a nice way to end this race.”</p><p>After crossing the line in Rome, the 29-year-old Vingegaard embraced his wife and two children, who were wearing replicas of his maglia rosa — the leader's pink jersey.</p><p>“Yeah, that’s even nicer, it also gives me tears in my eyes, they’re always there for me,” said Vingegaard, who has celebrated his five stage wins at the Giro by kissing the photo of his family that is on the handlebar of his bicycle, before kissing his wedding ring.</p><p>Vingegaard also carried his children with him to the podium, where he was presented with the Trofeo Senza Fine (Trophy With No End).</p><p>Having dominated his first Giro — living up to his billing as pre-race favorite — Vingegaard will turn his attention to the Tour de France as he attempts to become the ninth man to complete the Giro-Tour double in the same year.</p><p>However, there he will face cycling’s top talent Tadej Pogacar. The Slovenian, who skipped the Giro to focus on adding to his four Tour titles, became the first man in 26 years to do the Giro-Tour double when he achieved the feat in 2024.</p><p>Sunday's largely processional final Giro stage, that ended with eight laps through Rome, was won by sprint specialist Jonathan Milan.</p><p>The 131-kilometer route started in Rome and then went out the sea before returning to the Italian capital for the finishing circuit.</p><p>So relaxed were the riders that they were all seen sharing a box of sweets as they started the stage, before also being given glasses of Prosecco. They also all posed for team photos during the ride out to the sea.</p><p>Milan, who had seen other bids for stage wins end in disappointment earlier in the race, finally got his victory. The Italian edged out compatriot Giovanni Lonardi and French cyclist Paul Penhoët in a bunch sprint.</p><p>“I’m super happy to end this Giro in this way,” Milan said. “It’s beautiful. After three weeks that we were looking for this, winning the last stage in Rome means that we were keeping the head there, we never give up, we always keep fighting for the victory, we were always believing in it, we always believe in each other.”</p><p>___</p><p>AP cycling: https://apnews.com/hub/cycling</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPF3VWUHMXCUVT4XRMM22P5SEM.jpg?auth=d5fb6a122e3bb48ca7bb4df1bcf82db4f682d6c716d5a405ff2c1b95b7d69fe9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First placed Denmark's Jonas Vingegaard holds the trophy as he celebrates on the podium at the end of the Giro d'Italia cycling race in Rome Sunday, May 31, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LNTGFIWUTH7FLPOPX7UVYEPYRA.jpg?auth=2d5454ca79c18dcc4e10bedd9344fbd9cce977b86dddbc98c2b8158910bbed07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First placed Denmark's Jonas Vingegaard with his children Frida and Hugo celebrates on the podium at the end of the Giro d'Italia cycling race in Rome Sunday, May 31, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSEIT5V7VLGYTIX3TFQ4G5DOAY.jpg?auth=a1a7aab3230e56a04f8eb47048362cb721a8cb737e442c27676925eaba18ae2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First placed Denmark's Jonas Vingegaard kisses the trophy as he celebrates on the podium at the end of the Giro d'Italia cycling race in Rome Sunday, May 31, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YCYXHMVSDAOX5SQQURYDVKJTZA.jpg?auth=2802c2055edc1693d5696caa533d455c65e0591d3387d37edb4acdda74fae297&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jonathan Milan celebrates at the finish line after winning the last stage of the Giro d'Italia in Rome Sunday May 31, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FWG4ULAV32UIQO2SNRNHBNEQVU.jpg?auth=729fd1555f235ffbd31b250e8a664fbd8fd4c598cd4d6a28e26949a226107e25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The pack rides past the ancient Colosseum during the 21th and last stage of the Giro d'Italia cycling race in Rome, Sunday May 31, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Finland beats Switzerland 1-0 in overtime to win men's ice hockey world championship]]></title><link>https://www.local10.com/sports/2026/05/31/finland-beats-switzerland-1-0-in-overtime-to-win-mens-ice-hockey-world-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/finland-beats-switzerland-1-0-in-overtime-to-win-mens-ice-hockey-world-championship/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ZURICH (AP) — Finland won the ice hockey world championship for the fifth time on Sunday, beating Switzerland 1-0 in overtime.]]></description><pubDate>Sun, 31 May 2026 23:13:25 +0000</pubDate><content:encoded><![CDATA[<p>ZURICH (AP) — Finland won the ice hockey world championship for the fifth time on Sunday, beating Switzerland 1-0 in overtime.</p><p>The Buffalo Sabres' Konsta Helenius scored the gold-winning goal 10:42 into overtime. The 20-year-old Helenius netted from the right circle, beating Switzerland goaltender Leonardo Genoni with his team's 28th shot on goal.</p><p>Finland netminder Justus Annunen shut out Switzerland with 22 saves.</p><p>“We have a strong culture, you leave your ego outside the locker room, and that’s why it’s so awesome to come and play for Finland,” defenseman Olli Maatta said.</p><p>Finland also won in 1995, 2011, 2019 and 2022.</p><p>Switzerland wasted a two-minute, 5-on-3 advantage that started six seconds before the end of the opening period.</p><p>The final was a rematch of the two teams from their last group stage game, which the Swiss won 4-2.</p><p>That was the only loss for the Finns, who finished second in their preliminary group behind the Swiss. They went on to eliminate the Czechs 4-1 in the quarterfinals and upset tournament favorite Canada 4-2 in the semifinals.</p><p>Finland was led by captain Aleksander Barkov, who missed the entirety of the Florida Panthers’ season because of a major knee injury suffered 20 minutes into his first practice of training camp. The tournament was his first action in competitive games since the Panthers won their second consecutive Stanley Cup last June.</p><p>Barkov powered the Finns with three goals and eight assists from 10 games at the worlds.</p><p>Swiss disappointment</p><p>After finishing runner-up in the previous two years, host Switzerland hoped for more this time in front of its home crowd in Zurich.</p><p>Home fans clapped, chanted and cheered tirelessly throughout the tournament.</p><p>“It’s a huge disappointment, but, it’s hockey,” Switzerland forward Denis Malgin said. “It was a 0-0 game. We had our chances, and in OT it can go either way.”</p><p>Switzerland failed to score a single goal in the three finals.</p><p>The Swiss lost to the Czechs 2-0 in 2024, and were defeated by the U.S. 1-0 in overtime last year. They also finished second in 2018 and 2013 when they were defeated by rival Sweden.</p><p>Switzerland also finished second back in 1935.</p><p>No medal for Canada</p><p>Norway stunned Canada 3-2 in overtime of the bronze medal game to capture its first ice hockey world championship medal.</p><p>Noah Steen scored the winner 3:32 into overtime. The previous best result for Norway was a fourth-place finish in 1951.</p><p>In a wild ending, Canada was 2-0 down when it pulled netminder Jet Greaves. Robert Thomas then scored from the slot to reduce the deficit with 1:16 remaining in the final period with an unassisted goal.</p><p>With eight seconds to go, captain Macklin Celebrini and Ryan O’Reilly set up Thomas for his second to tie it at 2-2, forcing overtime.</p><p>Earlier, Emilio Pettersen gave Norway a 1-0 lead in the opening period and Stian Solberg added another with a deflected shot in the second. Goaltender Henrik Haukeland stopped 44 shots.</p><p>Greaves made 21 saves for Canada.</p><p>The Canadians have come up short at the worlds since they won their last and record 28th title in 2023.</p><p>They finished fourth in 2024 and were stunned 2-1 by Denmark in the quarterfinals last year.</p><p>The worlds ended in disappointment for Canada again this year despite a lineup that included teenage sensation Celebrini as captain and NHL great Sidney Crosby in addition to several established NHL stars, including O’Reilly, John Tavares and Mark Scheifele.</p><p>Canada managed to win all of its group games, including a 6-5 victory over Norway in overtime, and eliminated defending champion U.S. in the quarterfinals.</p><p>But Finland, led by Barkov, proved too good in the semifinals.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UAWMAIVEN2FLTUXLRSFB7CEG6Y.jpg?auth=14661769f45fde6dd732dea6a201130bede9ac4ae91c917036f6dae27fffd480&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finland players celebrate with trophy after winning the 2026 IIHF Men's Ice Hockey World Championship final match against Switzerland, in Zurich, Switzerland, Sunday, May 31, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFK53N7LR73XTNDFFRTFAH5G4I.jpg?auth=43739ed7dbb170175849c73f7205ca2acca44fe18ca2eaae3eb7b7f7a822e180&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finland players celebrate with trophy after winning the 2026 IIHF Men's Ice Hockey World Championship final match against Switzerland, in Zurich, Switzerland, Sunday, May 31, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ROGZXQW6WMYROSFIDFZBLKPFA.jpg?auth=f1681c41fe9774e0277408c46fb8ad6819b7a75a3b2007d702fd6fe1080bf3d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finland's Konsta Helenius celebrates after scoring his side's opening goal during the 2026 IIHF Men's Ice Hockey World Championship final match between Switzerland and Finland, in Zurich, Switzerland, Sunday, May 31, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLW5UFUSYYY64UHMKWDHNPTWCU.jpg?auth=95a4105a2e816668de1a3fbb2b199913ef34cad3ae197dbc16b8d38f624d3450&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finland players celebrate after winning the gold medal during a 2026 IIHF Men's Ice Hockey World Championship final match between Switzerland and Finland, in Zurich, Switzerland, Sunday, May 31, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FFMBKVXE4DOLUVPBN5KROYDR4M.jpg?auth=6dbd3f8f0ac73009b6bef815e743caea1bf8c1dcfbb8d7e53613edcc114c8c65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finland's Saku Maenalanen (80) in action against Switzerland's Janis Moser (86) during the 2026 IIHF Men's Ice Hockey World Championship final match between Switzerland and Finland, in Zurich, Switzerland, Sunday, May 31, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: May 31, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-full-episode-may-31-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-full-episode-may-31-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Policy Project President Jeff Brandes, Broward County Property Appraiser Marty Kiar, Miami-Dade County Property Appraiser Tomas Regalado, Florida Attorney General candidate Jose Javier Rodriguez, and former NASA astronaut Winston Scott. ]]></description><pubDate>Sun, 31 May 2026 16:23:38 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Policy Project President Jeff Brandes, Broward County Property Appraiser Marty Kiar, Miami-Dade County Property Appraiser Tomas Regalado, Florida Attorney General candidate Jose Javier Rodriguez, and former NASA astronaut Winston Scott. </p><p>The full episode can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Winston Scott]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-winston-scott/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-winston-scott/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Winston Scott is a former NASA astronaut who was born and raised in Miami. ]]></description><pubDate>Sun, 31 May 2026 16:11:56 +0000</pubDate><content:encoded><![CDATA[<p>Winston Scott is a former NASA astronaut who was born and raised in Miami. </p><p>He joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[Kohli leads Bengaluru to 5-wicket win over Gujarat in Indian Premier League final]]></title><link>https://www.local10.com/sports/2026/05/31/kohli-leads-bengaluru-to-5-wicket-win-over-gujarat-in-indian-premier-league-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/31/kohli-leads-bengaluru-to-5-wicket-win-over-gujarat-in-indian-premier-league-final/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[AHMEDABAD, India (AP) — Cricket great Virat Kohli hit the winning six as defending champions Royal Challengers Bengaluru retained its Indian Premier League title with a five-wicket victory over Gujarat Titans on Sunday.]]></description><pubDate>Sun, 31 May 2026 19:13:34 +0000</pubDate><content:encoded><![CDATA[<p>AHMEDABAD, India (AP) — Cricket great Virat Kohli hit the winning six as defending champions Royal Challengers Bengaluru retained its Indian Premier League title with a five-wicket victory over Gujarat Titans on Sunday.</p><p>Bengaluru reached 161-5 in 18 overs after winning the toss and restricting Gujarat to 155-8 in its 20 overs.</p><p>Kohli smashed nine fours and three sixes in his 42-ball 75 not out. It was his sixth 50-plus score of the season and, along with Venkatesh Iyer’s 32 runs off 16 balls, helped Bengaluru make quick work of an under-par target.</p><p>“It is the stuff you dream of. I have thought of this moment many times, to win the IPL and stand here (unbeaten in the chase)," Kohli said. "The kind of team we have, it gives you confidence to face any situation. There is enough depth in our side. We had clarity – Venkatesh (Iyer) and I wanted to finish off the chase in the powerplay itself.”</p><p>With its first title in 2025, Bengaluru became only the third side to win successive IPL titles. Chennai Super Kings (2010 and 2011) and Mumbai Indians (2019 and 2020) previously achieved this feat.</p><p>Kohli finished with 675 runs in 16 matches, while Bhuvneshwar Kumar picked up 28 wickets this season.</p><p>Kumar took 2-29 on Sunday, sharing four wickets with Josh Hazlewood (2-37), and restricted Gujarat at the Narendra Modi Stadium in Ahmedabad.</p><p>Washington Sundar finished on 50 not out, hitting five fours in his 37-ball innings. No other Gujarat batter topped 20. Medium pacer Rasikh Salam Dar took 3-27 in his four overs.</p><p>Gujarat’s Kagiso Rabada was the season’s highest wicket-taker – 29 in 17 matches.</p><p>Rajasthan Royals’ 15-year-old Vaibhav Sooryanshi was the highest run-getter with 776 runs in 16 innings at a strike rate of 237.</p><p>Bengaluru pacers strike hard before Kohli’s chase</p><p>Gujarat never really gained any batting momentum and was down to 99-5 at the start of the 15th over. Openers Sai Sudharsan (12) and Shubman Gill (10) were out cheaply.</p><p>Krunal Pandya had Jos Buttler (19) stumped and, despite Sundar’s knock, the Titans didn't look comfortable.</p><p>Iyer hit two sixes and four fours in his rapid 32 for Bengaluru. Kohli and Iyer contributed 62 off 27 balls for the opening wicket.</p><p>Kohli got his half-century off 25 balls, his quickest in the IPL, and he finished the match in style with a six against Arshad Khan – a year after Bengaluru had won the title at the same venue.</p><p>The final was a rematch of the first playoff on Tuesday when Bengaluru beat Gujarat by 92 runs in Dharamsala. Gujarat won the IPL in 2022.</p><p>___</p><p>AP cricket: https://apnews.com/hub/cricket</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJMHFDJFB4NJ7K3PY6ILSTRS2I.jpg?auth=b4a23dadf5d78a707154428ec6cd5f8549a6768aa09f7a444ed50203c409a77c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Royal Challengers Bengaluru's Virat Kohli celebrates with teammates after their win in the Indian Premier League final cricket match against Gujarat Titans in Ahmedabad, India, Sunday, May 31, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2MZU6M2W6DSDLKOUTTGHQYPBXY.jpg?auth=f8ab24f23e77c6213e252c9007f907268de3b836b50170143363b7fd110cbb7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Royal Challengers Bengaluru players celebrate with winners trophy after their win in the Indian Premier League final cricket match against Gujarat Titans in Ahmedabad, India, Monday, June 1, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DT2LQKZAZBMTVIPZXC4TS4QGYA.jpg?auth=987e5fa9958ad0082912494158ea44ed8c5d59d3a943c52b2aa6d26d152834bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Royal Challengers Bengaluru's Krunal Pandya celebrates the wicket of Gujarat Titans' Jos Buttler during the Indian Premier League final cricket match between Gujarat Titans and Royal Challengers Bengaluru in Ahmedabad, India, Sunday, May 31, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F54QWR4COB2PDJBX323V3C6I7Y.jpg?auth=08d794a61d6b2b0c87b100d8f1bdd2fa286f6f44d995e203b602408f535df7af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gujarat Titans' Washington Sundar plays a shot during the Indian Premier League final cricket match between Gujarat Titans and Royal Challengers Bengaluru in Ahmedabad, India, Sunday, May 31, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZATSOZKPOYSYCKRLS2U44XHCPY.jpg?auth=33f17c1a98fbe857b4f4072e4902cc9d6f637615c032a3f6930b4a64e02103d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Royal Challengers Bengaluru players celebrate after their win in the Indian Premier League final cricket match against Gujarat Titans in Ahmedabad, India, Sunday, May 31, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content></item><item><title><![CDATA[Man charged with murder in killings of 3 on Hawaii's Big Island]]></title><link>https://www.local10.com/news/national/2026/05/31/man-charged-with-murder-in-killings-of-3-on-hawaiis-big-island/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/31/man-charged-with-murder-in-killings-of-3-on-hawaiis-big-island/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HONOLULU (AP) — Authorities in Hawaii have charged a 36-year-old man with murder in the killings of three people in a remote community known for its eclectic, communal lifestyle.]]></description><pubDate>Sun, 31 May 2026 15:55:16 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — Authorities in Hawaii have charged a 36-year-old man with murder in the killings of three people in a remote community known for its eclectic, communal lifestyle.</p><p>Jacob Daniel Baker was charged with counts of first- and second-degree murder Saturday, the Hawaii Police Department said in a news release.</p><p>Baker remained jailed without bond Sunday and police said his first court appearance was scheduled for Monday. It was not immediately known if Baker had an attorney who could speak for him.</p><p>Charges in the killings came two days after police apprehended Baker following a manhunt on Hawaii's Big Island, where the three victims were found in the rural Puna community known for its tropical landscape and free-spirited residents.</p><p>Robert Shine, 69, was found dead Monday partially submerged in a cement pond, according to police. The second victim, a 79-year-old man, was discovered Tuesday a few hundred feet away. Friends identified him as Chitta Morse.</p><p>Police found the third victim, 69-year-old John Carse, late Tuesday at a property 19 miles (31 kilometers) from where the other two bodies were located.</p><p>Police have not given a suspected motive for the killings. Hawaii Police Chief Reed Mahuna has said investigators found no connections among the victims other than that two of them lived near each other.</p><p>In addition to the murder charges, Baker also faces counts of burglary, auto theft and criminal damage to property.</p><p>The killings left residents on edge in Puna, a community set amid lush jungle and barren lava fields where people seeking to live off-grid commonly trade work for lodging.</p><p>Puna resident Stephen Shaffer said that Baker had worked for his ex-wife, climbing coconut trees on land where she grows fruit, in exchange for a place to live. After several months, Shaffer said, his ex-wife sought a restraining order against Baker, saying she felt threatened by him.</p><p>Donald Hyatt, a friend of Shaffer's ex-wife and of two of the men killed, said Baker left the cabin where he had been living months ago. Hyatt said that Baker recently returned claiming “squatter's rights” and threatened Shaffer's ex.</p><p>Just days before the killings, two women had requested temporary restraining orders against Baker, saying he had threatened and harassed them, according to court records. A judge denied both applications, saying there was not enough proof of harassment.</p><p>Court records showed Baker named in 20 other cases in the past two decades, many of them traffic infractions. In most of those cases, Baker had no attorney and represented himself.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3L26MK3XG7FMQPLGGWYMQ5IR4M.jpg?auth=a07d0cb3f8a76d253c313f41843aee253b6639403c39bdff02af304b71d482a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police arrest a man accused of multiple killings, right, on Thursday, May 28, 2026, in Kaimu, Hawaii. (Deborah Davis via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Deborah Davis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/34A5BVUMKKJDAWM5JPLR547IEY.jpg?auth=01cf82b4ac23d8cdd5e22a0821d446791722910f3d0cf752a62c02f22ee53ec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo provided by the Hawaiʻi Police Department on Friday, May 29, 2026, shows Jacob Baker. (Hawaiʻi Police Department via AP)]]></media:description></media:content></item><item><title><![CDATA[This Week in South Florida: Jose Javier Rodriguez]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jose-javier-rodriguez/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-jose-javier-rodriguez/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Jose Javier Rodriguez is running for Florida Attorney General. ]]></description><pubDate>Sun, 31 May 2026 15:53:40 +0000</pubDate><content:encoded><![CDATA[<p>Jose Javier Rodriguez is running for Florida Attorney General. </p><p>He joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[A United Airlines flight to Spain turns back to Newark after a possible security threat]]></title><link>https://www.local10.com/business/2026/05/31/a-united-airlines-flight-to-spain-turns-back-to-newark-after-a-possible-security-threat-midair/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/31/a-united-airlines-flight-to-spain-turns-back-to-newark-after-a-possible-security-threat-midair/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[A United Airlines flight bound for Spain from Newark Liberty International Airport turned around midflight Saturday due to a possible security threat.]]></description><pubDate>Sun, 31 May 2026 19:25:05 +0000</pubDate><content:encoded><![CDATA[<p>A United Airlines flight bound for Spain from Newark Liberty International Airport turned around midflight Saturday due to a possible security threat.</p><p>The flight departed around 6 p.m. for Palma de Mallorca, Spain, but landed back at Newark at 9:37 p.m., according to the Port Authority of New York and New Jersey. The airline said there were 190 passengers and 12 crew members on board the Boeing 767 aircraft.</p><p>According to air traffic control audio, security came to inspect the aircraft after someone named their Bluetooth device a “certain four-letter word.” A passenger posting on social media said crew members repeatedly asked passengers to turn off all Bluetooth devices, but two devices remained on. The flight turned around after communicating with the airline’s headquarters in Chicago.</p><p>Passengers had to evacuate as the aircraft was swept by Port Authority police, and passengers were rescreened by TSA and Customs and Border Patrol before reboarding. The airline declined to provide specifics on the cause of the incident.</p><p>Passengers boarded a replacement flight with a new crew, which took off early Sunday morning and landed in Palma in the afternoon.</p><p>This was the latest incident with a United Airlines flight this month. On Friday, a domestic flight was diverted because of a security concern with an unruly passenger. Earlier this month, a United flight landing at Newark airport struck a semitrailer truck and a light pole, though no one was injured.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVYDI2USXT2NUNPCHYB3VK2M2E.jpg?auth=567f1a6f2f781c5bf740ef7556fac040c8d28ee692269960e9b02154e38571c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The United Airlines logo can be seen on a rope line at O'Hare International Airport, May 17, 2011. (AP Photo/Brian Kersey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Kersey</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Marty Kiar and Tomas Regalado]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/05/31/this-week-in-south-florida-marty-kiar-and-tomas-regalado/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Marty Kiar is Broward County’s Property Appraiser and Tomas Regalado is in the same role for Miami-Dade County. ]]></description><pubDate>Sun, 31 May 2026 15:36:28 +0000</pubDate><content:encoded><![CDATA[<p>Marty Kiar is Broward County’s Property Appraiser and Tomas Regalado is in the same role for Miami-Dade County. </p><p>They joined host Glenna Milberg on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page. </p>]]></content:encoded></item></channel></rss>