<?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, 10 Aug 2026 14:11:37 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[WATCH LIVE: Courtney Clenney expected to accept plea deal in boyfriend’s 2022 killing]]></title><link>https://www.local10.com/news/local/2026/08/09/courtney-clenney-expected-to-accept-plea-deal-in-boyfriends-2022-killing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/courtney-clenney-expected-to-accept-plea-deal-in-boyfriends-2022-killing/</guid><dc:creator><![CDATA[Bridgette Matter, Jeff  Derderian ]]></dc:creator><description><![CDATA[OnlyFans model Courtney Clenney, accused of killing her boyfriend, Christian Obumseli, in 2022, is expected to accept a plea deal Monday.]]></description><pubDate>Mon, 10 Aug 2026 02:55:03 +0000</pubDate><content:encoded><![CDATA[<p>OnlyFans model Courtney Clenney, accused of killing her boyfriend, Christian Obumseli, in 2022, is expected to accept a plea deal Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/10/courtney-clenney-aceptaria-acuerdo-de-culpabilidad-por-asesinato-de-su-novio-en-2022/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/courtney-clenney-aceptaria-acuerdo-de-culpabilidad-por-asesinato-de-su-novio-en-2022/">Leer en español</a></p><p>If the court accepts the plea, Clenney’s trial will not happen, bringing an end to the case.</p><p>Clenney’s legal team says she is ready to accept a plea deal from the State Attorney’s Office. It is not yet known how much prison time she will agree to.</p><p>Clenney, 30, has been jailed in Miami since her 2022 arrest on a second-degree murder charge. She is accused of killing her on-and-off boyfriend inside their luxury Edgewater apartment four years ago.</p><p>Miami police body camera footage showed Clenney covered in blood. Prosecutors say she stabbed Christian during a fight.</p><p>Investigators broke the news of Obumseli’s death to Clenney during a police interview.</p><p>On the outside, the couple appeared to be in love and living a lavish lifestyle. But since Obumseli’s death, videos have shown a turbulent side to their relationship.</p><p>Clenney was seen hitting Obumseli in an elevator. On a trip to Aspen, she was also seen repeatedly slapping him.</p><p>That fight happened two months before Obumseli was stabbed. Clenney’s lawyers say the April 2022 stabbing was in self-defense.</p><p>The videos, along with a mountain of digital evidence, were part of the evidence prosecutors planned to use to prove their case at trial.</p><p>The State Attorney’s Office says Clenney was abusive and violent.</p><p>The Obumseli family plans to attend Monday’s hearing and read victim impact statements before the court decides whether to accept the plea.</p><p>“It’s never a slam dunk case,” defense attorney Jack Palmeri said. “You never know what 12 jurors are going to do in a case -- nothing is ever a gimme when it comes to trial, so everyone has exposure.”</p><p>Palmeri said the Obumseli family would have needed to sign on off on the deal.</p><p>“I think, theoretically, this is a done deal, but yes, technically speaking in the literal sense, this is not done until on the record in court the judge signs off on it,” Palmeri said. </p><p>A lawyer for the Obumseli family says they have been involved in conversations surrounding the plea.</p><p>Clenney’s lawyers plan to answer questions from the media following the hearing.</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[EN VIVO: Courtney Clenney aceptaría acuerdo de culpabilidad por asesinato de su novio en 2022]]></title><link>https://www.local10.com/espanol/2026/08/10/courtney-clenney-aceptaria-acuerdo-de-culpabilidad-por-asesinato-de-su-novio-en-2022/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/courtney-clenney-aceptaria-acuerdo-de-culpabilidad-por-asesinato-de-su-novio-en-2022/</guid><dc:creator><![CDATA[Bridgette Matter, Jeff  Derderian ]]></dc:creator><description><![CDATA[La modelo de OnlyFans Courtney Clenney, acusada de matar a su novio, Christian Obumseli, en 2022, aceptaría un acuerdo de culpabilidad el lunes.]]></description><pubDate>Mon, 10 Aug 2026 14:07:09 +0000</pubDate><content:encoded><![CDATA[<p>La modelo de OnlyFans Courtney Clenney, acusada de matar a su novio, Christian Obumseli, en 2022, aceptaría un acuerdo de culpabilidad el lunes.</p><p>Si el tribunal acepta el acuerdo, el juicio de Clenney no se llevará a cabo, poniendo fin al caso.</p><p>El equipo legal de Clenney dice que ella está lista para aceptar un acuerdo de culpabilidad de la Fiscalía Estatal. Aún no se sabe cuánto tiempo de prisión aceptará cumplir.</p><p>Clenney, de 30 años, permanece encarcelada en Miami desde su arresto en 2022 por un cargo de asesinato en segundo grado. Está acusada de matar a su novio, con quien mantenía una relación intermitente, dentro del lujoso apartamento que compartían en Edgewater hace cuatro años.</p><p>Las imágenes de la cámara corporal de la policía de Miami mostraron a Clenney cubierta de sangre. Los fiscales dicen que apuñaló a Christian durante una pelea.</p><p>Los investigadores le informaron a Clenney sobre la muerte de Obumseli durante una entrevista con la policía.</p><p>Ante los demás, la pareja parecía estar enamorada y llevar un estilo de vida lujoso. Pero desde la muerte de Obumseli, videos han mostrado un lado turbulento de su relación.</p><p>Clenney fue vista golpeando a Obumseli en un ascensor. Durante un viaje a Aspen, también fue vista abofeteándolo repetidamente.</p><p>Esa pelea ocurrió dos meses antes de que Obumseli fuera apuñalado. Los abogados de Clenney dicen que el apuñalamiento de abril de 2022 fue en defensa propia.</p><p>Los videos, junto con una gran cantidad de evidencia digital, formaban parte de las pruebas que los fiscales planeaban utilizar para demostrar su caso en el juicio.</p><p>La Fiscalía Estatal dice que Clenney era abusiva y violenta.</p><p>La familia Obumseli planea asistir a la audiencia del lunes y leer declaraciones sobre el impacto en las víctimas antes de que el tribunal decida si acepta el acuerdo.</p><p>“Nunca es un caso con victoria asegurada”, dijo el abogado defensor Jack Palmeri. “Nunca se sabe qué van a hacer 12 miembros del jurado en un caso, nada está garantizado cuando se trata de un juicio, por lo que todos tienen algo que arriesgar”.</p><p>Palmeri dijo que la familia Obumseli habría tenido que aprobar el acuerdo.</p><p>“Creo que, en teoría, este es un acuerdo cerrado, pero sí, técnicamente hablando, en el sentido literal, esto no estará cerrado hasta que el juez lo apruebe oficialmente en el tribunal”, dijo Palmeri.</p><p>Un abogado de la familia Obumseli dice que han participado en las conversaciones relacionadas con el acuerdo.</p><p>Los abogados de Clenney planean responder preguntas de los medios de comunicación después de la audiencia.</p>]]></content:encoded></item><item><title><![CDATA[Police officers find dog panting in distress inside 107-degree van in Hialeah ]]></title><link>https://www.local10.com/pets/2026/08/10/police-officers-find-dog-panting-in-distress-inside-107-degree-van-in-hialeah/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/10/police-officers-find-dog-panting-in-distress-inside-107-degree-van-in-hialeah/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 40-year-old man confessed to leaving his dog in a parked van without air-conditioning on a hot day, near the Goodlet Park area in Hialeah, according to police.]]></description><pubDate>Mon, 10 Aug 2026 14:07:38 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old man confessed to leaving his dog in a parked van without air-conditioning on a hot day, near the Goodlet Park area in Hialeah, according to police. </p><p>A woman contacted police to report that Yoniel Izquierdo had been living with the dog in the van for about two months, according to police. </p><p>Police officers responded shortly before 1:25 p.m. on Friday to the area of West Ninth Lane and 40th Place, according to a police report. </p><p>“I observed a dog confined inside the van and unable to exit on its own. The vehicle was parked in direct sunlight with no shade. The vehicle was not running,” a Hialeah police officer wrote, according to the report.</p><p>Miami-Dade County Animal Services personnel responded and found that the temperature inside the van was about 107 degrees, according to the report. </p><p>“The air conditioning was not operating. The vehicle only has two windows that were slightly cracked open ... The dog was observed panting and displaying signs of distress,” an officer wrote, according to the report. </p><p>MDCAA personnel poured water on the dog, according to police. </p><p>Izquierdo told police officers that “he had been living in the van with the dog for approximately one month and acknowledged that he leaves the dog confined inside the van when he goes to work,” an officer wrote, according to the police arrest report. </p><p>Miami-Dade corrections booked Izquierdo shortly after 4:10 p.m. on Friday, and he was at the Metrowest Detention Center on Monday morning, according to inmate records. </p><p>Izquierdo faced a charge of animal cruelty with intent to injure or kill, a third-degree felony. His bond was $5,000. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YTX6WNCGARHRHHPDQ7N47YXDCY.jpg?auth=b58aaff0c6c815a5c6464afe410862ab5945dc4a7250d5c78ed233d6e1119f72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Yoniel Izquierdo on Friday in Hialeah.]]></media:description></media:content></item><item><title><![CDATA[1 dead after being struck by train in Hollywood]]></title><link>https://www.local10.com/news/local/2026/08/10/1-dead-after-being-struck-by-train-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/1-dead-after-being-struck-by-train-in-hollywood/</guid><description><![CDATA[One person is dead following a crash involving a train in Hollywood Monday morning, authorities said.]]></description><pubDate>Mon, 10 Aug 2026 11:28:51 +0000</pubDate><content:encoded><![CDATA[<p>One person is dead following a crash involving a train in Hollywood Monday morning, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/10/muere-una-persona-tras-ser-arrollada-por-tren-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/muere-una-persona-tras-ser-arrollada-por-tren-en-hollywood/">Leer en español</a></p><p>The incident happened along South Dixie Highway near Rodman Street and involved what appeared to be a cargo train.</p><p>The incident temporarily blocked all railroad crossings into Hallandale Beach at one point.</p><p>Crime scene investigators were seen searching the area and taking photographs as authorities worked to determine the circumstances surrounding the death.</p><p>The scene has since been cleared and the railroad crossings have reopened.</p><p>Authorities have not released the identity of the person who died or provided additional details about what led up to the incident.</p><p>The investigation is ongoing.</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[Muere una persona tras ser arrollada por tren en Hollywood]]></title><link>https://www.local10.com/espanol/2026/08/10/muere-una-persona-tras-ser-arrollada-por-tren-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/muere-una-persona-tras-ser-arrollada-por-tren-en-hollywood/</guid><description><![CDATA[Una persona murió tras un accidente que involucró a un tren en Hollywood la mañana de este lunes, informaron las autoridades.]]></description><pubDate>Mon, 10 Aug 2026 14:00:45 +0000</pubDate><content:encoded><![CDATA[<p>Una persona murió tras un accidente que involucró a un tren en Hollywood la mañana de este lunes, informaron las autoridades.</p><p>El incidente ocurrió en South Dixie Highway, cerca de Rodman Street, e involucró lo que parecía ser un tren de carga.</p><p>En un momento dado, el incidente bloqueó temporalmente todos los cruces ferroviarios hacia Hallandale Beach.</p><p>Investigadores de la escena del crimen fueron vistos inspeccionando el área y tomando fotografías mientras las autoridades trabajaban para determinar las circunstancias de la muerte.</p><p>La escena ya fue despejada y los cruces ferroviarios fueron reabiertos.</p><p>Las autoridades no han revelado la identidad de la persona que murió ni proporcionado detalles adicionales sobre lo que ocurrió antes del incidente.</p><p>La investigación continúa.</p>]]></content:encoded></item><item><title><![CDATA[DUI crash suspect extradited back to Miami-Dade after mistakenly deported to Honduras ]]></title><link>https://www.local10.com/news/local/2026/08/10/dui-crash-suspect-extradited-back-to-miami-dade-after-mistakenly-deported-to-honduras/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/dui-crash-suspect-extradited-back-to-miami-dade-after-mistakenly-deported-to-honduras/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man who is accused of killing three people in a car crash in Miami back in 2022 is back behind bars in South Florida after he was mistakenly deported to Honduras, Local 10 learned Monday.]]></description><pubDate>Mon, 10 Aug 2026 12:40:01 +0000</pubDate><content:encoded><![CDATA[<p>A man who is accused of killing three people in a car crash in Miami back in 2022 is back behind bars in South Florida after he was<a href="https://www.local10.com/news/local/2024/09/19/prosecutors-miami-dade-corrections-ice-hand-fatal-dui-crash-suspect-get-out-of-jail-free-card/" target="_self" rel="" title="https://www.local10.com/news/local/2024/09/19/prosecutors-miami-dade-corrections-ice-hand-fatal-dui-crash-suspect-get-out-of-jail-free-card/"> mistakenly deported to Honduras</a>, Local 10 learned Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/10/extraditan-a-miami-dade-a-sospechoso-de-accidente-por-conducir-bajo-influencia-tras-ser-deportado-por-error-a-honduras/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/extraditan-a-miami-dade-a-sospechoso-de-accidente-por-conducir-bajo-influencia-tras-ser-deportado-por-error-a-honduras/">Leer en español</a></p><p>Online jail records show Erwin Rommel Recinos, now 30, was extradited to Miami-Dade County and booked into the Turner Guilford Knight Correctional Center on July 23.</p><p>Recinos is charged with three counts of DUI manslaughter, three counts of vehicular homicide/reckless manner, DUI causing serious bodily injury and reckless driving causing serious bodily injury.</p><p>Miami police officers arrested Recinos on March 24, 2022, months after the fatal crash occurred at about 3 a.m. on Feb. 13, 2022.</p><p>According to police, the crash occurred near a Valero gas station along West Flagler Street, near Southwest 48th Avenue.</p><p>Paola Sabillon, Jason Meza and Giselle Reyes were killed in the crash.</p><p>According to U.S. Immigration and Customs Enforcement, Recinos was deported to Honduras on Sept. 6, 2024, after a federal judge signed a final order.</p><p>Online jail records show that Recinos once again is being jailed on an immigration hold, but he is not expected to be deported this time until after his trial is finished and his sentence is completed, if he is convicted.</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/YRULRBDM6RCWTDJD7ECBFOQKNA.jpg?auth=4dc19d8f37a0ccb2f696c079d210f879a12841abdc4812278ac80980d1818b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Extraditan a Miami-Dade a sospechoso de accidente por conducir bajo influencia tras ser deportado por error a Honduras]]></title><link>https://www.local10.com/espanol/2026/08/10/extraditan-a-miami-dade-a-sospechoso-de-accidente-por-conducir-bajo-influencia-tras-ser-deportado-por-error-a-honduras/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/extraditan-a-miami-dade-a-sospechoso-de-accidente-por-conducir-bajo-influencia-tras-ser-deportado-por-error-a-honduras/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre acusado de matar a tres personas en un accidente automovilístico en Miami en 2022 está nuevamente tras las rejas en el sur de Florida después de ser deportado por error a Honduras, supo Local 10 el lunes.]]></description><pubDate>Mon, 10 Aug 2026 13:57:00 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado de matar a tres personas en un accidente automovilístico en Miami en 2022 está nuevamente tras las rejas en el sur de Florida después de ser <a href="https://www.local10.com/news/local/2024/09/19/prosecutors-miami-dade-corrections-ice-hand-fatal-dui-crash-suspect-get-out-of-jail-free-card/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/09/19/prosecutors-miami-dade-corrections-ice-hand-fatal-dui-crash-suspect-get-out-of-jail-free-card/">deportado por error a Honduras</a>, supo Local 10 el lunes.</p><p>Los registros de la cárcel en línea muestran que Erwin Rommel Recinos, ahora de 30 años, fue extraditado al condado Miami-Dade e ingresó al Centro Correccional Turner Guilford Knight el 23 de julio.</p><p>Recinos enfrenta tres cargos de homicidio involuntario por conducir bajo la influencia, tres cargos de homicidio vehicular/conducción imprudente, conducir bajo la influencia causando lesiones corporales graves y conducción imprudente causando lesiones corporales graves.</p><p>Agentes de la policía de Miami arrestaron a Recinos el 24 de marzo de 2022, meses después de que el accidente fatal ocurriera alrededor de las 3 a.m. del 13 de febrero de 2022.</p><p>Según la policía, el accidente ocurrió cerca de una gasolinera Valero en West Flagler Street, cerca de Southwest 48th Avenue.</p><p>Paola Sabillon, Jason Meza y Giselle Reyes murieron en el accidente.</p><p>Según el Servicio de Inmigración y Control de Aduanas de Estados Unidos, Recinos fue deportado a Honduras el 6 de septiembre de 2024, después de que un juez federal firmara una orden definitiva.</p><p>Los registros de la cárcel en línea muestran que Recinos está nuevamente detenido bajo una orden de retención migratoria, pero no se espera que sea deportado esta vez hasta después de que termine su juicio y cumpla su sentencia, si es declarado culpable.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YRULRBDM6RCWTDJD7ECBFOQKNA.jpg?auth=4dc19d8f37a0ccb2f696c079d210f879a12841abdc4812278ac80980d1818b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Regresan a clases estudiantes de Broward mientras consolidaciones escolares traen cambios a algunos planteles]]></title><link>https://www.local10.com/espanol/2026/08/10/regresan-a-clases-estudiantes-de-broward-mientras-consolidaciones-escolares-traen-cambios-a-algunos-planteles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/regresan-a-clases-estudiantes-de-broward-mientras-consolidaciones-escolares-traen-cambios-a-algunos-planteles/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[Los estudiantes del condado Broward regresaron a las aulas este lunes, dando inicio a un nuevo año escolar que incluye nuevos maestros, amistades que se reencuentran y, para algunas familias, una escuela completamente nueva.]]></description><pubDate>Mon, 10 Aug 2026 13:51:48 +0000</pubDate><content:encoded><![CDATA[<p>Los estudiantes del condado Broward regresaron a las aulas este lunes, dando inicio a un nuevo año escolar que incluye nuevos maestros, amistades que se reencuentran y, para algunas familias, una escuela completamente nueva.</p><p>En la escuela primaria Silver Palms en Pembroke Pines, los estudiantes llegaron luciendo nuevos peinados, zapatos nuevos y mucha emoción por volver a ver a sus amigos después de las vacaciones de verano.</p><p>Una estudiante, Olivia, dijo que estaba feliz de que el verano hubiera terminado porque estaba lista para ver a sus amigos. Cuando le preguntaron qué estaba lista para aprender, dio una respuesta sencilla: “¡Simplemente aprender a ser amable con todos!”</p><p>Para los padres, la prisa de la mañana también pareció transcurrir sin problemas.</p><p>“En realidad, ellos fueron a Silver Palms el año pasado y la pasaron muy bien”, dijo un padre, Michael, después de que le preguntaran cómo fue lograr que sus hijos salieran de casa.</p><p>Una vez que se despejaron las filas para dejar a los estudiantes, los maestros y administradores centraron su atención en el año escolar que tienen por delante.</p><p>“Hemos estado preparándonos para esto durante todo el verano”, dijo Irina Shearer, directora de la escuela primaria Silver Palms.</p><h3><b>Nuevos estudiantes llegan en medio de consolidaciones de escuelas de Broward</b></h3><p>El primer día de este año llega con cambios significativos en las Escuelas Públicas del Condado Broward, mientras el distrito continúa abordando la disminución de inscripciones y los miles de asientos vacíos en las aulas.</p><p>Bajo el plan “Redefiniendo Nuestras Escuelas” del distrito, Silver Palms está recibiendo a unos 50 estudiantes de la escuela primaria Panther Run, una de seis escuelas cerradas este año a medida que los planteles fueron consolidados o destinados a otros usos.</p><p>Shearer dijo que los miembros del personal han trabajado para hacer que los estudiantes que llegan y sus familias se sientan parte de su nueva comunidad escolar.</p><p>“Realmente queremos asegurarnos de recibir con los brazos abiertos a las familias que vienen de Panther Run”, dijo Shearer.</p><p>Dijo que una maestra estaba creando una pancarta que incorporaba las mascotas de las escuelas, las Panteras de Panther Run y los Delfines de Silver Palms, para simbolizar la unión de las dos comunidades.</p><p>Los cambios también se están sintiendo dentro de las aulas.</p><p>“Creo que es energía renovada. Tenemos nuevos padres, nuevos niños”, dijo Kristin Kavanaugh, maestra de tercer grado en Silver Palms. “Tengo algunos estudiantes más en mi clase de los que estoy acostumbrada a tener. Tengo unos siete niños que vienen de la otra escuela”.</p><p>Los líderes del distrito han dicho que quieren que la transición sea lo más fluida posible para los estudiantes y las familias afectados por las consolidaciones.</p><p>Los cambios representan una expansión significativa de los esfuerzos de Broward para abordar los planteles con poco uso. El distrito cerró una escuela el año pasado, mientras que seis planteles fueron consolidados o destinados a otros usos este año.</p><p>En Silver Palms, los maestros dicen que su enfoque inmediato tiene menos que ver con los cambios más amplios que están ocurriendo en todo el distrito y más con garantizar que cada niño se sienta bienvenido al comenzar el nuevo año escolar.</p>]]></content:encoded></item><item><title><![CDATA[Broward students head back to class as school consolidations bring changes to some campuses]]></title><link>https://www.local10.com/news/local/2026/08/10/broward-students-head-back-to-class-as-school-consolidations-bring-changes-to-some-campuses/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/broward-students-head-back-to-class-as-school-consolidations-bring-changes-to-some-campuses/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[Broward County students returned to the classroom Monday, kicking off a new school year that includes new teachers, reunited friendships and, for some families, a new school altogether.]]></description><pubDate>Mon, 10 Aug 2026 13:33:31 +0000</pubDate><content:encoded><![CDATA[<p>Broward County students returned to the classroom Monday, kicking off a new school year that includes new teachers, reunited friendships and, for some families, a new school altogether.</p><p><a href="https://www.local10.com/espanol/2026/08/10/regresan-a-clases-estudiantes-de-broward-mientras-consolidaciones-escolares-traen-cambios-a-algunos-planteles/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/regresan-a-clases-estudiantes-de-broward-mientras-consolidaciones-escolares-traen-cambios-a-algunos-planteles/">Leer en español</a></p><p>At Silver Palms Elementary School in Pembroke Pines, students arrived sporting fresh hairstyles, new shoes and plenty of excitement about seeing their friends after summer break.</p><p>One student, Olivia, said she was happy summer was over because she was ready to see her friends. Asked what she was ready to learn, she had a simple answer: “Just learning to be nice to everyone!”</p><p>For parents, the morning rush also appeared to go smoothly.</p><p>“They actually went to Silver Palms last year, and they had a really good time,” one parent, Michael, said after being asked about getting his children out the door.</p><p>Once the drop-off lines cleared, teachers and administrators turned their attention to the school year ahead.</p><p>“We’ve been preparing for this all summer long,” Silver Palms Elementary Principal Irina Shearer said.</p><h3><b>New students arrive amid Broward school consolidations</b></h3><p>This year’s first day comes with significant changes across Broward County Public Schools as the district continues addressing declining enrollment and thousands of empty classroom seats.</p><p>Under the district’s “Redefining Our Schools” plan, Silver Palms is welcoming about 50 students from Panther Run Elementary, one of six schools closed this year as campuses were consolidated or repurposed.</p><p>Shearer said staff members have worked to make the incoming students and their families feel like they are part of their new school community.</p><p>“We really want to make sure we’re embracing the families that are coming from Panther Run,” Shearer said.</p><p>She said one teacher was creating a banner incorporating the schools’ mascots — the Panther Run Panthers and Silver Palms Dolphins — to symbolize the two communities coming together.</p><p>The changes are also being felt inside classrooms.</p><p>“I think it’s fresh energy. We’ve got new parents, new kids,” said Kristin Kavanaugh, a third-grade teacher at Silver Palms. “I have a few more students in my class than I’m used to having. I have about seven kids coming from the other school.”</p><p>District leaders have said they want the transition to be as smooth as possible for students and families affected by the consolidations.</p><p>The changes represent a significant expansion of Broward’s efforts to address underused campuses. The district closed one school last year, while six campuses were consolidated or repurposed this year.</p><p>At Silver Palms, teachers say their immediate focus is less about the larger changes happening across the district and more about ensuring every child feels welcome as the new school year begins.</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[Miami-born chess grandmaster Fabiano Caruana returns home for international competition]]></title><link>https://www.local10.com/features/2026/08/10/miami-born-chess-grandmaster-fabiano-caruana-returns-home-for-international-competition/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/10/miami-born-chess-grandmaster-fabiano-caruana-returns-home-for-international-competition/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[One of the world’s top-ranked chess players got his start in South Florida, and now he’s returned home to compete alongside some of the best players in the game.]]></description><pubDate>Mon, 10 Aug 2026 13:46:21 +0000</pubDate><content:encoded><![CDATA[<p>One of the world’s top-ranked chess players got his start in South Florida, and now he’s returned home to compete alongside some of the best players in the game.</p><p><a href="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers" target="_self" rel="" title="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers">Fabiano Caruana</a>, who was born in Miami’s Coconut Grove neighborhood, discovered chess when he was just 5 years old. What began as an after-school activity quickly developed into a professional pursuit that would eventually take him around the world.</p><p>“I started after school just playing with other kids,” Caruana said. “There was a coach. He told my parents, ‘Maybe you should pursue it. Seems like he’s good.’ And then we started taking it more seriously, and I represented the U.S. in youth competitions. That was the beginning.”</p><p>That beginning ultimately propelled Caruana to the highest levels of competitive chess. Today, he is ranked among the best players in the world and has built a following of nearly 200,000 people on <a href="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers" target="_self" rel="" title="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers">Instagram</a>.</p><p>Caruana recently returned to South Florida to represent Team USA in an elite international rapid and blitz chess competition at Faena Miami Beach, featuring some of the world’s top grandmasters.</p><h3><b>Chess finds a new generation</b></h3><p>While chess has existed for centuries, Caruana says the game has evolved considerably in recent years. Online platforms have made it easier than ever for people to learn and compete, helping introduce the game to millions of new players.</p><p>“The great thing about chess is it’s very accessible,” Caruana said. “It doesn’t cost anything to play. You can play online for free.”</p><p>Caruana also believes the benefits extend well beyond competition.</p><p>“I think it’s one of the really useful things that chess can do for people,” he said, pointing to its potential cognitive benefits and the lessons it can teach children, including “self-control, patience, hard work.”</p><p>Despite chess’ growing online popularity, Caruana said players are still working to overcome the perception that the game is slow or outdated.</p><p>“I think we’ve had to fight this perception that chess is an old-fashioned game,” he said. “There are a lot of ways chess can be exciting, but the best way to decide is to give it a try.”</p><p>Much of that excitement, he said, comes from the tension players experience even when there may not be much visible action to spectators.</p><p>“The tension that you feel, you may not see on the outside, but you feel while you’re playing it,” Caruana said.</p><p>That pressure is amplified in rapid and blitz competitions, where players have significantly less time to make decisions.</p><p>“When you’re playing as fast as possible, nothing goes through your mind except your next move,” he said.</p><h3><b>Chasing a world championship</b></h3><p>Despite already reaching the upper echelon of the chess world, Caruana still has one major goal left on his list: becoming world champion.</p><p>“I would like to fight for the World Championship title,” he said.</p><p>Caruana said he expects to have another opportunity to pursue that goal during the 2028 championship cycle.</p><p>“I’ll be able to try in the next cycle, which is in 2028,” he said, “and hopefully I’ll make it then.”</p>]]></content:encoded></item><item><title><![CDATA[Share your back-to-school photos with Local 10 as students return to class across South Florida]]></title><link>https://www.local10.com/features/2026/08/06/share-your-back-to-school-photos-with-local-10-as-students-return-to-class-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/06/share-your-back-to-school-photos-with-local-10-as-students-return-to-class-across-south-florida/</guid><description><![CDATA[As students begin returning to classes across South Florida, Local 10 wants to help celebrate the milestone by sharing your favorite back-to-school photos.]]></description><pubDate>Thu, 06 Aug 2026 18:14:25 +0000</pubDate><content:encoded><![CDATA[<p>As students begin returning to classes across South Florida, Local 10 wants to help celebrate the milestone by sharing your favorite back-to-school photos.</p><p><a href="https://www.local10.com/espanol/2026/08/10/comparte-tus-fotos-del-regreso-a-clases-con-local-10-mientras-los-estudiantes-vuelven-a-las-aulas-en-todo-el-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/comparte-tus-fotos-del-regreso-a-clases-con-local-10-mientras-los-estudiantes-vuelven-a-las-aulas-en-todo-el-sur-de-florida/">Leer en español</a></p><p>Whether it’s your child’s very first day of kindergarten, their final first day as a senior, or a proud family photo before heading out the door, Local 10 is inviting viewers to submit their pictures for a chance to be featured on-air. All photos will be displayed in a gallery below. </p><p>Students across South Florida will return to the classroom on the following dates:</p><ul><li><b>Broward County Public Schools:</b> Monday, <b>Aug. 10</b> </li><li><b>Archdiocese of Miami Catholic Schools:</b> Tuesday, <b>Aug. 11</b></li><li><b>Monroe County School District:</b> Wednesday, <b>Aug. 12</b> </li><li><b>Miami-Dade County Public Schools:</b> Thursday, <b>Aug. 13</b> </li></ul><p>Photos may be featured in Local 10’s newscasts, on Local10.com and across the station’s social media platforms as South Florida students kick off the new school year.</p><p>Local 10 wishes all students, teachers and school staff a safe, successful and exciting school year.</p><p><b>Submit your back-to-school photos below</b>:</p><p><div data-ss-embed="promotion" data-opguid="27397ca1-30ec-4156-a922-f521e253c672" data-routing="hash" data-script="76cimf"></div>
<script defer src="https://embed-1178712.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="76cimf">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEMN2GAALJAJBB2LTKFA7HRCHE.png?auth=3d4937866e34939c4e201b957722346fa10c69e1ca4670a35154722e9335e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Comparte tus fotos del regreso a clases con Local 10 mientras los estudiantes vuelven a las aulas en todo el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/10/comparte-tus-fotos-del-regreso-a-clases-con-local-10-mientras-los-estudiantes-vuelven-a-las-aulas-en-todo-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/comparte-tus-fotos-del-regreso-a-clases-con-local-10-mientras-los-estudiantes-vuelven-a-las-aulas-en-todo-el-sur-de-florida/</guid><description><![CDATA[A medida que los estudiantes comienzan a regresar a clases en todo el sur de Florida, Local 10 quiere ayudar a celebrar este momento compartiendo tus fotos favoritas del regreso a clases.]]></description><pubDate>Mon, 10 Aug 2026 13:44:54 +0000</pubDate><content:encoded><![CDATA[<p>A medida que los estudiantes comienzan a regresar a clases en todo el sur de Florida, Local 10 quiere ayudar a celebrar este momento compartiendo tus fotos favoritas del regreso a clases.</p><p>Ya sea el primer día de kínder de tu hijo, su último primer día como estudiante de último año o una orgullosa foto familiar antes de salir de casa, Local 10 invita a los televidentes a enviar sus fotos para tener la oportunidad de aparecer al aire. Todas las fotos se mostrarán en una galería a continuación.</p><p>Los estudiantes de todo el sur de Florida regresarán a las aulas en las siguientes fechas:</p><ul><li><b>Escuelas Públicas del Condado Broward</b>: lunes <b>10 de agosto</b></li><li><b>Escuelas Católicas de la Arquidiócesis de Miami</b>: martes <b>11 de agosto</b></li><li><b>Distrito Escolar del Condado Monroe</b>: miércoles 12 de agosto</li><li><b>Escuelas Públicas del Condado Miami-Dade</b>: jueves <b>13 de agosto</b></li></ul><p>Las fotos podrían aparecer en los noticieros de Local 10, en Local10.com y en las plataformas de redes sociales de la estación mientras los estudiantes del sur de Florida comienzan el nuevo año escolar.</p><p>Local 10 desea a todos los estudiantes, maestros y personal escolar un año escolar seguro, exitoso y emocionante.</p><p><b>Envía tus fotos del regreso a clases a continuación:</b></p><p><div data-ss-embed="promotion" data-opguid="27397ca1-30ec-4156-a922-f521e253c672" data-routing="hash" data-script="76cimf"></div>
<script defer src="https://embed-1178712.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="76cimf">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEMN2GAALJAJBB2LTKFA7HRCHE.png?auth=3d4937866e34939c4e201b957722346fa10c69e1ca4670a35154722e9335e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arrestan en Opa-locka a sospechoso que disparó contra agentes durante persecución policial, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/10/arrestan-en-opa-locka-a-sospechoso-que-disparo-contra-agentes-durante-persecucion-policial-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/arrestan-en-opa-locka-a-sospechoso-que-disparo-contra-agentes-durante-persecucion-policial-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un sospechoso relacionado con una investigación por un delito grave fue detenido la mañana del lunes después de presuntamente disparar un arma contra agentes durante una persecución policial que se extendió desde Miami Gardens hasta Opa-locka, informaron las autoridades.]]></description><pubDate>Mon, 10 Aug 2026 13:37:47 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso relacionado con una investigación por un delito grave fue detenido la mañana del lunes después de presuntamente disparar un arma contra agentes durante una persecución policial que se extendió desde Miami Gardens hasta Opa-locka, informaron las autoridades.</p><p>Según un comunicado de prensa del Departamento de Policía de Opa-locka, sus agentes fueron llamados para ayudar a la policía de Miami Gardens durante una persecución vehicular activa.</p><p>La policía dijo que el sospechoso disparó un arma contra los agentes que lo perseguían mientras huía de Miami Gardens y entraba a Opa-locka.</p><p>Agentes de Opa-locka respondieron para ayudar a la policía de Miami Gardens mientras continuaba la persecución.</p><p>La persecución finalmente terminó cerca de Northwest 107th Street y Northwest 17th Avenue, donde las autoridades detuvieron al sospechoso, según la policía de Opa-locka.</p><p>Se estableció una escena separada cerca de Northwest 22nd Avenue y Northwest 135th Street, donde la policía dijo que un agente de Miami Gardens estuvo involucrado en un accidente durante la persecución.</p><p>Personal de emergencia respondió a la escena.</p><p>Las autoridades no proporcionaron de inmediato información sobre la condición del agente ni dijeron si alguien más resultó herido en el accidente.</p><p>Las autoridades tampoco han revelado la identidad del sospechoso ni detalles adicionales sobre la investigación por delito grave que precedió a la persecución.</p><p>La policía de Opa-locka enfatizó que la información divulgada hasta el momento es preliminar y dijo que la investigación permanece activa y en curso.</p><p>Se espera que las agencias investigadoras correspondientes divulguen detalles adicionales sobre la investigación subyacente, la persecución, el arresto y el accidente que involucró al agente.</p><p>“El Departamento de Policía de la Ciudad de Opa-locka mantiene su compromiso de trabajar en colaboración con nuestros socios de las agencias policiales vecinas para proteger a nuestras comunidades y garantizar la seguridad de los residentes y del personal policial”, declaró el OLPD en el comunicado de prensa.</p>]]></content:encoded></item><item><title><![CDATA[Suspect fires at officers during police pursuit; taken into custody in Opa-locka, police say ]]></title><link>https://www.local10.com/news/local/2026/08/10/suspect-fires-at-officers-during-police-pursuit-taken-into-custody-in-opa-locka-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/suspect-fires-at-officers-during-police-pursuit-taken-into-custody-in-opa-locka-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A suspect connected to a felony investigation was taken into custody Monday morning after allegedly firing a gun at officers during a police pursuit that traveled from Miami Gardens into Opa-locka, authorities said.]]></description><pubDate>Mon, 10 Aug 2026 11:16:57 +0000</pubDate><content:encoded><![CDATA[<p>A suspect connected to a felony investigation was taken into custody Monday morning after allegedly firing a gun at officers during a police pursuit that traveled from Miami Gardens into Opa-locka, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/10/arrestan-en-opa-locka-a-sospechoso-que-disparo-contra-agentes-durante-persecucion-policial-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/arrestan-en-opa-locka-a-sospechoso-que-disparo-contra-agentes-durante-persecucion-policial-dice-la-policia/">Leer en español</a></p><p>According to a news release from the Opa-locka Police Department, its officers were called to assist Miami Gardens police during an active vehicle pursuit.</p><p>Police said the suspect fired a gun at pursuing officers while fleeing Miami Gardens and entering Opa-locka.</p><p>Opa-locka officers responded to assist Miami Gardens police as the pursuit continued.</p><p>The chase eventually ended near Northwest 107th Street and Northwest 17th Avenue, where authorities took the suspect into custody, according to Opa-locka police.</p><p>A separate scene was established near Northwest 22nd Avenue and Northwest 135th Street, where police said a Miami Gardens officer was involved in a crash during the pursuit. </p><p>Emergency personnel responded to the scene.</p><p>Officials did not immediately provide information about the officer’s condition or say whether anyone else was injured in the crash.</p><p>Authorities also have not released the suspect’s identity or additional details about the felony investigation that preceded the pursuit.</p><p>Opa-locka police emphasized that the information released so far is preliminary and said the investigation remains active and ongoing.</p><p>Additional details about the underlying investigation, pursuit, arrest and officer-involved crash are expected to be released by the appropriate investigating agencies.</p><p>“The City of Opa-locka Police Department remains committed to working collaboratively with our neighboring law enforcement partners to protect our communities and ensure the safety of residents and law enforcement personnel,” the OLPD stated in the news release. </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[Inter Miami CF lamenta muerte del padre de Messi a los 68 años tras enfermedad en Argentina]]></title><link>https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/</guid><dc:creator><![CDATA[Andrea Torres, Jacey Birch]]></dc:creator><description><![CDATA[Inter Miami CF emitió un comunicado la tarde del sábado después de que el padre de Lionel Messi, de 68 años, muriera en Argentina.]]></description><pubDate>Sat, 08 Aug 2026 20:33:44 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF emitió un comunicado la tarde del sábado después de que el padre de Lionel Messi, de 68 años, muriera en Argentina.</p><p>Grupo Centro, la organización de atención médica propietaria del Sanatorio Centro, un hospital en Rosario, Argentina, anunció que Jorge Messi murió la mañana del sábado.</p><p>“Nuestros corazones están con nuestro capitán, Leo, y con toda la familia Messi”, escribió un portavoz de Inter Miami CF en el comunicado del equipo.</p><p>La Confederación Sudamericana de Fútbol, CONMEBOL, y el Club Atlético Newell”s Old Boys de Rosario también emitieron mensajes de condolencias.</p><figure><img src="https://www.local10.com/resizer/v2/USA4KK3T5JBFJM7RQC3K33EWTU.jpg?auth=36124f3c658d2f01fe6895565676a0d8c695781d4f5b5e20355aae18cd146d51&smart=true&width=1200&height=900" alt="Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo" height="900" width="1200"/><figcaption>Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo</figcaption></figure><p>Jorge Messi fue mediocampista y llegó a las categorías juveniles de Newell”s Old Boys. Fue agente de su hijo y estuvo involucrado en los contratos de Leo Messi con el Barça, Paris Saint-Germain e Inter Miami CF.</p><p>“Tuve el privilegio de conocer y trabajar con Jorge. Era un hombre de palabra, y mis pensamientos y oraciones están con su familia durante este momento difícil. Miami ha acogido a la familia del Team Messi como propia, y hoy lamentamos su pérdida junto a ellos”, escribió Francis X. Suarez, ex alcalde de Miami, en un comunicado en X.</p><p>Durante la Copa Mundial de la FIFA, Lionel Messi dijo a los periodistas que estaba llorando por “una razón no relacionada con el deporte” después de pasar “por algunos días difíciles y complicados”.</p><p>En junio, la familia de Messi emitió un comunicado informando que Jorge Messi estaba “atravesando un problema de salud”.</p><p><b>Historias relacionadas</b></p><ul><li>Jorge Messi, padre de Lionel Messi, muere a los 68 años</li><li>Jorge Messi, padre y agente de toda la vida de Lionel Messi, muere a los 68 años</li></ul><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our hearts are with our captain, Leo, and the entire Messi family. <a href="https://t.co/nJ3umEpirU">pic.twitter.com/nJ3umEpirU</a></p>&mdash; Inter Miami CF (@InterMiamiCF) <a href="https://x.com/InterMiamiCF/status/2086175803960627597?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&amp;version=v26.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=1539483351556843&amp;set=a.562943785877476&amp;type=3&amp;ref=embed_post" data-width="552"></div><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Club Atlético Newell&#39;s Old Boys despide con profundo dolor y pesar a Jorge Messi, quien falleció a los 68 años de edad en la ciudad de Rosario.<br><br>Reconocido hincha leproso, empresario y padre del capitán del seleccionado argentino, Lionel Andrés Messi.<br><br>Jorge fue el sostén y la… <a href="https://t.co/8dFPMRdM9Z">pic.twitter.com/8dFPMRdM9Z</a></p>&mdash; Newell’s Old Boys (@Newells) <a href="https://x.com/Newells/status/2086078622620651934?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">La CONMEBOL lamenta profundamente el fallecimiento de Jorge Messi, padre del futbolista argentino Lionel Messi.<br><br>Acompañamos con respeto y afecto a Lionel, a su familia, amigos y seres queridos en este momento de profundo dolor.<br><br>Que descanse en paz. <a href="https://t.co/QpTWIAgdBU">pic.twitter.com/QpTWIAgdBU</a></p>&mdash; CONMEBOL.com (@CONMEBOL) <a href="https://x.com/CONMEBOL/status/2086082990434562246?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Club Atlético Newell&#39;s Old Boys despide con profundo dolor y pesar a Jorge Messi, quien falleció a los 68 años de edad en la ciudad de Rosario.<br><br>Reconocido hincha leproso, empresario y padre del capitán del seleccionado argentino, Lionel Andrés Messi.<br><br>Jorge fue el sostén y la… <a href="https://t.co/8dFPMRdM9Z">pic.twitter.com/8dFPMRdM9Z</a></p>&mdash; Newell’s Old Boys (@Newells) <a href="https://x.com/Newells/status/2086078622620651934?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">My deepest condolences to Leo Messi and the entire Messi family on the passing of his father, Jorge.<br><br>I had the privilege of knowing and working with Jorge. He was a man of his word, and my thoughts and prayers are with his family during this difficult time. Miami has embraced…</p>&mdash; Francis X. Suarez (@FrancisSuarez) <a href="https://x.com/FrancisSuarez/status/2086097352310337895?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Incendio de un vehículo cierra varios carriles del Florida’s Turnpike]]></title><link>https://www.local10.com/espanol/2026/08/09/incendio-de-un-vehiculo-cierra-varios-carriles-del-floridas-turnpike/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/incendio-de-un-vehiculo-cierra-varios-carriles-del-floridas-turnpike/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[El tránsito en dirección sur quedó reducido a un solo carril mientras los equipos de emergencia trabajaban en la zona. Se desconoce si hubo heridos.]]></description><pubDate>Sun, 09 Aug 2026 15:56:44 +0000</pubDate><content:encoded><![CDATA[<p>El tránsito en dirección sur quedó reducido a un solo carril mientras los equipos de emergencia trabajaban en la zona. Se desconoce si hubo heridos.</p><p>Varios carriles del Florida’s Turnpike quedaron cerrados la mañana del domingo por el incendio de un vehículo.</p><p>El fuego se registró cerca de la salida de Griffin Road, en el condado de Broward, justo al sur de la Interestatal 595.</p><p>El tránsito en dirección sur al parecer quedó reducido a un solo carril mientras los servicios de emergencia atendían la situación.</p><p>Más temprano en la mañana, se observó a los equipos de rescate trabajando para sofocar las llamas.</p><p>Las autoridades no han dado información sobre las circunstancias que provocaron el incendio ni sobre si alguien resultó herido.</p>]]></content:encoded></item><item><title><![CDATA[Padres suplican que devuelvan la estatua robada de su hijo]]></title><link>https://www.local10.com/espanol/2026/08/09/padres-suplican-que-devuelvan-la-estatua-robada-de-su-hijo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/padres-suplican-que-devuelvan-la-estatua-robada-de-su-hijo/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[La familia solo pide recuperar la figura sustraída de un parque de Miami Lakes. No presentarán cargos: “Para nosotros no tiene precio”, dijo su madre.
]]></description><pubDate>Sun, 09 Aug 2026 15:12:39 +0000</pubDate><content:encoded><![CDATA[<p>La estatua de Jake “Jakey” Duque, de 5 años, desapareció hace poco.</p><p>Los padres de Jakey, Karen y Orlando Duque, sumidos en el dolor, suplicaron el sábado que la devuelvan al parque Jakey Duque, en Miami Lakes.</p><p>“Para nosotros no tiene precio”, dijo Karen Duque sobre la escultura, obra de Art &amp; Sculpture Unlimited.</p><p>Jakey tenía 4 años cuando, el 11 de octubre de 2019, le diagnosticaron un glioma pontino intrínseco difuso, o DIPG, un tumor cerebral poco común y sumamente agresivo.</p><p>Jakey murió el 8 de junio de 2020. Como parte de un esfuerzo comunitario, las autoridades de la ciudad develaron el homenaje el 8 de mayo de 2021, en la calle 154 y la avenida 89 del noroeste.</p><p>“Significa mucho para la comunidad”, dijo Orlando Duque. “Significa mucho para nosotros, y solo queremos que vuelva... Si quieren venir en plena madrugada, como se la llevaron, y dejarla, está bien.”</p><p>Karen Duque dijo que no quieren presentar cargos.</p><p>“Solo queremos que la devuelvan”, expresó.</p>]]></content:encoded></item><item><title><![CDATA[Investigan tiroteo nocturno en una calle de Hollywood]]></title><link>https://www.local10.com/espanol/2026/08/09/investigan-tiroteo-nocturno-en-una-calle-de-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/investigan-tiroteo-nocturno-en-una-calle-de-hollywood/</guid><dc:creator><![CDATA[Hannah Yechivi, Samiar Nefzi]]></dc:creator><description><![CDATA[La policía halló lo que parecía ser una bala y sangre en el suelo. Familiares de la víctima llegaron al lugar en busca de respuestas.]]></description><pubDate>Sun, 09 Aug 2026 14:32:24 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades investigan un tiroteo en el condado de Broward tras recibir reportes del hecho.</p><p>Eran cerca de la 1:15 a.m. del domingo cuando agentes de la policía de Hollywood acudieron a la cuadra 5300 de Plunkett Street.</p><p>Según la policía, los oficiales que llegaron al lugar encontraron a dos víctimas.</p><p>Las autoridades informaron que ambas fueron trasladadas de urgencia a un hospital cercano.</p><p>La policía dijo que capturó al sospechoso, identificado luego como Cameron Alexander, de 38 años, tras establecer un perímetro.</p><p>Las cámaras de Local 10 News captaron lo que parecía ser una bala y sangre en el pavimento.</p><p>Durante la madrugada y hasta la mañana se vio a los detectives tomando fotografías, mientras la cinta policial mantenía cerrada una parte de Plunkett Street donde trabajaban los investigadores.</p><p>También se observó a familiares conversando con los oficiales, en busca de respuestas sobre cómo y por qué su ser querido habría recibido los disparos.</p><p>Un familiar le dijo a Local 10 News que otras dos personas posiblemente vinculadas al caso podrían ser detenidas para ser interrogadas.</p><p>A lo largo de la mañana, los detectives colocaron en el suelo varios marcadores de evidencia mientras trataban de reconstruir lo ocurrido.</p><p>Los registros indican que Alexander enfrenta varios cargos, entre ellos asesinato premeditado, agresión agravada con intención de cometer un delito grave, posesión de arma por parte de un convicto y resistencia a la autoridad sin violencia.</p>]]></content:encoded></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[While U.S. Secretary of State Marco Rubio continues to put pressure on the Cuban government to change, Cuban President Miguel Díaz-Canel went on Cuban television this past weekend and announced to the Cuban people that the government was making major “transformational changes” to the economy.]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 10: Will the cat catch the mouse this time?</b></p><p>While U.S. Secretary of State Marco Rubio continues to put pressure on the Cuban government to change, Cuban President Miguel Díaz-Canel went on Cuban television this past weekend and announced to the Cuban people that the government was making major “transformational changes” to the economy.</p><p><a href="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Díaz-Canel also told the Cuban people that it would take time and patience -- two things the Cuban people do not have anymore. Díaz-Canel went on to say that the benefits of these changes will begin to show by 2029. </p><p>Sources in Washington, D.C. have told me that the Trump administration is looking to see if there is someone in the Cuban government, like Delcy Rodriguez in Venezuela, to hand over Raul Castro or even take over the current government and be willing to negotiate with the U.S. </p><p>The <a href="https://www.miamiherald.com/news/nation-world/world/americas/cuba/" target="_self" rel="" title="https://www.miamiherald.com/news/nation-world/world/americas/cuba/">Miami Herald</a> reported this weekend that General Lazaro Alberto Alvarez Casas, currently the Cuban Minister of the Interior, may be acceptable to the U.S. General Casas is considered a hardliner and therefore unlikely to break with the Cuban leadership.</p><p>As I have said before, the case of Venezuela is quite different than Cuba. While Raul Castro is alive, I believe the Cuban government will continue in power and make promises to the Cuban people they cannot keep.</p><p><b>Aug. 8: Cuban opposition leader says Cuba’s transformation must include those on the island</b></p><p>According to Cuban opposition leader Jose Daniel Ferrer, any plans to transform Cuba must include Cubans on the island.</p><p>But do Cubans on the island have the capacity and capabilities to participate in such a process? After living for almost 68 years under a totalitarian system that has shaped the population’s personal values and attitudes, it could take time not only to change it but, more importantly, to sustain those changes.</p><p>Democracies are not built in one day. It will take time and patience. Let’s also remember that before the Cuban Revolution, Cuba had a dictatorship under Batista.</p><p><b>Aug 6: US announces new set of economic sanctions against Cuba; 2 of Cuba’s top generals also sanctioned </b></p><p>The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.</p><p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </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/ZJXH4P6MPJ6543P376CIIMEX6Y.jpg?auth=291d1da6375a9e1dadd94c26c2139a181f998f6718b99433ef479880d2196a63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[
Cuban President Miguel Díaz-Canel (center) at the event commemorating the anniversary of the assault on the Moncada Barracks in Pinar del Río, Cuba, on July 26, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.]]></description><pubDate>Thu, 06 Aug 2026 17:16:01 +0000</pubDate><content:encoded><![CDATA[<p><b>10 de agosto:</b> ¿Atrapará el gato al ratón esta vez?</p><p>Mientras el secretario de Estado de Estados Unidos, Marco Rubio, continúa presionando al gobierno cubano para que cambie, el presidente cubano Miguel Díaz-Canel apareció en la televisión cubana este pasado fin de semana y anunció al pueblo cubano que el gobierno estaba realizando importantes “cambios transformadores” en la economía.</p><p>Díaz-Canel también dijo al pueblo cubano que se necesitarían tiempo y paciencia, dos cosas que el pueblo cubano ya no tiene. Díaz-Canel continuó diciendo que los beneficios de estos cambios comenzarán a verse para 2029.</p><p>Fuentes en Washington, D.C., me han dicho que la administración del presidente Trump está buscando determinar si hay alguien en el gobierno cubano, como Delcy Rodríguez en Venezuela, que entregue a Raúl Castro o incluso asuma el control del actual gobierno y esté dispuesto a negociar con Estados Unidos.</p><p>El Miami Herald reportó este fin de semana que el general Lázaro Alberto Álvarez Casas, actual ministro del Interior de Cuba, podría ser aceptable para Estados Unidos. El general Casas es considerado de línea dura y, por lo tanto, es poco probable que rompa con el liderazgo cubano.</p><p>Como he dicho antes, el caso de Venezuela es bastante diferente al de Cuba. Mientras Raúl Castro esté vivo, creo que el gobierno cubano continuará en el poder y hará promesas al pueblo cubano que no puede cumplir.</p><p><b>8 de agosto:</b> Líder opositor cubano dice que la transformación de Cuba debe incluir a quienes están en la isla</p><p>Según el líder opositor cubano José Daniel Ferrer, cualquier plan para transformar Cuba debe incluir a los cubanos que están en la isla.</p><p>Pero, ¿tienen los cubanos en la isla la capacidad y las herramientas para participar en un proceso de este tipo? Después de vivir durante casi 68 años bajo un sistema totalitario que ha moldeado los valores y las actitudes personales de la población, podría tomar tiempo no solo cambiarlo sino, más importante aún, mantener esos cambios.</p><p>Las democracias no se construyen en un día. Se necesitará tiempo y paciencia. Recordemos también que antes de la Revolución Cubana, Cuba tuvo una dictadura bajo Batista.</p><p><b>6 de agosto:</b> Estados Unidos anuncia un nuevo paquete de sanciones económicas contra Cuba; también sanciona a dos de los principales generales cubanos</p><p>El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.</p><p><b>5 de agosto:</b> Según informe, la CIA crea grupo de trabajo sobre Cuba</p><p>The New York Times informó sobre la creación de un grupo de trabajo de la CIA sobre Cuba con el propósito de ejercer mayor presión sobre el gobierno cubano para que implemente cambios políticos y económicos en su sistema.</p><p>Esta noticia probablemente será recibida por Cuba como una amenaza adicional por parte de Estados Unidos.</p><p><b>5 de agosto:</b> Presidente cubano confirma conversaciones en curso entre La Habana y Estados Unidos</p><p>El presidente de Cuba, Miguel Díaz-Canel, confirmó hoy que existen conversaciones en curso entre La Habana y Washington con el propósito de evitar una confrontación militar y tratar de encontrar soluciones a los problemas entre ambas naciones.</p><p>El gobierno cubano entiende que se está quedando sin opciones y que, muy probablemente, necesitará llegar a un acuerdo con Estados Unidos. ¿Incluirá un cambio de régimen?</p><p><b>Actualización del 3 de agosto:</b> Rubio habla sobre las actividades de espionaje de Cuba en Estados Unidos</p><p>El pasado fin de semana, en una entrevista con Fox News, el secretario de Estado y asesor de Seguridad Nacional de Estados Unidos, Marco Rubio, habló sobre las actividades de espionaje que Cuba continúa realizando en Estados Unidos.</p><p>Rubio afirmó que espías cubanos continúan infiltrándose en el gobierno de Estados Unidos, instituciones financieras, organizaciones e instituciones académicas. También sostuvo que Cuba sigue representando una amenaza para la seguridad nacional de Estados Unidos.</p><p><i>El Dr. Andy S. Gómez es el analista de Cuba de Local 10. Gómez es considerado uno de los principales especialistas sobre Cuba. Trabajó durante 32 años en el ámbito de la educación superior antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJXH4P6MPJ6543P376CIIMEX6Y.jpg?auth=291d1da6375a9e1dadd94c26c2139a181f998f6718b99433ef479880d2196a63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente cubano Miguel Díaz-Canel (centro) en el evento para conmemorar el aniversario al asalto al Cuartel Moncada, en Pinar del Río, Cuba, el 26 de julio del 2026. (AP foto/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[WHO says Congo's Ebola outbreak started months before it was declared]]></title><link>https://www.local10.com/news/world/2026/08/10/who-says-congos-ebola-outbreak-started-months-before-it-was-declared/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/who-says-congos-ebola-outbreak-started-months-before-it-was-declared/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — The fastest-growing Ebola outbreak on record started in February, months before it was officially declared in mid-May, the World Health Organization said Monday, as responders in eastern Congo struggle to catch up.]]></description><pubDate>Mon, 10 Aug 2026 13:43:01 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — The fastest-growing Ebola outbreak on record started in February, months before it was officially declared in mid-May, the World Health Organization said Monday, as responders in eastern Congo struggle to catch up.</p><p>The WHO regional director for Africa, Mohamed Yakub Janabi, told a news conference that sequencing indicated the outbreak's start. He said some cases early in the outbreak were wrongly attributed to malaria and typhoid.</p><p>“So we are chasing the virus, the virus is ahead of us,” Janabi said.</p><p>Confirmed cases of Ebola in this outbreak have reached 4,200, including over 1,900 deaths, according to the latest government figures.</p><p>The outbreak declared on May 15 is unlike most previous ones for Ebola because the Bundibugyo virus responsible for it has no approved vaccines or treatments. Early testing was conducted for the more common type of Ebola, contributing to delays.</p><p>This Ebola outbreak has killed more people at a quicker rate than any other, including the 2014-2016 outbreak that is considered the worst on record with over 11,000 deaths out of at least 28,000 cases. That outbreak took about eight months to reach 1,000 deaths.</p><p>Ebola is rare but highly contagious and can be contracted via bodily fluids such as vomit, blood or semen and with contaminated surfaces and materials such as bedding and clothing. The disease it causes is severe and often fatal.</p><p>Last week, WHO chief Tedros Adhanom Ghebreyesu said Ebola is spreading faster than efforts to fight it, while some health workers are striking over a lack of pay.</p><p>New cases are doubling in some hot spots, Ghebreyesus said on X after meeting with officials in the capital, Kinshasa. Health authorities have said between 60% and 70% of new cases are recorded outside of contacts being monitored, and that the outbreak is spreading at an “alarming” rate.</p><p>Access to healthcare in the region already had been challenged by years of rebel conflict in one of Congo’s most remote and vulnerable areas, near the borders of South Sudan, Uganda and Rwanda.</p><p>Several past Ebola outbreaks have also been declared late, including the 2014-2016 West Africa outbreak. That outbreak was declared in March 2014, although the first human case later was found to have occurred in December 2013.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2J2ZREECAIJDRGNM3R7JQJEEQA.jpg?auth=58b05590ccb5d4bdea2054644332ab178240f0e8758e9796038e270b65271ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wiza Bondele, centre, a health worker on the prevention and control team, seen at work in Ituri province, eastern Congo, Wednesday, Aug 5, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content></item><item><title><![CDATA[Fuerte terremoto con epicentro en Colombia sacude también a los vecinos Ecuador y Panamá]]></title><link>https://www.local10.com/espanol/2026/08/10/fuerte-terremoto-con-epicentro-en-colombia-sacude-tambien-a-los-vecinos-ecuador-y-panama/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/fuerte-terremoto-con-epicentro-en-colombia-sacude-tambien-a-los-vecinos-ecuador-y-panama/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Un terremoto de magnitud 7,4 con epicentro en el Pacífico colombiano sacudió el lunes gran parte del país, dejó varios heridos y afectó infraestructura.]]></description><pubDate>Mon, 10 Aug 2026 13:49:02 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Un terremoto de magnitud 7,4 con epicentro en el Pacífico colombiano sacudió el lunes gran parte del país, dejó varios heridos y afectó infraestructura.</p><p>El sismo se produjo a las 7.34 hora local (12.34 GMT) y tuvo su epicentro en San José del Palmar, un municipio ubicado en el departamento de Chocó, de acuerdo con el Servicio Geológico de Estados Unidos (USGS, por sus siglas en inglés).</p><p>La gobernadora de Chocó, Nubia Córdoba, indicó que en la capital del departamento “hay heridos y graves daños en las edificaciones”, sin especificar el número.</p><p>San José del Palmar es un pequeño municipio poblado por aproximadamente 4.700 personas, según el Departamento Administrativo Nacional de Estadística.</p><p>El movimiento fue sentido también con fuerza en ciudades como Manizales, a 300 kilómetros de Bogotá y donde hay daños en edificaciones. También fue reportado en Ecuador y Panamá, donde se evacuaron varios edificios y oficinas públicas.</p><p>El presidente Abelardo de la Espriella indicó en X que asumió el liderazgo de la atención por la emergencia y ordenó instalar un Puesto de Mando Unificado, que reúne a las instituciones para coordinar decisiones en la atención de damnificados.</p><p>De la Espriella agregó que viajará a Pereira, una de las ciudadades más afectadas, donde imágenes compartidas por usuarios de redes sociales muestran estructuras colapsadas, incluyendo afectaciones en el techo del aeropuerto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZY5RTUVJUAH7IN4LLNF7T64VDM.jpg?auth=947b85a0fa0c28e34ccc135f14b781280bc433929e5baa1615f1c737577f33fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre sale de un edificio de apartamentos después de que un terremoto azotara Cali, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJT3FUIPDUCGDRBO36IV5DB5RA.jpg?auth=daa726fcc3537ac4b6c68456b8790bcea7d55aaeca5007391a95c9b7689a70a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre carga a su perro después de que un terremoto azotara Cali, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXANFL46OG6FS5YKMJTU7KTP7U.jpg?auth=d57b5503bd6866578f8776451341d7de8773a2face462e343020acf7eb476b89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas permanecen fuera de sus casas después de que se sintiera un terremoto en Bogotá, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[A 7.4-magnitude earthquake shakes Colombia and Ecuador, prompting people to evacuate buildings]]></title><link>https://www.local10.com/news/world/2026/08/10/powerful-earthquake-shakes-colombia-and-ecuador-prompting-people-to-evacuate-homes-and-buildings/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/powerful-earthquake-shakes-colombia-and-ecuador-prompting-people-to-evacuate-homes-and-buildings/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — A powerful 7.4-magnitude earthquake struck western Colombia on Monday, shaking the South American nation and neighboring Ecuador and prompting people to evacuate homes and buildings.]]></description><pubDate>Mon, 10 Aug 2026 13:31:55 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — A powerful 7.4-magnitude earthquake struck western Colombia on Monday, shaking the South American nation and neighboring Ecuador and prompting people to evacuate homes and buildings.</p><p>The epicenter was in San Jose Del Palmar, a municipality in the Choco region about 250 miles (400 kilometers) west of Colombia’s capital, Bogota, the U.S. Geological Survey and Colombia’s counterpart reported. The USGS said it struck at a depth of 66 miles (107 kilometers).</p><p>Choco Gov. Nubia Córdoba said on social media that in the regional capital, “there are injuries and serious damage to buildings,” without providing further details.</p><p>The temblor follows two back-to-back 7.2 and 7.5 magnitude earthquakes in Venezuela in late June. Those earthquakes destroyed hundreds of buildings and killed more than 5,000 people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBF5BJF34AMCUDTUSMOUKTKVGY.jpg?auth=beba619662cf1b70f13345169677508512c534d826ad367bf2f1a2c519ecea86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand outside their homes after a quake was felt in Bogota, Colombia, Monday, Aug. 10, 2026. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESOH7BZQV2B7SST33WMZA5T2FY.jpg?auth=6f4186f730565e935a649698f12f815db07faff4d4fb9330f4545d854c570310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand outside their homes after a quake was felt in Bogota, Colombia, Monday, Aug. 10, 2026. (AP Photo/Ivan Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OP6FAX7R7K7Y322B4R52KMVIVI.jpg?auth=93277244183281305082045a6c01bec537a0561d80c7c44905e64cb0075da24b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand outside their homes after a quake was felt in Bogota, Colombia, Monday, Aug. 10, 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/GVU4MHURNGLGJ4MZSTHM7CTFMU.jpg?auth=32c4dc7e70f4c2c69d55158e47c483c1e10dbbc73fc89c9d241232d735d8dcd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Government workers stand outside their office buildings in Panama City, Monday, Aug. 10, 2026, after feeling an earthquake with an epicenter in neighboring Colombia. (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/5KZEKZK6GYBCS33FULIPODE6XU.jpg?auth=a1afa3bc2397648de4045f415e0071bdbb11caf0043b7be9b7ccb1203c36a3e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand outside their homes after a quake was felt in Bogota, Colombia, Monday, Aug. 10, 2026. (AP Photo/John Wilson Vizcaino)]]></media:description><media:credit role="author" scheme="urn:ebu">John Wilson Vizcaino</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Wisconsin’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-wisconsins-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-wisconsins-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Fresh on the heels of Abdul El-Sayed’s Democratic U.S. Senate primary win in Michigan, Wisconsin voters will decide another high-profile clash between the party’s establishment and progressive wings in a gubernatorial primary on Tuesday.]]></description><pubDate>Mon, 10 Aug 2026 13:08:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Fresh on the heels of Abdul El-Sayed’s Democratic U.S. Senate primary win in Michigan, Wisconsin voters will decide another high-profile clash between the party’s establishment and progressive wings in a gubernatorial primary on Tuesday.</p><p>Like Michigan, Wisconsin is one of the nation’s top electoral battlegrounds. The contest may further set the direction of the Democratic Party, as well as set the stage for a highly competitive general election where either party could emerge with complete control over state government. A competitive congressional race could also decide the majority in the closely divided U.S. House.</p><p>Four active candidates remain in the once-crowded Democratic primary field to succeed outgoing two-term Democratic Gov. Tony Evers. State Rep. Francesca Hong, a former restaurant owner and democratic socialist who entered the race in 2025 as a self-described “wild card,” has emerged as a top contender for the nomination. Milwaukee County Executive David Crowley briefly dropped out of the race in July but reentered with an endorsement from Evers. Former state cabinet secretary Joel Brennan and state Sen. Kelda Roys round out the field.</p><p>Campaign finance woes prompted Lt. Gov. Sara Rodriguez to exit the race, while former Lt. Gov. Mandela Barnes suspended his bid the same day the Milwaukee Journal Sentinel reported that state Democratic officials had reviewed past allegations against him of inappropriate behavior toward young adult women. The Barnes campaign denied that there were any such allegations. The names of Rodriguez, Barnes and former state economic development director Missy Hughes, who dropped out in June, remain on the ballot.</p><p>The winner of the primary will likely face Republican U.S. Rep. Tom Tiffany, who faces minimal opposition for his party’s nomination. Tiffany, who has President Donald Trump’s endorsement, sits atop a massive war chest that not only dwarfs that of his sole primary opponent but the entire Democratic field combined. As of July 27, he had raised $13.3 million for his campaign overall and had about $5 million in the bank. Hong and Crowley had each raised slightly more than $1 million for their campaigns and had less than $500,000 in their respective campaign coffers.</p><p>Evers is Wisconsin’s third consecutive two-term governor. The race to replace him will set two longstanding political trends on a collision course. The state has a 64-year streak of electing new governors from the opposite party of their immediate predecessor. That would seemingly favor Wisconsin Republicans in November, although voters nationwide tend to punish the president’s party in midterm elections, which would favor Democrats.</p><p>About half of Wisconsin’s 33 state Senate seats and all 99 state Assembly seats are up in 2026. Republicans hold slight majorities in both chambers. For years, Wisconsin’s state legislative boundaries had been heavily gerrymandered to favor Republicans, but the liberal-leaning state Supreme Court struck down the maps in 2023 and ordered them redrawn ahead of the 2024 elections. State Democrats made gains that year and now believe they could flip control of one or both chambers in November.</p><p>Wisconsin’s congressional districts remain among the most tilted toward Republicans nationally, according to an Associated Press analysis. Republicans hold six of the state’s eight U.S. House seats. One Republican-held district is a top target of Democrats hoping to retake the chamber.</p><p>U.S. Rep. Derrick Van Orden of the 3rd Congressional District is unopposed for the Republican nomination in his bid for a third term. He has Trump’s endorsement. Former Eau Claire City Council President Emily Berge and former boutique owner and nonprofit founder Rebecca Cooke are vying for the Democratic nomination. Cooke ran for the seat twice before. She placed second in the 2022 primary and narrowly lost the 2024 general election to Van Orden.</p><p>Milwaukee County is by far the state’s most populous and plays a pivotal role in both Democratic and Republican primaries. However, Waukesha County tends to contribute the most votes in Republican primaries. Dane and Brown counties, home to Madison and Green Bay, respectively, are major battlegrounds for both parties. Ozaukee and Washington counties, which along with Waukesha County, form the so-called “WOW” counties in suburban Milwaukee, tend to be more influential in Republican primaries than in Democratic primaries.</p><p>U.S. Sen. Bernie Sanders of Vermont trounced former U.S. Secretary of State Hillary Clinton in the 2016 Wisconsin presidential primary. Sanders scored big wins in Dane, Brown, Outagamie, Winnebago, Kenosha, LaCrosse and Eau Claire counties, approaching or surpassing the 60% vote mark in each. Clinton carried only Milwaukee County, which has the state’s highest share of Black residents.</p><p>Former President Joe Biden carried every county against Sanders in the 2020 presidential primary, which was held in the early days of the COVID-19 pandemic. Sanders’ strongest performance was in Dane County.</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 AP will provide vote results and declare winners in contested primaries for U.S. House, governor, lieutenant governor, secretary of state, treasurer, state Senate and state Assembly.</p><p>Who gets to vote?</p><p>Any registered voter may participate in any party’s primary. Eligible voters may register at the polls on Election Day.</p><p>How many voters are there?</p><p>As of August 1, there were about 3.6 million active registered voters in Wisconsin.</p><p>How many people actually vote?</p><p>Around 500,000 voters cast ballots in the Democratic state primaries in 2022, compared to roughly 680,000 Republican primary voters.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 26% of the vote in the 2022 primaries was cast before early in-person or by mail.</p><p>As of Friday, about 235,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Counties vary in terms of how and when they release early and absentee results. In previous elections, counties tended to release a mix of all vote types over the course of the night. Roughly a third of counties released all results, regardless of vote type, in the first vote update.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 9:09 p.m. ET, or nine minutes after polls closed. About 91% of the vote had been counted by 12 a.m. ET. The last vote update of the night was at 2:59 a.m. ET with 99.8% of total votes counted.</p><p>Milwaukee County, the most populous, had counted more than 99% of the vote by its final update of the night at 1:06 a.m. ET. Dane County, home of Madison, reached more than 99% of the total vote by its final update of the night at 12:38 a.m. ET.</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 not automatic in Wisconsin, but a trailing candidate may request one if the winning vote margin is less than a percentage point in races where more than 4,000 votes are cast. 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 84 days until the 2026 midterm elections.</p><p>___</p><p>Associated Press writer David Lieb in Jefferson City, Missouri, contributed to this report.</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/7ONECI7KMXH3CSA24C4AM2Y6G4.jpg?auth=383a494a5cbab08b7e44c8867e6543baa8eeccbb2e8d78d51a1a0086c3d53e0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter walks out after voting at a polling place, Tuesday, July 28, 2026, in Milwaukee. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4M5IA7YI3Y7GZMNLNQBNACSPU.jpg?auth=a98f20091a40d8faab10f72f88f1b622f2af1f83881be501388c95306f091b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong, right, talks as David Crowley listens during a primary debate in Milwaukee, Tuesday, July 28, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4APG6ARRZ7VIYFKP7IYGLXC75E.jpg?auth=d65278b1acb0751d6a44a0dc449ea30d121132dd9287ce59870d10db1b0ea914&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican gubernatorial candidate Tom Tiffany talks to supporters during a campaign event, Wednesday, July 29, 2026, in Kenosha, WI. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Traditional plastic forks shed harmful microplastics. Plastic created from sugar is an alternative]]></title><link>https://www.local10.com/business/2026/08/10/traditional-plastic-forks-shed-harmful-microplastics-plastic-created-from-sugar-is-an-alternative/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/10/traditional-plastic-forks-shed-harmful-microplastics-plastic-created-from-sugar-is-an-alternative/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[WOBURN, Mass. (AP) — At a Massachusetts lab, pebble-sized pellets are transformed into forks and films that won't leave persistent microplastics in the environment.]]></description><pubDate>Mon, 10 Aug 2026 13:00:30 +0000</pubDate><content:encoded><![CDATA[<p>WOBURN, Mass. (AP) — At a Massachusetts lab, pebble-sized pellets are transformed into forks and films that won't leave persistent microplastics in the environment.</p><p>These are bioplastic pellets. CJ Biomaterials ferments sugar to make plant-based polymers that microbes will consume. These alternatives to traditional plastics made of fossil fuels are seen by some as one of many solutions needed to confront global plastic pollution.</p><p>At the company's Woburn research facility, lab technicians recently poured pellets into a molding machine to make forks. The test forks were thin enough for home composting, though too bendy for stabbing a steak. Other batches have been rigid, similar to a typical plastic fork. The technicians melted pellets to roll out flexible films for food packaging, like a bag for baby carrots. The film was quite strong but not stretchy like cling wrap.</p><p>They are figuring out how their biopolymers can make products with attributes similar to conventional plastics, but that can go in a composting bin instead of a trash can. Forks and films are breaking down in the lab's compost bin. Straws that were added are long gone. A recently tossed-in knife showed pitting on the surface as bacteria colonized it, starting to consume the material.</p><p>Plastics have never really fundamentally been disrupted. Now, interest in bioplastic is growing because of concern over microplastics. It’s the new “wild card” in this market, said the company’s marketing director Leah Ford.</p><p>“I’ve been doing this for a long time and the compostability has always been a really strong driver. But with the greater understanding of microplastics, I think, that’s going to change how people think about materials,” she said.</p><p>Traditional plastics last for decades or even centuries as they fragment into harmful microplastics and even smaller nanoplastics. Microplastics have been found in the ocean and the air, in our food and water, and in a wide range of body tissues. The Trump administration, while rolling back many environmental regulations, says it will address contamination from microplastics.</p><p>The most common use for bioplastics is packaging</p><p>Bioplastics are biobased, meaning they are made completely or partially from a renewable resource, commonly corn or sugar cane; or they are biodegradable, meaning that they break down completely via a natural process. They can also be both, like the polymers made by CJ Biomaterials. It’s a leader in manufacturing polyhydroxyalkanoates, or PHAs, as a polymer that is marine and soil biodegradable.</p><p>CJ Biomaterials is trying to replace conventional plastics that are single use or can’t be recycled when contaminated with food scraps. Food waste decomposing in landfills emits methane, a potent greenhouse gas that warms the planet. A container made of pellets from CJ Biomaterials with food scraps could be sent to a composter, unlike a traditional plastic container.</p><p>The Woburn lab's shelves display the company’s successes: compostable cutlery; straws; coated cups for hot beverages and frozen food pouches used in the United States; sushi trays; ramen containers; and reusable paper towels. Lab employees dine with compostable cutlery, drink from compostable cups and make coffee with compostable pods. These products last on shelves because they are not exposed to microorganisms in water or soil.</p><p>CJ Biomaterials feeds sugar to microbes that convert it to PHA for energy. The company collects the PHA and turns it into granules. Pellets of this are then sold to other companies that can melt them down and mold them into products. These same bacteria will consume PHA in a compost pile, breaking it down within six months, Ford said.</p><p>CJ Biomaterials is part of the $32 billion South Korean conglomerate CJ Group. It has been producing PHA at a manufacturing facility in Pasuruan, Indonesia, since 2022.</p><p>One solution with potential to help address the plastic pollution crisis</p><p>World Wildlife Fund sees biobased plastics as part of a suite of solutions that are needed. They can reduce the world’s dependency on fossil fuels that cause climate change, said Erin Simon, a WWF vice president. She said the world needs to reduce the amount of plastic being produced, then make the rest sustainably.</p><p>Nations are trying to confront the spiraling plastic pollution crisis by crafting a landmark treaty. They have yet to agree on any effective methods to stop plastic pollution, though negotiators plan to meet again early next year.</p><p>U.S. Sen. Jeff Merkley has held congressional hearings on plastic pollution, including one exploring alternatives for single-use plastics. He also views bioplastics as one option with potential, among many that are needed. But, he said, more information is needed about how they break down and impact ecosystems and health.</p><p>Environmental groups, including the Global Alliance for Incinerator Alternatives, argue that bioplastics maintain the single-use paradigm and distract from real solutions. Some say farmland shouldn't be used to grow crops for plastic instead of food.</p><p>Bioplastics are a small, but growing, share of the market</p><p>Globally, biobased plastics represent roughly 0.5% of the more than 400 million metric tons (440 million tons) of plastics produced annually, according to the industry group European Bioplastics. Production is projected to double by 2030 due to rising demand and the emergence of more advanced applications and products, it said.</p><p>China, Sweden and the United States are major exporters of natural polymers.</p><p>Large sports stadiums and major restaurant chains such as McDonald's are experimenting with biobased packaging and utensils. The Tous les Jours bakery, part of the CJ Group, uses PHA straws.</p><p>There are obstacles to widespread adoption. Bioplastics typically cost more than conventional plastics. Major cities have municipal composting programs, but they are limited elsewhere. A growing number of composting facilities accept compostable bioplastic products, though some refuse out of concern about degraded soil quality. And because bioplastics and conventional plastics often look and feel identical, they can be mixed up and cause problems for composters.</p><p>Thirty minutes from the Woburn research lab, Black Earth Compost accepts certified compostable materials. On Monday, compostable cups, cutlery and bin liners were mixed in with a delivery of food scraps and lobster shells. Accepting bioplastics increases the amount of food scraps they receive because people can put an entire compostable container into an organics bin, instead of scraping food out.</p><p>Research organization tests biomaterials</p><p>The 5 Gyres Institute tested 22 items made of traditional plastic, biobased and biodegradable materials and other alternatives, such as paper and bamboo. Straws, utensils, thin film and bottles were put in different environments across Florida, California and Maine. By the end of the 64-week study, many of the biodegradable materials were gone, or were pitted and cracked as they fragmented. Traditional fossil fuel-based plastics persisted.</p><p>Marcus Eriksen, the institute’s co-founder and a researcher, said the synthetic plastic spoon was almost the same as when he first put it in the ocean, but little was left of the spoons made from biodegradable materials.</p><p>The California-based nonprofit released the results in 2023. It's currently repeating the study to evaluate end-of-life scenarios for the new generation of packaging.</p><p>Eriksen thinks people should use biodegradable options, especially for packaging. Otherwise, he said, “we’re going to flood the entire biosphere with micro- and nanoplastics.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6ZSF63PF2GB7TVWEONH4TGYME.jpg?auth=c60d8dff152b681c4d6adb89f97e84008be7463451b7d91e870875c08daaf4b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katie Byun holds up a compostable knife, which was made with plastic made from plants, that was starting to break down after about two months in a home composting test bin, at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/A46JN2V5YT7OS43OXTE2J7FNCQ.jpg?auth=789b488ca0eeec7573b2450e8a83e61d58af69e7a100c82da003b86014118df5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Biopolymer pellets, used in manufacturing a variety of compostable cups and utensils, is displayed at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/TPMPQWFS7DQMVMBPM5TVVSW7D4.jpg?auth=33db3ecf35af157e88163484c5b45205e2e1be865d3eb96ce631c14e754d577a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Steeves, a polymer engineer at CJ Biomaterials, watches a compostable fork, made of plastic from plants, is molded in a testing laboratory Monday, Aug. 3, 2026, in Woburn, Mass. (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/MKY775JIP25VVGPBO22LMX6TDE.jpg?auth=c90c3b27bb70f2cd067c961cffe99eca6afb8eb1515cd3337007ada97d866e19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Compostable straws and a fork, which were made from plastic made from plants, are displayed at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/S72UCB5Y3LLGXN52RRVC353IXI.jpg?auth=92dcdd9dc615640751838cf165bab52555502e28a54b3b73992ffb97dc057116&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A multi-use compostable paper towel that contains plastic from plants is displayed at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/NLZ564JTWNANBBSJAS2MDYFL7E.jpg?auth=1025b961e2a5d8f36b51cb4302912497a21e4f3dafb487a7fc90824d5313b3c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lab technician Fen Spinney calibrates a machine that is used in compounding bioplastic pellets at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/CGDJTXP7ZUG4BIU3WE72CF4AI4.jpg?auth=324330568c81ffc66c738ebf08cf5daea69f8588df2311f5b0e14f4546bd81c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The BPI logo is displayed on a cup made from bioplastic pellets, which is certified by the Biodegradable Products Institute as compostable, at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/RWZ2ZRFST7EL2RIHPFSPMUCXTM.jpg?auth=552be67a8bd363c7502cf4dbb59abb108e8b70481c8e84b0a34b3589968ac9c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katie Byun places a biodegradable bag into a compost collection bin in the lunch room at CJ Biomaterials, Monday, Aug. 3, 2026, in Woburn, Mass. (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/6SBSUFGTCWIN5SX6J4JZ3BKBRA.jpg?auth=21ef29f3768cad32119d68264c8dc852cb15cd1433c145e6a077dcebd1c348ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paul Milonopolous rinses out the dump box after offloading fresh organic matter, which included biodegradable cups, cutlery and bin liners that were mixed in with food scraps and lobster shells, that will be used to make compost at Black Earth Compost, Monday, Aug. 3, 2026, in Manchester-by-the-Sea, Mass. (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/SZYAZFIEUFMQW2FPBNJYKK4XKQ.jpg?auth=dd7413dc888aa6e85846d5d893d86350616cad7231399da891c456a566db5c3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Sandler holds up fresh compost, which was made from a variety of materials including cups, cutlery, bin liners and food scraps at Black Earth Compost, Monday, Aug. 3, 2026, in Manchester-by-the-Sea, Mass. (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/A2EOBFPV5XKOMAOBIWP4F2W7BQ.jpg?auth=b85914ebea525695f2a7a1175039247046c9949d4fc1031d05601af8402eeeaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Sandler adds a bag of compost to a pallet at Black Earth Compost, Monday, Aug. 3, 2026, in Manchester-by-the-Sea, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Minnesota’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-minnesotas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-minnesotas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Minnesota Democrats will decide a competitive U.S. Senate primary Tuesday in another face-off between moderate and progressive candidates that could define the party’s identity heading into the midterm elections. Republicans will choose nominees they hope will end their 20-year drought in statewide elections.]]></description><pubDate>Mon, 10 Aug 2026 12:57:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Minnesota Democrats will decide a competitive U.S. Senate primary Tuesday in another face-off between moderate and progressive candidates that could define the party’s identity heading into the midterm elections. Republicans will choose nominees they hope will end their 20-year drought in statewide elections.</p><p>The state has been at the center of a political maelstrom in President Donald Trump’s second term, as the Republican president has focused much of his ire on Minnesota and its Democratic leaders.</p><p>An ongoing fraud investigation into state childcare programs contributed to Democratic Gov. Tim Walz ending his reelection bid and has been a frequent topic among Republican candidates on the campaign trail. Meanwhile, the Trump administration’s immigration crackdown that resulted in the deaths of two U.S. citizens has been a defining issue for Democratic candidates.</p><p>Walz’s retirement announcement, as well as that of Democratic U.S. Sen. Tina Smith, triggered a reshuffling of races throughout the ballot.</p><p>In the race to replace Smith, U.S. Rep. Angie Craig and Lt. Gov. Peggy Flanagan are the leading contenders for the Democratic nomination. Smith has backed Flanagan, while Walz has not made an endorsement. Flanagan also has support from key figures in the party’s progressive wing, including U.S. Sens. Elizabeth Warren of Massachusetts and Bernie Sanders of Vermont and U.S. Rep. Ilhan Omar of the 5th Congressional District. Sanders is an independent but caucuses with Democrats.</p><p>Craig’s key supporters are Minnesota first lady Gwen Walz, House Democratic Leader Hakeem Jeffries, former House Speaker Nancy Pelosi and former U.S. Transportation Secretary Pete Buttigieg.</p><p>Craig has about doubled Flanagan in overall fundraising. She also had about $3.6 million available to spend as of late July compared with about $1.1 million for Flanagan.</p><p>The Center Forward Committee and Unite to Win — two political action committees known for backing moderate Democrats — have spent at least $2.4 million on Craig’s behalf. The Center Forward Committee was founded by former Alabama U.S. Rep. Bud Cramer and supports what it describes as “pragmatic policymakers.” Unite to Win recently spent $4 million backing U.S. Rep. Haley Stevens in her unsuccessful U.S. Senate primary bid against Abdul El-Sayed in Michigan.</p><p>Flanagan’s largest backer in outside spending has been the Democratic Lieutenant Governors Association, which has spent about $1.2 million on the race.</p><p>The Republican primary features nine candidates, including former sports broadcaster Michele Tafoya; former Navy SEAL Adam Schwarze, who has the state party’s endorsement; and former professional basketball player Royce White, who was the Republican nominee for the state’s other U.S. Senate seat in 2024. Trump has not endorsed a candidate.</p><p>Tafoya raised about $5.3 million for her campaign and had about $1.3 million in the bank as of July 22, a larger haul than the rest of the Republican field combined.</p><p>In the race for governor, U.S. Sen. Amy Klobuchar faces minimal opposition for the Democratic nomination. She brought in $9.3 million for her campaign and had about $4.5 million in the bank as of July 20. Only three of Klobuchar’s six primary opponents filed campaign finance disclosures, and they reported having less than a combined $3,200 in the bank.</p><p>The nine-candidate Republican field includes state House Speaker Lisa Demuth, MyPillow founder and prominent 2020 election denierMike Lindell, who has Trump’s endorsement, and healthcare executive Kendall Qualls, who has the state party’s backing.</p><p>Lindell outraised Demuth overall in the campaign, although Demuth sat atop a significantly larger war chest as of July 20.</p><p>Craig is the only member of Minnesota’s U.S. House delegation who isn’t running for reelection. Her upcoming departure has triggered a six-way Democratic primary to replace her in the 2nd Congressional District. The field includes state Rep. Kaela Berg, state Sen. Matt Klein and former state Sen. Matt Little. Klein leads the field in fundraising, followed by Little, who loaned his campaign $155,000.</p><p>The winner will face Republican state Sen. Eric Pratt, who is unopposed for the nomination.</p><p>Craig won reelection in 2024 with about 56% of the vote. Democratic then-Vice President Kamala Harris received about 52% of the district vote in the 2024 presidential race against Trump.</p><p>All seats in both chambers of the Minnesota State Legislature are up in 2026. Democrats have a one-seat advantage in the 67-member state Senate, while Democrats and Republicans are deadlocked at 67 seats each in the state 134-member House.</p><p>Hennepin County, which is home to Minneapolis, is by far the state’s most populous and tends to contribute the most votes of any county in both Democratic and Republican statewide primaries. Neighboring Ramsey County, which is home to St. Paul, has the second-largest population but tends to be a bigger factor in Democratic primaries. Just north of the Twin Cities, Anoka County, which Trump carried in 2024 by about 4 percentage points, tends to be more influential in Republican primaries. Dakota, Washington, St. Louis and Olmsted counties are important primary battlegrounds for both parties.</p><p>Gov. Tim Pawlenty’s 2006 reelection was the last statewide contest Republicans have won in Minnesota. The last Republican to win a U.S. Senate race in Minnesota was Norm Coleman in 2002.</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, secretary of state, auditor, attorney general, state Senate and state House.</p><p>Who gets to vote?</p><p>Any registered voter may participate in any party’s primary. Eligible voters may register at the polls on Election Day or during the early voting period.</p><p>How many voters are there?</p><p>As of Aug. 3, there were about 3.9 million registered voters in Minnesota.</p><p>How many people actually vote?</p><p>About 324,000 Democratic primary voters and about 194,000 Republican primary voters took part in the 2024 primaries for U.S. Senate. In the 2022 primaries for governor, about 432,000 voters cast ballots in the Democratic primary and about 323,000 in the Republican primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 23% of the vote in the 2024 state primary and about 20% of the 2022 primary vote was cast early in person or by mail.</p><p>As of Thursday, about 158,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Counties tend to release results from early in-person and mail voting over the course of the night, along with results from in-person Election Day voting.</p><p>The state’s three largest counties of Hennepin, Ramsey and Dakota release relatively few results in their first vote updates, regardless of vote type.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 9:08 p.m. ET, or eight minutes after polls closed. The last vote update of the night was at 1:28 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>Recounts in Minnesota are not automatic, but the losing candidate may request one under certain circumstances. A publicly funded recount can be requested in federal, judicial or state constitutional offices, like governor, if the margin between the winning and losing candidate is less than 0.25% of the vote. For state legislative races, the required margin is less than 0.5% of the vote. In races in which fewer than 400 votes are cast, the margin is 10 votes or fewer. Candidates may pay for a recount in races in which the vote margin is beyond the threshold for a publicly funded 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 84 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/VPAHODFDJIYWHXRXAEXSWZS7WE.jpg?auth=bdea0dc7adce994890c3597634e15e669ac2788f03f3a61b5b0b1b6ac82297ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Angie Craig, D-Minn., left, and Minnesota Lt. Gov. Peggy Flanagan participate in a forum for U.S. Senate candidates at Farmfest Wednesday, Aug. 5, 2026, in Morgan, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAMENCNYMWT2HYPWXYICWAPXDU.jpg?auth=1d5c943ddf900538e17a7e5a21ff901e339d0b16061868bb96579d8bf1338a26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates for Minnesota governor, from left, Sen. Amy Klobuchar, D-Minn., Minnesota House Speaker Lisa Demuth, Mike Lindell and Kendall Qualls participate in a forum at Farmfest, Wednesday, Aug. 5, 2026, in Morgan, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Taylor Farms recalls jalapeno products over salmonella concerns]]></title><link>https://www.local10.com/business/2026/08/10/taylor-farms-recalls-jalapeno-products-over-salmonella-concerns/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/10/taylor-farms-recalls-jalapeno-products-over-salmonella-concerns/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Taylor Fresh Foods, parent company of Taylor Farms, is voluntarily recalling some products that include jalapenos because of worries about a possible salmonella contamination.]]></description><pubDate>Mon, 10 Aug 2026 13:05:14 +0000</pubDate><content:encoded><![CDATA[<p>Taylor Fresh Foods, parent company of Taylor Farms, is voluntarily recalling some products that include jalapenos because of worries about a possible salmonella contamination.</p><p>The announcement comes a few weeks after Taylor Farms voluntarily recalled its iceberg lettuce products sourced from central Mexico because of a potential link to a multistate cyclospora outbreak that has sickened people across the U.S.</p><p>Taylor Fresh Foods said that it was pulling some products including jalapenos from stores shelves after finding out that Coast Citrus Distributors was voluntarily recalling fresh jalapeños due to a potential salmonella contamination.</p><p>Taylor Fresh Foods said that the Food and Drug Administration and Centers for Disease Control and Prevention were working with state and local partners to investigate illnesses in a multistate outbreak of salmonella infections linked to fresh jalapeños supplied by Coast Citrus Distributors. The company said that a grower in Sinaloa, Mexico, a supplier to Coast Citrus Distributors, was identified as the potential source in the outbreak.</p><p>Taylor Fresh Foods said that it is no longer sourcing products from the farmer and will be filling orders from alternative suppliers. The company is currently not aware of any reported illnesses linked to its products containing jalapeños.</p><p>The list of recalled products were distributed by Taylor Farms in multiple states with a “Best If Used By” date up to and including Aug. 16, 2026. The products were sold at stores including Kroger, Stop & Shop, Target, Whole Foods, Trader Joe's and Walmart.</p><p>Consumers who have any recalled product are advised to discard it immediately and not eat it. Refunds are available at the location of purchase.</p><p>Consumers with any questions can contact Taylor at 855-455-0098 Monday through Friday from 8am-5pm PT.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RYER7IAL5GQ4WWKXCHKPKT2KYA.jpg?auth=b84c6837e96ab0986c9c542d8e710fab61d3fa00d26cf3a130de3d14f849142a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Farms boxes are loaded on a field in the town of Doctor Mora, on the central state of Guanajuato, Mexico, March 26, 2008. (AP Photo/Guillermo Arias, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Guillermo Arias</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Connecticut’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-connecticuts-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-connecticuts-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two veteran Democratic incumbents in Connecticut face strong challenges in a state primary on Tuesday.]]></description><pubDate>Mon, 10 Aug 2026 12:39:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two veteran Democratic incumbents in Connecticut face strong challenges in a state primary on Tuesday.</p><p>The contests take place as elements within the party look to redefine the Democratic brand ahead of the midterm elections by replacing old guard figures with younger and often more progressive alternatives.</p><p>Democratic Gov. Ned Lamont is running for a third term but must first clear a challenge from state Rep. Josh Elliott. Both candidates have raised just shy of $400,000 in contributions from individual donors. Nonetheless, Lamont, a wealthy former cable entrepreneur, has far outspent Elliott, thanks to $9.5 million in personal funds he’s invested in his campaign. Elliott has received about $3.8 million from the state’s public election funding program.</p><p>A primary upset by Elliott, along with additional Tuesday primaries in Minnesota and Wisconsin, could extend a progressive winning streak that began this summer with the defeat of Democratic incumbents in New York City and Colorado and continued with a high-stakes victory in the Michigan U.S. Senate primary on August 4.</p><p>The Democratic nominee will face Republican state Sen. Ryan Fazio in November. Republicans last controlled the governorship from 1995 to 2011. Lamont was first elected in 2018 with 49% of the vote and reelected in 2022 with 56%.</p><p>In the 1st Congressional District, longtime Democratic U.S. Rep. John Larson is running for a 15th term. Challenging him for the nomination are former Hartford Mayor Luke Bronin, Hartford Board of Education member Ruth Fortune and state Rep. Jillian Gilchrest.</p><p>This year marks Larson’s first primary challenge since he was first elected in 1998. He won a close primary that year with 46% of the vote but has not appeared on a primary ballot in his subsequent 13 reelection bids.</p><p>Bronin has slightly outraised and outspent Larson in the campaign overall, although Larson had a slight edge in terms of available cash heading into the primary campaign’s final three weeks. Gilchrest and Fortune trailed far behind in fundraising.</p><p>Larson turned 78 in July. In 2025, an incident on the House floor sparked concerns over his health and age when he suffered what he later described as a complex partial seizure while delivering a speech. He said the episode, which caused him to briefly but abruptly stop speaking, was related to a heart condition that he now treats with medication.</p><p>The district is heavily Democratic. Larson received 63% of the vote in his 2024 reelection campaign. Then-Vice President Kamala Harris received about 61% of the district vote in the presidential race.</p><p>All 36 state Senate seats and all 151 state House seats are up in 2026. Democrats hold two-to-one majorities in both chambers.</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. House, governor, state Senate and state House.</p><p>Who gets to vote?</p><p>Voters registered with a political party may participate only in that party’s primary. Democrats may not vote in the Republican primary or vice versa. Independent or unaffiliated voters may not participate in either primary.</p><p>How many voters are there?</p><p>As of October 2025, there were about 2.5 million registered voters in Connecticut, including about 878,000 Democrats and about 529,000 Republicans.</p><p>How many people actually vote?</p><p>About 114,000 Democratic primary ballots and about 94,000 Republican primary ballots were cast in the 2022 state primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Early voting was enacted in Connecticut after 2022. There was no statewide Democratic primary in 2024, but about 17% of the Republican primary vote in the 2024 state primary was cast early in-person or by mail.</p><p>As of Friday, about 43,000 Democratic primary ballots and about 3,900 Republican primary ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Connecticut runs elections at the town and city level. There are 169 separate jurisdictions administering local elections and they vary in terms of how and when they release results. In many of the larger jurisdictions, results from a mix of voting methods are released together throughout the night.</p><p>How long does vote-counting usually take?</p><p>In the 2024 general election, the AP first reported results at 8:12 p.m. ET, or 12 minutes after polls closed. The vote count reached the halfway mark at 12:25 a.m. ET. By 2:06 p.m. ET the day after Election Day, about 90% of the total vote had been 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 in Connecticut are automatic if the vote margin is less than 0.5% of the total votes cast but does not exceed 2,000 votes. Recounts are also automatic in races where the margin is less than 20 votes or in the case of a tie vote. If a recount results in a tie vote, a runoff election (called an “adjourned election” in Connecticut) is held. 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 84 days until the 2026 midterm elections.</p><p>___</p><p>The AP's Matthew Junkroski contributed to this report.</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/YHNXA53XHFQDNDXXALKEG2BSJM.jpg?auth=7a1afdf902c546adcd5fac1a54209dabfc0a541a2483b50d082ab1fd979702fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Connecticut Gov. Ned Lamont, center, gestures toward U.S. Rep. John Larson, D-Conn., during a campaign event, Saturday, July 25, 2026, in Bristol, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Vermont’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-vermonts-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-vermonts-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Vermont Democrats will try on Tuesday to do something they’ve been unable to do in five previous attempts: nominate a gubernatorial candidate who can beat Republican Gov. Phil Scott.]]></description><pubDate>Mon, 10 Aug 2026 12:23:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Vermont Democrats will try on Tuesday to do something they’ve been unable to do in five previous attempts: nominate a gubernatorial candidate who can beat Republican Gov. Phil Scott.</p><p>Voters will also decide contested Democratic primaries for lieutenant governor and state auditor and choose a Republican nominee to challenge Democratic U.S. Rep. Becca Balint in November.</p><p>Scott is one of only two Republican governors to serve a state that then-Vice President Kamala Harris carried in the 2024 election. But toppling him this fall will be no easy feat. He received 73% of the vote in his 2024 reelection bid, improving upon the 69% he won in 2022.</p><p>He’s also been a rare Republican critic of President Donald Trump. Scott not only endorsed former United Nations Ambassador Nikki Haley for president in the 2024 primaries, but he also says he voted for Harris over Trump in 2024 and for Joe Biden in 2020. He is unopposed for the Republican nomination.</p><p>Two Democrats are running to challenge Scott: economist Amanda Janoo and former child advocacy organization CEO Aly Richards, who boasts endorsements from former Democratic Govs. Howard Dean and Madeleine Kunin. Richards has raised about $453,000 for her campaign, compared to about $308,000 for Janoo. Richards also had about double Janoo’s cash reserves as of the end of July.</p><p>In Vermont, the governor, lieutenant governor and other state constitutional officers serve two-year terms. If Scott is reelected and completes another term, he’ll surpass Dean as Vermont’s longest serving governor since it became a state.</p><p>All 30 state Senate seats and all 150 state House seats are up in 2026. Democratic state lawmakers suffered significant losses in the 2024 general election, losing more than two dozen seats across both chambers, along with their supermajorities. This year could prove to be another difficult one for the party but for different reasons: Democratic incumbents in five state Senate districts and 11 state House districts face primary challengers. Republican incumbents face challengers in only one state Senate district.</p><p>For state legislative primaries, the number of winners in each contest varies by district. With multiple winners in many seats and relatively low turnout for down-ballot primaries, especially on the Republican side, determining the winners could come down to a relatively small number of votes.</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 7 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. House, governor, lieutenant governor, auditor, state Senate and state House.</p><p>Who gets to vote?</p><p>Any registered voter may participate in any party’s primary. Vermont does not register voters by party.</p><p>How many voters are there?</p><p>As of July, there were about 501,000 registered voters in Vermont.</p><p>How many people actually vote?</p><p>About 23,000 Republican primary voters and about 33,000 Democratic primary voters cast ballots in the 2024 gubernatorial primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 30% of the vote in the 2024 state primary was cast by mail. In the presidential primaries that year, about 24% of Democratic primary voters and about 13% of Republican primary voters cast mail ballots.</p><p>As of Friday, about 17,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Vermont runs elections at the town and city level. There are 247 separate jurisdictions administering local elections, and they vary in terms of how and when they release results. In many of the larger jurisdictions, the bulk of results from both mail voting and in-person Election Day voting are released together in their first vote updates.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 7:18 p.m. ET, or 18 minutes after polls closed. The last vote update of the night was at 11:45 p.m. ET with about 87% 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>A candidate may request a recount if the vote margin falls below a certain threshold. In federal, statewide and state Senate elections, a recount may be requested if the vote margin between the winning and losing candidate is 2% or less of the total votes cast, divided by the number of persons to be elected for that position. For state House and local races, the required margin is 5% or less of the total votes cast, divided by the number of persons to be elected. 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 84 days until the 2026 midterm elections.</p><p>___</p><p>The AP’s Matthew Junkroski contributed to this report.</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/DSJLOL3LQPE2ZLO3QOIV4GH4PA.jpg?auth=c41fe526c64f4ac47703d21cc5b0505e3947217207d4b7c70683051c85e8cfb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Vermont state Capitol building is seen, May 8, 2025, in Montpelier, Vt. (AP Photo/Alex Driehaus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Driehaus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYPK5JW2OPCQMBHIKDCXQ5BWKM.jpg?auth=a95c0ae53f74eba3d66112599dca7217d61f38df43d26da3e9554c9e50620c39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vermont state legislators gather on the house floor at the Vermont state Capitol, May 8, 2025, in Montpelier, Vt. (AP Photo/Alex Driehaus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Driehaus</media:credit></media:content></item><item><title><![CDATA[The Latest: Progressives challenge establishment in Democratic primaries in Wisconsin and Minnesota]]></title><link>https://www.local10.com/news/politics/2026/08/10/the-latest-progressives-challenge-establishment-in-democratic-primaries-in-wisconsin-and-minnesota/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/the-latest-progressives-challenge-establishment-in-democratic-primaries-in-wisconsin-and-minnesota/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump is scheduled to swear in Todd Blanche, his old personal lawyer, as attorney general Monday after the Senate voted to confirm him early Saturday. Blanche’s path toward confirmation exposed deep concerns — from some Republicans as well as Democrats — over installing Trump’s close ally atop a Justice Department that historically prided itself on its independence from the White House.]]></description><pubDate>Mon, 10 Aug 2026 13:52:22 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump is scheduled to swear in Todd Blanche, his old personal lawyer, as attorney general Monday after the Senate voted to confirm him early Saturday. Blanche’s path toward confirmation exposed deep concerns — from some Republicans as well as Democrats — over installing Trump’s close ally atop a Justice Department that historically prided itself on its independence from the White House.</p><p>Progressive candidates for governor in Wisconsin and U.S. Senate in Minnesota are making their final pushes ahead of Tuesday’s election, increasing the pressure on the Democratic establishment. In Wisconsin, democratic socialist Francesca Hong seeks to win a four-way Democratic primary for governor. Minnesota voters will choose between moderate U.S. Rep. Angie Craig and progressive Lt. Gov. Peggy Flanagan in a Democratic U.S. Senate primary in the aftermath of Trump’s aggressive immigration enforcement surge.</p><p>Iran says it will not reopen the Strait of Hormuz until the United States lifts its blockade on the strait, pays compensation for months of war damage, lifts economic sanctions and releases Iran’s frozen assets. And Israeli Prime Minister Benjamin Netanyahu flatly rejected Trump's proposed exit strategy for Gaza.</p><p>Here’s the latest:</p><p>Washington grapples with a National Guard deployment extended until 2029</p><p>It’s been 12 months since Trump announced a crime emergency in Washington, pledging to make the city “safe and beautiful” and deploying the National Guard.</p><p>But a mission that seemed temporary has been extended through January 2029. Residents and a new cadre of local officials consider it an unacceptable federal attempt to restrict the heavily Democratic city’s autonomy. A year in, they still question the necessity of troops on the streets of the nation’s capital.</p><p>“Here we are in the capital of the free world, and our president is treating it like a police state,” said Scott Michelman, legal director of the ACLU of the District of Columbia.</p><p>The continued deployment will be a major test for the politicians taking office after this year’s elections — residents will want them to use their limited powers to push back on Republican encroachment into the city’s affairs.</p><p>▶ Read more</p><p>Democrats investigating immigration efforts against military families</p><p>Congressional Democrats are probing the Trump administration’s efforts to deport military service members and their families after The Associated Press found that the spouses or parents of more than 50 active-duty troops have been detained by immigration authorities, breaking promises to shield their families from enforcement.</p><p>More than 60 lawmakers signed a letter Sunday evening to the Department of Homeland Security, the Defense Department and the Department of Veterans Affairs. It says “these efforts imperil military readiness, weaken service members’ morale, and betray America’s promises to the people who put their lives on the line for our nation.”</p><p>The Pentagon declined to comment, stating it would “reply directly to the authors of the letter.”</p><p>DHS told the AP that it values service members’ contributions but “U.S. military service alone does not automatically grant lawful immigration status, or exempt aliens from the consequences of violating U.S. immigration laws.”</p><p>▶ Read more</p><p>White House mum on Israel’s rejection of Trump’s Gaza deal</p><p>The White House has not commented on the Israeli Prime Minister’s dismissal of Trump’s deal for Gaza. Benjamin Netanyahu said Sunday that Israel’s military “will not carry out any withdrawal until Hamas is genuinely disarmed.”</p><p>Netanyahu told a Cabinet meeting that “Israel rejects the 15-point document” but is still discussing plans for Gaza with Washington. Trump had said Israeli forces would withdraw as the Hamas militant group’s disarmament is completed. Israeli forces control over half the Palestinian enclave of about 2 million people that’s been largely destroyed.</p><p>“We remain committed to the road map,” said a member of the Hamas political bureau, Bassem Naim, adding that the group expects mediators and the U.S. to pressure Netanyahu — who also faces domestic tensions as he struggles to hold onto power ahead of the next elections scheduled for Oct. 27.</p><p>Ocasio-Cortez says she’s freezing her eggs as she decides her next political moves</p><p>The 36-year-old Democratic New York congresswoman Alexandria Ocasio-Cortez explained her decision in an ABC “This Week” interview on Sunday and said she has not ruled out running for president or for the U.S. Senate seat held by the Democrats’ floor leader, Chuck Schumer.</p><p>Ocasio-Cortez says in her social media posts that she’s taking a political risk in sharing such a personal decision about her potential plans to have children. The congresswoman says she wants to feel more control over her life and normalize conversations about what women face in their professional and personal lives.</p><p>▶ Read more</p><p>Iran presses demands on US as shipping standoff grinds on</p><p>An Iranian Foreign Ministry spokesperson said Iran will not reopen the Strait of Hormuz until the United States meets its conditions.</p><p>“It is up to the U.S. side to stop and make amends for its illegal and destructive actions,” Esmail Baghaei said Monday, noting the American blockade of Iranian ports.</p><p>Iran wants the U.S. to lift its blockade on the Strait, pay compensation for months of war damage, lift economic sanctions and release Iran’s frozen assets. The closure of the Strait of Hormuz — a waterway that normally carries roughly one-fifth of the world’s traded oil supplies — has become the war’s most lasting consequence. The impasse has kept energy prices as a major focus of U.S. politics ahead of November’s midterm elections.</p><p>Iran is holding separate talks with Oman over transit through the strait, including potentially a temporary shipping corridor, but has said any actual reopening is contingent on talks with the U.S.</p><p>▶ Read more</p><p>Wisconsin’s chaotic primary pits progressive against governor’s pick</p><p>Democratic socialist Francesca Hong is trying to win a four-way Democratic primary for governor in Wisconsin, where her top opponent has been endorsed by popular Gov. Tony Evers, who isn’t seeking a third term.</p><p>Evers got behind Milwaukee County Executive David Crowley on July 18, the same day Crowley reentered the race after dropping out 10 days earlier. Crowley rejoined after the candidate he backed, Lt. Gov. Sara Rodriguez, ended her candidacy amid a campaign finance scandal.</p><p>Evers and more establishment Democrats were hoping to finally coalesce around Crowley in the final days of the chaotic primary that saw two other candidates drop out, most notably former Lt. Gov. Mandela Barnes on July 29.</p><p>Republicans are spending to support a Hong victory, betting she's the better matchup for Republican U.S. Rep. Tom Tiffany in November. The Republican Governors Association has spent nearly $3.6 million through its Right Direction Wisconsin PAC on ads contrasting Hong with Trump and playing up her liberal proposals.</p><p>▶ Read more</p><p>Trump’s immigration crackdown looms over Minnesota’s bruising Senate primary</p><p>Efforts to resist Trump found their footing in the streets surrounding a drab federal office complex next to the Minneapolis airport. As U.S. immigration agents staged at the Bishop Henry Whipple Federal Building for a monthslong deportation campaign, protesters with whistles and cellphone cameras assembled to oppose them. Two were shot and killed in the city’s streets before Trump pulled back under pressure.</p><p>Months later, those confrontations remain the backdrop to Minnesota’s Democratic primary for U.S. Senate on Tuesday, which features establishment-backed U.S. Rep. Angie Craig and the more progressive Lt. Gov. Peggy Flanagan. The immigration debate is an added schism in a race that otherwise echoes many of the other left versus center divides that have played out across the United States this year.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VSQEOXIB5CPP2T6KTT4UHPZFHM.jpg?auth=b7ecf7a4209274a657771b3328eff3117898ea7dc54feabccaeee5b5ce9d1937&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - National Guard members gather near a large portrait of President Donald Trump on the Labor Department headquarters before the body of Metropolitan Police Department officer Terry Bennett is driven past the Capitol, Jan. 8, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RGKBZLVWLJMPJMFUTJECT5NVXY.jpg?auth=4d3e8671ff1559378c888d27c09148f51213f28154634925bf43dba128444761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darci McConnell, communications director, right, talks to a voter as Madison Steigerwald, canvas lead, left, Kenneth Brooks, canvasser, second from right, watch, while canvassing with Michigan United Action for candidates including Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, Saturday, Aug. 1, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QCCEYQVWUNWK6WQKNDDAKR2SCU.jpg?auth=15020bb5e0fc67302bb373d96cf1b61d3135d21e0f27de27285c665d6b1be3c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, films a social media video at a pool party for content creators supporting his campaign, Monday, Aug. 3, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKHRCDEL2QLLM2MEQ2RSJMQXQQ.jpg?auth=98f50008bfafe9e4908f86a69539453d5d461a8d31b236581bd79c5fdbac5fb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lt. Gov. Peggy Flanagan, a Democratic candidate for U.S. Senate, listens to a voter during a campaign event at the Leech Lake Band of Ojibwe Twin Cities Office in Minneapolis, Saturday, Aug. 8, 2026. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YXDJGJFBU3LQH3TDX7ZNCX4CO4.jpg?auth=977cb4a97f6b93c624633e965e5bcdaa95fbe139184cd995eb43ba649ff4039f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Madison Steigerwald, canvas lead for Michigan United Action, rings a voter's doorbell while canvassing for candidates including Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, Saturday, Aug. 1, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Man tased, arrested after refusing to leave hotel restaurant in Miami, police say]]></title><link>https://www.local10.com/news/local/2026/08/09/man-tased-arrested-after-refusing-to-leave-hotel-restaurant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/man-tased-arrested-after-refusing-to-leave-hotel-restaurant/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[A restaurant dispute that stretched on for more than two hours Saturday ended with Miami police using a Taser on a 35-year-old man who refused to leave, authorities said.]]></description><pubDate>Mon, 10 Aug 2026 02:34:06 +0000</pubDate><content:encoded><![CDATA[<p>A restaurant dispute that stretched on for more than two hours Saturday ended with Miami police using a Taser on a 35-year-old man who refused to leave, the restaurant’s chief operations manager said.</p><p> </p><p>According to the chef operations manager of Primo’s Italian Restaurant on North Bayshore Drive, Richard James Scott called himself the son of God before he was finally handcuffed and arrested. </p><p>Cellphone video captured the moment police used a Taser on Scott outside the restaurant.</p><p>“It was a bad time for our people, for my employee, especially for the customers,” said Ugo Patierno, the restaurant’s chef operations manager.</p><p>Patierno said Scott tried to pay for a couple of drinks with a fake credit card before telling him to charge it to his room at the neighboring Doubletree by Hilton Grand Hotel. But the number Scott gave for the room was also fake: 666, Patierno said.</p><p>“He said, ‘I’m the son of God. So this is my room, you can charge on my room.’ I laughed the first time,” Patierno said.</p><p>Patierno said Scott eventually became aggressive, yelling at him and the staff. They asked him to leave, but he refused, and police were called, Patierno said.</p><p>According to Patierno, that started a prolonged interaction with police before Scott finally got up and walked out of the hotel restaurant.</p><p>Outside, he allegedly tried to get into a Rolls-Royce that wasn’t his. That’s when police used a Taser on him.</p><p>Scott was taken to jail, where he was booked on trespassing and disorderly conduct charges.</p><p>He appeared in bond court Sunday afternoon, where a judge set his bond at $650.</p><p>Scott was also ordered to stay away from the hotel and restaurant.</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[AP Decision Notes: What to expect in South Carolina’s special primary to replace Sen. Lindsey Graham]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-south-carolinas-special-primary-to-replace-sen-lindsey-graham/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-south-carolinas-special-primary-to-replace-sen-lindsey-graham/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Ten Republicans will compete in a special primary election Tuesday to replace the late U.S. Sen. Lindsey Graham on South Carolina's general election ballot. The candidates running to replace him include two congressmen, a former governor and Graham’s sister, now a U.S. senator appointed to serve out the final months of his current term.]]></description><pubDate>Mon, 10 Aug 2026 11:54:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Ten Republicans will compete in a special primary election Tuesday to replace the late U.S. Sen. Lindsey Graham on South Carolina's general election ballot. The candidates running to replace him include two congressmen, a former governor and Graham’s sister, now a U.S. senator appointed to serve out the final months of his current term.</p><p>Lindsey Graham won the June 9 Republican primary for renomination to the seat he first won in 2002, but his unexpected death on July 11 from an aortic tear created a vacancy not only for his current U.S. Senate seat but also for his spot on the November ballot as the party’s pick to compete for another six-year term.</p><p>U.S. Sen. Darline Graham, who was appointed by Republican Gov. Henry McMaster to fill her brother’s vacant seat, has President Donald Trump’s endorsement to compete in the general election as the new Republican nominee. Among those challenging her in the special primary are U.S. Reps. Russell Fry and Ralph Norman, former Gov. Mark Sanford and business owner Mark Lynch, who ran against Lindsey Graham in the June 9 primary.</p><p>Norman recently sought the nomination for governor and placed third in the primary.</p><p>If no candidate receives a vote majority in the special primary, the top two vote-getters will advance to a special primary runoff on Aug. 25.</p><p>The winner will face Democratic nominee Annie Andrews, a Charleston pediatrician who challenged Republican U.S. Rep. Nancy Mace in the 2022 general election.</p><p>Lindsey Graham last won reelection in 2020 with 54% of the vote. Trump carried the state in the 2024 presidential election with 58% of the vote.</p><p>Greenville County is the most populous in the state and typically contributes the most votes in statewide Republican primaries. It also has a bit of an independent streak. In the June 9 primary, a plurality of Greenville County voters preferred Lynch over Lindsey Graham in the U.S. Senate race and Norman over the two candidates who would advance to the runoff for governor.</p><p>Democratic-leaning Richland and Charleston counties have the next-largest populations and contribute a sizable number of votes in Republican primaries, but they tend to be more influential in Democratic contests.</p><p>Horry, Lexington and Spartanburg counties are also large counties that have big impacts on Republican primaries. Spartanburg was the only other county where Lynch outperformed Lindsey Graham in the June primary.</p><p>Besides Greenville County, Norman also was the top vote-getter in York County and three smaller neighboring counties, all in his 5th Congressional District, in the June gubernatorial primary.</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 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in the special Republican primary for U.S. Senate.</p><p>Who gets to vote?</p><p>Voters who participated in the Democratic primary on June 9 may not participate in the special Republican primary on Tuesday. Only Republican primary voters or registered voters who did not participate in any party’s primary may cast ballots in Tuesday’s election.</p><p>How many voters are there?</p><p>As of Friday, there were about 3.4 million registered voters in South Carolina. Voters in South Carolina do not register by party.</p><p>How many people actually vote?</p><p>About 465,000 voters cast ballots in the June 9 Republican U.S. Senate primary in which Lindsey Graham was renominated. About 319,000 voters participated in the June 23 Republican gubernatorial primary runoff.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 29% of the vote in the June 9 Republican state primary was cast early in person or by mail.</p><p>As of Friday, about 42,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Nearly all of South Carolina’s 46 counties release all or almost all of their early in-person and mail voting results in the first vote update of the night, usually before releasing any results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the June 9 primary election, the AP first reported results at 7:22 p.m. ET, or 22 minutes after polls closed. The last vote update of the night was at 12:19 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>In South Carolina, recounts are automatic if the margin between the winning and losing candidates is 1% of the total vote 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 84 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/2NDCYASYJOTBFL33XH4EL4DPLY.jpg?auth=38a65e4bfc7b97ae346a85d961943be85055ff064fa3acde8118a6041620986c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Lindsey Graham, R-S.C., introduces Adm. Kevin Lunday, acting commandant of the U.S. Coast Guard, during a Senate Commerce, Science and Transportation Committee hearing on the nomination Lunday for Commandant of the Coast Guard, Nov. 19, 2025, on Capitol Hill in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CD34FT4GZAJLB5BOFO3ER6WNJI.jpg?auth=16d9a6d9d4c2a24cea89120acac9ccc70c5a2b0ff7509971b256466807d5cd58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., speaks with voters following a Senate candidate stump event ahead of a special GOP primary to select a replacement for her late brother, Sen. Lindsey Graham, Saturday, Aug. 1, 2026, in Lexington, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYJW32J56XQV7ACBMH2YHL4TIY.jpg?auth=30e8387df3412734ba14c784b81d1087f497384cf775651d3e29f8b509aaf125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, and former Gov. Mark Sanford say the Pledge of Allegiance ahead of a candidate event days before the special South Carolina Republican primary to replace Sen. Lindsey Graham, R-S.C., Thursday, Aug. 6, 2026, in Charleston, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[Broward organization helping students prepare for new school year]]></title><link>https://www.local10.com/news/local/2026/08/09/broward-organization-helping-students-prepare-for-new-school-year/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/broward-organization-helping-students-prepare-for-new-school-year/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[On the last weekend before the new school year starts, organizations across South Florida are making sure kids have what they need to be successful.]]></description><pubDate>Mon, 10 Aug 2026 02:11:37 +0000</pubDate><content:encoded><![CDATA[<p>On the last weekend before the new school year starts, organizations across South Florida are making sure kids have what they need to be successful.</p><p>The Peanut Butter Jelly Project took over the second floor at Fort Lauderdale High School this year, as organizers stacked tables with backpacks, notebooks, pens and pencils. </p><p>All of the supplies were ready for students like Valeria Ruiz, who is looking forward to beginning fifth grade. </p><p>“I’m excited to start school next week because school is a place you make friends and you start learning about new things every year,” she said. </p><p>For 10 years now, Peanut Butter Jelly Project founder Brooke Waltzer has been lightening the load for families in need.</p><p>“Some of these lists that they get are $250-$300 for the whole school year,” she said. “Sometimes that means paying a light bill or getting your kids school supplies that they need.”</p><p>To go along with the new school supplies, changes are coming to the breakfast and lunch menus at schools in Broward and Miami-Dade counties.</p><p>The universal free lunch programs have ended for many students, as only 141 Broward schools will offer free lunch while in Miami-Dade, only 121 schools will continue with free lunch. </p><p>For campuses that don’t qualify, parents will need to submit an application to determine whether their child can receive free or reduced lunch. </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[Ocasio-Cortez says she's freezing her eggs as she decides her next political moves]]></title><link>https://www.local10.com/health/2026/08/10/ocasio-cortez-says-shes-freezing-her-eggs-as-she-decides-her-next-political-moves/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/10/ocasio-cortez-says-shes-freezing-her-eggs-as-she-decides-her-next-political-moves/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[Rep. Alexandria Ocasio-Cortez says she is freezing her eggs as she decides her next political moves ahead of the 2028 presidential election campaign.]]></description><pubDate>Mon, 10 Aug 2026 11:37:43 +0000</pubDate><content:encoded><![CDATA[<p>Rep. Alexandria Ocasio-Cortez says she is freezing her eggs as she decides her next political moves ahead of the 2028 presidential election campaign.</p><p>“This is a choice that I am making to feel more in control of my life,” Ocasio-Cortez, 36, said on Instagram about her decision regarding her reproductive options.</p><p>The New York congresswoman, a leading figure of Democrats' progressive left flank, did not say explicitly whether she plans to have children. She said in her social media posts that she was taking a “political risk” in talking so personally about her potential family plans.</p><p>She said later on ABC “This Week” on Sunday that she has not ruled out running for president or for the U.S. Senate seat held by Democrats’ floor leader, Chuck Schumer of New York, in 2028. She explained that she wants to normalize conversations about what women face in their professional and personal lives, while also highlighting the policies of President Donald Trump's administration.</p><p>“In this political environment, where this administration is denying reproductive care to women across the country, from abortion rights to the ability to carry out a healthy pregnancy, I think it’s important for us as leaders to have these conversations,” she said.</p><p>Trump's administration opposes abortion rights, and the Republican president's first-term appointees to the Supreme Court provided the margins in the 2022 ruling that struck down the Roe v. Wade decision that had established a constitutional right to terminate a pregnancy.</p><p>Separately, however, Trump in 2025 signed an executive order designed to lower the costs of in vitro fertilization.</p><p>Ocasio-Cortez sponsored a Democratic bill in 2022, when the party controlled the House, to codify abortion rights into federal law after the Supreme Court's abortion decision.</p><p>As part of her weekend announcement, Ocasio-Cortez noted that women — in politics and other fields — face different standards and scrutiny about their family status.</p><p>“Men run for office, or frankly they interview for jobs, and people don’t think in the back of their minds, 'OK, this guy’s running for office, how old is he? Oh, well, is he going to want to start a family?'” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NLCYJD2U4CIGIVIP2NUFPCE7Y.jpg?auth=fe7293fd76ea6055a50c683035abf3b4a3a0b739a89cdf1f07e8ebf565795e98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Alexandria Ocasio-Cortez, D-N.Y., speaks at the NYCLU's May Day rally for worker's and immigrants rights at Foley Square, May 1, 2025, in New York. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSQYQF3RF5LYXEEEQJCNVB7ZCI.jpg?auth=adcbbf0f1953f2142653c0ba9f1c3efba8c109364cf35968b8c78bfc11521633&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Alexandria Ocasio-Cortez, D-N.Y., speaks during a news conference at the Capitol in Washington, March 25, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Washington grapples with a National Guard deployment extended until 2029]]></title><link>https://www.local10.com/news/politics/2026/08/10/washington-grapples-with-a-national-guard-deployment-extended-until-2029/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/washington-grapples-with-a-national-guard-deployment-extended-until-2029/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — It’s been 12 months since President Donald Trump announced a crime emergency in Washington, pledging to make the city “safe and beautiful” and deploying the National Guard.]]></description><pubDate>Mon, 10 Aug 2026 13:16:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — It’s been 12 months since President Donald Trump announced a crime emergency in Washington, pledging to make the city “safe and beautiful” and deploying the National Guard.</p><p>But a mission that seemed temporary has been extended through January 2029. Residents and a new cadre of local officials see in it an unacceptable attempt by the federal government to restrict the heavily Democratic city's autonomy and, a year in, still question why having troops on the streets of the nation's capital is necessary.</p><p>“There’s a deep irony that here we are in the capital of the free world, and our president is treating it like a police state,” said Scott Michelman, legal director of the ACLU of the District of Columbia. “D.C. residents have lived with our National Guard troops in our neighborhoods for about a year, despite the absence of any genuine emergency and really any reason for them to be here.”</p><p>The continued deployment will be a major test for a new batch of political candidates expected to take office after the midterms this fall. Residents will look to them to push back on the Republican president's encroachment into the city's affairs — although they are limited in what they can do to counter it.</p><p>A temporary deployment goes on and on</p><p>On Aug. 11, 2025, Trump announced that he was launching a federal law enforcement surge in Washington aimed at fighting crime. As of Aug. 4, more than 4,600 military personnel from D.C. and 24 states and territories were still deployed alongside unknown numbers of less visible federal law enforcement officers. Some are expected to be withdrawn toward the end of the summer.</p><p>Small groups of armed guard members have become a routine presence on the streets of Washington. They have supported arrest operations but are also seen patrolling tourist areas, such as along the Tidal Basin during the Cherry Blossom Festival and in neighborhoods such as Georgetown where violent crimes are rare. They have helped with medical emergencies, snow removal and beautification projects — initiatives that have received support from some residents.</p><p>Extending the deployment into 2029 will cost about $1.4 billion, according to a Defense Department estimate.</p><p>“President Trump has transformed D.C. from a crime-ridden city into a safe and beautiful haven for residents and visitors alike,” White House spokeswoman Abigail Jackson said in an email.</p><p>Figures posted to the U.S. attorney's office for the District of Columbia credit the surge with more than 13,000 arrests.</p><p>Crime, which was falling before the surge began, continues to drop. Metropolitan Police Department statistics show overall crime was down 20% through Aug. 7, compared with the same period in 2025. That includes a 32% drop in homicides, from 97 to 66.</p><p>But there’s a debate over how much of that success is owed to Trump’s mission or to yearslong local efforts to chip away at the crime rate.</p><p>What is certain is that locals feel the weight of the deployment and do not see a clear way to push back against it. National Guard deployments to other cities have been blocked by courts, and a lawsuit challenging the deployment is pending, but critics of the surge are not hopeful.</p><p>“The fact that we still have the National Guard walking our streets a year later with no end in sight is really demoralizing,” city council member Brianne K. Nadeau said.</p><p>Autonomy is a top priority for newly elected candidates</p><p>Because Washington is a congressionally established federal district, Trump has much greater influence over the police and D.C. National Guard, which he controls directly, including its commander.</p><p>The Home Rule Act, passed in 1973, allows residents to vote for local leaders, including the mayor and council members. Congress has oversight over the local budget and review authority of all laws passed and the ability to summon district officials to the Capitol routinely to explain themselves. The D.C. delegate to Congress is a nonvoting position.</p><p>The city’s governmental structure under home rule made it easy for Trump to do what he has done, Nadeau said.</p><p>“There isn’t really any political liability for national leaders to mess with D.C. because nobody really cares,” outside of those directly impacted, she said.</p><p>The law enforcement surge played a major role in Democratic primary elections in June, which elevated candidates who have made Washington's autonomy and statehood top priorities.</p><p>Janeese Lewis George, a democratic socialist who in the overwhelmingly Democratic city is likely to be its next mayor, has already rankled Trump. He threatened to put the city under federal control if she wins.</p><p>Robert White Jr., another pro-statehood candidate, won the Democratic primary for the city's seat in Congress.</p><p>And while they are hamstrung by the city's status, both hope they have strategies that can help fight back against the president and the deployment.</p><p>White told The Associated Press he plans to build “an army of residents” and allies to target swing districts and work at “un-electing" people critical of the district and “electing those who do support D.C.”</p><p>The action is similar to one a former D.C. congressional delegate, Walter Fauntroy, successfully pursued in 1972, mobilizing Black voters and allies against a South Carolina Congress member who had long opposed D.C.'s independence.</p><p>“He didn't deploy that strategy a bunch of times, but it sent a signal to people to lay off of D.C.,” White said.</p><p>The city's outgoing mayor, Muriel Bowser, avoided the kind of biting rhetoric and personal attacks typical of other high-profile Democratic leaders, despite the unprecedented intervention into her city. A major part of that was to avoid raising Trump’s ire and threaten what independence the city has.</p><p>An emailed statement from Bowser's office said that despite challenges to its independence the city has progressed in achieving its goals. "The safety and well-being of everyone in our city remains our top priority and protecting home rule remains our North Star,” the statement said.</p><p>“We’re more than monuments and politics,” Bowser said in a 48-second video pinned to her X account.</p><p>She said the city is made up of more than 700,00 taxpaying Americans who serve in the military, run businesses and raise families and "we don’t have voting representation in Congress. We don’t control the D.C. National Guard, and we don’t have full access to full American democracy.”</p><p>Concerns over troops in the city during elections</p><p>Donna Powell, who is living part time in the city, said she and her husband walk and metro everywhere. “We’re already safe and beautiful,” she said. “We don’t need all these National Guard here.”</p><p>The money could be better spent “on healthcare and food for families that need it.”</p><p>The National Guard deployment has raised concerns among some over what the upcoming midterms and the 2028 presidential election will look like with troops on the streets.</p><p>“The last time this president was supposed to come out of power, Jan. 6 happened," said Alex Dodds, co-founder of FreeDC, an activist group that has protested the deployment by following and filming National Guard troops in quiet areas of the city far away from crime concerns. "Imagine if that happens again but this time he has 5,000 troops standing at the ready to be part of that situation. You know, that’s our worry.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WBTFIFOTOMO7DJTFVXAURB6S3A.jpg?auth=45a81895691e9fdd3f7d3fc2547dc732523db0dbab15475f3eb7e586eca89420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Armed National Guard soldiers from West Virginia patrol the Mall near the Capitol in Washington, as part of President Donald Trump's order to impose federal law enforcement in the nation's capital, Aug. 26, 2025. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DSJLOL3LQPE2ZLO3QOIV4GH4PA.jpg?auth=c41fe526c64f4ac47703d21cc5b0505e3947217207d4b7c70683051c85e8cfb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Vermont state Capitol building is seen, May 8, 2025, in Montpelier, Vt. (AP Photo/Alex Driehaus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Driehaus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSQEOXIB5CPP2T6KTT4UHPZFHM.jpg?auth=b7ecf7a4209274a657771b3328eff3117898ea7dc54feabccaeee5b5ce9d1937&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - National Guard members gather near a large portrait of President Donald Trump on the Labor Department headquarters before the body of Metropolitan Police Department officer Terry Bennett is driven past the Capitol, Jan. 8, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6AZ7PC7BFQF5QJGD6Q2I75WKA.jpg?auth=c3507c43a036cc6ea630f54f26039ea4a4340e8686303ec105a517d84e648886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A demonstrator holds a sign reading "Justice for Renee & Alex" during a protest outside a SpringHill Suites and Residence Inn by Marriott hotels, Jan. 26, 2026, in Maple Grove, Minn. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFBS6OBCR2IJMZJHLXXBNUE4BE.jpg?auth=14d1590c52cdade6dacd0905867848710ecb2b6a6c51a78c2cc60a8ef7359914&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A member of the Mississippi National Guard walks among the cherry blossom trees along the tidal basin on the National Mall on Thursday, March 26, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content></item><item><title><![CDATA[Aug. 10: Saharan dust keeps South Florida mostly dry, hot and hazy]]></title><link>https://www.local10.com/weather/2026/08/10/aug-10-saharan-dust-keeps-south-florida-mostly-dry-hot-and-hazy/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/10/aug-10-saharan-dust-keeps-south-florida-mostly-dry-hot-and-hazy/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome back to school, Broward County kids. Lows this morning are in the mid-80s, with heat indices already in the 90s.]]></description><pubDate>Mon, 10 Aug 2026 10:52:09 +0000</pubDate><content:encoded><![CDATA[<p>Welcome back to school, Broward County kids. Lows this morning are in the mid-80s, with heat indices already in the 90s. High temperatures will be in the low 90s, but heat indices will reach into the triple digits sparking a heat advisory starting at 11 a.m. until 6 p.m. An ocean breeze will usher in some Saharan dust, keeping South Florida mostly dry, hot and hazy again today. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Iran won't reopen Strait of Hormuz without US concessions and other Mideast developments]]></title><link>https://www.local10.com/news/world/2026/08/10/iran-wont-reopen-strait-of-hormuz-without-us-concessions-and-other-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/iran-wont-reopen-strait-of-hormuz-without-us-concessions-and-other-mideast-developments/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran is insisting that the U.S. meet its demands in negotiations before the Strait of Hormuz reopens. Yemen's Defense Ministry announced a new death toll in the latest attack by Houthi rebels on the Red Sea town of Mokha. And Israel's military declared the Christian-majority town of Taybeh in the occupied West Bank a closed military zone after repeated settler attacks.]]></description><pubDate>Mon, 10 Aug 2026 10:48:54 +0000</pubDate><content:encoded><![CDATA[<p>Iran is insisting that the U.S. meet its demands in negotiations before the Strait of Hormuz reopens. Yemen's Defense Ministry announced a new death toll in the latest attack by Houthi rebels on the Red Sea town of Mokha. And Israel's military declared the Christian-majority town of Taybeh in the occupied West Bank a closed military zone after repeated settler attacks.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East on Monday. Full coverage can be found here.</p><p>Iran presses demands on US as shipping standoff grinds on</p><p>An Iranian Foreign Ministry spokesperson said Iran will not reopen the Strait of Hormuz until the United States met its conditions.</p><p>“It is up to the U.S. side to stop and make amends for its illegal and destructive actions,” Esmail Baghaei said Monday, noting the American blockade of Iranian ports.</p><p>Iran wants the U.S. to lift the blockade, pay compensation for months of war damage, lift economic sanctions and release Iran's frozen assets. The closure of the Strait of Hormuz — a waterway that normally carries roughly one-fifth of the world's traded oil supplies — has become the war’s most lasting consequence. The impasse has kept energy prices as a major focus of U.S. politics ahead of November’s midterm elections.</p><p>Iran is holding separate talks with Oman over transit through the strait, including potentially a temporary shipping corridor. But it has said any actual reopening is contingent on talks with the U.S.</p><p>Israel declares closed military zone in Taybeh</p><p>Israel's military said Monday it had declared a Christian-majority town in the occupied West Bank a closed military zone to keep out Israeli settlers and other non-residents.</p><p>The new tactic is designed to keep Israelis out of Taybeh, which is surrounded by settlements to its east and west and has been subject to arson, vandalism and settlers coming onto private and village property. The order does not apply to Palestinian residents or journalists, who the army said would be allowed unless soldiers determine their presence poses a threat. The army said its troops would detain suspects and disperse gatherings to keep the peace.</p><p>The designation comes after months of the army and police struggling to maintain order throughout the territory, where at least 87 Palestinians have been killed by Israeli settlers or soldiers in 2026, according to the Ramallah-based Palestinian Health Ministry. Parts of Taybeh lie in what's called “Area B” where Israel maintains security control, but residents have complained that the army and police are slow to respond to attacks by extremist settlers.</p><p>Yemen provides death toll on Sunday's Houthi attack on Red Sea</p><p>town</p><p>Yemen's Iran-backed Houthi rebels attacked a Red Sea port town controlled by government forces on Sunday, killing seven and injuring 30 people. Yemen’s Defense Ministry — which operates under its internationally recognized government — said four military personnel and three civilians were killed.</p><p>The attack on Mokha is the latest in one of the largest waves of Houthi strikes on Yemeni military positions and areas held by the Saudi-backed government since a 2022 truce. It comes as threats to shipping through the Strait of Hormuz have renewed focus on the Red Sea and Bab el-Mandeb Strait at its southern tip. Some shipping has shifted toward that route with Hormuz largely off limits to traffic.</p><p>Beekeepers try to restart honey production in Gaza</p><p>More than two years of war in Gaza flattened most of the territory and destroyed sectors of the economy, but beekeepers are now beginning to rebuild their businesses.</p><p>Before the start of the Israel-Hamas war, the sector was based in agricultural lands near the perimeter of the strip, which today remains under the control of Israel's military. But beekeepers have returned to areas near the Yellow Line that divides the territory and found enough hives to restart honey production. Producers in Gaza City and parts of Jabalia near the line are now maintaining hives to try and provide some income for themselves and their families.</p><p>Yet they say their efforts are constrained by Israel's blockade on many items from entering the strip, including ones used for beekeeping.</p><p>“The bee sector is an important sector for sustainability, ecological balance and farming,” said Ibrahim al-Dabbeh, the head of the Cooperative Association of Beekeepers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y5FOJ2AZYDZ6AMF5R5BAPTAHZA.jpg?auth=a9bf20d1b219138d7cf2754a67116225ead00a5a5a5d2f3e49a091d4ba777e3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Young men ride motorcycles along the shore as a tractor pulls equipment from the water and commercial vessels appear anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, July 27, 2026. (Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2XC44ZSY6TFMEUGNNCEXV3YMIA.jpg?auth=d5870e3feb44c714af29e851567d5a9ca8e48db23229e95ae480213c329fe658&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Choir performs in a Tehran Symphony Orchestra performance at Unity Hall in Tehran, Iran, Thursday, Aug. 6, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSLYZGUJWYOGODAYVFYILDXMVI.jpg?auth=e50a08ca22921e52742e85c9a3e5b90732bd8d6d8be292537f4cb2f8efd54e5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced Palestinian beekeepers harvest honey from beehives at al-Dabba family bee farm, in Gaza city, Saturday, Aug. 8, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Reino Unido y Francia se preparan para otra ola de calor mientras Europa bate récords de temperatura]]></title><link>https://www.local10.com/espanol/2026/08/10/francia-se-prepara-para-otra-ola-de-calor-mientras-europa-occidental-bate-records-de-temperatura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/francia-se-prepara-para-otra-ola-de-calor-mientras-europa-occidental-bate-records-de-temperatura/</guid><dc:creator><![CDATA[Por STEFANIE DAZIO y SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Francia se preparaba para su quinta alerta por ola de calor de la temporada, dentro de un intenso periodo de altas temperaturas desde mayo que ha disparado los termómetros repetidamente en todo el país.]]></description><pubDate>Mon, 10 Aug 2026 11:17:09 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Francia se preparaba para su quinta alerta por ola de calor de la temporada, dentro de un intenso periodo de altas temperaturas desde mayo que ha disparado los termómetros repetidamente en todo el país.</p><p>La agencia meteorológica nacional Météo-France advirtió sobre temperaturas cerca de los 40 grados Celsius (104 grados Fahrenheit) a partir del martes en el sureste de Francia. En Reino Unido se anunció una alerta sanitaria por calor de nivel ámbar para la mayor parte de Inglaterra a partir del martes, entre previsiones de que las temperaturas alcancen los 36 ºC (96,8 ºF) más adelante esta semana.</p><p>En toda Europa, el calor extremo comenzó en mayo y ha contribuido a grandes incendios forestales, una sequía prolongada y nuevos récords nacionales de temperatura, además de una estimación de miles de muertes relacionadas con el calor.</p><p>A nivel mundial, hasta ahora este es el tercer año más caluroso, por detrás de 2024 y 2025, según muestran las estadísticas climáticas. Pero 2026 aún tiene tiempo para alcanzarlos. Gracias al doble golpe del acelerado calentamiento global provocado por el ser humano y un El Niño sobredimensionado —un calentamiento periódico de partes del Pacífico que provoca variaciones de temperatura en todo el planeta—, aumenta la probabilidad de que para finales de año 2026 pueda convertirse en el año más caluroso jamás registrado, señalaron científicos.</p><p>El mes pasado registró la temperatura media de la superficie del mar más alta jamás medida para julio en los océanos extrapolares, es decir, los océanos libres de hielo marino estacional, según la agencia climática europea Copernicus.</p><p>Eso se vio impulsado en parte por el desarrollo de condiciones de El Niño en el Pacífico ecuatorial, indicó el servicio. El nuevo récord de promedio para julio es de 20,96 ºC (69,73 ºF), que superó el récord de 2023 de 20,89 ºC (69,60 ºF).</p><p>Pero la temperatura media del aire en superficie a nivel mundial el mes pasado fue de 16,90 ºC (62,42 ºF), lo que lo convierte apenas en el segundo julio más cálido registrado, empatado con julio de 2024, informó Copernicus.</p><p>En Europa Occidental, mientras tanto, el récord de temperatura media para el periodo junio-julio alcanzó los 21,62 ºC (70,92 ºF), indicó Copernicus, derribando el récord de 2022.</p><p>“Los persistentes sistemas de alta presión atraparon el calor sobre Europa occidental; las temperaturas extremas también intensificaron la sequía generalizada", indicó Samantha Burgess, responsable estratégica de clima en el Centro Europeo de Pronósticos Meteorológicos a Medio Plazo. "A medida que los suelos se secan, pierden su capacidad de proporcionar enfriamiento natural, lo que permite que el calor se acumule con mayor facilidad”.</p><p>“Este es un claro ejemplo de cómo el cambio climático está intensificando los extremos de calor, y de cómo el calor y la sequía se refuerzan cada vez más entre sí”.</p><p>Sólo en Francia, hubo alertas por ola de calor en mayo, algo sin precedentes documentados, cuando más de la mitad del país anotó nuevos máximos mensuales de temperatura. El calor se intensificó en junio, un periodo durante el cual se registraron al menos 5.700 muertes más de lo habitual, según la agencia de salud pública de Francia.</p><p>Météo-France indicó que el 23 de junio fue el día más caluroso jamás registrado en el país. Las temperaturas subieron hasta 44,3 ºC (111,7 ºF) en el suroeste.</p><p>En julio se registraron otros dos episodios de ola de calor, lo que agravó un incendio forestal histórico en el suroeste de Francia que obligó a 220.000 personas a huir de sus hogares en uno de los mayores esfuerzos de evacuación del continente desde la Segunda Guerra Mundial.</p><p>Las temperaturas fueron ligeramente más frescas el lunes en Reino Unido, pero el país se preparaba para su quinta ola de calor en un verano excepcionalmente caluroso y seco, que ha sumido en la sequía a la mitad de Inglaterra y toda Gales.</p><p>La alerta por calor advertía de probables impactos significativos en los servicios de salud, incluido un aumento de muertes entre las personas mayores y vulnerables.</p><p>Dos olas de calor que batieron récords en mayo y junio provocaron un exceso de mortalidad de más de 2.800 fallecidos vinculado a temperaturas extremas.</p><p>___</p><p>Dazio informó desde Berlín. Sylvia Hui en Londres contribuyó a este despacho.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2ELDQLSG2C23U7ROYGOWZLAZ4.jpg?auth=b981301a85f7b0b14074c33afd76acf3b64c619ba5436a44c28ff1f51cd0e6c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gente camina por una represa de piedras, normalmente cubierta de agua, en el camino al "Maeuseturm" (torre de ratones) en medio del río Rin en Bingen, Alemania, el 10 de agosto de 2026. (AP Foto/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZTQG4JL6UT2NQZFCH4HHFBDAHA.jpg?auth=a1e64fb5425a8d5378013ef4b7f544ae122e26d531ff6f1715122fe1a7d8817e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina por un pasto seco en un parque durante una sequía en Londres, el domingo 9 de agosto de 2026. (AP Foto/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li>Students in Broward County head back to school this morning!</li><li><a href="https://www.local10.com/news/local/2026/08/09/courtney-clenney-expected-to-accept-plea-deal-in-boyfriends-2022-killing/">Courtney Clenney expected to accept plea deal in boyfriend’s 2022 killing</a></li><li><a href="https://www.local10.com/news/local/2026/08/09/man-arrested-after-striking-police-vehicle-while-fleeing-hallandale-beach-officer-cops-say/">Man arrested after striking police vehicle while fleeing Hallandale Beach officer, cops say</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[UEFA, CONCACAF and AFC accuse FIFA of 'deception' and 'breach of trust' over World Cup plans]]></title><link>https://www.local10.com/news/world/2026/08/10/uefa-concacaf-and-afc-accuse-fifa-of-deception-and-breach-of-trust-over-world-cup-plans/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/uefa-concacaf-and-afc-accuse-fifa-of-deception-and-breach-of-trust-over-world-cup-plans/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[UEFA, CONCACAF and the AFC believe that FIFA president Gianni Infantino's recent plan to sell an interest in the World Cup was a “fundamental breach of trust” with the institutions world soccer's governing body serves.]]></description><pubDate>Mon, 10 Aug 2026 10:45:46 +0000</pubDate><content:encoded><![CDATA[<p>UEFA, CONCACAF and the AFC believe that FIFA president Gianni Infantino's recent plan to sell an interest in the World Cup was a “fundamental breach of trust” with the institutions world soccer's governing body serves.</p><p>In an “open letter to the football family” revealed on Monday, UEFA, CONCACAF and the AFC also said that “when trust is broken through deception, when an individual places himself above the collective that entrusted him with authority, that duty has been abandoned.”</p><p>UEFA runs soccer in Europe, CONCACAF does the same for North, Central America and the Caribbean, while the AFC governs the sport in Asia.</p><p>The letter was co-signed by UEFA president Aleksander Čeferin, AFC president Salman Bin Ibrahim Al-Khalifa, CONCACAF president Victor Montagliani and three general secretaries.</p><p>“Football is the world’s greatest shared passion. It belongs to no individual and no institution. It belongs to the players, the fans, the clubs, the member associations and every institution entrusted with safeguarding its future,” the open letter said. “It is in that spirit, as confederations representing its members, that we speak collectively today.”</p><p>Infantino is facing a revolt after his failed plan to sell stakes in the World Cup to private equity investors.</p><p>“It is not the conduct of a custodian of the game, but of one who believes the game is answerable to him,” the letter said. “These are not the qualities football deserves in its leadership. That is why we have taken this stance: not lightly and not alone, but together, and out of duty to the game we serve.”</p><p>UEFA previously issued a threat to boycott the World Cup and other FIFA competitions despite the governing body abandoning and apologizing for its failed plan.</p><p>Norway’s soccer federation called for Infantino to step down, while the English Football Association has also withdrawn its support for Infantino’s re-election next March.</p><p>“Football’s strength has always been its unity. We call for that unity to be honoured now,” the letter said. “For leadership that serves football, not seeks to command it.”</p><p>Last Wednesday, FIFA said it had apologized for errors made over the failed plan but that senior staff at a crisis meeting in Morocco “reaffirmed their full support” for his presidency.</p><p>However, the nature of the meeting was also met with criticism.</p><p>“FIFA’s own letter also confirms that only one elected official was present at the leadership meeting in Morocco,” the open letter said. “No FIFA Council members or Member Associations were invited to participate. Only the management committee, composed of FIFA-employed senior staff, was present.”</p><p>FIFA was also urged to go further than just acknowledging mistakes were made.</p><p>“It treats this as a failure of communication, when what football witnessed was a failure of judgment,” the letter said. “There remains no recognition that attempting to sell an interest in the FIFA World Cup was a profound failure of judgment — not just a procedural misstep, but a fundamental breach of trust with the very institutions FIFA exists to serve.”</p><p>In a statement Saturday, FIFA defended Infantino against what it called a “concerted and ongoing effort” to undermine his leadership of the organization.</p><p>That statement followed a report by British newspaper The Daily Telegraph raising questions about an exit package paid by UEFA to a female staffer who worked with Infantino when he was general secretary of European soccer's ruling body.</p><p>UEFA confirmed that a “departure payment” was made to the employee and said it was “in line” with regulations at the time.</p><p>Infantino worked at UEFA for 16 years before being elected FIFA president.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R5AHG7GFGHMTM7TS5D6UC6O44U.jpg?auth=91a3b87c4096f0592d5ac50488d0e69f0b82e849358648831974c9bc925b9e4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino arrives for the inauguration of President Abelardo de la Espriella in Cali, Colombia, Friday, Aug. 7, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Turkey’s parliament opens debate on a pardon-like bill for thousands of PKK militants]]></title><link>https://www.local10.com/news/world/2026/08/10/turkeys-parliament-opens-debate-on-a-pardon-like-bill-for-thousands-of-pkk-militants/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/turkeys-parliament-opens-debate-on-a-pardon-like-bill-for-thousands-of-pkk-militants/</guid><dc:creator><![CDATA[By SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Turkey’s parliament on Monday opened debate on a draft bill that would introduce a conditional amnesty for thousands of Kurdish militants, offering them a pardon-like mechanism in a bid to advance the government’s peace initiative with their insurgent group.]]></description><pubDate>Mon, 10 Aug 2026 13:25:29 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Turkey’s parliament on Monday opened debate on a draft bill that would introduce a conditional amnesty for thousands of Kurdish militants, offering them a pardon-like mechanism in a bid to advance the government’s peace initiative with their insurgent group.</p><p>Last year, the Kurdistan Workers’ Party, or PKK, ended its decades-long armed campaign against the Turkish state, declaring a decision to disarm and disband as part of the peace effort. The move came in response to a call from its imprisoned leader, Abdullah Ocalan.</p><p>The PKK then staged a symbolic disarmament ceremony in northern Iraq, where it is based, and announced that it was withdrawing fighters from key locations in Turkey to Iraq.</p><p>Law could have regional implications</p><p>The measure, which is a step toward ending a conflict that has killed tens of thousands of people, could have implications beyond Turkey's borders, leading to closer Turkish-Iraqi ties. It could also support the Syrian government's efforts to integrate areas that were under the control of the Kurdish-led Syrian Democratic Forces, affiliated with the PKK.</p><p>It also offers Turkish President Recep Tayyip Erdogan the opportunity to court the support of the pro-Kurdish DEM party to help him remain in office beyond the presidential two-term limit. Erdogan could run again if parliament calls an early election during his current term.</p><p>The 12-article draft legislation outlines the procedures for the disarmament of the group — which still retains the bulk of its weapons — and the rehabilitation of thousands of PKK members.</p><p>The legislation would suspend some prison sentences for convicted PKK members and postpone ongoing investigations and trials for five or 10 years, depending on the severity of the alleged offenses. If no terror-related crime is committed within the time frame, the cases would be dropped.</p><p>Militants convicted of intentional killings and those sentenced to life terms before 2005 are excluded from the bill’s provisions. This applies to Ocalan and other senior PKK figures.</p><p>The proposal also sets up ministerial and parliamentary committees to monitor the disarmament process. The measures would come into effect only after Turkey’s National Security Council confirms that the group has disbanded and surrendered all weapons.</p><p>Those wanting to benefit from the law would have six months to apply after the National Security Council’s decision is published in the official gazette.</p><p>Media reports have said exiled PKK members and those in Iraq and Syria are expected to benefit.</p><p>PKK says the legislation is a start but there are many things missing</p><p>The PKK-linked ANF news outlet carried a statement from the group in which it said that the Turkish legislation is a “beginning” to resolving the outstanding issues but has “serious shortcomings and deficiencies.” It called for Ocalan’s release from prison, saying that the peace process can move forward only if he “lives and works freely.”</p><p>It also said that the legislation failed to address demands for democratic reforms and Kurdish rights, adding that PKK fighters would not give up their weapons and return to Turkey “if, upon returning to Turkey, they are unable to engage in democratic politics on the basis of freedom of thought and freedom of association, and if they are prosecuted and imprisoned because of their views or the organizations they establish.”</p><p>“The people of Turkey, who have paid a heavy price for many years, now have an opportunity to consolidate peace and build democracy,” Gulistan Kilic Kocyigit, of the pro-Kurdish Peoples’ Equality and Democracy Party, or DEM, told parliament.</p><p>“Of course, the proposal has shortcomings, and we now have a responsibility to address these shortcomings,” she added, in an apparent reference to demands for greater rights for Kurds and for democratic reforms.</p><p>Musavat Dervisoglu, the leader of the center-right nationalist Good Party, which opposes the bill, said it “would pave the way” for Erdogan to stay in power.</p><p>The measures were expected to easily pass with the votes of Erdogan's ruling party, its nationalist allies and DEM. Turkey's largest opposition party in parliament, New Party, also said it would vote in favor, despite the bill's shortfalls.</p><p>Ocalan's release is not in the cards, but conditions might improve</p><p>DEM has lobbied for Ocalan, who has been imprisoned since 1999, to be granted official status to coordinate the transition process, leading to his release.</p><p>The current proposal, however, makes no mention of Ocalan’s status or possible release.</p><p>Media reports have suggested however, that Ocalan’s conditions in his island prison off Istanbul will likely be improved, giving him broader visiting conditions and communication with the outside world.</p><p>The PKK has waged an armed insurgency since 1984 that has claimed tens of thousands of lives and spilled into Iraq and Syria. It has been designated a terrorist organization by Turkey, the United States and the European Union.</p><p>The group initially sought an independent Kurdish state but later shifted to demands for autonomy and expanded rights in Turkey.</p><p>Previous peace efforts between Turkey and the PKK have failed, most recently in 2015.</p><p>__</p><p>Stella Martany contributed from Irbil, Iraq.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/77HHYPXHYXBHZ3EBVKCH6GCLTU.jpg?auth=affd8fb1d3a31351b6d062ebd5d3a54f07bd4e2e5e24c03f3aacd39ead7f0715&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kurdistan Workers' Party (PKK) fighters, who reportedly withdrew from Turkey with their weapons, stand to attention during a ceremony in the Qandil area of northern Iraq, щт Oct 26, 2025. (AP Photo/Rashid Yahya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rashid Yahya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAGS5VFYPBZIXCJEBAE5K7NY6U.jpg?auth=295d17e487cfac2f3fb20270fd46dffc7a9f60097e6aa1c051120495bdf8e137&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Youngsters hold a photograph of Abdullah Ocalan, the jailed leader of the militant Kurdish group, or PKK, in Diyarbakir, Turkey, Feb. 27, 2025. (AP Photo/Metin Yoksu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Metin Yoksu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIVAMB337WN6G235AB3QMK36GQ.jpg?auth=7fe06ec8a2099e0e12ebe7f6b2e2892c6a83cf8587378dd17e09e2266b3d10e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kurdistan Workers' Party (PKK) fighters, who reportedly withdrew from Turkey with their weapons, stand to attention during a ceremony in the Qandil area of northern, Iraq, Sunday, Oct 26, 2025. (AP Photo/Rashid Yahya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rashid Yahya</media:credit></media:content></item><item><title><![CDATA[Los muertos por inundaciones en la región india de Assam llegan a 100 y miles pierden sus hogares]]></title><link>https://www.local10.com/espanol/2026/08/10/los-muertos-por-inundaciones-en-la-region-india-de-assam-llegan-a-100/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/los-muertos-por-inundaciones-en-la-region-india-de-assam-llegan-a-100/</guid><dc:creator><![CDATA[Por WASBIR HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[GUWAHATI, India (AP) — La crisis por las inundaciones en el estado de Assam, en el noreste de India, seguía siendo crítica el lunes, y el número de muertos llegó a 100 después de que otras dos personas fallecieran durante la noche, informaron funcionarios.]]></description><pubDate>Mon, 10 Aug 2026 10:31:27 +0000</pubDate><content:encoded><![CDATA[<p>GUWAHATI, India (AP) — La crisis por las inundaciones en el estado de Assam, en el noreste de India, seguía siendo crítica el lunes, y el número de muertos llegó a 100 después de que otras dos personas fallecieran durante la noche, informaron funcionarios.</p><p>Varios ríos seguían por encima de los niveles de peligro, lo que aumenta el riesgo de nuevas inundaciones en zonas vulnerables, indicó la Autoridad Estatal de Gestión de Desastres de Assam. Días de intensas lluvias monzónicas han provocado que ríos, incluido el Brahmaputra, se desborden e inunden comunidades, además de interrumpir medios de vida y dañar infraestructura.</p><p>El río, uno de los más grandes de Asia, que nace en la región tibetana de China y recorre unos 900 kilómetros (560 millas) a través de Assam, inundó aldeas, arrasó viviendas y obligó a casi 300.000 personas a trasladarse a campamentos de ayuda administrados por el gobierno, señalaron funcionarios.</p><p>Las inundaciones, que comenzaron el mes pasado, desplazaron a más de 700.000 personas y sumergieron vastas extensiones de tierras agrícolas, además de dañar carreteras y otra infraestructura local. Aunque muchos residentes han empezado a regresar a sus hogares a medida que las aguas retroceden, al menos 49.000 habitantes afectados por las inundaciones siguen alojados en 125 campamentos de ayuda y centros de distribución de asistencia, según funcionarios.</p><p>Las autoridades continuaban con las labores de asistencia y monitoreo mientras evaluaban el alcance de los daños y las necesidades de las poblaciones afectadas.</p><p>Las inundaciones también causaron estragos entre el ganado, lo que asestó un golpe a las comunidades rurales y aumentó la preocupación por brotes de enfermedades. A medida que las aguas retrocedían en algunas zonas, muchas familias regresaron a viviendas cubiertas por gruesas capas de limo, lo que complicaba la recuperación.</p><p>Farukuddin Ahmed, un comerciante de 47 años de la localidad de Nazira, en el distrito de Sivasagar, el más afectado de Assam, dijo que las familias desplazadas estaban regresando despacio a casa, muchas para reconstruir en terrenos que aún estaban cubiertos por dos a tres pies (hasta un metro) de lodo.</p><p>Una aldea cercana, Nepali Khuti, tenía alrededor de 100 hogares antes de las inundaciones. “Sólo quedan unas pocas casas y el resto fue arrasado por las crecidas de la inundación”, dijo Ahmed.</p><p>“Los residentes, principalmente ganaderos lecheros, tienen que reconstruir sus vidas desde cero tras haber perdido todo su ganado”.</p><p>La ayuda en forma de lonas para techos y otros materiales de construcción estaba empezando a llegar, agregó.</p><p>"Hemos ordenado a los funcionarios que completen la evaluación de daños lo antes posible para que el gobierno pueda brindar asistencia financiera para su rehabilitación", indicó el ministro de Agricultura e Irrigación de Assam, Pijush Hazarika, tras una reunión de revisión. Agregó que a unas 50.000 personas afectadas ya se les pagó una compensación monetaria provisional.</p><p>La temporada anual de monzones suele provocar inundaciones en Assam, donde los ríos crecidos anegan grandes áreas y desplazan a miles de residentes cada año.</p><p>Expertos señalan que el cambio climático causado por el ser humano está intensificando los monzones del sur de Asia, que tradicionalmente se extienden de junio a septiembre y nuevamente de octubre a diciembre. Las lluvias, antes previsibles, ahora llegan en ráfagas erráticas que descargan cantidades extremas de agua en periodos cortos, seguidas de intervalos secos.</p><p>___</p><p>NOTA DEL EDITOR: Se ha corregido este despacho para indicar que se pagó una compensación provisional a 50.000 personas, no a 500.000.</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/N33XMK7K2R2PPN7R5UTGQBHS2Q.jpg?auth=32b44f5f2a51e06acc34d5d92c95af35ab204f32aa091ac60568cf65c60cb2bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un ciclista espera a cruzar en la calle en Chennai, India, el domingo 9 de agosto de 2026. (AP Foto/Mahesh Kumar A.)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahesh Kumar A.</media:credit></media:content></item><item><title><![CDATA[Driver who broke the sound barrier attempts another land speed record in Utah]]></title><link>https://www.local10.com/news/weird-news/2026/08/10/driver-who-broke-the-sound-barrier-attempts-another-land-speed-record-in-utah/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/08/10/driver-who-broke-the-sound-barrier-attempts-another-land-speed-record-in-utah/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM and R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[WENDOVER, Utah (AP) — The first — and only — person to break the sound barrier in a car hits the track in Utah this week with new wheels and his eye on another record.]]></description><pubDate>Mon, 10 Aug 2026 08:00:30 +0000</pubDate><content:encoded><![CDATA[<p>WENDOVER, Utah (AP) — The first — and only — person to break the sound barrier in a car hits the track in Utah this week with new wheels and his eye on another record.</p><p>Twenty years ago, British driver Andy Green set the land speed record for a diesel-powered car, reaching 350.092 mph (563.4 kph) at Utah’s famous Bonneville Salt Flats. Green will return to the lunarlike landscape Tuesday and try to beat that mark, this time with a hydrogen-powered car.</p><p>The retired Royal Air Force fighter pilot aims not only to win another accolade but to showcase the power of hydrogen as a clean-energy alternative. It's the “fuel of the future,” Green told The Associated Press in a July interview.</p><p>Green will be driving the 32-foot (9.75-meter) JCB Hydromax, the brainchild of British construction equipment manufacturer JCB. The car is bright yellow, long and slim, resembling a pencil. It's powered by two hydrogen internal combustion engines with a combined 1,600 horsepower, which were adapted from engines used in the company’s construction machinery. They mix pressurized hydrogen gas with air and ignite it to create bursts of power.</p><p>In targeting the diesel-powered record, Green also hopes to easily clear the world land speed records for hydrogen internal combustion engines (185.5 mph/298.5 kph) and electric vehicles (341.3 mph/549.2 kph).</p><p>Green hit a new top speed of 368.347 mph (592.797 kph) in practice last week, but to officially earn the hydrogen record, he’ll have to do it Tuesday in front of the Fédération Internationale de l’Automobile, the international governing body of motor sports.</p><p>“What the peak speed is, I can’t say. We just don’t know,” he said. “Part of the adventure here is we’re going to find out.”</p><p>One thing Tuesday’s attempt will assuredly not do is approach the supersonic speeds Green reached with jet power three decades ago.</p><p>Green had already been flying supersonic military aircraft when he spotted a newspaper ad that read: “Wanted: High-speed driver to break the sound barrier,” according to the Guinness World Records. In 1997, he traveled faster than the speed of sound and set the outright land speed record — 763.035 mph (1,227.98 kph) — in a car powered by twin jet engines. His runs in Nevada’s Black Rock Desert produced sonic booms that shook the nearby town of Gerlach.</p><p>Now 64 years old, Green said he thought he was done racing but came out of retirement when JCB approached him with plans for the new car. The company has invested more than $134 million into hydrogen-powered engines that it says emit no carbon dioxide from the tailpipes.</p><p>“If you’re serious about emissions, you have to be serious about hydrogen, and a land speed project is the perfect way to prove it,” JCB Chair Anthony Bamford said at the car's unveiling in May. Bamford has also argued that hydrogen can better handle the demands of heavy industries than electric power.</p><p>But hydrogen is only as clean as its source, and the vast majority is currently produced from fossil fuels. JCB signed a deal to buy green hydrogen, which is created using renewable energy but makes up a tiny fraction of global hydrogen production.</p><p>Hydrogen combustion engines also present unique safety challenges due to the high pressure and flammability of the gas.</p><p>“We're managing the risks very carefully,” Green said. The car endured rigorous testing, and Green said he spent months learning how it responds to the elements, how the engines work in tandem and how to deploy a parachute to slow the car on the low-friction salt crust.</p><p>Since the first race there in 1914, the glassy surface of the Bonneville Salt Flats has drawn generations of drivers seeking to set new land speed records. A remnant of a prehistoric lake bed, the salt flats are about 100 miles (160 kilometers) west of Salt Lake City and sit atop an aquifer that cools the tires of the cars.</p><p>Spectators must stand about a quarter of a mile (400 meters) from the course's straightaway, which is 10 miles (16 kilometers) long, and often watch through wide-angle binoculars.</p><p>The expanse on the border of Utah and Nevada has also been a backdrop for movies including “Independence Day” and “The World’s Fastest Indian,” and the series finale of “Mad Men.”</p><p>Green will start about an hour before sunrise Tuesday. His attempt comes a year after a driver going 283 mph (455 kph) died trying to set a land speed record at Bonneville's annual Speed Week. Chris Raschke lost control of his rocketlike vehicle called the Speed Demon last August and died from his injuries.</p><p>___</p><p>Rico reported from Atlanta. Video journalist Serge Cartwright contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MTO4YUMX37I7TXXPGJGVDWMZWQ.jpg?auth=5141d34f7ea35bc064c56e5a5859ea0949bfa42784ca5e1737896d37a19f437c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British driver Andy Green, right, is congratulated by a crew member after setting a new unofficial world diesel powered land speed record of over 328 mph over two runs on the Bonneville Salt Flats in Utah on Tuesday, Aug. 2006. (AP Photo/Douglas C. Pizac, File)]]></media:description><media:credit role="author" scheme="urn:ebu">DOUGLAS C. PIZAC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGKWMFB5CQD5Y6I3IVSYUCGJNA.jpg?auth=d30e65e3f4e0b217ce04581530927ed492bd65075245f65faeda55ea07e80c0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British driver Andy Green goes for a new unofficial world diesel powered land speed record of over 328 mph over two runs Tuesday, Aug. 22, 2006, on the Bonneville Salt Flats in Utah. (AP Photo/Douglas C. Pizac,File)]]></media:description><media:credit role="author" scheme="urn:ebu">DOUGLAS C. PIZAC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FM6ZA2AP4KB7AFY7WS6LW7V43M.jpg?auth=c241895d5e4901ac879189652abfb310e0d0676dea3613bb74010099d7f815b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This Monday, Aug. 15, 2016, photo, shows the Bonneville Salt Flats International Speedway sign, near Wendover, Utah. (AP Photo/Rick Bowmer,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSLHWZO2TGZZHRBRHX63JGLZZ4.jpg?auth=434bcc6f64df96b810e68e2c197d7171bcc960467e9ef25dd3c049e93f068aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British driver Andy Green gets strapped into his seat before setting a new unofficial world diesel powered land speed record of over 328 mph over two runs Tuesday, Aug. 22, 2006, on the Bonneville Salt Flats of Utah. (AP Photo/Douglas C. Pizac,File)]]></media:description><media:credit role="author" scheme="urn:ebu">DOUGLAS C. PIZAC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHF3KUOYW7ZMF42S6UKMTZJJG4.jpg?auth=14dd4b84d0c8a7bf64b7c79d76f1419e5b21dd29b929a52ae7273bf3abc0e653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bags of ice are loaded into the vehicle by crew members to act as a radiator before British driver Andy Green set a new unofficial world diesel powered land speed record of over 328 mph over two runs Tuesday, Aug. 22, 2006, on the Bonneville Salt Flats of Utah. (AP Photo/Douglas C. Pizac,File)]]></media:description><media:credit role="author" scheme="urn:ebu">DOUGLAS C. PIZAC</media:credit></media:content></item><item><title><![CDATA[Ukrainian drone attack on an oil hub deep inside Russia kills 13, officials say]]></title><link>https://www.local10.com/news/2026/08/10/ukrainian-drone-attack-on-a-russian-city-kills-13-officials-say-with-a-refinery-reportedly-hit/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/10/ukrainian-drone-attack-on-a-russian-city-kills-13-officials-say-with-a-refinery-reportedly-hit/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukraine attacked the petroleum hub of Nizhnekamsk in central Russia’s Tatarstan region on Monday, killing 13 people and injuring 75 others, local authorities said, in one of the deadliest attacks in the country in the 4-year-old war.]]></description><pubDate>Mon, 10 Aug 2026 12:48:50 +0000</pubDate><content:encoded><![CDATA[<p>Ukraine attacked the petroleum hub of Nizhnekamsk in central Russia’s Tatarstan region on Monday, killing 13 people and injuring 75 others, local authorities said, in one of the deadliest attacks in the country in the 4-year-old war.</p><p>The Ukrainian military said it hit an oil refinery in Nizhnekamsk, which is about 1,200 kilometers (750 miles) east of the Ukrainian border and has a population of about 240,000.</p><p>Russian officials didn't say what the drones targeted, but the city is home to two refineries and a petrochemical plant. Ukraine has targeted Russian oil facilities with long-range drones almost daily in recent months. The campaign has caused fuel shortages in Russia, eaten into its refining capacity and unsettled the population.</p><p>Also on Monday, several Ukrainian drones sparked a fire at an industrial facility in the Tyumen region of western Siberia, said Gov. Alexander Moor, without offering any details. Last month, Ukrainian drones hit a refinery in Tyumen, more than 2,400 kilometers (about 1,500 miles) east of the border with Ukraine.</p><p>Ukrainian President Volodymyr Zelenskyy says his country is trying to force Russian President Vladimir Putin to the negotiating table and stop his full-scale invasion, launched in 2022. Russia is one of the world’s biggest energy producers.</p><p>Ukraine’s General Staff said its forces struck a Taneco oil refinery in Nizhnekamsk, starting a fire.</p><p>The city came under a “massive” drone attack targeting industrial and civilian facilities, according to the press service of Tatarstan’s head, Rustam Minnikhanov. No further details were released.</p><p>A child was among the 13 people killed, along with the 75 injured, his press service said, adding that Monday was declared a day of mourning in Tatarstan.</p><p>It was not possible to independently verify either side’s claims.</p><p>Repairing the refineries is complicated for Russia. Ukraine’s attacks have damaged specialized equipment that is often imported, making repairs time-consuming and expensive as workarounds or replacements are sought by evading international sanctions.</p><p>Russia has also regularly battered Ukraine from the air using missiles, powerful glide bombs and drones, hitting civilian areas and causing thousands of civilian casualties, according to the United Nations. In the first six months of this year, 1,396 civilians were killed and 7,978 injured in Ukraine, the U.N. office in Kyiv said last week. That was a 37% increase from the same period last year, it said.</p><p>The World Health Organization’s European office said Monday that one of its warehouses in the central Dnipro region of Ukraine was hit twice in less than 24 hours. The attacks destroyed emergency supplies worth an estimated $500,000 that were intended for front-line health facilities, it said in a statement. No casualties were reported.</p><p>Ukraine's drones have struck deeper inside Russia</p><p>Ukraine’s domestically developed long-range drones have flown increasing distances deep inside Russia, with some now reaching Siberia, around 2,000 kilometers (1,200 miles) from the border.</p><p>“We do deliver entirely justified responses, and every Russian strike will be met with our response. Russia’s war will be felt more and more at their own home -– in Russia,” Zelenskyy said late Sunday on social media.</p><p>“The only reason this is still continuing is Russia’s unwillingness to end this war.”</p><p>As part of a parallel campaign to disrupt Russian military supply lines leading to the front line in eastern and southern Ukraine, Kyiv's forces struck road, rail and pontoon bridges in six regions last month, the Defense Ministry said Monday.</p><p>By repeatedly striking routes for fuel, ammunition and reinforcements, Ukrainian commanders say they have made Russian logistics slower, costlier and hard to organize. That has helped stall Russian advances and enabled Ukrainian counterattacks, they say.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LSWQL7RV7ALEVCKNCTJA2TA2PM.jpg?auth=02edef81195866941664a4adce640b48a40a150d9e55a6e20d55ad54cfee9ed1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers try to put out a fire of a residential building and cars burning after a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Monday, Aug. 10, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N3OMWXECLLHCRRNVZARINP6ZFU.jpg?auth=5b2538d7b8a5128013bf4883fe62c436394d248d231e7dbb129d8e51ef038ec8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramedics give first aid to an injured woman after a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Monday, Aug. 10, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7UCV5SRI6BDYKJVXO4KVTMFDE.jpg?auth=9951bbf8070a959eaf90b59ed33914c8a1043a59aaa65d6720fbd731944846a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents leave their damaged home after a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Monday, Aug. 10, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3RSD75O7SGTEX7XQVEMR4GYV4.jpg?auth=9819883208374305b3be9be034f1c600ddefd2b9a7cf84a8d87390d307c8a320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers try to put out a fire of a residential building and cars burning after a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Monday, Aug. 10, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFE74GLFDAIF2QHV6DUDVICA7E.jpg?auth=9ed2401fac08162ef89a30c9cad16ae0909d8d1dc4c1a0418f41b678d5d27ab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents look at their ruined home following a Russian air guided bomb strike in Zaporizhzhia, Ukraine, Monday, Aug. 10, 2026. (AP Photo/Kateryna Klochko)]]></media:description><media:credit role="author" scheme="urn:ebu">Kateryna Klochko</media:credit></media:content></item><item><title><![CDATA[Indonesia combate incendios forestales crecientes mientras el fuego se extiende por el monte Bromo]]></title><link>https://www.local10.com/espanol/2026/08/10/indonesia-combate-incendios-forestales-crecientes-mientras-el-fuego-se-extiende-por-el-monte-bromo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/indonesia-combate-incendios-forestales-crecientes-mientras-el-fuego-se-extiende-por-el-monte-bromo/</guid><dc:creator><![CDATA[Por NINIEK KARMINI y EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[YAKARTA, Indonesia (AP) — Indonesia intensificó el lunes los esfuerzos para combatir un número creciente de incendios forestales en todo el archipiélago al desplegar helicópteros, cientos de bomberos y personal de emergencias mientras las llamas se propagaban por un popular parque nacional en Java Oriental y por turberas en Sumatra durante una temporada inusualmente seca, informaron funcionarios.]]></description><pubDate>Mon, 10 Aug 2026 06:40:52 +0000</pubDate><content:encoded><![CDATA[<p>YAKARTA, Indonesia (AP) — Indonesia intensificó el lunes los esfuerzos para combatir un número creciente de incendios forestales en todo el archipiélago al desplegar helicópteros, cientos de bomberos y personal de emergencias mientras las llamas se propagaban por un popular parque nacional en Java Oriental y por turberas en Sumatra durante una temporada inusualmente seca, informaron funcionarios.</p><p>El incendio más grande arde en el Parque Nacional Bromo Tengger Semeru, en la provincia de Java Oriental, donde unas 743 hectáreas (1.836 acres) han quedado calcinadas, según las autoridades regionales.</p><p>El clima seco y el fortalecimiento de las condiciones de El Niño elevaron el riesgo de más incendios forestales y de tierras durante el pico de la temporada seca, indicó el Ministerio de Silvicultura de Indonesia en un comunicado el domingo.</p><p>El ministerio indicó que el fuego ha quemado grandes extensiones de pastizales secos, vegetación y flores protegidas de edelweiss, ya que las llamas se han extendido hasta la zona de Penanjakan, un mirador popular para los turistas que visitan el monte Bromo, una de las atracciones más conocidas de Indonesia. No se han reportado heridos ni evacuaciones.</p><p>Cientos de bomberos, soldados, agentes de policía, guardaparques y voluntarios trabajaron para contener el incendio. Las autoridades han cerrado el parque a los visitantes hasta nuevo aviso.</p><p>Hasta el lunes, se habían desplegado al menos tres helicópteros para arrojar agua sobre puntos calientes a los que es difícil llegar por tierra. Los equipos en tierra realizaban labores manuales de extinción, operaciones de enfriamiento, patrullajes y la construcción de cortafuegos para evitar que las llamas se propaguen aún más.</p><p>“Seguimos coordinando esfuerzos para abordar y anticipar los incendios forestales y de tierras”, dijo el ministro de Silvicultura, Raja Juli Antoni, durante una visita al parque el domingo. Instó al público a evitar actividades que puedan provocar nuevos incendios, como arrojar colillas de cigarrillos y emplear fuego para despejar terreno.</p><p>Se han reportado otros incendios forestales en Indonesia durante una temporada inusualmente seca.</p><p>Más de 50 hectáreas (124 acres) de turberas se han quemado en la provincia de Jambi, en la isla de Sumatra, lo que ha provocado una neblina asfixiante en algunas zonas y ha aumentado la preocupación por un deterioro de la calidad del aire. El mayor incendio se ha reportado en la aldea de Sungai Gelam, en el distrito de Muaro Jambi, donde decenas de hectáreas de plantaciones de palma aceitera propiedad de residentes locales han sido destruidas. El incendio arde desde el miércoles.</p><p>Unos 300 bomberos y personal de emergencias han sido desplegados para combatir el fuego. Funcionarios señalaron que el suelo profundo de turba, el suministro limitado de agua, el acceso difícil y los fuertes vientos han complicado los esfuerzos, incluso con tres helicópteros realizando operaciones aéreas de extinción.</p><p>La Agencia de Meteorología, Climatología y Geofísica de Indonesia indicó que se espera que agosto y septiembre sean los meses más críticos, ya que la vegetación seca y los fuertes vientos crean condiciones favorables para que los incendios se propaguen rápidamente.</p><p>Los incendios forestales en las islas de Sumatra y Borneo son frecuentes durante periodos secos. A menudo, los incendios son iniciados ilegalmente por propietarios de plantaciones o agricultores tradicionales para despejar tierras para la siembra, unas quemas que cubren periódicamente partes del Sudeste Asiático con una neblina peligrosa.</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/NTAWYOY7EUVIB2EB6DJ7VOBOE4.jpg?auth=3b60e9e8ea4f9ac7cc25dea7080c609d48f71efa6c477ccd6c3366a28c348d35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen publicada por la Agencia de Alivio de Desastres de Java Oriental, bomberos tratan de apagar un incendio en el Parque Nacional Monte Bromo en Probolinggo, Indonesia, el sábado 8 de agosto de 2026. (Agencia de Alivio de Desastres de Java Oriental via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">East Java Regional Disaster Miti</media:credit></media:content></item><item><title><![CDATA[US stocks drift near their records as oil prices rise]]></title><link>https://www.local10.com/news/2026/08/10/us-stock-market-holds-near-its-all-time-high-and-crude-oil-prices-rise/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/10/us-stock-market-holds-near-its-all-time-high-and-crude-oil-prices-rise/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The U.S. stock market is drifting near its all-time high on Monday, while oil prices rise on uncertainty about when the Strait of Hormuz could reopen and get the global flow of crude going again.]]></description><pubDate>Mon, 10 Aug 2026 13:48:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is drifting near its all-time high on Monday, while oil prices rise on uncertainty about when the Strait of Hormuz could reopen and get the global flow of crude going again.</p><p>The S&P 500 slipped 0.1%, coming off its record set on Friday. The Dow Jones Industrial Average was down 85 points, or 0.2%, as of 9:35 a.m. Eastern time, and the Nasdaq composite was 0.2% lower.</p><p>Momentum is slowing for stocks following a rally bolstered by reports showing profits soared during the spring for big U.S. companies. Earnings per share for companies in the S&P 500 are on track to be 50% higher from a year earlier, according to FactSet. That would be the best growth since five years ago, when the economy was roaring out of the chasm created by COVID.</p><p>Berkshire Hathaway is one of the latest companies to deliver a stronger profit for the last quarter than analysts expected, and the company built by legendary investor Warren Buffett said over the weekend that it’s also invested some of its massive pile of cash into stocks under its new CEO, Greg Abel.</p><p>Berkshire has been famous for buying stocks at what it considers low prices, and criticism has been high that U.S. stocks generally look too expensive. But when they report strong profits, it helps them look less pricey.</p><p>Berkshire Hathaway’s stock rose 2.1%.</p><p>Intel weighed on the market and fell 4% after saying it may sell $15 billion of its stock. Such a move would dilute the ownership stakes of existing investors, and Intel said it would likely use the cash for investments to take advantage of the huge spending underway on artificial-intelligence technology.</p><p>On the winning side of Wall Street were companies boosted by buyouts.</p><p>MarineMax jumped 45.6% after the retailer, marina operator and superyacht services provider said it agreed to sell itself for about $1.5 billion in cash to a portfolio company of Blackstone.</p><p>Varex Imaging leaped 48.2% after Teledyne Technologies said it would buy the maker of X-ray imaging components for $18.90 per share in cash.</p><p>In the oil market, the price for a barrel of Brent crude rose 2% to $85.23. It had swung between $72 and $102 last month as hopes rose and fell that the United States and Iran could reach an agreement that would allow oil tankers to freely exit the Middle East again to deliver crude worldwide.</p><p>But hopes are turning toward caution again, and the price of Brent is back to where it was earlier this month, as well as in mid-July, mid-June and in the first week of the war in March.</p><p>Higher oil prices push inflation upward, and the main event for Wall Street this week will likely be Wednesday’s update on how bad inflation was last month. Economists expect it to show inflation slowed to 3.4% from 3.5% in June.</p><p>A slowdown would mean less pressure on the Federal Reserve to raise interest rates. Higher rates would help keep a lid on inflation, but they would also slow the economy by making it more expensive for U.S. households and companies to borrow. They would also undercut prices for stocks and other investments.</p><p>A report on Friday showing unexpectedly weak hiring across the United States lowered Wall Street’s expectations for an upcoming cut to interest rates. But traders still see a 46% chance the Fed will raise its main interest rate at its next meeting in September, according to data from CME Group.</p><p>The yield on the 10-yer Treasury rose to 4.67% from 4.65% late Friday.</p><p>In stock markets abroad, indexes were mixed in Europe after rising in much of Asia. Japan’s Nikkei 225 jumped 2.1% for one of the world’s biggest moves.</p><p>___</p><p>AP Business Writers Michelle Chapman and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JP3QTSTX6XFDBEPXOEFJVTVNBU.jpg?auth=2924598b20238c5cbb553b9f5a32ab8cf8138819fad0d865a133abaacc6f04ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view shows the New York Stock Exchange, Friday, Aug. 7, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Indonesia battles growing wildfires as Mount Bromo blaze spreads]]></title><link>https://www.local10.com/news/world/2026/08/10/indonesia-battles-growing-wildfires-as-mount-bromo-blaze-spreads/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/indonesia-battles-growing-wildfires-as-mount-bromo-blaze-spreads/</guid><dc:creator><![CDATA[By TRISNADI and NINIEK KARMINI, Associated Press]]></dc:creator><description><![CDATA[MOUNT BROMO, Indonesia (AP) — Indonesia intensified efforts Monday to combat a growing number of wildfires across the archipelago, deploying helicopters, hundreds of firefighters and disaster personnel as blazes spread through a popular national park in East Java and peatlands in Sumatra during an unusually dry season, officials said.]]></description><pubDate>Mon, 10 Aug 2026 11:51:15 +0000</pubDate><content:encoded><![CDATA[<p>MOUNT BROMO, Indonesia (AP) — Indonesia intensified efforts Monday to combat a growing number of wildfires across the archipelago, deploying helicopters, hundreds of firefighters and disaster personnel as blazes spread through a popular national park in East Java and peatlands in Sumatra during an unusually dry season, officials said.</p><p>Scores of firefighters, backed by 43 helicopters, have been deployed to battle wildfires that have burned more than 107,000 hectares (264,000 acres) of forests and other land across the Southeast Asian nation as of Monday, Coordinating Minister for Political and Security Affairs Djamari Chaniago said.</p><p>East Java authorities said the largest blaze is burning in Bromo Tengger Semeru National Park in East Java province, where about 743 hectares (1,836 acres) have been scorched. Authorities have closed the park to visitors until further notice.</p><p>It said the fire has burned large areas of dry grassland, vegetation and protected edelweiss flowers as flames have spread to the Penanjakan area, a popular viewpoint for tourists visiting Mount Bromo, one of Indonesia’s best-known attractions. No injuries or evacuations have been reported.</p><p>Chaniago said weather-modification, or cloud-seeding, operations are considered one of the most effective ways to help firefighters combat wildfires by inducing rainfall through the dispersal of salt particles into suitable clouds. Strengthening El Nino conditions have raised the risk of more forest and land fires during the peak dry season.</p><p>However, the effort would be difficult to carry out because scientific monitoring “found no rain-bearing clouds suitable for weather-modification operations through Aug. 18,” Chaniago told a news conference Monday. He spoke after a meeting with related ministers and agency chiefs dealing with wildfires in the capital, Jakarta.</p><p>With cloud-seeding ruled out because of unfavorable weather conditions, "we are relying solely on water bombing and ground firefighting teams,” said Forestry Minister Raja Juli Antoni while visiting Mount Bromo on Sunday. He urged the public to avoid activities that could spark new blazes, including discarding cigarette butts and clearing land by burning.</p><p>Wildfires have been reported in several of Indonesia’s most fire-prone regions, including the provinces of Riau, Jambi and South Sumatra on Sumatra island, and Central Kalimantan and South Kalimantan on Borneo island, Chaniago said.</p><p>In Jambi, more than 50 hectares (124 acres) of peatland have burned, causing choking haze in some areas and raising concerns about worsening air quality. The largest fire has been reported in the village of Sungai Gelam in the Muaro Jambi district, where dozens of hectares of palm oil plantations owned by local residents have been destroyed. The blaze has burned since Wednesday.</p><p>About 300 firefighters and disaster personnel have been deployed to battle the fire. Officials said deep peat soil, limited water supplies, difficult access and strong winds have complicated efforts, even with three helicopters conducting aerial firefighting operations.</p><p>Forest and peat fires are an annual problem in Indonesia that strain relations with neighboring countries.</p><p>Malaysia has reported unhealthy air-quality levels in parts of Sarawak state on Borneo island, with officials saying winds were carrying smoke from hot spots in neighboring areas. In Singapore, authorities have warned that prevailing southeasterly winds could carry smoke toward the city-state, with dry conditions expected to prevail.</p><p>“We must uphold the nation’s credibility by showing that we can bring these fires under control,” Chaniago said.</p><p>Indonesia’s Meteorological, Climatological and Geophysical Agency said August and September are expected to be the most critical months as dry vegetation and strong winds create favorable conditions for fires to spread rapidly.</p><p>Wildfires in Indonesia, an archipelago nation of more than 17,000 islands, are often started illegally by plantation owners or traditional farmers to clear land for planting.</p><p>___</p><p>Karmini reported from Jakarta. Associated Press writers Edna Tarigan in Jakarta, Indonesia and Eileen Ng in Kuala Lumpur, Malaysia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6VOVWRXTMDNPLZSKKEBO5OHD4.jpg?auth=66ba52e92d2411fe162ed4e19517aa3cf54c1afc07c3860ffaa98ad129040bdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the East Java Regional Disaster Mitigation Agency, firefighters attempt to extinguish a wildfire that razes through Mount Bromo National Park in Probolinggo, Indonesia on Saturday, Aug. 8, 2026. (East Java Regional Disaster Mitigation Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">East Java Regional Disaster Miti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNJNN2FAVS6JLIVZ35J5TUV6DQ.jpg?auth=4e58d9f38e793eef9deb4326e29874e00165ec42883d00b3e76fbca43e89bcdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters attempt to extinguish wildfire that razes through vegetation near Mount Bromo in Bromo Tengger Semeru National Park in Probolinggo, East Java, Indonesia, Monday, Aug. 10, 2026. (AP Photo/Trisnadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Trisnadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6KOCXDI24QB2NGVYEIHKT5QTY.jpg?auth=b6007a5026bce4cd7c3af893ed75f68b875ffde4e50728f1b5d643f7443cd490&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters attempt to extinguish wildfire that razes through vegetation near Mount Bromo in Bromo Tengger Semeru National Park in Probolinggo, East Java, Indonesia, Monday, Aug. 10, 2026. (AP Photo/Trisnadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Trisnadi</media:credit></media:content></item><item><title><![CDATA[Ukraine's push to cripple Russia in Crimea is just getting started, drone chief tells AP]]></title><link>https://www.local10.com/news/world/2026/08/10/crimea-strikes-could-rise-sevenfold-if-western-funds-came-faster-ukraine-drone-commander-tells-ap/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/crimea-strikes-could-rise-sevenfold-if-western-funds-came-faster-ukraine-drone-commander-tells-ap/</guid><dc:creator><![CDATA[By HANNA ARHIROVA, Associated Press]]></dc:creator><description><![CDATA[EASTERN UKRAINE (AP) — The commander leading Ukraine’s drone war says his country’s recent strikes in Crimea are the first phase of a campaign aimed at rendering the peninsula — illegally annexed by Russia in 2014 — unusable as a staging ground for Russian forces.]]></description><pubDate>Mon, 10 Aug 2026 13:30:06 +0000</pubDate><content:encoded><![CDATA[<p>EASTERN UKRAINE (AP) — The commander leading Ukraine’s drone war says his country’s recent strikes in Crimea are the first phase of a campaign aimed at rendering the peninsula — illegally annexed by Russia in 2014 — unusable as a staging ground for Russian forces.</p><p>Maj. Robert “Magyar” Brovdi, one of Ukraine’s most prominent commanders among a new generation of soldiers, said his forces could strike seven times more military targets in Crimea if the money pledged by Western allies came faster.</p><p>“Crimea falls within the key conceptual pillars on the path to ending the war,” Brovdi told The Associated Press in an interview.</p><p>Despite that shortfall, Ukraine’s summer campaign in Crimea has already inflicted significant damage: striking rail bridges, oil depots and power infrastructure to disrupt supply lines and blind Russian air defenses as drones fly in.</p><p>Brovdi said his forces are equipped at just 14% of what they would need to carry out the Crimea campaign at full capacity.</p><p>A firm believer in numbers since his past life running an international grain trading business, Brovdi joined Ukraine’s territorial defense as a volunteer in the war’s opening days. He rose quickly, commanding one of the country’s most effective drone brigades before being tapped to lead a force with no precedent before this war — Ukraine’s Unmanned Systems Forces.</p><p>“It’s not that the production capacity of Ukrainian manufacturers doesn’t allow us to make the necessary quantities” of drones, Brovdi said. “It’s the banal problem of untimely financing, which our partners do allocate, but which moves significantly slower than our plans.”</p><p>A lover of the arts</p><p>A devoted patron of the arts, Brovdi's underground command post resembles a museum, with pieces of Ukrainian art on display, including by renowned painter Maria Prymachenko — each with small placards noting their titles and a QR code linking to more information. “Please don’t touch the sculpture,” reads a sign beneath one piece.</p><p>The artwork sits against a backdrop of dozens of screens streaming live footage from the front, along with real-time data that drives decisions on the battlefield. Soldiers can grab good coffee, pick a book, work out or rest in sleeping pods — a culture that feels closer to a Silicon Valley office than a war room.</p><p>They work around the clock to try to prevent Crimea from functioning as a staging ground for the Russian military, said Brovdi, whose call sign, Magyar, nods to his ethnic Hungarian roots in Zakarpattia, the western Ukrainian region bordering Hungary.</p><p>He pointed to one sign of progress — in four recent large-scale Russian missile barrages from the peninsula, only five missiles were launched in total, a drop he credited to the systematic destruction of Russian air defenses there. The AP couldn’t independently verify the claim.</p><p>To open that “window” for drones to strike the peninsula without being shot down en masse, his forces destroyed more than 300 air defense assets over recent months — surface-to-air systems, radar stations, electronic warfare equipment.</p><p>The window metaphor sends him into a sidetrack about something personal — he loves sleeping with one open, a pleasure he rarely gets anymore as one of Russia’s most hunted men, who spends most of his time in underground bunkers.</p><p>Forcing Russia out of Crimea</p><p>Much of Russia's Soviet-era air defense hardware runs on the power grid, which is one of the reasons Crimea's electrical infrastructure has become a recurring target. Russian soldiers become “blind,” left with just machine guns and rifles, he said. The tactic has also impacted access to power for civilians, and Brovdi said he has twice publicly apologized to Ukrainians living in Crimea for the disruptions.</p><p>Wherever Starlink connectivity reaches across Crimea, his forces can now destroy even the most heavily defended target using an average of just three drones, mixing munitions with different characteristics and warheads depending on what’s being hit. He described the strikes as deliberately calibrated — different munitions for a bridge pier than for a fuel truck or a moving train — and said his forces avoid hitting civilian infrastructure.</p><p>“Creating conditions that make it impossible for any kind of military capability … to remain there will make Crimea uninteresting ... as a military staging ground,” he said.</p><p>Ukraine is also working to dismantle Crimea’s role as a naval base — a blow to Russia’s presence near NATO’s borders, he added.</p><p>The campaign’s early results have not been made public, Brovdi said. But roughly two weeks into the offensive that began in late June, he said Ukrainian intelligence indicated Russian authorities had ordered all military commands and security services to relocate off the peninsula, along with a covert order to remove secret archives and artworks. The AP could not independently verify the account.</p><p>Threats from Russia</p><p>Meanwhile, Russia is working to counter Ukraine’s edge. It is installing jamming systems at a scale that will, to some degree, degrade Starlink connectivity, Brovdi said.</p><p>Russia is also building its own satellite communications system to rival Starlink, he said. “This is a risk for the entire planet,” Brovdi said, “because a dictatorship will gain access to information across the whole globe.”</p><p>He also pointed to other threats facing Ukraine. The concentration of jet-powered Shahed drones, which are much harder for Ukraine to shoot down, has increased two and a half times in recent weeks, he said.</p><p>Russia's military can currently fire a simultaneous salvo of 77 ballistic and cruise missiles, he said, and plans to increase that to 200. That is one of Ukraine’s most vulnerable points, since the country is running short of interceptors for the U.S.-made Patriot — the only system Ukraine has in its arsenal against ballistic missiles — meaning dozens fired by Russia during mass barrages get through and hit their targets.</p><p>“Even if they only manage half of that, it will all be flying at us,” Brovdi said. The only way to bring the number down, he said, is by striking every facility involved in producing those missiles — underscoring the importance of Ukraine’s long-range strikes deep inside Russian territory.</p><p>Ukraine's plan for Russia's Wildberries</p><p>Ukraine has increasingly targeted Wildberries, Russia’s largest online marketplace sometimes described as the country’s answer to Amazon, and Brovdi named it as a target.</p><p>“Wildberries is, first of all, a supply platform — it’s the war’s quartermaster,” he said, noting the company runs a dedicated section selling goods for Russia’s military.</p><p>The Kremlin has denied the site supplies the Russian military and has accused Ukraine of striking civilian targets. Russia regularly attacks Ukrainian logistics and retail facilities.</p><p>At the same time, Brovdi said, the strikes on Wildberries are meant to make ordinary Russians feel the war directly, in hopes the resulting desire to end it could weigh on Russia’s ability to keep fighting.</p><p>Brovdi declined to give a timeline for the Wildberries campaign, saying only that the strikes will continue “until it becomes impossible for it to recover quickly.”</p><p>“Ultimately, Wildberries is, forgive the expression, a consumer gambling addiction,” he said, arguing that losing access to it — like restrictions on social media — creates an intrusion on one's personal life that most Russians feel.</p><p>“It turned out to be a sensitive sensor of the comfort of Russia’s massive population — people who consider themselves completely untouched by the actions of the aggressor country,” he said.</p><p>———</p><p>This story was updated to clarify that Russia can fire salvos of both cruise and ballistic missiles. An earlier version mentioned only ballistic missiles.</p><p>___</p><p>AP reporters Vasilisa Stepanenko in eastern Ukraine and Volodymyr Yurchuk in Kyiv contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y5PCUJP2RJJFSJTD4GGU5HPPKE.jpg?auth=cb7914cfe504c99e0dde245fe28c445f91b1c48200ceadc4e14526b3d7cbf0f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maj. Robert "Magyar" Brovdi stands in the control room during a long-range unmanned aerial vehicle operation targeting Russian positions in an undisclosed location in Ukraine on Friday, Aug. 7, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFAIAZZUZVCLU4TL3JU3GE4PRA.jpg?auth=b4d13a8b202415bf0d94876fb17f8afbe7f138beef728e695c2aef232a7343af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian servicemen prepare a "Chaklun" strike drone used for deep-strike operations against Russian positions in Crimea, in an undisclosed location in Ukraine on Thursday, Aug. 6, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIJMDEBOGJ32BNWW5L6G224QDI.jpg?auth=5f8842f15233214b29d0fc008133bafc60448f78416b092b7e8a5acbadf4288a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maj. Robert "Magyar" Brovdi speaks during an interview with The Associated Press in an undisclosed location in Ukraine on Friday, Aug. 7, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MTCK54CB573F3KTFPGDJ5CFTIM.jpg?auth=2e6ccca4c6c80e21645b6bd5fef497f5eb5fc4b578bee8eab3eeea8b7855737f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ukrainian serviceman prepares a "Chaklun" strike drone used for deep-strike operations against Russian positions in Crimea, in an undisclosed location in Ukraine on Thursday, Aug. 6, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UUEUJP46VU43C5AP5OS235N76A.jpg?auth=081ff6b5ae4d90ddff6ffebdea08291f115e6a0184e8d0b35065f84925d20bd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ukrainian "Chaklun" long-range strike drone takes off from a mobile launcher during an operational launch targeting Russian military installations in Crimea, from an undisclosed location in Ukraine on Thursday, Aug. 6, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content></item><item><title><![CDATA[Congressional Democrats launch probe into efforts to deport US military members and their families]]></title><link>https://www.local10.com/news/politics/2026/08/10/congressional-democrats-launch-probe-into-efforts-to-deport-us-military-members-and-their-families/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/congressional-democrats-launch-probe-into-efforts-to-deport-us-military-members-and-their-families/</guid><dc:creator><![CDATA[By JACK BROOK and SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[Congressional Democrats said they are investigating the Trump administration's efforts to deport military service members and their families after The Associated Press found more than 50 active-duty troops’ spouses and parents have been detained by immigration authorities.]]></description><pubDate>Mon, 10 Aug 2026 11:41:09 +0000</pubDate><content:encoded><![CDATA[<p>Congressional Democrats said they are investigating the Trump administration's efforts to deport military service members and their families after The Associated Press found more than 50 active-duty troops’ spouses and parents have been detained by immigration authorities.</p><p>In a letter sent Sunday evening to the Department of Homeland Security, the Defense Department and the Department of Veterans Affairs, the Democrats said they will investigate whether the Pentagon and DHS are coordinating to deport military service members and their families.</p><p>“These efforts imperil military readiness, weaken service members’ morale, and betray America’s promises to the people who put their lives on the line for our nation,” according to the letter, which was signed by more than 60 lawmakers and provided to the AP.</p><p>The Pentagon declined to comment, stating it would “reply directly to the authors of the letter.”</p><p>DHS told the AP that it values service members' contributions and “U.S. military service alone does not automatically grant lawful immigration status, or exempt aliens from the consequences of violating U.S. immigration laws.”</p><p>The VA did not immediately respond to a request for comment.</p><p>In their letter, the Democrats provided an extensive list of questions to the agencies. They said the apparent collaboration between DHS and the military to deport troops’ families “raises both ethical and legal concerns.”</p><p>“Donald Trump is breaking our country’s promises to service members by tearing apart dozens of military families who were promised immigration protections,” Massachusetts Sen. Elizabeth Warren said. “That’s just plain cruel, and it’s hurting our military readiness and morale.”</p><p>Warren's office is leading the probe alongside Connecticut Sen. Richard Blumenthal, Illinois Sen. Tammy Duckworth and several House Democrats.</p><p>The AP investigation found President Donald Trump's administration has rolled back protections for military families and departed from longstanding bipartisan consensus to carry out its mass deportation agenda. Service members have been forced to take leave of their duties, including delaying deployment, to care for their children after their spouses were detained.</p><p>The lawmakers pressed the administration on why military recruiters are still promoting immigration protections.</p><p>Citing the AP's reporting, the lawmakers urged the Trump administration to restore policies that had previously shielded military service members' families from immigration enforcement while allowing them to adjust their legal status.</p><p>“This report is appalling and shows the unbelievable cruelty at the center of the Trump immigration agenda,” said Blumenthal, the ranking Democrat on the Senate Committee on Veterans' Affairs. “We will be demanding answers and accountability.”</p><p>The Republican chairs of the armed services and veterans’ affairs committees, Mississippi Sen. Roger Wicker and Kansas Sen. Jerry Moran, did not respond to requests for comment.</p><p>Last week, Trump established the Military Spouse Commission, chaired by Defense Secretary Pete Hegseth’s wife, Jennifer Rauchet, to develop policies and recommendations for improving life for troops' spouses.</p><p>“Military spouses are intrinsically linked to the good order, readiness, and retention of our military,” Trump stated in a letter published in the Federal Register on Aug. 6. “Their support and contributions to our Armed Forces are crucial to mission success.”</p><p>The White House did not respond to a request for comment.</p><p>The Defense Department said in a December letter to Democratic lawmakers, obtained by the AP, that it had not implemented any recent policy changes for noncitizen family members in the military and has not conducted analysis on how deportations impact troop readiness and morale.</p><p>Danitza James, president of Repatriate Our Patriots, an organization providing support to military families and veterans facing deportation, said troops are being betrayed.</p><p>“Our military service members are the ones that sign on the dotted line to go and defend our country and maybe not come back,” James said. “They trust our government to take care of their families, and they’re not doing that.”</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EL6UUAXD4AZ56HCX245I3VADLI.jpg?auth=654d30e1727884bb6b982e03e6752683bac35b7df21fa5b61a687bff13db3771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army Staff Sgt. Alexis Jaramillo poses with a photo of his wife, Maisa Lopes Eliaser, a Brazilian national who is being detained by ICE, before visiting her at the South Louisiana ICE Processing Center in Basile, La., Sunday, Aug. 2, 2026. (AP Photo/Joseph Vidrine)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Vidrine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KJQF3I6EZ6DUMZFEYJBNBGOEU.jpg?auth=a56a0bc1ce29e8e4c424d2500e27abb90d0af1a3b2c64ea8f1bbc7b555e57fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army Staff Sgt. Alexis Jaramillo shows photos of his wife, Maisa Lopes Eliaser, a Brazilian national who is detained by ICE, near the South Louisiana ICE Processing Center where she is currently held, in Basile, La., Sunday, Aug. 2, 2026. (AP Photo/Joseph Vidrine)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Vidrine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PSJTSE4WPJUHHKKVN3XT333Y4.jpg?auth=37da311d7932ccb57d0d26132a24bcdb4a053a8d9e06cffd87ed55b5709e7197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Air Force Tech. Sgt. Wendy Gbeve, not pictured, shows pictures of her parents in her home in Marysville, Calif., on Thursday, July 23, 2026. (AP Photo/Haven Daley)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWOQMAICRVJJK53K3Y6C6OFZEE.jpg?auth=6f7821e96a44b9b3be2dbb7f31cac98f4dfc884d0acdcce523ee50321c002f24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Elizabeth Warren, D-Mass., walks through the Capitol during votes in Washington, Thursday, July 16, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7TILBNP7UXYW6JEU34ZGNYBCGU.jpg?auth=f8d0c839c46394dde528ba7b87fbb436b427157ec69934e8504d1e13b15493bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Richard Blumenthal, D-Conn., walks through the Capitol during votes in Washington, Thursday, July 16, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[As AI grips world, the thrill of collecting vintage computers is growing]]></title><link>https://www.local10.com/tech/2026/08/10/as-ai-grips-world-the-thrill-of-collecting-vintage-computers-is-growing/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/10/as-ai-grips-world-the-thrill-of-collecting-vintage-computers-is-growing/</guid><dc:creator><![CDATA[By TERRY CHEA, Associated Press]]></dc:creator><description><![CDATA[MOUNTAIN VIEW, Calif. (AP) — Software engineer Josh Dersch loves old computers. He spends countless hours tinkering in his garage, trying to coax decades-old machines back to life. He estimates he owns more than 200 vintage computers and devices in his Seattle home.]]></description><pubDate>Mon, 10 Aug 2026 04:05:49 +0000</pubDate><content:encoded><![CDATA[<p>MOUNTAIN VIEW, Calif. (AP) — Software engineer Josh Dersch loves old computers. He spends countless hours tinkering in his garage, trying to coax decades-old machines back to life. He estimates he owns more than 200 vintage computers and devices in his Seattle home.</p><p>“It’s always been fascinating to me to see the origins of things,” Dersch said. “It’s a fun challenge to debug and repair. You can understand the entire system from top to bottom.”</p><p>Dersch is part of a growing community of vintage computer collectors who are preserving the classic machines that helped launch the digital revolution. While Silicon Valley has since moved on to shaping the future of artificial intelligence, these hardware enthusiasts are intent on saving the Atari, Commodore and IBM machines that are ancestors to today’s laptops, wearable devices and smart phones.</p><p>Where others see junk, people like Dersch see artifacts of computer history that are worthy of attention and respect. They delight in hearing the beeps and chimes of their childhood and firing up a low-def game of “Pong” or “Space Invaders.”</p><p>“The enthusiasm for the history of computers and all the stuff around it is growing,” said Erik Klein, president of the Vintage Computer Federation, which organizes an annual festival at the Computer History Museum in Mountain View in the heart of Silicon Valley.</p><p>Vintage computer festivals bring collectors together</p><p>This year more than 3,500 people attended the two-day Vintage Computer Festival in early August that celebrated the 50th anniversary of Apple, founded in 1976 in nearby Cupertino, Calif. It featured a panel with co-founders Steve Wozniak and Ronald Wayne reminiscing about the company’s early days as a scrappy startup led by the late Steve Jobs.</p><p>More than a dozen such gatherings have since sprung up in cities across North America, South America and Europe.</p><p>Growing interest is reflected in more demand for vintage computers in online marketplaces, Klein said. Rare, iconic computers like the Apple-1 — the company’s first product — can fetch hundreds of thousands of dollars.</p><p>Collectors exhibited the computer systems that they have painstakingly restored to their original working condition, allowing attendees to play with the computers built long before the internet, social media and AI transformed the world.</p><p>Restoring the ‘grandfather of the modern computer’</p><p>Dersch drove down from Seattle to showcase the pride of his collection: the Xerox Alto. He spent years restoring what's considered “the grandfather of the modern computer,” which was developed at the pioneering Xerox Palo Alto Research Center in the 1970s.</p><p>The Alto was one of the earliest computers to move beyond text on screen and use the mouse and graphical user interface — such as windows, icons and cursors — that became the industry standard. The model famously inspired Jobs and Bill Gates to incorporate the technologies in their early products.</p><p>Dersch’s exhibit featured a fully functioning Xerox Alto workstation with its boxy vertical monitor, chunky keyboard and mouse, as well as pizza-sized spinning disks that store tiny amounts of data by modern standards.</p><p>“It’s fun to share what I’ve done with people. It’s fun to share in what other people have done,” Dersch said. “Also, there’s a consignment area where I can buy more junk to take home with me, so that’s always fun.”</p><p>Klein, a Silicon Valley software engineering manager, was a passionate collector until his hobby overwhelmed his home and family life. He had as many as 150 computer systems — complete with accessories, documents and packaging — crammed into his closets and garage.</p><p>He said his beloved collection had become an “albatross” and he worried about burdening his family. So he started selling and giving away his machines until he only had a few favorites left at home.</p><p>Similar events for collectors spread around the world</p><p>Now Klein channels his passion for vintage computers into organizing festivals, repair workshops, swap meets and other events as president of the Vintage Computer Federation.</p><p>“So it’s really about evangelizing that history and evangelizing this hobby of maintaining, collecting and enjoying this vintage technology,” Klein said.</p><p>Sellam Ismail is thrilled to see the collector community develop and mature since he organized the first festival in 1997, drawing about 150 hobbyists to a venue east of San Francisco. He ran the events for a decade.</p><p>He later co-founded the Vintage Computer Federation, which runs festivals in the US and Canada. He’s helped other groups launch similar festivals in Argentina, Germany and Switzerland.</p><p>“The community grew up. More and more people started getting old computers, started collecting them,” said Ismail, who once had a massive collection he stored in a warehouse. “Next year is the 30th anniversary. And I expect this to continue and grow even bigger.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDWM46BCYOIGQOADVW2H3UE56A.jpg?auth=70cd4504be213d4cd679442061335a56358df8d00476bb40339b4c9e3a79b384&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A 1981 Commodore SP9000 “Super PET” computer and floppy disk drives are displayed at the Vintage Computer Festival in Mountain View, Calif., Sunday, Aug. 2, 2026. (AP Photo/Terry Chea)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VYLCTXAZKEVXPXCSMQ7T3RMYOY.jpg?auth=81f34bdea8f29b04aaa5f252d10689a340e62169f76d3ae5a3126678c571c2a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arion Paylo repairs a circuit board at the Vintage Computer Festival in Mountain View, Calif., Sunday, Aug. 2, 2026. (AP Photo/Terry Chea)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NPFE34FFO23FN4K7OSXXWRV35M.jpg?auth=4d187b08cd036137be229021081077f48bfb6adc19eb4e2a1d860165598716fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Software engineer Josh Dersch, standing, shows a 1970s Xerox Alto computer he restored at the Vintage Computer Festival in Mountain View, Calif., Sunday, Aug. 2, 2026. (AP Photo/Terry Chea)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QB4HGLCUCDWDGTQKZHQ7AMXOFA.jpg?auth=8500aac9667b4fd24bb375b96955dc66bf6a39f60906cdfae6426bf51133dc45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees play on Apple Macintosh computers from the 1980s at the Vintage Computer Festival in Mountain View, Calif., Sunday, Aug. 2, 2026. (AP Photo/Terry Chea)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YO6JS75DVWWZRS7CB5JHXSJZRQ.jpg?auth=b8c76fd66b772846b546d0882b652acee969ac3c245df68cf783773d501447fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Apple co-founder Steve Wozniak, center, appears on stage at the Vintage Computer Festival in Mountain View, Calif., Sunday, Aug. 2, 2026. (AP Photo/Terry Chea)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content></item><item><title><![CDATA[Wisconsin and Minnesota primaries next to feature progressive clash with Democratic establishment]]></title><link>https://www.local10.com/news/politics/2026/08/10/wisconsin-minnesota-primaries-are-next-to-feature-progressive-clash-with-democratic-establishment/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/wisconsin-minnesota-primaries-are-next-to-feature-progressive-clash-with-democratic-establishment/</guid><dc:creator><![CDATA[By SCOTT BAUER and JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Progressive candidates for governor in Wisconsin and U.S. Senate in Minnesota are making their final pushes ahead of Tuesday's election, increasing the pressure on a Democratic establishment that has spent the year on its heels.]]></description><pubDate>Mon, 10 Aug 2026 13:40:45 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Progressive candidates for governor in Wisconsin and U.S. Senate in Minnesota are making their final pushes ahead of Tuesday's election, increasing the pressure on a Democratic establishment that has spent the year on its heels.</p><p>The primaries come a week after Abdul El-Sayed narrowly defeated Rep. Haley Stevens in Michigan’s divisive and costly U.S. Senate primary. El-Sayed's victory has energized the left while stoking fears among Democratic Party leaders that the shift to the left, particularly in battleground states like Michigan and Wisconsin, will make it more difficult to win in November.</p><p>Wisconsin's chaotic primary pits progressive against governor's pick</p><p>In Wisconsin, democratic socialist Francesca Hong is trying to win a four-way Democratic primary for governor where her top opponent has been endorsed by popular Gov. Tony Evers, who isn't seeking a third term.</p><p>Evers got behind Milwaukee County Executive David Crowley on July 18, the same day Crowley reentered the race after dropping out 10 days earlier. Crowley rejoined after the candidate he backed, Lt. Gov. Sara Rodriguez, ended her candidacy amid a campaign finance scandal.</p><p>Evers and Crowley were crisscrossing the state together in the last days before final ballots are cast Tuesday.</p><p>Evers and more establishment Democrats were hoping to finally coalesce around Crowley in the final days of the chaotic primary that saw two other candidates drop out, most notably former Lt. Gov. Mandela Barnes on July 29.</p><p>Barnes and Rodriguez, who were both seen as potential front-runners, remain on the ballot and absentee votes already cast for them can’t be undone.</p><p>Republicans are spending to influence the Democratic primary</p><p>Republicans are putting money behind Hong, thinking she will be the better matchup for Republican U.S. Rep. Tom Tiffany in November. The Republican Governors Association has spent nearly $3.6 million through its Right Direction Wisconsin PAC on ads contrasting Hong with President Donald Trump and playing up her liberal policies.</p><p>Crowley and other Democrats argue the ads are meant to bolster Hong's standing in the primary because Republicans see her as the easier opponent.</p><p>Evers projected confidence at a rally that attracted hundreds of people in Hong’s hometown of Madison on Sunday night, saying Crowley was the best chance Democrats had to defeat Tiffany.</p><p>“We’re going to win this thing,” Evers said, telling the Crowley supporters that Tiffany would be “the worst governor in the history of Wisconsin.”</p><p>“If Tom Tiffany wins in November that will be like electing Donald Trump as governor of the state of Wisconsin,” he said.</p><p>Crowley urged Democrats to come together after the primary to beat Tiffany.</p><p>“Our ultimate goal is to make sure we don’t have a MAGA extremist occupying the governor’s office,” Crowley said.</p><p>Tiffany, one of the most conservative members of Congress, is endorsed by Trump.</p><p>The president called Hong a communist in remarks on Wednesday, where he mentioned a 2020 social media post by Hong calling for Thanksgiving to be canceled. Asked about the post this week, Hong reversed herself and said that Thanksgiving was her favorite holiday.</p><p>Trump won Wisconsin in 2016 and 2024, and Republicans have held majorities in both chambers of the Legislature since 2011. Holding onto the governor's office is key to Wisconsin Democrats' effort to gain full control of state government for the first time in 16 years.</p><p>In the race to replace Tiffany, U.S. Transportation Secretary Sean Duffy's son-in-law Michael Alfonso is in a five-person Republican primary. Alfonso, who is trying to represent Duffy's old congressional district, has Trump's endorsement.</p><p>Minnesota primary comes in wake of immigration enforcement surge</p><p>In neighboring Minnesota, voters are choosing between moderate U.S. Rep. Angie Craig and progressive Lt. Gov. Peggy Flanagan in a Democratic U.S. Senate primary that’s playing out in the aftermath of Trump’s aggressive immigration enforcement surge in the state.</p><p>The race has been shaped by the killing of Renee Good and Alex Pretti by federal immigration officers in Minneapolis, confrontations that were caught on camera and fueled a backlash to Trump’s immigration policies.</p><p>Both Craig and Flanagan spent the weekend traversing the Twin Cities metro area.</p><p>In a driveway in suburban Eagan on Sunday, Craig spoke to the angst among Democratic primary voters who feel that Washington isn’t working for them. Members of Congress need to stop trading stocks and becoming lobbyists when they leave office, she said, and the U.S. needs to restrict the flood of corporate campaign spending.</p><p>“But the only way we pass any of the progressive policies that all of us here support is by winning elections and taking damn majorities,” she said.</p><p>Unlike in Wisconsin, where the incumbent governor has endorsed a candidate in the race to succeed him, Minnesota Gov. Tim Walz has not gotten involved in the Senate primary. But his wife, Gwen Walz, has endorsed Craig and campaigned with her on Sunday.</p><p>Flanagan campaigned Saturday with U.S. Sen. Chris Van Hollen, a Maryland Democrat, who helped her make the case that Washington needs a shake-up to root out the deep-pocketed forces propping up a broken status quo.</p><p>“It is big corporations, it’s special interests who are putting their thumb on the scale in our elections across the country,” Flanagan said. “And it’s not just Republicans. It’s Democrats, too.”</p><p>The race has been one of the most expensive Minnesota has seen, with millions of dollars backing both candidates, but disproportionately falling in Craig’s favor.</p><p>Whoever wins the primary will be the front-runner to replace retiring Democratic Sen. Tina Smith in November. Minnesota voters haven’t elected a Republican to a statewide office since 2006.</p><p>Mike Lindell, the founder of MyPillow, is a top Republican candidate in the governor's race. He's endorsed by Trump, and he was a prominent promoter of falsehoods about election fraud. U.S. Sen. Amy Klobuchar is in a six-person primary on the Democratic side.</p><p>Democratic struggles also on display in other states' primaries Tuesday</p><p>Two veteran Democratic incumbents in Connecticut face challenges from the left.</p><p>Moderate Democratic Gov. Ned Lamont is running for a third term but faces progressive state Rep. Josh Elliott. The Democratic nominee will face Republican state Sen. Ryan Fazio in November.</p><p>Longtime Democratic U.S. Rep. John Larson, 78, is running for a 15th term and his age and health have been major issues in the four-person race.</p><p>Former Hartford Mayor Luke Bronin narrowly won the party's endorsement at its state convention in May. Other candidates are Hartford Board of Education member Ruth Fortune and state Rep. Jillian Gilchrest.</p><p>In Vermont, two Democrats are running in for a chance to take on Republican Gov. Phil Scott.</p><p>Former child advocacy organization CEO Aly Richards boasts endorsements from former Democratic Govs. Howard Dean and Madeleine Kunin. She faces economist Amanda Janoo.</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/BYRT3FGQSXBSRM2MNEPXD2OBFI.jpg?auth=1f1ab282439518e5477760c5239888e2e7cb4490b7662166906bb5de13b6bb10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wisconsin Gov. Tony Evers, center left, speaks in support of David Crowley, right, Democratic candidate for Wisconsin governor while campaigning at the Sheboygan County Democratic Party Friday, Aug. 7, 2026, in Sheboygan, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFUG3YXBOL2GAXL5LVLRIXQMQA.jpg?auth=89c2301ba2ba5cfdef1ca57dc024398b6325cdcbe91281d15d143b33711dbe05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Crowley, Democratic candidate for Wisconsin governor, center, takes a group photo with Wisconsin Gov. Tony Evers, right, and supporters gathered at the Sheboygan County Democratic Party office during a campaign stop Friday, Aug. 7, 2026, in Sheboygan, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAPNP4TVVEXB44GDY36S24CAFI.jpg?auth=58b19fabfab12e55d7f0806d71f94f12436b6b37463fc5f24d4ae2e68ecacbef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong talks with Milwaukee residents during "We Outside" Annual Community Event at Metcalfe Park Rising, Friday, July 24, 2026, in Milwaukee. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPAHODFDJIYWHXRXAEXSWZS7WE.jpg?auth=bdea0dc7adce994890c3597634e15e669ac2788f03f3a61b5b0b1b6ac82297ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Angie Craig, D-Minn., left, and Minnesota Lt. Gov. Peggy Flanagan participate in a forum for U.S. Senate candidates at Farmfest Wednesday, Aug. 5, 2026, in Morgan, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAMENCNYMWT2HYPWXYICWAPXDU.jpg?auth=1d5c943ddf900538e17a7e5a21ff901e339d0b16061868bb96579d8bf1338a26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates for Minnesota governor, from left, Sen. Amy Klobuchar, D-Minn., Minnesota House Speaker Lisa Demuth, Mike Lindell and Kendall Qualls participate in a forum at Farmfest, Wednesday, Aug. 5, 2026, in Morgan, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Gobierno de Colombia anuncia la muerte de importante cabecilla de disidencias de las FARC]]></title><link>https://www.local10.com/espanol/2026/08/09/gobierno-de-colombia-anuncia-la-muerte-de-importante-cabecilla-de-disidencias-de-las-farc/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/gobierno-de-colombia-anuncia-la-muerte-de-importante-cabecilla-de-disidencias-de-las-farc/</guid><dc:creator><![CDATA[The Associaeted Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Un mando de una de una facción de las desaparecidas Fuerzas Armadas Revolucionarias de Colombia (FARC) y tres de sus subordinados fueron abatidos durante una de las primeras ofensivas militares del gobierno de Abelardo de la Espriella, se informó el domingo.]]></description><pubDate>Mon, 10 Aug 2026 03:12:41 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Un mando de una de una facción de las desaparecidas Fuerzas Armadas Revolucionarias de Colombia (FARC) y tres de sus subordinados fueron abatidos durante una de las primeras ofensivas militares del gobierno de Abelardo de la Espriella, se informó el domingo.</p><p>Alias “Ruso” o “Alemán”, jefe principal de la “Estructura 28”, murió durante una operación en una zona rural del departamento del Meta, en el centro de Colombia, declaró De la Espriella en un video difundido en redes sociales.</p><p>El mandatario aseguró que se trata de un “importante golpe” por tratarse de un experto en explosivos y responsable de ejecutar acciones contra otras disidencias rivales con las que disputa territorio para sus actividades ilícitas.</p><p>Dicha facción es parte de la estructura ilegal que se encuentra bajo el mando de alias “Iván Mordisco”, uno de los hombres los más buscados de Colombia, a quien De la Espriella le exigió entregarse a la justicia o afrontar las consecuencias.</p><p>El mandatario dio a conocer la noticia dos días después de asumir el cargo y menos de 24 horas después de concluir con una jornada de violencia en el país, la cual incluyó un ataque con explosivos que destruyó una caseta de cobro en una concurrida carretera del suroeste del país y dejó a dos soldados con heridas menores.</p><p>En otro operativo militar en el departamento de Antioquia, en el noroeste colombiano, el ejército abatió el domingo a dos miembros de una facción del Clan del Golfo señalada por el asesinato de cuatro soldados en 2024, aseveró el presidente. Otros cuatro integrantes fueron detenidos.</p><p>“No habrá tregua para los bandidos y los vamos a cazar”, afirmó De la Espriella.</p><p>El mandatario de inclinación conservadora anunció que, como parte de su estrategia de seguridad, aplicará una mayor presión militar para combatir al crimen organizado, un cambio drástico en comparación con la política de su antecesor Gustavo Petro, quien apostó por los polémicos diálogos de paz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FPP6FA3LVCSF7TPCJUEMD7MVHM.jpg?auth=1da9ef314c6b2e72255b12bcb6795a4b5f65c34aaa6e0cccf6424a3cd953f872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un soldado camina por una estación de peaje de la Carretera Panamericana, dañada por la explosión de un coche bomba que el ejército atribuyó a grupos disidentes de las FARC, el sábado 8 de agosto de 2026, en Santander de Quilichao, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Europa occidental impone nuevo récord de temperatura mientras olas de calor azotan la región]]></title><link>https://www.local10.com/espanol/2026/08/09/europa-occidental-impone-nuevo-record-de-temperatura-mientras-olas-de-calor-azotan-la-region/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/europa-occidental-impone-nuevo-record-de-temperatura-mientras-olas-de-calor-azotan-la-region/</guid><dc:creator><![CDATA[Por STEFANIE DAZIO, Associated Press]]></dc:creator><description><![CDATA[BERLÍN (AP) — Las olas de calor que han sacudido a Europa occidental este verano impusieron un nuevo récord de temperatura promedio para el periodo de junio-julio que permanecía vigente desde 2022, según la agencia climática europea Copernicus.]]></description><pubDate>Mon, 10 Aug 2026 02:35:40 +0000</pubDate><content:encoded><![CDATA[<p>BERLÍN (AP) — Las olas de calor que han sacudido a Europa occidental este verano impusieron un nuevo récord de temperatura promedio para el periodo de junio-julio que permanecía vigente desde 2022, según la agencia climática europea Copernicus.</p><p>El calor extremo comenzó en mayo y ha contribuido al surgimiento de grandes incendios forestales, una prolongada sequía y nuevos récords nacionales de altas temperaturas en toda la región, además de miles de muertes previstas relacionadas con el calor.</p><p>Las estadísticas climáticas muestran que, a nivel mundial, este es el tercer año más caluroso a la fecha, por detrás de 2024 y 2025. Pero 2026 aún tiene tiempo para alcanzarlos.</p><p>Gracias al doble impacto del calentamiento global acelerado gracias a la actividad humana y a un fenómeno de El Niño —un calentamiento periódico de partes del Pacífico que provoca variaciones de temperatura en todo el planeta— de grandes proporciones, existe cada vez mayor probabilidad de que 2026 pueda convertirse en el año más caluroso del que se tenga registro, superando a 2024, señalaron los científicos.</p><p>Copernicus indicó que el mes pasado se registró la temperatura promedio más elevada para un mes de julio en la superficie del mar en los océanos libres de hielo marino estacional.</p><p>Esto se vio impulsado en parte por el desarrollo de condiciones de El Niño en el Pacífico ecuatorial, explicó el servicio. El nuevo récord de promedio para julio es de 20,96 grados Celsius (69,73 grados Fahrenheit), superando el récord de 2023 de 20,89 C (69,60 F).</p><p>Pero la temperatura media del aire en superficie a nivel mundial fue de 16,90°C (62,42 F) el mes pasado, convirtiéndose en el segundo julio más caluroso en los registros, empatado con julio de 2024, indicó Copernicus.</p><p>En Europa occidental, por su parte, el récord de temperatura media para el periodo junio-julio alcanzó los 21,62°C (70,92 F), señaló Copernicus.</p><p>“Los persistentes sistemas de alta presión atraparon el calor sobre Europa occidental; las temperaturas extremas también amplificaron la sequía generalizada. A medida que el suelo se secan, pierde su capacidad de proporcionar enfriamiento natural, permitiendo que el calor se acumule con mayor facilidad”, destacó Samantha Burgess, responsable estratégica de clima en el Centro Europeo de Pronósticos Meteorológicos a Medio Plazo.</p><p>“Este es un claro ejemplo de cómo el cambio climático está intensificando los extremos de calor, y de cómo el calor y la sequía se refuerzan cada vez más entre sí”, añadió.</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/HIT3SKGUVPGPPUNQDWNZYARXOM.jpg?auth=63bae8050f79632f817849a20a92bb28921cf27ceb4517c96bac67a149c47a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas caminan sobre un banco de arena bajo el Puente Margareth del río Danubio, el miércoles 5 de agosto de 2026, en el centro de Budapest. (AP Foto/Bela Szandelszky)]]></media:description><media:credit role="author" scheme="urn:ebu">Bela Szandelszky</media:credit></media:content></item><item><title><![CDATA[Police in Hollywood respond to reports of overnight shooting]]></title><link>https://www.local10.com/news/local/2026/08/09/police-in-hollywood-respond-to-reports-of-overnight-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/police-in-hollywood-respond-to-reports-of-overnight-shooting/</guid><dc:creator><![CDATA[Hannah Yechivi, Samiar Nefzi]]></dc:creator><description><![CDATA[Authorities are investigating after receiving reports of a shooting in Broward County. ]]></description><pubDate>Sun, 09 Aug 2026 13:32:42 +0000</pubDate><content:encoded><![CDATA[<p>Authorities are investigating after receiving reports of a shooting in Broward County. </p><p><a href="https://www.local10.com/espanol/2026/08/09/investigan-tiroteo-nocturno-en-una-calle-de-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/09/investigan-tiroteo-nocturno-en-una-calle-de-hollywood/"><b>Leer en español</b></a></p><p>It was around 1:15 a.m. Sunday when Hollywood police officers responded to the 5300 block of Plunkett Street.</p><p>According to police, arriving officers found two victims at the scene. </p><p>Officials said both victims were rushed a nearby hospital.</p><p>Police said they apprehended the suspect, later identified as 38-year-old Cameron Alexander, after establishing a perimeter.</p><p>Local 10 News’ cameras observed what appeared to be a bullet and blood on the ground.</p><p>Detectives were seen taking pictures overnight and into the morning and crime scene tape closed off a portion of Plunkett Street as investigators worked this scene.</p><p>Family members were also observed talking with police officers, looking for answers about how and why their loved one was apparently shot.</p><p>One family member told Local 10 News two other people who may have been involved could be detained for questioning.</p><p>On the ground, several other evidence markers were placed throughout the morning as detectives worked to piece together what happened.</p><p>Records indicate Alexander is facing several charges, including premeditated murder, aggravated assault with intent to commit a felony, possession of a weapon by a convicted felon and resisting an officer without violence. </p><p>This isn’t the first time the 38-year-old has faced similar charges.</p><p>According to the Florida Department of Corrections, Alexander served 10 years in prison for attempted murder and attempted robbery charges from 2007. He was released in 2017.</p><p>In 2024, he was sentenced to three years for charges including possession of a weapon and cocaine, aggravated fleeing and eluding law enforcement, and obstruction. He completed that sentence earlier this year.</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[UK and France prepare for another heat wave as western Europe sets new temperature record]]></title><link>https://www.local10.com/news/world/2026/08/10/uk-and-france-prepare-for-another-heat-wave-as-western-europe-sets-new-temperature-record/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/uk-and-france-prepare-for-another-heat-wave-as-western-europe-sets-new-temperature-record/</guid><dc:creator><![CDATA[By STEFANIE DAZIO and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — The U.K. and France are bracing for the fifth heat wave of the season, adding to an intense stretch of hot weather that has repeatedly sent temperatures soaring across Europe since May.]]></description><pubDate>Mon, 10 Aug 2026 13:42:14 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — The U.K. and France are bracing for the fifth heat wave of the season, adding to an intense stretch of hot weather that has repeatedly sent temperatures soaring across Europe since May.</p><p>National weather agency Météo-France is warning about temperatures approaching 40 C (104 F) from Tuesday onward in southeastern France. And in the U.K., an amber heat health alert for most of England will be in place beginning Tuesday as temperatures are forecast to climb to 36 C (96.8 F) later this week.</p><p>Across Europe, the extreme heat began in May and has contributed to major wildfires, prolonged drought and new national temperature records, as well as thousands of projected heat-related deaths.</p><p>Globally, so far this is the third-hottest year, behind 2024 and 2025, climate statistics show. But 2026 still has time to catch up. Thanks to the one-two punch of accelerated human-caused global warming and a supersized El Nino — a periodic warming of parts of the Pacific that leads to temperature variations around the globe — there’s an increasing chance that by the end of the year, 2026 could become the hottest year on record, scientists said.</p><p>Last month saw the highest average sea surface temperature ever recorded for July across the extrapolar oceans, or the oceans free of seasonal sea ice, according to the European climate agency Copernicus.</p><p>That was partially fueled by developing El Nino conditions in the equatorial Pacific, the service said. The new average record for July is 20.96 degrees Celsius (69.73 degrees Fahrenheit), which beat the 2023 record of 20.89 C (69.60 F).</p><p>But last month’s average surface air temperature globally was 16.90 C (62.42 F), making it only the joint second warmest July on record, tied with July 2024, Copernicus reported.</p><p>Western Europe sets new record</p><p>In Western Europe, meanwhile, the average temperature record for the June-July period hit 21.62 C (70.92 F), Copernicus said, toppling the 2022 record.</p><p>“Persistent high-pressure systems trapped heat over western Europe, the extreme temperatures also amplified widespread drought. As soils dry out, they lose their ability to provide natural cooling, allowing heat to build more readily,” said Samantha Burgess, strategic lead for climate at the European Centre for Medium-Range Weather Forecasts.</p><p>“This is a clear example of how climate change is intensifying heat extremes, with heat and drought increasingly reinforcing one another.”</p><p>In France alone, heat wave alerts were issued for the first time on record in May, when more than half the country recorded new monthly temperature highs. The heat intensified in June, a period during which at least 5,700 more deaths than usual were recorded, according to France’s public health agency.</p><p>Météo-France said June 23 was the hottest day ever recorded in the country. Temperatures climbed as high as 44.3 C (111.7 F) in the southwest.</p><p>Two other heat wave episodes were recorded in July, amplifying a historic wildfire in southwestern France that forced 220,000 people to flee their homes in one of the continent’s biggest evacuation efforts since World War II.</p><p>Spain battles wildfires</p><p>Temperatures were slightly cooler in the U.K. on Monday but the country readied for its fifth heat wave in an exceptionally hot and dry summer, with half of England and all of Wales plunged into drought.</p><p>Provisional data show that England and Wales have had their driest July in records dating back to 1836, with 19 counties of England seeing no rain for the entire month.</p><p>The heat alert warns that significant impacts on health services, including a rise in deaths among older and vulnerable people, are likely.</p><p>Two record-breaking heat waves in May and June led to more than 2,800 excess deaths linked to extreme temperatures.</p><p>An 18-year-old died after getting into difficulty in the sea at Camber Sands beach in southern England on Sunday, the latest of dozens of deaths recorded in open waters in recent months.</p><p>In Spain, firefighters were battling multiple blazes, including one that broke out on Friday in Tírig, Valencia, that has burned more than 3 square miles (8 square kilometers) and has involved more than 300 personnel and 21 aircraft to combat it.</p><p>A separate wildfire in the southern Huelva region had affected a similar sized area since it broke out on Thursday. While temperatures across Spain remained high, some parts of the country were expecting thunderstorms Monday afternoon that could bring strong gusts of wind.</p><p>___</p><p>Dazio reported from Berlin. Sylvia Hui in London and Suman Naishadham in Madrid contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GLCNZTGZ2FDSAWUHQUMG4EM2YQ.jpg?auth=32b7ec466276755bd6f7134107bd0dc7077c58bf358f9c7d3157f58a939232ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats are stranded in a side arm of the river Rhine that is running out of water in Mackenheim near Mainz, Germany Monday, Aug. 10, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QVU4AKKMTUT4UYGBATOS6XPUJQ.jpg?auth=faf1bb8deef24d973de88c69e7bd805ca9262783b8c795570d43cf400bebcc3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk over a stone dam, that is normally covered by water, towards the "Maeuseturm" (mice tower) in the middle of the river Rhine in Bingen, Germany Monday, Aug. 10, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IE4G5ZBE3JHX7POL6FTVR2PIXE.jpg?auth=b1845394fb6fe25cc8e39bc02da0702dd1e64985b7b0d8357af049c718edf874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks on dried grass in a park, amid drought conditions in London, in London, Sunday, Aug. 9, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBOFCBFH4YDHEWTILBY2EJM22Q.jpg?auth=7aa99f4ce269dc6a1831a1a68d41ceea7cc6085c35c12cfcf108e527b6dc9e76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pharmacy display shows a temperature of 42 degrees Celsius in Paris during a heat wave, Wednesday, July 29, 2026. (AP Photo/Aurelien Morissard).]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2FQ6MCX5UQMSY2SBAO2L72PTGY.jpg?auth=49eb91b2d57aa79fd44e084f67b758ce47b946b6538627d2ae993f760015dbf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Zollburg Pfalzgrafenstein toll castle is seen in the middle of the Rhine river with low water levels, in Kaub, Germany, Monday, Aug. 10, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[Panamá refuerza sus fronteras 48 horas después de la llegada del nuevo gobierno de Colombia]]></title><link>https://www.local10.com/espanol/2026/08/09/panama-refuerza-sus-fronteras-48-horas-despues-de-la-llegada-del-nuevo-gobierno-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/panama-refuerza-sus-fronteras-48-horas-despues-de-la-llegada-del-nuevo-gobierno-de-colombia/</guid><dc:creator><![CDATA[Por MATIAS DELACROIX y ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[METETÍ, Panamá (AP) — Panamá movilizó el domingo a más de 500 agentes, así como helicópteros, embarcaciones y al menos 15 patrullas, hacia su frontera con Colombia con el objetivo de reforzar el combate al narcotráfico, el crimen organizado y la minería ilegal, apenas 48 horas después de la llegada de un nuevo gobierno a Bogotá.]]></description><pubDate>Mon, 10 Aug 2026 01:02:24 +0000</pubDate><content:encoded><![CDATA[<p>METETÍ, Panamá (AP) — Panamá movilizó el domingo a más de 500 agentes, así como helicópteros, embarcaciones y al menos 15 patrullas, hacia su frontera con Colombia con el objetivo de reforzar el combate al narcotráfico, el crimen organizado y la minería ilegal, apenas 48 horas después de la llegada de un nuevo gobierno a Bogotá.</p><p>El despliegue por tierra, mar y aire forma parte de la Operación “Escudo de Acero” y se realizó desde la comunidad de Metetí, en la selvática provincia de Darién, cerca de la frontera con Colombia. La orden provino del director general del Servicio Nacional de Fronteras (Senafront), Larry Solís.</p><p>Agentes armados y equipados se dirigieron a sus unidades asignadas alrededor de las 10 de la mañana. Algunos de los elementos abordaron vehículos blindados que salieron en caravana hacia Yaviza y Puerto Quimba, desde donde parte del contingente continuó en lanchas río adentro.</p><p>Solís confirmó que el operativo se desarrolla en coordinación con las fuerzas colombianas.</p><p>“Ellos están haciendo lo propio del otro lado, de Colombia. Ellos mantienen su postura combativa y sí, nosotros queremos más que todo ser interoperables en la región”, afirmó.</p><p>Solís señaló que el sábado sostuvo una conversación con el general Eduardo Alberto Arias, jefe de una brigada de la Séptima División del Ejército colombiano, para informarle de la operación.</p><p>Las unidades se desplegaron hacia ríos, puestos fronterizos y otros puntos estratégicos. “Vamos a seguir combatiendo el narcotráfico, seguimos combatiendo al crimen organizado que se mantiene en el cordón de la frontera”, subrayó Solís, quien mencionó al Clan del Golfo entre las organizaciones que operan en la región.</p><p>El operativo también incluye el uso de drones y otras herramientas tecnológicas. Solís señaló que Panamá se prepara ante posibles amenazas con drones contra puestos binacionales y que Estados Unidos está colaborando en el desarrollo de contramedidas.</p><p>“Ahora mismo tenemos cierta preocupación porque tenemos unos puestos binacionales que compartimos con el ejército de Colombia, con la policía de Colombia y nosotros no descartamos que en su momento puedan puedan tener alguna amenaza directa con drones y nos estamos preparando para eso” afirmó Solís.</p><p>La operación se produce dos días después de que Abelardo de la Espriella asumió como presidente de Colombia con la promesa de priorizar la seguridad y combatir a los grupos armados ilegales.</p><p>En su primer discurso ante miembros de las fuerzas armadas, el nuevo mandatario colombiano lanzó una advertencia a las estructuras criminales: “tienen dos caminos: someterse al imperio de la ley o enfrentar la fuerza pública”.</p><p>El presidente panameño José Raúl Mulino se reunió ese mismo día con De la Espriella en Cali. En el encuentro, en el que también participó el ministro de Seguridad de Panamá, Frank Ábrego, se abordó el apoyo de la policía y las fuerzas militares colombianas en la lucha contra el narcotráfico mediante la asesoría y capacitación de los estamentos de seguridad panameños.</p><p>Solís aseguró que Panamá busca mantener la coordinación con las fuerzas policiales y militares colombianas para reforzar la seguridad en ambos lados de la frontera.</p><p>En tanto, en la ciudad de Panamá, se realizan los ejercicios militares Panamax con la participación de miembros de las fuerzas armadas de Estados Unidos y representantes de 20 países, con el objetivo de mejorar la interoperabilidad, reforzar la capacidad colectiva para llevar a cabo operaciones multinacionales complejas en todos los ámbitos, garantizar la libre circulación del comercio a través del Canal de Panamá y mantener la seguridad y la estabilidad en la región.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TAZARB23BSPB6M4D2E54Z2WTJQ.jpg?auth=994110c56f49c9f584b9391383c3c14720fafec9d13a0fb4532a43474654a3d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía fronteriza panameña se despliega para reforzar la seguridad a lo largo de la frontera con Colombia en Metetí, provincia de Darién, Panamá, el domingo 9 de agosto de 2026. (Foto AP/Matías 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/BISD3XZMWRJUD7ZV5KCJ5TWGAQ.jpg?auth=b846a4f0cd7235b97b16c5f89e64aa480ec28d4672a8b6ad5998166a0f8bd750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, saluda tras recibir la banda presidencial de manos del presidente del Senado, Honorio Henríquez, durante la ceremonia de investidura, en Cali, Colombia, el viernes 7 de agosto de 2026. (AP Foto/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/DYMZREZBD2GTRLXWIK7FK6PE7A.jpg?auth=0b05e436a8edc899d4e406deb1135caad0d057571d5574cc653ee5c06792fd78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de la policía fronteriza panameña navegan por la desembocadura del río Chucunaque mientras se despliegan para reforzar la seguridad a lo largo de la frontera con Colombia en La Palma, provincia de Darién, Panamá, el domingo 9 de agosto de 2026. (Foto AP/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/JZLLFLWSOOJ4FUDRLYCOJI35OY.jpg?auth=023fc3c02b9a550f30db315df3d9b59fa765080b3a1bab6e7e855feb90fe1dc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de la policía fronteriza panameña se encuentran dentro de un vehículo mientras se despliegan para reforzar la seguridad a lo largo de la frontera con Colombia en Metetí, provincia de Darién, Panamá, el domingo 9 de agosto de 2026. (Foto AP/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/WQ5X3EJPIEV52YEHY5D2IJP5UM.jpg?auth=7334e1285e2ccc9c66289fa1fd133e0a87065624e1205aac200a97b629edd82d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policías fronterizos panameños se preparan para desplegarse y reforzar la seguridad a lo largo de la frontera con Colombia en Metetí, Panamá, el domingo 9 de agosto de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Olympic gold medalist Hezly Rivera rallies to capture second straight U.S. women's gymnastics title]]></title><link>https://www.local10.com/sports/2026/08/09/olympic-gold-medalist-hezly-rivera-rallies-to-capture-second-straight-us-womens-gymnastics-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/olympic-gold-medalist-hezly-rivera-rallies-to-capture-second-straight-us-womens-gymnastics-title/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Hezly Rivera listened more than she talked two summers ago in Paris when she was the “wait, who?” member of the star-laden U.S. women's Olympic gymnastics team.]]></description><pubDate>Mon, 10 Aug 2026 02:37:22 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Hezly Rivera listened more than she talked two summers ago in Paris when she was the “wait, who?” member of the star-laden U.S. women's Olympic gymnastics team.</p><p>Those days are over. Long over.</p><p>The wide-eyed newcomer is gone, replaced by a poised and professional 18-year-old who is embracing her role as the leader of the sport's next wave as the 2028 Olympics approach.</p><p>The proof was on display during the final round of the U.S. gymnastics championships on Sunday, when Rivera — still not quite 100% while recovering from a hamstring injury sustained at the Pan Am Games in June — won her second straight national title with a poised and polished performance that solidified her status as the current face of a women's program two years out from the 2028 Games in Los Angeles.</p><p>Rivera’s two-day total of 111.950 was more than a point clear of runner-up Claire Pease, making Rivera the first American woman not named Simone Biles to go back-to-back since former world and Olympic champion Jordyn Wieber did it in 2011 and 2012.</p><p>Heady company to be sure, but company in which Rivera increasingly feels like she belongs. It might not have seemed like it in the summer of 2024 when she ceded the spotlight to her more accomplished teammates, but the relentlessly upbeat Texan has no problem admitting these days she wants to lead from the front.</p><p>“I am comfortable with it,” she said. “And I just love kind of being a leader in a way."</p><p>Anna Liukin, who coaches Rivera alongside her husband Valeri, called Rivera “motherly." Rivera laughed when the description was passed along because well, it's strange to hear as a teenager. Yet in many ways, it's applicable.</p><p>Lee and Jade Carey helped Rivera navigate her way through the sport's biggest stage and come out with a gold medal on the other side. She feels it's her duty to do the same to the generation of gymnasts just starting to find their way as the lure of a potentially life-changing hometown Games in Los Angeles looms.</p><p>“I think it’s just really important to give pep talks because when you’re young, you’re still learning a lot,” she said. “So I just think it's good to get positive vibes.”</p><p>Even if producing them takes a little practice. Rivera relied on that practice Thursday when a fall on uneven bars — perhaps her strongest event — sent her tumbling down the leaderboard. She shook the miscue off and found herself in fourth heading into Sunday.</p><p>A comeback still seemed somewhat unlikely when Rivera began Sunday with a gritty bars set that included her fighting through a mini-stall just before her dismount and ended with her and giving Valeri Liukin a “what are you gonna do?” shrug after a dismount that included a small step.</p><p>Yet twenty minutes later, it was long forgotten during a graceful balance beam routine that brought her to within striking distance of the lead.</p><p>“It took a few years to learn that, but I’m at a point now where it’s just like there already,” she said. “I don’t really have to think about it too much.”</p><p>Her black-and-white bedazzled leotard glittering under the lights, Rivera put on a performance that made her look every bit the star she has become.</p><p>Rivera never glanced at the scoreboard to mark her progress, too intent on trying to stay warm and focused during sometimes lengthy delays. If she was bothered, it didn't show. Every time she saluted the judges, Rivera was all business.</p><p>Now she heads into the fall hoping to make her first world championship team. Rivera was practically a lock last year before rolling her ankle during selection camp, something Liukin called “heartbreaking.”</p><p>Provided she can stay healthy, Rivera is eager to make up for lost time in the first major international team meet since Paris. Yes, her hamstring still isn't quite there, but she found her way to the top of the podium anyway.</p><p>“I think it just shows how strong I am mentally,” she said. “Because physically everything’s there. But the mental aspect of things is definitely where it’s at. You can’t really do this without having a strong mentality.”</p><p>Pease and fellow first-day co-leader Skye Blakely couldn't quite keep up. Pease led with two rotations to go, but her floor routine included one tumbling pass that ended with her stepping out of bounds and another in which she opted to keep her right foot hovering above the floor rather than set it down for a penalty.</p><p>Still, Pease's second-place finish was a marked improvement from a year ago, when she came to nationals fresh off a victory at U.S. Classic and stumbled to 10th. This time around, she finds herself in a solid position to join good friend and teammate Rivera in the Netherlands.</p><p>Blakely's bid to build off a promising opening night stalled quickly. She sat at the end of her first tumbling pass and bounced out of bounds on her final one, her score of 11.900 dropping her from contention for the top of the podium on her way to a seventh-place finish. The 21-year-old called it “irritating” but stressed she's pleased with her progress in her first elite meet competing the all-around since 2024.</p><p>Charleigh Bullock, who turned 16 last month, was third. Reese Esponda, who trains at the Houston-area gym owned by Biles' family, was fourth.</p><p>Carey, who is methodically building difficulty into her routines as she eyes a third trip to the Games, won the vault title and finished fifth in the all-around in a meet that doubled as a homecoming for the Phoenix native. The two-time Olympic gold medalist also marveled at Rivera's growth both on and off the floor since that memorable trip to Paris.</p><p>“I think Hezly did a fantastic job tonight and kind of rebounding from night one and just proving to herself and everybody else that that was just a little fluke and she’s capable of so much,” Carey said. “Back-to-back national champion is something that she should be really proud of.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGNUX5JU4UR7YBKPEXEP6WUKA4.jpg?auth=04c7b3e80f6cc18a9171da5923b3d1278ae761a1f43cf94b89400861c2483a9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezly Rivera competes in the women's balance beam during the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXTZCEAEPCG5EOBSBT74QQXSMI.jpg?auth=bd2fba6a819df795862a23b3982dff41318dd887dc9b28feb50a9e296e9425ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezly Rivera competes in the women's balance beam during the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YLRFGMN77P63KQ2RQBE3K7OXJI.jpg?auth=07db9ae04a0372ce4b710624c48d4b8c291b77df9fc98e1f88900556bf5b9c64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[All Around second place finisher Claire Pease, left, All Around Champion Hezly Rivera, center, and All Around third place finisher Charleigh Bullock, right, stand on the podium at the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQCEV3QPBX2XPKPOEOZLIOACMU.jpg?auth=766aea7c23330e5db5597f6c3f4ca5a82a59c38a82f341c2eed6f7b88a3fdb64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skye Blakely competes in the women's floor exercise during the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOJOQR3RVE5NRMZBKXCDYP5VIE.jpg?auth=c0129079a0eb051a4407afa6f86dad5227dbd90a22d795ce56bce40b9f0712c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Claire Pease competes in the women's balance beam during the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CPHGWUH7UDW7QTZXLYR66WWI6M.jpg?auth=46e2d4addbd3d2bc28ad4ffb6c629e45efc5dac92fa59baecb45eb4f043b9d5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charleigh Bullock competes in the women's floor exercise during the U.S. Gymnastics Championships, Sunday, Aug. 9, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Ty Gibbs holds on to win NASCAR Cup Series race at Iowa Speedway]]></title><link>https://www.local10.com/sports/2026/08/09/ty-gibbs-holds-on-to-win-nascar-cup-series-race-at-iowa-speedway/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/ty-gibbs-holds-on-to-win-nascar-cup-series-race-at-iowa-speedway/</guid><dc:creator><![CDATA[By JOHN BOHNENKAMP, Associated Press]]></dc:creator><description><![CDATA[NEWTON, Iowa (AP) — Ty Gibbs didn’t question his crew chief’s final pit call.]]></description><pubDate>Mon, 10 Aug 2026 00:06:14 +0000</pubDate><content:encoded><![CDATA[<p>NEWTON, Iowa (AP) — Ty Gibbs didn’t question his crew chief’s final pit call.</p><p>“I can’t do anything about it, so you just run with it,” Gibbs said.</p><p>Gibbs used late pit strategy and held off Joe Gibbs Racing teammate Christopher Bell over the final 20 laps to win the NASCAR Cup Series race Sunday at Iowa Speedway.</p><p>Gibbs — the 23-year-old grandson of former NFL coaching great and NASCAR team owner Joe Gibbs — won by 0.253 seconds over Bell for his second victory of the season and his career.</p><p>Gibbs and Bell each pitted with 60 laps remaining in the 350-lap race, but while Bell took four tires, Gibbs just went with two right-side tires, and came out ahead. And when leader Ross Chastain pitted on Lap 330, Gibbs took over the top spot and fought off a late charge by Bell.</p><p>Tyler Allen, Gibbs’ crew chief, thought taking two tires was the only chance to get ahead of Bell in that final pit cycle.</p><p>“We knew after practice the left sides weren’t wearing much and they tended to refire OK,” Allen said. “So in terms of coming into the race, it was definitely a viable option.”</p><p>Gibbs liked the aggressive call.</p><p>“I think in the position with our points situation, for sure,” he said.</p><p>Gibbs, who picked up his first career win April 12 at Bristol, came into the race ranked fourth in the season standings, and moved into second — 103 points behind JGR teammate Denny Hamlin.</p><p>Gibbs, who had an issue in the pits on his first stop of the day when his jack fell too early during the tire change, fell back to 28th before charging back.</p><p>“You’re kind of hosed after that deal,” Gibbs said. “So you’ve got to stay locked in and keep working.”</p><p>It was the seventh second-place finish of the season for Bell, who led 108 laps.</p><p>“Ty did a really good job,” Bell said. “He did a great job of managing the race.”</p><p>Pole-sitter Ryan Blaney, who won the inaugural 2024 Cup Series race at the 0.875-mile oval, was third after leading a race-high 129 laps.</p><p>Josh Berry finished fourth. It was Berry’s best finish of the season, and only his third top-10 finish. Hamlin finished fifth.</p><p>Chase Briscoe was sixth. Chastain recovered to finish seventh. AJ Allmendinger was eighth, followed by defending race winner William Byron. Austin Dillon was 10th.</p><p>Reddick’s struggles</p><p>Tyler Reddick’s summer struggles continued when he crashed into Erik Jones four laps into the race.</p><p>The rear end of Reddick’s car slid entering Turn 1, and Reddick ran into Jones before hitting the wall. Reddick finished last in the 36-car field.</p><p>“A 100% that was on me,” Reddick said. “It’s something I don’t normally do, make those kinds of mistakes. Just gut-wrenching on a lot of levels. I thought we kind of figured out what we needed to do for the race today, and made a killer mistake earlier.”</p><p>Reddick won the first three races of the season, and four of the first six, and has five wins overall. But he has had four finishes of 30th place or worse in the last six races.</p><p>No brakes, all gas for Hamlin</p><p>Hamlin had brake issues during practice Saturday, which led to the team changing brake rotors and a cooling unit. Hamlin had to go to the rear of the field, but surged back to finish fifth despite having more brake issues during the race.</p><p>“I just had white knuckles every lap, not knowing where my car was going to land when I got in the corner,” Hamlin said. “That was a crazy race to have to do it the whole time without (brakes), but you’ve got to do what you’ve got to do, and the team did an amazing job. I would take that day a hundred out of a hundred times.”</p><p>“I’ve never seen Denny that exhausted,” Joe Gibbs said. “I think he drove his heart out.”</p><p>Up next</p><p>The Cup Series moves to Richmond Raceway on Saturday night.</p><p>AP NASCAR: https://apnews.com/hub/nascar-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRW65XWIMYYV7UJ6DSKESDJSIQ.jpg?auth=7ff1a3b248c683764388890d89c2e792939fcef00df575f572f08194cf826b2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs does a burnout after winning a NASCAR Cup Series auto race, Sunday, Aug. 9, 2026, at Iowa Speedway in Newton, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEZNLWDAOGWTJXRFBXNTJOGE2A.jpg?auth=9f1978ae14daa365d1393373154d67bcdee8ac0359af4a4e8eb4366dccb950e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs, top, celebrates with crew members after winning a NASCAR Cup Series auto race, Sunday, Aug. 9, 2026, at Iowa Speedway in Newton, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPNKQB63WKBFWJHOGY74EYRYUI.jpg?auth=d3113db991e3e542a4e1697c313df2e9fee8159d8c697f3fa0c6c08db40c7903&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs celebrates with crew members after winning a NASCAR Cup Series auto race, Sunday, Aug. 9, 2026, at Iowa Speedway in Newton, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAJ5AMURFEJUVGEAGGE2JOJ7F4.jpg?auth=2939c53c9ce1d0e6f1cdf36ac1807c7c8f2355c92f32af1da1b5abd0e0dbdb8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs celebrates after winning a NASCAR Cup Series auto race, Sunday, Aug. 9, 2026, at Iowa Speedway in Newton, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/627OA5RGOYKS4FQCNKTNY3BEGM.jpg?auth=f6c93a3b1b92e2263cd8dde826b6b092a1a6210b4b8c964b4ac6721bc287ce6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs eats corn after winning a NASCAR Cup Series auto race, Sunday, Aug. 9, 2026, at Iowa Speedway in Newton, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[Michael Brennan wins Wyndham Championship and qualifies for PGA Tour postseason]]></title><link>https://www.local10.com/sports/2026/08/09/michael-brennan-wins-wyndham-championship-and-qualifies-for-pga-tour-postseason/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/michael-brennan-wins-wyndham-championship-and-qualifies-for-pga-tour-postseason/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GREENSBORO, N.C. (AP) — Michael Brennan had another Sunday opportunity and delivered in a big way. He made five straight birdies to pull away from Beau Hossler and close with a 6-under 64 to win the Wyndham Championship and reach the PGA Tour's lucrative postseason.]]></description><pubDate>Sun, 09 Aug 2026 22:51:38 +0000</pubDate><content:encoded><![CDATA[<p>GREENSBORO, N.C. (AP) — Michael Brennan had another Sunday opportunity and delivered in a big way. He made five straight birdies to pull away from Beau Hossler and close with a 6-under 64 to win the Wyndham Championship and reach the PGA Tour's lucrative postseason.</p><p>Brennan came into the final tournament of the regular season at No. 105 in the FedEx Cup, a disappointing year with only one top 10. Now his season gets extended by at least one week — maybe longer based on how he's playing — after his second PGA Tour title in two years.</p><p>Brennan was one shot behind Hossler when he ran off five straight birdies starting on the fourth hole, all of them inside 8 feet. That turned a deficit into a three-shot lead at the turn when Hossler took a bogey on the ninth hole.</p><p>Then it was a matter of hanging on for the 24-year-old Brennan, a Virginia native who played his college golf about 30 miles away at Wake Forest.</p><p>“I don't want to be done playing golf,” Brennan said. “Unfortunately, I've had a couple of tough Sundays. Outside of that, I had been playing really solid. This is my sixth week in a row. I'm perfectly happy running on fumes next week.”</p><p>The FedEx Cup playoffs start Thursday with the FedEx St. Jude Championship at the TPC Southwind in Memphis, Tennessee. Only the top 70 players advance, and Brennan shot up to No. 47.</p><p>Jackson Koivun, who left Auburn in June and won the 3M Open in only his third start, narrowly hung on to the 70th spot and goes from college to the postseason in only two months.</p><p>But he had to sweat it out after closing with a 71. Matt Wallace and Davis Thompson were still on the course and in range of finishing high enough to bump Koivun out of the top 70. But they failed to hole all the key putts, and Koivun made it with eight points to spare.</p><p>A bogey might have been enough to knock him out of the postseason. But on the 18th hole at Sedgefield Country Club, Koivun piped his drive straight down the middle, leaving a wedge from the fairway and an easy par. Known for his composure, he was emotionally invested in every outcome down the stretch, a rare sight from the last two months.</p><p>“It's just it’s a different type of nerves when you know you don’t have your stuff and you've got to go out there and execute some shots,” Koivun said. “I think that kind of sparked some emotion in me. Yeah, it’s easier to get comfortable when you’re playing well. It was just kind of a different feeling for me today.”</p><p>Brennan started feeling the nerves, too. He was four shots behind in a tie for fourth going into the final round of the 3M Open and shot 74 to finish out of the top 20. Last week at the Rocket Classic, he was in the final group and one shot out of the lead when he went the wrong direction again, closing with a 73 to tie for 15th.</p><p>He delivered in the final event of the regular season, and it was his mother who came onto the 18th green to celebrate who reminded Brennan the victory also sends him to the Masters. He made his Masters debut this year going from the PGA Tour Americas straight to the big leagues when he won the Bank of Utah Championship last fall.</p><p>Brennan made birdie on the final hole to finish at 22-under 258, matching the tournament record at Sedgefield shot three other times, most recently last year by Wake Forest grad Cameron Young.</p><p>Ben James, the No. 1 player from the PGA Tour University ranking who has a card already secure for 2027, fell out of contention on Saturday but roared back with a 61 to finish third.</p><p>Brennan was the only player to move into the top 70, replacing Steven Fisk, who was at No. 69 but missed the cut at the Wyndham Champion and fell to No. 71.</p><p>Also failing to advance to the postseason was Brooks Koepka, the first player to rejoin the PGA Tour after being at LIV Golf. Koepka needed a fourth-place finish and was saddled again by poor putting that led to a tie for 67th. The five-time major champion had only one top 10 this year.</p><p>“It's just all on the greens. I don't know what they deal is, got zero confidence,” Koepka said. “There's going to be a lot of changes here soon.</p><p>“I think it’s pretty pathetic that I can’t get through (to the postseason),” he said. “To be in the prime of your career and be as good as I think I am, I think that’s very pathetic, disappointing. Just need to go home and completely reevaluate everything."</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPZELTTGVXJR5ECRSK4PCLAJWM.jpg?auth=55d3c0a710334423b13b143c9fe0a35e6bb411697e9c7a80ceef9935180a7151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Brennan reacts after winning the Wyndham Championship golf tournament in Greensboro, N.C., Sunday, Aug. 9, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2HEBVMV2XLUFA432N2PI4I3FE.jpg?auth=12c90420ef11fbc57caf7fce5ba8b956744c40769cef3245cc6f449b0a015090&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Brennan reacts after winning the Wyndham Championship golf tournament in Greensboro, N.C., Sunday, Aug. 9, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M3QAM4DNFA5T5JY53DWPQQIQSM.jpg?auth=25d53654f41a0466e7dcc7036dbab04b78aac54bdc059172a5858fd71c5a0167&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Brennan watches his tee shot on the second hole during the final round of the Wyndham Championship golf tournament in Greensboro, N.C., Sunday, Aug. 9, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJ72HK6OF65ZH73ZDCIUWNOFAI.jpg?auth=26203beb8a3c2332bb50c89cb7a736170e478a708da676715dcab5fdbd1e9f6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Beau Hossler hits from a sand trap on the ninth hole during the final round of the Wyndham Championship golf tournament in Greensboro, N.C., Sunday, Aug. 9, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYCF4TPDBBI4EWFBULVXZ3GGCI.jpg?auth=cbd37c615bf8ff3549f194c81463006343f2f287cf2fc4ce924a64726fbddb37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Kim, of South Korea, reacts to a missed putt on the ninth hole during the final round of the Wyndham Championship golf tournament in Greensboro, N.C., Sunday, Aug. 9, 2026. (AP Photo/Chuck Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content></item><item><title><![CDATA[Aug. 9: Heat is on as students head back to the classroom]]></title><link>https://www.local10.com/weather/2026/08/09/aug-9-heat-is-on-as-students-head-back-to-the-classroom/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/09/aug-9-heat-is-on-as-students-head-back-to-the-classroom/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[The heat is on for students heading back to the classroom.]]></description><pubDate>Sun, 09 Aug 2026 22:31:15 +0000</pubDate><content:encoded><![CDATA[<p>The heat is on for students heading back to the classroom.</p><p>High pressure will remain the dominant weather feature across our region. That means showers will be limited, but the heat will be plentiful.</p><p>Monday will bring hot temperatures and a major heat risk, with heat indices reaching 105 degrees or higher. The sea breeze will push inland by the afternoon, triggering showers across the Everglades and points west.</p><p>Keep those water bottles handy because more sizzling temperatures are on the way for the rest of the week.</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[Trump announces staff secretary Will Scharf will be his new White House counsel]]></title><link>https://www.local10.com/news/politics/2026/08/09/trump-announces-staff-secretary-will-scharf-will-be-his-new-white-house-counsel/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/09/trump-announces-staff-secretary-will-scharf-will-be-his-new-white-house-counsel/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump announced Sunday that his new White House counsel will be Will Scharf, the staff secretary who as the Trump-appointed head of the National Capital Planning Commission helped secure approval for the $400 million ballroom project.]]></description><pubDate>Sun, 09 Aug 2026 23:52:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump announced Sunday that his new White House counsel will be Will Scharf, the staff secretary who as the Trump-appointed head of the National Capital Planning Commission helped secure approval for the $400 million ballroom project.</p><p>Trump said that, beginning Sept. 1, Scharf will be replacing David Warrington, who will be leaving the administration to join the private sector. Trump noted that Scharf previously served as a federal prosecutor and represented him in a number of cases, including at the Supreme Court.</p><p>“Will is Tough, Strong, and Smart! He also loves our Country, and respects the Law,” Trump wrote on Truth Social. “Will Scharf will do a great job as White House Counsel!”</p><p>The shakeup in the White House counsel's office comes at a critical juncture — just months ahead of the midterm elections, where Trump's Republican Party will be fighting to hold on to control of Congress. Democrats have vowed to pursue investigations into Trump and his administration if they are successful in November.</p><p>The White House counsel’s job is to advise on legal and policy questions related to the presidency. The office is the primary White House contact for the Justice Department, and it handles presidential pardons, works on judicial appointments and reviews legislation. The office also helps investigate and manage congressional investigations into the administration and lawsuits against the president when he is sued in his official capacity.</p><p>During Trump's first term, Scharf worked to get judges and justices confirmed for him. They included U.S. Supreme Court Justices Brett Kavanaugh — who himself served as White House staff secretary for President George W. Bush — and Amy Coney Barrett.</p><p>In the period when Trump was out of office, Scharf joined his legal team in October 2023 and was one of his lawyers in the election interference case brought by special counsel Jack Smith. The case went before the Supreme Court, which ruled that presidents enjoy sweeping immunity from criminal prosecution for official acts.</p><p>Scharf is among several of Trump’s lawyers who have been rewarded with spots in his second administration. Todd Blanche, who represented Trump during the Republican’s hush money trial in New York. was confirmed last week as attorney general.</p><p>As White House staff secretary, Scharf was responsible for managing the papers that cross the president’s desk. He is at Trump's side when the president signs executive orders and often provides running narration on what Trump is signing.</p><p>Trump in July 2025 named Scharf as chair of the National Capital Planning Commission, the executive branch agency with jurisdiction over construction and major renovations to government buildings in the region.</p><p>Trump's ballroom won final approval from the NCPC in April, though a divided federal appeals court ruled Friday that construction on the project must stop because Congress had not approved it. Trump has vowed to appeal to the U.S. Supreme Court.</p><p>The project is already well on its way and has begun to rise above ground on the east side of the White House.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EWQAISHJCT3IDKHU5N7GGTAUFU.jpg?auth=e4005a96d8a2087051703bcfa1741f47506737792593ecd2252b934e02444982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - White House staff secretary Will Scharf, left, hands President Donald Trump an executive order to sign in the Oval Office of the White House, Sept. 5, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTFXUTQSJDGGFB3GDXZK56JSOY.jpg?auth=1ad4819220e2068aa7257237ec8d700d5b455d4d7c0e631fda2835c4c50c11bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House staff secretary Will Scharf speaks during an event with President Donald Trump in the Oval Office of the White House, Thursday, Aug. 6, 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/MMT4QWMGXPWZCJNWTDNKRMNBJA.jpg?auth=4f5721b4f477190cf2d3dabf1bf659f654fab1322699f24066c9485f93bc9ec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One at Morristown Airport, Sunday, Aug. 9, 2026, in Morristown, N.J. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre que embistió una patrulla al huir en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/08/09/arrestan-a-hombre-que-embistio-una-patrulla-al-huir-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/arrestan-a-hombre-que-embistio-una-patrulla-al-huir-en-hallandale-beach/</guid><description><![CDATA[El sospechoso chocó su vehículo en Hollywood y trató de escapar a pie antes de ser capturado. El oficial resultó ileso, pero su patrulla sufrió daños.]]></description><pubDate>Sun, 09 Aug 2026 22:04:11 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Hallandale Beach arrestó a un hombre de 21 años acusado de huir de un oficial tras chocar contra su vehículo.</p><p>Según las autoridades, un oficial de la policía de Hallandale Beach (HBPD) patrullaba la cuadra 1700 de East Hallandale Beach Blvd. el sábado, alrededor de las 9:22 p.m., en su patrulla plenamente identificada, cuando vio lo que describió como un vehículo sospechoso cerca de un negocio que estaba cerrado.</p><p>Cuando el oficial se acercó al vehículo, la policía dijo que el conductor —identificado luego en los registros de la cárcel como Mohammad Chehade— puso el auto en reversa, golpeó la patrulla y se dio a la fuga.</p><p>Mientras el oficial lo perseguía, la policía señaló que Chehade intentó varias veces embestir la patrulla con su auto y la golpeó al menos una vez más.</p><p>Las autoridades indicaron que el oficial no resultó herido, pero su vehículo sufrió daños por unos 5,000 dólares.</p><p>La policía dijo que la persecución terminó cuando Chehade estrelló su vehículo en la cuadra 900 de North Ocean Drive, en Hollywood. Fue detenido a varias cuadras del lugar del accidente, luego de intentar escapar a pie, según las autoridades.</p><p>Chehade enfrenta cargos de huida agravada con lesiones o daños, agresión agravada contra un oficial de policía y resistencia a la autoridad sin violencia. Hasta la tarde del domingo, permanecía recluido sin derecho a fianza en la Cárcel Principal de Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KI4ZAPXUKNDQHEIIP2UOCWPZYQ.jpg?auth=8988395784e08cdefbb87c564a4a400c0073796203781b41726245a4b4dad50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Athletics shortstop Jacob Wilson sets MLB record by going 111 straight games without an error]]></title><link>https://www.local10.com/sports/2026/08/09/athletics-shortstop-jacob-wilson-sets-mlb-record-by-going-111-straight-games-without-an-error/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/athletics-shortstop-jacob-wilson-sets-mlb-record-by-going-111-straight-games-without-an-error/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Jacob Wilson’s father will be very proud. All that work on the Little League fields on up has paid off.]]></description><pubDate>Sun, 09 Aug 2026 22:03:02 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Jacob Wilson’s father will be very proud. All that work on the Little League fields on up has paid off.</p><p>Wilson set an MLB record for his position, playing his 111th consecutive errorless game at shortstop for the Athletics and surpassing the Baltimore Orioles’ Mike Bordick, who went 110 games in 2002. Wilson last made an error on July 6, 2025, in a game against San Francisco.</p><p>Jack Wilson, a 12-year major leaguer who also played shortstop, instilled in his son that defense comes first.</p><p>“He’s a very defensive-first guy for me growing up by teaching me defense first before the hitting side of things and making sure you’re always prepared to play defense every day,” said Wilson in the corner of a loud clubhouse after the Athletics beat the Boston Red Sox 4-3 on Sunday at Fenway Park, ending a 12-series losing skid.</p><p>Like any day he plays short, the 24-year-old Wilson was out taking grounders with many of his teammates about two hours before the start of the game.</p><p>“I do that every day that I’m playing short,” he said. “The DH days I try to stay off my feet as much as I can, but every day I’m playing short I’m taking ground balls no matter what. You need to get as much work on the field, ground balls-wise as you can.”</p><p>On Sunday, he had five plays in the field; two pops, with one in which second baseman Jeff McNeil collided with him on an infield fly, two grounders and the middleman on a 4-6-3 double play. One of the grounders was hit deep into the hole by Ceddanne Rafaela and Wilson made a long throw to first.</p><p>Starting pitcher J.T. Ginn sees the work.</p><p>“It’s pretty amazing the way he prepares and works,” Ginn said. “That stuff doesn’t come by chance. He’s a great worker. He’s put a lot of time into his defense.”</p><p>The work paid off and he knows it’s a good message for Little Leaguers across the country.</p><p>“Yes, get a lot of work in,” Wilson said, smiling.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y5CUIUL3CX2URDL4TZSPHN3PRU.jpg?auth=a0c1fd68ab0f25dbe0d2cd72cbf80908855b04cd26bf7c6539fb765e65cda150&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics' Jacob Wilson takes a strike swinging during the fifth inning of a baseball game against the Boston Red Sox, Sunday, Aug. 9, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5WJGZP6FVYT7R2NHLOFJ6LUHVM.jpg?auth=17591001ddf452d34d9d9f514543d88d215f2a557be66e4a7116438f29c1f942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics shortstop Jacob Wilson (5) catches a high fly ball while colliding with second baseman Jeff McNeil (22) during the second inning of a baseball game against the Boston Red Sox, Sunday, Aug. 9, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content></item><item><title><![CDATA[Man arrested after striking police vehicle while fleeing Hallandale Beach officer, cops say]]></title><link>https://www.local10.com/news/local/2026/08/09/man-arrested-after-striking-police-vehicle-while-fleeing-hallandale-beach-officer-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/man-arrested-after-striking-police-vehicle-while-fleeing-hallandale-beach-officer-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Hallandale Beach arrested a 21-year-old man accused of fleeing from a police officer after striking his vehicle. ]]></description><pubDate>Sun, 09 Aug 2026 20:35:47 +0000</pubDate><content:encoded><![CDATA[<p>Police in Hallandale Beach arrested a 21-year-old man accused of fleeing from a police officer after striking his vehicle. </p><p>According to authorities, an HBPD officer was patrolling the 1700 block of East Hallandale Beach Blvd. on Saturday around 9:22 p.m. in his fully marked police cruiser when he saw what he described as a suspicious vehicle near a business that was not open. </p><p>When the officer approached the vehicle, police said the driver, who has since been identified in jail records as Mohammad Chehade, put his car in reverse, striking the police vehicle, before taking off. </p><p>As the officer pursued Chehade, police said he made several attempts to use his car to strike the officer’s cruiser and made contact with it at least one additional time. </p><p>Authorities said the officer was not injured but his vehicle sustained approximately $5,000 worth of damage. </p><p>Police said the pursuit ended when Chehade crashed his vehicle along the 900 block of North Ocean Drive in Hollywood. He was taken into custody several blocks away from the crash scene after initially fleeing on foot, authorities said. </p><p>Chehade is facing charges of aggravated fleeing with injury or damage, aggravated battery on a police officer and resisting an officer without violence. As of Sunday afternoon, he was being held at the Broward Main Jail without bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KI4ZAPXUKNDQHEIIP2UOCWPZYQ.jpg?auth=8988395784e08cdefbb87c564a4a400c0073796203781b41726245a4b4dad50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Teddy Bridgewater steps away from Lions, leaving question at backup QB]]></title><link>https://www.local10.com/sports/2026/08/09/teddy-bridgewater-steps-away-from-lions-leaving-question-at-backup-qb/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/teddy-bridgewater-steps-away-from-lions-leaving-question-at-backup-qb/</guid><dc:creator><![CDATA[By PAULA PASCHE, Associated Press]]></dc:creator><description><![CDATA[ALLEN PARK, Mich. (AP) — Veteran quarterback Teddy Bridgewater has stepped away from football.]]></description><pubDate>Sun, 09 Aug 2026 20:18:22 +0000</pubDate><content:encoded><![CDATA[<p>ALLEN PARK, Mich. (AP) — Veteran quarterback Teddy Bridgewater has stepped away from football.</p><p>“His biggest worry was letting us down, that’s the type of guy he is," Detroit Lions coach Dan Campbell said Sunday, when Bridgewater was placed on the reserve/retired list.</p><p>The 33-year-old journeyman had signed a one-year deal with the Lions in March after spending 2025 with the Tampa Bay Buccaneers. He also spent 2023 and part of 2024 with Detroit.</p><p>“So I’ve known Teddy a long time. As a human being he is unbelievable. Certainly as a player, everything that he’s about, the type of teammate he is, the way he prepares. He always played the game up here," an emotional Campbell said, pointing to his head. “He had a huge heart. He’s going to be missed."</p><p>Campbell, who was assistant head coach with the New Orleans Saints when Bridgewater played there in 2018 and 2019, has maintained a close relationship with the quarterback.</p><p>“I’ll never forget 2019 when Drew (Brees) got injured. We’d just gone out to the Rams, got beat out there and Drew got his thumb and we lost him for five weeks," Campbell said. “Teddy stepped in and we won five in a row. That was Teddy. His time being with us meant a lot, and it meant a lot to our guys. He’s going to be missed."</p><p>Bridgewater had been signed to back up Jared Goff. Undrafted rookie Luke Altmyer, the only other QB on the Lions roster, had been getting more reps in training camp earlier this week when Bridgewater was absent, and again on Sunday.</p><p>“I thought he did some really good things," Campbell said. “He was put in some tough positions for a young player that you absolutely have to be put in, you just do, you’ve got to be thrust in, you need to fail, you need to make mistakes so you can grow and we thought he handled it really well.”</p><p>Altmyer said he has learned so much from Bridgewater.</p><p>“It was a joy to spend some time with him, but it brings about opportunity for myself, and the standard is to play good football no matter how many reps and or whatever my role is, I have a job to do and my job is to do that very, very well at a high level," Altmyer said. “I’m thankful. I believe in my abilities and I’m going to go cut it loose whatever that looks like for me.’’</p><p>The Lions plan to sign a veteran quarterback as soon as Monday.</p><p>Campbell said Goff will not play in the preseason game Thursday in Cincinnati.</p><p>“Certainly Altmyer will take a heavy load and anybody else we get we’ll get them up to speed as fast as we can and give them some reps," Campbell said.</p><p>Bridgewater was drafted by the Minnesota Vikings in 2014 and started 28 games his first two seasons. Before the 2016 season he tore his ACL and suffered more structural knee damage that kept him out of action into the 2017 season. Bridgewater also played for the Dolphins, Broncos, Panthers and Jets.</p><p>In 2024, before he re-signed with the Lions in December, Bridgewater coached Miami Northwestern Senior High, his alma mater, to the Florida Class 3A state championship. But he was suspended for the 2025 season after revealing that he personally paid for meals, ride-share services and treatments for some players.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5TVEDLGWAQQ2LUETKE5NEJ7YQA.jpg?auth=270baf5f47d7f520c3d678df44a208855d9a47c5fa2f9d405ad1fde39a860b2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions quarterbacks Teddy Bridgewater (5) talks with Jared Goff (16) during practice at the NFL football team's training camp, in Allen Park, Mich., Sunday, Aug. 2, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZPJ6KKW2VANLNKMGUZNMXWMJA.jpg?auth=8a74f60d141c18e2f5dd40aea0482721ef5d1b852cfed7b2de61043ff903f9c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions quarterback Luke Altmyer throws during practice at the NFL football team's training camp, in Allen Park, Mich., Sunday, Aug. 2, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Don Nelson, second-winningest NBA coach who won 5 titles as a Celtics player, dies at 86]]></title><link>https://www.local10.com/sports/2026/08/09/don-nelson-second-winningest-nba-coach-who-won-5-titles-as-a-celtics-player-dies-at-86/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/don-nelson-second-winningest-nba-coach-who-won-5-titles-as-a-celtics-player-dies-at-86/</guid><dc:creator><![CDATA[By JOHN RABY, Associated Press]]></dc:creator><description><![CDATA[Don Nelson, the second-winningest coach in NBA history who won five championships as a player with the Boston Celtics, died Sunday. He was 86.]]></description><pubDate>Sun, 09 Aug 2026 20:31:13 +0000</pubDate><content:encoded><![CDATA[<p>Don Nelson, the second-winningest coach in NBA history who won five championships as a player with the Boston Celtics, died Sunday. He was 86.</p><p>Nelson’s family confirmed the death in a statement that did not say where he died or provide a cause.</p><p>“On Sunday morning our beloved husband, dad, grandfather and great-grandfather Don Nelson peacefully went to be with the Lord, surrounded by his loving family,” the statement said. “Throughout his last week, friends and family encircled him with love, sharing the blessing of his friendship and revisiting treasured memories.”</p><p>Nelson is one of two coaches in NBA history to have at least 250 wins with three different franchises — Milwaukee, Dallas and Golden State — also serving as general manager for all three franchises. He was a three-time coach of the year and made the playoffs 18 times in 31 seasons. He went to the conference finals three times with the Bucks and once with the Mavericks, never winning a title.</p><p>Nelson introduced what is now known as the point forward, and his up-tempo style of offense created a buzz. He said the idea of shifting from the dominant big men of the 1970s to an offense focused on speed and the fast break came from his playing days under Celtics Hall of Fame coach Red Auerbach.</p><p>“The league really hadn’t seen an offense like the one we were running, and the results were undeniable,” Nelson wrote in 2016 in The Players’ Tribune.</p><p>Nelson said that “without Red Auerbach teaching me the mechanics of running the fast break, none of it would have been possible. He deserves all the credit for Nellie Ball, and for how fast the game of basketball is played today.”</p><p>Nelson played 11 of his 14 seasons in Boston and was on five Celtics championship teams under four different coaches. He became an assistant coach in Milwaukee after retiring as a player, then took over after coach Larry Costello resigned 18 games into the 1976-77 season. Nelson coached the Bucks for 11 seasons starting in 1976 and won seven straight division titles.</p><p>In Nelson’s second season, Milwaukee overcame a 29-point fourth quarter deficit to beat Atlanta 117-115 in regulation.</p><p>“I coached the team as though I was still playing for the Celtics, while implementing a few of my own strategies,” Nelson wrote. “I knew I wanted to play unconventional basketball and use speed to my advantage.”</p><p>His fast-paced offenses were probably best on display with Golden State in the “Run TMC” era featuring future Hall of Famers Tim Hardaway, Mitch Richmond and Chris Mullin. Nelson said he wanted them on the court at the same time.</p><p>Nelson spent 11 seasons over two stints with Golden State. The first one was punctuated by a rift with rookie star Chris Webber, who was traded away a month into his second season. Nelson, demoralized by the trade, missed nine games that season due to illness and resigned under pressure three months later in February 1995.</p><p>In between, Nelson was fired after less than one season in New York in 1995-96, then coached in Dallas for eight seasons, missing 21 games with the Mavericks starting in December 2000 to recuperate from prostate cancer surgery.</p><p>Nelson’s son, Donnie, joined his father as an assistant coach with the Mavericks in 1998, later became general manager and remained with the organization until 2021. Together they persuaded 20-year-old German star Dirk Nowitzki to pass up European basketball and join the Mavericks. Don Nelson also developed Steve Nash into one of the NBA’s top point guards before Nash went on to win back-to-back MVPs with the Phoenix Suns in 2005 and 2006.</p><p>“Don Nelson was a true innovator whose influence on the game of basketball is still felt today,” current Warriors coach Steve Kerr said. “He consistently challenged conventional thinking, experimented with different lineups and styles of play and saw possibilities in the game that others often did not. So much of what is now commonplace in the modern NBA can be traced back to the way Nellie approached the game."</p><p>At Golden State, Nelson’s “We Believe” Warriors led by Baron Davis upset Nowitzki and the top-seeded Mavericks in the first round of the 2007 playoffs in one of the biggest shockers in NBA history. In his final season as a coach, Nelson mentored rookie Stephen Curry in 2009-10.</p><p>“One of the big reasons I was drafted by the Warriors was because of Don Nelson. The story is he never liked rookies, but from Day 1 he challenged me and gave me an opportunity to be my best self on the court,” Curry said in a statement released by the Warriors. “He taught me a lot during our one season together and I’ll never forget the night he became the winningest coach in NBA history in Minnesota. We were so happy for him. He had an immeasurable impact on the sport and will go down as one of the greatest minds in the history of the game.”</p><p>Davis added: “When I think of Nellie, I’ll always think of the ‘We Believe’ team and our incredible run in 2007. He understood what made us go and made us believe we could beat anybody, ultimately helping us make history as the first No. 8 seed to defeat a No. 1 seed in a seven-game series. That time in my life and career was truly special, and Nellie was a huge part of making it possible.”</p><p>Nelson retired as the NBA’s career coaching wins leader with 1,335, just ahead of Lenny Wilkens’ 1,332. Nelson kept that top spot for nearly 12 years before close friend and now-retired San Antonio coach Gregg Popovich passed him in March 2022.</p><p>Nelson was inducted into the Naismith Memorial Basketball Hall of Fame in 2012. In 2025, he received the Chuck Daly Lifetime Achievement Award, presented by the National Basketball Coaches Association. Miffed that the Mavericks sent Luka Doncic to the Los Angeles Lakers in a blockbuster trade, Nelson wore a pair of Doncic’s signature Jordan Brand sneakers to the awards ceremony. He called the trade a “tremendous mistake.”</p><p>Born in Muskegon, Michigan, Nelson attended high school in Rock Island, Illinois, and averaged a double-double in college at Iowa. He spent his retirement years living on the Hawaiian island of Maui and owned several short-term rentals on the island.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RGCANRVMNESQ7DO36APGV5HXLM.jpg?auth=13302301b57e8c185358b1e553a168efeaf0c3612d27a8e28bad1d8e56f1a073&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chuck Daly Lifetime Achievement Award recipient Don Nelson speaks during a press conference before Game 2 of the NBA Finals basketball series against the Oklahoma City Thunder, June 8, 2025, in Oklahoma City. (AP Photo/Kyle Phillips, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Phillips</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJMV6P22X6ETBFVV7MHUU2A4PI.jpg?auth=e32df6b553835763358ffccda0be440d8099327c0ab6c54b5f4df99db1582b1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Don Nelson (19) goes to the basket against Milwaukee's Cornell Warner (35) during a NBA Championship game, May 12, 1974, in Milwaukee. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YZOQDJVEMJXWLG2A2YCFYSAPQ4.jpg?auth=ad7b82cda16faa8b091bc90056c1cafa6235f98748cc316705695f9674594259&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Golden State Warriors' Baron Davis, right, hugs coach Don Nelson in the fourth quarter of an NBA Western Conference first-round basketball playoff game against the Dallas Mavericks in Oakland, Calif., May 3, 2007. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[If Frederick Richard wants to make men's gymnastics fun, he knows winning has to be part of the plan]]></title><link>https://www.local10.com/sports/2026/08/09/if-frederick-richard-wants-to-make-mens-gymnastics-fun-he-knows-winning-has-to-be-part-of-the-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/if-frederick-richard-wants-to-make-mens-gymnastics-fun-he-knows-winning-has-to-be-part-of-the-plan/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The CEO and founder of Frederick Flips is a busy man. So busy it's easy to wonder sometimes how interested Fred Richard is in keeping the main thing the main thing.]]></description><pubDate>Sun, 09 Aug 2026 18:28:40 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The CEO and founder of Frederick Flips is a busy man. So busy it's easy to wonder sometimes how interested Fred Richard is in keeping the main thing the main thing.</p><p>The underlying tone of the social media content the 22-year-old gymnast and the rest of his five-man business team produce for Richard's growing legion of followers gives off the vibe of someone who doesn't take himself — or his sport — too seriously.</p><p>Most of that is by design. The athlete who has made it his mission to bring gymnastics to a new audience knows making it seem like fun is a vital part of that process.</p><p>It's hardly the only part. And any questions about how invested Richard is in this whole thing were answered Saturday night, when he became the second Black gymnast to win a men's all-around title.</p><p>Richard pulled away from Shane Wiskus and Danila Leykin with six polished and professional routines, offering tangible proof that underneath goofing around on TikTok, his plan to be the face of the men's Olympic program in Los Angeles in two years is very much in full swing.</p><p>“Winning matters to show that your process is working,” Richard said late Saturday.</p><p>Making a statement in more ways than one</p><p>That's even if Richard's process can sometimes be at odds with the norms of a sport that has looked a certain way since long before the Massachusetts native was born.</p><p>When Richard saluted the judges this weekend, he did it while wearing a uniform that ran afoul of the rules. And we're not talking about the singlet that featured his trademark across his chest.</p><p>Rather than don stirrup pants — long the de facto uniform on events like pommel horse — Richard opted for shorts with white compression leggings underneath. It's something he began experimenting with during the later stages of his college career at Michigan, and one he has no plans of abandoning in domestic events even if it means receiving a three-tenths neutral deduction each time.</p><p>On Thursday night, that meant his lead over Leykin was slimmer than it had to be. That didn't stop Richard from taking the same deduction at the start of the competition on Saturday, admitting he was more than willing to potentially jeopardize his shot at a national title to make a statement.</p><p>“I told you I’d laugh if that happens,” Richard said.</p><p>It didn't come to that. He put together an energetic and confident performance to win by more than two points over Wiskus, a 2020 Olympian, and the promising 19-year-old Leykin.</p><p>When Richard landed his vault during the final rotation — one that remains a work in progress as he tries to get his power under control — to seal the victory, he turned toward the crowd inside the Mortgage Matchup Center and flashed the “No. 1” sign before posing for a selfie atop the medal stand while asking the fans in the background to join in.</p><p>Hey, the brand is the brand. And Richard doesn't believe he has to choose between being a funny, charismatic and remarkably self-aware influencer and a champion. Yes, his uniform choice was a conversation starter. He doesn't think it should distract from what he does while wearing it.</p><p>“When you come to a competition, nothing else matters besides staying in your zone, focusing on the details and going for those skills,” he said. “That’s all I came here to do, get better under pressure.”</p><p>Returning to the world stage</p><p>Well, that and earn a spot on the national and world championship teams, roles he surprisingly missed out on a year ago that seemed to mute the glow from helping the American men win their first team medal in 16 years at the 2024 Olympics.</p><p>He promised in the aftermath to get back to work, and with Olympic teammates Brody Malone and Asher Hong out this week — Malone is taking a break while Hong, a two-time national champion, is recovering from an ankle injury — Richard spent his time in the desert showing he's ready to lead in something other than clicks.</p><p>The teenager who announced himself by earning a surprise bronze in the all-around at the 2023 world championships is evolving. He served as a captain at Michigan, and as the window opens on his prime, he seems ready to pick up the mantle as a U.S. leader.</p><p>“I feel like I’m not like, OK, there’s older guys that are like veterans, but I feel I’m entering that veteran territory,” he said. “It’s not my first worlds. It’s not first Olympics.”</p><p>Even if there is plenty to do to assure himself of a place on the team that will step into the spotlight only a home Olympics provides two summers from now. He knows he needs to upgrade the difficulty in some of his routines to become a legitimate medal threat in Los Angeles.</p><p>He'll get a litmus test on where he currently stacks up when the American men take the floor at the world championships in the Netherlands in October. As encouraged as he is at how things are going, he's hardly satisfied.</p><p>The man who has a team of five working for him to keep his website and social media accounts booming understands there are a lot of 30-plus-hour weeks in the gym ahead. It's a grind, one he embraces when the camera isn't on.</p><p>He's hardly the only athlete who considers themselves an influencer. But the reality is anybody with a camera can become one. Not everyone can be a champion. As Los Angeles draws ever closer, Richard is leaning into the difference between the two.</p><p>“The No. 1 trait of the most successful athletes, athlete creators, people growing their sports, people hitting icon status is winning,” he said. “And I want to keep winning and pushing myself to see how much better I can get.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/REZ2KXZQYKF5IYEVU4I47QM4IE.jpg?auth=c389ba421dde0fab622b448740a5293f20b871564bbcba5391a13ecfb5a9ed32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fred Richard competes in the men's rings event during the U.S. Gymnastics Championships, Thursday, Aug. 6, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBRCIFQLTTGNNJ5YZVUA5ZJLUA.jpg?auth=ba6179e6edc53bad0c4d02358dd85feffaacffe4fff3c1698d634c76ec587562&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fred Richard competes in the men's pommel horse during the U.S. Gymnastics Championships, Thursday, Aug. 6, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DTB4EYGUYY4FCDVXGVRCDFRX7U.jpg?auth=01683da99f7102c469af5d78ed09615f4006272155662d0cb30006522d37a161&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fred Richard smiles after competing in the men's rings during the U.S. Gymnastics Championships, Thursday, Aug. 6, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Braves ace Chris Sale ejected by umpire Dan Merzel before start of game against Yankees]]></title><link>https://www.local10.com/sports/2026/08/09/braves-ace-chris-sale-ejected-by-umpire-dan-merzel-before-start-of-game-against-yankees/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/braves-ace-chris-sale-ejected-by-umpire-dan-merzel-before-start-of-game-against-yankees/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Atlanta Braves ace Chris Sale was ejected by umpire Dan Merzel before a pitch was thrown in Sunday’s game against the New York Yankees, a day after being called for a balk that scored a run.]]></description><pubDate>Sun, 09 Aug 2026 21:09:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Atlanta Braves ace Chris Sale was ejected by umpire Dan Merzel before a pitch was thrown in Sunday’s game against the New York Yankees, a day after being called for a balk that scored a run.</p><p>As umpires took the field and walked by the Braves' dugout on the third base side, Sale began barking. Merzel tossed him and Sale said something to crew chief Dan Bellino as the two talked near the dugout rail.</p><p>“I was by the bat rack because the game was about to start and I was getting my helmet,” center fielder Michael Harris II said after his 10th-inning single gave Atlanta a 2-1 win. “I didn’t see him talking to him, but I actually seen the motion of him throwing him out. I was kind of confused but then I saw Sale and remember what happened yesterday and I put two and two together."</p><p>Sale was called for his third career balk by Merzel during the fifth inning of Saturday’s 5-4 loss. Rookie Spencer Jones scored on the balk after getting an RBI triple and Sale began fiercely yelling at Merzel before manager Walt Weiss continued the argument and was ejected.</p><p>“I think he had some words for the umpire from yesterday, but you know what, it’s behind us," Weiss said. “Everyone had their say and we move on.”</p><p>Bellino told a pool reporter after Saturday's game that Sale was called for the balk because he did not declare he was going to pitch from the windup. Bellino said Sale declared he was pitching from the windup when he struck out José Caballero but did not do so ahead of the at-bat to Austin Wells.</p><p>It was Sale’s fourth career ejection. It was his first since Aug. 3, 2019, when he pitched for Boston and was tossed by Mike Estabrook for arguing balls and strikes during the fourth inning of a 9-2 loss at Yankee Stadium.</p><p>Sale allowed three runs and five hits in six innings Saturday for his first loss since June 28. In his third season with the Braves, the veteran left-hander is 12-7 with a 2.20 ERA in 21 starts.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMMQFODLAZOMN2JCVDCIV7JGGA.jpg?auth=e7afc21120633866a21c2cffbfa4ba262aa83b7011353e614ace8ee46b4c178d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Chris Sale, right, argues with home plate umpire Dan Merzel, second left, during the fifth inning of a baseball game against the New York Yankees, Saturday, Aug. 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: August 9, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-full-episode-august-9-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-full-episode-august-9-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 Rep. Jared Moskowitz, attorney Jamie Cole, Florida Sheriffs Association President Billy Woods, and attorney Ryan Abrams.]]></description><pubDate>Sun, 09 Aug 2026 16:15:23 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Rep. Jared Moskowitz, attorney Jamie Cole, Florida Sheriffs Association President Billy Woods, and attorney Ryan Abrams.</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: Billy Woods]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-billy-woods/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-billy-woods/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Marion County Sheriff Billy Woods is the president of the Florida Sheriffs Association. ]]></description><pubDate>Sun, 09 Aug 2026 15:57:10 +0000</pubDate><content:encoded><![CDATA[<p>Marion County Sheriff Billy Woods is the president of the Florida Sheriffs Association. </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[Representante federal Mario Diaz-Balart celebra compromiso de $1,000 millones USD de EE.UU. para apoyar plan de seguridad de De La Espriella en Colombia ]]></title><link>https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Para apoyar al nuevo presidente de derecha de Colombia, el Departamento de Estado de Estados Unidos anunció recientemente $1,000 millones USD en asistencia como parte de “un paquete de seguridad” para desmantelar “redes transnacionales de narcoterrorismo”.]]></description><pubDate>Sat, 08 Aug 2026 22:04:05 +0000</pubDate><content:encoded><![CDATA[<p>Para apoyar al nuevo presidente de derecha de <a href="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html" rel="" title="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html">Colombia , el Departamento de Estado de Estados Unidos </a><a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-u-s-colombia-relations" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-us-colombia-relations">anunció</a> recientemente una ayuda de mil millones de dólares como parte de un “paquete de seguridad” para desmantelar las “redes transnacionales de narcoterrorismo”.</p><p>El representante estadounidense Mario Díaz-Balart emitió declaraciones que, según describió, marcan “el comienzo de un nuevo capítulo para Colombia y su pueblo” bajo el mandato del presidente colombiano Abelardo De La Espriella.</p><p>Díaz-Balart, el fiscal general de Estados Unidos, Todd Blanche, y Terry Cole, el administrador de la DEA, formaron parte de la delegación estadounidense que asistió a la toma de posesión de De La Espriella <a href="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/" rel="" title="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/">el viernes en Cali</a> .</p><p>“Ayer comenzó una nueva amistad y una colaboración para trabajar en equipo en la lucha contra el narcotráfico y fortalecer nuestra relación para contrarrestar las amenazas a nuestra seguridad nacional y la seguridad pública”, escribió Blanche en un comunicado publicado <a href="https://x.com/DAGToddBlanche/status/2086164579470463142" rel="" title="https://x.com/DAGToddBlanche/status/2086164579470463142">en X</a> el sábado.</p><p>Cole, exsecretario de seguridad pública de Virginia, también emitió <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">un comunicado</a> el sábado en el que afirmaba que la alianza entre Estados Unidos y Colombia ya había cambiado la historia anteriormente.</p><p>“La DEA está lista para apoyar nuevamente a Colombia. Perseguiremos a quienes se lucran con la cocaína, la corrupción, la violencia y el terror”, <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">escribió Cole</a> . “No habrá refugio seguro, ni ruta de narcotráfico protegida, ni inmunidad para quienes envenenan nuestras comunidades”.</p><p>De La Espriella, de 48 años, tiene doble ciudadanía estadounidense y colombiana.</p><p>La delegación estadounidense también incluyó a Hugo Guevara, de la Embajada de Estados Unidos en Bogotá; Sara Carter, directora de la Oficina de Política Nacional de Control de Drogas; Cliff Sims, asesor de seguridad nacional del vicepresidente; Viviana Bovo, subsecretaria adjunta principal interina de la Oficina de Asuntos del Hemisferio Occidental; Joseph M. Humire, subsecretario adjunto de Guerra para Asuntos de Seguridad de las Américas; y Kris Jarvis, jefe de operaciones internacionales de la Fuerza de Tarea Conjunta Vulcan.</p><p><a href="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/" rel="" title="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/">Según informó</a> Associated Press el sábado, el ejército colombiano declaró que una facción de la guerrilla de izquierda detonó un coche bomba en una caseta de peaje e hirió a dos guardias.</p><p>También el sábado, el general colombiano Jorge Mora asumió el cargo de ministro de Defensa del país. Su promesa: “Recuperar la seguridad, el orden y la tranquilidad será nuestra prioridad”, escribió en <a href="https://x.com/generaljmora/status/2086109546238431297" rel="" title="https://x.com/generaljmora/status/2086109546238431297">un comunicado</a> . “Colombia volverá a vivir sin miedo”.</p><p><b>Publicaciones relacionadas en redes sociales</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Grateful to lead the U.S. delegation in Colombia for the inauguration of President Abelardo De La Espriella. Yesterday was the start of a new friendship and partnership working as a team in the fight against drug trafficking and furthering our relationship in countering threats… <a href="https://t.co/kKfM0BFJkD">https://t.co/kKfM0BFJkD</a> <a href="https://t.co/AKLfzUPiFp">pic.twitter.com/AKLfzUPiFp</a></p>&mdash; Acting AG Todd Blanche (@DAGToddBlanche) <a href="https://x.com/DAGToddBlanche/status/2086164579470463142?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://x.com/hashtag/%F0%9D%90%83%F0%9D%90%84%F0%9D%90%80?src=hash&amp;ref_src=twsrc%5Etfw">#𝐃𝐄𝐀</a> 𝐀𝐝𝐦𝐢𝐧𝐢𝐬𝐭𝐫𝐚𝐭𝐨𝐫 𝐂𝐨𝐥𝐞 𝐡𝐨𝐧𝐨𝐫𝐞𝐝 𝐭𝐨 𝐫𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭 𝐃𝐄𝐀 𝐚𝐭 𝐭𝐡𝐞 𝐢𝐧𝐚𝐮𝐠𝐮𝐫𝐚𝐭𝐢𝐨𝐧 𝐨𝐟 𝐏𝐫𝐞𝐬𝐢𝐝𝐞𝐧𝐭 𝐀𝐛𝐞𝐥𝐚𝐫𝐝𝐨 𝐃𝐞 𝐋𝐚 𝐄𝐬𝐩𝐫𝐢𝐞𝐥𝐥𝐚.<br><br>Read Full Statement:<a href="https://t.co/vPy6YeUtet">https://t.co/vPy6YeUtet</a><a href="https://x.com/ABDELAESPRIELLA?ref_src=twsrc%5Etfw">@ABDELAESPRIELLA</a><a href="https://x.com/TheJusticeDept?ref_src=twsrc%5Etfw">@TheJusticeDept</a>… <a href="https://t.co/ikCyXubx0Y">pic.twitter.com/ikCyXubx0Y</a></p>&mdash; DEA HQ (@DEAHQ) <a href="https://x.com/DEAHQ/status/2086169458968584330?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Con la firma de mi posesión como Ministro de Defensa reafirmo un compromiso que no admite dudas ni retrocesos: trabajar sin descanso por la seguridad de los colombianos y respaldar a nuestros soldados y policías.<br><br>La seguridad es una obligación, una decisión y una responsabilidad… <a href="https://t.co/Kryoid7x4E">pic.twitter.com/Kryoid7x4E</a></p>&mdash; General Jorge Mora (@generaljmora) <a href="https://x.com/generaljmora/status/2086109546238431297?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J72RUXU3ALCULYAA5M2HT7LBUU.jpg?auth=0e985818bdd38dce6961151b768bce07d240ce4c97b2741b3fce3e189d881d6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, saluda tras prestar juramento en Cali, Colombia, el viernes 7 de agosto de 2026. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA['Spider-Man: Brand New Day' keeps record pace, ‘The Odyssey’ sets new high for Nolan]]></title><link>https://www.local10.com/business/2026/08/09/spider-man-brand-new-day-keeps-record-pace-the-odyssey-sets-new-high-for-nolan/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/09/spider-man-brand-new-day-keeps-record-pace-the-odyssey-sets-new-high-for-nolan/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — “Spider-Man: Brand New Day” continued its blistering pace in theaters, collecting $144.5 million domestically over its second weekend, according to studio estimates Sunday, while Christopher Nolan’s “The Odyssey” set a new high for the director.]]></description><pubDate>Mon, 10 Aug 2026 09:53:12 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — “Spider-Man: Brand New Day” continued its blistering pace in theaters, collecting $144.5 million domestically over its second weekend, according to studio estimates Sunday, while Christopher Nolan’s “The Odyssey” set a new high for the director.</p><p>The Sony-Marvel release has accrued $1.67 billion worldwide in just 10 days of release, putting it on a trajectory to be among the biggest blockbusters ever. Domestically, no movie has wracked up a higher total faster. In U.S. and Canadian cinemas, “Brand New Day” has grossed $655.1 million thus far. Overseas, it’s already surpassed $1 billion.</p><p>It took only seven days for “Brand New Day” to become the highest grossing movie of the year, easily displacing “Toy Story 5” ($1.07 billion worldwide). No Sony film has ever cleared $100 million in its second weekend before. It came close to toppling the best sophomore frame on record: “The Force Awakens,” with $149.2 million in 2015.</p><p>Christopher Nolan’s “The Odyssey” also crossed $1 billion. In its fourth weekend, the Universal Pictures release added $31.5 million domestically to bring its global total to $1.1 billion.</p><p>Nolan’s Homeric epic is the director’s first movie to reach that threshold since 2012’s “The Dark Knight Rises.” It now ranks as Nolan’s biggest box-office hit ever, not accounting for inflation, eclipsing both “The Dark Knight Rises” ($1.08 billion) and 2009’s “The Dark Knight” ($1 billion). Nolan’s “Oppenheimer” ($975 million) ended just shy of the milestone.</p><p>A big part of that success, of course, has been on IMAX. With $147.3 million domestically on the company’s large-format screens, “The Odyssey” now ranks as IMAX’s highest grossing domestic release of all time.</p><p>“The Odyssey” still has one major market left. It opens in China on Friday.</p><p>“Spider-Man: Brand New Day” and “The Odyssey” have helped drive Hollywood to its best box-office year since the pandemic. Ticket sales are running 18.5% ahead of last year, according to Rentrak. There have already been five $1 billion movies — more than any year since 2019. The other two were “Michael” and “The Super Mario Galaxy Movie.”</p><p>Rentrak forecasts that the overall summer theatrical revenue will reach $4 billion on Monday. That seasonal mark has long been a sign of thriving business for Hollywood. Since the pandemic, the only summer to surpass $4 billion was 2023, when “Barbie” and “Oppenheimer” drove ticket sales.</p><p>According to Rentrak, summer revenue is just $14.8 million shy of $4 billion through Sunday.</p><p>A pair of comedies tried to provide some counterprogramming to the blockbusters but made little impact.</p><p>“One Night Only,” a Will Gluck-directed romantic comedy where premarital sex is outlawed except for one night a year, opened with $5.7 million. The Universal release, starring Monica Barbaro and Callum Turner, cost about $25 million to make. Reviews weren’t good (46% fresh on Rotten Tomatoes) but audience scores (a “B+” CinemaScore) were better.</p><p>Coming in fourth was Fox Searchlight’s “Super Troopers 3,” the third in the long-running comedy series from the comedy troupe Broken Lizard. It debuted with $4 million.</p><p>Two new limited releases packed theaters. A24's “Tony,” starring Dominic Sessa as a young Anthony Bourdain, grossed $348,955, good for one of the best screen-average openings of the year: $58,159 per theater. Mubi's “Teenage Sex and Death at Camp Miasma,” from “I Saw the TV Glow” filmmaker Jane Schoenbrun, debuted with a per-location average of $50,300 across five screens.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Spider-Man: Brand New Day,” $145 million.</p><p>2. “The Odyssey,” $31.5 million.</p><p>3. “One Night Only,” $5.7 million.</p><p>4. “Super Troopers 3,” $4 million.</p><p>5. “Toy Story 5,” $3.9 million.</p><p>6. “Minions & Monsters,” $3.5 million.</p><p>7. “Moana,” $2.8 million.</p><p>8. “Ice Cream Man,” $2 million.</p><p>9. “The Invite,” $717,568.</p><p>10. CatVideoFest 2026, $568,414.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FWHXXHNORAMYNOTYMR3C6SLS7M.jpg?auth=38cb90f91db86c6250eed7fe195f3acfc915eefb261c25077824e6408f2a398b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florence Pugh, from left, Tom Holland, Zendaya and Marisa Tomei pose for photographers upon arrival at the 'Spider-Man: Brand New Day' premiere in London, England, Wednesday, July 29, 2026. (Photo by Alberto Pezzali/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NZHYUDRUMHOIYQDU5PRMZZTAQ.jpg?auth=16aac4dc4da40cab70e43721b761ad2b845e09adfe59640d83fd4d1efd72c4c8&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 Sony Pictures shows Tom Holland in a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/3FGPU2IOWM6TRKY6KDTVCAZDEY.jpg?auth=95186bca3f63ddcb8715577266224336e98eeced02f8ffa81151fa52e2e69df3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Mando, from left, Liza Colon-Zayas, Sadie Sink, Jon Bernthal, Tom Holland, Tramell Tillman, director Destin Daniel Cretton, Zendaya, Marvin Jones III, Jacob Batalon, and Eman Esfandi arrive at the premiere of "Spider-Man: Brand New Day" on Monday, July 27, 2026, at the Dolby Theatre in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6X36HADS3GG2R4G746QWFXSWOQ.jpg?auth=601204d2e605bb746b3480b3018be40e81144f51b54152bb8032067962bf4267&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 Sony Pictures shows a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content></item><item><title><![CDATA[Several lanes closed on Florida’s Turnpike near Griffin Road due to vehicle fire]]></title><link>https://www.local10.com/news/local/2026/08/09/several-lanes-closed-on-floridas-turnpike-near-griffin-road-due-to-vehicle-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/several-lanes-closed-on-floridas-turnpike-near-griffin-road-due-to-vehicle-fire/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Several lanes of Florida’s Turnpike were shut down Sunday morning due to a vehicle fire. ]]></description><pubDate>Sun, 09 Aug 2026 14:14:05 +0000</pubDate><content:encoded><![CDATA[<p>Several lanes of Florida’s Turnpike were shut down Sunday morning due to a vehicle fire. </p><p><a href="https://www.local10.com/espanol/2026/08/09/incendio-de-un-vehiculo-cierra-varios-carriles-del-floridas-turnpike/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/09/incendio-de-un-vehiculo-cierra-varios-carriles-del-floridas-turnpike/"><b>Leer en español</b></a></p><p>It was located near the Griffin Road exit in Broward County, just south of Interstate 595. </p><p>Southbound traffic appeared to be merged down to one lane while first responders worked the scene. </p><p>Earlier in the morning, rescue crews were observed working to extinguish the blaze. </p><p>Authorities have not provided any information on the circumstances that led up to the fire, or if anyone was injured. </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[This Week in South Florida: Ryan Abrams]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-ryan-abrams/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-ryan-abrams/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Ryan Abrams is an attorney representing a group opposing a condo project in the city of Hollywood. ]]></description><pubDate>Sun, 09 Aug 2026 16:34:23 +0000</pubDate><content:encoded><![CDATA[<p>Ryan Abrams is an attorney representing a group opposing a condo project in the city of Hollywood. </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[Trump's immigration crackdown looms over Minnesota's bruising Senate primary]]></title><link>https://www.local10.com/news/politics/2026/08/09/trumps-immigration-crackdown-looms-over-minnesotas-bruising-senate-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/09/trumps-immigration-crackdown-looms-over-minnesotas-bruising-senate-primary/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — In the streets surrounding a drab federal office complex next to the Minneapolis airport, the beleaguered resistance to President Donald Trump found its footing.]]></description><pubDate>Sun, 09 Aug 2026 16:26:13 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — In the streets surrounding a drab federal office complex next to the Minneapolis airport, the beleaguered resistance to President Donald Trump found its footing.</p><p>As U.S. immigration agents staged at the Bishop Henry Whipple Federal Building for a monthslong deportation campaign, protesters with whistles and cellphone cameras assembled to oppose them. Two were shot and killed in the city's streets before Trump pulled back under pressure.</p><p>Months later, those confrontations remain the backdrop to Minnesota's Democratic primary for U.S. Senate on Tuesday, which features establishment-backed U.S. Rep. Angie Craig and the more progressive Lt. Gov. Peggy Flanagan. The immigration debate is an added schism in a race that otherwise echoes many of the other left versus center divides that have played out across the United States this year.</p><p>Craig voted for tighter enforcement soon after Trump returned to office last year, only to later express regret for her decision after the Republican president sent a surge of agents into Minneapolis. She backed a resolution that condemned antisemitism after a 2025 firebombing in Boulder, Colorado, and expressed thanks for law enforcement, including U.S. Immigration and Customs Enforcement officers.</p><p>Those votes may turn out to be some of the most fraught of Craig's eight-year career in Congress, decisions that Flanagan has highlighted while trying to portray her rival as unwilling to fight an unpopular administration in Washington.</p><p>“I think that’s when she lost my vote permanently and that’s why I will not vote for her no matter what," said Bryce Bohne, 40, of Minneapolis. The teacher and owner of an educational tourism company is supporting Flanagan.</p><p>Around the Whipple federal building, the fences and barriers are down. The ambient soundtrack is no longer the whistles and chants of protesters, just the rumble of departing jets and passing buses.</p><p>But the signs of what happened remain. A few volunteers in bright orange vests keep vigil across the street for 12-plus hours a day, ready to help people getting released from immigration detention or leaving hearings at the immigration court inside.</p><p>A few miles away, visitors still bring fresh flowers and handwritten notes to memorials marking the spots where Renee Good and Alex Pretti were killed.</p><p>Craig is no stranger to tough races, but until now the heat was from the right</p><p>Craig flipped a Republican-held seat in 2018, and every two years she overcame millions of dollars of attack ads to win tough reelection campaigns.</p><p>Until Craig's Senate run, the heat came from the right. Newly under fire from the other side, the decisions she made as a swing-seat congresswoman have become a liability as a statewide Senate candidate. At one recent event, she adopted the language of the insurgent left, though it did not always seem to come naturally.</p><p>“The working class keeps getting screwed,” she told volunteers preparing to knock on doors for her Saturday in Brooklyn Park, a Minneapolis suburb. “Folks, I don’t know about you, but it is time that we had a working folks reno— reso— renovation—"</p><p>Here, she took a breath.</p><p>"—revolution in this country.”</p><p>In Craig's view, she is well suited to the antiestablishment fervor gaining a foothold in the Democratic Party. Raised by a single mother in an Arkansas trailer park, she has known economic hardship. The lesbian mother of four grown children, she is not the archetype of a traditional member of Congress.</p><p>She was one of the House Democrats to call for President Joe Biden to drop out of the 2024 race after his disastrous debate performance against Trump. As a relatively junior member of Congress, she pushed successfully to become the top Democrat on the Agriculture Committee, jumping ahead of long-tenured colleagues.</p><p>“I consider myself a progressive” she told reporters after her event Saturday. “Every race that I run, Republicans run ads against me saying I vote with Democrats 96, 97% of the time.”</p><p>“Of course, in the primary,” she added, “people want to point out the few votes I’ve taken against Democrats.”</p><p>‘I regret my vote,’ Craig wrote in a mea culpa</p><p>Chief among them was the Laken Riley Act, the first bill passed by Congress after Trump started his second term. It requires federal authorities to detain migrants accused of theft and violent crimes.</p><p>Craig and nearly 60 other Democrats in the House and Senate voted for the bill early in 2025.</p><p>But at the end of the year, as immigration officers descended on Minneapolis, that vote became a liability. Weeks after Good and Pretti were killed, Craig published a mea culpa in a Minnesota Star Tribune column.</p><p>Craig explained that although she had qualms with parts of the law, it had the support of Democrats she respected, and many of her constituents were unhappy with the situation on the border under Biden.</p><p>But the “outright occupation by aggressive, unaccountable federal forces” made clear to her “that supporting any bill that gives ICE new authority in this administration was the wrong decision. And I regret my vote."</p><p>Trump's immigration operation, she says, was not enabled by her vote on the Laken Riley Act.</p><p>“Before that, people had a little bit more sensibility about the fact she was in a tough district and had to take tough votes,” said Corey Day, former executive director of the Minnesota Democratic-Farmer-Labor Party.</p><p>Craig has since presented herself as a strong defender of Minnesotans against Trump. She says her record of winning tough races positions her to ensure the seat stays in Democratic hands.</p><p>“Angie has experience working across demographics that we need to win over statewide, including in rural Minnesota,” said Kevin Anderson, a Hennepin County commissioner who is supporting Craig and went to one of her weekend events. “I love Peggy, I really do, she’s a great politician. But I don’t think she’s ever had to work across Minnesota.”</p><p>Democratic Gov. Tim Walz has declined to endorse either candidate for the seat held by Democrat Tina Smith, who is not running again. Late last month his wife, Gwen Walz, endorsed Craig over Flanagan, his governing partner for two terms.</p><p>The Republican field includes Michele Tafoya, a former NFL sideline reporter.</p><p>Flanagan supporters are suspicious of Craig</p><p>To Flanagan and her supporters, Craig’s vote for the immigration bill was not a pragmatic overture to swing voters but a betrayal.</p><p>“My primary opponent voted for Donald Trump’s immigration bill and was the only Minnesota Democrat to do so,” Flanagan told volunteers in St. Paul on Saturday. “She since then has said that she regrets that vote, and I’m glad. But it shouldn’t have taken 14 months.”</p><p>“We can stand with the immigrant community and not just when it’s politically expedient for us,” Flanagan added.</p><p>Like Abdul El-Sayed, who won last week’s Democratic Senate primary in Michigan, Flanagan supports Medicare for All and wants to curtail U.S. military support for Israel. She is running as much against the donors who have spent millions of dollars backing Craig as she is against Craig herself.</p><p>“The fact that the money is coming from us and only us makes such a huge difference, because she’s beholden to us, not some billionaire with some business or crypto interest,” said 43-year-old Flanagan supporter Justin Ropella, a customer service manager from Woodbury.</p><p>Through July 22, Craig's campaign had spent $9 million and Flanagan's $5.5 million. The disparity was even higher among outside groups, with Craig backers spending considerably more, though both have benefited from an influx of outside spending.</p><p>To help make up the difference, Flanagan has called on the support of progressive champions such as Sen. Bernie Sanders the Vermont independent who campaigned with her last month.</p><p>“If the people of Minnesota can stand up -- and I’m confident that they can -- and tell these billionaires and their lies and their 30-second ads and their super PACs to go to hell, democracy is going to reign,” Sanders said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VPAHODFDJIYWHXRXAEXSWZS7WE.jpg?auth=bdea0dc7adce994890c3597634e15e669ac2788f03f3a61b5b0b1b6ac82297ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Angie Craig, D-Minn., left, and Minnesota Lt. Gov. Peggy Flanagan participate in a forum for U.S. Senate candidates at Farmfest Wednesday, Aug. 5, 2026, in Morgan, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS43QVSMXFANKTX5OF4OLPFUXA.jpg?auth=aa4cf8f53ca6fcdb917a5905ec173c889368207768a1e1a893533fa96cc3d225&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters stand on the side of the road with ICE protest signs, Jan. 19, 2026, in St. Paul, Minn. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6AZ7PC7BFQF5QJGD6Q2I75WKA.jpg?auth=c3507c43a036cc6ea630f54f26039ea4a4340e8686303ec105a517d84e648886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A demonstrator holds a sign reading "Justice for Renee & Alex" during a protest outside a SpringHill Suites and Residence Inn by Marriott hotels, Jan. 26, 2026, in Maple Grove, Minn. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUIRZWZ3GZ7GKP7M6AEXRIY7EE.jpg?auth=4fec7118b8c8edcbae7892fbb1e669e85b5b5f639c152096952341eba333cd4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Angie Craig, D-Minn., a candidate for U.S Senate, speaks to constituents during a door-knocking event Saturday, July 25, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKHRCDEL2QLLM2MEQ2RSJMQXQQ.jpg?auth=98f50008bfafe9e4908f86a69539453d5d461a8d31b236581bd79c5fdbac5fb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lt. Gov. Peggy Flanagan, a Democratic candidate for U.S. Senate, listens to a voter during a campaign event at the Leech Lake Band of Ojibwe Twin Cities Office in Minneapolis, Saturday, Aug. 8, 2026. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Broward prepara menús y aulas para el regreso a clases]]></title><link>https://www.local10.com/espanol/2026/08/09/broward-prepara-menus-y-aulas-para-el-regreso-a-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/broward-prepara-menus-y-aulas-para-el-regreso-a-clases/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Los maestros ya volvieron a preparar los salones antes del arranque del lunes. El desayuno sigue siendo gratis, pero el almuerzo completo sube un dólar.]]></description><pubDate>Sun, 09 Aug 2026 14:36:34 +0000</pubDate><content:encoded><![CDATA[<p>La cuenta regresiva ya comenzó rumbo al nuevo año escolar, y las Escuelas Públicas del Condado de Broward ultiman los preparativos.</p><p>El superintendente Howard Hepburn dice estar listo para que las clases arranquen el lunes.</p><p>“Estamos emocionados de recibir de nuevo a todos nuestros estudiantes”, afirmó. “Nuestros maestros ya regresaron. Están preparando los salones y alistándose para recibir a sus alumnos.”</p><p>El distrito escolar sigue enfrentando una matrícula estudiantil a la baja, lo que se traduce en menos fondos.</p><p>Las autoridades escolares señalan que los planes de estudio especializados marcarán la diferencia, entre ellos el programa de tecnología espacial y de aviación de Miramar High School.</p><p>En cuanto a la alimentación, casi 150 escuelas del distrito califican para ofrecer comidas gratis, y las familias de los planteles restantes pueden solicitar almuerzos a precio reducido.</p><p>“Teníamos un excedente de dinero gracias a subvenciones que recibimos por la COVID, y así pudimos dar de comer gratis a todos nuestros estudiantes”, dijo Elizabeth Seeley, de las Escuelas Públicas del Condado de Broward. “Pero ese excedente ya se está agotando.”</p><p>Aunque el precio del almuerzo completo subirá un dólar en todos los grados, todos los estudiantes podrán seguir disfrutando del desayuno gratis.</p><p>“Somos un distrito muy grande, con muchísimos estudiantes, y todos tienen gustos distintos, así que queremos asegurarnos de ofrecer una gran variedad”, señaló Seeley.</p>]]></content:encoded></item><item><title><![CDATA[Broward County preparing for start of new school year]]></title><link>https://www.local10.com/news/local/2026/08/09/broward-county-preparing-for-start-of-new-school-year/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/broward-county-preparing-for-start-of-new-school-year/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[The countdown is on before the start of a new school year, and Broward County Public Schools are gearing up. ]]></description><pubDate>Sun, 09 Aug 2026 13:35:39 +0000</pubDate><content:encoded><![CDATA[<p>The countdown is on before the start of a new school year, and Broward County Public Schools are gearing up. </p><p><a href="https://www.local10.com/espanol/2026/08/09/broward-prepara-menus-y-aulas-para-el-regreso-a-clases/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/09/broward-prepara-menus-y-aulas-para-el-regreso-a-clases/"><b>Leer en español</b></a></p><p>Superintendent Howard Hepburn says he’s ready for classes to begin on Monday. </p><p>“We’re excited to welcome all our students back,” he said. “Our teachers are already back. They’re preparing classrooms and readying themselves to welcome their students.”</p><p>The school district continues to face dwindling numbers in student enrollment, which means less funding.</p><p>School leaders say specialized curriculum will make a difference, including the space and aviation technology program at Miramar High School.</p><p>When it comes to food offerings, nearly 150 district schools are qualified for free meals, and families at remaining schools can apply for reduced lunches.</p><p>“We had a surplus amount of money because of grants we received from COVID, and then we were able to have all of our students eat for free,” said Elizabeth Seeley with Broward County Public Schools. “But that surplus is now down.”</p><p>Even though full lunch prices will increase by $1 at all grade levels, all students can still enjoy breakfast for free.</p><p>“We are a very large district, and we have a lot of students, and all of them have different likes and dislikes and we want to be sure we’re offering a wide variety,” said Seeley. </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[Grieving parents make public plea for return of ‘priceless’ statue to Miami Lakes park ]]></title><link>https://www.local10.com/news/local/2026/08/08/grieving-parents-make-public-plea-for-return-of-priceless-bronze-statue-to-miami-lakes-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/grieving-parents-make-public-plea-for-return-of-priceless-bronze-statue-to-miami-lakes-park/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[The statue of 5-year-old Jake “Jakey” Duque recently vanished. ]]></description><pubDate>Sun, 09 Aug 2026 02:55:07 +0000</pubDate><content:encoded><![CDATA[<p>The statue of 5-year-old Jake “Jakey” Duque recently vanished. </p><p><a href="https://www.local10.com/espanol/2026/08/09/padres-suplican-que-devuelvan-la-estatua-robada-de-su-hijo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/09/padres-suplican-que-devuelvan-la-estatua-robada-de-su-hijo/"><b>Leer en español</b></a></p><p>Jakey’s grieving parents, Karen and Orlando Duque, were pleading on Saturday that it be returned to the Jakey Duque Park in Miami Lakes. </p><p>“It’s priceless to us,” Karen Duque said about the sculpture crafted by Art &amp; Sculpture Unlimited. </p><p>Jakey was 4 years old when he was diagnosed with diffuse intrinsic pontine glioma, or DIPG, a rare and highly aggressive brain tumor Oct. 11, 2019. </p><p>Jakey died on June 8, 2020. City officials unveiled the tribute, as part of a community effort, on May 8, 2021, at Northwest 154th Street and 89 Avenue.</p><p>“It means a lot to the community,” Orlando Duque said. “It means a lot to us, and we just would like it back ... If they want to come dead of night like they took it and drop it off that’s fine.”</p><p>Karen Duque said they don’t want to press any charges. </p><p>“We just want for it to be returned,” she said. </p><p><b>Related report</b></p>]]></content:encoded></item><item><title><![CDATA[Health officials urge caution for Gulf Coast beachgoers during surge of deadly bacterial infections]]></title><link>https://www.local10.com/news/florida/2026/08/09/health-officials-urge-caution-for-gulf-coast-beachgoers-during-surge-of-deadly-bacterial-infections/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/09/health-officials-urge-caution-for-gulf-coast-beachgoers-during-surge-of-deadly-bacterial-infections/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — Health officials in Louisiana are urging beachgoers to take precautions during a summertime surge in infections from a flesh-eating bacteria found in coastal waters.]]></description><pubDate>Sun, 09 Aug 2026 16:09:58 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — Health officials in Louisiana are urging beachgoers to take precautions during a summertime surge in infections from a flesh-eating bacteria found in coastal waters.</p><p>Louisiana has confirmed nine cases of Vibrio vulnificus infections this year, the state's health department said last week in a news release. All were hospitalized, and five died. During the same period over the previous decade, Louisiana reported an average of seven cases and one death.</p><p>“Seek medical care immediately if a wound exposed to brackish or salt water becomes red, swollen, painful, warm or discolored," officials said in the release. "Tell the health care provider about the water exposure.”</p><p>The Gulf is an ideal environment</p><p>Vibrio bacteria thrive in seawater and in the brackish mix of fresh and saltwater found in estuaries and lagoons. Most infections are reported from May to October, and most happen in states along the Gulf Coast. Doctors say the Gulf is an ideal environment with the right amounts of salt and heat to let this organism proliferate.</p><p>The mostly deadly type is Vibrio vulnificus, according to the Centers for Disease Control and Prevention. As many as one in five of those infections are fatal, a much higher rate than other types of Vibrio bacteria.</p><p>Florida, which tends to have more infections than other states, has reported 14 Vibrio vulnificus cases and two deaths so far this year, compared with 33 cases and five deaths for all of last year. Records show more cases in years when Florida is hit by tropical storms and hurricanes.</p><p>Bacteria enters through breaks in the skin</p><p>Some people become infected by eating raw or undercooked shellfish — particularly oysters. But a large percentage fall ill when the person is in ocean or brackish water and the bacteria enter the body through small breaks in the skin.</p><p>Doctors say severe cases are seen more often in elderly patients, people with weakened immune systems, and those with liver disease, diabetes and certain chronic illnesses.</p><p>Scientists say climate change is helping the germs proliferate and spread northward. A 2023 study found that the northernmost case has been shifting by about 30 miles each year, and that cases overall have been rising.</p><p>Beachgoers can protect themselves</p><p>Vibrio vulnificus can enter the body through unhealed cuts and scrapes, recent piercings and tattoos, and recent surgical incisions. People should immediately wash cuts and scrapes thoroughly with soap and clean running water after coming in contact with coastal waters or raw seafood, the CDC said. They should see a doctor if they start to develop symptoms such as fever, chills, and hot red areas on the skin that start to turn dark and blister.</p><p>Oysters are a particular risk, and there is no way to tell if an oyster is contaminated just by looking at it. People should wash hands with soap and water after handing raw shellfish and wear protective gloves if they have a weakened immune system and are at a higher risk of infection.</p><p>Health officials also offer cooking instructions for clams, mussels and other shellfish. They recommend throwing away any with open shells before boiling or steaming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ET6VBJU5UKLE7NQ7726J5UFCM.jpg?auth=a8d0599fb35afcef3be06ed600455b353e9b87feb865c70c7c3374e8ec49d9a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This 2005 electron microscope image provided by the Centers for Disease Control and Prevention shows Vibrio vulnificus bacteria. (Janice Haney Carr/Centers for Disease Control and Prevention via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Janice Haney Carr</media:credit></media:content></item><item><title><![CDATA[Man hospitalized after being stabbed by brother in Miramar, police say]]></title><link>https://www.local10.com/news/local/2026/08/09/man-hospitalized-after-being-stabbed-by-brother-in-miramar-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/man-hospitalized-after-being-stabbed-by-brother-in-miramar-police-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A man is in custody after police said he stabbed his brother after the two got into an argument.]]></description><pubDate>Sun, 09 Aug 2026 14:23:09 +0000</pubDate><content:encoded><![CDATA[<p>A man is in custody after police said he stabbed his brother after the two got into an argument.</p><p><a href="https://www.local10.com/espanol/2026/08/09/pelearon-entre-hermanos-y-uno-apunalo-al-otro-en-miramar/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/09/pelearon-entre-hermanos-y-uno-apunalo-al-otro-en-miramar/"><b>Leer en español</b></a></p><p>It happened Saturday night in the area of the 6900 block of Southwest 26th Street in Miramar. </p><p>According to police, the brothers got into an argument when one of them pulled out a pocket knife and stabbed the other. </p><p>Authorities said the victim was rushed to Memorial Regional Hospital with injuries considered non-life-threatening. </p><p>Miramar police said a Broward Sheriff’s Office helicopter and Pembroke Pines police K9 units assisted in locating the suspect, who has yet to be identified. </p><p>Police said the suspect was taken into custody without further incident. </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[Pelearon entre hermanos y uno apuñaló al otro en Miramar]]></title><link>https://www.local10.com/espanol/2026/08/09/pelearon-entre-hermanos-y-uno-apunalo-al-otro-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/pelearon-entre-hermanos-y-uno-apunalo-al-otro-en-miramar/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description></description><pubDate>Sun, 09 Aug 2026 16:00:59 +0000</pubDate><content:encoded><![CDATA[<p>La víctima fue trasladada de urgencia al hospital con heridas que no ponen en riesgo su vida. El agresor quedó bajo custodia sin mayores incidentes.</p><p> Un hombre está bajo custodia luego de que, según la policía, apuñalara a su hermano tras una discusión entre ambos.</p><p>El hecho ocurrió la noche del sábado en las inmediaciones de la cuadra 6900 de la calle 26 del suroeste, en Miramar.</p><p>De acuerdo con la policía, los hermanos discutían cuando uno de ellos sacó una navaja y apuñaló al otro.</p><p>Las autoridades informaron que la víctima fue trasladada de urgencia al Memorial Regional Hospital con heridas que no se consideran de gravedad.</p><p>La policía de Miramar señaló que un helicóptero de la Oficina del Sheriff de Broward y unidades caninas de la policía de Pembroke Pines ayudaron a localizar al sospechoso, quien aún no ha sido identificado.</p><p>La policía indicó que el sospechoso fue detenido sin mayores incidentes.</p>]]></content:encoded></item><item><title><![CDATA[Olympian Hudson-Smith says he's unsure if he's been paid what's owed by Grand Slam Track]]></title><link>https://www.local10.com/sports/2026/08/09/olympian-hudson-smith-says-hes-unsure-if-hes-been-paid-whats-owed-by-grand-slam-track/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/olympian-hudson-smith-says-hes-unsure-if-hes-been-paid-whats-owed-by-grand-slam-track/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[BIRMINGHAM, England (AP) — Olympic silver medalist Matt Hudson-Smith says he has “a memory like a fish” and doesn't know if he's been paid what he's owed by Grand Slam Track, the league that filed for Chapter 11 bankruptcy protection late last year.]]></description><pubDate>Sun, 09 Aug 2026 15:54:43 +0000</pubDate><content:encoded><![CDATA[<p>BIRMINGHAM, England (AP) — Olympic silver medalist Matt Hudson-Smith says he has “a memory like a fish” and doesn't know if he's been paid what he's owed by Grand Slam Track, the league that filed for Chapter 11 bankruptcy protection late last year.</p><p>Hudson-Smith spoke Sunday at a press conference ahead of the European championships in Birmingham, England, and addressed four-time Olympic champion Michael Johnson's comments, in an interview with the Telegraph, that he had now “been able to get these athletes paid.”</p><p>Johnson formed the league by providing star athletes with salaries and appearance fees to compete on a four-event circuit in 2025. There also was prize money at each race but the series was cut short when Grand Slam Track canceled its final meet last June in Los Angeles.</p><p>“I’m going to be real, I have a memory like a fish, so I can’t remember what’s going on,” said Britain's Hudson-Smith, a two-time European champion in the 400 meters</p><p>A filing in U.S. Bankruptcy Court in Delaware in January listed Hudson-Smith as being owed $147,500.</p><p>“This whole year, I’ve been just focused on Europeans. Grand Slam, I don’t know if I’ve been paid, to be honest with you, and you can quote that,” said the 31-year-old Hudson-Smith, who won silver in the 400 at the 2024 Paris Olympics.</p><p>The court filing listed more than 300 people and companies owed some $40 million. Eric Edwards Jr., a lesser-known hurdler, was on the list and told The Associated Press in January that the money was earmarked for practical needs like paying rent.</p><p>Johnson told the Telegraph that he's spent the past year finding solutions for the athletes.</p><p>“Everybody's been paid — $11 million for three track meets — more money than has ever been paid to track athletes to compete,” Johnson said.</p><p>A note on the bottom of the Telegraph's video interview of Johnson said: “Johnson raised $11m to pay athletes but some of that is held in escrow and still in the process of being distributed.”</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZSX3WJG64JWT7WHGSMC3NXWVE.jpg?auth=4a86877290c6a3587f3faf3cd6b47ce0050f65b4964a501f669e6d076ab1b1a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Matthew Hudson-Smith poses in front of a stand named after him, during a training session ahead of the start of the European Athletics Championships, in Birmingham, England, Sunday, Aug. 9, 2026. (Martin Rickett/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Rickett</media:credit></media:content></item><item><title><![CDATA[Aces rest A'ja Wilson, Chelsea Gray and Jackie Young after brutal back-to-back travel]]></title><link>https://www.local10.com/sports/2026/08/09/aces-rest-aja-wilson-chelsea-gray-and-jackie-young-after-brutal-back-to-back-travel/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/aces-rest-aja-wilson-chelsea-gray-and-jackie-young-after-brutal-back-to-back-travel/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Without A'ja Wilson, Chelsea Gray and Jackie Young, the Las Vegas Aces were no match for the New York Liberty, losing 111-71 on Sunday.]]></description><pubDate>Sun, 09 Aug 2026 19:26:20 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Without A'ja Wilson, Chelsea Gray and Jackie Young, the Las Vegas Aces were no match for the New York Liberty, losing 111-71 on Sunday.</p><p>Coach Becky Hammon rested her top three players because the Aces were playing the second half of a difficult back-to-back after losing in Minnesota on Saturday.</p><p>“My players' health is the most important," Hammon said after the game. “You got to be healthy and fresh as much as possible, obviously, after going through a season. So, the health and safety of players come first. Where we end up (in the standings), we end up.”</p><p>Hammon felt resting her top players could help the team on the back end of the schedule because all three will be taking part in the FIBA World Cup next month, so they won't be getting any rest when the WNBA goes on break next month for a few weeks.</p><p>“I’m not going to put them in any kind of jeopardy to get hurt when we’ve been expending a lot of energy on travel and a lot of miles back and forth crisscrossing the country,” Hammon said.</p><p>The necessity to rest the trio happened because of a brutal schedule. After the loss to Minnesota, the team didn't arrive at its hotel in New York until nearly 10 p.m. after making the almost 1,200-mile trek from Minneapolis.</p><p>“I mean, everybody has a brutal schedule at some point. I don’t even think they do this in the NBA, though, where it’s less than 24 hours,” Hammon said. “With the time change, it ends up being that.”</p><p>The NBA, like the WNBA, actually won't make a team travel two times zones or have less than 22 hours between games if it’s playing consecutive days, according to a person familiar with scheduling. The person spoke to The Associated Press on condition of anonymity because they weren’t authorized to speak publicly about it.</p><p>Sunday’s game against the Liberty was on ABC and had a 12:30 p.m. EDT tipoff because the network was showing the Little League Softball World Series championship game afterward.</p><p>The early tipoff meant an early wake up and arriving at the arena less than 12 hours after the Aces got to their hotel.</p><p>Sunday's contest capped a five-game road trip for the Aces that started last Saturday in Chicago. The Aces lost that game and then went on to rout Atlanta. A stop in Indiana on Thursday ended with an overtime victory by Las Vegas thanks to buzzer-beating 3-pointers by Gray at the end of regulation and overtime.</p><p>Now the Aces head home for five straight games in Las Vegas.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3MZK47DHWWDUJBXEL2LIIP7FU.jpg?auth=cee93582d8b09124148f94ac1d7af198adaa506fafb13948312bae29e8259477&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Aces head coach Becky Hammon stands on the court during a timeout in the first half of a WNBA basketball game against the Minnesota Lynx Saturday, Aug. 8, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAOYA2BSGMUDUAO2AZLCMPYU3Q.jpg?auth=4464c1f66b495b9c2ce086dbeef7c753b3ff5f119650dd04f8e37c588f9cdc4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Aces center A'ja Wilson (22) celebrates after making a shot during the second half of a WNBA basketball game against the Minnesota Lynx Saturday, Aug. 8, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Jamie Cole]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-jamie-cole/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-jamie-cole/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[The state of Florida continues to push for property tax reform. ]]></description><pubDate>Sun, 09 Aug 2026 15:48:15 +0000</pubDate><content:encoded><![CDATA[<p>The state of Florida continues to push for property tax reform. </p><p>Weston City Attorney Jamie Cole 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[This Week in South Florida: Jared Moskowitz]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-jared-moskowitz/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/09/this-week-in-south-florida-jared-moskowitz/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Rep. Jared Moskowitz is running for election in U.S. House District 25. ]]></description><pubDate>Sun, 09 Aug 2026 15:31:35 +0000</pubDate><content:encoded><![CDATA[<p>Rep. Jared Moskowitz is running for election in U.S. House District 25. </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[Tears of joy for Demi Vollering after winning the Women's Tour de France for the second time]]></title><link>https://www.local10.com/sports/2026/08/09/tears-of-joy-for-demi-vollering-after-winning-the-womens-tour-de-france-for-the-second-time/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/09/tears-of-joy-for-demi-vollering-after-winning-the-womens-tour-de-france-for-the-second-time/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[After winning the Women's Tour de France for the second time on Sunday, Demi Vollering tried hard to hold back tears while the Dutch national anthem played.]]></description><pubDate>Sun, 09 Aug 2026 18:48:46 +0000</pubDate><content:encoded><![CDATA[<p>After winning the Women's Tour de France for the second time on Sunday, Demi Vollering tried hard to hold back tears while the Dutch national anthem played.</p><p>It was her toughest moment of the day after an ultra-dominant performance on the bike from the 2023 champion.</p><p>She secured an impressive stage win, and in doing so extended her overall lead over Polish rider Katarzyna Niewiadoma-Phinney to 1 minute, 18 seconds clear of the 2024 champion.</p><p>Vollering raised her bike in the air moments after crossing the finish line in Nice. Niewiadoma-Phinney had started Sunday’s ninth and final stage only eight seconds behind Vollering, who got a time bonus for winning it.</p><p>Finally, as the Dutch anthem ended, a lone tear trickled down the side of Vollering's face. A few more soon followed as her achievement hit home.</p><p>“It’s not only the dream of winning the Tour de France. It’s also the dream of living this life, of working hard along with passionate people," the 29-year-old Vollering said. “It all starts with dreaming. Go chase the dreams and don’t let anyone stop you."</p><p>Nobody could on Sunday.</p><p>Knowing that she was well clear, Vollering began to celebrate as the line approached, raising her arm in triumph and then tapping her head with her finger to show her mental strength.</p><p>“I was thinking about a lot of things as I was approaching the finish line. I thought that I had never won in the yellow jersey before,” Vollering said. “I thought about how much work has gone into this victory. I thought about the people who have been behind me.”</p><p>She finished the stage 1 minute, 4 seconds ahead of Spaniard Paula Blasi Cairol and Niewiadoma-Phinney, who looked tired but was all smiles later on the podium.</p><p>Former Giro d’Italia champion Elisa Longo Borghini of Italy was third overall in the Tour — 4:29 behind — after Marlen Reusser lost valuable time after crashing going downhill after the second of the day’s four climbs.</p><p>Reusser ended up 14th overall at nearly 26 minutes behind.</p><p>Vollering attacks</p><p>Niewiadoma-Phinney had it all to do on the final climb, especially with her rival sitting on her wheel, and was unable to pressure Vollering.</p><p>Vollering attacked about 800 meters from the top and dropped Niewiadoma-Phinney — as she did when winning Saturday’s eighth stage to take the overall lead from her rival.</p><p>Two years ago, Vollering missed out on Tour victory after finishing an agonizing four seconds behind Niewiadoma-Phinney on the last stage.</p><p>She made full amends this time.</p><p>Vollering has now won five Grand Tours, including two Spanish Vuelta titles and the Giro d’Italia secured in June to join countrywoman Annemiek van Vleuten as the only other female cyclist to have won all three Grand Tours.</p><p>“I still have a lot of dreams," Vollering said. "On and off the bike.”</p><p>Four climbs</p><p>Each of the first three climbs on Sunday was 7.7 kilometers long with a 5.9% average gradient. But the final ascent branched off onto a slightly different route which, even though it was shorter at 6 kilometers, had a steeper average gradient of 7.6% with one portion stretching to a grueling 12%.</p><p>It made little difference.</p><p>After winning Friday’s seventh stage with an impressive solo attack of her own up the iconic Mont Ventoux, Niewiadoma-Phinney seemed short of energy and Vollering’s lead was never under threat.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FUHNRC3RCL3BJTF5B44VSDLUBU.jpg?auth=eb4f17ed83d6b36d3ee219a502244711a2ebba96191e0144061f02180658932a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Demi Vollering celebrates on the podium after winning the Women's Tour de France cycling race (Tour de France Femmes) in Nice, France, Sunday, Aug. 9, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIEK7D5HQTESHCAVDSJDIRF6HA.jpg?auth=23db70ee465a899a9c4436893e8e73d9870222c2b872f6ec26f89fb01218fd81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Demi Vollering celebrates on the podium after winning the Women's Tour de France cycling race (Tour de France Femmes) in Nice, France, Sunday, Aug. 9, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW6O6DQLOJ6SXU726YUZPBHDGY.jpg?auth=d38a3a0daa36d5af5fe4b868ba7bcc9c9f93aa68cf954649e4eddc992d8c874f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Winner Netherlands' Demi Vollering, centre, celebrates on the podium with Poland's Katarzyna Niewiadoma-Phinney, centre left, and Italy's Elisa Longo Borghini, centre right, after the Women's Tour de France cycling race (Tour de France Femmes) in Nice, France, Sunday, Aug. 9, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4UDHO7C5S2NKMR4DPRMTHFBAE.jpg?auth=3f0106cad56fb6008b9d7a02fc157dc44a8ddc9044e0e850ab1ae35e3d708a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Demi Vollering celebrates as she crosses the finish line to win the ninth stage of the Women's Tour de France cycling race (Tour de France Femmes) in Nice, France, Sunday, Aug. 9, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YLUWNN6DOIA55UEGEQ5FUKWYO4.jpg?auth=db2f0d90a989cf03788fb1aa58464716f662fb6687a262af424003402ce7395a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Demi Vollering celebrates as she crosses the finish line to win the ninth stage of the Women's Tour de France cycling race (Tour de France Femmes) in Nice, France, Sunday, Aug. 9, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content></item><item><title><![CDATA[Barbería de Palmetto Bay regala útiles y cortes antes del regreso a clases]]></title><link>https://www.local10.com/espanol/2026/08/09/barberia-de-palmetto-bay-regala-utiles-y-cortes-antes-del-regreso-a-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/09/barberia-de-palmetto-bay-regala-utiles-y-cortes-antes-del-regreso-a-clases/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Estudiantes de kínder a duodécimo grado recibieron mochilas, kits de higiene y cortes de cabello gratis. El evento benefició a jóvenes en situación vulnerable.]]></description><pubDate>Sun, 09 Aug 2026 14:45:26 +0000</pubDate><content:encoded><![CDATA[<p>Para muchas familias, preparar a los hijos para el regreso a clases puede volverse costoso muy rápido.</p><p>La mañana del domingo, en Palmetto Bay, un grupo de negocios locales y organizaciones sin fines de lucro se unió para aliviar esa carga y ofreció de todo —desde útiles escolares hasta cortes de cabello— completamente gratis.</p><p>El evento se realizó en la barbería The Cut Stop, ubicada en el 9853 E Fern St., donde se recibió a estudiantes desde kínder hasta duodécimo grado para entregarles mochilas, útiles escolares, kits de higiene y otros artículos esenciales.</p><p>Los asistentes también disfrutaron de cortes de cabello y trenzado gratis, además de exámenes físicos deportivos, vales para orientación psicológica, servicios de cejas y otros recursos.</p><p>En total, 13 negocios y organizaciones sin fines de lucro colaboraron en el evento del domingo.</p><p>Los organizadores dijeron que la meta es que los estudiantes lleguen al nuevo año escolar sintiéndose preparados y seguros de sí mismos, en especial los jóvenes atendidos por LSF Miami Bridge Youth &amp; Family Services.</p><p>La organización administra refugios de emergencia para niños que enfrentan situaciones de trauma o inestabilidad, lo que convierte el inicio del año escolar en un reto aún mayor para algunas familias.</p>]]></content:encoded></item><item><title><![CDATA[El-Sayed spoke with Obama as Michigan Democrats look to unite after a bitter Senate primary]]></title><link>https://www.local10.com/news/politics/2026/08/09/el-sayed-spoke-with-obama-as-michigan-democrats-look-to-unite-after-a-bitter-senate-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/09/el-sayed-spoke-with-obama-as-michigan-democrats-look-to-unite-after-a-bitter-senate-primary/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[BRIDGEWATER, N.J. (AP) — Abdul El-Sayed, the Democratic nominee for U.S. Senate in Michigan, said Sunday he has spoken with Barack Obama and hopes the former president campaigns with him as the party tries to unite after a bitter primary that exposed deep rifts between its progressive and moderate wings.]]></description><pubDate>Sun, 09 Aug 2026 14:41:20 +0000</pubDate><content:encoded><![CDATA[<p>BRIDGEWATER, N.J. (AP) — Abdul El-Sayed, the Democratic nominee for U.S. Senate in Michigan, said Sunday he has spoken with Barack Obama and hopes the former president campaigns with him as the party tries to unite after a bitter primary that exposed deep rifts between its progressive and moderate wings.</p><p>El-Sayed said his Friday conversation with Obama was “really warm and inspiring." The candidate did not provide details.</p><p>“I was grateful for his advice. It was very warm, very inviting, and I know that he knows the critical role that Michigan is going to play,” El-Sayed told NBC’s “Meet the Press."</p><p>Asked if he would like to see Obama come to Michigan to drum up support for Democrats before the midterm elections in November, El-Sayed said he “really” hoped so and that Obama “knows a lot about winning Michigan” after carrying the state in the 2008 and 2012 presidential races.</p><p>An Obama spokesperson confirmed the call.</p><p>The discussion came the same day that a group of Michigan nominees and other notable national Democrats tried to present a united front at a rally in Detroit. The crowd cheered loudest for El-Sayed, a former public health official who last week narrowly beat establishment-backed U.S. Rep. Haley Stevens in a contentious and closely watched primary. A Democratic victory in the fall is crucial to the party's chances of regaining a Senate majority.</p><p>Democratic Sen. Gary Peters is not seeking reelection in the perennial swing state, which Republican Donald Trump won in 2016 and 2024, while Democrat Joe Biden carried in 2020.</p><p>El-Sayed faces Republican Mike Rogers, a former congressman who narrowly lost the Senate race to Democrat Elissa Slotkin in 2024 and has tried to capitalize on lingering tensions within the Democratic Party.</p><p>Rogers has released a video message attempting to appeal to Democrats who feel their party may be moving too far to the left with El-Sayed. “You have a home with us," Rogers says in the video.</p><p>During an interview Sunday with CNN's “State of the Union,” El-Sayed acknowledged that "we aired our differences” in the heated primary. But he said the internal divisions are "so much smaller than the similarities that we share.”</p><p>“You’re seeing folks come together,” El-Sayed said, before adding of moderate Democrats, “We might see the world differently. But we also recognize the responsibility to come together.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QM6PKF6O7YOM6P3LTCZ5DK2E7I.jpg?auth=08413963e090a1c45275edc4c6a8dfa9cb520ed05252afcab9511c523b52fde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic nominee for U.S. Senate Abdul El-Sayed Speaks at a General Election Kickoff Rally for Michigan Demcrats at Renaissance High School Friday, Aug. 7, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNAGNUWOQKXIMPM3NSFPTBGLHQ.jpg?auth=13dd5c37bddfeecee1a7a7aa557d843b357ff756171c7c0bb6ef628604d7ce65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Barack Obama speaks during the dedication ceremony for the Obama Presidential Center, June 18, 2026, in Chicago. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AYOOZYWPUI3GRUVTSMA5O7FUU.jpg?auth=96dbdb057ccca07fb11f4693058c52b567e5088c584304e0910520661c041d25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic nominee for U.S. Senate Abdul El-Sayed Speaks at a General Election Kickoff Rally for Michigan Demcrats at Renaissance High School Friday, Aug. 7, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Michael Irvin’s ‘Fetching Fletchers’ to follow Mark Fletcher Jr.’s mom as she travels to every game]]></title><link>https://www.local10.com/sports/local/2026/08/09/michael-irvins-fetching-fletchers-to-follow-mark-fletcher-jrs-mom-as-she-travels-to-every-game/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/09/michael-irvins-fetching-fletchers-to-follow-mark-fletcher-jrs-mom-as-she-travels-to-every-game/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A new online series from Pro Football Hall of Fame wide receiver and former Miami Hurricanes great Michael Irvin will follow Linda Fletcher, the mother of Hurricanes star running back Mark Fletcher Jr., as she travels to attend every one of her son’s games.]]></description><pubDate>Sun, 09 Aug 2026 14:00:41 +0000</pubDate><content:encoded><![CDATA[<p>A new online series from Pro Football Hall of Fame wide receiver and former Miami Hurricanes great Michael Irvin will follow Linda Fletcher, the mother of Hurricanes star running back Mark Fletcher Jr., as she travels to attend every one of her son’s games.</p><p>Irvin’s Playmaker Production is launching “Fetching Fletchers,” which will document Linda Fletcher’s journey on the road in a custom-themed RV that Irvin gifted to her. </p><p>“My heart just opened wide up,” Linda Fletcher said. “I started crying for sure.”</p><p>Irvin said the series is about more than football — it’s about family and the bond within the Miami Hurricanes community.</p><p>“Yeah, it’s a beautiful feeling, beautiful thing,” he said. “We always talk about family, and that’s what this is about. That’s what the U is about, it’s the U family, and that extends everywhere.”</p><p>Irvin, who played at Miami before a Hall of Fame NFL career, said the Hurricanes have developed a strong community among the families of their players.</p><p>“And the greatest part about this is, when we were here, we really didn’t have like a mom’s coalition, you know what I mean?” Irvin said. “And to have that, that’s why we got such great players. These guys are great, great guys.”</p><p>“I’m talking about, yeah, they’re great, great football players, but these are great, great people,” Irvin continued. “And that’s why we have to highlight that.”</p><p>Fletcher said she was already committed to following her son on the road, but the series gives her an opportunity to encourage other mothers to support their children.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Here&#39;s what Linda Fletcher and Michael Irvin had to say about her new ride to watch her son play this season <a href="https://t.co/r7atzIciwn">pic.twitter.com/r7atzIciwn</a></p>&mdash; David Lang (@Dukielang) <a href="https://x.com/Dukielang/status/2086187192209064078?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><p>“I was gonna do it anyways, but the blessing of being able to do it like this, it’s just very amazing and I just would love to inspire other moms go the long way with your child, especially those ones that are doing the right thing and being great,” Linda Fletcher said. “And so yeah, I’m fully on board like I always say and I’m just excited to get behind the wheel and get going.”</p><p><a href="https://www.instagram.com/fetchingfletchers/reel/Dby1WCaRA6o/" target="_self" rel="" title="https://www.instagram.com/fetchingfletchers/reel/Dby1WCaRA6o/">Click here</a> for more information on the web series. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Very cool story out front at UM. Michael Irvin’s Playmaker Production Company is launching &quot;Fetching Fletchers” series. It will follow Linda Fletcher to attend every one her son Mark Fletcher Jr.&#39;s games for the Canes. The cameras will be on the road in this custom-themed RV. <a href="https://t.co/WfXakURa69">pic.twitter.com/WfXakURa69</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2086142954784113085?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Palmetto Bay business holds back-to-school giveaway, offering everything from supplies to haircuts]]></title><link>https://www.local10.com/news/local/2026/08/09/palmetto-bay-business-holds-back-to-school-giveaway-offering-everything-from-supplies-to-haircuts/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/09/palmetto-bay-business-holds-back-to-school-giveaway-offering-everything-from-supplies-to-haircuts/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[For many families, getting their children ready to head back to school can get expensive fast.]]></description><pubDate>Sun, 09 Aug 2026 13:52:40 +0000</pubDate><content:encoded><![CDATA[<p>For many families, getting their children ready to head back to school can get expensive fast.</p><p>On Sunday morning in Palmetto Bay, a group of local businesses and nonprofits teamed up to take some of that pressure off, providing everything from school supplies to haircuts, all for free.</p><p>The event was held at The Cut Stop barbershop, located at 9853 E Fern St., were students in kindergarten through 12th grade were welcomed to receive backpacks, school supplies, hygiene kits and other essentials.</p><p>They’re also being treated to free haircuts and hair braiding, along with sports physicals, counseling vouchers, brow services, and other resources.</p><p>In all, 13 local businesses and nonprofits contributed to Sunday’s event.</p><p>Organizers said the goal is to make sure students walk into the new school year feeling prepared and confident, especially young people served by LSF Miami Bridge Youth &amp; Family Services. </p><p>The group operates emergency shelters for children dealing with trauma or instability, making the start of a new school year an even bigger challenge for some families.</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[Boat capsizes in New York Harbor, woman and 5-month-old baby die]]></title><link>https://www.local10.com/news/2026/08/09/boat-capsizes-in-new-york-harbor-woman-and-5-month-old-baby-die/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/09/boat-capsizes-in-new-york-harbor-woman-and-5-month-old-baby-die/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The operator of a boat that capsized in New York Harbor, killing a mother and her infant daughter, is facing criminal charges and authorities are investigating whether the vessel was an illegal charter, the U.S. Coast Guard said Sunday.]]></description><pubDate>Sun, 09 Aug 2026 20:07:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The operator of a boat that capsized in New York Harbor, killing a mother and her infant daughter, is facing criminal charges and authorities are investigating whether the vessel was an illegal charter, the U.S. Coast Guard said Sunday.</p><p>The 22-foot Bayliner speedboat overturned around 10:25 p.m. Saturday near Liberty Island, home to the Statue of Liberty, the U.S. Coast Guard said.</p><p>Twelve people were rescued from the water before police arrived, and police divers later located the 27-year-old woman and 5-month-old girl in the water. Both were taken to a hospital where they were pronounced dead. According to the Coast Guard, the others were in stable condition.</p><p>“We are deeply saddened by the tragic loss of life last night, and our thoughts are with the victims’ family and loved ones during this incredibly difficult time,” said Capt. Doreen McCarthy, the Coast Guard Sector New York commander. “We are extremely grateful for the heroic, swift actions of our partner agencies and Good Samaritan vessel who assisted in rescuing survivors from the water.”</p><p>Manuel Hernandez, 46, of New York, has been charged with 13 counts of reckless endangerment, police said. No phone number for him could be found Sunday, and the case has not yet been entered into online court records.</p><p>The victims' identities have not been released pending notification of family, police said Sunday.</p><p>Adam Schwartz said his sightseeing company's hot tub boat, Sea the City II, was out on a cruise when the accident occurred and took the 12 survivors onboard.</p><p>“Our captain and both crew members immediately assisted, called in to the Coast Guard and ... then coordinated with the Coast Guard and NYPD Harbor units to bring them to land in Brooklyn,” Schwartz told The Associated Press on Sunday.</p><p>McCarthy said Coast Guard investigators are working with police to investigate and are committed to holding lawbreakers accountable. According to the Coast Guard, an illegal charter is any passenger-for-hire vessel operation that lacks Coast Guard credentials, safety equipment and inspection certificates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IVOGP2WSBN7BATWN5246H6Y4VA.jpg?auth=cf960ffaf10dcb295af1352f1f5040153f28ed69e0909c08c526c37fa9cfc5b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The New York skyline and Statue of Liberty are seen on May 12, 2025. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[August 9: Warm Sunday ahead]]></title><link>https://www.local10.com/weather/2026/08/09/august-9-warm-sunday-ahead/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/09/august-9-warm-sunday-ahead/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[A heat advisory is back in the forecast today between 11 a.m. and 6 p.m. as the “feels like” will be between 105-110 degrees, especially away from the beaches. ]]></description><pubDate>Sun, 09 Aug 2026 13:28:28 +0000</pubDate><content:encoded><![CDATA[<p>A heat advisory is back in the forecast today between 11 a.m. and 6 p.m. as the “feels like” will be between 105-110 degrees, especially away from the beaches. </p><p>Other than a few passing showers this morning, I don’t expect any cooling showers or storms today so stay hydrated and get in the air conditioning as often as possible. </p><p>Rain chances are well below normal through the upcoming week only in the 20% range each day as a plume of Saharan dust arrives and dries things out. </p><p>The “dog days” are definitely here however with highs into the middle 90s this week so it’ll be hot and humid for back to schoolers! Watch out for a high risk of rip currents at the beaches 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[Suspected Irish crime boss lands in Dublin after extradition from Dubai to face allegations]]></title><link>https://www.local10.com/news/world/2026/08/10/suspected-irish-crime-boss-lands-in-dublin-after-extradition-from-dubai-to-face-allegations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/suspected-irish-crime-boss-lands-in-dublin-after-extradition-from-dubai-to-face-allegations/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The alleged leader of an Irish organized crime gang was extradited to Ireland from Dubai on Sunday to face allegations that he ran an international drug smuggling and money laundering empire with tentacles that stretched to Britain, Spain and the U.S.]]></description><pubDate>Mon, 10 Aug 2026 11:57:49 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The alleged leader of an Irish organized crime gang was extradited to Ireland from Dubai on Sunday to face allegations that he ran an international drug smuggling and money laundering empire with tentacles that stretched to Britain, Spain and the U.S.</p><p>The Irish Air Corps plane carrying Daniel Kinahan, 49, landed at an airport on the outskirts of Dublin on Sunday evening after courts in Dubai refused to block his extradition.</p><p>Kinahan was taken to the Special Criminal Court in Dublin where he was charged with directing the activities of a criminal organization. He was ordered to remain in custody at the high-security Portlaoise Prison about 90 miles (145 kilometers) southwest of the capital. His next court appearance is scheduled for Oct. 5.</p><p>Ireland’s Special Criminal Court handles all organized crime and terrorism cases, as well as others where prosecutors believe the ordinary courts are inadequate to ensure the “effective administration of justice.” Cases are heard by a panel of three judges without a jury.</p><p>Large security operation for Kinahan's transfer to Dublin</p><p>Irish media reported that a huge security operation was underway to ensure Kinahan faces justice. It included armed police, members of the armed forces and the prison service — which recently acquired a bombproof escort van to transport organized crime suspects, terrorists and other high-risk prisoners, Irish broadcaster RTE reported.</p><p>The security precautions came after Kinahan's family members were linked to a bloody gang war with another Irish organized crime group. U.S. authorities said in 2022 that the feud had resulted in 18 murders as they announced a reward of up to $5 million for information leading to the disruption of the Kinahan organization or the arrest and conviction of Daniel Kinahan.</p><p>“Since February 2016, the (Kinahan Organized Crime Group) has been involved in a gang war with another group in Ireland and Spain, resulting in numerous murders, including of two innocent bystanders,” the U.S. Treasury Department said when it sanctioned six members of the Kinahan gang and three businesses linked to it.</p><p>Irish police, with the help of authorities in Britain, Spain and the U.S., have been pursuing members of the Kinahan gang since at least 2016, when the feud led to a daytime shooting during the weigh-in for a boxing match at a Dublin hotel. Kinahan was a boxing promoter at the time.</p><p>The authorities allege the gang smuggled tens of millions of dollars in illegal drugs, including cocaine and cannabis, as well as guns into Europe, then used a network of apparently legitimate enterprises to launder the profits.</p><p>‘Large quantities of cocaine’ from South America</p><p>Kinahan is believed to have run the day-to-day operations of the gang from his base in Dubai, the U.S. Treasury said. That includes buying “large quantities of cocaine” from South America, organizing its distribution in Ireland and attempting to smuggle drugs into the U.K., Treasury said.</p><p>Kinahan has also instructed gang members to deliver money to a number of people in prison, including one who was convicted of attempting to murder someone on behalf of the organization, the agency said.</p><p>He was detained by Dubai authorities in April on an Irish arrest warrant.</p><p>During a phone interview with Scottish podcaster James English last week, Kinahan denied being an organized crime boss and described himself as the victim of a conspiracy to tarnish his reputation. While he said the extradition proceedings were expedited due to a deal between the Irish and Dubai governments, he said he hoped his trial in Dublin would help clear his name.</p><p>“I believe, in a way, I am a scapegoat,” he said in the interview posted on TikTok. "And anyone that looks into this so-called feud that they say they have created, then you will see, you will see things yourself if someone has the time to look into it.”</p><p>In March 2022, the head of the Kinahan organization in Britain, Thomas “Bomber” Kavanagh, was sentenced to 21 years in prison after he was convicted of orchestrating drug shipments into the U.K. Two other men were sentenced to 20 years and 19 1/2 years for their part in the crimes.</p><p>In the course of their investigation, police found 15 kilograms of cocaine and 220 kilograms of cannabis inside asphalt removal equipment fitted with a tracking device at the port of Dover on the English Channel, Britain’s National Crime Agency said when Kavanagh was sentenced.</p><p>Kavanagh lived in a mansion equipped with bulletproof glass and reinforced doors in Tamworth, northeast of Birmingham. When police raided the property in 2019 they seized numerous weapons and 35,000 pounds of cash in various currencies, including Emirati dirhams and euros, as well as British pounds, the crime agency said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAEV4JVUNQ4BBN2WDQOGAET6ZY.jpg?auth=cab2a820036951c67c1406379f956a793e1dbe4178a7bd40a1c0da5d88340b8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Garda vehicles leaving Casement Aerodrome, Baldonnell, Ireland, Sunday, Aug. 9, 2026, where a Irish government plane believed to be carrying Daniel Kinahan landed, following him being extradited from Dubai, to face a charge of directing an organized crime group. (Damien Eagers/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Damien Eagers</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHNCD6I2ZRDXEFABFQEE3NCJUY.jpg?auth=4aa5431ab498da9f72e9ca12ed570c71e6506a5a3a636e35ce99eae15361e248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel Kinahan, back right, leaving the Criminal Courts of Justice in Dublin, Sunday, Aug. 9, 2026, where he was remanded in custody charged with directing an organized crime group, after being extradited from Dubai. (Mark Marlow/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Marlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IYGCQ5PNJ4OWKQWGY4EGHD26CU.jpg?auth=7b3844006eb3fddbbd8bc7caf0932f025861be47f5932d7c3773a9f6ba85cd1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the public outside Casement Aerodrome in Baldonnell, Ireland, Sunday, Aug. 9, 2026, where a Irish government plane believed to be carrying Daniel Kinahan landed, following him being extradited from Dubai, to face a charge of directing an organized crime group. (Damien Eagers/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Damien Eagers</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BMRLJZUM4TGKBJVJEX73NCHAPU.jpg?auth=cce6ac24b34b2986b4d08358baeda9c113f94206c5656aeabe9cfe94b2d533a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Garda Armed response unit at the Central Criminal Court in Dublin, Sunday, Aug. 9, 2026, where Daniel Kinahan is expected to appear charged with directing an organised crime group, after being extradited from Dubai. (Mark Marlow/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Marlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SE7QCFOP3SPW3NCFLZKYY7HXU.jpg?auth=d7828a2f4ffecf6fa5bb26c09ec35d80b5336a006d9edefd47595447f5e94b1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Irish government plane believed to be carrying Daniel Kinahan landing at Casement Aerodrome in Baldonnell, Ireland, Sunday, Aug. 9, 2026, following him being extradited from Dubai, to face a charge of directing an organized crime group. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content></item><item><title><![CDATA[Pakistan says new defense pact with Saudi and Turkey is 'purely defensive' and open to others]]></title><link>https://www.local10.com/news/world/2026/08/09/pakistan-says-new-defense-pact-with-saudi-and-turkey-is-purely-defensive-and-open-to-others/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/09/pakistan-says-new-defense-pact-with-saudi-and-turkey-is-purely-defensive-and-open-to-others/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistan’s foreign minister said Sunday a new defense agreement his country signed with Saudi Arabia and Turkey was not directed against any country and remained open to other nations in the region.]]></description><pubDate>Sun, 09 Aug 2026 12:15:08 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistan’s foreign minister said Sunday a new defense agreement his country signed with Saudi Arabia and Turkey was not directed against any country and remained open to other nations in the region.</p><p>The landmark Mecca Joint Defense Agreement was signed on Friday by the Saudi Crown Prince Mohammed bin Salman, Turkish President Recep Tayyip Erdogan and Pakistani Prime Minister Shehbaz Sharif as the three countries seek to deepen security cooperation amid heightened tensions between the United States and Iran.</p><p>Pakistan's Foreign Minister Ishaq Dar said Sunday the agreement was “purely defensive in nature” and that other countries could join if they were willing to uphold its principles and resolve differences through peaceful means, adding the deal reflected a shared desire to strengthen strategic security cooperation.</p><p>His post on X came a day after Turkish Foreign Minister Hakan Fidan similarly said the agreement was not aimed at Iran or any other country.</p><p>The agreement stipulates "that any armed attack against any one of the three states shall be regarded as an attack against them all,” according to statements released by the three sides. Dar said in his post the stipulation was consistent with the right of individual and collective self-defense under Article 51 of the U.N. Charter.</p><p>Pakistan, he said, would continue working with countries across the region toward lasting peace and stability.</p><p>“The Makkah Accord does not abrogate or replace any existing bilateral or multilateral agreements between these countries, or with other countries or organizations,” he wrote.</p><p>His comments followed overnight public celebrations of the agreement. Landmarks in Pakistan's capital, Islamabad and Saudi cities were illuminated in the colors of the Saudi, Turkish and Pakistani flags.</p><p>The three countries bring significant but differing capabilities to the arrangement. Pakistan has extensive military experience and is the Muslim world’s only nuclear-armed country; Saudi Arabia brings substantial economic resources and regional influence; and NATO member Turkey has a large military and an increasingly sophisticated domestic defense industry.</p><p>In Islamabad, defense analysts cautioned against viewing the agreement as the equivalent of NATO, despite its collective-defense provision. Abdullah Khan, an Islamabad-based defense analyst, said that although the agreement was signed during a period of heightened regional tensions, it should not be interpreted as being directed against Iran or another country.</p><p>Pakistan and Saudi Arabia have maintained close military ties for decades and signed a separate mutual-defense agreement in September 2025. Pakistan and Turkey also have expanded military and defense-industrial cooperation in recent years</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A5RVXCZSN556KDEWOCS2ANOZNE.jpg?auth=1cfd34f808c2b9865c9ad648b2279c9d585b927c5768aa8e0b725cb1f6792c40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch fireworks in Lahore, Pakistan, Saturday, Aug. 8, 2026, during celebrations of the signing a trilateral defense agreement between Saudi Arabia, Pakistan and Turkey in Mecca. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AAGHZ6IA2CRH2UPNYMKPK77PUM.jpg?auth=391c685d90a914d6688aec3569ee08014fc019be88d660324b37eaade2d8b8c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[De izquierda a derecha, el presidente turco Recep Tayyip Erdogan, el príncipe heredero saudí Mohammed bin Salman y el primer ministro paquistaní Shehbaz Sharif posan tras firmar un acuerdo trilateral de defensa en La Meca, Arabia Saudí, el viernes 7 de agosto de 2026. (Agencia de Prensa Saudí vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Saudi Press Agency</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TG2DLRNFEQML57JPV3SQO4RRIQ.jpg?auth=d55a20b3f2647719004f6f7f83927823deafa4a60d9e319c7a437554c8c974a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This handout photograph released by the state-run Saudi Press Agency shows Pakistani Prime Minister Shehbaz Sharif, left, embracing Saudi Arabia's Crown Prince Mohammed bin Salman after signing a joint defense pact in Riyadh, Saudi Arabia, Wednesday, Sept. 17, 2025. (Saudi Press Agency via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Saudi Press Agency</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDPZYK3XBZOSLHEF2BVSHO5BLU.jpg?auth=f03cbf7b697fe77edccf0a7eff0a19e02a9bd6b9e00efd455ffa5f13c4aab03b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Turkish President Recep Tayyip Erdogan, right, and Saudi Crown Prince Mohammed bin Salman shake hands during a welcome ceremony, in Ankara, Turkey, Wednesday, June 22, 2022. (AP Photo/Burhan Ozbilici, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Burhan Ozbilici</media:credit></media:content></item><item><title><![CDATA[No Ebola cases found on quarantined river boat, Congo authorities say]]></title><link>https://www.local10.com/health/2026/08/09/no-ebola-cases-found-on-quarantined-river-boat-congo-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/09/no-ebola-cases-found-on-quarantined-river-boat-congo-authorities-say/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — No cases of Ebola have been detected among passengers on a river boat that was placed in quarantine near Kinshasa, health authorities have said.]]></description><pubDate>Sun, 09 Aug 2026 12:00:06 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — No cases of Ebola have been detected among passengers on a river boat that was placed in quarantine near Kinshasa, health authorities have said.</p><p>The confirmation announced on Saturday eased concerns that the rare Bundibugyo virus might spread to the Congolese capital.</p><p>More than 200 boat passengers were placed in quarantine on Thursday in the port of Maluku, 65 kilometers (40 miles) from Kinshasa, after one traveler who was previously aboard the boat died with symptoms matching the Ebola virus.</p><p>Specialist teams from the Ministry of Health were deployed to Maluku to examine all of those on board. Those exhibiting suspicious symptoms had samples taken and sent to a laboratory for analysis, the ministry said on Saturday, adding that the vessel was also decontaminated.</p><p>The National Institute of Biomedical Research, which is responsible for testing, said that all suspected cases tested negative for Bundibugyo. It urged the population of Kinshasa to remain calm.</p><p>Congo has been battling an Ebola outbreak that has been deemed the fastest in history in terms of transmission, with confirmed cases since it started in May reaching 4,200, including over 1,900 deaths.</p><p>The river boat passenger had become sick and disembarked nearly three weeks ago in Pimu, in the province of Mongala, more than 1,000 kilometers from Kinshasa along the Congo River, Africa CDC Director-General Jean Kaseya said on Thursday. The capital has no confirmed Ebola case, he added.</p><p>News of the passenger’s death caused panic in Kinshasa, which is far from the eastern region hit by the outbreak, the second-largest outbreak on record, behind the 2014-2016 West Africa outbreak that recorded more than 28,000 cases, including over 11,000 deaths.</p><p>Ebola is highly contagious and spreads through contact with bodily fluids such as vomit, blood or semen, and with contaminated surfaces and materials such as bedding and clothing.</p><p>Health authorities say between 60% and 70% of new cases in the current outbreak are recorded outside of contacts being monitored, and that the outbreak is spreading at an “alarming” rate faster than efforts to track it.</p><p>The medical charity Doctors Without Borders said this week that the outbreak is still “spreading at an alarming and unprecedented rate” and that the response, which has been expanding, “is still not reaching communities quickly enough to break transmission chains.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZMKVAPXIDOMXYTB2JW5FPDFJY.jpg?auth=f2d997812581e5d3274d28b09c9f923b215a7ccf7c1e93074f485d14619b076a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wiza Bondele, a health worker on the prevention and control team, poses for a photograph in Ituri province, eastern Congo, Wednesday, Aug 5, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VY2KTTZPLXOKDHZ3SEZV6QZIYE.jpg?auth=eae6f09a67d6dac078994a57d815e67b3ac8c806fb867647e564f691f1f6bcbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker, wearing protective gear, stands outside the Ebola Treatment Center at the Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content></item><item><title><![CDATA[How to spot the Perseid meteor shower, a summer light show that promises to dazzle]]></title><link>https://www.local10.com/tech/2026/08/10/how-to-spot-the-perseid-meteor-shower-a-summer-light-show-that-promises-to-dazzle/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/10/how-to-spot-the-perseid-meteor-shower-a-summer-light-show-that-promises-to-dazzle/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Perseid summer light show is back — and viewing conditions are especially promising for the Northern Hemisphere.]]></description><pubDate>Mon, 10 Aug 2026 13:57:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Perseid summer light show is back — and viewing conditions are especially promising for the Northern Hemisphere.</p><p>The meteor shower's peak Wednesday night into Thursday morning coincides with a total solar eclipse across Spain, Iceland and Greenland and a six-planet parade — though the best time to view the fireballs will come after totality.</p><p>As many as 50 to 100 meteors per hour may be visible under ideal conditions, according to NASA. The American Meteor Society estimates 30 to 50 meteors per hour could be seen from rural regions.</p><p>Random meteors are visible in dark skies on any given night. Meteor showers tend to put on dazzling celestial shows and happen at predictable times every year when the Earth plows through trails of debris left behind by comets and, sometimes, asteroids. Those remnants collide with Earth’s atmosphere at extremely high speeds, producing streaks of light known as shooting stars.</p><p>The Perseids are debris from comet 109P/Swift-Tuttle, an icy ball that orbits the sun every 133 years and isn't scheduled for a return visit until 2125. Observations of this meteor shower date back over 2,000 years.</p><p>The Perseids are a perennial favorite because they tend to produce brilliant fireballs. Summer temperatures also make this shower popular.</p><p>“We don't have to suffer through a cold winter night to get a good view of meteors,” said astronomer Zach Vanderbosch with McDonald Observatory in Texas.</p><p>The moon will be in its new moon phase during the Perseids' peak, making viewing conditions even better.</p><p>“The moon is beautiful, but it’s such a diva,” said astronomer Aparna Venkatesan with the University of San Francisco. “New moon means we don’t have moonlight flooding the sky, and you tend to see way more meteors as a result.”</p><p>To spot the meteors, go outside after dark, away from clouds and city lights. Venkatesan plans to drive to the Sierra Nevada.</p><p>The best views will be between midnight and dawn when the constellation Perseus is high in the northern sky. The meteors will appear to radiate from that constellation.</p><p>Look up and give your eyes a half hour to adjust to the darkness. Vanderbosch recommends picking a patch of sky to focus on until a quick, bright streak passes by — even in your peripheral vision — and to avoid looking at your phone.</p><p>“There's just something magical about it,” Vanderbosch said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7V25DOWNPF4S6QM5C6Y6Y2PIGY.jpg?auth=2af3546d6dd5b52ce4b7a4f7b522527718ee43e787e8943b7bed4df15708bb1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ancient statues are seen during the Perseid meteor shower atop Mount Nemrut in southeastern Turkey, Sunday, Aug.11, 2024. (AP Photo/Emrah Gurel,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content></item><item><title><![CDATA[Many immigrants face deportation without a lawyer at their side in court. This program tries to help]]></title><link>https://www.local10.com/news/politics/2026/08/09/many-immigrants-face-deportation-without-a-lawyer-at-their-side-in-court-this-program-tries-to-help/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/09/many-immigrants-face-deportation-without-a-lawyer-at-their-side-in-court-this-program-tries-to-help/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — Lawyer Kamalpreet Chohan ran her finger down a list of 57 names of people scheduled to appear during a morning of hearings at the immigration court in California's capital and pointed out one glaring absence.]]></description><pubDate>Sun, 09 Aug 2026 11:36:00 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Lawyer Kamalpreet Chohan ran her finger down a list of 57 names of people scheduled to appear during a morning of hearings at the immigration court in California's capital and pointed out one glaring absence.</p><p>“None of these folks are represented,” she said.</p><p>Chohan is the coordinator of a program that sends volunteer lawyers to immigration courts to assist people without representation and help them navigate the complicated legal system where the stakes are a future in America or deportation.</p><p>Appearing without a lawyer opens up even greater risk under the second Trump administration, with the courts playing a key role in its mass deportation agenda. Courts are increasingly denying asylum, deportation officers have arrested immigrants in court hallways, the administration has packed courtrooms to cut backlogs and reduced lead time on hearings, prompting people to miss them.</p><p>Data shows that legal representation can be vital to winning in court but many immigrants, unable to pay for a private lawyer or find a pro bono one, navigate the system without an attorney at their side.</p><p>“Folks go into immigration court not knowing what’s happening. They come out not knowing what's happening. And when there’s an attorney present," Chohan said, “it’s just so helpful.”</p><p>Immigrants aren’t provided an attorney but legal help makes a difference</p><p>Unlike criminal court, there is no guaranteed lawyer in immigration courts.</p><p>Immigrants have to hire one at a cost of thousands of dollars or hope to get represented by one of the nonprofit organizations assisting low-income immigrants. But waitlists with those organizations are long, and many parts of the country just do not have that many immigration attorneys.</p><p>Of the roughly 3.2 million pending deportation cases currently in U.S. immigration courts, people in 52% of those cases do not have a lawyer, according to an analysis of immigration court data by the Vera Institute of Justice, a think tank.</p><p>A Congressional Research Service study from 2024 found that only 19% of people who did not have a lawyer won asylum or another avenue to stay in the United States. Among those who did have a lawyer, 47% were successful.</p><p>“Having an attorney is just super critical to be able to navigate the system successfully,” said Adriel Orozco of the advocacy group American Immigration Council.</p><p>Chohan said she frequently runs into people who have been scammed by lawyers or people posing as lawyers who take their money but do nothing for their case.</p><p>“I will give him a list of attorneys who are free and we have vetted,” she told one man who said he was scammed. “They have long waitlists but he should still ask.”</p><p>Speaking later to The Associated Press, the man described how he left Guatemala after being threatened by gangs and came to the U.S. in 2024 seeking asylum. Ever since, he said he has done everything that has been asked of him while he tries to make ends meet, occasionally painting houses. He spent $4,500 on a lawyer who in the end did nothing to help him, he said.</p><p>“He turned out to be a scammer,” said the man, who did not want to be identified for fear of endangering his case. He is worried about what comes next in court after being warned by the judge that he could be deported. “I don’t know what I’m going to do,” he said.</p><p>A nonstop day of consulting with clients, shuttling back and forth into court</p><p>Outside the Sacramento building where the court is housed is a long line of immigrants waiting for appointments with U.S. Immigration and Customs Enforcement, which is in the same building. Volunteers with a local anti-ICE resistance group stand ready to help.</p><p>Upstairs, two immigration judges are on the bench. One hears the in-depth individual cases of immigrants who are pursuing their claim of asylum.</p><p>The other judge has the master calendar docket, where dozens of immigrants will appear in brief hearings geared at making sure their case is ready to go to the next step.</p><p>Signs taped to the wall remind people not to videotape or record inside the court complex. A security guard makes sure no one loiters in the hallways. Most people clutch stacks of papers documenting their cases.</p><p>After immigrants file into the courtroom for their hearings, Judge Susan Phan introduces Chohan and describes the services her organization offers.</p><p>“You are not required to meet with her but it is a rare opportunity that we have someone volunteering their time,” Phan said before launching into the day's work.</p><p>The need for a detailed asylum application</p><p>Chohan, who works with the California Immigration Project, starts each hearing in the courtroom. She has a clipboard to take notes, extra copies of forms and a crate of books for restless children attending court with their parents. She spends the bulk of her time in the waiting room, talking to immigrants after their hearings and scanning their documents to flesh out what else they need.</p><p>Speaking to one young man from Mexico, she asks to see his asylum application, noting that the judge had pointed out that it was not that detailed.</p><p>“Sometimes judges can deny a claim if there isn’t enough detail,” she said through one of the organization's volunteer translators.</p><p>The organization frequently has clinics to help immigrants fill out their asylum application. Chohan said she will alert him to the next one.</p><p>Another woman holding a stack of documents is there with her son and wanted to make sure her children could come with her if she is deported. Chohan also briefed her on what to expect at her upcoming asylum hearing and said the organization will send her an asylum filing guide.</p><p>Chohan highlighted places on forms where people need to give answers or answer in more detail. It’s OK to write “none” but she advises them to not leave boxes blank.</p><p>Everything submitted in Spanish must be accompanied by a translation into English that must be done by a person, not an automatic online translator. Copies of every single page of a passport must be submitted. Documents must be sent in two weeks before the applicant’s hearing so the judge can review them.</p><p>Over and over, Chohan reminds immigrants to download their receipt showing they paid the $102 asylum application fee so they can submit it to the court.</p><p>Chohan said a lot of these procedures and forms are discussed in court but it is happening so fast and immigrants are listening through a translator that they do not always understand what is happening.</p><p>“A lot of times when they go into court, they’re just happy that they’re out of court and they’re not being arrested,” she said.</p><p>A changing immigration court system</p><p>Chohan has witnessed the upheaval in the immigration courts during Republican President Donald Trump's second term.</p><p>She was in the court hallways last summer when ICE officers waited to arrest immigrants after their hearings. Earlier this summer she watched as the administration started holding “mega masters,” hearings with dozens of respondents at a time that are meant to clear a backlog but have created chaos.</p><p>Chohan said there are not enough pro bono lawyers in the Sacramento area to help everyone who needs one so the “Attorney of the Day” program is often the next best thing. She believes everyone should have access to a lawyer.</p><p>Until that day, she said, the program "helps bridge that gap.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJR7D4DNNR37UQSIQKV4DOCLBA.jpg?auth=aab7525b4c27896f07b6730e5a3800a3c7708d59d5e4a6556ca7384d9f0e2fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People arrive for immigration court hearings in New York, Monday, July 27, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Russia, Ukraine exchange overnight strikes that leave 7 dead, many injured]]></title><link>https://www.local10.com/news/world/2026/08/09/russia-ukraine-exchange-overnight-strikes-that-leave-7-dead-many-injured/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/09/russia-ukraine-exchange-overnight-strikes-that-leave-7-dead-many-injured/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia and Ukraine exchanged strikes overnight that killed civilians and injured many others on both sides, local authorities reported.]]></description><pubDate>Sun, 09 Aug 2026 15:18:36 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia and Ukraine exchanged strikes overnight that killed civilians and injured many others on both sides, local authorities reported.</p><p>Large-scale Russian missile strikes on Ukrainian cities have become almost routine in recent weeks, with Moscow exploiting Ukraine’s critical shortage of interceptors for the U.S.-made Patriot systems — the sole air defense weapon in its arsenal able to shoot down ballistic missiles.</p><p>In the latest attacks, Ukrainian drones killed five people and injured two dozen others, including a 4-year-old boy, in Russia’s border region of Belgorod, according to the regional administration.</p><p>In Kharkiv, Ukraine's second-largest city, Russian missiles struck a high-rise apartment block in the Saltivskyi district, killing two people and injuring 13, according to regional head Oleh Syniehubov. Eight more people were injured in Ukraine's Black Sea port of Odesa after “dozens of missiles and drones” struck the city and surrounding region, according to local administration head Oleh Kiper.</p><p>Ukraine’s President Volodymyr Zelenskyy has for months lobbied other countries, especially the U.S., to send Ukraine more Patriot systems made scarcer by the Iran war, arguing they are crucial for defending civilians.</p><p>Failing that, Zelenskyy wants to make Patriot ammunition in Ukraine or get approval from Elon Musk to use his Starlink satellite communications system to guide strikes inside Russia that can hit its missile launchers.</p><p>Meanwhile, Kyiv has kept up long-range drone strikes against Russian energy infrastructure, as well as the country’s largest online retailer, Wildberries, and other targets deep inside Russia, sparking a fuel crisis.</p><p>Russia’s defense ministry on Sunday claimed its overnight strikes hit drone warehouses in the Kharkiv region, as well as fuel depots and stores of other materiel belonging to Ukraine’s armed forces at the port of Odesa.</p><p>It said its forces had shot down 153 Ukrainian drones during the night, including over Russian-occupied Crimea and the Black and Azov seas.</p><p>In Russia's Belgorod region, authorities said Ukrainian drone strikes damaged 29 apartment blocks and five private houses, as well as administrative buildings and unspecified “commercial facilities.”</p><p>Debris from Ukrainian drones also fell on two enterprises and a private home in the Russian city of Novorossiysk, mayor Andrey Kravchenko said on Sunday. He did not specify what the commercial sites were. Regional authorities later said falling debris had injured one person, damaged two private houses, and blew out a window in an apartment block.</p><p>A major fuel terminal is located at Novorossiysk that links Kazakhstan's oil fields to markets around the world, and which has previously been a target for Ukrainian strikes.</p><p>Moldova says blast near Ukraine border caused by drone</p><p>A “powerful explosion” believed to be from a combat drone was reported in the village of Crocmaz, in southeast Moldova near the border with Ukraine, local police said Sunday.</p><p>No one was injured by the impact, which caused a vegetation fire in the Stefan Voda district, police said, adding that “fragments of a combat drone were found at the scene” and would be examined by specialists. Police did not specify the origin of the drone.</p><p>Multiple drones have violated Moldovan airspace since Russia launched its full-scale war in neighboring Ukraine.</p><p>Bulgaria summons Ukrainian ambassador over drone incident</p><p>Bulgaria has summoned Ukraine's ambassador after a drone entered Bulgarian airspace, the country's public broadcaster BNT reported on Sunday.</p><p>The drone exploded on Saturday close to an international gas pipeline shortly after crossing the border from Romania. No casualties or damage were reported.</p><p>Bulgaria's defense ministry said the drone appeared to be the type used by Ukrainian armed forces, and that the incident was likely accidental.</p><p>Ukrainian Foreign Ministry spokesman Heorhii Tykhyi said the incident was being examined, but that it did not deliberately target Bulgaria. Ukraine and Bulgaria were in “close contact” to clarify what had happened, he added.</p><p>——</p><p>AP writer Stephen McGrath contributed from Leamington Spa, England.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YV2QLIP5G7CE4J5IX7CAQUB6LI.jpg?auth=569a7fa2341ae76690dfca849acc6d46cb161e41dc26a4728a04a58734396b11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters put out a fire after a residential building was hit following Russia's drone attack in Kharkiv, Ukraine, Sunday, Aug. 9, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3QXLWX3O2WGTBCDLFZAKWOV7Q.jpg?auth=9519b0fb54d58bfdd3cb99761c4b8396fbb3f80337dbb3e6506c9ebdab4498dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers evacuate an injured civilian after a residential building was hit following Russia's drone attack in Kharkiv, Ukraine, Sunday, Aug. 9, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRKLD54KWLW6E4PJV2QWKGP6YM.jpg?auth=91a247828449f5f5afc57d4b04b5ede6e176c9d75597dadca2a67e057532f657&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, emergency services personnel work to extinguish a fire of residential buildings following a Russian missiles attack in Odesa, Ukraine, Sunday, Aug. 9, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/G5XVCGHOWTH3L6TBREQRSJTLXY.jpg?auth=f723978cf81db21e9786e117778714aeedbd5552aa0924448fe69d9664e1d240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, emergency services personnel work to extinguish a fire of residential buildings following a Russian missiles attack in Odesa, Ukraine, Sunday, Aug. 9, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/C6XHXB4XNRLLFWIPPXAG7OLTDU.jpg?auth=9bd45c4be677c5830ad1f9212a07fe32ba8e8ec41a299579ef672af79719d7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers evacuate an injured civilian after a residential building was hit following Russia's drone attack in Kharkiv, Ukraine, Sunday, Aug. 9, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content></item><item><title><![CDATA[Watchdog for $46 billion tribal gambling industry can't enforce the law without a chairperson]]></title><link>https://www.local10.com/news/florida/2026/08/09/watchdog-for-46-billion-tribal-gambling-industry-cant-enforce-the-law-without-a-chairperson/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/09/watchdog-for-46-billion-tribal-gambling-industry-cant-enforce-the-law-without-a-chairperson/</guid><dc:creator><![CDATA[By SAVANNAH PETERS, Associated Press]]></dc:creator><description><![CDATA[ALBUQUERQUE, N.M. (AP) — On opening day at the Iowa Tribe of Oklahoma's new Harrah’s-branded casino, the tribe's chairman watched customers pack the gambling floor while a queue of cars spilled out of the parking lot.]]></description><pubDate>Sun, 09 Aug 2026 13:56:03 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, N.M. (AP) — On opening day at the Iowa Tribe of Oklahoma's new Harrah’s-branded casino, the tribe's chairman watched customers pack the gambling floor while a queue of cars spilled out of the parking lot.</p><p>“We couldn’t let them in because we were so full,” Chairman Jacob Keyes said. “That’s a direct impact from the Harrah’s name.”</p><p>But a vacancy in Washington is preventing the tribe’s partnership with the gambling giant from moving beyond branding. Plans for Harrah’s parent company to take over day-to-day management of the casino in Chandler, Oklahoma, stalled after it opened in April, because no one is at the helm of the federal commission that oversees tribal gambling.</p><p>The last chairperson of the National Indian Gaming Commission stepped down from the role in January. President Donald Trump has not nominated anyone to fill the vacancy. Absent a chair, the commission is unable to perform some key responsibilities, like enforcing legal and safety violations, approving new tribal gambling laws and certifying management agreements between tribes and casino operators.</p><p>Industry leaders say the agency's inertia risks delaying business deals, weakening oversight and leaving tribes without a key advocate in Washington as they grapple with an emerging threat posed by online prediction markets.</p><p>“At this crucial time, the (National Indian Gaming Commission) is operating with one arm tied behind its back,” said Jonodev Chaudhuri, a former NIGC chair from 2013 to 2019 and a citizen of the Muscogee (Creek) Nation. “That’s a very precarious position for tribes and Indian gaming."</p><p>There’s a lot at stake for tribes that rely heavily on casino revenue to fund healthcare, housing, education and other vital services. Tribal gambling brought in a record $46 billion in 2025, nearly triple the annual casino revenue of gambling powerhouse Nevada.</p><p>The commission's core powers are vested in its chair</p><p>With its Harrah’s contract stuck in limbo, the Iowa Tribe’s small government staff finds itself managing the 175,000-square-foot (16,258 square-meter) casino, a mammoth task it had intended to outsource.</p><p>“It’s discouraging. We’re paying a fee and not getting the full value,” Keyes said.</p><p>The decision to outsource management was strategic: Harrah's branding would bring in more business than existing staff could accommodate. Instead, staff has to balance management with other priorities like preparing tribal budgets and overseeing social programs, Keyes said.</p><p>The three-member gaming commission was formed in 1988 to regulate casino-style gambling and promote economic development on tribal lands. Some 250 tribal governments across 29 states now operate 545 gambling facilities, the commission said.</p><p>Under federal law, its enforcement powers are vested solely in the chairperson. Industry leaders say its inability to cite casinos for violating federal law or force the emergency closure of unsafe facilities is particularly troubling.</p><p>In a typical year, the commission issues several citations to tribes for operating casinos on unauthorized lands, failing to submit required financial statements, misusing revenues and other violations. The commission's last enforcement action was issued on Jan. 12 — the same day acting chairperson Sharon Avery's term expired. She remains on the commission.</p><p>The commission declined an interview request and said in an emailed statement that tribal officials and its field staff provide “excellent regulation" amid the leadership gap. But Steven Light, an expert in tribal gambling law at the University of Nevada, Las Vegas, said the lack of enforcement power could discourage investment in tribal gambling and slow business growth.</p><p>“Markets function best when there's stability and certainty around processes and rules,” Light said.</p><p>Prediction markets have emerged as a new threat to tribal gaming</p><p>The commission vacancy comes as the popularity of online prediction markets like Kalshi and Polymarket explodes. Tribal leaders fear those platforms, which allow users to wager on the outcome of virtually any event, could violate their sovereignty and take a bite out of gambling revenue.</p><p>“Every dollar generated by Indian gaming goes to fund healthcare for our people, education for our children, housing for our elders,” said David Bean, chairman of the Indian Gaming Association and a citizen of the Puyallup Tribe.</p><p>At least eight tribes have sued prediction market platforms, alleging they accept bets from tribal lands and in states where tribes have exclusive gambling rights in violation of the Indian Gaming Regulatory Act, which the gaming commission is tasked with enforcing.</p><p>Prediction markets argue their users are engaging in futures trading, not gambling, and dispute claims that they are circumventing regulation.</p><p>The commission chairperson typically serves as an advocate for the tribal gambling industry in Washington, according to former commissioners and staffers. Yet it's been conspicuously silent while the federal government weighs how to regulate prediction markets, said Joe Valandra, the commission’s chief of staff from 2005 to 2007 and a citizen of the Rosebud Sioux Tribe.</p><p>James Siva, who leads the California Nations Indian Gaming Association and is vice chairman of the Morongo Band of Mission Indians, said the Trump administration's support of and business ties to the prediction markets industry could explain why it hasn't filled the vacancy.</p><p>“These things are happening in conjunction with each other,” Siva said in April at a news conference with the Indian Gaming Association. “It is not a coincidence by any means.”</p><p>The leadership gap spans two administrations</p><p>The commission's last Senate-confirmed chairperson termed out under former President Joe Biden without a successor in place.</p><p>A White House spokesperson called the commission a “valued board” but did not say when a new nomination will be made.</p><p>In April, Trump appointed Assistant Secretary for Indian Affairs Billy Kirkland, a citizen of the Navajo Nation, to the commission. That's raised questions about potential executive branch influence over an agency designed to be independent.</p><p>“This crosses that threshold in an uncomfortable way,” said Shannon O’Loughlin, the commission’s chief of staff from 2015 to 2017 and a citizen of the Choctaw Nation of Oklahoma.</p><p>Keyes said a crucial opportunity to develop his tribe's economy hangs in the balance. He doesn't see the commission vacancy as partisan play.</p><p>“I don’t want to sound like sour grapes, but when have Native American issues ever been prioritized by the federal government?” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMIXLROEMUSEECMWUA4CTHD6QM.jpg?auth=126c273e62f44c37c82b04cd275502f49fd2f52a1dfcb307fc363ef3205b76be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Harrah's Casino, owned by the Iowa Tribe of Oklahoma, is seen in Chandler, Okla., Wednesday, Aug. 5, 2026. (AP Photo/Brittany Bendabout)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Bendabout</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PXCRQ62QFP3IU6NSOMQKA6WYEA.jpg?auth=043ccbf15ad08dda427d33b1fd7d036b177b8d2b962bc40725f21ade5fc432cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People play slot machines at Harrah's Casino, owned by the Iowa Tribe of Oklahoma, in Chandler, Okla., Wednesday, Aug. 5, 2026. (AP Photo/Brittany Bendabout)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Bendabout</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDMGIZ4CJJ7AIYS3GZMFW7VYXY.jpg?auth=dfb318ac84cde1213f3414ec4e0604ef5c050c5d5d3f824abd1926880491a7ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[William Eary, a table games dealer at Harrah's Casino, shuffles a deck of cards at the casino in Chandler, Okla., Wednesday, Aug. 5, 2026. (AP Photo/Brittany Bendabout)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Bendabout</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2STJUYFBV4H6VWYTB4DURS34CU.jpg?auth=98d088f40ffa98b2c08afa80d7aae26c2ca7bcc628eb1e2a357c7a427818349a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person plays a slot machine at Harrah's Casino, owned by the Iowa Tribe of Oklahoma, in Chandler, Okla., Wednesday, Aug. 5, 2026. (AP Photo/Brittany Bendabout)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Bendabout</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSRLWMKWLGLPHCOMC4VZABV7V4.jpg?auth=bc89afa68b25f19ebe4a6051a23bbf5a14fd179c5fdddb0539c4649b8a49bd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A billboard for Harrah's Casino on Route 66 is seen near Chandler, Okla., Wednesday, Aug. 5, 2026. (AP Photo/Brittany Bendabout)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Bendabout</media:credit></media:content></item><item><title><![CDATA[Israel rejects Trump's Gaza plan, more details emerge on the Strait of Hormuz and other Mideast news]]></title><link>https://www.local10.com/business/2026/08/09/israel-rejects-trumps-gaza-plan-more-details-emerge-on-the-strait-of-hormuz-and-other-mideast-news/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/09/israel-rejects-trumps-gaza-plan-more-details-emerge-on-the-strait-of-hormuz-and-other-mideast-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Israel on Sunday rejected a deal announced by U.S. President Donald Trump for Gaza. Details emerged on the potential deal between Iran and Oman on managing the Strait of Hormuz as Tehran suggested that vessels linked to “hostile countries” would be barred. Iran also shuffled its top security post.]]></description><pubDate>Mon, 10 Aug 2026 00:31:01 +0000</pubDate><content:encoded><![CDATA[<p>Israel on Sunday rejected a deal announced by U.S. President Donald Trump for Gaza. Details emerged on the potential deal between Iran and Oman on managing the Strait of Hormuz as Tehran suggested that vessels linked to “hostile countries” would be barred. Iran also shuffled its top security post.</p><p>Meanwhile, Yemen’s Iranian-backed Houthi rebels struck a government-held port on the country’s Red Sea coast, deepening fears over threats to strategic shipping routes and a potential return to civil war.</p><p>Here’s a look at developments across the Middle East. Full coverage can be found here.</p><p>Netanyahu insists no Gaza withdrawal until Hamas disarms</p><p>Israeli Prime Minister Benjamin Netanyahu dismissed the deal on Gaza announced by Trump last month, saying Israel’s military “will not carry out any withdrawal until Hamas is genuinely disarmed.”</p><p>Netanyahu told a Cabinet meeting that “Israel rejects the 15-point document” but is still discussing plans for Gaza with Washington, after making similar comments last week. Trump had said Israeli forces would withdraw as the Hamas militant group’s disarmament is completed. Israeli forces control over half the Palestinian enclave of about 2 million people that's been largely destroyed.</p><p>There was no immediate White House comment on Netanyahu's statement.</p><p>“We remain committed to the road map,” said a member of the Hamas political bureau, Bassem Naim, adding that the group expects mediators and the U.S. to pressure Netanyahu — who also faces domestic tensions as he struggles to hold onto power ahead of the next elections scheduled for Oct. 27.</p><p>The Hamas-led attack on Israel on Oct. 7, 2023, sparked the war in Gaza. A fragile ceasefire continues.</p><p>Houthis target Aramco refinery and Red Sea port</p><p>Iranian-backed Houthi rebels in Yemen attacked the government-held port city of Mocha late Sunday night. It was the second attack on the Red Sea coast city in less than 24 hours.</p><p>A Houthi military source told the Houthi-controlled Al-Masirah TV that the attack targeted weapons depots and Saudi troop concentrations.</p><p>A statement from the Yemeni Armed Forces posted on X said residential neighborhoods were targeted by ballistic missiles and drones in the attack, and that air defense systems managed to intercept some of the drones.</p><p>Drones and missiles were also used during the earlier attack on Sunday. The Yemeni government-allied National Resistance Forces said at least seven people — four troops and three civilians — were killed and 15 civilians were injured in that strike.</p><p>Fayed al-Noman, the information ministry’s assistant undersecretary, said the attack severely damaged port buildings and piers as well as commercial goods and food supplies. The military later said missiles landed in several areas, including near a television station.</p><p>Mocha is a main port under Yemen’s internationally recognized government and has been renovated to handle shipping that avoids the Houthi-held port of Hodeida.</p><p>The Houthis said they targeted military forces and warehouses.</p><p>Yahya Saree, a Houthi military spokesperson, said they also targeted an Aramco refinery in the Saudi city of Jazan with a drone in response to Saudi drones breaching Yemen’s airspace over Hajjah and Saada provinces.</p><p>The Saudi Energy Ministry reported a fire at a facility belonging to the Aramco refinery, with no casualties. The ministry did not say the cause. The attacks threaten to reignite Yemen’s civil war after a 2022 truce.</p><p>— Samy Magdy in Cairo</p><p>Iran's top security post changes again</p><p>Iran named a new head of its powerful Supreme National Security Council, state media reported. Mohsen Rezaei had been a military adviser to Supreme Leader Ayatollah Mojtaba Khamenei and a former Revolutionary Guard commander.</p><p>It was the latest shuffle at the top for the politburo-like body, which has a range of political opinions and rivalries and is adapting to the loss of several senior officials in the war.</p><p>Rezaei replaces Mohammad Bagher Zolghadr, who took up the role after Ali Larijani was killed by an Israeli strike in March. Zolghadr will become a political adviser to Khamenei.</p><p>Rezaei earlier this month said Iran will never allow an unauthorized route through the Strait of Hormuz, which was considered an international waterway before the war and Tehran's assertion of control.</p><p>Iran says negotiations ‘cannot resume’ until conditions met</p><p>Iran’s Foreign Minister Abbas Araghchi told reporters that negotiations with Oman about “new maritime routes” on the Strait of Hormuz were in the final stages but “this, however, does not mean that the Strait of Hormuz will reopen.” That step requires conditions that “have been conveyed through intermediaries.”</p><p>The Supreme National Security Council on Saturday said the strait will not reopen until the U.S. “corrects its behavior.” It demanded that the U.S. never threaten Iran again, a permanent end to the war with Iran and its armed allies, a lifting of the naval blockade of Iranian ports and a withdrawal of the U.S. military from the area. The U.S. also must “completely compensate” Iran for war damage, lift sanctions and “unconditionally” release frozen assets.</p><p>The United States did not comment on the demands. Trump on Sunday asserted to Axios that “we are only semi-negotiating” with Iran and letting economic pressures take their toll.</p><p>Araghchi said an “exchange of messages through intermediaries” continues with the U.S. but that doesn’t constitute negotiations, which he said can’t resume until violations of the interim deal end and the U.S. “has remedied” provisions it violated.</p><p>Details emerge about a potential Iran-Oman deal</p><p>Iran and Oman, located on the other side of the Strait of Hormuz, are working to finalize a temporary deal that would reopen it, with ships entering near Iran and exiting near Oman, according to two people familiar with the talks who spoke on condition of anonymity because they were not authorized to speak publicly. Ships would transit without paying fees or tolls during the interim period.</p><p>The agreement is designed to restore the separate interim deal between the U.S. and Iran. The two people said the agreement is endorsed by Gulf Cooperation Council members and is expected to be jointly announced by Iran, Oman, the U.S. and the U.N.’s International Maritime Organization. But they stressed the terms still could change.</p><p>The Iranian parliament’s National Security Committee approved “general outlines” of a plan to manage the strait, the state broadcaster reported, but a lawmaker said transits by vessels belonging to “hostile countries” would be prohibited. The member of parliament’s presiding board said countries that have “caused damage” to Iran cannot transit until they compensate for it. There were no further details.</p><p>— Michelle Price in Washington and Aamer Madhani in New York</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GWW7N3YSVNUEMDUM4WILKSC4XY.jpg?auth=fccda60ae5136133aa6a25b0425c772f4d212de2d61b93089e30c0ba3146c0e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump listens as Israel's Prime Minister Benjamin Netanyahu speaks at President Donald Trump's Mar-a-Lago club, Dec. 29, 2025, in Palm Beach, Fla. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5VMRALUYBHGJ6DKMX2MKDIJF5E.jpg?auth=34e5be4a218909e031abc0aaf273a27989edd65571052e1730d69389135d15ab&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 Yemen with its capital, Sanaa. (AP Photo)]]></media:description></media:content></item></channel></rss>