<?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 15:41:09 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Avianca crew member busted for smuggling gold after arriving in Miami, feds say]]></title><link>https://www.local10.com/news/local/2026/08/10/avianca-crew-member-busted-for-smuggling-gold-after-arriving-in-miami-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/avianca-crew-member-busted-for-smuggling-gold-after-arriving-in-miami-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A crew member from Colombian airline Avianca is facing a federal charge in South Florida after authorities said he was busted smuggling gold after arriving at Miami International Airport.]]></description><pubDate>Mon, 10 Aug 2026 15:37:43 +0000</pubDate><content:encoded><![CDATA[<p>A crew member from Colombian airline Avianca is facing a federal charge in South Florida after authorities said he was busted smuggling gold after arriving at Miami International Airport.</p><p>According to a federal criminal complaint obtained by Local 10 News on Monday, Jhon Alexander Herrera Giraldo arrived on Avianca Flight AV06 from Bogota on Wednesday and said he had nothing to declare to customs agents.</p><p>However, it states that agents conducting a pat-down noticed that the 40-year-old, who’s been with the airline for nearly two decades, was wearing a silver-colored chain around his neck and asked him about it. </p><p>Authorities said Herrera Giraldo initially claimed the chain was platinum, but then “stated that it was gold but claimed he had owned it for years.”</p><p>They said he “later admitted that the chain was not his” and said “an individual named ‘Leandro’ had given him the chain in Colombia and instructed him to deliver it to an individual named ‘Lalo’ the next day,” saying that “that the chain had already been painted silver when ‘Leandro’ gave it to him and that he believed the chain was painted to conceal the fact that it was gold.”</p><figure><img src="https://www.local10.com/resizer/v2/TLQ6THDPQRBTHK6LSGWAGIULRI.jpg?auth=934b0b7b124c2be355c4f0bc782282486e74bae12c9920a61bd770e7def307d2&smart=true&width=1200&height=900" alt="Black and white image of the seized gold chain as seen in a federal criminal complaint." height="900" width="1200"/><figcaption>Black and white image of the seized gold chain as seen in a federal criminal complaint.</figcaption></figure><p>Authorities said Herrera Giraldo admitted he lied about the chain at first because he was “scared” and said “he received approximately $200 to $300 for each trip on which he brought a chain” to the U.S., making three such trips over the past four months.</p><p>According to the complaint, the chain weighed in at around 240 grams and was “made of high-purity gold consistent with merchandise intended for sale or other commercial use.”</p><p>Though the complaint doesn’t state where authorities suspect the gold came from, according to Business Insider, <a href="https://www.businessinsider.com/us-number-one-destination-for-illegal-colombian-gold-2026-3" target="_self" rel="" title="https://www.businessinsider.com/us-number-one-destination-for-illegal-colombian-gold-2026-3">illegal gold mining</a> is now Colombia’s “most profitable illicit industry” and the U.S. is the country’s number-one destination for smuggled gold.</p><p>As for Herrera Giraldo, agents arrested him on a charge of smuggling goods into the United States, which can carry <a href="https://www.law.cornell.edu/uscode/text/18/545" target="_self" rel="" title="https://www.law.cornell.edu/uscode/text/18/545">a 20-year prison sentence</a>.</p><p>His federal court file did not list any upcoming hearings and he remained held in the Federal Detention Center in downtown Miami as of Monday morning.</p><p>Local 10 News contacted Avianca on Monday morning seeking comment on Herrera Giraldo’s arrest. </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/3COL4ECQNBDEZG5OU7LHJDZZFU.jpg?auth=75dc655fd4252ad1b54d463ee1b62c0bbfda0d4e6d26878b3c6ce41d7f94fba9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Avianca plane.]]></media:description></media:content></item><item><title><![CDATA[Chiefs' Eric Bieniemy returns to practice after wife's shooting at their Virginia home]]></title><link>https://www.local10.com/sports/2026/08/10/chiefs-eric-bieniemy-returns-to-practice-after-wifes-shooting-at-their-virginia-home/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/10/chiefs-eric-bieniemy-returns-to-practice-after-wifes-shooting-at-their-virginia-home/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[ST. JOSEPH, Mo. (AP) — Kansas City Chiefs offensive coordinator Eric Bieniemy returned to the team Monday for his first practice since his wife was shot at their Virginia home and the couple's 27-year-old son was arrested in the shooting.]]></description><pubDate>Mon, 10 Aug 2026 15:32:13 +0000</pubDate><content:encoded><![CDATA[<p>ST. JOSEPH, Mo. (AP) — Kansas City Chiefs offensive coordinator Eric Bieniemy returned to the team Monday for his first practice since his wife was shot at their Virginia home and the couple's 27-year-old son was arrested in the shooting.</p><p>Bieniemy was greeted by a handful of fans as he walked down the long hill to the training fields at Missouri Western State University, where the Chiefs hold camp. Then he jumped right into his first practice since Mia Bieniemy was shot the evening of July 26.</p><p>Elijah Bieniemy has been charged with malicious wounding, the use of a firearm in commission of a felony and discharge of a firearm inside a dwelling. His court appearances have been delayed pending a mental health evaluation.</p><p>Eric Bieniemy, who returned to the Chiefs earlier this year, had been staying in touch with coach Andy Reid and the rest of the staff, and had been watching streams of some practices. In one case, he called Chiefs manager Brett Veach — who was sitting next to Reid — and asked him to hand over the phone, then proceeded to tell the head coach a point of instruction for a running back.</p><p>Bieniemy was part of coaching staffs that helped Kansas City reach three Super Bowls and win two of them. But because Reid is the primary play-caller, Bieniemy left to serve as the offensive coordinator with the Washington Commanders, where he would be able to call his own plays and perhaps better position himself for a head coaching job in the NFL.</p><p>The Commanders struggled in his lone season there, though, and Bieniemy and the rest of the staff were let go. He spent a season with UCLA and last season coaching the running backs with the Chicago Bears before returning to Kansas City as the offensive coordinator.</p><p>He replaced Matt Nagy, who was hired as the offensive coordinator of the New York Giants.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OEKRGUOYMYUZ3AYNMGOCESKCA4.jpg?auth=7f1746a6e06ea2223571f690578807bf8797625055ddd262e4051248f60089a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Commanders offensive coordinator Eric Bieniemy watches from the sidelines during an NFL football game, Oct. 1, 2023, in Philadelphia. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Courtney Clenney pleads guilty to manslaughter for killing boyfriend in 2022]]></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 , Chris Gothner]]></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 <a href="https://www.local10.com/topic/Courtney_Clenney/" target="_self" rel="" title="https://www.local10.com/topic/Courtney_Clenney/">Courtney Clenney</a>, accused of killing her boyfriend, Christian Obumseli, in 2022, accepted 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>The plea brings an end to the case.</p><p>Clenney, 30, pleaded guilty to manslaughter, receiving a six-year prison sentence and five years of probation. She will receive credit for time served from Aug. 10, 2022, when she was <a href="https://www.local10.com/news/local/2022/08/10/instagram-model-arrested-4-months-after-fatal-stabbing-of-boyfriend-in-miami-apartment/" target="_self" rel="" title="https://www.local10.com/news/local/2022/08/10/instagram-model-arrested-4-months-after-fatal-stabbing-of-boyfriend-in-miami-apartment/">initially arrested in Hawaii</a>.</p><p>Clenney 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>In a statement, Miami-Dade State Attorney Katherine Fernandez Rundle said that with the agreement, Obumseli’s family “finally heard what they long sought: Courtney Clenney accepting full responsibility for his death.”</p><p>“This plea was reached in full consultation and approval of Christian’s family,” Fernandez Rundle said. “The Assistant State Attorneys handling this case have remained focused on the core evidence that Clenney stabbed Christian Obumseli as part of a pattern of escalating violence toward him. While nothing can heal the wounds caused on that day in April, I hope today’s guilty plea brings his family a measure of justice too long denied.”</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[Trump officials propose new scrutiny of food additives and ingredients]]></title><link>https://www.local10.com/news/national/2026/08/10/trump-officials-propose-new-scrutiny-of-food-additives-and-ingredients/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/10/trump-officials-propose-new-scrutiny-of-food-additives-and-ingredients/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. health officials on Monday proposed a rule change that would require food manufacturers to notify regulators before introducing new ingredients or additives into processed or packaged foods.]]></description><pubDate>Mon, 10 Aug 2026 15:06:56 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. health officials on Monday proposed a rule change that would require food manufacturers to notify regulators before introducing new ingredients or additives into processed or packaged foods.</p><p>The proposal would change a decades-old policy that advocates have called a regulatory loophole, blaming it for allowing thousands of unvetted ingredients into the U.S. food supply.</p><p>Under the proposed rule from the Food and Drug Administration, companies would have to document and submit their safety findings for new ingredients, giving regulators the opportunity to investigate if they see a potential safety risk. Currently companies can decide for themselves if an ingredient or additive is “generally recognized as safe” and there is no requirement for companies to notify or submit evidence to the FDA, although some do.</p><p>“Shifting to a mandatory notification system closes a decades-old information gap, giving the FDA the comprehensive visibility needed to enhance postmarket safety,” acting FDA Commissioner Kyle Diamantas told reporters on Monday.</p><p>The FDA will take comments on the proposal for 120 days.</p><p>Government scrutiny of ultraprocessed food continues, but with few details</p><p>In a separate move, the FDA said it completed work on the federal government's first-ever definition of ultraprocessed food, but did not release any details or the proposed language. The agency said it has submitted the definition to the White House for further review.</p><p>Health advocates consider an official definition of ultraprocessed food a key step toward bringing greater scrutiny to packaged foods that are blamed for multiple chronic health problems afflicting Americans. A government-backed definition could pave the way for more federal research and, eventually, possible labeling or other restrictions on processed foods.</p><p>Neither of Monday's announcements are likely to immediately impact American diets, which are packed with fats, sodium and sugar and are blamed for a host of chronic diseases such as obesity, diabetes and heart disease. But both initiatives are considered top priorities for Health Secretary Robert F. Kennedy Jr., who entered government vowing to crack down on artificial colors, additives and other ingredients.</p><p>Ultraprocessed foods are made using industrial processing and additives, colors, preservatives or other ingredients not found in home kitchens. The foods include sugary cereals, sodas, chips, frozen pizzas and other grocery items.</p><p>Scientists have been working to define and classify processed foods for well over a decade. But sweeping definitions come with downsides. They can be often applied to foods like whole grain bread, yogurt and granola that are all highly processed but still considered nutritious. Some recent efforts to define ultraprocessed foods include carve-outs for foods that meet nutrition standards, despite having processed ingredients.</p><p>FDA proposal would bring new insights on additives used by food companies</p><p>In the U.S., an estimated 10,000 additives are allowed in food, including thickeners, preservatives and packaging ingredients.</p><p>Consumer advocates have long argued that many of those ingredients have never been properly vetted because of the FDA's policy allowing manufacturers to certify for themselves that new additives are “generally recognized as safe,” or GRAS.</p><p>FDA's Diamantas stressed Monday that the new policy would not require all new ingredients to undergo FDA review. He said that type of mandatory review would need to be enacted by Congress in order to rewrite FDA's authority over the food supply.</p><p>“What we’re doing is requiring companies that utilize the pathway to notify us of their conclusions so that we have greater visibility into those conclusions and consumers have awareness,” Diamantas said.</p><p>Under the proposal, the FDA would be expected to review new ingredient submission within 180 days. If FDA regulators have safety concerns they could request additional information from manufacturers or request that they delay introducing the ingredient.</p><p>A rule change in the 1990s created what advocates call a loophole</p><p>Any substance intentionally added to food is supposed to undergo formal review — unless the additive is considered safe. Since the late 1950s, the government recognized that many common ingredients in foods, such as spices and vinegar, were widely consumed and understood to be safe for consumption.</p><p>The FDA policed the GRAS exemption for years, but it took time and resources. Starting in 1997, the FDA began allowing companies to independently determine that a new additive is safe based on publicly available scientific evidence and the consensus of qualified experts.</p><p>However, the list of products deemed GRAS by companies grew to include many synthetic and natural additives, all incorporated into the food supply without independent review.</p><p>The process has created a “secret GRAS loophole,” according to the consumer advocacy group Center for Science in the Public Interest, that “undermines the integrity of our food safety system."</p><p>Food industry officials contend their internal reviews of additives are as rigorous as the FDA’s own processes.</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/VJ5NTN2AU72QZHDXWQCKJV4VL4.jpg?auth=0379fb5b96412d5f6d47a49159c535f6b3b7d07085aa53a23502ad00b079d86b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Health and Human Services Robert F. Kennedy Jr., listens during a Cabinet meeting at the White House, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Rodents gnaw cabbage, roaches crawl on food prep tables; 13 businesses ordered shut]]></title><link>https://www.local10.com/food/dirty-dining/2026/08/10/rodents-gnaw-cabbage-roaches-crawl-on-food-prep-tables-13-businesses-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/08/10/rodents-gnaw-cabbage-roaches-crawl-on-food-prep-tables-13-businesses-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[It was a particularly rough stretch for cleanliness and food safety at restaurants and food stores across South Florida.]]></description><pubDate>Mon, 10 Aug 2026 15:04:58 +0000</pubDate><content:encoded><![CDATA[<p>It was a particularly rough stretch for cleanliness and food safety at restaurants and food stores across South Florida.</p><p> </p><p>Inspectors recently ordered 13 establishments shut, finding everything from rodent droppings and live roaches, to hundreds of flies, mold-like buildup, filthy equipment and food held at unsafe temperatures. </p><p>At Yellow Tail Subs Grill in Homestead, inspectors documented 32 violations, including live roaches crawling across a food-preparation table, among cleaned containers, and even out of a box of parchment paper used to wrap food; more than 100 roach droppings were found on a shelf. </p><p>At Pack Supermarket in Miami, inspectors found rodent droppings throughout the store, including 15 or more inside the walk-in cooler, along with gnawed cabbage bags. Records show it was the fourth time the supermarket had been ordered shut over rodent issues since October 2025. </p><p>At Pickles Pub Sandbar in Key West, inspectors reported 100 or more live flying insects landing on soda boxes, clean plates, napkins, pitchers and cups, while Tacombi in Miami was cited for dozens of rodent droppings and live flies.</p><p>Other shutdowns involved improperly cooled or stored food, unsanitary food-contact surfaces, dirty floors and equipment, and repeated pest problems. </p><p>All the places mentioned were allowed to re-open following an ordered cleanup and then a re-inspection.</p><p><b>**TACOMBI</b></p><p><b>3930 NE 2ND AVE.</b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/6</b></p><p><b>11 VIOLATIONS FOUND</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 16 droppings at floor by mop sink by water heater room under storage dry rack. Observed approximately 25 droppings on floor under dishwasher and three compartment sink. Observed approximately 10 droppings behind ice machine bar area.”</b></p><p>“Live, small flying insects found. Observed approximately 5 live small flies flying by ware washing area and 3 flies flying around prep area by hand sink front counter.”</p><p>“Cutting board has cut marks and is no longer cleanable. Observe green cutting board By prep area front counter.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler gaskets soiled at front counter.”</p><p><b>**YELLOW TAIL SUBS GRILL</b></p><p><b>27275 SOUTH DIXIE HIGHWAY</b></p><p><b>HOMESTEAD</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/6</b></p><p><b>32 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed at cook line 4 live roaches crawling across floor. Observed at fire suppression extinguisher above reach in cooler, 6+ live roaches. Observed at dish washing area shelf approximately 6+ live roaches crawling between cleaned containers. Observed at prep table in kitchen 2 live roaches crawling on prep table where uncovered hot sauce containers were being prepped. Observed at water heater closet 8 live roaches crawling out of door frame. Observed at dry storage area 4 live roaches crawling on walls and shelves where flour bags are stored. Observed 1 live roach crawling out of box of parchment paper used to wrap food items. Observed 1 live roach crawling from under gyro machine at cook line. Observed 1 live roach crawling on lid of reach in cooler flip top.”</p><p>“Roach excrement and/or droppings present. Observed at dish washing area shelf 100+ roach droppings on shelf and metal containers.”</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed at drive thru area big zapper with an accumulation of dead fly’s and roaches.”</p><p>“Insect control device installed over food preparation area. Observed at drive thru bug zapper stored on top of soda machine. Observed at dry storage area big zapper stored on shelf above bags of flour.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed throughout with dirty build up, dead roaches and cob webs and flies.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed can of household roach spray at kitchen prep table.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed at rear dry storage area where flour is stored.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Observed at all reach in cooler and freezer handles.”</p><p>“Single-use gloves not changed as needed after changing tasks or when damaged or soiled. Observed cook coat raw chicken then proceed to grab raw tilapia and wash off gloves.”</p><p>“Stored food not covered. Observed at reach in cooler containers of tilapia, shrimp and conch fritters stored uncovered. Observed at dry storage shelf bucket of dry seasoning stored uncovered.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed at cook line table fried chicken (101F - Hot Holding).”</p><p>“No proof of required state approved employee training provided for employee hired more than 60 days ago.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employee remove soiled gloves then take new pair to replace no hand wash.”</p><p><b>**ELEVENTH STREET PIZZA</b></p><p><b>9025 SW 72ND PL.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 8/3</b></p><p><b>13 VIOLATIONS FOUND</b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 20 + live flies in kitchen area under prep table in bags of red onions.”</p><p>“Live, small flying insects found. Observed 20 + live flies in kitchen area under prep table in bags of red onions. Observed 2 live flies at front counter near beer tap.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed meat slicer soiled. Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed near pizza mixer. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed throughout kitchen.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed reach in across oven with ambient temp of 55F; the following TCS foods stored inside for more than 4 hours: mozzarella cheese (54F - Cold Holding); roasted onions (58F - Cold Holding); mushrooms roasted (72F - Cold Holding); Alfredo sauce (70F - Cold Holding); roasted garlic (55F - Cold Holding). Repeat Violation.”</p><p><b>**PICKLES PUB SANDBAR</b></p><p><b>511 GREENE ST.</b></p><p><b>KEY WEST</b></p><p><b>ORDERED SHUT 8/3</b></p><p><b>24 VIOLATIONS FOUND</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 20+ rodent droppings on deli slicer underneath prep table in pizza prep area and approximately 15+ droppings on shelf where pizza boxes are stored.”</b></p><p>“Live, small flying insects found. Observed approximately 100+ live flying insects flying and landing on soda boxes, clean plates, napkins, bottle of grenadine, clean pitchers, and clean cups inside server station near bar.”</p><p>“Dead roaches on premises. Observed one dead roach on stairs leading up to dry storage room.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed storage container heavily soiled with old food debris where clean pizza pans are stored under pizza ovens in pizza area.”</p><p>“Accumulation of debris on exterior of ware washing machine. Repeat Violation.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Observed all reach in cooler handles soiled. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling heavily dusty above bar area. Repeat Violation.”</p><p>“Equipment in poor repair. Observed broken reach in cooler next to fryers, not in use. Observed pizza prep reach in cooler lid broken. Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed floor heavily soiled in pizza prep area and floor in server station soiled with slime like substance. Repeat Violation.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed shredded cheese (56F - Cold Holding); sausage (55F - Cold Holding); shredded mozzarella (55F - Cold Holding); pizza sauce (54F - Cold Holding) inside reach in cooler at pizza prep area, as per operator for 2 hours. Observed shredded cheese (45F - Cold Holding); shredded lettuce (46F - Cold Holding); raw chicken (45F - Cold Holding) inside reach in cooler across from walk in cooler. Repeat Violation.”</p><p>“Employee touched soiled surface and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed employee grab trash can then handle pizza paddle to plate pizza without changing gloves and washing hands.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employee handle raw chicken then change gloves and begin to handle clean equipment without washing hands.”</p><p><b>**PACK SUPERMARKET</b></p><p><b>8235 NE 2ND AVE.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 8/3</b></p><p><b>25 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 3/2026 (RODENT ISSUE)</b></p><p><b>ALSO ORDERED SHUT 12/2025 (RODENT ISSUE)</b></p><p><b>ALSO ORDERED SHUT 10/2025 (RODENT ISSUE)</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed 3 rodent droppings on the floor behind soda reach in cooler, 4 rodent droppings on the floor under 3 compartment sink, 2 droppings on the floor under front counter, 2 droppings on the floor of the stairs by the 3 compartment sink, 15+ droppings on the floor inside the walk in cooler and 3 rodent droppings on the floor under the mop sink. Repeat Violation</b>.<b>”</b></p><p><b>“Presence of insects, rodents, or other pests. Observed gnawed marks on 3 cabbage bags inside the walk in cooler.”</b></p><p><b>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed gnawed marks on 3 cabbage bags inside the walk in cooler.”</b></p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed containers of sugar heavily soiled by the coffee machine.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed pickles (67F - Cold Holding) stored on top of prep table for 2 hours, as per operator. Operator placed item into reach in cooler.”</p><p>“Food service manager not certified within 30 days of employment.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Throughout the establishment. Repeat Violation.”</p><p>“Equipment in poor repair. Observed walk in cooler #1 and walk in cooler door in disrepair. Repeat Violation.”</p><p>“Exterior door has a gap at the threshold that opens to the outside. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed mop sink heavily soiled.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. By the mop sink, next to and behind fryer station. Repeat Violation.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p><b>FOLLOW-UP INSPECTION 8/4</b></p><p>“Observed approximately 25 rodent droppings around inside the walk in cooler floor. Observed behind cook line table 4 rodent droppings.”</p><p><b>**SUGAR BAE</b></p><p><b>8253 SUNSET STRIP</b></p><p><b>SUNRISE</b></p><p><b>ORDERED SHUT 8/7</b></p><p><b>6 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 8/2025 (ROACH ISSUE)</b></p><p>“Roach activity present as evidenced by live roaches found. 1) 6 live roaches inside dishwashing machine dishwashing machine in kitchen. 2) 7 live roaches under chest freezer in kitchen 3) 5 live roaches crawling on wall next to triple sink in kitchen. 4) 6 live Roaches under food warmer in kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Cheese (50F - Cold Holding); Cooked Potatoes (49F - Cold Holding). Per Manager food items in unit overnight. Items not prepared or portioned today.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Cheese (50F - Cold Holding); Cooked Potatoes (49F - Cold Holding). Per Manager food items in unit overnight. Items not prepared or portioned today.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Prep Table- Cooked Rice (98-110F - Hot Holding). Per cook food items stored at room temperature less than 2 hours. Cook discarded.”</p><p><b>**RENDEZ-VOUS</b></p><p><b>1576 EAST OAKLAND PARK BLVD.</b></p><p><b>OAKLAND PARK</b></p><p><b>ORDERED SHUT 7/27</b></p><p><b>10 VIOLATIONS FOUND</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Approximately 4 rodent droppings on dry storage shelf next to dry pancake mix. 1 rodent droppings on top of box of pancake mix. Operator removed rodent droppings.”</b></p><p>“Roach activity present as evidenced by live roaches found. 1 live roach under dry storage shelving. Operator exterminated and removed.”</p><p>“Dead roaches on premises. 1 dead roach next to front counter ice machine. 1 dead roach under dish machine. 3 dead under dry storage shelving. Operator removed dead roaches.”</p><p>“Floor soiled/has accumulation of debris. 1. Under dry storage shelving. 2. Under triple sink and dish machine. 3. Behind booths along front windows.”</p><p>“Required employee training expired for some employees.”</p><p><b>**GOURMET CREOLE</b></p><p><b>416 NE 36TH ST.</b></p><p><b>POMPANO BEACH</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 7/27</b></p><p><b>13 VIOLATIONS FOUND</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. 1. Observed approximately 10 rodent droppings on floor behind fridge in dry storage area. 2. Observed approximately 25 rodents droppings on food storage container packing on bottom shelf of food prep table next to fridge in dry storage area.”</b></p><p>“Dead roaches on premises. 1. Observed approximately 10 dead roaches on glue board on floor in closet. 2. Observed approximately 10 dead roaches on a glue board under food prep table next to fridge in dry storage area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. 1. Observed Cooked chicken (48F); cooked beef (51F); Pikliz (49F) in two door reach in cooler in kitchen. Not prepared or portioned today.”</p><p>“Food being cooled by nonapproved method as evidenced by inadequate rate of cooling during time of inspection. 1. Observed black beans cooling on counter in kitchen at 11:30a at 105F to 91F at 11:59, cooling since 11a. Observed cooling in deep containers. Observed operator covering with plastic and placing container in reach in cooler.”</p><p>“Floor soiled/has accumulation of debris. 1. Observed buildup of spilled dry rice and beans on floors and under tables and equipment in dry storage area.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. 1. Observed old food debris on bottom shelf of reach in freezer in kitchen. 2. Hood filters at cookline in kitchen. Repeat Violation.”</p><p><b>**IFRA’S INDIAN KITCHEN</b></p><p><b>9543 S. DIXIE HIGHWAY</b></p><p><b>PINECREST</b></p><p><b>ORDERED SHUT 7/27</b></p><p><b>23 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on floor next to mop sink in kitchen area. Observed 1 live roach on reach in cooler in kitchen area across triple sink. Observed 1 live roach on empty container in kitchen area above hand sink. Observed 1 live roach under triple sink next to cook line in kitchen area.”</p><p>“Live, small flying insects found. Observed 2 live flies on wall next to mop sink in kitchen area. Observed 1 live fly on wall next to cooler in kitchen area. Observed 2 live flies in restroom on wall behind toilet.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed reach in outside of kitchen with ambient temp of 54F; the following TCS foods stored inside for more than 4 hours: lamb (47F - Cold Holding); chicken (45F - Cold Holding); cheese (46F - Cold Holding); cooked potato (45F - Cold Holding); cauliflower cooked (46F - Cold Holding).”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed food and dish shelves soiled. Repeat Violation.”</p><p>“Buildup of food debris/soil residue on equipment door handles. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed soiled ceiling. Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed in kitchen. Repeat Violation.”</p><p>“Interior of oven/microwave has accumulation of black substance/grease/food debris. Observed microwave and oven soiled. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed soiled walls in kitchen. Repeat Violation.”</p><p>“Cold holding equipment not maintained in good repair. Do not store time/temperature control for safety food in this unit until the unit is repaired. Observed reach in outside of kitchen with ambient temp of 54F; the following TCS foods stored inside for more than 4 hours: lamb (47F - Cold Holding); chicken (45F - Cold Holding); cheese (46F - Cold Holding); cooked potato (45F - Cold Holding); cauliflower cooked (46F - Cold Holding).”</p><p><b>FOLLOW-UP INSPECTION 7/28</b></p><p>“At time of callback inspection observed 6 live flying insects on wall and ceiling in the restroom. Observed 1 live flying insects on kitchen reach in cooler door.”</p><p>“At time of callback inspection observed 4 live roaches in kitchen area behind window opening panel and shelf as well as coming out of the floor drain. Observed at lobby dry storage area 3 dead roaches under shelving and on walls.”</p><p><b>FOLLOW-UP INSPECTION 7/29</b></p><p>“Observed 1 live roach crawling on floor in front of dry storage rack. Observed 1 live roach on kitchen floor. Observed 1 live roach on rack above reach in cooler in kitchen area.”</p><p><b>**LUCKY CAT STREET EATERY</b></p><p><b>6322 N. ANDREWS AVE,</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 7/28</b></p><p><b>13 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 11/2023 (ROACH ISSUE)</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 10 crawling on the floor on wall behind reach in freezer under reach in freezer on cook line next to cooler with food.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Operator left kitchen area into dining room to touched dirty surfaces then touched face then putting gloves and started to make food without washing hands Employee washed hands.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food prepared from/mixed with ingredient(s) at ambient temperature not cooled to 41 degrees Fahrenheit within 4 hours. Flip top cooler cooked bamboo at 2:36pm ( 46F cooling) since 10:30am raw breaded chicken at 2:48pm (46F cooling ) since 10:30am Products did not cool to 41F within 4 hours. See stop sale Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Multiple coolers on kitchen with overstocked items, Flip top cooler cook line Hard boil eggs 50F cold holding, over 4 hours. See stop sale tall stainless still fridge in kitchen. Pork stuff bun 52F cold holding.”</p><p>“Food being cooled by nonapproved method as evidenced by inadequate rate of cooling during time of inspection. Time/temperature control for safety food prepared from/mixed with ingredient(s) at ambient temperature not cooled to 41 degrees Fahrenheit within 4 hours. Flip top cooler cooked bamboo at 2:36pm ( 46F cooling) since 10:30am raw breaded chicken at 2:48pm (46F cooling ) since 10:30am Products did not cool to 41F within 4 hours. See stop sale Cooked chicken at 1:38pm (52F cooling) since 10:30am at 2:37pm same At this current cooling rate product will not cool to 41F within 6 hours.”</p><p>“Operator is not properly tracking/marking the number of days ready-to-eat, time/temperature control for safety food prepared onsite was held at refrigeration temperatures prior to freezing in order to properly date mark the food when it is thawed and held at refrigeration temperatures again. Multiple items like chicken wontons, cooked rice previously frozen not date marking properly.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Sushi cooler Raw fish over cooked salmon Flip top cooler Raw shell eggs over cooked chicken Stainless steel fridge Raw chicken over cooked chicken wontons.”</p><p><b>**LE GENIE RESTAURANT</b></p><p><b>187 NE 167TH ST.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 7/29</b></p><p><b>33 VIOLATIONS FOUND </b></p><p><b>ALSO ORDERED SHUT 9/2025 (FLYING INSECT ISSUE)</b></p><p><b>ALSO ORDERED SHUT 2/2024 (RODENT ISSUE)</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed 25+ rodent droppings behind the reach in freezer in the storage room.”</b></p><p>“Presence of insects, rodents, or other pests. Observed approximately 100+ dead flies in the gaskets of the reach in freezers in the storage room.”</p><p>“Live, small flying insects found Observed approximately 50+ live flies laying on the clean to go containers in the storage room, 10+ live flies on the wall by the reach in freezer in the storage room, 50+ live flies on the wooden pallet in the storage room. Observed 3+ live flies in the dining room.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed pig ear (54F - Cooling); beef (54F - Cooling); turkey (54F - Cooling); chicken (54F - Cooling) stored in the walk in cooler since last night.”</p><p>“Food stored on floor. Observed plantains, rice and beans stored on the floor of the kitchen.”</p><p>“Frozen time/temperature control for safety food being slacked at room temperature is no longer frozen solid. Observed conch (44F - Cold Holding) thawing in room temperature in the prep area no longer frozen.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed all types of meat and fish mixed with one another in the reach in freezer. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed fan covers in the walk in cooler with accumulated dust.”</p><p>“Employee used the bathroom and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands upon returning to employee area. Observed employee come back from the bathroom, place gloves on and did not wash her hands.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employee not wash their hands before starting to prep plate for customer.”</p><p>“No handwashing sign provided at a hand sink used by food employees. In the kitchen. Repeat Violation.”</p><p>“Employee touched soiled apron/clothes and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands.”</p><p>“Manager or person in charge lacking proof of food manager certification.” </p><p>FOLLOW UP INSPECTION 7/30</p><p>“At the time of the callback observed 3 live flies on the wall in the storage room and 10+ flies laying on soda and juice cases.”</p><p>“Observed 15+ dead flies in the gaskets of the reach in freezers in the storage room.”</p><p><b>**FOODEYEZ CARIBBEAN</b></p><p><b>6268 WEST SAMPLE ROAD</b></p><p><b>CORAL SPRINGS</b></p><p><b>ORDERED SHUT 7/30</b></p><p><b>10 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 10 live roaches found behind the steam table in the kitchen.”</p><p>“Dead roaches on premises. 2 dead roaches found behind the refrigerators at the front counter. 2 dead roaches found next to the flip top cooler on the cook line.”</p><p>“Floor soiled/has accumulation of food debris. Behind the cooking equipment on the cook line.”</p><p>“Floor area(s) covered with standing water. Behind the cooking equipment on the cook line.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Inside the cook line flip top cooler, butter (64F - Cold Holding). The item was held above the rails at room temperature. The butter was returned to the refrigerator to chill and cold hold.”</p><p><b>**KENIA PIZZA</b></p><p><b>14511 SW 266TH ST.</b></p><p><b>NARANJA</b></p><p><b>ORDERED SHUT 7/31</b></p><p><b>15 VIOLATIONS FOUND</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 8 rodent droppings on shelf over prep table at kitchen area. Observed approximately 20 rodent droppings on bottom shelf next to clean pots at kitchen area.”</b></p><p>“No proof of required state approved employee training provided for employee hired more than 60 days ago.”</p><p><b>**HAAGEN DAZS</b></p><p><b>SAWGRASS MILLS </b></p><p><b>12801 WEST SUNRISE BLVD.</b></p><p><b>SUNRISE</b></p><p><b>ORDERED SHUT 7/29</b></p><p><b>7 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 1) 4 Live roaches in trash bag under triple sinks in preparation area. 2) 3 live Roaches under vacuum cleaner stored under triple sinks in preparation area. 3) 4 live roaches crawling under triple sinks. In preparation area.”</p><p>“Dead roaches on premises. Approximately 10 dead roaches in sticky traps under triple sinks.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Employee put on gloves after using personal phone. Employee proceeded to get a cup to serve drinks to guests without first washing hands.”</p><p>“Operating with an expired Division of Hotels and Restaurants license. 12-01-2025.”</p><p>“Manager or person in charge lacking proof of food manager certification.”</p><p>“No proof of required state approved employee training provided for any employees.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YYMJ3442MNG7DALR5D5YRKS7U4.jpg?auth=115d4f3605a493bc2232f8e02138a76cb34cfc878dfa9a9273f6e0ae053bdde9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man accused of exposing himself to children at North Miami Beach apartment complex]]></title><link>https://www.local10.com/news/local/2026/08/10/man-accused-of-exposing-himself-to-children-at-north-miami-beach-apartment-complex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/10/man-accused-of-exposing-himself-to-children-at-north-miami-beach-apartment-complex/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 48-year-old man was arrested last week after police said he exposed himself to two minors inside a North Miami Beach apartment complex.]]></description><pubDate>Mon, 10 Aug 2026 14:50:27 +0000</pubDate><content:encoded><![CDATA[<p>A 48-year-old man was arrested last week after police said he exposed himself to two minors inside a North Miami Beach apartment complex.</p><p><a href="https://www.local10.com/espanol/2026/08/10/acusan-a-hombre-de-exhibirse-ante-ninos-en-complejo-de-apartamentos-de-north-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/acusan-a-hombre-de-exhibirse-ante-ninos-en-complejo-de-apartamentos-de-north-miami-beach/">Leer en español</a></p><p>According to an arrest report, North Miami Beach police officers responded to the complex Friday night after receiving a report about a man exposing himself in front of minors.</p><p>Police said the two victims, ages 10 and 17, told officers they were taking out the trash at about 8:45 p.m. when they walked past Eric Leon Wilson’s apartment and noticed the suspect watching them from down the hallway with his red shorts pulled down.</p><p>When they turned around, they saw him exposing his genitals in what police described as a “lewd and lascivious manner,” the report stated.</p><p>Investigators said the children became frightened and did not want to walk back past the man’s apartment to get to their own apartments. Instead, they went outside to return to their apartments by another route, authorities said.</p><p>As they walked past Wilson’s apartment from outside, both minors told police they saw him watching them from his balcony, according to the report.</p><p>Police said surveillance video from the apartment complex corroborated the minors’ accounts. According to investigators, the footage showed Wilson watching the children as they took out the trash and showed his shorts pulled halfway down, exposing himself.</p><p>The victims also identified the suspect through a photograph they took during the incident, police said.</p><p>According to the arrest report, officers initially encountered Wilson outside his apartment and he told police he had just returned home from work.</p><p>After being read his Miranda rights, Wilson agreed to speak with investigators and repeatedly denied having contact with anyone, maintaining that he had just arrived home from work, the report stated.</p><p>According to the report, the 17-year-old told investigators that on two previous occasions she had seen Wilson watching her from the parking lot while she was in her bedroom. She was unable to provide specific dates or times for those alleged incidents, the report states.</p><p>Police said the 17-year-old provided a written statement, while the 10-year-old gave a video statement to an officer.</p><p>Wilson was arrested on charges of lewd and lascivious exhibition on a child, indecent exposure and disorderly conduct/breach of the peace.</p><p>Online records show that as of Monday morning, Wilson was being held at the Metrowest Detention Center on an $8,650 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/ZLAP5TBDTJDOXCU35BN6K66B7A.jpg?auth=d1f867a0aa322d8355657b30c88ed50a838524e09ac7a1e231b16ca1fc5d8812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de exhibirse ante niños en complejo de apartamentos de North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/08/10/acusan-a-hombre-de-exhibirse-ante-ninos-en-complejo-de-apartamentos-de-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/acusan-a-hombre-de-exhibirse-ante-ninos-en-complejo-de-apartamentos-de-north-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 48 años fue arrestado la semana pasada después de que la policía dijera que se exhibió ante dos menores dentro de un complejo de apartamentos de North Miami Beach.]]></description><pubDate>Mon, 10 Aug 2026 15:02:25 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 48 años fue arrestado la semana pasada después de que la policía dijera que se exhibió ante dos menores dentro de un complejo de apartamentos de North Miami Beach.</p><p>Según un informe de arresto, agentes de la policía de North Miami Beach respondieron al complejo la noche del viernes después de recibir un reporte sobre un hombre que se exhibía frente a menores.</p><p>La policía dijo que las dos víctimas, de 10 y 17 años, dijeron a los agentes que estaban sacando la basura alrededor de las 8:45 p.m. cuando pasaron frente al apartamento de Eric Leon Wilson y notaron al sospechoso observándolas desde el pasillo con sus pantalones cortos rojos bajados.</p><p>Cuando se dieron la vuelta, lo vieron exhibiendo sus genitales de una manera que la policía describió como “lasciva y obscena”, indicó el informe.</p><p>Los investigadores dijeron que los menores se asustaron y no querían volver a pasar frente al apartamento del hombre para llegar a sus propios apartamentos. En cambio, salieron al exterior para regresar a sus apartamentos por otra ruta, dijeron las autoridades.</p><p>Mientras pasaban frente al apartamento de Wilson desde el exterior, ambos menores dijeron a la policía que lo vieron observándolos desde su balcón, según el informe.</p><p>La policía dijo que un video de vigilancia del complejo de apartamentos corroboró los relatos de los menores. Según los investigadores, las imágenes mostraron a Wilson observando a los menores mientras sacaban la basura y mostraron sus pantalones cortos bajados hasta la mitad, exhibiéndose.</p><p>Las víctimas también identificaron al sospechoso mediante una fotografía que tomaron durante el incidente, dijo la policía.</p><p>Según el informe de arresto, los agentes inicialmente encontraron a Wilson afuera de su apartamento y él dijo a la policía que acababa de regresar a casa del trabajo.</p><p>Después de que le leyeran sus derechos Miranda, Wilson aceptó hablar con los investigadores y negó repetidamente haber tenido contacto con alguien, manteniendo que acababa de llegar a casa del trabajo, indicó el informe.</p><p>Según el informe, la joven de 17 años dijo a los investigadores que en dos ocasiones anteriores había visto a Wilson observándola desde el estacionamiento mientras ella estaba en su dormitorio. No pudo proporcionar fechas ni horas específicas de esos presuntos incidentes, indica el informe.</p><p>La policía dijo que la joven de 17 años proporcionó una declaración por escrito, mientras que el menor de 10 años dio una declaración en video a un agente.</p><p>Wilson fue arrestado por cargos de exhibición lasciva y obscena ante un menor, exhibición indecente y conducta desordenada/alteración de la paz.</p><p>Los registros en línea muestran que hasta la mañana del lunes, Wilson permanecía detenido en el Centro de Detención Metrowest con una fianza de $8,650 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLAP5TBDTJDOXCU35BN6K66B7A.jpg?auth=d1f867a0aa322d8355657b30c88ed50a838524e09ac7a1e231b16ca1fc5d8812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Courtney Clenney se declara culpable de homicidio involuntario por matar a 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 , Chris Gothner]]></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 este 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 este 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[Aug. 10: Hot and humid Monday with low afternoon storm chance this week]]></title><link>https://www.local10.com/weather/2026/08/10/aug-10-hot-and-humid-monday-with-low-afternoon-storm-chance-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/10/aug-10-hot-and-humid-monday-with-low-afternoon-storm-chance-this-week/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[A heat advisory is in effect this afternoon with temperatures in the lower 90s and heat index values ranging between 105-110°. ]]></description><pubDate>Mon, 10 Aug 2026 14:53:04 +0000</pubDate><content:encoded><![CDATA[<p>A heat advisory is in effect this afternoon with temperatures in the lower 90s and heat index values ranging between 105-110°. Drier into the evening with any storm chance remaining inland today. Warm and humid tonight with morning lows in the upper 70s and lower 80s into Tuesday morning with the chance for coastal showers through the morning commute. Saharan dust arrives midweek, leaving hazy, hot, and humid conditions each day. </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[Suspect exchanges fire with Miami Gardens detective before pursuit, police chief says]]></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[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[A suspect was taken into custody after allegedly firing a gun at a detective in Miami Gardens early Monday morning and then leading police on a pursuit 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 was taken into custody after allegedly firing a gun at a detective in Miami Gardens early Monday morning and then leading police on a pursuit 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 Miami Gardens Police Chief Delma Noel-Pratt, officers responded to a home at about 9:50 p.m. Sunday after receiving a report about shots being fired at the home during a domestic violence incident.</p><p>The suspect returned to the area while a detective was there at about 4:15 a.m. Monday and shot at the detective, Noel-Pratt said.</p><p>The police chief said the detective returned fire and the pursuit started, with the suspect driving into Opa-locka.</p><p>According to a news release from the Opa-locka Police Department, its officers were called to assist Miami Gardens police during the vehicle pursuit.</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>Authorities have not released the suspect’s identity, but confirmed that the suspect was injured in the shooting and was transported to a local hospital to be treated for their injuries. </p><p>No officers or detectives were injured during the shooting and chase, the Miami Gardens police chief confirmed. </p><p>The Florida Department of Law Enforcement is investigating the shooting. </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[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, Hannah Yechivi]]></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[Atlantic looks to break its silence this week]]></title><link>https://www.local10.com/weather/hurricane/2026/08/10/atlantic-looks-to-break-its-silence-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/10/atlantic-looks-to-break-its-silence-this-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[On Saturday, the National Hurricane Center added to its 7-day development outlook an area we first mentioned in this newsletter 9 days earlier and updated you on throughout last week, including last Friday as models grew gradually supportive of development over the deep tropical Atlantic for later this week.]]></description><pubDate>Mon, 10 Aug 2026 14:20:10 +0000</pubDate><content:encoded><![CDATA[<p>On Saturday, the National Hurricane Center added to its 7-day development outlook an area we first mentioned in this newsletter 9 days earlier and updated you on throughout last week, including last Friday as models grew gradually supportive of development over the deep tropical Atlantic for later this week.</p><p><a href="https://www.local10.com/espanol/2026/08/10/atlantico-busca-romper-su-silencio-esta-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/atlantico-busca-romper-su-silencio-esta-semana/">Leer en español</a></p><p>As of Monday morning, that disturbance had a medium chance of developing into a tropical depression or named storm over the next 7 days, primarily from Wednesday through Saturday as it tracks safely over the open waters between Africa and the Caribbean. The next name on the list is Cristobal.</p><p>In general, models have trended more bullish in terms of its potential development since Friday and the easternmost Caribbean islands – from the Lesser Antilles to Puerto Rico – will want to monitor the forecast trends this week.</p><p>The scenarios that indicate development in the AI-camp of models keep the system weaker (tropical depression or tropical storm strength) but also move it farther south and graze or affect the Leeward Islands by this upcoming weekend.</p><p>For now, the top-performing Google DeepMind machine learning-based model puts development odds around 30-40% this week.</p><figure><img src="https://www.local10.com/resizer/v2/NQFOEFO5FJCFJIBYGFJ2KDOESU.png?auth=4fb5a2af02c2181045808b3882d30a3ed69340f5dde87ce0daeca1b4a680f2bb&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through next Wednesday, August 19th (10 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble indicates the highest chance of development (approximately 30-40%) as the system tracks between Africa and the Caribbean later this week. While the model maintains a weaker system (tropical depression or tropical storm), it also shows a path close to the easternmost Caribbean islands by this weekend. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through next Wednesday, August 19th (10 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble indicates the highest chance of development (approximately 30-40%) as the system tracks between Africa and the Caribbean later this week. While the model maintains a weaker system (tropical depression or tropical storm), it also shows a path close to the easternmost Caribbean islands by this weekend. Credit: Deelan Jariwala.</figcaption></figure><p>The conventional physics-based models, on the other hand, are slightly more aggressive in future development but also – perhaps due to a stronger storm – lift the system farther north into the central Atlantic this weekend and provide a safer clearance away from the islands.</p><figure><img src="https://www.local10.com/resizer/v2/SJ5TSORUZJA63EFJQ7DRMPICVQ.png?auth=f194d4006316cad24238d5c3d9aa3740054a916564be99b31a3ed79bde57715b&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks from the conventional physics-based European model ensemble system (top panel) and newer AI-based European ensemble system (bottom panel). Similar to its Google DeepMind counterpart, the Euro AI scenarios keep the system weaker and closer to the islands by this weekend. On the other hand, more scenarios strengthen the system in the physics-based model but also lift it north of the islands into next week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks from the conventional physics-based European model ensemble system (top panel) and newer AI-based European ensemble system (bottom panel). Similar to its Google DeepMind counterpart, the Euro AI scenarios keep the system weaker and closer to the islands by this weekend. On the other hand, more scenarios strengthen the system in the physics-based model but also lift it north of the islands into next week. Credit: weathermodels.com.</figcaption></figure><p>It’s too soon to know which solution for the islands is most likely and interests in the islands should continue to check back this week. Though Cristobal is looking more likely than not later this week, the environment is only marginally conducive ahead, and for now our forecast models don’t indicate significant strengthening east of the islands.</p><p>Beyond the islands next week, there does appear to be enough of a break in the subtropical high pressure steering to allow the system to bend north, but we’re still more than a week out and we’ll need to see exactly how far north the disturbance – or what comes from it – tracks this week. At this stage, this isn’t anything the mainland U.S. needs to be concerned about.</p><h3><b>Honorable mentions over the rest of the Atlantic</b></h3><p>The NHC also added two other yellow areas to its outlook map this weekend for low development odds, but neither is of much consequence. The southernmost disturbance between Africa and the Caribbean (and west of the main disturbance we’re tracking this week) is a tropical wave that rolled off Africa Friday that we mentioned at the time.</p><p>Forecast models show that disturbance harmlessly sailing into the southern Windward Islands, Trinidad and Tobago, and parts of northern Venezuela by mid-week and development isn’t expected.</p><p>Meanwhile, a broad and disorganized area of low pressure over the open north Atlantic north of Bermuda – in part a leftover piece of a tropical wave that affected parts of the southeast U.S. Friday into the weekend – is moving quickly eastward and away from the U.S. Its development prospects are very limited and regardless, it poses no threat to land.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDEET22ZAJHOJJBSGKF2E3ABAI.PNG?auth=e0504b66ee8dc2f08c3d61b082b1afcbbb7a52553218e6beaf8901b4c09109bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></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 was reported at about 3:40 a.m. 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, but said the incident appeared to be a suicide. </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[Atlántico busca romper su silencio esta semana]]></title><link>https://www.local10.com/espanol/2026/08/10/atlantico-busca-romper-su-silencio-esta-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/atlantico-busca-romper-su-silencio-esta-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El sábado, el Centro Nacional de Huracanes agregó a su perspectiva de desarrollo de 7 días un área que mencionamos por primera vez en este boletín 9 días antes y sobre la cual les mantuvimos informados durante toda la semana pasada, incluido el viernes pasado, cuando los modelos mostraron un respaldo gradual al desarrollo sobre el Atlántico tropical profundo para finales de esta semana.]]></description><pubDate>Mon, 10 Aug 2026 14:27:28 +0000</pubDate><content:encoded><![CDATA[<p>El sábado, el Centro Nacional de Huracanes agregó a su perspectiva de desarrollo de 7 días un área que mencionamos por primera vez en este boletín 9 días antes y sobre la cual les mantuvimos informados durante toda la semana pasada, incluido el viernes pasado, cuando los modelos mostraron un respaldo gradual al desarrollo sobre el Atlántico tropical profundo para finales de esta semana.</p><p>Hasta la mañana del lunes, esa perturbación tenía una probabilidad media de convertirse en una depresión tropical o tormenta con nombre durante los próximos 7 días, principalmente entre el miércoles y el sábado, mientras avanza de forma segura sobre aguas abiertas entre África y el Caribe. El próximo nombre en la lista es Cristóbal.</p><p>En general, los modelos han mostrado una tendencia más favorable a su posible desarrollo desde el viernes, y las islas más orientales del Caribe, desde las Antillas Menores hasta Puerto Rico, deberán monitorear las tendencias del pronóstico esta semana.</p><p>Los escenarios que indican desarrollo entre los modelos de inteligencia artificial mantienen el sistema más débil, con fuerza de depresión tropical o tormenta tropical, pero también lo desplazan más hacia el sur, rozando o afectando las Islas de Sotavento para este próximo fin de semana.</p><p>Por ahora, el modelo de aprendizaje automático Google DeepMind, uno de los de mejor rendimiento, sitúa las probabilidades de desarrollo entre 30% y 40% esta semana.</p><figure><img src="https://www.local10.com/resizer/v2/NQFOEFO5FJCFJIBYGFJ2KDOESU.png?auth=4fb5a2af02c2181045808b3882d30a3ed69340f5dde87ce0daeca1b4a680f2bb&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through next Wednesday, August 19th (10 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble indicates the highest chance of development (approximately 30-40%) as the system tracks between Africa and the Caribbean later this week. While the model maintains a weaker system (tropical depression or tropical storm), it also shows a path close to the easternmost Caribbean islands by this weekend. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through next Wednesday, August 19th (10 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble indicates the highest chance of development (approximately 30-40%) as the system tracks between Africa and the Caribbean later this week. While the model maintains a weaker system (tropical depression or tropical storm), it also shows a path close to the easternmost Caribbean islands by this weekend. Credit: Deelan Jariwala.</figcaption></figure><p>Los modelos convencionales basados en la física, por otro lado, son ligeramente más agresivos en cuanto al desarrollo futuro, pero también, quizás debido a una tormenta más fuerte, desplazan el sistema más al norte hacia el Atlántico central este fin de semana y lo mantienen a una distancia más segura de las islas.</p><figure><img src="https://www.local10.com/resizer/v2/SJ5TSORUZJA63EFJQ7DRMPICVQ.png?auth=f194d4006316cad24238d5c3d9aa3740054a916564be99b31a3ed79bde57715b&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks from the conventional physics-based European model ensemble system (top panel) and newer AI-based European ensemble system (bottom panel). Similar to its Google DeepMind counterpart, the Euro AI scenarios keep the system weaker and closer to the islands by this weekend. On the other hand, more scenarios strengthen the system in the physics-based model but also lift it north of the islands into next week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks from the conventional physics-based European model ensemble system (top panel) and newer AI-based European ensemble system (bottom panel). Similar to its Google DeepMind counterpart, the Euro AI scenarios keep the system weaker and closer to the islands by this weekend. On the other hand, more scenarios strengthen the system in the physics-based model but also lift it north of the islands into next week. Credit: weathermodels.com.</figcaption></figure><p>Es demasiado pronto para saber qué escenario es el más probable para las islas, y quienes se encuentren en las islas deben continuar atentos a las actualizaciones esta semana. Aunque parece más probable que Cristóbal se forme hacia finales de esta semana, el entorno por delante solo es marginalmente favorable y, por ahora, nuestros modelos de pronóstico no indican un fortalecimiento significativo al este de las islas.</p><p>Más allá de las islas la próxima semana, parece haber una interrupción suficiente en el sistema de alta presión subtropical que dirige el sistema como para permitir que gire hacia el norte, pero todavía falta más de una semana y tendremos que ver exactamente qué tan al norte se desplaza esta semana la perturbación, o lo que se forme a partir de ella. En esta etapa, esto no es algo por lo que Estados Unidos continental deba preocuparse.</p><p><b>Menciones destacadas en el resto del Atlántico</b></p><p>El NHC también agregó este fin de semana otras dos áreas amarillas a su mapa de perspectivas debido a sus bajas probabilidades de desarrollo, pero ninguna es de gran importancia. La perturbación más al sur entre África y el Caribe, y al oeste de la principal perturbación que estamos monitoreando esta semana, es una onda tropical que salió de África el viernes y que mencionamos en ese momento.</p><p>Los modelos de pronóstico muestran que esa perturbación avanzará sin causar problemas hacia el sur de las Islas de Barlovento, Trinidad y Tobago y partes del norte de Venezuela para mediados de semana, y no se espera que se desarrolle.</p><p>Mientras tanto, una amplia y desorganizada área de baja presión sobre las aguas abiertas del Atlántico Norte, al norte de Bermuda, en parte un remanente de una onda tropical que afectó zonas del sureste de Estados Unidos desde el viernes y durante el fin de semana, se desplaza rápidamente hacia el este y se aleja de Estados Unidos. Sus posibilidades de desarrollo son muy limitadas y, en cualquier caso, no representa una amenaza para tierra firme.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDEET22ZAJHOJJBSGKF2E3ABAI.PNG?auth=e0504b66ee8dc2f08c3d61b082b1afcbbb7a52553218e6beaf8901b4c09109bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></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 href="https://www.local10.com/espanol/2026/08/10/encuentran-a-perro-jadeando-en-peligro-dentro-de-camioneta-a-107-grados-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/encuentran-a-perro-jadeando-en-peligro-dentro-de-camioneta-a-107-grados-en-hialeah/">Leer en español</a></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[Encuentran a perro jadeando en peligro dentro de camioneta a 107 grados en Hialeah]]></title><link>https://www.local10.com/espanol/2026/08/10/encuentran-a-perro-jadeando-en-peligro-dentro-de-camioneta-a-107-grados-en-hialeah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/encuentran-a-perro-jadeando-en-peligro-dentro-de-camioneta-a-107-grados-en-hialeah/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 40 años confesó haber dejado a su perro en una camioneta estacionada sin aire acondicionado durante un día caluroso, cerca del área de Goodlet Park en Hialeah, según la policía.]]></description><pubDate>Mon, 10 Aug 2026 14:22:07 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 40 años confesó haber dejado a su perro en una camioneta estacionada sin aire acondicionado durante un día caluroso, cerca del área de Goodlet Park en Hialeah, según la policía.</p><p>Una mujer contactó a la policía para reportar que Yoniel Izquierdo había estado viviendo con el perro en la camioneta durante unos dos meses, según la policía.</p><p>Agentes respondieron poco antes de la 1:25 p.m. del viernes al área de West Ninth Lane y 40th Place, según un informe policial.</p><p>“Observé a un perro confinado dentro de la camioneta e incapaz de salir por sí solo. El vehículo estaba estacionado bajo la luz directa del sol, sin sombra. El vehículo no estaba encendido”, escribió un agente de la policía de Hialeah, según el informe.</p><p>Personal de Servicios para Animales del Condado Miami-Dade respondió y determinó que la temperatura dentro de la camioneta era de unos 107 grados, según el informe.</p><p>“El aire acondicionado no estaba funcionando. El vehículo solo tiene dos ventanas que estaban ligeramente abiertas,&nbsp; El perro fue visto jadeando y mostrando señales de angustia”, escribió un agente, según el informe.</p><p>Personal de Servicios para Animales del Condado Miami-Dade vertió agua sobre el perro, según la policía.</p><p>Izquierdo dijo a los agentes que “había estado viviendo en la camioneta con el perro durante aproximadamente un mes y reconoció que deja al perro confinado dentro de la camioneta cuando va a trabajar”, escribió un agente, según el informe policial de arresto.</p><p>El Departamento de Correccionales de Miami-Dade ingresó a Izquierdo poco después de las 4:10 p.m. del viernes y permanecía en el Centro de Detención Metrowest la mañana del lunes, según los registros de reclusos.</p><p>Izquierdo enfrentaba un cargo de crueldad animal con intención de herir o matar, un delito grave de tercer grado. Su fianza fue fijada en $5,000 USD.</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[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.local10.com/espanol/2026/08/10/gran-maestro-de-ajedrez-nacido-en-miami-fabiano-caruana-regresa-a-casa-para-competencia-internacional/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/10/gran-maestro-de-ajedrez-nacido-en-miami-fabiano-caruana-regresa-a-casa-para-competencia-internacional/">Leer en español</a></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[Miami-Dade woman uploaded TikTok video of herself molesting 4-year-old boy, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/06/miami-dade-woman-uploaded-tiktok-video-of-herself-molesting-4-year-old-boy-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/miami-dade-woman-uploaded-tiktok-video-of-herself-molesting-4-year-old-boy-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies arrested a southwest Miami-Dade woman on Wednesday after they said she uploaded a video to TikTok showing herself molesting a 4-year-old boy.]]></description><pubDate>Thu, 06 Aug 2026 19:18:15 +0000</pubDate><content:encoded><![CDATA[<p>Deputies arrested a southwest Miami-Dade woman on Wednesday after they said she uploaded a video to TikTok showing herself molesting a 4-year-old boy.</p><p><a href="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/">Leer en español</a></p><p>An arrest report from the Miami-Dade Sheriff’s Office states that TikTok tipped authorities off that Maylin Elena Viana, 29, had uploaded the illicit clip of herself and the victim.</p><p>The arrest report doesn’t state how Viana knows the child.</p><p>Deputies said Viana “admitted to recording the victim and his genitalia” and said they additionally found a video in an Instagram account of Viana engaging in further lewd conduct with the child.</p><p>Viana, who lives in the rural Redland area, was arrested on charges related to the promotion of child sexual abuse material and lewd and lascivious molestation.</p><p>A spokesperson for TikTok told Local 10 News that its system flagged and reported the content before it received views, shares, or downloads and banned Viana’s account.</p><p>As of Thursday, she was being held without bond in the Turner Guilford Knight Correctional Center.</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/UDR7BDOR2BEMDKGUEX4DUFY6F4.jpg?auth=faebbd083b27f44a9ef38f1e26ff36c0d07180e18b0edbc39893d0935d6e3a8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maylin Viana]]></media:description></media:content></item><item><title><![CDATA[Gran maestro de ajedrez nacido en Miami, Fabiano Caruana, regresa a casa para competencia internacional]]></title><link>https://www.local10.com/espanol/2026/08/10/gran-maestro-de-ajedrez-nacido-en-miami-fabiano-caruana-regresa-a-casa-para-competencia-internacional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/gran-maestro-de-ajedrez-nacido-en-miami-fabiano-caruana-regresa-a-casa-para-competencia-internacional/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Uno de los ajedrecistas mejor clasificados del mundo comenzó su carrera en el sur de Florida y ahora ha regresado a casa para competir junto a algunos de los mejores jugadores de este deporte.]]></description><pubDate>Mon, 10 Aug 2026 14:17:59 +0000</pubDate><content:encoded><![CDATA[<p>Uno de los ajedrecistas mejor clasificados del mundo comenzó su carrera en el sur de Florida y ahora ha regresado a casa para competir junto a algunos de los mejores jugadores de este deporte.</p><p><a href="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers" target="_blank" rel="noreferrer" title="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers">Fabiano Caruana</a>, quien nació en el vecindario Coconut Grove de Miami, descubrió el ajedrez cuando tenía apenas 5 años. Lo que comenzó como una actividad después de clases rápidamente se convirtió en una carrera profesional que finalmente lo llevaría por todo el mundo.</p><p>“Comencé después de clases simplemente jugando con otros niños”, dijo Caruana. “Había un entrenador. Él les dijo a mis padres: ‘Quizás deberían seguir adelante con esto. Parece que es bueno’. Entonces comenzamos a tomarlo más en serio y representé a Estados Unidos en competencias juveniles. Ese fue el comienzo”.</p><p>Ese comienzo finalmente impulsó a Caruana a los niveles más altos del ajedrez competitivo. Hoy se encuentra entre los mejores jugadores del mundo y ha acumulado casi 200,000 seguidores en <a href="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers" target="_blank" rel="noreferrer" title="https://www.instagram.com/fabianocaruana/?hl=enhttps%3A%2F%2Fwww.chess.com%2Fplayers">Instagram</a>.</p><p>Caruana regresó recientemente al sur de Florida para representar al equipo de Estados Unidos en una competencia internacional de élite de ajedrez rápido y blitz en Faena Miami Beach, que cuenta con algunos de los mejores grandes maestros del mundo.</p><p><b>El ajedrez encuentra una nueva generación</b></p><p>Aunque el ajedrez existe desde hace siglos, Caruana dice que el juego ha evolucionado considerablemente en los últimos años. Las plataformas en línea han hecho que sea más fácil que nunca aprender y competir, ayudando a presentar el juego a millones de nuevos jugadores.</p><p>“Lo grandioso del ajedrez es que es muy accesible”, dijo Caruana. “No cuesta nada jugar. Puedes jugar en línea gratis”.</p><p>Caruana también cree que los beneficios van mucho más allá de la competencia.</p><p>“Creo que es una de las cosas realmente útiles que el ajedrez puede hacer por las personas”, dijo, señalando sus posibles beneficios cognitivos y las lecciones que puede enseñar a los niños, entre ellas “autocontrol, paciencia y trabajo duro”.</p><p>A pesar de la creciente popularidad del ajedrez en línea, Caruana dijo que los jugadores todavía están trabajando para superar la percepción de que el juego es lento o anticuado.</p><p>“Creo que hemos tenido que luchar contra esta percepción de que el ajedrez es un juego anticuado”, dijo. “Hay muchas maneras en las que el ajedrez puede ser emocionante, pero la mejor forma de decidirlo es probarlo”.</p><p>Gran parte de esa emoción, dijo, proviene de la tensión que experimentan los jugadores incluso cuando puede que los espectadores no vean mucha acción.</p><p>“La tensión que sientes quizás no se vea desde afuera, pero la sientes mientras juegas”, dijo Caruana.</p><p>Esa presión aumenta en las competencias de ajedrez rápido y blitz, donde los jugadores tienen considerablemente menos tiempo para tomar decisiones.</p><p>“Cuando juegas lo más rápido posible, no pasa nada por tu mente excepto tu próximo movimiento”, dijo.</p><p><b>En busca de un campeonato mundial</b></p><p>A pesar de haber alcanzado ya la élite del mundo del ajedrez, Caruana todavía tiene un objetivo importante pendiente: convertirse en campeón mundial.</p><p>“Me gustaría luchar por el título del Campeonato Mundial”, dijo.</p><p>Caruana dijo que espera tener otra oportunidad de perseguir ese objetivo durante el ciclo del campeonato de 2028.</p><p>“Podré intentarlo en el próximo ciclo, que es en 2028”, dijo, “y espero lograrlo entonces”.</p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Alabama’s special congressional primaries]]></title><link>https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-alabamas-special-congressional-primaries/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/10/ap-decision-notes-what-to-expect-in-alabamas-special-congressional-primaries/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Voters in four of Alabama’s seven congressional districts will select U.S. House nominees Tuesday under a new map that eliminates one of the state’s two majority-Black districts currently represented by Democrats.]]></description><pubDate>Mon, 10 Aug 2026 14:14:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Voters in four of Alabama’s seven congressional districts will select U.S. House nominees Tuesday under a new map that eliminates one of the state’s two majority-Black districts currently represented by Democrats.</p><p>Primaries for all seven congressional districts were originally scheduled for May 19, but Republican Gov. Kay Ivey postponed the contests for the 1st, 2nd, 6th and 7th Congressional Districts following a U.S. Supreme Court decision that prompted a handful of Republican-controlled Southern states to throw out their congressional maps.</p><p>The court-inspired actions in Alabama, Louisiana and Tennessee, as well as earlier legislative actions in other states to redraw their boundaries through mid-decade redistricting, were part of a nationwide Republican effort championed by President Donald Trump to maximize the party’s chances of holding its slim U.S. House majority in the 2026 midterm elections.</p><p>Alabama's U.S. House members will continue to serve in their current districts until the end of 2026. Candidates in Tuesday's primaries are running under the new Republican-backed boundaries, which go into effect in January 2027. Both of Alabama’s Democratic members of Congress are seeking reelection in their newly configured districts and are unopposed in their primaries.</p><p>In the 2nd District, where U.S. Rep. Shomari Figures is running for a second term, the Black population will go from half of the population under the current lines to about 40% under the new lines. In the 2024 presidential election, Democratic Vice President Kamala Harris beat Trump in the current district, 53% to 46%. But Trump would have beaten Harris 57% to 42% if the new boundaries had been in effect in 2024.</p><p>Six Republicans are running to challenge Figures in November, including state Rep. Rhett Marques, Army veteran Joshua McKee and real estate broker Hampton Harris. Trump has endorsed Marques, who is the field’s top fundraiser.</p><p>Black residents will maintain a slight majority in the new 7th District, where U.S. Rep. Terri Sewell is running for a ninth term. Harris beat Trump, 61% to 38%, under the current boundaries and would have beaten him by slightly less, 58% to 41%, if the new boundaries had been in effect in 2024. Two Republicans, Ammie Akin and David Perry, are competing for the nomination to unseat Sewell.</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. CT, which is 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 the 1st, 2nd, 6th and 7th Congressional Districts.</p><p>Who gets to vote?</p><p>The special primaries are open to any registered voters in their respective congressional districts. Although Alabama does not register voters by party, voters will be asked to declare a party preference upon selecting a party’s primary ballot.</p><p>How many voters are there?</p><p>As of June 1, there were 3.8 million registered voters in Alabama. Each congressional district in the state has a total population of about 718,000.</p><p>How many people actually vote?</p><p>About 409,000 ballots were cast across the state in the May 19 primaries, which was roughly 11% of registered voters. Past vote totals for the four new congressional districts are unavailable.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Relatively few Alabama voters cast their ballots before Election Day. The state is one of the only holdouts in the country not to offer some form of in-person early voting. In the 2024 primaries, about 4% of Democratic primary voters and about 1% of Republican primary voters voted by mail.</p><p>When are early and absentee votes released?</p><p>Vote release practices vary from county to county. Most counties tend to release results from absentee voting in the first vote update, sometimes along with results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the May 19 state primary, the AP first reported results at 8:28 p.m. ET, or 28 minutes after polls closed. The last vote update of the night was at 12:54 a.m. ET, with more than 99.9% 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 2010, the Alabama attorney general issued an opinion that Alabama’s automatic recount law does not apply to primaries. 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/DT5TBF6VW6ZGMESTFU5YYVKEKI.jpg?auth=1803d08599074072470bbce5fabec09e95b248194b8b2ba61c4cb57a3e3cc317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Alabama state capitol is seen during a special session of the Alabama Legislature, May 4, 2026, in Montgomery, Ala. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZ3VUOST4R25BVWIFT72VRVXKA.jpg?auth=30ca37490e2028f02a5b259aea17cddf2b334f2e165c7225abf9f458f65ef134&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Shomari Figures, D-Ala., speaks at the Washington Brief series, July 29, 2026, in Montgomery, Ala. (AP Photo/Vasha Hunt, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vasha Hunt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNBZCE3OUO3LRAWIEYK6Q42LZE.jpg?auth=fdc611fae9d545ddefc8d3d7d0c1b3385a02e64ba0ca4448056eca4e91724bed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candidates for U.S. Congressional District 2 speak to attendees, July 27, 2026, during a Houston County Republican Meet the Candidates event in Dothan, Ala. (AP Photo/Julie Bennett, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Bennett</media:credit></media:content></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[Blink-182's Travis Barker almost died. A new documentary celebrates his life before and after]]></title><link>https://www.local10.com/entertainment/2026/08/10/blink-182s-travis-barker-almost-died-a-new-documentary-celebrates-his-life-before-and-after/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/10/blink-182s-travis-barker-almost-died-a-new-documentary-celebrates-his-life-before-and-after/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The inferno rages onscreen three minutes into “ Travis Barker: Louder Than Fear.” Dashcam footage lifted from a police car shows the blaze: It's 2008, and Barker has survived a plane crash in South Carolina. Four others did not.]]></description><pubDate>Mon, 10 Aug 2026 14:00:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The inferno rages onscreen three minutes into “ Travis Barker: Louder Than Fear.” Dashcam footage lifted from a police car shows the blaze: It's 2008, and Barker has survived a plane crash in South Carolina. Four others did not.</p><p>And then, a cut. The documentary, which follows the Blink-182 drummer from 2017 to 2026, is a celebration of Barker's life before and after the life-altering accident, a central event in a career full of them. The film began as a mirror of his memoir, 2015's “Can I Say: Living Large, Cheating Death, and Drums, Drums, Drums,” but became something else entirely after a producer suggested it end with the image of Barker, then still unable to fly due to post-traumatic stress disorder, walking toward a plane.</p><p>Ending on that note, “where this thing still has power over me,” didn’t sit well with him. Instead, he boards a plane at the end, but the documentary’s final images are a slide show of family photos, including his wife Kourtney Kardashian and kids.</p><p>“I almost died,” he says. It “could be helpful to share my life.”</p><p>An elastic artist</p><p>Barker's resume is long, and a two-and-a-half-hour documentary can only cover so much of it. The film hits most of the big notes, quickly establishing Barker as a rebellious kid with a supernatural drumming ability from age 4, when he got his first kit, to now, at 50.</p><p>And that's with many projects in-between: From the SoCal punks Feeble, which he joined while working as a trash collector, to his stint in the ska band The Aquabats and multiplatinum, pop-punk legends Blink-182 — the band that skyrocketed Barker into superstardom.</p><p>Also covered? His love of skateboarding and car culture, his clothing brands, side-projects Box Car Racer and +44, turntable duo TRV$DJAM, various experiments and collaborations in hip-hop (Bun B, Lil Wayne ) and beyond.</p><p>But it all began with drumming, and hilariously enough, Animal from “The Muppets” — his first drumming hero — until he discovered cross-genre greats like jazz legends Buddy Rich, Dennis Chambers and Elvin Jones as well as Mötley Crüe’s Tommy Lee.</p><p>“Where drumming got really serious for me was after my mom passed, so it was therapy,” he says, reflecting on his childhood. “It’s like my life. It’s like oxygen to me.”</p><p>It's also a kind of sport. Barker has long been a dedicated, athletic percussionist, and he likens it to a boxer's meditative state. “It’s like when you see a fighter and he just goes for broke the first round. There’s sometimes where I just feel like that,” he says. “Something just takes over my body.”</p><p>Many events in life threatened that euphoria, but none quite as physically as the plane crash. “I was in a burn center for six months on morphine and I had 30 surgeries,” he recounts. “Seventy percent of my body was burned.” At one point, he didn't only fear if he would be able to drum again — even walking was a question mark.</p><p>Lessons from tragedy</p><p>Even before the crash, Barker's life — as marked with musical triumphs as it has been — offered lessons in resiliency.</p><p>“Whether it was my mom passing away or my plane crash, I learned — and through watching friends of mine and just living life — I’ve seen traumatic experiences either destroy someone or define them,” he says. “Every loss I had, or every everything I took to the chin, it made me stronger. At the time, I can’t realize it, right? I can't like really wrap my head around it. But ... that’s why I went so hard and I was so determined to play music and so determined to succeed. Plan B was only making Plan A work. You know? There was no Plan B.”</p><p>The same tenacity can be applied to his sobriety and dedication to flying again — a journey emboldened by his family. “I fly all the time now and I feel turbulence and I can’t even tell you what’s going on in my head. And I just look over and my wife’s perfectly OK,” he says. “My son loves airplanes and plays with airplanes and it’s so innocent. It’s so beautiful.”</p><p>“They’ve been my greatest joy,” he says of his children, who grow up on screen across the film's near-decade of filming.</p><p>As someone who has lost a lot and thought about what it would be like to lose even more, when it comes to the topic of legacy, Barker has a simple dream. “I think I’d want to be remembered for my music and my drumming and being a great father, husband, and son and brother,” he says.</p><p>As for the doc? “Maybe my story helps somebody,” he pauses. “I don’t love how everything happened. I don’t like the losses that happened. But I like how hard I had to work. I like that I wasn’t born with a silver spoon in my mouth. I liked that I had to navigate and find my way. And the journey was awesome.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6562JJS4ZRRFVOOZWTYBSPMFI.jpg?auth=61551c0834802e5e7de6b992d4fe91d22cf9201ad8863f68022fa7c193b85ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travis Barker poses for a portrait in New York on Thursday, June 11, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGR73OIK3MO2B7RAYWIFTSEW7U.jpg?auth=d36b81dacfdda2555ade88bed3c7056629bfa6cfa4134843d71c9d2f55f70900&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travis Barker poses for a portrait in New York on Thursday, June 11, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EQQMR7DCGTGHFCUG77NJOSA36Y.jpg?auth=f3bb9d22879139b62361344c9f433924646727ccb7f6771ccfd9e669c3d89b41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travis Barker poses for a portrait in New York on Thursday, June 11, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/37P6R7DFTACRD24XMIIGSE5KAE.jpg?auth=d36b3b8c4f7b70d94a20c7c2995b46868a8750589ec322c9ab414aeea79c7290&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travis Barker poses for a portrait in New York on Thursday, June 11, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SZZ4AIEJREWHG2UKU7HOK23UBU.jpg?auth=499049cc33402ee00f1efb5589db234abe48d64ca66f6d719a165dea1a66ac25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kourtney Kardashian, left, and Travis Barker appear at the 64th Annual Grammy Awards in Las Vegas on April 3, 2022. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></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[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[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 fast-moving Ebola outbreak started months before it was declared]]></title><link>https://www.local10.com/news/world/2026/08/10/who-says-congos-fast-moving-ebola-outbreak-started-months-before-it-was-declared/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/who-says-congos-fast-moving-ebola-outbreak-started-months-before-it-was-declared/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA and MARK BANCHEREAU, 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 14:37:07 +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, Dr. Mohamed Yakub Janabi, told a news conference that sequencing indicated the outbreak's start. He said some cases early on 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 rare 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>The outbreak is unfolding in some of the most challenging conditions imaginable, with strikes by some unpaid health workers, threats by rebel groups, anger from long-traumatized communities and misinformation asserting that Ebola isn’t real. Health teams travel remote, unpaved roads and have reported shortages of protective gear, while a vast population of displaced people struggles to find reliable water sources for washing hands.</p><p>This Ebola outbreak has killed more people at a quicker rate than any other, including the 2014-2016 outbreak in West Africa that is considered the worst on record with over 11,000 deaths out of at least 28,000 cases. That one 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 Director-General Tedros Adhanom Ghebreyesu said Ebola is spreading faster than efforts to fight it. New cases are doubling in some hot spots, Tedros said on X after meeting with officials in the capital, Kinshasa.</p><p>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. Now some pregnant women and others are avoiding health centers for fear of the virus, at risk to their lives.</p><p>Several past Ebola outbreaks have also been declared weeks or months 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><p>___</p><p>Banchereau reported from Dakar, Senegal.</p><p>___</p><p>This version corrects the second reference to the WHO director-general to Tedros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MJ2LW2TTQYMTMGYP6TDUACDT5U.jpg?auth=8f2c33926b89a1b804da2f2951f9d31a21a9ef20a802bc87e1bb1e48cbe7b1f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wiza Bondele, Right, 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><media:content url="https://www.local10.com/resizer/v2/2UI3WXSBA2UGERTTI2TBANDQVI.jpg?auth=98d15d99b90f2d3caa321a6e5022c9cd0573aad264ab7d7168275758433993e2&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, 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><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[Terremoto en Colombia deja al menos 20 muertos y edificios colapsados con personas atrapadas]]></title><link>https://www.local10.com/espanol/2026/08/10/terremoto-en-colombia-deja-al-menos-dos-muertos-y-edificios-colapsados-con-personas-atrapadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/terremoto-en-colombia-deja-al-menos-dos-muertos-y-edificios-colapsados-con-personas-atrapadas/</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ó al menos 20 muertos, varios heridos y personas atrapadas en edificios que colapsaron, según las autoridades.]]></description><pubDate>Mon, 10 Aug 2026 15:15:13 +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ó al menos 20 muertos, varios heridos y personas atrapadas en edificios que colapsaron, según las autoridades.</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ó —en el noroeste del país—, de acuerdo con el Servicio Geológico de Estados Unidos (USGS, por sus siglas en inglés). San José del Palmar es un pequeño municipio poblado por aproximadamente 4.700 personas.</p><p>Los fallecimientos fueron reportados en dos ciudades del centro-oeste del país y de las más afectadas por el terremoto.</p><p>“Hasta el momento llevamos registradas 18 personas muertas, lamentablemente, y en la ciudad un número altísimo de edificaciones colapsadas”, dijo el alcalde de Pereira, Mauricio Salazar, a Caracol Radio. Pereira es la capital del departamento de Risaralda.</p><p>Otras dos personas murieron en Manizales, en el departamento de Caldas, informó en un video en la red social X el alcalde de la ciudad José Eduardo Rojas. Agregó que hay 12 edificios parcial o totalmente destruidos y 20 viviendas colapsadas.</p><p>Por su parte, el alcalde de Cali, Alejandro Eder, reportó 19 estructuras colapsadas con personas atrapadas, por lo que pidió apoyo con rescatistas. Cali se encuentra en el departamento de Valle del Cauca, en el suroeste del país.</p><p>La gobernadora de Chocó, Nubia Córdoba, indicó que en Quibdó, la capital del departamento, “hay heridos y graves daños en las edificaciones”, sin especificar el número.</p><p>El Servicio Geológico Colombiano aseguró que el del lunes fue el “sismo de mayor magnitud registrado en Colombia durante la última década” y reportó al menos dos réplicas de magnitudes 2,8 y 4,8.</p><p>“Evacuamos lo más rápido que se pudo... no se había sentido tan fuerte aquí en Bogotá”, relató a The Associated Press Javier Tinoco, un residente que evacuó su casa en el norte de la capital colombiana y dijo estar especialmente nervioso al recordar los terremotos de Venezuela en junio que dejaron más de 5.000 muertos.</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><p>La Aeronáutica Civil colombiana reportó que además de Pereira fueron afectados los aeropuertos de Manizales, Quibdó, Armenia, Cartago y Buenaventura, por lo que fueron suspendidas las operaciones aéreas para evaluar los “daños estructurales en la infrastructura”.</p><p>El sismo también se sintió ligeramente en la capital de Panamá, donde algunos edificios fueron evacuados y se detuvo por momentos la operación del metro, y un poco más fuerte en zonas en la frontera sur con Colombia, sin que se informaran daños o heridos.</p><p>En Ecuador fue sentido en ciudades como Tulcán —fronteriza con Colombia— Ibarra y Quito, la capital, en las que algunas personas salieron apresuradamente de edificios altos durante un feriado nacional. No se reportaron daños o víctimas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4JKOLJGYLJLKYWUQVV7Z5Y6GYY.jpg?auth=d05f779f93e83e5f02ac1cc28abebd2410665402491b0553d132d8d8e56cb84e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes y equipos de rescate buscan entre los escombros de un edificio derrumbado tras el terremoto que azotó 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/BOXC7BTLDXQYY257CIUG6HT35U.jpg?auth=86081825667efc5fef290cafd18694cebee1f73b8e822a016f884b767500a652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes y equipos de rescate buscan entre los escombros de un edificio derrumbado tras el terremoto que azotó 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/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/ITV6KASWMGWOT6DFH5ED5MBF2A.jpg?auth=db0c51b1d08a62627ee09427c834b811fd237483ec10ea6780ef3af4935c38c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los pacientes son evacuados de un hospital tras el terremoto que azotó 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/LKUBHO4MD3PVKFTUOA3ML2HZXM.jpg?auth=a4fb79ed3d6ee309075bb1fac9fb7aaa22132c4027d3f7ace2a09e445c121ef0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los pacientes son evacuados de un hospital tras el terremoto que azotó 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></item><item><title><![CDATA[20 dead and buildings collapsed after 7.4-magnitude earthquake shakes western Colombia]]></title><link>https://www.local10.com/news/world/2026/08/10/a-74-magnitude-earthquake-shakes-western-colombia-causing-serious-damage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/a-74-magnitude-earthquake-shakes-western-colombia-causing-serious-damage/</guid><dc:creator><![CDATA[By MANUEL RUEDA and ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — At least 20 people were killed and dozens of buildings collapsed in cities across western Colombia on Monday after a powerful 7.4-magnitude earthquake struck the South American nation, trapping residents under debris, leaving more injured and forcing people to evacuate their homes as far as the capital of Bogotá.]]></description><pubDate>Mon, 10 Aug 2026 15:12:59 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — At least 20 people were killed and dozens of buildings collapsed in cities across western Colombia on Monday after a powerful 7.4-magnitude earthquake struck the South American nation, trapping residents under debris, leaving more injured and forcing people to evacuate their homes as far as the capital of Bogotá.</p><p>The epicenter was in San Jose Del Palmar, a community of about 4,800 people in the Choco region about 250 miles (400 kilometers) west of Bogota, the U.S. Geological Survey and Colombia’s counterpart reported. The USGS said it struck at a depth of 66 miles (107 kilometers). The quake also was felt in neighboring Ecuador.</p><p>Local officials confirmed that at least 18 people had been killed in the city of Pereira and two in the city of Manizales.</p><p>The quake left cities across the west of the country ravaged, and residents picking through the pieces of the rubble amid concerns by authorities of aftershocks.</p><p>Jorge Moncayo, a 64-year-old taxi driver in Colombia's third-biggest city, Cali, said he saw plumes of dust shoot up across the city from him home in the mountains as buildings collapsed after the earthquake. Residents in the city and rescue workers were already searching the rubble of collapsed buildings Monday morning.</p><p>“My entire house shook,” he said. “I've never lived through such a powerful earthquake.”</p><p>In Manizales, a city nestled in the coffee producing mountains con Colombia, one of the towers of the neo-Gothic cathedral collapsed and fell on the nave. Jorge Eduardo Rojas, the mayor of Manizales said two people had died in the city “because of the quake” and asked residents to stay outside in case of aftershocks.</p><p>Choco Gov. Nubia Córdoba said on social media that “there are injuries and serious damage to buildings" in the regional capital of Quibdó, a city of about 130,000 people. She didn't provide further details.</p><p>Footage shared by local media outlets showed homes and small buildings collapsing in the cities of Pereira, Cali and Quibdo.</p><p>In Cali, a city 2 million people, Mayor Alejandro Eder said that residents were trapped in at least 19 buildings that had collapsed.</p><p>Small earthquakes, known as “temblores,” are common in central and western Colombia, but those above 6.0 magnitude are rare. In 1999, a 6.2 magnitude quake near the city of Armenia, killed more than 1,100 people.</p><p>Colombia’s newly inaugurated President Abelardo de la Espriella said Monday that he had personally taken charge of the government’s response to the emergency in San José del Palmar following the earthquake that struck the country.</p><p>“You are not alone. The state is present and taking action,” he said.</p><p>The quake 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/MHEQZOLYBET46NT4LOBYOGYZOM.jpg?auth=547ac0f3feaf3fd9fe4f9021b67df2d89d23c46ef3395a3407ded40494e43a67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble of a collapsed building after an earthquake struck Cali, Colombia, Monday, Aug. 10, 2026. (AP Photo/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/4IHUUE2KUOJRLXPXYKEAXFTWMY.jpg?auth=bf79430e904449b449247fcb76bc38684aa0ea4c1f0252f2907bf8cdb539aae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble of a collapsed building after an earthquake struck Cali, Colombia, Monday, Aug. 10, 2026. (AP Photo/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/X3GVIIGQSP3CYOKFOPV34Z7ZHU.jpg?auth=44e79ecad8c78a6223fdcc8ca314f57cee97e8991e01ac6e5a7eb6a3cae84cd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man leaves an apartment building after an earthquake struck Cali, Colombia, Monday, Aug. 10, 2026. (AP Photo/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/KZJ3OGWMXSBD5CX2RJ2FNYQ2WI.jpg?auth=4bb389ba36e3575ba1b640d379f1da8dd9e955547a81d7e4b91bf36f7a65dd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People leave 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/T2Z72EFVLC5R6IJWCMCS6SEGKQ.jpg?auth=81ed78c753d00617835e60ea9291c481f4678d4b5fa3755dd587c6a395b974f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble of a collapsed building after an earthquake struck Cali, Colombia, Monday, Aug. 10, 2026. (AP Photo/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in 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 14:53:59 +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>Guacamole, pico de gallo and taco dip are some of the prepared foods included in the recall. 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>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>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 15:20:55 +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>Iranian leadership makes display of unity against US</p><p>Iran’s president says the country’s supreme leader is calling for “unity and cohesion” as its war with the United States brings more economic hardships to the Islamic Republic.</p><p>President Masoud Pezeshkian described a nearly seven-hour meeting with Ayatollah Mojtaba Khamenei in an interview Monday with Iranian state television that aired amid apparent tensions among the Islamic Republic’s leaders.</p><p>He told IRIB they discussed people’s livelihoods, the state of the market, employment, people’s housing and problems resulting from U.S. sanctions. Most important, he said, was Khamenei’s emphasis on unity.</p><p>“All of the enemy’s plans are aimed at creating division,” Pezeshkian said. “What we have to do is prevent divisions from emerging.”</p><p>He didn’t say when or where they met. Khamenei is believed to have been wounded in the U.S.-Israeli strike that killed his father and has not appeared in public since he was appointed in March.</p><p>Judge cancels release hearing for 1st person ever charged in 30-year-old Alien Terrorist Removal Court</p><p>A federal judge has canceled a release hearing this week for Afghan woman who is the first person ever charged in a 30-year-old deportation court that was recently activated by the Trump administration.</p><p>A Tuesday hearing had been set in the Alien Terrorist Removal Court’s inaugural case against Nazira Haji Zada, who is accused of supporting the Islamic State group. But the court’s chief judge agreed Monday to give her lawyers more time to prepare and gather information. A new hearing date wasn’t immediately set.</p><p>The court received its first-ever petition when the Justice Department filed an application seeking Haji Zada’s removal, opening an untested new front in Trump’s deportation campaign. Haji Zada, a lawful permanent U.S. resident, wants to be released from custody while the court case is pending.</p><p>Democrats face tougher reelection fights in redrawn districts</p><p>The court-inspired actions in Alabama, Louisiana and Tennessee, as well as earlier legislative actions in other states to redraw boundaries through unusual mid-decade redistricting, were part of a nationwide Republican effort championed by Trump to maximize the party’s chances of holding its slim U.S. House majority this year.</p><p>Candidates in Tuesday’s special primaries in Alabama are running under the new Republican-backed boundaries, which go into effect in January 2027. Both Democratic representatives are unopposed in their party primaries, but facing tougher odds in November.</p><p>Rep. Shomari Figures, for example, was elected in a district where Democratic Vice President Kamala Harris beat Trump 53% to 46%. In his newly drawn district, Trump would have beaten Harris 57% to 42%.</p><p>What to expect in primaries for Alabama’s redistricted congressional seats</p><p>Voters in four of Alabama’s seven congressional districts select U.S. House nominees in special primaries Tuesday under a new map that eliminates one of the state’s two majority-Black districts currently represented by Democrats.</p><p>Republican Gov. Kay Ivey had postponed contests for the 1st, 2nd, 6th and 7th Congressional Districts following a U.S. Supreme Court decision that prompted a handful of Republican-controlled Southern states to throw out their congressional maps.</p><p>What to expect as South Carolina voters choose Sen. Lindsey Graham’s successor</p><p>Ten Republicans are competing in Tuesday’s special primary election, including 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’s unexpected death, a month after winning the June 9 Republican primary for the seat he first won a quarter-century ago, created this vacancy for the GOP’s nominee on the November ballot for another six-year term.</p><p>U.S. Sen. Darline Graham has Trump’s endorsement. Her opponents include 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>If no candidate receives a majority, the top two vote-getters advance to a special primary runoff on Aug. 25. The winner will face Democratic nominee Annie Andrews, a Charleston pediatrician.</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/NDVZAGEZ72PRJYZ2BVAGVL34HA.jpg?auth=3f1b919d34ceec5081706d6f969ef6700aa7e595359ece38795f551001f33228&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 15:04:30 +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/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/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><media:content url="https://www.local10.com/resizer/v2/ZG26UGFS77VVH223PZOKGH5DOU.jpg?auth=9a1531699da2dace2c8f60c9a163d2b74a83935d292569a8d279317c0c76c358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Demonstrators protest against President Donald Trump's deployment of federal law enforcement and National Guard troops during a march, Sept. 6, 2025, in Washington. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Zuckerberg spokesperson says his yacht did not hear call for maritime assist]]></title><link>https://www.local10.com/news/national/2026/08/10/zuckerberg-spokesperson-says-his-yacht-did-not-hear-call-for-maritime-assist/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/10/zuckerberg-spokesperson-says-his-yacht-did-not-hear-call-for-maritime-assist/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The crew of a yacht owned by Mark Zuckerberg did not hear a radio call for a maritime assist from a small skiff that ran out of fuel off the coast of Alaska, and by the time it did, another nearby ship had already rendered assistance, a spokesperson for the Meta CEO said.]]></description><pubDate>Mon, 10 Aug 2026 14:44:58 +0000</pubDate><content:encoded><![CDATA[<p>The crew of a yacht owned by Mark Zuckerberg did not hear a radio call for a maritime assist from a small skiff that ran out of fuel off the coast of Alaska, and by the time it did, another nearby ship had already rendered assistance, a spokesperson for the Meta CEO said.</p><p>The Alaska Beacon reported that the skiff had issued a call for assistance through the U.S. Coast Guard last week and a nearby small cruise ship, the Wilderness Legacy, towed it into nearby Farragut Bay in Southeast Alaska and refueled it.</p><p>Every ship is obligated to respond to a distress call under maritime law unless doing so would put their own ship at risk.</p><p>Although it was closer, Zuckerberg's yacht, called Launchpad, had not responded to the call.</p><p>“I’m on a small-ship Alaska cruise with my son,” Michael Love, a passenger who said he was on the Wilderness Legacy cruise ship, wrote on Bluesky on Aug. 5.</p><p>“Our boat rescued a stranded vessel last night and apparently we did that after the Coast Guard radioed Mark Zuckerberg’s yacht — which was closer — and they repeatedly refused to respond. (There was near unanimous booing when the captain announced this),” he said.</p><p>The Alaska Beacon reported that the spokesperson told them via email on Sunday that the yacht Launchpad did not initially hear the call for assistance.</p><p>“Mark and his family were not on board at the time of the incident. As the Coast Guard noted, the boat was not in distress, and by the time the crew reviewed the Coast Guard contact on a different radio channel from the one they were operating on, the assist was already underway. We’re grateful all parties are safe," the email to the Alaska Beacon said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZXTCJFX7KHXO4JXM264MZZWTA.jpg?auth=9e6216be6fecafc304af8f4e2beb0b6b889fdd7fb965906217965f61cbc9f56a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mark Zuckerberg talks about the Orion AR glasses during the Meta Connect conference on Sept. 25, 2024, in Menlo Park, Calif. (AP Photo/Godofredo A. Vasquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</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's president says supreme leader urges 'unity' amid US sanctions, and other Mideast developments]]></title><link>https://www.local10.com/news/world/2026/08/10/irans-president-says-supreme-leader-urges-unity-amid-us-sanctions-and-other-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/irans-president-says-supreme-leader-urges-unity-amid-us-sanctions-and-other-mideast-developments/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran’s president says the country's supreme leader is calling for “unity and cohesion” as the Islamic Republic faces economic hardships and sanctions stemming from its war with the United States.]]></description><pubDate>Mon, 10 Aug 2026 14:27:09 +0000</pubDate><content:encoded><![CDATA[<p>Iran’s president says the country's supreme leader is calling for “unity and cohesion” as the Islamic Republic faces economic hardships and sanctions stemming from its war with the United States.</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>Meeting comes amid signs of division among Iran's leaders</p><p>President Masoud Pezeshkian described a nearly seven-hour meeting with Ayatollah Mojtaba Khamenei in an interview Monday with Iranian state television that aired amid apparent tensions among the Islamic Republic’s leaders.</p><p>Pezeshkian told the state-run IRIB that he and Khamenei discussed “people’s livelihoods, the state of the market, employment, people’s housing,” as well as “problems that are now being created as a result of the (U.S.) sanctions.” He didn’t say when or where they met.</p><p>Most important, he said, was Khamenei’s emphasis on unity.</p><p>“All of the enemy’s plans are aimed at creating division,” Pezeshkian said. “What we have to do is prevent divisions from emerging.”</p><p>It is only the second time the Iranian president said he has met with the new supreme leader since Khamenei was appointed in March following a U.S.-Israeli strike that killed his father. Khamenei, believed to have been wounded in the same attack, has not appeared in public since then.</p><p>Iran presses demands on US as ship</p><p>ping 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 end 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.</p><p>Beekeepers 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 cuando Europa bate récord de temperatura]]></title><link>https://www.local10.com/espanol/2026/08/10/reino-unido-y-francia-se-preparan-para-otra-ola-de-calor-mientras-europa-bate-records-de-temperatura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/10/reino-unido-y-francia-se-preparan-para-otra-ola-de-calor-mientras-europa-bate-records-de-temperatura/</guid><dc:creator><![CDATA[Por STEFANIE DAZIO y SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — El Reino Unido y Francia se preparan para la quinta ola de calor de la temporada, dentro de un intenso periodo de altas temperaturas que desde mayo ha disparado los termómetros repetidamente en toda Europa.]]></description><pubDate>Mon, 10 Aug 2026 15:22:41 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — El Reino Unido y Francia se preparan para la quinta ola de calor de la temporada, dentro de un intenso periodo de altas temperaturas que desde mayo ha disparado los termómetros repetidamente en toda Europa.</p><p>En Francia, 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 del país. Y en el 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 grados Celsius (96,8 grados Fahrenheit) más adelante esta semana.</p><p>En varias partes de 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 grados Celsius (69,73 Fahrenheit), que superó el récord de 2023 de 20,89 grados Celsius (69,60 Fahrenheit).</p><p>Pero la temperatura media del aire en superficie a nivel mundial el mes pasado fue de 16,90 grados Celsius (62,42 Fahrenheit), lo que lo convierte apenas en el segundo julio más cálido registrado, empatado con julio de 2024, informó Copernicus.</p><p>Europa Occidental establece nuevo récord</p><p>En Europa Occidental, por su parte, el récord de temperatura media para el periodo junio-julio alcanzó los 21,62 grados Celsius (70,92 Fahrenheit), 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", explicó 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í”, añadió.</p><p>Tan solo 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 grados Celsius (111,7 Fahrenheit) 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>España combate incendios forestales</p><p>Las temperaturas fueron ligeramente más frescas el lunes en el 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>Datos provisionales muestran que Inglaterra y Gales han tenido su julio más seco en registros que se remontan a 1836, y que en 19 condados de Inglaterra no hubo lluvia durante todo el mes.</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>Un adolescente de 18 años murió tras tener dificultades en el mar en la playa de Camber Sands, en el sur de Inglaterra, el domingo, la más reciente de decenas de muertes registradas en aguas abiertas en los últimos meses.</p><p>En España, los bomberos combaten múltiples incendios, incluido uno que se declaró el viernes en Tírig, Valencia, que ha quemado más de 8 kilómetros cuadrados (3 millas cuadradas) y en el que han participado más de 300 efectivos y 21 aeronaves para combatirlo.</p><p>Un incendio forestal separado en la región sureña de Huelva había afectado un área de tamaño similar desde que se declaró el jueves. Aunque las temperaturas en toda España se mantienen altas, algunas partes del país esperan tormentas eléctricas el lunes por la tarde que podrían traer fuertes ráfagas de viento.</p><p>___</p><p>Dazio reportó desde Berlín. Sylvia Hui en Londres y Suman Naishadham en Madrid contribuyeron a este despacho.</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/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/world/2026/08/10/ukrainian-drone-attack-on-an-oil-hub-deep-inside-russia-kills-13-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/10/ukrainian-drone-attack-on-an-oil-hub-deep-inside-russia-kills-13-officials-say/</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 14:33:14 +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.</p><p>One of the drones hit a hostel, killing nine of the 13 victims, including citizens of Uzbekistan and Kyrgyzstan, officials said. Uzbekistan’s consular office in Tatarstan said seven of its nationals were killed.</p><p>A child was among the dead, along with the 75 injured, the 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>A Russian glide bomb struck the city of Zaporizhzhia in southern Ukraine, injuring 24 people, authorities said Monday. The city is the capital of a region of the same name that is partly occupied by Russian forces.</p><p>The World Health Organization’s European office said 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/XTBUFTDRXXD5C7XR4PZXNDWL6M.jpg?auth=9b7b6934ba9739438981055b7716984222cc30a14eedf02ddfc0c68af9aed12e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local residents sit with their dogs after a Russian air guided bomb strike damaged their home 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/AJKKXD4BS2DABWKQ7PYWSZ4MRU.jpg?auth=e7411498097c2ff5c2ae1d3fa25f1e8c6d98cd392b42b2afd5fb5bf4b7db153c&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></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 TRISNADI y NINIEK KARMINI, Associated Press]]></dc:creator><description><![CDATA[MONTE BROMO, 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 cuando las llamas se propagaban por un popular parque nacional en Java Oriental y por turberas en Sumatra durante una temporada inusualmente seca, informaron autoridades.]]></description><pubDate>Mon, 10 Aug 2026 14:09:50 +0000</pubDate><content:encoded><![CDATA[<p>MONTE BROMO, 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 cuando las llamas se propagaban por un popular parque nacional en Java Oriental y por turberas en Sumatra durante una temporada inusualmente seca, informaron autoridades.</p><p>Decenas de bomberos, respaldados por 43 helicópteros, han sido desplegados para combatir incendios forestales que han quemado más de 107.000 hectáreas (264.000 acres) de bosques y otras tierras en toda la nación del Sudeste Asiático hasta el lunes, dijo el ministro coordinador de Asuntos Políticos y de Seguridad, Djamari Chaniago.</p><p>Las autoridades de Java Oriental indicaron que 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. Las autoridades han cerrado el parque a los visitantes hasta nuevo aviso.</p><p>Indicaron 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>Chaniago señaló que las operaciones de modificación del clima, o siembra de nubes, se consideran una de las formas más efectivas de ayudar a los bomberos a combatir los incendios forestales al inducir lluvias mediante la dispersión de partículas de sal en nubes adecuadas. El fortalecimiento de las condiciones de El Niño ha elevado el riesgo de más incendios forestales y de tierras durante el pico de la temporada seca.</p><p>Sin embargo, el esfuerzo será difícil de llevar a cabo porque el monitoreo científico “no encontró nubes portadoras de lluvia adecuadas para operaciones de modificación del clima hasta el 18 de agosto”, explicó Chaniago en una conferencia de prensa el lunes. Habló luego de sostener una reunión con ministros relacionados y jefes de agencias que se ocupan de los incendios forestales en la capital, Yakarta.</p><p>Con la siembra de nubes descartada debido a condiciones meteorológicas desfavorables, “dependemos únicamente del lanzamiento de agua desde el aire y de los equipos de extinción en tierra”, dijo el ministro de Silvicultura, Raja Juli Antoni, durante una visita al monte Bromo el domingo. Instó a la población a evitar actividades que puedan provocar nuevos incendios, como arrojar colillas de cigarrillos y emplear fuego para despejar terreno.</p><p>Se han reportado incendios forestales en varias de las regiones de Indonesia más propensas a éstos, incluidas las provincias de Riau, Jambi y Sumatra Meridional en la isla de Sumatra, y Kalimantan Central y Kalimantan Meridional en la isla de Borneo, dijo Chaniago.</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. Las autoridades 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>Los incendios forestales y de turba son un problema anual en Indonesia que tensa las relaciones con los países vecinos.</p><p>Malasia ha reportado niveles insalubres de calidad del aire en partes del estado de Sarawak en la isla de Borneo, y autoridades indicaron que los vientos estaban llevando humo desde puntos calientes en áreas vecinas. En Singapur, las autoridades han advertido que los vientos predominantes del sureste podrían llevar humo hacia la ciudad-estado, y se espera que prevalezcan condiciones secas.</p><p>“Debemos mantener la credibilidad de la nación mostrando que podemos poner estos incendios bajo control”, dijo Chaniago.</p><p>La Agencia de Meteorología, Climatología y Geofísica de Indonesia advirtió 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 Indonesia, una nación archipiélago de más de 17.000 islas, a menudo son iniciados ilegalmente por propietarios de plantaciones o agricultores tradicionales para despejar tierras para la siembra.</p><p>___</p><p>Karmini reportó desde Yakarta. Los periodistas de The Associated Press Edna Tarigan en Yakarta, Indonesia, y Eileen Ng en Kuala Lumpur, Malasia, contribuyeron a este despacho.</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/business/2026/08/10/us-stocks-drift-near-their-records-as-oil-prices-rise/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/10/us-stocks-drift-near-their-records-as-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 15:13:09 +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 rose 0.1% after flipping between small gains and losses, coming off its record set on Friday. The Dow Jones Industrial Average was down 61 points, or 0.1%, as of 10:30 a.m. Eastern time, and the Nasdaq composite was 0.1% higher.</p><p>Momentum is slowing for stocks following a rally powered 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 Hathaway 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.4%, and its immense size made it one of the strongest forces lifting the S&P 500 index.</p><p>MarineMax jumped 45.9% 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.3% after Teledyne Technologies said it would buy the maker of X-ray imaging components for $18.90 per share in cash.</p><p>Weighing down on Wall Street was Intel, which fell 4.2% 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>In the oil market, the price for a barrel of Brent crude rose 2.8% to $85.86. 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 hike 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-year Treasury rose to 4.68% 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[MLB's worst teams in 2026 are still pretty bad, but at least they are reasonably bad]]></title><link>https://www.local10.com/sports/2026/08/10/mlbs-worst-teams-in-2026-are-still-pretty-bad-but-at-least-they-are-reasonably-bad/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/10/mlbs-worst-teams-in-2026-are-still-pretty-bad-but-at-least-they-are-reasonably-bad/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[The full-blown tank is no longer trending in Major League Baseball.]]></description><pubDate>Mon, 10 Aug 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>The full-blown tank is no longer trending in Major League Baseball.</p><p>After a handful of infamous team performances in recent seasons — like the Colorado Rockies losing 119 games last season and the Chicago White Sox dropping an MLB-record 121 games in 2024 — the worst teams have been much more competitive.</p><p>In fact, there's a decent chance that no team will lose 100 games for the first time since 2017.</p><p>The worst teams are the Rockies (46-72), Los Angles Angels (45-73), Athletics (47-71) and Kansas City Royals (49-70), putting them all within reach of avoiding triple-digit losses even if they play below-average baseball.</p><p>This year's show of relative competitiveness by the league's bottom feeders might just be a statistical outlier, though it might also be a sign that teams are viewing complete teardowns as a less compelling strategy.</p><p>The Houston Astros paved the way for the all-out tank in the early 2010s when they lost at least 106 games in three straight seasons. It was a painful stretch but paid off in the coming years with World Series titles in 2017 and 2022.</p><p>The problem is it doesn't always work out as planned. The Baltimore Orioles were awful from 2018 to 2021 while they rebuilt their roster with high draft picks, but have zero playoff wins to show for it five years later. At last week's trade deadline, they unloaded former No. 1 overall pick Adley Rutschman to the Boston Red Sox and appear headed for another rebuild.</p><p>Pre-game ejections</p><p>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. The veteran lefty was still in a foul mood a day after being called for a balk that scored a run.</p><p>Pregame MLB ejections are rare, but not completely unprecedented.</p><p>San Francisco Giants manager Bob Melvin was ejected before a game against the Colorado Rockies in 2024 after he and bench coach Ryan Christensen delivered the lineup card to home plate umpire Alex MacKay.</p><p>Earlier this season, Brent Suter of the Los Angeles Angels and Steven Wilson and Manuel Rodriguez of the Tampa Bay Rays were ejected because of a “standoff” following the “The Star-Spangled Banner.” Umpire Lance Barrett tossed the trio after they refused to leave the field.</p><p>Historically, former Baltimore Orioles manager Earl Weaver is famous for a 1975 incident when he was ejected from the first game of a doubleheader for arguing with umpire Ron Luciano. Before the second game even started, Luciaino tossed Weaver again when he continued arguing.</p><p>Trivia question</p><p>Toronto Blue Jays right-hander Max Scherzer moved into 10th place in career strikeouts, passing Hall of Famer Walter Johnson in the Blue Jays’ 7-5 win over Philadelphia on Saturday night. Scherzer has 3,516 strikeouts over 19 years.</p><p>How many of the other top 10 can you name?</p><p>NL MVP race heats up</p><p>The race for National League MVP is shaping up to be a classic.</p><p>Los Angeles Dodgers two-way star Shohei Ohtani and the Chicago Cubs' uber-athletic Pete Crow-Armstrong have turned the competition into a two-man race with roughly 25% of the regular season remaining.</p><p>As of Sunday, Crow-Armstrong was a slight favorite over Ohtani, according to FanDuel Sportsbook, and both teams are firmly in the playoff hunt. Crow-Armstrong is trying to earn his first MVP award while Ohtani is chasing No. 5, which would be the second-most in MLB history behind Barry Bonds, who had seven.</p><p>Here's a look at the resume of both players.</p><p>— Crow-Armstrong has blossomed into a full-blown superstar for the Cubs, greatly improving his consistency at the plate. He's slashed .286/.388/.544 through Sunday's games and has 26 homers, 71 RBIs and 30 stolen bases, all while playing an exceptional center field.</p><p>The two-time All-Star also has been worth 7.4 WAR so far this season, according to baseball-reference.com, which is the best in the big leagues.</p><p>— Ohtani continues to be an offensive powerhouse, though his numbers are down from previous season. The Japanese standout is slashing .292/.395/.542 and has 26 homers and 71 RBIs. Unlike Crow-Armstrong, Ohtani usually doesn't provide any value in the field, serving as designated hitter when he's not pitching.</p><p>But that's the thing: When Ohtani is healthy, he is also one of MLB's most dominant pitchers. The right-hander has an 8-2 record and 1.79 ERA over 14 starters with 95 strikeouts over 85 2/3 innings.</p><p>Ohtani hasn't pitched since July 3, mainly because of soreness in his left knee. He resumed playing catch on Saturday and is slowly working toward a return to the mound. If he can provide a few good starts in September for the Dodgers, it might tip the MVP scale back in his favor.</p><p>Trivia answer</p><p>From No. 9 to No. 1 — Gaylord Perry (3,534), Justin Verlander (3,554), Don Sutton (3,574), Tom Seaver (3,640), Bert Blyleven (3,701), Steve Carlton (4,136), Roger Clemens (4,672), Randy Johnson (4,875), Nolan Ryan (5,714)</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TR6UQZSI6KYSQXJT67U2EUW7TE.jpg?auth=f57cce73ff902952e0e8a0ff0c451075c348e180ed541fc907d12aef0c96ce92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals' Jac Caglianone celebrates in the dugout after hitting a two-run home run during the seventh inning of a baseball game against the Chicago Cubs, Saturday, Aug. 8, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOZLKDDSJUN7LOU27RBFCFLVHY.jpg?auth=3d442ba01fcba5aad565b40e302eb3790faf92efc54548a1e8bc471622c04e72&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 delivers to a San Diego Padres batter during the first inning of a baseball game, Thursday, July 23, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7V4ELFPCDURPKI4RBBE2QVQU2Q.jpg?auth=de0c2d5500b2e3c0c3b32e48f13b88d3ea9ee4de3e97e4dbe51e861e2d0c889b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani reacts after hitting the ball against the Arizona Diamondbacks in the first inning of a baseball game, Sunday, Aug 9, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBB7WFCQIE3HI562PW5NPVKEUE.jpg?auth=e3a7fe485554e1cbe0c5bef85334c71a0f2dcb8c9f8031b4db20c9a3869e3c5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Max Scherzer reacts after a strike out against Philadelphia Phillies' Bryan de la Cruz during the fifth inning of a baseball game, Saturday, Aug. 8, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZ7YLCIJVPD3PINUK4H6UPJ2PY.jpg?auth=72ed1cb17251c0b46617234ea2aeb8cab1f6c9613aa8c7733deb1248c5ccb80b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong steals second base during the second inning of a baseball game against the Kansas City Royals, Friday, Aug. 7, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Richardson content to be with Colts, battle for backup quarterback job]]></title><link>https://www.local10.com/sports/2026/08/10/richardson-content-to-be-with-colts-battle-for-backup-quarterback-job/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/10/richardson-content-to-be-with-colts-battle-for-backup-quarterback-job/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Indianapolis Colts quarterback Anthony Richardson finds himself in the same position he wanted to shed earlier this year.]]></description><pubDate>Mon, 10 Aug 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Indianapolis Colts quarterback Anthony Richardson finds himself in the same position he wanted to shed earlier this year.</p><p>He's still on the roster, still battling Riley Leonard for the backup job to Daniel Jones.</p><p>No, this is not what Richardson or the Colts envisioned as the former Florida star entered his fourth pro season, again trying to prove he can stay healthy, be productive and become the franchise quarterback Indy thought it selected with the No. 4 overall draft pick in 2023.</p><p>“I'm here right now trying to make sure I can stamp my foot on this team and be the best version of myself I can be," Richardson said Sunday at training camp in suburban Indianapolis. “I'm just ready to showcase what I can do and be a winning piece to help the team.”</p><p>Richardson sounds content, for now, even though he requested and received permission to find a trade partner during the offseason.</p><p>But because general manager Chris Ballard still believes Richardson can reach the potential the Colts saw in college, he's not willing to cut ties that easily.</p><p>“We’re not just giving him away, we're not going to do that,” Ballard said when players first reported to camp. "He is a great teammate and he’s fun to be around. He has really grown and worked. It’s been fun to watch, especially when you take a guy as high as we took him, you want him to come in and be the savior right away. Well, everybody’s developmental plan is different, and his was a little different. I still think he has got a future. We’ll see how that plays out here.”</p><p>But as Richardson tries to right the ship, his first two weeks of camp have been up and down.</p><p>On Sunday, he led his unit to a touchdown in the two-minute drill. Last week, though, he struggled to catch snaps out of the shotgun.</p><p>And it's that kind of inconsistency that's coach Shane Steichen wants to see fixed before naming Richardson QB2.</p><p>The athletic, strong-armed 6-foot-4, 244-pound Richardson won the starting job in camp as a rookie, but he managed to play in only four games that season. In 2024, he appeared in 11 of 17 games, posting the lowest completion percentage (47.7%) of any regular starter in the league. He was also benched for two games after pulling himself out of a game because he was “tired.”</p><p>So in 2025, the Colts signed Jones to compete with Richardson to be the starter.</p><p>It was no contest. Jones won the job and played so well through Indy's first nine games he became part of the MVP conversation. Jones struggled after breaking a bone in his left leg in November and suffered a season-ending torn right Achilles tendon in December.</p><p>Richardson, meanwhile, missed the final 12 games because of a fractured orbital bone.</p><p>Leonard made his NFL starting debut in the Colts season-finale, and when the Colts re-signed Jones to a two-year, $88 million in March, they set up the competition between Leonard and Richardson.</p><p>“I think maybe this camp, I've taken a step further in understanding what the defense is doing a lot better," Leonard said while calling Richardson a “great friend.” "When you get to know the offense for a whole year, you don't have to think about things as much and it saves you time. If you break the huddle at 15 seconds, I feel like last year I spent the first eight seconds figuring out what the motions were and who was supposed to be where. Now I'm able to save those eight seconds and really figure out what the defense is doing and get my eyes up.”</p><p>Will that be enough to win the No. 2 job?</p><p>Time will tell.</p><p>“If that's what the team wants, that's what I want. I just want to help the team," Richardson said when asked if he thought he'd stay in Indy all season. “Regardless, if I'm with the first, second or third team, my reps count. I've got to make them count. I feel if I put my best foot forward, then the team will make a decision that's for the betterment of the team.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SLLNOXQC7DCEGIQ2IX5WWCLGYE.jpg?auth=b3f2bf2c7a479b3888c876a32cac95e61a7bb92c6915fc3b6f1e15500569f4fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts quarterback Anthony Richardson Sr. (5) throws during practice at the NFL football team's training camp in Westfield, Ind., Thursday, July 30, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3I7T4WGNNMZ2MIE3HOJJ56JIA.jpg?auth=ea570f156f1581d6baa4279e3bb86d20f70e04f3f5e76afd2e144a89169302d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts quarterback Anthony Richardson Sr. (5) goes over plays during practice at the NFL football team's training camp in Westfield, Ind., Thursday, July 30, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTWCVTJAYYNTE7W4YUR5B3SBAI.jpg?auth=577f50b4e872e9ab19604918372e7502dda75d702d16a0f9789553c68eb8dd0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts quarterbacks from left, Daniel Jones (17), Easton Stick (4), Anthony Richardson Sr. (5), and Riley Leonard (15) work out during practice at the team's NFL football training camp in Westfield, Ind., Wednesday, July 29, 2026. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6C2SVPVYNYMEWCI4GFGA5IH6Y.jpg?auth=630f2845a3036b1cda10c043e93ac2d99a5469ee3630eed151c433fec3842b9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts quarterbacks Easton Stick (4), and Riley Leonard (15) work out during practice at the team's NFL football training camp in Westfield, Ind., Wednesday, July 29, 2026. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</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></channel></rss>