<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 29 Jul 2026 16:53:34 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami-Dade School Board votes Rafael Villalobos as county’s next superintendent]]></title><link>https://www.local10.com/news/local/2026/07/29/search-for-new-miami-dade-schools-superintendent-down-to-final-2-candidates/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/search-for-new-miami-dade-schools-superintendent-down-to-final-2-candidates/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[The search for the next leader of the third largest school district in the country has reached the finish line.]]></description><pubDate>Wed, 29 Jul 2026 16:43:28 +0000</pubDate><content:encoded><![CDATA[<p>The search for the next leader of the third largest school district in the country has reached the finish line.</p><p>On Wednesday, the two final candidates for Miami-Dade Schools superintendent are working to convince the school board that they’re the best person for the job.</p><p>They are Ernie Lozano, the Broward County Public Schools Chief Human Resources Officer, and Rafael Villalobos, the Miami-Dade School District’s South Region Superintendent.</p><p>After hearing from both candidates, board members unanimously voted Villalobos to be the county’s next superintendent. </p><p>Those public interviews were part of the selection and appointment process. </p><p>The decision is very consequential, as whoever is selected will immediately have to address the district’s serious challenges, including declining enrollment and an ever-tightening budget. </p><p>Interview questions were submitted by the office of the general counsel, with board members each taking a turn reading a question to the candidates. </p><p>A finalist was required to receive five affirmative votes from school board members in order to move forward in the appointment process. </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[DUI driver crashes pickup truck into home in Lauderhill, police say]]></title><link>https://www.local10.com/news/local/2026/07/29/dui-driver-crashes-car-into-home-in-lauderhill-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/dui-driver-crashes-car-into-home-in-lauderhill-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly]]></dc:creator><description><![CDATA[A driver was arrested Wednesday morning after he crashed his pickup truck into a home in Lauderhill, authorities said.]]></description><pubDate>Wed, 29 Jul 2026 11:16:01 +0000</pubDate><content:encoded><![CDATA[<p>A driver was arrested Wednesday morning after he crashed his pickup truck into a home in Lauderhill, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/29/policia-conductor-bajo-los-efectos-del-alcohol-choca-camioneta-contra-casa-en-lauderhill/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/policia-conductor-bajo-los-efectos-del-alcohol-choca-camioneta-contra-casa-en-lauderhill/">Leer en español</a></p><p>According to Lauderhill police, the crash was reported at about 1:30 a.m. in the 1100 block of Northwest 43<sup>rd</sup> Terrace.</p><p>The impact was so great, the truck went in one side, and came out the other.</p><p>The truck appeared to have struck a carport that was converted into an extra room.</p><p>Police said the home was vacant at the time of the crash and no injuries were reported.</p><p>According to police, the driver, Walter Dryden, 62, who remained at the scene after the crash, was impaired and was taken into custody for driving under the influence of alcohol.</p><p>“It is sad that a lot of our people are drinking, and they’re not able to control themselves,” neighbor Nadia Gordon said.</p><p>Gordon lives next door to the home the truck crashed into. She said she feels fortunate that the driver appears to have swerved at the last second, narrowly missing her home.</p><p>“This is a miracle for me,” she said. “Cause for him to have passed through there and go there, it’s really a blessing.”</p><p>Police said the incident remains under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Blanche nomination at risk of delay as senator seeks assurances on Trump settlement]]></title><link>https://www.local10.com/news/national/2026/07/29/blanche-nomination-at-risk-of-delay-as-senator-seeks-assurances-on-trump-settlement/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/29/blanche-nomination-at-risk-of-delay-as-senator-seeks-assurances-on-trump-settlement/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A planned vote to move forward with Todd Blanche's nomination for attorney general appeared in doubt Wednesday as a key Republican senator demanded more assurances from the Justice Department about the settlement of President Donald Trump's lawsuit against the Internal Revenue Service.]]></description><pubDate>Wed, 29 Jul 2026 16:35:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A planned vote to move forward with Todd Blanche's nomination for attorney general appeared in doubt Wednesday as a key Republican senator demanded more assurances from the Justice Department about the settlement of President Donald Trump's lawsuit against the Internal Revenue Service.</p><p>GOP Sen. John Cornyn, a crucial swing vote, called off a scheduled Wednesday meeting with Blanche, who is already the acting attorney general. Cornyn told reporters that the Justice Department has not adequately addressed in writing his concerns about the settlement that afforded Trump and members of his family protection from tax audits.</p><p>The Senate Judiciary Committee has scheduled a vote for Thursday to advance Blanche's nomination to the full Senate, but could be delayed if Blanche doesn't win Cornyn's support. Another Republican on the committee, Thom Tillis of North Carolina, has backed Cornyn's position.</p><p>“They know what they need to do but they simply refuse to do it," Cornyn said of the Justice Department.</p><p>At the center of the fight is the settlement of Trump’s $10 billion lawsuit against the IRS that included a deal to drop tax claims against the president and a now-scrapped plan to create a $1.776 billion “Anti-Weaponization Fund” to compensate people who believe they were wronged by the Justice Department. The Justice Department said in June that it was no longer moving forward with the “Anti-Weaponization Fund" amid bipartisan outrage but has said the audit immunity agreement remains in place.</p><p>Cornyn and Tillis have been pressing for further confirmation that the fund is dead despite repeated public assurances from Blanche, especially after Trump expressed continued support for the idea. Cornyn has also demanded clarification from the Justice Department on the scope of the tax immunity deal.</p><p>“We're been trying to help them get to a conclusion here and they won't let us. It's befuddling to me,” Cornyn said.</p><p>A person familiar with the matter said the Justice Department provided Cornyn’s office with a written proposal seeking to address his concerns around the audit immunity agreement and the fund. The person spoke on the condition of anonymity to talk about sensitive discussions surrounding Blanche’s confirmation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6XJUADVGFXFJQQWVSJCLSMSSU.jpg?auth=abc6c48b7040c83f2ba690229b0fc0c3f205e443ceb2006f821d07c2ef1ebf03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. John Cornyn, R-Texas, speaks during a hearing of the Senate Judiciary Committee with Acting Attorney General Todd Blanche on Capitol Hill in Washington, Wednesday, July 15, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SPLADFUCRVJLNIOKWAKTV5HX24.jpg?auth=dd64660b9d699e41b5a17370d875a36fb9c1fec0525875fa55630c944ebf3102&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche appears before the Senate Judiciary Committee on Capitol Hill in Washington, Wednesday, July 15, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Los incendios cerca de Burdeos agravan los problemas de la industria vinícola francesa]]></title><link>https://www.local10.com/espanol/2026/07/29/los-incendios-cerca-de-burdeos-agravan-los-problemas-de-la-industria-vinicola-francesa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/los-incendios-cerca-de-burdeos-agravan-los-problemas-de-la-industria-vinicola-francesa/</guid><dc:creator><![CDATA[Por EVA VAN DAM, JAMEY KEATEN y JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[SADIRAC, Francia (AP) — Desde sus viñedos en la región vinícola de Burdeos, Edouard le Grix de la Salle a veces puede oler los bosques ardiendo a lo lejos. El humo trae consigo un tufillo de dificultades para las perspectivas económicas de la región.]]></description><pubDate>Wed, 29 Jul 2026 16:34:38 +0000</pubDate><content:encoded><![CDATA[<p>SADIRAC, Francia (AP) — Desde sus viñedos en la región vinícola de Burdeos, Edouard le Grix de la Salle a veces puede oler los bosques ardiendo a lo lejos. El humo trae consigo un tufillo de dificultades para las perspectivas económicas de la región.</p><p>Los incendios forestales, que han quemado una superficie cuatro veces mayor que París y han obligado a 220.000 personas a abandonar sus hogares y algunas de las atracciones turísticas de la región, prometen asestar un duro golpe a la economía francesa, ya de por sí asfixiada.</p><p>“Es un apocalipsis físico cuando ves todos estos lugares donde no queda nada salvo casas y bosques quemados, y luego está el apocalipsis económico”, afirmó Patrick Seguin, presidente de la cámara regional de comercio, con la voz quebrada por la emoción en una entrevista telefónica.</p><p>Esto “va a ser una puñalada por la espalda para lo que queda de nuestra economía”.</p><p>Le Grix de la Salle es uno de los empresarios que se preparan para el golpe. Los llamamientos del gobierno francés para que la gente evite la región causan consternación.</p><p>“Es increíble que hayan dicho algo así, sobre todo en un momento en que el turismo del vino se vuelve cada vez más importante”, señaló.</p><p>El consumo del legendario vino de Burdeos se ha desplomado debido a que los jóvenes se inclinan por otras bebidas y la competencia de viñedos en el extranjero es mayor. Los aranceles del presidente de Estados Unidos, Donald Trump, han provocado una resaca adicional entre los viticultores y en buena parte de la economía mundial.</p><p>“El negocio del vino lleva varios años en crisis y está empeorando con los problemas geopolíticos, las dificultades ya generalizadas de la inflación y el hecho de que el vino está pasando de moda entre los jóvenes”, afirmó Le Grix de la Salle.</p><p>“En realidad, el turismo era la única parte dinámica del negocio que seguía creciendo, para nosotros y, en general, para los vinos de Burdeos”, añadió. “Y ahora esto llega como un freno”.</p><p>La finca vinícola Grand Verdus de su familia está a unos 35 kilómetros (20 millas) de los incendios que arden desde la semana pasada al otro lado del río Garona, que atraviesa Burdeos. La región de Gironda, donde se encuentra Burdeos, es la más grande de la Francia continental por superficie y los incendios solo han afectado a un pequeño porcentaje de ella. Pero la marca en su reputación es considerable.</p><p>“¿Cómo no pensaron en proteger ese sector?”, se preguntó Le Grix de la Salle. “Y el sector cultural también. Hay tanto que visitar en Burdeos. Hay tantos museos, hay fincas vinícolas. Es increíble”.</p><p>La región del suroeste de Francia está repleta de lugares vacacionales para turistas atraídos por playas de arena fina, fincas vinícolas, algunos de los mayores bosques de pinos de Francia y la histórica ciudad de Burdeos, declarada Patrimonio Mundial por la UNESCO. La bahía de Arcachon, rica en ostras, atrae a los amantes de la gastronomía. Pero el fuego y las evacuaciones han vaciado algunos de los sitios más concurridos.</p><p>La cámara de comercio afirma que 39.000 empresas se han visto afectadas en la región, que es un polo de las industrias de defensa y aeroespacial, entre las que se encuentran Airbus, Dassault y Thales.</p><p>Incluso antes de los incendios, la cámara de comercio indicó que el aumento de los costos de la energía reducía las ganancias. Alrededor del 94% de las empresas que respondieron a una encuesta de compañías regionales a mediados de julio dijeron que enfrentan dificultades.</p><p>“Recibimos cada vez más llamadas de responsables de pequeñas y medianas empresas, microempresas y negocios artesanales que piden ayuda y dicen: ‘¿Qué voy a hacer mañana?’”, manifestó Seguin.</p><p>Dos tribunales mercantiles en las ciudades de Burdeos y Libourne informaron de un aumento del 37% en las liquidaciones de empresas desde junio de 2025 hasta el mismo mes de este año, señaló.</p><p>El alcalde de Burdeos, Thomas Cazenave, dijo que algunos restauradores le han contado que las reservas se han desplomado. Se opone a las peticiones de otros funcionarios para que la gente evite la región. Ha señalado repetidamente que la ciudad no ha sido evacuada y no está cerrada a la actividad económica.</p><p>“Los museos están abiertos, los cafés y los restaurantes están abiertos”, afirmó. “La vida también continúa en nuestra hermosa ciudad”.</p><p>___</p><p>Keaten informó desde Lyon, Francia, y Leicester informó desde París.</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/IYMVQVH576EVZ4KWDH7YJ7HQ2U.jpg?auth=33f7eb5adc54b1cd20fb57404f25ed64179abebcefe5c0326bd5047eda0b3753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El enólogo Edouard Le Grix de la Salle cuida las viñas de Grand Verdus, la finca vinícola de su familia, en Sadirac, en la región de Burdeos, en el suroeste de Francia, el miércoles 29 de julio de 2026. (AP Foto/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content></item><item><title><![CDATA[Abre hoy la minitemporada de langosta en Florida; FWC recuerda reglas de captura y medidas de seguridad]]></title><link>https://www.local10.com/espanol/2026/07/29/abre-hoy-la-minitemporada-de-langosta-en-florida-fwc-recuerda-reglas-de-captura-y-medidas-de-seguridad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/abre-hoy-la-minitemporada-de-langosta-en-florida-fwc-recuerda-reglas-de-captura-y-medidas-de-seguridad/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[La minitemporada anual de langosta espinosa en Florida ya está en marcha, con el inicio este miércoles de la temporada recreativa de dos días, antes de que la temporada regular comience la próxima semana.]]></description><pubDate>Wed, 29 Jul 2026 13:49:55 +0000</pubDate><content:encoded><![CDATA[<p>La minitemporada anual de langosta espinosa en Florida ya está en marcha, con el inicio este miércoles de la temporada recreativa de dos días, antes de que la temporada regular comience la próxima semana.</p><p>La Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) informó que la temporada recreativa de 2026 se desarrolla desde el miércoles hasta el jueves, brindando a los pescadores recreativos la oportunidad de capturar langosta espinosa antes de que la temporada regular comience el 6 de agosto y se extienda hasta el 31 de marzo de 2027.</p><p>Antes de salir al agua, la FWC recordó a los participantes que deben contar con una licencia válida de pesca en aguas saladas de Florida, un permiso para capturar langosta espinosa y conocer las regulaciones estatales para la captura de langosta.</p><p>Local 10 News estuvo la madrugada del miércoles en Key Biscayne para conversar con algunos de los navegantes que salieron poco después de la medianoche para realizar sus capturas.</p><p>“Estuvo muy bien. Quiero decir, había muchas en las zonas poco profundas. Pudimos alcanzar el límite en menos de una hora, así que estuvo bastante bien. En general, fue una muy buena noche”, dijo Christian Gonzalez.</p><p>Las langostas suelen esconderse en los arrecifes y debajo de salientes rocosas.</p><p>Algunas personas dijeron a Local 10 News que este año parece haber menos langostas en el mar, aunque aun así lograron una captura considerable.</p><p>“Las olas no estaban fuertes, el clima está agradable, el mar está tranquilo, pero, como dije, ahora mismo no hay muchas langostas”, comentó un navegante identificado únicamente como Jayden.</p><p>El evento anual es una tradición muy arraigada y una actividad familiar para personas de todas las edades.</p><p>“En 15 minutos alcanzamos nuestro primer límite y luego, probablemente en los siguientes 30 minutos, conseguimos nuestros otros dos límites”, dijo un hombre llamado David.</p><h3><b>Los límites de captura varían según la ubicación</b></h3><p>Durante la temporada recreativa de dos días, los pescadores recreativos tienen permitido capturar:</p><ul><li>Seis langostas por persona por día en las aguas del condado Monroe y del Parque Nacional Biscayne.</li><li>Doce langostas por persona por día en todas las demás aguas de Florida.</li></ul><p>La FWC indicó que los límites de captura solo se aplican a las personas con la licencia correspondiente o a quienes estén exentos del requisito y participen activamente en la captura. Las personas que no estén capturando langostas no pueden ser contabilizadas para el límite diario de otra persona.</p><h3><b>Reglas para la captura</b></h3><p>Los funcionarios estatales de vida silvestre también recordaron a quienes participan en la captura de langostas que deben cumplir varias regulaciones durante la temporada.</p><p>Solo pueden conservarse langostas cuyo caparazón mida más de tres pulgadas, y esa medición debe realizarse mientras la langosta aún está en el agua. Además, es obligatorio llevar un medidor en todo momento.</p><p>No está permitido capturar hembras con huevos, y las langostas deben permanecer enteras. Está prohibido separar la cola del cuerpo mientras se está en el agua.</p><p>La FWC también recordó que es ilegal utilizar cualquier dispositivo que perfore, penetre o aplaste el caparazón de una langosta.</p><h3><b>Langosta adicional para participantes del Lionfish Challenge</b></h3><p>Los participantes del Lionfish Challenge 2026 pueden calificar para capturar una langosta adicional por día durante la temporada recreativa.</p><p>Para calificar, los participantes recreativos deben capturar y reportar al menos 25 peces león, mientras que los participantes comerciales deben capturar 50 libras o más de pez león. Los pescadores elegibles deben portar la moneda oficial del Lionfish Challenge 2026 emitida por la FWC mientras capturan langostas.</p><h3><b>Seguridad para navegantes y buzos</b></h3><p>La FWC exhorta a navegantes y buzos a poner la seguridad en primer lugar.</p><p>Los funcionarios recomiendan usar un chaleco salvavidas siempre que la embarcación esté en movimiento y recuerdan que navegar bajo los efectos del alcohol es ilegal.</p><p>Los buzos deben permanecer a no más de 300 pies de una bandera de buzo correctamente colocada en aguas abiertas y a no más de 100 pies cuando buceen cerca de una entrada o un canal de navegación. Las embarcaciones que se acerquen a una bandera de buzo deben reducir la velocidad al mínimo dentro de esas distancias.</p><p>Para quienes utilicen redes tipo bully net durante la temporada recreativa, la FWC también solicita actuar con cortesía, dirigiendo las luces hacia el agua, evitando iluminarlas hacia viviendas o personas y manteniendo el ruido al mínimo.</p><p>Para obtener más información sobre las regulaciones para la captura de langosta espinosa en Florida, <a href="https://myfwc.com/fishing/saltwater/recreational/lobster/" target="_blank" rel="noreferrer" title="https://myfwc.com/fishing/saltwater/recreational/lobster/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Conductor bajo los efectos del alcohol choca camioneta contra casa en Lauderhill]]></title><link>https://www.local10.com/espanol/2026/07/29/policia-conductor-bajo-los-efectos-del-alcohol-choca-camioneta-contra-casa-en-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/policia-conductor-bajo-los-efectos-del-alcohol-choca-camioneta-contra-casa-en-lauderhill/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly]]></dc:creator><description><![CDATA[Un conductor fue arrestado la mañana de este miércoles después de chocar su camioneta contra una casa en Lauderhill, informaron las autoridades.]]></description><pubDate>Wed, 29 Jul 2026 13:36:55 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue arrestado la mañana de este miércoles después de chocar su camioneta contra una casa en Lauderhill, informaron las autoridades.</p><p>Según la Policía de Lauderhill, el choque fue reportado alrededor de la 1:30 a.m. en la cuadra 1100 de Northwest 43rd Terrace.</p><p>El impacto fue tan fuerte que la camioneta atravesó la casa, entrando por un lado y saliendo por el otro.</p><p>Al parecer, la camioneta impactó un garaje techado que había sido convertido en una habitación adicional.</p><p>La Policía informó que la casa estaba desocupada al momento del choque y que no se reportaron personas heridas.</p><p>Según la Policía, el conductor, que permaneció en el lugar después del choque, estaba bajo los efectos del alcohol y fue puesto bajo custodia por conducir bajo la influencia.</p><p>“Es triste que muchas personas estén bebiendo y no sean capaces de controlarse”, dijo la vecina Nadia Gordon.</p><p>Gordon vive al lado de la casa contra la que chocó la camioneta. Dijo que se siente afortunada de que el conductor aparentemente girara el volante en el último segundo, evitando por poco impactar su vivienda.</p><p>“Esto es un milagro para mí”, dijo. “Que haya pasado por allí y terminara allá, realmente es una bendición”.</p><p>La identidad del conductor no fue divulgada de inmediato.</p><p>La Policía informó que el incidente continúa bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[VIDEO: Cops seek suspect in ‘jarring’ attack on bartender at Bayside Marketplace]]></title><link>https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/video-cops-seek-suspect-in-jarring-attack-on-bartender-at-bayside-marketplace/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Video shows a man forcefully shoving a bartender at the Hard Rock Cafe at downtown Miami’s Bayside Marketplace over the weekend. Police were still looking for him as of Wednesday.]]></description><pubDate>Wed, 29 Jul 2026 16:14:22 +0000</pubDate><content:encoded><![CDATA[<p>Video shows a man forcefully shoving a bartender at the Hard Rock Cafe at downtown Miami’s Bayside Marketplace over the weekend. Police were still looking for him as of Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/">Leer en español</a></p><p>The bartender, who asked to remain anonymous, told Local 10 News over the phone that she had asked the man to stop snacking on drink garnishes in an employee-only area.</p><p>“I look over and say, ‘Hey, these are drink garnishes. You can’t have your hands in there’ and he was like ‘what do you want me to do, b----? Spit it out?,’” she said. “I said, ‘You can finish what you have in your hand, but please, I can’t have you in this area.’”</p><p>She said she reported the man’s behavior to her manager and at some point he stepped away from the bar. But 30 minutes later, video shows the man returning, approaching the bartender and shoving her to the ground.</p><p>“He took his hand, both hands, and from my collar bone area, my neck, and shoved me down to the floor,” the victim said. “I literally flew back and hit the rack with my head.”</p><p>He stormed away but she grabbed her phone and took photos. He knocked it out of her hand.</p><p>“He shoved me somewhere near my jaw or my face,” she said. “At one point my tooth is chipped.”</p><p>The victim said she hopes police are able to find him.</p><p>“I’m really upset about this whole thing,” she said. “It’s very jarring. It’s never happened to me before.”</p><p>Anyone with information is asked to call Miami police or Miami-Dade Crime Stoppers at 305-471-8477.</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[VIDEO: Buscan a sospechoso por “impactante” ataque contra bartender en Bayside Marketplace]]></title><link>https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/video-buscan-a-sospechoso-por-impactante-ataque-contra-bartender-en-bayside-marketplace/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Un video muestra a un hombre empujando violentamente a un bartender del Hard Rock Cafe en Bayside Marketplace, en el centro de Miami, durante el fin de semana. Hasta este miércoles, la policía continuaba buscándolo.]]></description><pubDate>Wed, 29 Jul 2026 16:17:11 +0000</pubDate><content:encoded><![CDATA[<p>Un video muestra a un hombre empujando violentamente a un bartender del Hard Rock Cafe en Bayside Marketplace, en el centro de Miami, durante el fin de semana. Hasta este miércoles, la policía continuaba buscándolo.</p><p>La bartender, quien pidió permanecer en el anonimato, dijo por teléfono a Local 10 News que le pidió al hombre que dejara de tomar guarniciones para bebidas en un área exclusiva para empleados.</p><p>“Miré hacia él y le dije: ‘Oye, esas son guarniciones para bebidas. No puedes meter las manos ahí’, y él respondió: ‘¿Qué quieres que haga, p—? ¿Que lo escupa?’”, relató. “Le dije: ‘Puedes terminar lo que tienes en la mano, pero por favor, no puedo permitir que estés en esta área’”.</p><p>Contó que reportó el comportamiento del hombre a su gerente y que, en algún momento, él se alejó del bar. Sin embargo, 30 minutos después, el video muestra al hombre regresando, acercándose a la bartender y empujándola al suelo.</p><p>“Puso ambas manos sobre la zona de mi clavícula y mi cuello y me empujó al piso”, dijo la víctima. “Literalmente salí volando hacia atrás y me golpeé la cabeza contra un estante”.</p><p>El hombre se alejó, pero ella tomó su teléfono celular para fotografiarlo. Entonces él le golpeó el teléfono y lo tiró de su mano.</p><p>“Me empujó cerca de la mandíbula o del rostro”, dijo. “En un momento, uno de mis dientes se astilló”.</p><p>La víctima dijo que espera que la policía logre encontrar al sospechoso.</p><p>“Estoy muy afectada por todo esto”, afirmó. “Es muy impactante. Nunca me había pasado algo así”.</p><p>Cualquier persona con información debe comunicarse con la Policía de Miami o con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Florida’s lobster mini season opens today; FWC reminds harvesters of rules, safety]]></title><link>https://www.local10.com/news/local/2026/07/29/floridas-spiny-lobster-sport-season-opens-today-fwc-reminds-harvesters-of-rules-safety/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/floridas-spiny-lobster-sport-season-opens-today-fwc-reminds-harvesters-of-rules-safety/</guid><dc:creator><![CDATA[Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[Florida’s annual spiny lobster mini season is underway, with the two-day recreational sport season beginning Wednesday before the regular season opens next week.]]></description><pubDate>Wed, 29 Jul 2026 11:04:51 +0000</pubDate><content:encoded><![CDATA[<p>Florida’s annual spiny lobster mini season is underway, with the two-day recreational sport season beginning Wednesday before the regular season opens next week.</p><p><a href="https://www.local10.com/espanol/2026/07/29/abre-hoy-la-minitemporada-de-langosta-en-florida-fwc-recuerda-reglas-de-captura-y-medidas-de-seguridad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/abre-hoy-la-minitemporada-de-langosta-en-florida-fwc-recuerda-reglas-de-captura-y-medidas-de-seguridad/">Leer en español</a></p><p>The Florida Fish and Wildlife Conservation Commission said the 2026 recreational sport season runs Wednesday through Thursday, giving recreational harvesters an opportunity to catch spiny lobster ahead of the regular season, which begins Aug. 6 and continues through March 31, 2027.</p><p>Before heading onto the water, the FWC reminded participants that they must have a valid Florida saltwater fishing license, a spiny lobster permit, and be familiar with the state’s lobster harvesting regulations.</p><p>Local 10 News was in Key Biscayne early Wednesday to speak with some of the boaters who headed out just after midnight to catch their hauls.</p><p>“It was good, man,” Christian Gonzalez said. “I mean, they were running through the flats pretty good. We were able to limit it out in less than an hour, so it was pretty decent. I mean, pretty good night overall.”</p><p>Lobsters often hide in reefs, under rock ledges.</p><p>Some folks told Local 10 News that it seems there are less lobsters under the sea this year, but they still pulled a decent haul.</p><p>“The waves weren’t bad at all, the weather’s nice, it’s kind of smooth, but like I said, there’s not a lot of lobsters right now,” one boater identified only as Jayden said. </p><p>The annual event is a time-honored tradition and family event for many people, young and old.</p><p>“(In) 15 minutes, we got our first limit, and then probably within the next 30 minutes, we got our other two limits,” a man named David said. </p><h3><b>Bag limits vary by location</b></h3><p>During the two-day sport season, recreational harvesters are limited to:</p><ul><li>6 lobsters per person, per day in Monroe County and Biscayne National Park waters. </li><li>12 lobsters per person, per day in all other Florida waters. </li></ul><p>The FWC said bag limits apply only to properly licensed individuals, or those exempt from licensing, who are actively harvesting. People who are not harvesting cannot be counted toward another person’s daily limit.</p><h3><b>Harvest rules</b></h3><p>State wildlife officials also reminded lobster hunters to follow several key regulations during the season.</p><p>Harvesters may only keep lobsters with a carapace measuring more than 3 inches, and the measurement must be taken while the lobster is still in the water. A measuring device must be carried at all times.</p><p>Egg-bearing female lobsters may not be harvested, and lobsters must remain whole. Removing the tail from the body while on the water is prohibited.</p><p>The FWC also said it is illegal to use any device that punctures, penetrates or crushes a lobster’s shell.</p><h3><b>Bonus lobster available for Lionfish Challenge participants</b></h3><p>Participants in the 2026 Lionfish Challenge may qualify to harvest one additional lobster per day during the sport season.</p><p>To qualify, recreational participants must harvest and report at least 25 lionfish, while commercial participants must harvest 50 pounds or more of lionfish. Eligible harvesters must carry their 2026 FWC-issued Lionfish Challenge coin while lobstering.</p><h3><b>Boating and diving safety</b></h3><p>The FWC is urging boaters and divers to put safety first.</p><p>Officials recommend wearing a life jacket whenever a boat is underway and remind operators that boating under the influence of alcohol is illegal.</p><p>Divers must remain within 300 feet of a properly displayed divers-down flag in open water and within 100 feet when diving near an inlet or navigation channel. Boaters approaching a divers-down flag are required to slow to idle speed within those distances.</p><p>For those using bully nets during the sport season, the FWC is also asking harvesters to be courteous by directing lights toward the water, avoiding shining lights at homes or people, and keeping noise to a minimum.</p><p>For more information about Florida’s spiny lobster regulations, <a href="https://myfwc.com/fishing/saltwater/recreational/lobster/" target="_self" rel="" title="https://myfwc.com/fishing/saltwater/recreational/lobster/">click here.</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade man accused of choking girlfriend, abusing dog during argument]]></title><link>https://www.local10.com/news/local/2026/07/29/miami-dade-man-accused-of-choking-girlfriend-abusing-dog-during-argument/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/miami-dade-man-accused-of-choking-girlfriend-abusing-dog-during-argument/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade man is facing multiple charges after deputies said he repeatedly attacked his girlfriend and abused her dog during a domestic violence incident earlier this month.]]></description><pubDate>Wed, 29 Jul 2026 14:28:03 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade man is facing multiple charges after deputies said he repeatedly attacked his girlfriend and abused her dog during a domestic violence incident earlier this month.</p><p><a href="https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-miami-dade-de-estrangular-a-su-novia-y-maltratar-a-un-perro-durante-una-discusion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-miami-dade-de-estrangular-a-su-novia-y-maltratar-a-un-perro-durante-una-discusion/">Leer en español</a></p><p>Jail records show Kevin Monasterio, 24, was arrested Tuesday following the July 11 incident that occurred at his home near the 12000 block of Southwest 203rd Lane in the county’s Princeton neighborhood.</p><p>Monasterio and the victim, who had been dating for about a year and lived together, got into an argument around midnight over the victim’s dog, according to an arrest report from the Miami-Dade Sheriff’s Office. </p><p>The report states Monasterio punched the dog in the face before picking it up and throwing it against a wall. After the victim placed the dog in a crate, Monasterio turned his anger toward her, repeatedly punching her, investigators said.</p><p>“He placed both hands around the victim’s neck and squeezed intently, causing the victim’s breathing to be impeded,” a deputy wrote in the report. </p><p>Deputies said Monasterio then pushed the victim to the ground, straddled her and continued choking her while slamming her body against the floor.</p><p>According to the report, Monasterio later flipped the dog’s crate over with the dog still inside, threw the crate outside and grabbed a water hose to “waterboard” the dog by repeatedly spraying it in the face, a term investigators used to describe forcing water onto the dog’s face in a way intended to simulate drowning.</p><p>Investigators said a second altercation occurred around 7 a.m. after the victim woke up. </p><p>The report states Monasterio began yelling, hitting the dog and punching the victim before again grabbing her by the neck with both hands and impeding her breathing.</p><p>Before leaving to get coffee, Monasterio allegedly threatened to kill both the victim and the dog if she left the home without telling him, according to the report.</p><p>Once he left, the victim went to a family member’s home and called 911, deputies said. </p><p>They said the victim sustained bruising on both sides of the victim’s neck and on both of her upper arms following the attack.</p><p>Authorities said after Montastero was taken into custody Tuesday, he denied the allegations after being read his Miranda rights.</p><p>Records show he is facing one count each of domestic battery by strangulation, battery, cruelty to animals and assault.</p><p>As of Wednesday morning, he was being held on a $1,750 bond at 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/J5UTBKH6WJF4TNEDJBGF4YIWUY.jpg?auth=4f74b782acd01bc4554be4e0e015d1af2bf7cbbadbf73c78abc2b8130ebc7084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Miami-Dade de estrangular a su novia y maltratar a un perro durante una discusión]]></title><link>https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-miami-dade-de-estrangular-a-su-novia-y-maltratar-a-un-perro-durante-una-discusion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-miami-dade-de-estrangular-a-su-novia-y-maltratar-a-un-perro-durante-una-discusion/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Miami-Dade enfrenta múltiples cargos luego de que agentes informaran que atacó repetidamente a su novia y maltrató a su perro durante un incidente de violencia doméstica ocurrido a principios de este mes.]]></description><pubDate>Wed, 29 Jul 2026 16:13:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miami-Dade enfrenta múltiples cargos luego de que agentes informaran que atacó repetidamente a su novia y maltrató a su perro durante un incidente de violencia doméstica ocurrido a principios de este mes.</p><p>Los registros de la cárcel muestran que Kevin Monasterio, de 24 años, fue arrestado el martes por el incidente ocurrido el 11 de julio en su vivienda, ubicada cerca de la cuadra 12000 de Southwest 203rd Lane, en el vecindario de Princeton, en Miami-Dade.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Monasterio y la víctima, quienes mantenían una relación desde hacía aproximadamente un año y vivían juntos, comenzaron a discutir alrededor de la medianoche por el perro de la mujer.</p><p>El informe señala que Monasterio golpeó al perro en el rostro antes de levantarlo y lanzarlo contra una pared. Después de que la víctima colocó al perro en una jaula, Monasterio dirigió su agresión contra ella y comenzó a golpearla repetidamente, indicaron los investigadores.</p><p>“Colocó ambas manos alrededor del cuello de la víctima y apretó con fuerza, dificultándole la respiración”, escribió un agente en el informe.</p><p>Los agentes indicaron que Monasterio luego empujó a la víctima al suelo, se colocó encima de ella y continuó estrangulándola mientras golpeaba su cuerpo contra el piso.</p><p>Según el informe, posteriormente Monasterio volcó la jaula del perro con el animal todavía dentro, la lanzó al exterior y tomó una manguera para practicarle “waterboarding” al perro al rociarle agua repetidamente en el rostro, término utilizado por los investigadores para describir una acción destinada a simular un ahogamiento.</p><p>Los investigadores informaron que un segundo altercado ocurrió alrededor de las 7 a.m., después de que la víctima despertó.</p><p>El informe señala que Monasterio comenzó a gritar, golpear al perro y golpear a la víctima antes de volver a sujetarla del cuello con ambas manos, dificultándole nuevamente la respiración.</p><p>Según el informe, antes de salir de la vivienda para ir a comprar café, Monasterio presuntamente amenazó con matar tanto a la víctima como al perro si ella abandonaba la casa sin avisarle.</p><p>Los agentes informaron que, una vez que Monasterio salió, la víctima fue a la vivienda de un familiar y llamó al 911.</p><p>Indicaron que la víctima sufrió moretones en ambos lados del cuello y en la parte superior de ambos brazos como consecuencia del ataque.</p><p>Las autoridades señalaron que, después de que Monasterio fue detenido el martes, negó las acusaciones tras ser informado de sus derechos Miranda.</p><p>Los registros muestran que enfrenta un cargo de agresión por estrangulamiento en un caso de violencia doméstica, un cargo de agresión, un cargo de crueldad contra los animales y un cargo de asalto.</p><p>Hasta la mañana del miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $1,750 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J5UTBKH6WJF4TNEDJBGF4YIWUY.jpg?auth=4f74b782acd01bc4554be4e0e015d1af2bf7cbbadbf73c78abc2b8130ebc7084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Phony contractor who swindled $9K out of Miami-Dade homeowner cited ‘financial hardship’ ]]></title><link>https://www.local10.com/news/local/2026/07/29/mdso-phony-contractor-who-swindled-9k-out-of-miami-dade-homeowner-cited-financial-hardship/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/mdso-phony-contractor-who-swindled-9k-out-of-miami-dade-homeowner-cited-financial-hardship/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 52-year-old man who deputies said posed as a contractor to secure a $9,000 deposit for a home renovation project he never started was arrested Tuesday, more than two years after the scheme.]]></description><pubDate>Wed, 29 Jul 2026 15:42:14 +0000</pubDate><content:encoded><![CDATA[<p>A 51-year-old man who deputies said posed as a contractor to secure a $9,000 deposit for a home renovation project he never started was arrested Tuesday, more than two years after the alleged scheme.</p><p><a href="https://www.local10.com/espanol/2026/07/29/mdso-acusan-a-falso-contratista-de-estafar-a-propietario-de-vivienda-de-miami-dade-por-9000-usd-alego-dificultades-economicas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/mdso-acusan-a-falso-contratista-de-estafar-a-propietario-de-vivienda-de-miami-dade-por-9000-usd-alego-dificultades-economicas/">Leer en español</a></p><p>The suspect was identified by the Miami-Dade Sheriff’s Office as Julio Rodriguez, of Miami Beach.</p><p>Deputies said the incident happened March 20, 2024, at a home near the 15000 block of Southwest 99th Lane in the Hammocks community of southwest Miami-Dade.</p><p>According to the arrest report, Rodriguez presented himself as the owner of Bold Design Inc. and entered into a verbal agreement with the homeowner to install kitchen cabinets, a refrigerator panel, granite countertops, a backsplash, a sink and a faucet.</p><p>Investigators said the total cost of the project was estimated at $15,000. The victim paid Rodriguez a $9,000 deposit by check, but the report states he never began the work, provided any materials or refunded the money.</p><p>The report also states subpoenaed bank records showed Rodriguez cashed the check the same day he received it.</p><p>According to investigators, a Miami-Dade County Regulatory and Economic Resources contractor licensing investigation later determined Rodriguez and his company were not licensed as contractors in Miami-Dade County or the state of Florida.</p><p>Investigators said multiple attempts were made to contact Rodriguez to discuss the case and resolve the matter, but he did not respond. The victim later identified Rodriguez in a photo lineup, according to the report.</p><p>After his arrest, detectives said Rodriguez waived his Miranda rights and admitted to the allegations, telling investigators he had been going through a “financial hardship,” his arrest report states. </p><p>Jail records show Rodriguez is facing one count each of third-degree grand theft and engaging in contracting without a license.</p><p>Records show he was released from the Turner Guilford Knight Correctional Center on Wednesday morning after posting a $3,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CL6V2JQIFVELTD4M24MMQQDB24.jpg?auth=78f4f95760f3f5b79c4eca3cac5abf9fb59da937bd331df49ab9605d88894aef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Acusan a falso contratista de estafar a propietario de vivienda de Miami-Dade por $9,000 USD; alegó “dificultades económicas”]]></title><link>https://www.local10.com/espanol/2026/07/29/mdso-acusan-a-falso-contratista-de-estafar-a-propietario-de-vivienda-de-miami-dade-por-9000-usd-alego-dificultades-economicas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/mdso-acusan-a-falso-contratista-de-estafar-a-propietario-de-vivienda-de-miami-dade-por-9000-usd-alego-dificultades-economicas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 52 años, a quien agentes señalaron de hacerse pasar por contratista para obtener un depósito de $9,000 USD por un proyecto de remodelación de una vivienda que nunca inició, fue arrestado el martes, más de dos años después del presunto fraude.]]></description><pubDate>Wed, 29 Jul 2026 16:11:03 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 51 años, a quien agentes señalaron de hacerse pasar por contratista para obtener un depósito de $9,000 USD por un proyecto de remodelación de una vivienda que nunca inició, fue arrestado el martes, más de dos años después del presunto fraude.</p><p>El sospechoso fue identificado por la Oficina del Sheriff de Miami-Dade (MDSO) como Julio Rodríguez, residente de Miami Beach.</p><p>Los agentes informaron que el incidente ocurrió el 20 de marzo de 2024 en una vivienda ubicada cerca de la cuadra 15000 de Southwest 99th Lane, en la comunidad de The Hammocks, en el suroeste de Miami-Dade.</p><p>Según el informe de arresto, Rodríguez se presentó como propietario de Bold Design Inc. y llegó a un acuerdo verbal con el propietario de la vivienda para instalar gabinetes de cocina, un panel para refrigerador, encimeras de granito, un salpicadero, un fregadero y un grifo.</p><p>Los investigadores indicaron que el costo total del proyecto fue estimado en $15,000 USD. La víctima entregó a Rodríguez un depósito de $9,000 USD mediante cheque, pero el informe señala que nunca comenzó el trabajo, no proporcionó materiales ni devolvió el dinero.</p><p>El informe también indica que los registros bancarios obtenidos mediante citación judicial mostraron que Rodríguez cobró el cheque el mismo día en que lo recibió.</p><p>Según los investigadores, una investigación sobre licencias de contratistas realizada por el Departamento de Recursos Regulatorios y Económicos del condado Miami-Dade determinó posteriormente que Rodríguez y su empresa no contaban con licencia como contratistas en el condado Miami-Dade ni en el estado de Florida.</p><p>Los investigadores informaron que realizaron múltiples intentos para comunicarse con Rodríguez y discutir el caso con el fin de resolver el asunto, pero no respondió. Posteriormente, la víctima identificó a Rodríguez en una rueda de reconocimiento fotográfica, según el informe.</p><p>Tras su arresto, los detectives indicaron que Rodríguez renunció a sus derechos Miranda y admitió las acusaciones, diciéndoles a los investigadores que estaba atravesando “dificultades económicas”, señala el informe de arresto.</p><p>Los registros de la cárcel muestran que Rodríguez enfrenta un cargo de robo mayor en tercer grado y otro por ejercer actividades de contratación sin licencia.</p><p>Los registros indican que fue liberado del Centro Correccional Turner Guilford Knight la mañana del miércoles tras pagar una fianza de $3,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CL6V2JQIFVELTD4M24MMQQDB24.jpg?auth=78f4f95760f3f5b79c4eca3cac5abf9fb59da937bd331df49ab9605d88894aef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre tras atacar a víctima afuera de Walmart en Hialeah, según la policía]]></title><link>https://www.local10.com/espanol/2026/07/29/arrestan-a-hombre-tras-atacar-a-victima-afuera-de-walmart-en-hialeah-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/arrestan-a-hombre-tras-atacar-a-victima-afuera-de-walmart-en-hialeah-segun-la-policia/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local10 Intern]]></dc:creator><description><![CDATA[Un hombre de 49 años fue arrestado el martes, meses después de una disputa en el estacionamiento de un Walmart en Hialeah.]]></description><pubDate>Wed, 29 Jul 2026 16:06:42 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 49 años fue arrestado el martes, meses después de una disputa en el estacionamiento de un Walmart en Hialeah.</p><p>Según un informe de arresto del Departamento de Policía de Hialeah, el incidente ocurrió el 23 de mayo en el Walmart ubicado en 400 W. 49th St.</p><p>La policía identificó al sospechoso como Christian Jose Salgado, residente de Miami Gardens.</p><p>Los investigadores indicaron que el incidente comenzó cuando Salgado ingresó al estacionamiento y estacionó su vehículo directamente detrás del automóvil de la víctima, impidiéndole salir.</p><p>Las autoridades informaron que la víctima se encontraba dentro del vehículo junto a su novia, quien tenía ocho meses de embarazo, y un menor de edad.</p><p>Según los investigadores, Salgado salió de su vehículo para acercarse a la víctima y la golpeó en el rostro, iniciando una pelea.</p><p>Las autoridades indicaron que Salgado luego sujetó a la víctima por la cintura, la levantó en el aire y la azotó contra el suelo.</p><p>Según el informe, la víctima sufrió múltiples lesiones, incluidas fracturas en el cráneo, cuello, parte baja de la espalda, costillas y esternón. Las autoridades informaron que fue trasladada de urgencia al hospital, donde fue sometida a una cirugía de emergencia, lo que le dejó una gran cicatriz en el cuero cabelludo y puntos de sutura en una oreja.</p><p>Salgado fue arrestado por un cargo de agresión agravada. El informe de arresto no menciona el motivo del presunto ataque.</p><p>Hasta la mañana del miércoles, los registros de la cárcel en línea indicaban que su fianza estaba “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J42FZ77AJFFJ3IUK3CILM2IOQA.jpg?auth=cf40d61e9cd5efb251d1107334717044ff302bc02186b04d87e0b27580a754ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Man arrested after attacking victim outside Hialeah Walmart, police say ]]></title><link>https://www.local10.com/news/local/2026/07/29/man-arrested-after-attacking-victim-outside-hialeah-walmart-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/man-arrested-after-attacking-victim-outside-hialeah-walmart-police-say/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local10 Intern]]></dc:creator><description><![CDATA[A 49-year-old man was arrested Tuesday, months after a dispute in the parking lot of a Walmart in Hialeah.]]></description><pubDate>Wed, 29 Jul 2026 14:40:35 +0000</pubDate><content:encoded><![CDATA[<p>A 49-year-old man was arrested Tuesday, months after a dispute in the parking lot of a Walmart in Hialeah.</p><p><a href="https://www.local10.com/espanol/2026/07/29/arrestan-a-hombre-tras-atacar-a-victima-afuera-de-walmart-en-hialeah-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/arrestan-a-hombre-tras-atacar-a-victima-afuera-de-walmart-en-hialeah-segun-la-policia/">Leer en español</a></p><p>According to an arrest report from the Hialeah Police Department, the incident happened May 23 at the Walmart located at 400 W. 49th St.</p><p>Police identified the suspect as Christian Jose Salgado, of Miami Gardens. </p><p>Investigators say the incident began when Salgado drove into the parking lot and parked directly behind the victim’s vehicle, blocking it from leaving. </p><p>The victim was inside the vehicle with his pregnant girlfriend of 8 months and a young child, authorities said. </p><p>According to investigators, Salgado exited his vehicle to approach the victim and punched the man in the face, starting a fight. </p><p>Authorities said Salgado then grabbed the victim from his waist, lifted him in the air, and slammed him against the ground. </p><p>According to the report, the victim suffered multiple injuries, including fractures to his skull, neck, lower back, ribs and sternum. The victim was rushed to the hospital and received emergency surgery, leading to a large scar on his scalp and stitches on his ear, authorities said.</p><p>Salgado was arrested on a charge of aggravated battery. A motive for the alleged attack was not mentioned in the arrest report. </p><p>As of Wednesday morning, online jail records listed his bond as “to be set.”</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/J42FZ77AJFFJ3IUK3CILM2IOQA.jpg?auth=cf40d61e9cd5efb251d1107334717044ff302bc02186b04d87e0b27580a754ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[‘You literally just turned 14’: Feds accuse Hollywood man of enticing DC girl on Discord]]></title><link>https://www.local10.com/news/local/2026/07/29/you-literally-just-turned-14-feds-accuse-hollywood-man-of-enticing-dc-girl-on-discord/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/you-literally-just-turned-14-feds-accuse-hollywood-man-of-enticing-dc-girl-on-discord/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Federal agents arrested a Hollywood man on Tuesday after accusing him of exchanging lewd messages and images with a 14-year-old girl on the messaging app Discord.]]></description><pubDate>Wed, 29 Jul 2026 14:50:40 +0000</pubDate><content:encoded><![CDATA[<p>Federal agents arrested a Hollywood man on Tuesday after accusing him of exchanging lewd messages and images with a 14-year-old girl on the messaging app Discord.</p><p><a href="https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-hollywood-de-atraer-por-discord-a-adolescente-de-washington-d-c-de-14-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-hollywood-de-atraer-por-discord-a-adolescente-de-washington-d-c-de-14-anos/">Leer en español</a></p><p>Authorities said Christopher Larry Richards III, 30, began communicating with the Washington, D.C. girl in December. The case is being prosecuted in the nation’s capital.</p><p>According to a federal criminal complaint, the teenage victim disclosed the online relationship to a counselor at her school in February, prompting a call to the Washington Metropolitan Police Department.</p><p>The case was turned over to the FBI, which extracted chats from the girl’s phone, the complaint states.</p><p>Authorities said the two communicated through Discord and the chats eventually turned romantic and sexual, with Richards telling the girl he wanted to be “more than friends.”</p><p>They said after the girl, at one point, told Richards that she had just turned 14 three months before they started chatting, he replied, “Thank you for reminding me. You literally just turned 14.”</p><p>The two exchanged sexual messages and videos afterward, the complaint states.</p><p>According to the complaint, data from Discord eventually connected Richards’ username, “HitDatShot#0,″ to his IP address at his home in Hollywood.</p><p>Following his arrest, he now faces federal charges of coercion and enticement of a minor, transfer of obscene material to minors and a charge related to the attempted receipt of child sexual abuse material.</p><p>Court records show he’s scheduled to appear in Fort Lauderdale federal court on Wednesday morning. It’s unclear when he is set to be extradited to Washington, D.C.</p><p>In the meantime, he was being held in the Broward Sheriff’s Office Main Jail facility on behalf of the U.S. Marshals Service.</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/KK6DJDCMJRHL5JB2E2RETN4UOQ.jpg?auth=d8fc593d70130a59a3c14bd8614f9f080ccbea7da6d3157f4d3b8a926292a5f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Richards]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Hollywood de atraer por Discord a adolescente de Washington D. C. de 14 años]]></title><link>https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-hollywood-de-atraer-por-discord-a-adolescente-de-washington-d-c-de-14-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/acusan-a-hombre-de-hollywood-de-atraer-por-discord-a-adolescente-de-washington-d-c-de-14-anos/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes federales arrestaron el martes a un hombre de Hollywood luego de acusarlo de intercambiar mensajes e imágenes de contenido sexual explícito con una adolescente de 14 años a través de la aplicación de mensajería Discord.]]></description><pubDate>Wed, 29 Jul 2026 16:02:58 +0000</pubDate><content:encoded><![CDATA[<p>Agentes federales arrestaron el martes a un hombre de Hollywood tras acusarlo de intercambiar mensajes e imágenes obscenas con una niña de 14 años a través de la aplicación de mensajería Discord.</p><p>Según las autoridades, Christopher Larry Richards III, de 30 años, comenzó a comunicarse con la joven de Washington, D.C., en diciembre. El caso se está procesando en la capital del país.</p><p>Según una denuncia penal federal, la víctima adolescente reveló la relación en línea a una consejera de su escuela en febrero, lo que motivó una llamada al Departamento de Policía Metropolitana de Washington.</p><p>El caso fue remitido al FBI, que extrajo las conversaciones del teléfono de la chica, según consta en la denuncia.</p><p>Las autoridades indicaron que ambos se comunicaban a través de Discord y que las conversaciones finalmente se tornaron románticas y sexuales, llegando Richards a decirle a la chica que quería ser “más que amigos”.</p><p>Según contaron, después de que la chica le dijera a Richards que acababa de cumplir 14 años tres meses antes de que empezaran a charlar, él respondió: «Gracias por recordármelo. Literalmente acabas de cumplir 14».</p><p>Según la denuncia, posteriormente ambos intercambiaron mensajes y vídeos de contenido sexual.</p><p>Según la denuncia, los datos de Discord finalmente vincularon el nombre de usuario de Richards, “HitDatShot#0”, con su dirección IP en su casa de Hollywood.</p><p>Tras su detención, ahora se enfrenta a cargos federales de coacción e incitación a un menor, transferencia de material obsceno a menores y un cargo relacionado con el intento de recepción de material de abuso sexual infantil.</p><p>Según los registros judiciales, está programado para comparecer ante el tribunal federal de Fort Lauderdale el miércoles por la mañana. Se desconoce cuándo será extraditado a Washington, D.C.</p><p>Mientras tanto, permanecía detenido en la cárcel principal de la Oficina del Sheriff del Condado de Broward a petición del Servicio de Alguaciles de Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KK6DJDCMJRHL5JB2E2RETN4UOQ.jpg?auth=d8fc593d70130a59a3c14bd8614f9f080ccbea7da6d3157f4d3b8a926292a5f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Richards]]></media:description></media:content></item><item><title><![CDATA[Davie landlord warned cops he’d ‘beat the s--- out of’ tenant, followed through hours later: Police]]></title><link>https://www.local10.com/news/local/2026/07/29/davie-landlord-warned-cops-hed-beat-the-s-out-of-tenant-followed-through-hours-later-police/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/davie-landlord-warned-cops-hed-beat-the-s-out-of-tenant-followed-through-hours-later-police/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Davie landlord is facing a felony battery charge after severely beating a mentally-ill tenant, according to newly-released court documents.]]></description><pubDate>Wed, 29 Jul 2026 15:18:56 +0000</pubDate><content:encoded><![CDATA[<p>A Davie landlord is facing a felony battery charge after severely beating a mentally-ill tenant, according to newly-released court documents.</p><p><a href="https://www.local10.com/espanol/2026/07/29/acusan-a-propietario-de-vivienda-en-davie-de-amenazar-con-golpear-a-inquilino-y-cumplir-su-amenaza-horas-despues-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/acusan-a-propietario-de-vivienda-en-davie-de-amenazar-con-golpear-a-inquilino-y-cumplir-su-amenaza-horas-despues-segun-la-policia/">Leer en español</a></p><p>According to the Davie Police Department, the attack happened last Wednesday. Broward Sheriff’s Office deputies took Lennie Joseph Dufrene Jr. into custody at Fort Lauderdale-Hollywood International Airport on Monday after authorities issued an arrest warrant.</p><p>According to the DPD warrant, police had responded to the incident location earlier on Wednesday after Dufrene, 58, called them to report that his tenant “was destroying the property.”</p><p>Officers met with both and the tenant was “later transported to a facility under the Baker Act.”</p><p>Police said Dufrene told officers that once the tenant got out of the hospital, he would “kill him.”</p><p>“Officers responded by telling Dufrene he would go to prison if he did that,” the warrant states. “Dufrene then said, ‘Okay, then I’ll just beat the s--- out of him.’”</p><p>Police said the officers told him, “You will go to jail if you do that.”</p><p>Authorities said after the tenant was released from the hospital at around 2:30 p.m. that day, he returned home to find that Dufrene had changed the code to the lock.</p><p>“Dufrene then came out of the residence and began punching (him) repeatedly in the face until he lost consciousness,” the warrant states. “(The victim) advised that he woke up face down to find Dufrene on top of him punching him in the back of the head and then began choking him. (He) said he lost consciousness again.”</p><p>The victim later left and began “roaming the area” and said he “thought Dufrene was trying (to) kill him,” the report stated.</p><p>Police said officers were sent the next day to the Wawa at 2500 Davie Road “to trespass an individual who was on the property for a long period of time and appeared to be severely beaten” and recognized the man from the initial incident, finding out that Dufrene had followed through on his threat.</p><p>The victim suffered “left side orbital floor fracture and multiple nasal fractures” from the beating, according to the warrant.</p><p>Records show a Broward judge found probable cause to charge Dufrene and issued a $15,000 bond. He no longer appeared in Broward jail records as of Wednesday morning.</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/IKYCCGSZLNAA5H34HGIB45X7VE.jpg?auth=d9af227507f2df734ad3cc8dc46bdfdee132742b3ecfd794711ae1ae087366a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lennie Dufrene]]></media:description></media:content></item><item><title><![CDATA[Ebola outbreak is worsening food insecurity in eastern Congo, UN agency chief warns]]></title><link>https://www.local10.com/health/2026/07/29/ebola-outbreak-is-worsening-food-insecurity-in-eastern-congo-un-agency-chief-warns/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/29/ebola-outbreak-is-worsening-food-insecurity-in-eastern-congo-un-agency-chief-warns/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA and PROSPER HERI NGORORA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — The Ebola outbreak in eastern Congo is worsening food insecurity in a country already battling with one of the world's largest humanitarian crises, the head of the U.N. food agency told The Associated Press on Wednesday.]]></description><pubDate>Wed, 29 Jul 2026 15:57:27 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — The Ebola outbreak in eastern Congo is worsening food insecurity in a country already battling with one of the world's largest humanitarian crises, the head of the U.N. food agency told The Associated Press on Wednesday.</p><p>Speaking during a visit to Ituri province, Carl Skau, acting executive director of the World Food Program, described the outbreak as a “crisis on top of a crisis” that has compounded a catastrophic situation with over five million Congolese already experiencing emergency-level food insecurity.</p><p>A long-running conflict in eastern Congo has driven nearly 10 million people into crisis or emergency levels of hunger, with Ituri province — the epicenter of the Ebola outbreak — among the most affected with 1.9 million of them, according to the WFP.</p><p>Across some 48 health zones affected with Ebola, more than 2.7 million people face acute food insecurity, including 628,000 in emergency conditions, it added.</p><p>“Now with Ebola crisis, this is getting worse. Markets are impacted, supply routes are impacted and so people are struggling even more to have enough to eat,” Skau told the AP.</p><p>Ebola is driving up malnutrition in affected localities</p><p>The ongoing Ebola outbreak, considered the fastest in history, has recorded 3,360 confirmed cases, including 1,487 deaths since it was declared on May 15.</p><p>Measures introduced to slow the spread — including border closures and restriction of movements and large gatherings — have disrupted life and businesses, driving up food and fuel prices, the WFP has said.</p><p>The U.N. food agency said it has so far delivered more than 160,000 hot meals to patients, contacts and front line workers in 17 treatment and isolation centers.</p><p>In Mongbwalu, a mining town at one of the epicenters of the outbreak, residents said Ebola and the measures introduced to fight it has made it difficult for some families to feed their children.</p><p>Kahambu Deborah, a 40-year-old mother of six, said she had been struggling to access her farmland due to rebel violence, and that the restrictions linked to Ebola had made things more challenging.</p><p>“Accessing food here is one of the hardest things we’ve had to deal with recently. Sometimes, because of the insecurity, we can’t even go to our fields, and our children are suffering as a result,” she said.</p><p>‘Limit the movement of people’</p><p>Dr. Richard Lokudu, director-general of the Mongbwalu General Hospital, said health workers are seeing more malnutrition cases in the region compared to before the outbreak, “even at the Ebola treatment center.”</p><p>In Mongbwalu, the U.N. agency's food support program has helped to “limit the movement of people seeking the means to survive,” said Tourne Kasereka, a monitoring assistant with the WFP.</p><p>The outbreak has been particularly difficult to fight because the Bundibugyo virus responsible for it has no approved vaccines or treatments, unlike most of Congo’s past outbreaks.</p><p>Officials have warned that it continues to spread faster than health officials can track despite an expanding response.</p><p>A critical aspect of that response is getting food to those in need of it, according to Skau.</p><p>“The World Food Program needs resources (and) donors to step up so that we can do more, to alleviate the pressures on the people here in Ituri,” he added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYHZXZKYHCCR2VRJGHPZQ7LY5I.jpg?auth=7c5b60bda0767a10aeec97fc07875e73201632c9a2d620d9e97ecfab2286b8b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfect a coffin of an Ebola victim at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6U4KALM7DQUYSO4UKHOYYA5CU.jpg?auth=b211a06a28d36c6cf3cf8789536aacebdc23567ba8620169d58877b9eee63632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content></item><item><title><![CDATA[Acusan a propietario de vivienda en Davie de amenazar con golpear a inquilino y cumplir su amenaza horas después, según la policía]]></title><link>https://www.local10.com/espanol/2026/07/29/acusan-a-propietario-de-vivienda-en-davie-de-amenazar-con-golpear-a-inquilino-y-cumplir-su-amenaza-horas-despues-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/acusan-a-propietario-de-vivienda-en-davie-de-amenazar-con-golpear-a-inquilino-y-cumplir-su-amenaza-horas-despues-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un propietario de vivienda en Davie enfrenta un cargo por delito grave de agresión luego de que, según documentos judiciales recién divulgados, golpeó brutalmente a un inquilino con una enfermedad mental.]]></description><pubDate>Wed, 29 Jul 2026 15:57:21 +0000</pubDate><content:encoded><![CDATA[<p>Un propietario de vivienda en Davie enfrenta un cargo por delito grave de agresión luego de que, según documentos judiciales recién divulgados, golpeó brutalmente a un inquilino con una enfermedad mental.</p><p>Según el Departamento de Policía de Davie (DPD), el ataque ocurrió el miércoles pasado. Agentes de la Oficina del Sheriff de Broward arrestaron el lunes a Lennie Joseph Dufrene Jr. en el Aeropuerto Internacional de Fort Lauderdale-Hollywood, luego de que las autoridades emitieran una orden de arresto.</p><p>De acuerdo con la orden del DPD, la policía respondió más temprano ese miércoles al lugar del incidente después de que Dufrene, de 58 años, llamara para reportar que su inquilino “estaba destruyendo la propiedad”.</p><p>Los agentes hablaron con ambos y posteriormente el inquilino fue trasladado a un centro médico bajo la Ley Baker.</p><p>La policía indicó que Dufrene les dijo a los agentes que, una vez que el inquilino saliera del hospital, lo “mataría”.</p><p>“Los agentes respondieron diciéndole a Dufrene que iría a prisión si hacía eso”, señala la orden. “Entonces Dufrene dijo: ‘Está bien, entonces solo le voy a dar una golpiza’”.</p><p>La policía indicó que los agentes le respondieron: “Irá a la cárcel si hace eso”.</p><p>Las autoridades informaron que, después de que el inquilino fue dado de alta del hospital alrededor de las 2:30 p.m. de ese día, regresó a la vivienda y descubrió que Dufrene había cambiado el código de la cerradura.</p><p>“Entonces Dufrene salió de la residencia y comenzó a golpearlo repetidamente en el rostro hasta que perdió el conocimiento”, indica la orden. “(La víctima) informó que despertó boca abajo y encontró a Dufrene encima de él golpeándolo en la parte posterior de la cabeza y luego comenzó a estrangularlo. (La víctima) dijo que volvió a perder el conocimiento”.</p><p>Posteriormente, la víctima se fue del lugar y comenzó a “deambular por la zona” y dijo que “pensó que Dufrene estaba tratando de matarlo”, señala el informe.</p><p>La policía indicó que al día siguiente enviaron agentes al Wawa ubicado en 2500 Davie Road “para retirar de la propiedad a una persona que llevaba mucho tiempo en el lugar y parecía haber sido golpeada brutalmente”. Los agentes reconocieron al hombre por el incidente inicial y descubrieron que Dufrene había cumplido su amenaza.</p><p>Según la orden, la víctima sufrió una “fractura del piso de la órbita izquierda y múltiples fracturas nasales” como resultado de la golpiza.</p><p>Los registros muestran que un juez de Broward encontró causa probable para presentar cargos contra Dufrene y fijó una fianza de $15,000 USD. Hasta la mañana del miércoles, ya no aparecía en los registros de la cárcel del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKYCCGSZLNAA5H34HGIB45X7VE.jpg?auth=d9af227507f2df734ad3cc8dc46bdfdee132742b3ecfd794711ae1ae087366a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lennie Dufrene]]></media:description></media:content></item><item><title><![CDATA[North Miami police accuse Home Depot employee of fraud, grand theft]]></title><link>https://www.local10.com/news/local/2026/07/29/north-miami-police-accuse-home-depot-employee-of-fraud-grand-theft/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/north-miami-police-accuse-home-depot-employee-of-fraud-grand-theft/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A South Florida Home Depot employee is facing felony charges after police said he conducted a scheme to defraud the company of thousands of dollars. 
]]></description><pubDate>Wed, 29 Jul 2026 15:13:30 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida Home Depot employee is facing felony charges after police said he conducted a scheme to defraud the company of thousands of dollars. </p><p><a href="https://www.local10.com/espanol/2026/07/29/acusan-a-empleado-de-home-depot-de-fraude-y-robo-mayor/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/acusan-a-empleado-de-home-depot-de-fraude-y-robo-mayor/">Leer en español</a></p><p>Police in North Miami arrested Marvin Colin, 28, on Tuesday at the Home Depot store located at 12055 Biscayne Blvd.</p><p>According to investigators, Home Depot management provided officers with what they described as an “asset protection investigative packet” that contained “transaction records, surveillance photographs, dates, times, register information and supporting documentation” for 13 different incidents in which they said Colin conducted the alleged fraudulent transactions. </p><p>Police said Colin would select “older customer orders where prior attempts to contact the customers had been unsuccessful or where customer information had changed” and after accessing those legitimate orders, he “processed unauthorized refunds despite the merchandise not being present.”</p><p>Those transactions were all processed between June 6 and July 16, per Colin’s arrest form, and totaled a financial loss of $5,133.52. </p><p>Evidence compiled by Home Depot also indicated that Colin’s employee ID number was used to process each of the fraudulent transactions at the customer service register, which was corroborated by surveillance photographs, police said. </p><p>Authorities said some of the fraudulent refunds were given to two unknown individuals, but did not say whether they were seeking to identify either of those people, while other refunds were directed “to a debit card not associated with the original purchase,” though police did not say who that debit card belonged to. </p><p>Colin is facing felony charges of grand theft between $5,000 and $10,000 and organized fraud of $20,000 or less. As of Wednesday morning, he was being held at the Turner Guilford Knight Correctional Center on a $5,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NW7KPPDQWBCMHIFPFZ47U5PPZY.jpg?auth=0fc7d19abab8f79ebcd188890fa1970037616d693e0d409fc68933182c064e32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a empleado de Home Depot de fraude y robo mayor]]></title><link>https://www.local10.com/espanol/2026/07/29/acusan-a-empleado-de-home-depot-de-fraude-y-robo-mayor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/acusan-a-empleado-de-home-depot-de-fraude-y-robo-mayor/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un empleado de Home Depot del sur de Florida enfrenta cargos por delitos graves luego de que la policía informara que llevó a cabo un esquema para defraudar a la empresa por miles de dólares.]]></description><pubDate>Wed, 29 Jul 2026 15:54:08 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de Home Depot del sur de Florida enfrenta cargos por delitos graves luego de que la policía informara que llevó a cabo un esquema para defraudar a la empresa por miles de dólares.</p><p>La Policía de North Miami arrestó el martes a Marvin Colin, de 28 años, en la tienda Home Depot ubicada en 12055 Biscayne Blvd.</p><p>Según los investigadores, la gerencia de Home Depot entregó a los agentes lo que describieron como un “paquete de investigación de protección de activos” que contenía “registros de transacciones, fotografías de vigilancia, fechas, horas, información de cajas registradoras y documentación de respaldo” correspondientes a 13 incidentes distintos en los que, según indicaron, Colin realizó las presuntas transacciones fraudulentas.</p><p>La policía indicó que Colin seleccionaba “órdenes antiguas de clientes cuyos intentos previos de contacto no habían tenido éxito o cuya información del cliente había cambiado” y, tras acceder a esas órdenes legítimas, “procesaba reembolsos no autorizados a pesar de que la mercancía no estaba presente”.</p><p>Según el informe de arresto de Colin, todas esas transacciones fueron procesadas entre el 6 de junio y el 16 de julio y representaron una pérdida económica de $5,133.52 USD.</p><p>La evidencia recopilada por Home Depot también indicó que el número de identificación de empleado de Colin fue utilizado para procesar cada una de las transacciones fraudulentas en la caja de servicio al cliente, lo que fue corroborado por fotografías de vigilancia, informó la policía.</p><p>Las autoridades señalaron que algunos de los reembolsos fraudulentos fueron entregados a dos personas desconocidas, pero no indicaron si buscan identificarlas. Otros reembolsos fueron dirigidos “a una tarjeta de débito no asociada con la compra original”, aunque la policía no informó a quién pertenecía esa tarjeta.</p><p>Colin enfrenta cargos por delitos graves de robo mayor entre $5,000 y $10,000 USD y fraude organizado por $20,000 USD o menos. Hasta la mañana del miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $5,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NW7KPPDQWBCMHIFPFZ47U5PPZY.jpg?auth=0fc7d19abab8f79ebcd188890fa1970037616d693e0d409fc68933182c064e32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Wildfires near Bordeaux bring more troubles to France's wine industry]]></title><link>https://www.local10.com/news/world/2026/07/29/wildfires-near-bordeaux-bring-more-troubles-to-frances-wine-industry/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/wildfires-near-bordeaux-bring-more-troubles-to-frances-wine-industry/</guid><dc:creator><![CDATA[By EVA VAN DAM, JAMEY KEATEN and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[SADIRAC, France (AP) — From his vineyards in Bordeaux wine country, Edouard le Grix de la Salle can sometimes smell the burning forests far away. The smoke brings a whiff of hardship for the region's economic fortunes.]]></description><pubDate>Wed, 29 Jul 2026 15:33:56 +0000</pubDate><content:encoded><![CDATA[<p>SADIRAC, France (AP) — From his vineyards in Bordeaux wine country, Edouard le Grix de la Salle can sometimes smell the burning forests far away. The smoke brings a whiff of hardship for the region's economic fortunes.</p><p>Wildfires that have burned an area four times the size of Paris and driven 220,000 people from homes and some of the region's tourist attractions promise to sting France's already squeezed economy.</p><p>“It’s a physical apocalypse when you see all these sites where there’s nothing left aside from burnt homes and forests, and then there’s the economic apocalypse,” said Patrick Seguin, president of the regional chamber of commerce, his voice choking with emotion in a phone interview.</p><p>It's “going to be a stab in the back for what remains of our economy.”</p><p>Le Grix de la Salle is among entrepreneurs bracing for pain. French government appeals for people to avoid the region are causing consternation.</p><p>“It’s incredible that they’ve said such a thing, especially when wine tourism is becoming more and more important,” Le Grix de la Salle said.</p><p>Bordeaux’s legendary wine has seen consumption plunge as young people turn to other beverages and competition from vineyards abroad has grown. U.S. President Donald Trump ’s tariffs have given winemakers — and much of the global economy — an added hangover.</p><p>“The wine business has been in crisis for several years now and it’s worsening with the geopolitical problems, the now widespread problems of inflation and the fact that wine is falling out of fashion among younger people,” Le Grix de la Salle said.</p><p>“Tourism was really the only dynamic part of the business that was still growing, both for us and, more generally, for Bordeaux wines,” he said. “And now this comes along as a brake.”</p><p>His family's Grand Verdus wine estate is roughly 35 kilometers (20 miles) from the fires that have raged since last week on the other side of the Garonne River that runs through Bordeaux. Bordeaux's Gironde region is mainland France’s largest by area and the fires have hit only a small percentage of it. But the mark on its reputation is sizable.</p><p>“How did they not think about protecting that sector? And the cultural sector, too. There’s so much to visit in Bordeaux. There are so many museums, there are châteaux. It’s unbelievable,” Le Grix de la Salle said.</p><p>The region in southwest France is replete with vacation spots for tourists lured by soft-sand beaches, winemaking châteaux, some of France's largest pine forests and the historic city of Bordeaux, a UNESCO World Heritage site. The oyster-rich Arcachon Bay draws foodies. But the fire and evacuations have emptied some prime spots.</p><p>The chamber of commerce says 39,000 businesses have been affected in the region that's a hub of defense and aerospace industries, including Airbus, Dassault and Thales.</p><p>Even before the fires, the chamber of commerce said rising energy costs were squeezing profits. Some 94% of businesses responding to a poll of regional enterprises in mid-July said they face difficulties.</p><p>“We’re getting more and more calls from heads of small- and medium-sized businesses, tiny businesses and craft businesses that are calling for help and saying, ‘What am I going to do tomorrow?’” Seguin said.</p><p>Two commercial courts in the cities of Bordeaux and Libourne reported a 37% increase in business liquidations from June 2025 to the same month this year, he noted.</p><p>Bordeaux Mayor Thomas Cazenave said some restaurateurs told him that reservations have plummeted. He is pushing back against other officials' pleas that people avoid the region. He repeatedly has noted that the city hasn't been evacuated and isn't closed for business.</p><p>“The museums are open, the cafes and restaurants are open,” he said. “Life also goes on in our beautiful city.”</p><p>___</p><p>Keaten reported from Lyon, France, and Leicester reported from Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YP7DJCLACYGNHREPITX7WEPI3I.jpg?auth=2b314a6ff5d4e1783598b2511585d7006179922597efce59dcecfab00935c733&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Winemaker Edouard Le Grix de la Salle tends vines on his family's Grand Verdus wine estate in Sadirac, southwestern France's Bordeaux region, Wednesday, July 29, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T254M5KGBG23NWXMICLIT5SDRM.jpg?auth=de9c8fbf1f03f03eba5234d6c9e3c5369f6653cd931ba165e326ba088a078a58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The chateau of the Grand Verdus wine estate in Sadirac, southwestern France's Bordeaux region, Wednesday, July 29, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PEAZXUIKZATAWITK6CHVDGXJKM.jpg?auth=faaf2cdead568261d529c4915e370a23a5532f7a714b9a18fa652dda8e7fb70a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Winemaker Edouard Le Grix de la Salle tends vines on his family's Grand Verdus wine estate in Sadirac, southwestern France's Bordeaux region, Wednesday, July 29, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJGWUVKC7NX35QQZSWOJ4OFNSY.jpg?auth=e123b8da6f1305bb7ac088d6f88ebbea14a0c330ceb7c5db5bd0c704a3622787&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grapes hang in a vineyard on the Grand Verdus wine estate in Sadirac, southwestern France's Bordeaux region, Wednesday, July 29, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content></item><item><title><![CDATA[Lindsey Graham returns home one last time for his funeral in South Carolina]]></title><link>https://www.local10.com/news/politics/2026/07/29/lindsey-graham-returns-home-one-last-time-for-his-funeral-in-south-carolina/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/lindsey-graham-returns-home-one-last-time-for-his-funeral-in-south-carolina/</guid><dc:creator><![CDATA[By MEG KINNARD and JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — The Washington powerbroker Sen. Lindsey Graham returned home to South Carolina for the last time Wednesday for his funeral and burial.]]></description><pubDate>Wed, 29 Jul 2026 16:44:58 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — The Washington powerbroker Sen. Lindsey Graham returned home to South Carolina for the last time Wednesday for his funeral and burial.</p><p>After Graham was eulogized Tuesday in the nation's capital as an indefatigable dealmaker by the president, vice president and others, mourners in Columbia prepared to remember him Wednesday as the son of pool hall owners who never forgot his roots.</p><p>Graham seemed to know every small-town mayor and police chief and the location of every Chick-fil-A across South Carolina. His PAC made sure Republicans had money to run in legislative and local elections across the state.</p><p>Graham died suddenly on July 11 at his home in Washington, likely of an aortic tear, according to preliminary findings. He had just returned from a whirlwind trip to a NATO summit in Turkey, where he celebrated his 71st birthday, and a visit to Ukraine as he negotiated punishing sanctions against Russia. Senators voted late Tuesday to advance the package as a final gesture for their colleague.</p><p>Wednesday's funeral was at First Baptist, the giant downtown church where his predecessor Republican Sen. Strom Thurmond was honored 23 years ago.</p><p>Graham's body was first brought to the South Carolina Statehouse, where he started his political career in 1993. It paused in front of about a dozen law enforcement officers and four military jets flew over. A horse-drawn caisson then carried his casket to the church, where his family followed military pallbearers carrying it inside. A 130-member choir sang hymns.</p><p>Hundreds of movers in South Carolina politics gathered. Both nominees for governor — Republican Attorney General Alan Wilson and Democratic state Rep. Jermaine Johnson — came, along with longtime Republican politicians like former House Speaker and Ambassador to Canada David Wilkins and U.S. Rep. Henry Brown, who served 10 years before leaving in 2011.</p><p>Republicans Gov. Henry McMaster, U.S. Sen. Tim Scott and former U.S. Rep. Trey Gowdy were expected to speak. Democratic U.S. Rep. Jim Clyburn, the only remaining member of the South Carolina delegation there when Graham arrived in Washington in 1995, will read Scripture.</p><p>Graham's burial Wednesday near his home in Pickens County was planned as a private ceremony.</p><p>On Tuesday, Graham’s flag-draped casket was at the U.S. Capitol, where the Republican spent more than 30 years talking and laughing and badgering his colleagues into action.</p><p>President Donald Trump then joined foreign leaders at the Washington National Cathedral, a testament to Graham’s stature on the global stage.</p><p>Trump called Graham “a giant of the United States Senate, a true American original who left us much too soon.”</p><p>Graham's death has created opportunities for change in South Carolina. Graham had already won the Republican nomination as he ran for a fifth term. McMaster named his younger sister Darline to hold his seat until January. Darline Graham then surprised many by deciding to run for the full six-year term herself.</p><p>State law has Republicans holding a special primary in two weeks to decide the new nominee. Eight others are competing, including former Gov. Mark Sanford and U.S. Reps. Ralph Norman and Russell Fry. Three candidates who paid the filing fee were kicked off the ballot because they didn't meet new party requirements for voting in the Republican primary.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X3MWNDPXJLXOGEKLTAAHJGFDAA.jpg?auth=1403a204d1d2871d5ceba25f26f45625b9d5535aef2fa6eb65bda3f3da74233b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The casket of the late Sen. Lindsey Graham, R-S.C., sits at the front of First Baptist Church in Columbia, S.C., during a funeral service, Wednesday, July 29, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WEG4KYQJ274W3RJ4HA3BAJUOOU.jpg?auth=5250f1fc82a3cc56a948f7521db00c539fa9cb4c56559a407c8980242708362c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Sen. Lindsey Graham's casket on a horse-drawn caisson arrives at First Baptist Church in Columbia, S.C., on Wednesday, July 29, 2026. (AP Photo/Allen G. Breed)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEFOUMBT44SXQBQI3RQXBZUMEY.jpg?auth=baa187b1687a72aa164cfc2a2f39b43dd9f62e5b228dbb919211a175f680d562&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The casket of the late Sen. Lindsey Graham, R-S.C., is carried into First Baptist Church in Columbia, S.C., for a funeral service, Wednesday, July 29, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EUGTY7VEVNQ25RYAYAR57QO3A.jpg?auth=fbb818f4f92a7356ccb7a67fed86b3272841a4799d8409e0789e9443ddd2fe8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The casket of the late Sen. Lindsey Graham, R-S.C., is escorted into First Baptist Church in Columbia, S.C., for a funeral service Wednesday, July 29, 2026. (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/2FLOV5HYRNBLBZZGXR62STTWVU.jpg?auth=f9741d3f1e3e82d9016c9fbd7770fda7a8d5d8c3079be8ee58f06565b6f1c0c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina Gov. Henry McMaster speaks during the funeral service for the late Sen. Lindsey Graham, R-S.C., at First Baptist Church in Columbia, S.C., Wednesday, July 29, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Macklin Celebrini gets 5-year, $94M extension from the Sharks in the NHL's richest deal ever]]></title><link>https://www.local10.com/sports/2026/07/29/macklin-celebrini-gets-5-year-94m-extension-from-the-sharks-in-the-nhls-richest-deal-ever/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/macklin-celebrini-gets-5-year-94m-extension-from-the-sharks-in-the-nhls-richest-deal-ever/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SAN JOSE, Calif. (AP) — San Jose Sharks superstar Macklin Celebrini signed a five-year, $94 million extension Wednesday that will make him the highest-paid player in the NHL.]]></description><pubDate>Wed, 29 Jul 2026 15:35:03 +0000</pubDate><content:encoded><![CDATA[<p>SAN JOSE, Calif. (AP) — San Jose Sharks superstar Macklin Celebrini signed a five-year, $94 million extension Wednesday that will make him the highest-paid player in the NHL.</p><p>Celebrini had one year remaining on his three-year, $2.925 million entry-level contract before signing the deal that keeps him locked up with the Sharks through the 2031-32 season.</p><p>The $18.8 million average annual value of the deal that Celebrini reached with general manager Mike Grier and owner Hasso Plattner is the richest in NHL history, topping the $18 million a year Leo Carlsson got when Anaheim matched a five-year offer sheet from Philadelphia.</p><p>“I couldn’t be happier to sign an extension today,” Celebrini said in a statement. “The faith and support that Mr. Plattner, Mike Grier and the entire staff have shown me throughout the past two seasons is proof that we are building something special here. My teammates and I are ready to take another step toward the ultimate goal of bringing a Stanley Cup to this city and its incredible fans. I can’t wait to get going.”</p><p>Celebrini, who turned 20 in June, has established himself as one of the game's top young stars since being picked first overall by San Jose in 2024. His 178 points are the fifth most for a teenager and his 70 career goals are seventh best for a player before turning 20.</p><p>Celebrini had 45 goals and 70 assists last season, with his 115 points breaking Joe Thornton’s franchise record of 114 set in 2006-07 and trailing Wayne Gretzky (137 in 1979-80) and Sidney Crosby (120 in 2006-07) for the most in a season for a player before turning 20.</p><p>He had the 10th most points ever for a player who missed the playoffs, recording a point on 46.2% of San Jose goals for the second-best rate in the league behind Connor McDavid (48/9%) and the best ever for a teenager.</p><p>He also was the leading goal scorer in the Olympics, with five goals to help Canada win the silver medal.</p><p>“In just two seasons as a teenager in the National Hockey League and on the international stage, Macklin has established himself as one of the premier players in the world,” Grier said. “We are extremely excited to have him secured and committed as the centerpiece of a core of talented players in San Jose."</p><p>Despite Celebrini's exploits, the Sharks still missed the playoffs for the seventh straight season. They improved by 34 points for the 10th best single-season jump in the last 30 years but landed four points out of the playoffs.</p><p>Celebrini is part of a strong young core in San Jose alongside fellow promising players like Michael Misa, Will Smith, Igor Chernyshov and Sam Dickinson. The Sharks added even more young talent this offseason with three first-round picks headlined by Swedish left winger Ivar Stenberg at No. 2 overall. They also added North Dakota defenseman Keaton Verhoeff at No. 9 and WHL Vancouver play-making defenseman Ryan Lin at No. 21.</p><p>Grier also brought in veteran reinforcements at the start of the offseason, trading for defenseman Darnell Nurse and signing defenseman Jacob Trouba and forward Mason Marchment.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D3IAQYDPJL25E7HZPWYRLWQQLE.jpg?auth=d960ba44760ac30fab9c9b02a0eeff6f40512cd936ce9862665661d446505ee8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Jose Sharks center Macklin Celebrini, right, talks with goaltender Yaroslav Askarov during the third period of an NHL hockey game against the Anaheim Ducks, April 9, 2026, in Anaheim, Calif. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Expresidenta argentina condenada denuncia proscripción ante Naciones Unidas]]></title><link>https://www.local10.com/espanol/2026/07/29/expresidenta-argentina-condenada-denuncia-proscripcion-ante-naciones-unidas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/expresidenta-argentina-condenada-denuncia-proscripcion-ante-naciones-unidas/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — La expresidenta argentina Cristina Fernández, quien cumple una condena de seis años de prisión e inhabilitación perpetua para ocupar cargos públicos por corrupción, denunció ante el Comité de Derechos Humanos de las Naciones Unidas a los jueces que la sentenciaron por “machismo estructural” y persecución política.]]></description><pubDate>Wed, 29 Jul 2026 15:10:46 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La expresidenta argentina Cristina Fernández, quien cumple una condena de seis años de prisión e inhabilitación perpetua para ocupar cargos públicos por corrupción, denunció ante el Comité de Derechos Humanos de las Naciones Unidas a los jueces que la sentenciaron por “machismo estructural” y persecución política.</p><p>“Lo hago con la convicción de que el Derecho Internacional de los Derechos Humanos constituye una conquista de la humanidad precisamente para momentos como éste: cuando los mecanismos internos de un país dejan de proteger a las personas frente a los abusos del poder”, explicó la exmandataria de centroizquierda —que gobernó el país entre 2007 y 2015 y fue vicepresidenta entre 2019 y 2023— en una publicación difundida el miércoles en sus redes sociales.</p><p>La presentación, a cargo de dos abogados extranjeros, tuvo lugar al cumplirse el primer año del arresto domiciliario que se le impuso a Fernández luego de que la Corte Suprema de Justicia confirmara la condena a seis años de prisión por administración fraudulenta en la licitación pública para la construcción de obras viales durante su gestión.</p><p>La dirigente de 73 años, que se encuentra recluida en su apartamento de Buenos Aires, enfrenta actualmente otro juicio por asociación ilícita en una causa que involucra también a varios empresarios que habrían pagado millonarios sobornos a funcionarios durante su gobierno.</p><p>Fernández, quien rechaza los cargos en su contra, sostuvo que “lo que he padecido y padezco no puede comprenderse únicamente como una sucesión de decisiones judiciales equivocadas”.</p><p>“Estamos frente a graves violaciones de derechos humanos, nacidas de un machismo estructural que todavía subsiste en sectores del sistema judicial argentino”, remarcó. “Con los desastres que se han hecho a lo largo de la historia en nuestro país… ¿ser la única expresidente condenada por la Corte Suprema? ¿En serio alguien puede pensar que eso es una casualidad?”.</p><p>Añadió que el fin último de la supuesta persecución judicial en su contra proscribirla políticamente. “La proscripción perpetua es, en realidad, la pena principal... Quieren impedir que una parte del pueblo argentino pueda volver a elegir libremente el proyecto que representa sus esperanzas”, señaló.</p><p>El Comité de Derechos Humanos de Naciones Unidas, con sede en Ginebra, primero debe admitir el recurso presentado por la expresidenta antes de pronunciarse, aunque sus resoluciones no necesariamente son vinculantes.</p><p>Por tratarse de una condena firme, la única posibilidad concreta que tiene Fernández de recuperar su libertad es un indulto presidencial, algo improbable bajo la gestión actual del presidente liberal Javier Milei.</p><p>Pero este escenario podría revertirse el próximo año si el peronismo regresa al poder con un triunfo en las elecciones generales de octubre.</p><p>“Con la misma convicción con la que siempre enfrenté las horas más difíciles de nuestra historia y las de mi propia vida: muy pronto volveremos a encontrarnos. Volveremos a caminar juntos”, concluyó la expresidenta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IGO5BOWX7UIILQVKYLWE2WW5Q.jpg?auth=1468f7371e9ee78bdccb12cc16afecb006224e43f7bb3431e5bf50a7138eecc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un partidario de la expresidenta argentina Cristina Fernández pega una foto de ella en la pared exterior de su casa después de que la Corte Suprema confirmara la condena por corrupción de Fernández en Buenos Aires, Argentina, el martes 17 de junio de 2025. (AP Foto/Natacha Pisarenko, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Trump and DOJ ask Supreme Court to toss $83 million defamation verdict in E. Jean Carroll case]]></title><link>https://www.local10.com/news/politics/2026/07/29/trump-and-doj-ask-supreme-court-to-toss-83-million-defamation-verdict-in-e-jean-carroll-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/trump-and-doj-ask-supreme-court-to-toss-83-million-defamation-verdict-in-e-jean-carroll-case/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump and the Justice Department are asking the Supreme Court to toss an $83 million defamation verdict won by writer E. Jean Carroll after she accused him of sexual assault, saying he can't be sued for comments he made while he was president.]]></description><pubDate>Wed, 29 Jul 2026 14:49:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump and the Justice Department are asking the Supreme Court to toss an $83 million defamation verdict won by writer E. Jean Carroll after she accused him of sexual assault, saying he can't be sued for comments he made while he was president.</p><p>It's the second time Trump has asked the justices to nix damages awarded by a jury to Carroll, a longtime advice columnist and former TV talk show host. The Supreme Court refused in June to hear his appeal of another verdict, for $5 million, that found him liable for sexual abuse and defamation.</p><p>The latest case centers on comments Trump made during his first term as president. The Justice Department wants to invoke the Westfall Act, which shields government employees from being sued for doing their jobs.</p><p>“Absent this Court’s intervention, the sitting President is facing nearly a hundred million dollars of personal liability for conduct that was well within the scope of his federal office,” federal attorneys wrote. “That alone deserves this Court’s attention.”</p><p>The appeal was filed electronically and is expected to be formally docketed with the court Wednesday.</p><p>Trump's lawyers, meanwhile, argued that an appeals court “engaged in procedural contortions” to avoid addressing Trump's claims that presidential immunity protects him from the $83 million award because he made the statements in question in 2019 while he was president.</p><p>The lawyers argued that the 2nd U.S. Circuit Court of Appeals in Manhattan ruled in a manner that “cries out for this Court's review in this unprecedented case" and called the damages “grossly excessive.”</p><p>“This is the first case in our nation's history in which a court has imposed damages liability on a president for his conduct in office,” the lawyers wrote.</p><p>Carroll's lawyers have declined to comment on the latest Trump filing.</p><p>Trump has long argued he cannot be sued over comments he made about Carroll during his first term where he disavowed knowing her and attacked her motivations for going public with her story in a recent memoir. He's also asking the Supreme Court justices to reconsider their rejection of his appeal in the $5 million verdict.</p><p>The appeal comes about two years after the Supreme Court granted Trump broad immunity from criminal prosecution as a former president.</p><p>Carroll testified twice before New York juries that Trump sexually assaulted her in spring 1996 in a dressing room at Bergdorf Goodman, a luxury retailer across the street from Trump Tower. She first went public with the claims in a 2019 memoir.</p><p>She sued Trump for defamation after he accused her of making up the allegation to help book sales, adding that he’d never met her and “she’s not my type.” He has repeatedly denied any wrongdoing.</p><p>A Manhattan jury awarded her $83 million in damages in January 2024. Lower courts have so far rejected Trump’s appeals to overturn the verdict, though the New York-based appeals court split over the decision and agreed to delay that payout until the Supreme Court weighs in.</p><p>In 2023, another jury said Carroll was entitled to $5 million after concluding that Trump had subjected her to sexual abuse in the department store encounter and for defamation for remarks he had made after his first term ended. That judgment has been paid.</p><p>The Associated Press does not identify people who say they have been sexually assaulted unless they come forward publicly, as Carroll has done.</p><p>___</p><p>Neumeister reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNX6T76LXC65JSXDGW7Y3SPCWU.jpg?auth=ff36714114340b371330fd863976d53525bc90c4acf949acf7f3f9e65ced59de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks at the funeral of Sen. Lindsey Graham, R-S.C., at the Washington National Cathedral, Tuesday, July 28, 2026, in Washington. (AP Photo/Alex Brandon, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[A new league marks another major moment in a scattered history for women's pro baseball]]></title><link>https://www.local10.com/sports/2026/07/29/a-new-league-marks-another-major-moment-in-a-scattered-history-for-womens-pro-baseball/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/a-new-league-marks-another-major-moment-in-a-scattered-history-for-womens-pro-baseball/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The nation’s first women’s professional baseball league in nearly 30 years is about to embark on its inaugural season in what marks a major milestone in the scattered history of the sport in the United States.]]></description><pubDate>Wed, 29 Jul 2026 14:40:31 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The nation’s first women’s professional baseball league in nearly 30 years is about to embark on its inaugural season in what marks a major milestone in the scattered history of the sport in the United States.</p><p>The Women's Pro Baseball League is also part of a timeline that goes back to the very beginning of the sport.</p><p>“Women have always been part of this game,” said Kat Williams, the chief executive officer of the International Women’s Baseball Center. “We’ve always played, we’ve always umpired, we’ve always coached. And in some of the earliest references in the 17th century, the earliest references to something like a game of baseball, it was women that were playing it.”</p><p>Next up is the WPBL, which plays its first game Saturday. The league has four teams — New York, Boston, Los Angeles and San Francisco — for its first year, but the 15 regular-season games for each club and the playoffs will be held at Robin Roberts Stadium in Springfield, Illinois. The ballpark has a seating capacity of 5,200, and Springfield hosted one of the earliest paid women’s games when the Blondes faced the Brunettes on Sept. 11, 1875.</p><p>Kelsie Whitmore, Mo’ne Davis and Ayami Sato are among the marquee names expected to play in the league’s first season. Each team will have 15 active players for the seven-inning games.</p><p>“It’s amazing. It’s one of those kind of things that we always hoped would happen, but wasn’t sure that we would see it happen anytime soon,” said Leslie Heaphy, the president of the IWBC and the chair of the women in baseball committee for the Society for American Baseball Research. “And it’s fitting, it's needed, and yeah, it's exciting.”</p><p>Women's baseball had a breakthrough moment during World War II</p><p>While women have been connected to baseball since the beginning of the game, the first professional women's league was the All-American Girls Professional Baseball League. Immortalized in the film “A League of Their Own,” it ran from 1943-54.</p><p>The AAGPBL began during World War II as a softball league before converting to baseball. Jean Faut, Doris Sams and Dottie Kamenshek were among the league's best players. Maybelle Blair, who pitched in the AAGPBL in 1948, is on the WPBL's advisory board.</p><p>“It was never intended to last past 1945 when it first started, but the fact that it lasts through 1954 tells you something about the importance, I think,” said Heaphy, an associate professor at Kent State-Stark.</p><p>“It tells you about the determination of those involved, and I think it tells you a lot about the interest of the fans.”</p><p>Hollywood spurred renewed interest in women's baseball</p><p>After the AAGPBL ceased operations, it would be another 40 years — in the wake of the box office success for “A League of Their Own” — before interest in professional women’s baseball resurfaced.</p><p>From 1994-97, Hall of Fame pitcher Phil Niekro managed an all-female pro team, the Colorado Silver Bullets, that barnstormed the country facing men’s amateur and semi-pro teams. The Ladies Professional Baseball League played in 1997 and part of 1998 before folding. It was based in the southwestern United States before expanding to New York and New Jersey. Former big league sluggers Bobby Bonds and George Foster were involved in another short-lived league in the mid-1990s in Florida.</p><p>The Women’s Baseball World Cup launched in 2004 and will be played for the 11th time in 2027. Japan has won the last eight World Cups after finishing runner-up to the U.S. in the first two.</p><p>The AAGPBL and WPBL share a focus on marketing, albeit for different eras</p><p>Skirts were part of the uniform for AAGPBL players, and they were required to attend charm school. There was an emphasis on femininity and “ladylike” behavior, according to the Baseball Hall of Fame.</p><p>The WPBL is all over social media, detailing the background of its players while looking to sell tickets and merchandise.</p><p>“We know this was true in the ‘40s and ’50s, that people tended then to follow the team because of the place, and then the players. Now they follow players, right? That’s what people do,” Heaphy said.</p><p>“So I think that issue of raising awareness, both leagues recognize that.”</p><p>Arthur Meyerhoff, a Chicago advertising executive, played a prominent role in the creation and operation of the AAGPBL.</p><p>“He was a marketing guy, and he knew that had to happen,” said Williams, a professor emeritus at Marshall University who is part of a WPBL advisory board with Heaphy. “He knew that there has to be an image, right?</p><p>"I mean, that’s typical of any kind of new endeavor. You have to put forth an image. And the image I hope people are seeing with the WPBL is that these are athletes. These are good athletes. They’re strong women. They’re talented and smart. And I think that’s the message.”</p><p>One of the biggest legacies of the AAGPBL is connected to what the women accomplished after their playing careers. Several of the women went to graduate school and earned advanced degrees. They took on prominent jobs while crediting the league for opening their eyes as to what was possible.</p><p>“The impact, the economic impact on those players and their families, they became doctors and lawyers and airplane pilots and teachers and you know things that they would (have) never had an opportunity to do,” Williams said.</p><p>___</p><p>AP Sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YFO5PIZMW4CIG2HZUZANKVQLPQ.jpg?auth=5b23a4e2eeb117b463511a84b89d7fd4d9241d92ecca47f5c050c0366d87616d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kelsie Whitmore pitches during a Women's Pro Baseball League practice, Wednesday, March 18, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QLTNHYLITXIIXVOAYKCLGFHMQ.jpg?auth=673415de9b478f830933826b38c80272662e93bd75cb6db8097659c9e93761b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ayami Sato pitches during a Women's Pro Baseball League exhibition game, Thursday, March 19, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNPCOTK6JPHQU4OIZ7FX3O7MSA.jpg?auth=43e9e8465e75da9d44e214ba16e0b601c921db7b02608ab8dbaea61abbdb22dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mo'ne Davis watches her hit during a Women's Pro Baseball League exhibition game, Thursday, March 19, 2026, in Fort Myers, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[K-pop powerhouse BTS say they will not submit music for 2027 Grammys]]></title><link>https://www.local10.com/entertainment/2026/07/29/k-pop-powerhouse-bts-say-they-will-not-submit-music-for-2027-grammys/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/29/k-pop-powerhouse-bts-say-they-will-not-submit-music-for-2027-grammys/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — K-pop powerhouse BTS said they will not submit their music for consideration at the forthcoming 2027 Grammy Awards.]]></description><pubDate>Wed, 29 Jul 2026 15:00:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — K-pop powerhouse BTS said they will not submit their music for consideration at the forthcoming 2027 Grammy Awards.</p><p>All seven BTS members — RM, Suga, j-hope, Jimin, V, Jung Kook and Jin — shared the same note Wednesday.</p><p>“We hope our music can be heard and loved for what it is, rather than being divided by region or language,” the coordinated message read. “We thank Army and everyone who has always stood by us.”</p><p>Wednesday’s announcement came just over a month after the Recording Academy announced five new Grammy categories, which include best Asian pop music performance, meant to celebrate releases across K-pop, J-pop, C-pop and beyond.</p><p>Some fans viewed the new category as a racialized barrier for Asian performers.</p><p>A representative for BTS offered no additional comment.</p><p>BTS has never won a Grammy, though they've been nominated for five: three times in the best pop duo/group performance category as well as album of the year (for their contributions to Coldplay's “Music of the Spheres”) and best music video for “Yet to Come.”</p><p>In fact, no K-pop act had ever won a Grammy before this year, when “Golden” from the Netflix animated film “KPop Demon Hunters” took home the trophy for best song for visual media. It capped a highly visible night for K-pop at the Grammys — an institution where the genre has long been undercelebrated despite its massive international following.</p><p>In March, BTS returned after a nearly four-year musical hiatus. “ARIRANG,” the 14-track, critically acclaimed fifth studio album from the septet, served as both a reintroduction to the band after its members completed South Korea's mandatory military service and as a keen reminder of their place atop popular culture conversation.</p><p>Representatives for the Recording Academy did not immediately respond to The Associated Press' request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DC6F2DCQLVALSBTQSVYPO6G5I.jpg?auth=905d99434d03a8e468c1e4485183ab31b5d72efa0e6b3dbd533355daf18cdbfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Korean pop band BTS attends the 2019 Variety's Hitmakers Brunch in West Hollywood, Calif., on Dec. 7, 2019.(Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[‘Technology issue’ caused American Airlines to ground all flights temporarily ]]></title><link>https://www.local10.com/news/local/2026/07/28/technology-issue-caused-american-airlines-to-ground-all-flights-temporarily/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/technology-issue-caused-american-airlines-to-ground-all-flights-temporarily/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[American Airlines airplanes are back up in the air after an outage forced its flights to remain grounded for nearly an hour.]]></description><pubDate>Wed, 29 Jul 2026 01:19:51 +0000</pubDate><content:encoded><![CDATA[<p>American Airlines airplanes are back up in the air after an outage Tuesday forced its flights to remain grounded for nearly an hour.</p><p><a href="https://www.local10.com/espanol/2026/07/29/problema-tecnologico-obligo-a-american-airlines-a-suspender-temporalmente-todos-sus-vuelos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/problema-tecnologico-obligo-a-american-airlines-a-suspender-temporalmente-todos-sus-vuelos/">Leer en español</a></p><p>The airline says the issue was due to an IT problem.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">A technology issue briefly impacted connectivity for some of our systems on Tuesday evening. Systems are coming back online now and flights are departing again. We put a temporary ground stop in place while our teams worked to resolve the issue. We apologize to our customers for…</p>&mdash; americanair (@AmericanAir) <a href="https://x.com/AmericanAir/status/2082245028903051331?ref_src=twsrc%5Etfw">July 28, 2026</a></blockquote><p>Their teams rushed to get the problem resolved, and flights have since resumed.</p><p>The delay has still caused headaches for travelers across the country.</p><p>A spokesperson for Miami International Airport said it was too early to show how many flights were affected at MIA, but a flight board indicated that there were several delays, though no cancellations were seen. </p><p>Local 10’s Aaron Maybin headed to Miami International Airport to assess the situation, and his full report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Problema tecnológico obligó a American Airlines a suspender temporalmente todos sus vuelos]]></title><link>https://www.local10.com/espanol/2026/07/29/problema-tecnologico-obligo-a-american-airlines-a-suspender-temporalmente-todos-sus-vuelos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/problema-tecnologico-obligo-a-american-airlines-a-suspender-temporalmente-todos-sus-vuelos/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Los aviones de American Airlines volvieron a despegar después de que una falla obligara a mantener todos sus vuelos en tierra durante casi una hora.]]></description><pubDate>Wed, 29 Jul 2026 14:18:23 +0000</pubDate><content:encoded><![CDATA[<p>Los aviones de American Airlines volvieron a despegar después de que una falla el martes obligara a mantener todos sus vuelos en tierra durante casi una hora.</p><p>La aerolínea informó que el problema se debió a una falla en sus sistemas de tecnología de la información (IT).</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">A technology issue briefly impacted connectivity for some of our systems on Tuesday evening. Systems are coming back online now and flights are departing again. We put a temporary ground stop in place while our teams worked to resolve the issue. We apologize to our customers for…</p>&mdash; americanair (@AmericanAir) <a href="https://x.com/AmericanAir/status/2082245028903051331?ref_src=twsrc%5Etfw">July 28, 2026</a></blockquote><p>Sus equipos trabajaron rápidamente para resolver el problema y, desde entonces, los vuelos se reanudaron.</p><p>Sin embargo, el retraso ha provocado inconvenientes para los viajeros en todo el país.</p><p>Un portavoz del Aeropuerto Internacional de Miami (MIA) dijo que aún era demasiado pronto para determinar cuántos vuelos resultaron afectados en el aeropuerto, pero el tablero de vuelos mostraba varios retrasos, aunque no se observaban cancelaciones.</p><p>Aaron Maybin, de Local 10, se trasladó al Aeropuerto Internacional de Miami para evaluar la situación. Su reportaje completo puede verse al inicio de esta página.</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/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Five leading economists in Cuba just released a report entitled “A Proposal to Transform the Cuban Economy.” The document lays out a structural diagnosis of the current economic crisis facing the nation and proposes, as a strategic goal, the creation of a social market economy underpinned by a democratic state governed by the rule of law.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 29 update: 5</b> <b>leading economists in Cuba release report entitled ‘A Proposal to Transform the Cuban Economy.’</b></p><p><a href="https://www.local10.com/espanol/2026/07/29/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Five leading economists in Cuba just released a report entitled “A Proposal to Transform the Cuban Economy.” The document lays out a structural diagnosis of the current economic crisis facing the nation and proposes, as a strategic goal, the creation of a social market economy underpinned by a democratic state governed by the rule of law.</p><p>While the report is good, the problem that I see is the creation of a democratic state. We must remember that Cuba did not have a democracy before the start of the Cuban Revolution in 1959. To transition a totalitarian state that has had a centralized economy for almost 68 years could take time. Time that Cuba and its population do not have given the current economic crisis.</p><p><b>July 27 update: 73 years after start of Cuban Revolution </b></p><p>Yesterday marked the 73<sup>rd</sup> anniversary since Fidel Castro, Raul Castro and their group of rebels attacked the Moncada Military Barracks in Santiago de Cuba. July 26, 1953 is considered the start of the Cuban Revolution. </p><p>Like Robert Frost’s poem, “The Road Not Taken”, the Cuban revolution took a path that destroyed the country and “never looked back.” Today, Cuba is at the end of what Fidel called its glory days.</p><p><b>July 24 update: Trump Administration announces series of new sanctions against Cuba</b></p><p>On Thursday, the Trump Administration announced a series of new sanctions against Cuba targeting the government’s military conglomerate Gaesa. However, this time it includes companies like Coral S. A. that took over operations from some sectors of GAESA to avoid U.S. sanctions and keep import operations in Cuba functioning. </p><p>The question many academics that follow Cuba like me are asking is whether the U.S. strategy moving forward is to force Cuba to eventually sell some of GAESA’s assets to the U.S.</p><p><b>July 23 update: US continues to send mixed signals as to what will be done with Cuba </b></p><p>This past Monday, the U.S. Department of State issued a 100-page report entitled “Cuba: The Capital of 21<sup>st</sup> Century Communism” that outlined why Cuba is a national security threat not only to the U.S., but to the entire world. The Cuban government reacted at once and not only criticized the report but blamed Secretary of State Marco Rubio with threatening the island nation.</p><p>On Wednesday at a press conference in the Philippines, Rubio, when asked by a reporter what the U.S. plan was for Cuba, used a much more diplomatic tone and said the U.S. is still willing to negotiate with Cuba.</p><p>Washington continues to send mixed signals as to what will be done with Cuba. What we do know is that the strategy used in Venezuela did not bring about regime change.</p><p><b>July 21 update: First humanitarian aid from US will arrive in Cuba</b></p><p>Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. </p><p>Secretary Rubio wants to let the Cuban people clearly know that the U.S. stands behind them and is willing to continue to help them as part of the U.S. commitment of $100 million in humanitarian aid.</p><p><b>July 20 update: Cuba releases artist Luis Manuel Otero Alcantara </b></p><p>This past Saturday, Cuba released artist and opposition leader Luis Manuel Otero Alcantara after serving five years in jail. Otero Alcantara was one of the leaders of the San Isidro movement that led to large protests across the island nation five years ago. </p><p>Upon arriving in Miami, Otero Alcantara thanked the Cuban American community for its support and asked Cuba to release all political prisoners in jail.</p><p><b>July 16 update: US Department of Defense pays $3 million to US personnel affected by Havana Syndrome</b></p><p>The U.S. Department of Defense has paid $3 million in compensation to U.S. personnel affected by the mysterious condition known as Havana Syndrome, making the first payment under the 2021 Havana Act.</p><p>Havana Syndrome first appeared in 2016 when U.S. diplomats and intelligence officers in Havana, Cuba reported unusual symptoms, including intense head pressure, dizziness, nausea, hearing disturbances and memory problems.</p><p><b>July 14 update: New U.S. sanctions increase pressure on Cuba’s military-run economy</b></p><p>The United States on Monday introduced new sanctions targeting companies controlled by GAESA, Cuba’s military economic conglomerate, as well as some of the military brigades responsible for suppressing protests like the ones we saw the other day.</p><p>How much longer can the Cuban government hold on? Information continues to reach U.S. officials indicating that there are sectors within the Cuban government that are increasingly concerned about how much longer they can survive without negotiating with the U.S. government before facing a complete collapse of their system.</p><p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></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 sobre Cuba de Local 10, Dr. Andy Gomez]]></title><link>https://www.local10.com/espanol/2026/07/29/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cinco destacados economistas de Cuba acaban de publicar un informe titulado “Una propuesta para transformar la economía cubana”. El documento presenta un diagnóstico estructural de la actual crisis económica que enfrenta el país y propone, como objetivo estratégico, la creación de una economía social de mercado sustentada por un Estado democrático regido por el Estado de derecho.]]></description><pubDate>Wed, 29 Jul 2026 14:13:41 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 29 de julio: Cinco destacados economistas de Cuba publican el informe “Una propuesta para transformar la economía cubana”</b></p><p>Cinco destacados economistas de Cuba acaban de publicar un informe titulado “Una propuesta para transformar la economía cubana”. El documento presenta un diagnóstico estructural de la actual crisis económica que enfrenta el país y propone, como objetivo estratégico, la creación de una economía social de mercado sustentada por un Estado democrático regido por el Estado de derecho.</p><p>Aunque el informe es positivo, el problema que veo es la creación de un Estado democrático. Debemos recordar que Cuba no tenía una democracia antes del inicio de la Revolución Cubana en 1959. La transición de un Estado totalitario que ha tenido una economía centralizada durante casi 68 años podría tomar tiempo. Un tiempo que Cuba y su población no tienen, dada la actual crisis económica.</p><p><b>Actualización del 27 de julio: 73 años del inicio de la Revolución Cubana</b></p><p>Ayer se cumplieron 73 años desde que Fidel Castro, Raúl Castro y su grupo de rebeldes atacaron el Cuartel Moncada en Santiago de Cuba. El 26 de julio de 1953 es considerado el inicio de la Revolución Cubana.</p><p>Al igual que en el poema “El camino no elegido”, de Robert Frost, la Revolución Cubana tomó un rumbo que destruyó el país y “nunca miró atrás”. Hoy, Cuba se encuentra al final de lo que Fidel llamó sus años de gloria.</p><p><b>Actualización del 24 de julio: La Administración Trump anuncia una nueva serie de sanciones contra Cuba</b></p><p>El jueves, la Administración Trump anunció una nueva serie de sanciones contra Cuba dirigidas al conglomerado militar GAESA. Sin embargo, esta vez también incluyen empresas como Coral S.A., que asumieron operaciones de algunos sectores de GAESA para evitar las sanciones de Estados Unidos y mantener en funcionamiento las operaciones de importación en Cuba.</p><p>La pregunta que muchos académicos que seguimos a Cuba nos hacemos es si la estrategia de Estados Unidos de ahora en adelante será obligar a Cuba a vender eventualmente algunos de los activos de GAESA a Estados Unidos.</p><p><b>Actualización del 23 de julio: Estados Unidos continúa enviando señales contradictorias sobre Cuba</b></p><p>El pasado lunes, el Departamento de Estado de Estados Unidos publicó un informe de 100 páginas titulado “Cuba: la capital del comunismo del siglo XXI”, en el que expone por qué Cuba representa una amenaza para la seguridad nacional no solo de Estados Unidos, sino del mundo entero. El gobierno cubano reaccionó de inmediato, no solo criticando el informe, sino también acusando al secretario de Estado, Marco Rubio, de amenazar a la isla.</p><p>El miércoles, durante una conferencia de prensa en Filipinas, Rubio, al ser consultado por un periodista sobre el plan de Estados Unidos para Cuba, utilizó un tono mucho más diplomático y afirmó que el país sigue dispuesto a negociar con Cuba.</p><p>Washington continúa enviando señales contradictorias sobre lo que hará con Cuba. Lo que sí sabemos es que la estrategia utilizada en Venezuela no logró un cambio de régimen.</p><p><b>Actualización del 21 de julio: Llegará a Cuba la primera ayuda humanitaria de Estados Unidos</b></p><p>Hoy llegará a Cuba el primer envío de ayuda humanitaria como parte de la oferta del secretario de Estado Marco Rubio para ayudar al pueblo cubano mientras enfrenta la peor situación económica desde principios de la década de 1990. El cargamento de hoy incluye 700 kits de higiene y 700 paquetes de alimentos que serán distribuidos directamente al pueblo cubano por Catholic Relief Services Caritas Cuba y otras organizaciones religiosas.</p><p>El secretario Rubio quiere dejar claro al pueblo cubano que Estados Unidos lo respalda y está dispuesto a seguir ayudándolo como parte del compromiso de $100 millones USD en ayuda humanitaria.</p><p><b>Actualización del 20 de julio: Cuba libera al artista Luis Manuel Otero Alcántara</b></p><p>El pasado sábado, Cuba liberó al artista y líder opositor Luis Manuel Otero Alcántara tras cumplir cinco años de prisión. Otero Alcántara fue uno de los líderes del Movimiento San Isidro, que dio origen a las grandes protestas ocurridas en la isla hace cinco años.</p><p>Al llegar a Miami, Otero Alcántara agradeció el apoyo de la comunidad cubanoestadounidense y pidió a Cuba liberar a todos los presos políticos.</p><p><b>Actualización del 16 de julio: Departamento de Defensa de Estados Unidos paga $3 millones USD a personal afectado por el Síndrome de La Habana</b></p><p>El Departamento de Defensa de Estados Unidos ha pagado $3 millones USD en compensaciones al personal estadounidense afectado por la misteriosa condición conocida como Síndrome de La Habana, realizando el primer pago bajo la Ley de La Habana de 2021.</p><p>El Síndrome de La Habana apareció por primera vez en 2016, cuando diplomáticos y agentes de inteligencia estadounidenses en La Habana reportaron síntomas inusuales, entre ellos intensa presión en la cabeza, mareos, náuseas, alteraciones auditivas y problemas de memoria.</p><p><b>Actualización del 14 de julio: Nuevas sanciones de Estados Unidos aumentan la presión sobre la economía militar de Cuba</b></p><p>El lunes, Estados Unidos impuso nuevas sanciones dirigidas contra empresas controladas por GAESA, el conglomerado económico militar de Cuba, así como contra algunas de las brigadas militares responsables de reprimir protestas como las que vimos recientemente.</p><p>¿Cuánto tiempo más podrá resistir el gobierno cubano? Continúa llegando información a funcionarios estadounidenses que indica que existen sectores dentro del gobierno cubano cada vez más preocupados por cuánto tiempo podrán sobrevivir sin negociar con el gobierno de Estados Unidos antes de enfrentar un colapso total del sistema.</p><p><b>Actualización del 10 de julio: ¿Tiene el nieto de Raúl Castro plena autoridad para negociar por el gobierno cubano?</b></p><p>Como esperaba, parece existir una pequeña fractura dentro del círculo más cercano del gobierno cubano. Algunos han criticado a Raulito, nieto de Raúl Castro, por ofrecer negociar directamente con el presidente Trump. Las críticas se centran en si realmente tiene plena autoridad para negociar en nombre del gobierno cubano o si solo negocia en representación de la familia Castro.</p><p>Ayer, el Partido Comunista de Cuba respaldó los esfuerzos de Raulito, pero la cúpula militar ha permanecido en silencio.</p><p><b>Actualización del 8 de julio: Naciones Unidas no tiene autoridad legal para levantar el embargo de Estados Unidos contra Cuba</b></p><p>Cada año, Cuba argumenta ante las Naciones Unidas que el embargo económico de Estados Unidos es la causa de sus problemas económicos. Cada año, Cuba pierde más apoyo para ese argumento. Las Naciones Unidas no tienen autoridad legítima ni legal para levantar el embargo. Solo el Congreso de Estados Unidos puede hacerlo.</p><p>La maquinaria de propaganda del gobierno cubano ha fracasado. La mayoría de los cubanos en la isla, incluidos economistas cubanos, responsabilizan al gobierno por las actuales malas condiciones económicas.</p><p><b>Actualización del 6 de julio: Nieto de Raúl Castro dice que Cuba está dispuesta a negociar con Estados Unidos</b></p><p>Reuters informó esta mañana que Raulito, nieto de Raúl Castro, conocido como “El Cangrejo”, anunció que Cuba está dispuesta a negociar con Estados Unidos. La pregunta que debemos hacernos es si Raulito negocia en nombre de la familia Castro o del gobierno cubano.</p><p>Sabemos que Cuba ha estado vendiendo algunos de sus activos, incluidos algunos pertenecientes al conglomerado económico militar GAESA, durante las últimas semanas. El intento de Cuba de atraer inversión extranjera no ha despertado mucho interés debido al temor de perder el dinero invertido.</p><p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, normalmente nos concentramos en su sistema político y económico centralizado. Sin embargo, no reconocemos que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir dentro de una cultura del miedo. Ese sistema de gobierno crea un conjunto psicológico de actitudes y valores que ayuda a definir el comportamiento cotidiano para ajustar los deseos y necesidades de la población a las restricciones impuestas por el gobierno.</p><p>Romper esos patrones de conducta podría requerir años de cambios y preparación psicológica. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p>Las actualizaciones de junio del Dr. Andy S. Gomez pueden consultarse haciendo <a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/">clic aquí</a>.</p><p><i>El Dr. Andy S. Gomez es analista sobre Cuba de Local 10. Gomez es considerado uno de los principales especialistas en 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[Comparece en corte de Miami-Dade presunto asesino de El Taiger ]]></title><link>https://www.local10.com/espanol/2026/07/28/comparece-en-corte-de-miami-dade-presunto-asesino-de-el-taiger/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/comparece-en-corte-de-miami-dade-presunto-asesino-de-el-taiger/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[Seres queridos del artista cubano asesinado conocido como “El Taiger”, acudieron al Tribunal de Circuito de Miami-Dade, donde compareció el acusado.]]></description><pubDate>Tue, 28 Jul 2026 22:43:41 +0000</pubDate><content:encoded><![CDATA[<p>Los seres queridos del artista cubano asesinado José Manuel Carbajal Zaldívar, conocido como “El Taiger”, estuvieron en la sala del tribunal el martes en el condado Miami-Dade.</p><p>Damián Valdez-Galloso acusado de matar al artista de “Cubatón” de 37 años, compareció ante la jueza Marisa Tinkler Mendez del Tribunal de Circuito de Miami-Dade.</p><p>“Salió hoy y ni siquiera nos miró. Sabía que estábamos presentes. La jueza lo sabía y había una sala llena de agentes, definitivamente saben que nuestra presencia está aquí y se siente”, dijo Teresa Padrón, ex gerente y amiga de la víctima.</p><p>Valdez-Galloso, de 51 años, rechazó un acuerdo de culpabilidad y su abogado defensor, Ricardo Hermida, dijo a los reporteros en español que se trató de un caso de legítima defensa.</p><p>Ante más retrasos, mientras la posibilidad de un juicio se trasladó al próximo año, Padrón y un grupo de simpatizantes usaron camisetas que pedían justicia.</p><p>“Aunque no podemos hablar y no podemos faltarle el respeto al tribunal, nuestras camisetas hablan por nosotros”, dijo Padrón.</p><p>Los detectives acusaron a Valdez-Galloso de dispararle en la cabeza a Carbajal Zaldívar poco después de las 5:25 a.m. del 3 de octubre de 2024 en Hialeah, según los registros.</p><p>Los agentes de policía encontraron a Carbajal Zaldívar herido alrededor de las 6:45 a.m. del 3 de octubre de 2024 en un vehículo deportivo utilitario Mercedes-Benz 2023 estacionado cerca de Northwest Ninth Avenue y 17th Street en Allapattah, según los registros.</p><p>Un médico declaró muerto a Carbajal Zaldívar el 10 de octubre de 2024 en el Jackson Memorial Hospital. Los detectives de la Oficina del Sheriff de Miami-Dade investigaron el homicidio.</p><p>Los alguaciles federales arrestaron a Valdez-Galloso, un delincuente convicto, el 29 de octubre de 2024 en Brooklyn, Nueva York. Fue extraditado y registrado el 6 de noviembre de 2024 en el Centro Correccional Turner Guilford Knight en Miami-Dade.</p><p>Los fiscales de Miami-Dade presentaron un caso contra Valdez Galloso, un delincuente sexual registrado, el 7 de noviembre de 2024, y una acusación formal del gran jurado fue presentada el 29 de enero de 2025, según los registros judiciales.</p><p>Valdez Galloso, quien permanece detenido antes del juicio, enfrentaba cargos de asesinato en primer grado con un arma mortal, manipulación de evidencia física y posesión de un arma por parte de un delincuente convicto. Su próxima audiencia de estado será a las 9:15 a.m. del 2 de septiembre.</p><p>Informe relacionado: Rapero cubano Chocolate MC es declarado culpable en caso de asesinato por encargo.</p>]]></content:encoded></item><item><title><![CDATA[“Se perderán billones”: el fin del TPS para haitianos genera temor por pérdida de ingresos fiscales y escasez laboral ]]></title><link>https://www.local10.com/espanol/2026/07/28/el-termino-del-tps-para-haitianos-genera-temores-por-perdida-de-miles-de-millones-en-ingresos-fiscales-y-escasez-de-mano-de-obra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/el-termino-del-tps-para-haitianos-genera-temores-por-perdida-de-miles-de-millones-en-ingresos-fiscales-y-escasez-de-mano-de-obra/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[El vencimiento del Estatus de Protección Temporal (TPS) para ciudadanos haitianos que viven en Estados Unidos genera preocupación por posible impacto económico en el sur de Florida.]]></description><pubDate>Tue, 28 Jul 2026 22:24:47 +0000</pubDate><content:encoded><![CDATA[<p>El vencimiento del Estatus de Protección Temporal (TPS) para ciudadanos haitianos que viven en Estados Unidos ha generado preocupación por el posible impacto económico en el sur de Florida.</p><p>El gerente de un establecimiento en el vecindario Little Haiti de Miami dijo que el negocio estuvo más lento el martes, ya que, al parecer, muchos miembros de la comunidad están evitando la vida pública.</p><p>En el restaurante Chef Creole, el representante estatal Wallace Aristide, demócrata por Miami, dijo que ahora que los beneficiarios haitianos del TPS perdieron la protección contra la deportación y sus permisos de trabajo, “creo que se van a perder miles de millones de dólares en la base tributaria al sacarlos de la fuerza laboral, porque estas personas vinieron aquí a trabajar”.</p><p>Aristide, de origen haitiano-estadounidense, dijo que se prepara para el impacto que esto podría tener en la economía y en los adultos mayores del sur de Florida que reciben atención de trabajadores de la salud haitianos cuyo TPS fue cancelado.</p><p>“Voy a esos hogares de ancianos todo el tiempo y paso mucho tiempo con los adultos mayores porque significan mucho para mí. Asegurémonos de tener algo que permita que estas personas puedan quedarse aquí”, dijo Aristide. “Estamos haciendo llamadas a Washington, contactando al Congreso y al Senado”.</p><p>El director financiero de Florida, Blaise Ingoglia, republicano, tiene una opinión diferente.</p><p>“Han estado diciendo que la economía se iba a desplomar y que nadie podría ocupar estos empleos durante dos o tres años”, dijo. “¿Y saben qué? La economía está bien. Seguimos avanzando”.</p><p>También afirmó: “Lo he dicho antes y lo seguiré diciendo. La ‘T’ de TPS significa ‘temporal’”.</p><p>Defensores del TPS sostienen que las condiciones en Haití no permiten un regreso seguro de sus ciudadanos, uno de los criterios para otorgar esa protección.</p><p>“Si no tienes papeles, no puedes trabajar, no puedes hacer nada”, dijo el residente Jean Baptiste. “Haití no está bien en este momento”.</p><p>Un portavoz del Departamento de Seguridad Nacional (DHS) dijo a Local 10 News en un comunicado: “Lo que diríamos ahora es que es hora de cerrar, lo que significa que no tienes que irte a casa, pero no puedes quedarte aquí”.</p><p>El arzobispo católico de Miami, Thomas Wenski, estuvo el martes en Washington D.C. para abogar por los beneficiarios del TPS y promover un<a href="https://www.congress.gov/bill/119th-congress/senate-bill/4814" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/senate-bill/4814"> proyecto de ley en el Senado</a> que extendería el TPS para los haitianos por tres años.</p><p>“Están trabajando arduamente en muchos empleos que nadie más aceptaría o querría hacer, por lo que sacarlos de la fuerza laboral tendrá un impacto negativo en nuestras economías y en las economías de nuestras comunidades”, dijo. “La respuesta de los senadores fue que son comprensivos, pero no creen que el proyecto sea aprobado. Pero nosotros decimos que lo aprueben y luego veremos qué pasa”.</p><p><b>MÁS: Wenski en Washington D.C.</b></p><p>Los organizadores comunitarios también expresaron preocupación por la posible separación de familias, una de las principales inquietudes de los beneficiarios del TPS que tienen hijos nacidos en Estados Unidos.</p>]]></content:encoded></item><item><title><![CDATA[Pompano Beach seguirá adelante con nuevo contrato con la Oficina del Sheriff de Broward ]]></title><link>https://www.local10.com/espanol/2026/07/28/pompano-beach-seguira-adelante-con-nuevo-contrato-con-la-oficina-del-sheriff-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/pompano-beach-seguira-adelante-con-nuevo-contrato-con-la-oficina-del-sheriff-de-broward/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Los comisionados determinaron que crear una agencia de policía sería demasiado costoso.]]></description><pubDate>Tue, 28 Jul 2026 21:58:09 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de Pompano Beach se reunieron el martes con planes de continuar adelante con un nuevo contrato con la Oficina del Sheriff de Broward (BSO).</p><p>Pompano Beach cuenta con su propio departamento de bomberos y rescate, pero los comisionados determinaron que crear una agencia de policía sería demasiado costoso.</p><p>“Fue el costo y la experiencia necesaria para hacerlo. Con la BSO contamos con unidades especializadas que pueden ayudarnos con cualquier situación: drogas, prostitución, delitos de cualquier tipo, helicópteros. Tenemos mucho apoyo a través de la BSO”, dijo la comisionada de Pompano Beach, Darlene Smith. “No tendríamos eso, al menos al principio, con un cuerpo de policía propio”.</p><p>Los líderes de la ciudad esperaban finalizar el acuerdo con una votación la noche del martes. El nuevo contrato con la BSO costará 71 millones de dólares durante el próximo año fiscal.</p><p>Smith dijo que tomaría alrededor de tres años poner en funcionamiento un nuevo cuerpo de policía. Los comisionados votaron por unanimidad para aceptar el nuevo contrato, que incluye un límite de aumento del 5% en la tarifa cada año y una cláusula que permite a cualquiera de las dos partes rescindir el acuerdo con un aviso de 90 días.</p>]]></content:encoded></item><item><title><![CDATA[Customer pays $3,850 for transmission repair. Months later, the mechanic calls claiming he never touched the transmission and has video]]></title><link>https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Jade Hill says she borrowed thousands of dollars to pay for what she was told was a transmission repair. Months later, she received an unexpected phone call from the mechanic who worked on her SUV. ]]></description><pubDate>Wed, 29 Jul 2026 02:31:53 +0000</pubDate><content:encoded><![CDATA[<p>Jade Hill says she borrowed thousands of dollars to pay for what she was told was a transmission repair. Months later, she received an unexpected phone call from the mechanic who worked on her SUV. He told her he had recorded the repair as he performed it and claimed the transmission work she paid for was never done.</p><p><a href="https://www.local10.com/espanol/2026/07/29/cliente-paga-3850-usd-por-reparacion-de-transmision-meses-despues-mecanico-asegura-que-nunca-toco-la-transmision-y-dice-tener-un-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/cliente-paga-3850-usd-por-reparacion-de-transmision-meses-despues-mecanico-asegura-que-nunca-toco-la-transmision-y-dice-tener-un-video/">Leer en español</a></p><p>Hill said the trouble began last November when her 2008 Ford Edge suddenly would not move. The SUV was towed to AAction Better Built Transmissions, located at 7685 Pines Blvd. in Pembroke Pines.</p><p>According to Hill, a service advisor told her she needed a transmission.</p><p>She said the diagnosis was presented as certain, and she agreed to the repair.</p><p>The bill came to $3,850.</p><p>Hill said she did not have the money and had to take out a loan.</p><p>“I was bawling,” she told Local 10 News. “I cried.”</p><p>When she picked up her SUV, Hill said she believed the transmission had been rebuilt or replaced and was told the repair carried a one-year warranty. She said no one ever mentioned replacing the vehicle’s front axles.</p><p>Months later, Hill said she received a phone call from the mechanic who had worked on her SUV.</p><p>According to Hill, the mechanic said he had recorded the repair as he performed it to document exactly what he did in case his work was ever questioned.</p><p>Local 10 News obtained those recordings.</p><p>In one recording, the mechanic is seen working on Hill’s SUV while narrating what he says he is doing.</p><p>“Okay Jade Hill, one new axle there. One new axle there. The car is running right now,” he says.</p><p>After taking the SUV for a test drive, the mechanic tells the camera, “Jade, there is nothing wrong with your transmission.”</p><p>He continues describing the test drive by saying, “Shift, shift, shift. The transmission is perfect. Transmission shifts beautifully. Does not have to be touched whatsoever.”</p><p>Before returning inside the shop, the mechanic tells the camera he wants to see how management responds after he reports what he found.</p><p>“And we will see what the response is. Will he say, ‘OK, it’s fine? Just leave it like that?’”</p><p>The recording then captures a conversation between the mechanic and a service advisor Hill identified as AJ.</p><p>“Both axles?” AJ asks.</p><p>“Yeah,” the mechanic replies.</p><p>“That’s it?”</p><p>“Yeah.”</p><p>AJ then responds, “I basically sold them the unit. I sold the unit, but... the axles are bad?”</p><p>The mechanic again replies, “Yeah.”</p><p>A short time later, the recording captures another conversation as the two men walk through the repair shop near Hill’s vehicle.</p><p>“The lady, she called me crying on the phone. I felt bad for her, but $3,850, b****,” AJ says.</p><p>Laughter follows.</p><p>AJ then repeats, “$3,850,” followed by more laughter.</p><p>Hill said watching the recordings left her stunned.</p><p>“I’m livid,” she said.</p><p>The invoice provided by Hill lists charges for a general overhaul and reconditioning of the transmission assembly, including an overhaul kit, torque converter, valve assembly, piston kit, transmission fluid and labor. The invoice also includes replacement axle assemblies.</p><p>Industry repair estimates indicate replacing both front CV axles on a 2008 Ford Edge typically costs substantially less than $3,850, although actual repair costs vary depending on parts used, labor rates and any additional repairs.</p><p>Hill later hired Fort Lauderdale attorney Michael Salazar.</p><p>In a demand letter sent to AAction Better Built Transmissions, Salazar alleged Hill was charged thousands of dollars for transmission work that was never performed and demanded compensation. He described the recordings as compelling evidence supporting Hill’s claims.</p><p>“The videotape speaks for itself,” Salazar told Local 10 News.</p><p>Local 10 News visited the repair shop seeking answers.</p><p>Shop owner Luis Merchan declined an on-camera interview and referred questions to his attorney.</p><p>In a three-page letter to Local 10 News, attorney Alejandro Velez, representing Merchan and AAction Better Built Transmissions, strongly disputed Hill’s allegations and urged the station not to broadcast the recordings.</p><p>The attorney wrote that company records show Hill’s vehicle arrived at the shop inoperable, that a documented transmission repair was performed and billed, and that the company stands behind its work by providing customers with a one-year warranty.</p><p>The letter also challenges the credibility of the mechanic featured in the recordings.</p><p>According to the attorney, the mechanic was terminated for cause because of documented misconduct, including chronic tardiness and abusive language. The letter alleges the former employee threatened to “ruin” and “destroy” the business before his termination, later refused to leave the property, and was ultimately trespassed by law enforcement. The attorney argues the recordings were provided to Local 10 News as part of a retaliatory effort against the company.</p><p>The attorney further contends the recordings were made illegally using wearable Meta smart glasses inside an employees-only area where workers had a reasonable expectation of privacy. The letter argues the recordings were made without the consent of those involved and asks Local 10 News not to broadcast them.</p><p>The company said it immediately launched an internal investigation into Hill’s repair order. According to the attorney, the review includes digital diagnostic information, technician logs and parts records. The company also stated that if the investigation uncovered any improper conduct, it would work directly with Hill to make the situation right.</p><p>Local 10 News asked the company to provide the records it says document the transmission repair. As of publication, those records had not been provided.</p><p>As Local 10 News was preparing this report, Salazar said the parties had reached a resolution but declined to discuss the terms.</p><p>Hill said that regardless of the outcome, she wanted her experience made public.</p><p>“This needs to be brought out,” she said.</p><p>“You’re allowing this to happen. You know about it. There’s no way that you don’t know about it. You know what parts come into your facility. You know what’s ordered through your company.”</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[Cliente paga $3,850 USD por reparación de transmisión. Meses después, mecánico asegura que nunca tocó la transmisión y dice tener un video]]></title><link>https://www.local10.com/espanol/2026/07/29/cliente-paga-3850-usd-por-reparacion-de-transmision-meses-despues-mecanico-asegura-que-nunca-toco-la-transmision-y-dice-tener-un-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/cliente-paga-3850-usd-por-reparacion-de-transmision-meses-despues-mecanico-asegura-que-nunca-toco-la-transmision-y-dice-tener-un-video/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Jade Hill afirma que pidió prestados miles de dólares para pagar lo que le dijeron que era una reparación de la transmisión. Meses después, recibió una llamada inesperada del mecánico que trabajó en su SUV.]]></description><pubDate>Wed, 29 Jul 2026 13:55:27 +0000</pubDate><content:encoded><![CDATA[<p>Jade Hill afirma que pidió prestados miles de dólares para pagar lo que le dijeron que era una reparación de la transmisión. Meses después, recibió una llamada inesperada del mecánico que trabajó en su SUV. Él le dijo que había grabado la reparación mientras la realizaba y aseguró que el trabajo de la transmisión por el que ella pagó nunca se hizo.</p><p>Hill dijo que los problemas comenzaron en noviembre pasado, cuando su Ford Edge 2008 dejó de moverse de repente. El SUV fue remolcado a AAction Better Built Transmissions, ubicado en el 7685 de Pines Blvd., en Pembroke Pines.</p><p>Según Hill, un asesor de servicio le dijo que necesitaba una transmisión nueva.</p><p>Afirmó que el diagnóstico fue presentado como definitivo y aceptó la reparación.</p><p>La factura ascendió a $3,850 USD.</p><p>Hill dijo que no tenía el dinero y tuvo que solicitar un préstamo.</p><p>“Estaba llorando desconsoladamente”, dijo a Local 10 News. “Lloré”.</p><p>Cuando recogió su SUV, Hill dijo que creyó que la transmisión había sido reconstruida o reemplazada y que le informaron que la reparación tenía una garantía de un año. Aseguró que nadie le mencionó que se reemplazarían los ejes delanteros del vehículo.</p><p>Meses después, Hill dijo que recibió una llamada del mecánico que había trabajado en su SUV.</p><p>Según Hill, el mecánico le explicó que había grabado la reparación mientras la realizaba para documentar exactamente lo que hizo, en caso de que alguna vez cuestionaran su trabajo.</p><p>Local 10 News obtuvo esas grabaciones.</p><p>En una de ellas, se observa al mecánico trabajando en el SUV de Hill mientras narra lo que, según él, está haciendo.</p><p>“Bien, Jade Hill, un eje nuevo aquí. Un eje nuevo aquí. El vehículo está funcionando en este momento”, dice.</p><p>Después de conducir el SUV para probarlo, el mecánico le dice a la cámara: “Jade, no hay nada malo con tu transmisión”.</p><p>Luego continúa describiendo la prueba de manejo: “Cambia, cambia, cambia. La transmisión está perfecta. La transmisión hace los cambios perfectamente. No necesita ningún tipo de reparación”.</p><p>Antes de regresar al interior del taller, el mecánico le dice a la cámara que quiere ver cómo responde la gerencia cuando informe lo que encontró.</p><p>“Y veremos cuál es la respuesta. ¿Dirá: “Está bien, déjalo así”?”</p><p>La grabación luego captura una conversación entre el mecánico y un asesor de servicio identificado por Hill como AJ.</p><p>“¿Los dos ejes?”, pregunta AJ.</p><p>“Sí”, responde el mecánico.</p><p>“¿Eso es todo?”</p><p>“Sí”.</p><p>Entonces AJ responde: “Básicamente le vendí la transmisión. Le vendí la transmisión, pero… ¿los ejes están malos?”</p><p>El mecánico vuelve a responder: “Sí”.</p><p>Poco después, la grabación registra otra conversación mientras ambos caminan por el taller cerca del vehículo de Hill.</p><p>“La señora me llamó llorando por teléfono. Me dio pena, pero $3,850 USD, p***”, dice AJ.</p><p>Luego se escuchan risas.</p><p>AJ repite: “$3,850 USD”, seguido de más risas.</p><p>Hill dijo que ver las grabaciones la dejó impactada.</p><p>“Estoy furiosa”, afirmó.</p><p>La factura proporcionada por Hill incluye cargos por una reconstrucción general y reacondicionamiento del conjunto de la transmisión, incluido un kit de reconstrucción, convertidor de torque, conjunto de válvulas, kit de pistones, fluido de transmisión y mano de obra. La factura también incluye el reemplazo de los conjuntos de ejes.</p><p>Estimaciones de la industria indican que reemplazar ambos ejes CV delanteros de un Ford Edge 2008 normalmente cuesta mucho menos de $3,850 USD, aunque el costo real puede variar según las piezas utilizadas, la mano de obra y cualquier reparación adicional.</p><p>Posteriormente, Hill contrató al abogado de Fort Lauderdale Michael Salazar.</p><p>En una carta de reclamación enviada a AAction Better Built Transmissions, Salazar alegó que Hill pagó miles de dólares por un trabajo de transmisión que nunca se realizó y exigió una compensación. Describió las grabaciones como una prueba contundente que respalda las denuncias de Hill.</p><p>“El video habla por sí solo”, dijo Salazar a Local 10 News.</p><p>Local 10 News visitó el taller en busca de respuestas.</p><p>El propietario del negocio, Luis Merchan, rechazó una entrevista ante las cámaras y remitió las preguntas a su abogado.</p><p>En una carta de tres páginas enviada a Local 10 News, el abogado Alejandro Velez, quien representa a Merchan y a AAction Better Built Transmissions, rechazó enérgicamente las acusaciones de Hill y pidió a la estación que no transmitiera las grabaciones.</p><p>El abogado escribió que los registros de la empresa muestran que el vehículo de Hill llegó al taller sin funcionar, que se realizó y facturó una reparación documentada de la transmisión y que la empresa respalda su trabajo ofreciendo a los clientes una garantía de un año.</p><p>La carta también cuestiona la credibilidad del mecánico que aparece en las grabaciones.</p><p>Según el abogado, el mecánico fue despedido por causa justificada debido a una conducta indebida documentada, que incluía retrasos constantes y lenguaje ofensivo. La carta sostiene que el ex empleado amenazó con “arruinar” y “destruir” el negocio antes de ser despedido, posteriormente se negó a abandonar la propiedad y finalmente fue expulsado por las autoridades. El abogado argumenta que las grabaciones fueron entregadas a Local 10 News como parte de un acto de represalia contra la empresa.</p><p>El abogado también sostiene que las grabaciones fueron realizadas de manera ilegal utilizando unas gafas inteligentes Meta dentro de un área exclusiva para empleados, donde estos tenían una expectativa razonable de privacidad. La carta afirma que las grabaciones se hicieron sin el consentimiento de los involucrados y solicita a Local 10 News que no las transmita.</p><p>La empresa indicó que inició de inmediato una investigación interna sobre la orden de reparación de Hill. Según el abogado, la revisión incluye información digital de diagnóstico, registros del técnico y registros de las piezas utilizadas. La empresa también afirmó que, si la investigación detecta alguna conducta indebida, trabajará directamente con Hill para corregir la situación.</p><p>Local 10 News pidió a la empresa que proporcionara los registros que, según afirma, documentan la reparación de la transmisión. Hasta el momento de la publicación, esos registros no habían sido entregados.</p><p>Mientras Local 10 News preparaba este reportaje, Salazar informó que las partes habían llegado a un acuerdo, pero se negó a revelar los términos.</p><p>Hill dijo que, independientemente del resultado, quería que su experiencia se hiciera pública.</p><p>“Esto tiene que salir a la luz”, afirmó.</p><p>“Ustedes están permitiendo que esto ocurra. Lo saben. No hay manera de que no lo sepan. Saben qué piezas llegan a sus instalaciones. Saben qué se pide a través de su empresa”.</p>]]></content:encoded></item><item><title><![CDATA[Cuba amplía permisos para el sector privado desde farmacias a explotación petrolera]]></title><link>https://www.local10.com/espanol/2026/07/29/cuba-amplia-permisos-para-el-sector-privado-desde-farmacias-a-explotacion-petrolera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/cuba-amplia-permisos-para-el-sector-privado-desde-farmacias-a-explotacion-petrolera/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Cuba formalizó el miércoles las actividades permitidas al sector privado que durante décadas el Estado controló de manera centralizada, como la gestión de farmacias, y flexibilizó la participación de particulares en la importación, el comercio mayorista y la explotación petrolera.]]></description><pubDate>Wed, 29 Jul 2026 13:51:31 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Cuba formalizó el miércoles las actividades permitidas al sector privado que durante décadas el Estado controló de manera centralizada, como la gestión de farmacias, y flexibilizó la participación de particulares en la importación, el comercio mayorista y la explotación petrolera.</p><p>Las normas publicadas en la Gaceta Oficial forman parte de un paquete de medidas aprobado por el Parlamento y el poderoso Partido Comunista de Cuba en junio.</p><p>La apertura económica se produce en medio de un cerco energético impuesto por Estados Unidos en enero que dejó casi paralizada a la isla, provocando la agudización de una crisis económica y afectando seriamente a la población.</p><p>“Esto complementa todas estas medidas que se han venido tomando y realmente permite, facilita la participación de los actores económicos no estatales en la economía del país”, dijo la presidenta del Instituto Nacional de Actores Económicos No Estatales, Lázara Mercedes López Acea, quien presentó las nuevas normas.</p><p>La legislación vigente hasta ahora contenía una lista de 125 actividades prohibidas y que el Estado cubano mantenía como su potestad exclusiva. De ellas 46 se eliminaron totalmente y otras 35 se flexibilizaron para dar cabida a la iniciativa privada, indicó López Acea.</p><p>Desde los años 60 Cuba mantuvo un modelo de férreo control estatal y centralización de la actividad económica, pero a comienzos de la pasada década el gobierno comenzó a permitir el trabajo por cuenta propia y en 2021 autorizó la constitución de pequeñas y medianas empresas (pymes). López Acea informó que actualmente operaban en la isla unas 15.600 pymes.</p><p>Las nuevas normas permiten la “gestión de servicios farmacéuticos” por parte de pymes y cooperativas. Las nuevas farmacias particulares serán un “complemento de la red estatal ante el desabastecimiento de medicinas que existe en la isla ”, explicó el portal oficial Cubadebate. Además, se autorizó la creación de residencias de cuidados para adultos mayores, cuya situación se ha vuelto muy compleja por el envejecimiento de la población y la migración de miles de jóvenes.</p><p>Paralelamente, el Ministerio de Comercio Interior informó que flexibilizará la venta mayorista y minorista por parte de particulares, al tiempo que el de Transporte hará lo propio con la importación de vehículos eléctricos y partes.</p><p>También se permitirá la explotación petrolera condicionada, tanto de empresas mixtas como particulares e inversores extranjeros, indicó la nueva legislación.</p><p>A su vez se limitó la extracción de minerales metalíferos a las personas naturales, pero se autorizó que pymes puedan realizarla dejando la “gran minería” –como el níquel del oriente cubano que fue recientemente abandonado por la canadiense Sherritt— para asociaciones económicas o inversores extranjeros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un coche antiguo pasa frente al Hotel Meliá Habana en La Habana, Cuba, el martes 21 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Dr. Fauci invokes Fifth Amendment in Republican-led COVID-19 Senate hearing]]></title><link>https://www.local10.com/news/national/2026/07/29/dr-fauci-invokes-fifth-amendment-in-republican-led-covid-19-senate-hearing/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/29/dr-fauci-invokes-fifth-amendment-in-republican-led-covid-19-senate-hearing/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Dr. Anthony Fauci on Wednesday invoked the Fifth Amendment and decline to answer questions from senators in a Republican-led committee hearing about his handling of the COVID-19 pandemic.]]></description><pubDate>Wed, 29 Jul 2026 13:49:38 +0000</pubDate><content:encoded><![CDATA[<p>Dr. Anthony Fauci on Wednesday invoked the Fifth Amendment and decline to answer questions from senators in a Republican-led committee hearing about his handling of the COVID-19 pandemic.</p><p>Sen. Rand Paul of Kentucky subpoenaed Fauci to appear before a Senate committee. It’s part of Paul’s yearslong accusations that the now-retired infectious disease expert had lied about the pandemic, something Fauci has called “preposterous.”</p><p>Meanwhile, roughly six weeks before the first midterm ballots are mailed out, the U.S. Postal Service is emerging as a pivotal player in an election season that will determine control of Congress. President Donald Trump is seeking greater control over mail balloting through an executive order while a change to how the agency processes mail is leading to criticism that it’s failing to deliver ballots on time.</p><p>Here’s the latest:</p><p>Fauci has a presidential pardon. Why plead the Fifth?</p><p>Before President Joe Biden left office, he gave Fauci a preemptive “full and unconditional” pardon, dating back to 2014. So, why would Fauci need to invoke the Fifth now?</p><p>The decision may center on several Republicans’ comments that Fauci could still be criminally prosecuted for perjury if he lies under oath.</p><p>Health Secretary Robert F. Kennedy Jr., a longtime anti-vaccine activist before entering office, was among the Trump allies suggesting that possibility this week.</p><p>Fauci said in his opening statement that he believed Paul wanted him to testify so he could say something that might justify his arrest.</p><p>Paul gets to dominate the hearing with Fauci pleading the 5th</p><p>The Kentucky senator is an ophthalmologist who’s conversant, if not fluent, in the language of scientific and medical research.</p><p>And with Fauci pleading the Fifth, Paul is free to go through his account of the record, asking detailed questions he knows the witness will not answer.</p><p>He’s asked about NIH funding of Chinese research.</p><p>Fauci responded: “On the advice of counsel, I respectfully decline to answer based upon my rights under the Fifth Amendment.”</p><p>The senator delved into details about virus mutations and the dangers of such research.</p><p>Fauci stuck to his script: “On the advice of counsel, I respectfully decline to answer based upon my rights under the Fifth Amendment.”</p><p>And throughout their exchange, Paul weaved in his analysis of Fauci’s actions to frame the one-sided conversation his way.</p><p>Invoking the 5th offers protection for witnesses</p><p>The Fifth Amendment is a constitutional protection against self-incrimination during questioning by law enforcement authorities and Congress.</p><p>By invoking it, witnesses are not acknowledging any criminal liability at all, and many people who profess their absolute innocence choose to exercise their right to remain silent. Witnesses who do so are able to avoid testimony they think could be damning or that they fear could be used against them by zealous interrogators or prosecutors determined to use their own words against them.</p><p>In the case of Fauci, for instance, some Republicans have talked openly about their desire to see the doctor prosecuted, and in opting to invoke his rights, Fauci cited his concern that Republican Sen. Rand Paul would try to elicit testimony that “could vindicate his repeated public pledges that I end up, in his words, quote, behind bars, unquote.”</p><p>Crux of Fauci hearing is over pandemic origins and NIH-funded research in China</p><p>Many scientists believe the virus most likely emerged in nature and jumped from animals to people, coming to light when it spread at a wildlife market in the Chinese city of Wuhan.</p><p>There’s no new scientific information supporting that the virus might instead have leaked from a laboratory, a theory Paul champions. A GOP-led subcommittee that studied the question in 2024 did not find any evidence linking Fauci to wrongdoing.</p><p>Fauci has long said publicly that he was open to both theories but that there’s more evidence supporting COVID-19’s natural origins, the way other deadly viruses, including coronavirus cousins SARS and MERS, jumped into people.</p><p>Trump tells Fox News he’ll retaliate hard against Iran for overnight attacks</p><p>Fox News reporter Trey Yingst, who’s based in the Middle East, said in an on-air segment that he spoke with Trump on Wednesday and the president told him the United States will hit back hard in response to the attacks in Jordan from Iran.</p><p>Iran launched a barrage of missiles at American forces in the region early Wednesday.</p><p>Senate committee’s top Democrat says Fauci hearing is a GOP stunt</p><p>Sen. Gary Peters of Michigan, the ranking Democrat on the panel, says Paul’s hearing is a partisan exercise and that the chairman has denied the minority access to some of the evidentiary record he’s cited.</p><p>Paul called that “categorically false.”</p><p>Peters tried to pivot to the Trump administration’s cuts to the federal work force and the departure of career scientists from the government’s public health programs.</p><p>The senator said Trump’s policies have slowed the response to the ongoing cyclospora outbreak and added that “cuts to global health programs and international partnerships have greatly reduced our ability to contain dangerous diseases.”</p><p>That’s more important than “relitigating the past,” Peters said.</p><p>“We should be asking how to strengthen our bio defense efforts to deter our adversaries and prevent biological attacks against our country,” while assessing “how our government can better coordinate and communicate during public health emergencies,” Peters said.</p><p>Fauci isn’t answering questions after invoking the 5th</p><p>In his remarks at the top of the hearing, Fauci accused Sen. Paul of having an “obvious obsession with calling for my prosecution.”</p><p>“The only conclusion that I can reach is that the sole reason he is calling me before this committee is to get me to say something, anything, that could vindicate his repeated public pledges that I end up, in his words, quote, behind bars, unquote.”</p><p>He said he would refrain from answering questions upon advice from his attorneys.</p><p>Fauci pleading the Fifth, according to prepared remarks</p><p>A draft of the 85-year-old’s opening statement shows he won’t be getting into the details Sen. Paul wants to discuss.</p><p>Anyone under oath has the right to cite the Constitution’s Fifth Amendment that ensures no person can be compelled to give self-incriminating testimony.</p><p>Fauci’s decision diminishes the potential for fireworks between Fauci and the chairman. But it also could give Paul a relatively uninterrupted platform to frame his arguments on the pandemic, its origins and the federal response.</p><p>Sen. Paul opens hearing accusing Fauci of covering up COVID-19 origin</p><p>The senator is trying to build the case that Fauci and other officials helped produce the COVID-19 pandemic by approving funding of research on virus mutations and then covered up their complicity.</p><p>Fauci’s lawyers and his supporters vehemently deny those accusations.</p><p>Paul said Fauci should admit that “funding this research in China” was “a mistake” and that he made false statements during the pandemic — including to Congress — that the virus was not conceived in a laboratory.</p><p>“Your primary concern was hiding the fact that you had approved funding for this dangerous research,” Paul said.</p><p>The senator called Fauci’s “categorical public denials indefensible” and said he has “destroyed trust.”</p><p>COVID-19 Senate hearing starts with Rand Paul and Dr. Anthony Fauci</p><p>The Senate Homeland Security and Governmental Affairs Committee has opened its hearing with Fauci.</p><p>The physician and immunologist who helped lead the U.S government response to the COVID-19 pandemic is expected to face aggressive questioning from Republican members, especially Chairman Rand Paul of Kentucky.</p><p>Paul has for years questioned the origins of the COVID virus and federal health officials’ accounts.</p><p>The senator already has released reams of Fauci’s diary entries during the pandemic and said that what scientist “wrote privately and what he told the country are two different stories.”</p><p>Investigators in Comey seashells case omitted key facts and distorted others, defense lawyers allege</p><p>Federal officials involved in the prosecution of James Comey misled judges, submitted false statements and withheld key facts during the course of the investigation, according to new defense filings that seek the dismissal of a case charging the former FBI director with threatening President Trump on social media.</p><p>Lawyers for Comey made the allegations of misconduct in motions filed late Tuesday that also call the case a vindictive and selective prosecution, request access to transcripts of grand jury proceedings to expose what they say are “irregularities” in how the indictment was secured, and describe “unlawful” surveillance of Comey by the Secret Service.</p><p>Taken together, the new motions, along with an earlier one this week that called Comey’s social media post protected speech and not a threat, represent a multiprong defense effort to dismantle a case defense lawyers say exemplifies a Trump administration retribution campaign targeting one of the president’s most vocal critics.</p><p>▶ Read more</p><p>Trump’s attacks on mail balloting and concerns over delays turn midterms spotlight on Postal Service</p><p>Roughly six weeks before the first midterm ballots are mailed out, the U.S. Postal Service is emerging as a pivotal player in an election season that will determine control of Congress.</p><p>President Donald Trump is seeking greater control over mail balloting through an executive order while a change to how the agency processes mail is leading to criticism that it’s failing to deliver ballots on time.</p><p>Democratic officials have raised concerns over the past week about how quickly the Postal Service will process ballots after tens of thousands of them in California and hundreds in Wisconsin arrived at local election offices too late to be counted in elections earlier this year. The top election offices in Kansas and Michigan are urging voters who want to cast their ballots early to avoid the mail and instead drop them off in person.</p><p>The Postal Service replied to those concerns Tuesday by saying it remains “committed to fulfilling our role in the electoral process.”</p><p>▶ Read more</p><p>Anthony Fauci again faces questions from Senate Republicans about pandemic origins</p><p>Dr. Anthony Fauci, the U.S. scientist who helped lead the nation’s COVID-19 pandemic response, is set to face off — again — with a Republican senator probing the origins of the coronavirus.</p><p>Sen. Rand Paul of Kentucky subpoenaed Fauci to appear before a Senate committee Wednesday. It’s part of Paul’s yearslong accusations that the now-retired infectious disease expert had lied about the pandemic, something Fauci has called “preposterous.”</p><p>Leading up to the hearing, Paul released more than a thousand pages of Fauci’s personal diary covering the pandemic years. Pointing to some notes about early efforts at understanding how the virus emerged, Paul wrote on the social media platform X that what Fauci “wrote privately and what he told the country are two different stories.”</p><p>But they’re likely to further inflame a partisan divide that, years after the pandemic, still makes Fauci a target of vitriol from people who blame him for mask mandates and other policies they believe infringed on their rights as hundreds of thousands of people were dying.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3NR5GOTZTMGL22DWNL6LSJNDW4.jpg?auth=ea7224c9681cee2e97afdc704cdb642d76b22d0680cf83770fb024ae6dda1fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci is sworn in before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Lions coach Dan Campbell addresses Terrion Arnold's situation with the team on the eve of camp]]></title><link>https://www.local10.com/sports/2026/07/29/lions-coach-dan-campbell-addresses-cornerback-terrion-arnolds-release-with-the-team-on-eve-of-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/lions-coach-dan-campbell-addresses-cornerback-terrion-arnolds-release-with-the-team-on-eve-of-camp/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[ALLEN PARK, Mich. (AP) — Detroit Lions coach Dan Campbell said Wednesday he addressed the franchise's “unfortunate” decision to release Terrion Arnold with the team on the eve of training camp as the former cornerback is facing felony charges.]]></description><pubDate>Wed, 29 Jul 2026 15:04:23 +0000</pubDate><content:encoded><![CDATA[<p>ALLEN PARK, Mich. (AP) — Detroit Lions coach Dan Campbell said Wednesday he addressed the franchise's “unfortunate” decision to release Terrion Arnold with the team on the eve of training camp as the former cornerback is facing felony charges.</p><p>“You never want to let go of a player, especially somebody that you’ve been around for a while here and you drafted," Campbell said. “It’s unfortunate, but we made the move we thought was best for us.”</p><p>The Lions cut ties with Arnold last month, shortly after a Florida judge set Arnold's bail at $1 million on eight felony charges stemming from allegations he orchestrated the abduction and beating of three men.</p><p>A month after the 2025 season ended for the Lions, prosecutors in Florida say Arnold arranged for the men to be pistol-whipped after he wrongly suspected them of stealing $100,000 in cash and luxury goods from him.</p><p>In March, Campbell said the team believed Arnold was not involved in the alleged crime based on the information they had at that time.</p><p>“I feel like we’re going to be good here,” Campbell told reporters at the NFL's annual league meeting. “I’m going to trust what the kid said.”</p><p>Harvey Steinberg, an attorney for the 23-year-old Arnold, argued in court that prosecutors were “not even close” to showing that Arnold knew or directed what his associates would do.</p><p>Lions cornerback D.J. Reed said he is still supportive of his former teammate.</p><p>“He's a great human being, one of the better men, better teammates that I’ve met in the league,” said Reed, who is entering his ninth NFL season. “It’s an unfortunate situation, but he’s a great dude. A great human being. His energy is always positive. I reached out to him. He’s doing good.”</p><p>Detroit drafted Arnold with the No. 24 pick in 2024, when the NFL draft was held in the Motor City and the former Alabama star sported a big smile and a light salmon silk suit. He had two years left on his four-year rookie contract with the Lions.</p><p>Arnold had an uneven rookie season, making 15 starts without an interception. He picked off one pass last season while he was limited to eight games because of a concussion and shoulder injury.</p><p>Before the Lions released Arnold, the judge did not require him to wear an ankle monitor because it would have prevented him from taking the field for games and training.</p><p>The Lions, coming off a season that fell short of expectations, appeared to be preparing to potentially play without Arnold during offseason workouts because he was not on the field with the No. 1 defense.</p><p>Campbell insisted he is confident in the caliber of players the team has at cornerback.</p><p>Reed and Rock Ya-Sin are projected as starters while Roger McCreary will compete for playing time. The team is also hopeful Ennis Rakestraw can contribute after missing last season because of shoulder surgery and being limited to eight games as a rookie with hamstring and ankle injuries.</p><p>“We feel pretty good in that room with the competition between veterans and young guys,” Campbell said.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VIQSIWYNOT7XZEFRD6WM32OLLE.jpg?auth=2038b13c5aea4481089d680378738cf7a9a926261fd80795b136366a5f1c208a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions head coach Dan Campbell talks to the media before an NFL football practice in Allen Park, Mich., Wednesday, July 29, 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/ED372RNXSKGS2OHYYYYWOXRLRE.jpg?auth=4f808f3e3b2e185ce26f07b8091bc98c44fae32512eddcddf5465e06dd7a8ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lions general manager Brad Holmes, left, and head coach Dan Campbell, right, talk after a NFL football training camp practice in Allen Park, Mich., Wednesday, July 29, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[$800 million Mega Millions winning ticket sold in Florida]]></title><link>https://www.local10.com/news/local/2026/07/29/800-million-mega-millions-winning-ticket-sold-in-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/29/800-million-mega-millions-winning-ticket-sold-in-florida/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Check your Mega Millions tickets, as one lucky person in Florida has an $800 million winning ticket!]]></description><pubDate>Wed, 29 Jul 2026 12:04:58 +0000</pubDate><content:encoded><![CDATA[<p>Check your <a href="https://www.megamillions.com/About/Jackpot-History.aspx" target="_self" rel="" title="https://www.megamillions.com/About/Jackpot-History.aspx">Mega Millions</a> tickets, as one lucky person in Florida has an $800 million winning ticket!</p><p><a href="https://www.local10.com/espanol/2026/07/29/venden-en-florida-boleto-ganador-de-mega-millions-de-800-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/venden-en-florida-boleto-ganador-de-mega-millions-de-800-millones-usd/">Leer en español</a></p><p>The winning ticket that was sold in Florida matched all six numbers Tuesday night.</p><p>The winner and retailer that sold the ticket have not yet been announced.</p><p>According to the Mega Millions website, the jackpot winner will receive $344.2 million if they choose to receive a one-time, cash lump sum payment.</p><p>The winning numbers from Tuesday night’s drawing were 34, 48, 49, 59 and 70, with a Mega Ball of 12.</p><p>The next drawing is at 11 p.m. Friday with an estimated jackpot of $50 million.</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/45KIF2JYG5FOLJ627VTJFI3NTA.png?auth=9b0309820ed38f7071aebfc31472b3472dc6ba2572354616ee1a69f2bf6a4359&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Venden en Florida boleto ganador de Mega Millions de $800 millones USD]]></title><link>https://www.local10.com/espanol/2026/07/29/venden-en-florida-boleto-ganador-de-mega-millions-de-800-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/venden-en-florida-boleto-ganador-de-mega-millions-de-800-millones-usd/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[¡Revise sus boletos de Mega Millions! Una persona afortunada en Florida tiene un boleto ganador de $800 millones USD.]]></description><pubDate>Wed, 29 Jul 2026 13:45:46 +0000</pubDate><content:encoded><![CDATA[<p>¡Revise sus boletos de <a href="https://www.megamillions.com/About/Jackpot-History.aspx" target="_blank" rel="noreferrer" title="https://www.megamillions.com/About/Jackpot-History.aspx">Mega Millions!</a> Una persona afortunada en Florida tiene un boleto ganador de $800 millones USD.</p><p>El boleto ganador vendido en Florida acertó los seis números del sorteo del martes por la noche.</p><p>Aún no se han dado a conocer la identidad del ganador ni el establecimiento que vendió el boleto.</p><p>Según el sitio web de Mega Millions, el ganador del premio mayor recibirá $344.2 millones USD si elige recibir un pago único en efectivo.</p><p>Los números ganadores del sorteo del martes por la noche fueron 34, 48, 49, 59 y 70, con la Mega Ball 12.</p><p>El próximo sorteo será a las 11 p.m. del viernes, con un premio mayor estimado de $50 millones USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/45KIF2JYG5FOLJ627VTJFI3NTA.png?auth=9b0309820ed38f7071aebfc31472b3472dc6ba2572354616ee1a69f2bf6a4359&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Clues August will open with a whisper across the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/29/clues-august-will-open-with-a-whisper-across-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[August is typically the month the Atlantic hurricane season comes alive, when bigtime hurricanes are no longer the exception and when we start paying closer attention to each tropical wave plodding westward across the Atlantic from Africa. ]]></description><pubDate>Wed, 29 Jul 2026 13:14:13 +0000</pubDate><content:encoded><![CDATA[<p>August is typically the month the Atlantic hurricane season comes alive, when bigtime hurricanes are no longer the exception and when we start paying closer attention to each tropical wave plodding westward across the Atlantic from Africa. </p><p><a href="https://www.local10.com/espanol/2026/07/29/indicios-apuntan-a-que-agosto-comenzara-con-calma-en-el-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/29/indicios-apuntan-a-que-agosto-comenzara-con-calma-en-el-atlantico/">Leer en español</a></p><p>Last year, August brought us Category 5 Hurricane Erin. The year prior, Hurricane Debby struck Florida on August 5<sup>th</sup>, the first of five U.S. hurricane landfalls that season. In 2023, Idalia rapidly intensified to a Category 4 hurricane in the 24 hours leading up to its end-of-August landfall in Florida’s Big Bend.</p><p>August can give us a pass – like in 2022 when August ended without a single tropical depression, storm, or hurricane, only the second August in 60 years to do so – but that’s a rare treat when it happens.</p><p>That said, if ever you were betting on a sluggish open to the August portion of the hurricane season, it’s this August. As we’ve covered extensively in the newsletter this season, the Atlantic basin – including the Gulf and Caribbean – is squarely on the struggle bus. Waters in the tropical Atlantic are as tepid as they’ve been in four years, wind shear is as high as we’ve ever seen it to start August, and sinking air is weighing heavy on disturbances that might otherwise try to grow.</p><p>That knockout one-two combo of high wind shear and sinking air is firmly in place and doesn’t look to be retreating anytime soon. Perhaps the most telling chart is the one below which shows the positioning of rising and sinking air across the globe and what’s forecast into the first few weeks of September.</p><figure><img src="https://www.local10.com/resizer/v2/XM3NWAKERVBX7INGXS7REMAQPA.png?auth=6ffe43239f5a2df51a9b9a5b352f03e3a10904fc8d05efb36196f27eecfdcf13&smart=true&width=1200&height=900" alt="Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from early July (top of the chart) through September 12th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. Sinking air (the band of warm reds and oranges) is plugged up over the Indian Ocean for the next month while rising air (the band of blues and greens) is stuck over the Pacific. This so-called standing wave pattern reflects the ongoing El Niño and is a configuration that promotes high wind shear and stable air across the Atlantic, both significant deterrents to tropical activity. Credit: ECMWF." height="900" width="1200"/><figcaption>Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from early July (top of the chart) through September 12th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. Sinking air (the band of warm reds and oranges) is plugged up over the Indian Ocean for the next month while rising air (the band of blues and greens) is stuck over the Pacific. This so-called standing wave pattern reflects the ongoing El Niño and is a configuration that promotes high wind shear and stable air across the Atlantic, both significant deterrents to tropical activity. Credit: ECMWF.</figcaption></figure><p>The long band of oranges and reds squared over the Indian Ocean next to the long band of greens and blues stuck over the Pacific is a so-called standing wave configuration that promotes high wind shear and stable air across the Atlantic, both significant deterrents to tropical activity. It’s rare to see such a strong signal in global velocity potential anomalies, but this striking pattern reflects just how much of a toll the historic El Niño is taking on the atmosphere.</p><p>I’m not bold enough – even in a year like this one – to suggest we’ll see the Atlantic completely shutdown this August (especially deeper into August), but we should certainly expect it’ll be much quieter than usual. With a configuration like the one shown, we should probably look north of the traditional tropical belt into the subtropics, something we’ve covered in previous newsletters, which could open periodic windows which might favor development.</p><p>For now, however, we’re not seeing any such development windows in the near future and forecast models show little to nothing through at least the first week or two of August.</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/MGCQVLZJONEH5GYGJJKFTV7FPA.png?auth=fcfc271f43cc3d6b1bbe4dd4d04773c47362007370f1043b7a335172f857881e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sunrise satellite Wednesday showing a plume of hazy Saharan dust spreading across the Atlantic. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Indicios apuntan a que agosto comenzará con calma en el Atlántico]]></title><link>https://www.local10.com/espanol/2026/07/29/indicios-apuntan-a-que-agosto-comenzara-con-calma-en-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/indicios-apuntan-a-que-agosto-comenzara-con-calma-en-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Agosto suele ser el mes en que la temporada de huracanes del Atlántico cobra vida, cuando los grandes huracanes dejan de ser la excepción y comenzamos a prestar más atención a cada onda tropical que avanza lentamente hacia el oeste a través del Atlántico desde África.]]></description><pubDate>Wed, 29 Jul 2026 13:41:54 +0000</pubDate><content:encoded><![CDATA[<p>Agosto suele ser el mes en que la temporada de huracanes del Atlántico cobra vida, cuando los grandes huracanes dejan de ser la excepción y comenzamos a prestar más atención a cada onda tropical que avanza lentamente hacia el oeste a través del Atlántico desde África.</p><p>El año pasado, agosto nos trajo al huracán Erin de categoría cinco. El año anterior, el huracán Debby impactó Florida el 5 de agosto, el primero de cinco impactos de huracanes en Estados Unidos durante esa temporada. En 2023, Idalia se intensificó rápidamente hasta convertirse en un huracán de categoría cuatro en las 24 horas previas a su impacto de finales de agosto en la región de Big Bend, en Florida.</p><p>Agosto puede darnos una tregua, como ocurrió en 2022, cuando terminó sin una sola depresión tropical, tormenta o huracán, apenas el segundo agosto en 60 años en el que ocurrió algo así, pero eso sucede en raras ocasiones.</p><p>Dicho esto, si hubiera que apostar por un comienzo lento para la parte de agosto de la temporada de huracanes, sería este agosto. Como hemos explicado ampliamente en el boletín durante esta temporada, la cuenca del Atlántico, incluido el Golfo y el Caribe, está atravesando dificultades. Las aguas del Atlántico tropical están tan templadas como no lo habían estado en cuatro años, la cizalladura del viento es tan alta como la que hemos visto al inicio de agosto y el aire descendente está ejerciendo una fuerte influencia sobre las perturbaciones que, de otro modo, podrían intentar desarrollarse.</p><p>Esa combinación de fuerte cizalladura del viento y aire descendente permanece firmemente establecida y no parece que vaya a retirarse pronto. Quizás el gráfico más revelador sea el que aparece a continuación, que muestra la ubicación del aire ascendente y descendente en todo el mundo y el pronóstico para las primeras semanas de septiembre.</p><figure><img src="https://www.local10.com/resizer/v2/XM3NWAKERVBX7INGXS7REMAQPA.png?auth=6ffe43239f5a2df51a9b9a5b352f03e3a10904fc8d05efb36196f27eecfdcf13&smart=true&width=1200&height=900" alt="Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from early July (top of the chart) through September 12th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. Sinking air (the band of warm reds and oranges) is plugged up over the Indian Ocean for the next month while rising air (the band of blues and greens) is stuck over the Pacific. This so-called standing wave pattern reflects the ongoing El Niño and is a configuration that promotes high wind shear and stable air across the Atlantic, both significant deterrents to tropical activity. Credit: ECMWF." height="900" width="1200"/><figcaption>Areas of rising (blue/cool colors) and sinking (red/warm colors) air straddling the equator (between 15°N and 15°S) by global longitude (x-axis) from early July (top of the chart) through September 12th (bottom of the chart). The time vs. longitude chart is known as a Hovmöller diagram and shows the global progression of the Madden-Julian Oscillation or MJO and its Kelvin Wave components. Sinking air (the band of warm reds and oranges) is plugged up over the Indian Ocean for the next month while rising air (the band of blues and greens) is stuck over the Pacific. This so-called standing wave pattern reflects the ongoing El Niño and is a configuration that promotes high wind shear and stable air across the Atlantic, both significant deterrents to tropical activity. Credit: ECMWF.</figcaption></figure><p>La extensa franja de colores naranja y rojo sobre el océano Índico, junto a la larga franja de colores verde y azul sobre el Pacífico, corresponde a una configuración conocida como onda estacionaria que favorece una fuerte cizalladura del viento y aire estable sobre el Atlántico, dos factores que representan importantes obstáculos para la actividad tropical. Es poco común observar una señal tan marcada en las anomalías del potencial de velocidad global, pero este llamativo patrón refleja el gran impacto que el histórico fenómeno de El Niño está teniendo sobre la atmósfera.</p><p>No me atrevo, ni siquiera en un año como este, a sugerir que el Atlántico permanecerá completamente inactivo durante agosto, especialmente hacia la segunda mitad del mes, pero sí deberíamos esperar un período mucho más tranquilo de lo habitual. Con una configuración como la que se muestra, probablemente debamos prestar atención al norte del cinturón tropical tradicional, en las regiones subtropicales, algo que hemos abordado en boletines anteriores, donde podrían abrirse ventanas periódicas favorables para el desarrollo.</p><p>Por ahora, sin embargo, no observamos ninguna de esas ventanas de desarrollo en el futuro cercano y los modelos de pronóstico muestran poca o ninguna actividad durante, al menos, la primera o segunda semana de agosto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGCQVLZJONEH5GYGJJKFTV7FPA.png?auth=fcfc271f43cc3d6b1bbe4dd4d04773c47362007370f1043b7a335172f857881e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sunrise satellite Wednesday showing a plume of hazy Saharan dust spreading across the Atlantic. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[July 29: Heat advisories issued for South Florida ahead of record high temperatures]]></title><link>https://www.local10.com/weather/2026/07/29/july-29-heat-advisories-issued-for-south-florida-ahead-of-record-high-temperatures/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/29/july-29-heat-advisories-issued-for-south-florida-ahead-of-record-high-temperatures/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Drier air has moved into the area with a bit of Saharan dust. You’ll notice the extra haze on the horizon in the coming days. ]]></description><pubDate>Wed, 29 Jul 2026 13:35:13 +0000</pubDate><content:encoded><![CDATA[<p>Drier air has moved into the area with a bit of Saharan dust. You’ll notice the extra haze on the horizon in the coming days. This will work to limit our rain chances today through Friday. It will not be completely dry, but only isolated thunderstorms will manage to punch through the drier air. Rain chances will be no more than 20-30%. </p><p>Temperatures take over as the big weather story. Highs will be in the middle 90s, which is record territory. Factor in the high humidity and it will feel more like 105°-110°. That level of heat index has triggered a Heat Advisory today and we will likely have one for the rest of the work week. More typical rainy season thunderstorms will return over the weekend, which will bring our temperatures down a few degrees.</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[With Tua Tagovailoa sidelined with a minor injury, Falcons add Cooper Rush for training camp reps]]></title><link>https://www.local10.com/sports/2026/07/29/with-tua-tagovailoa-sidelined-with-a-minor-injury-falcons-add-cooper-rush-for-training-camp-reps/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/with-tua-tagovailoa-sidelined-with-a-minor-injury-falcons-add-cooper-rush-for-training-camp-reps/</guid><dc:creator><![CDATA[By MAURA CAREY, Associated Press]]></dc:creator><description><![CDATA[FLOWERY BRANCH, Ga. (AP) — The Atlanta Falcons' quarterback competition will have to wait another day after coach Kevin Stefanski said Wednesday that Tua Tagovailoa sustained a minor injury, and he'll be back “sooner rather than later.”]]></description><pubDate>Wed, 29 Jul 2026 15:06:29 +0000</pubDate><content:encoded><![CDATA[<p>FLOWERY BRANCH, Ga. (AP) — The Atlanta Falcons' quarterback competition will have to wait another day after coach Kevin Stefanski said Wednesday that Tua Tagovailoa sustained a minor injury, and he'll be back “sooner rather than later.”</p><p>Stefanski described the injury as a “flare-up” and said he doesn’t anticipate a long absence from the former Dolphins quarterback. He said Tagovailoa will be present at training camp but not yet participating.</p><p>The first-year Falcons coach kept the details of Tagovailoa’s injury secret, saying that one of the perks of training camp is not having to divulge every detail.</p><p>ESPN, citing unnamed sources, reported Wednesday that Tagovailoa is dealing with a tight back.</p><p>The Falcons swapped one veteran quarterback for another as a result, releasing veteran Trevor Siemian and adding Cooper Rush. Heading into his ninth year in the league, Rush has appeared in 42 career games and thrown for 3,766 yards, 20 touchdowns and 14 interceptions.</p><p>Rush was out throwing alongside Michael Penix Jr. and undrafted rookie Jack Strand at the Falcons' first day of training camp on Wednesday morning.</p><p>Rush and Strand are expected to split snaps during 11-on-11s. Penix, who started nine games for Atlanta in 2026 before a season-ending ACL tear, will compete in individual and 7-on-7 drills.</p><p>Stefanski is encouraged by Penix's recovery, though he doesn't have an exact timetable for the quarterback's return to 11-on-11 drills.</p><p>“I don't know the exact date on when that would happen," Stefanski said. "All along, as you guys can imagine, we have put total trust into Mike, the medical team and the doctor who performed his surgery. So I'm very, very comfortable with where we are and the plan that we have.”</p><p>Penix had a slightly more definitive timeline, revealing that four weeks was the most recent benchmark he was given. While recovering from his third ACL tear, the third-year quarterback said he's eager to get back, but he's not taking the process lightly.</p><p>“Just trusting the process,” Penix said. “It's more seeing how my body is feeling with these practices. I was told like another four weeks, possibly, going into that next stage. At the same time, it could be earlier."</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3YTOWCTI2IBXQ4CVOXRO5AHVM.jpg?auth=ffeb902acecf4774bb52a8867bc0bea24b38b59a780cc38bb8d8541ae59ebe2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Falcons quarterback's Michael Penix Jr. and Tua Tagovailoa (1) move during an NFL football practice, Wednesday, May 27, 2026, in Flowery Branch, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[F1 chief says season finale could shift to Europe if Qatar, Abu Dhabi races are affected by war]]></title><link>https://www.local10.com/sports/2026/07/29/f1-chief-says-season-finale-could-shift-to-europe-if-qatar-abu-dhabi-races-are-affected-by-war/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/f1-chief-says-season-finale-could-shift-to-europe-if-qatar-abu-dhabi-races-are-affected-by-war/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Formula 1 president Stefano Domenicali says the current world championship could end in Europe if the war in the Middle East affects races planned in Qatar and Abu Dhabi at the conclusion of the season.]]></description><pubDate>Wed, 29 Jul 2026 12:10:39 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Formula 1 president Stefano Domenicali says the current world championship could end in Europe if the war in the Middle East affects races planned in Qatar and Abu Dhabi at the conclusion of the season.</p><p>Domenicali said a decision won't be made before mid-September.</p><p>“For us today, the races in Qatar and Abu Dhabi are confirmed,” he said in comments published by the Formula One website following last week's Hungarian Grand Prix.</p><p>“But of course, if the situation will not be cleared the way that we believe it should be, before the middle of September, we will take the decision,” Domenicali added. “And in that respect, I just want confirm to you that if this will not be possible, that the end of the season would be in Europe.”</p><p>Domenicali did not say where exactly the final races planned in November and December would be held if those in Qatar and Abu Dhabi are canceled.</p><p>Formula 1 already called off races in Bahrain and Saudi Arabia because of safety concerns related to the Iran war. The Bahrain Grand Prix was rescheduled in Malaysia for Oct. 4.</p><p>Looking at the 2027 schedule, Domenicali said: “So far, the calendar that will be presented, let’s say in autumn, it would be as a sort of normal plan. But of course, in the case that the situation in the Middle East would be not solved, we have options.”</p><p>He added that in any case plans remain to have 24 Grand Prix races next year.</p><p>Hungary was the last race before the mid-season break. The next race is the Dutch Grand Prix on Aug. 23.</p><p>Kimi Antonelli tops the standings with a 50-point lead over Lewis Hamilton.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FWSXNZWYWLR2KX3D44AZZJYEFY.jpg?auth=2737ae790f0b5215ee1b2a5ca8f272cf90ce4b0d2aaf3c09a8c696dbd27f56b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain, left, leads the field after the start during the Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Sunday, July 26, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Obama endorses Iowa Democrat Turek for the US Senate in a video of them playing basketball]]></title><link>https://www.local10.com/news/politics/2026/07/29/obama-endorses-iowa-democrat-turek-for-the-us-senate-in-a-video-of-them-playing-basketball/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/obama-endorses-iowa-democrat-turek-for-the-us-senate-in-a-video-of-them-playing-basketball/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Iowa Democrat Josh Turek got an assist Wednesday from former President Barack Obama, who endorsed his bid to flip a Republican-held U.S. Senate seat in a video of the two shooting hoops.]]></description><pubDate>Wed, 29 Jul 2026 11:48:36 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Iowa Democrat Josh Turek got an assist Wednesday from former President Barack Obama, who endorsed his bid to flip a Republican-held U.S. Senate seat in a video of the two shooting hoops.</p><p>The seat held by retiring two-term Sen. Joni Ernst is among the tough targeted races for Democrats navigating a narrow path to winning the Senate majority. Turek faces Republican U.S. Rep. Ashley Hinson, who has been endorsed by President Donald Trump.</p><p>Trump won Iowa by double digits in the last presidential election, and it’s been more than a decade since a Democrat represented Iowa in the Senate. Still, Democrats think they have a fighting chance this cycle.</p><p>Turek, a state representative, played wheelchair basketball for the United States in four Paralympic Games. In the video, Turek and Obama play a game of I-O-W-A instead of horse.</p><p>“I know a little something about winning Iowa,” Obama says, a reference to his 2008 caucus victory that launched the little-known U.S. senator from Illinois to the Democratic presidential nomination. Obama also carried Iowa in both the 2008 and 2012 general elections.</p><p>“Of all the things I’ve done in politics, Iowa was my favorite thing,” Obama goes on. “There was just a magic about regular folks showing up.”</p><p>With months to go before the midterm elections, Obama is already throwing his weight behind candidates this cycle. He joined U.S. Senate candidate James Talarico at a taco shop in Texas in May.</p><p>Known for his love of basketball, Obama had the White House tennis court modified so he could play basketball and had a professional grade basketball court installed at his Presidential Center. He met WNBA players, including Iowa native Caitlin Clark, at that court last week.</p><p>Against Turek, Obama says he got “whooped.”</p><p>“Now the ball’s in your court, Iowa,” Obama says. “Let’s make sure that we send Josh Turek to the United States Senate.”</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/HZLTOQ32OYROCFX7AFKDMI4EAE.jpg?auth=d7134d0dd16e4ec671f71844be875ebd6585893d9b713a989dfbcff63ef47c1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa state Rep. Josh Turek speaks during a primary election night watch party after winning the Democratic nomination for U.S. Senate, June 2, 2026, in Des Moines, Iowa. (AP Photo/Bryon Houlgrave, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bryon Houlgrave</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXA54VK7I5SYVFHIDHNY46WVBA.jpg?auth=3e9ae10aacc91e2f88d431b2b69d7f9736d3673ff8ba241d36a3cd2b57e3d044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa state Rep. Josh Turek, a Democratic candidate for U.S. Senate, talks to supporters before a neighborhood canvassing event, May 31, 2026, in Waukee, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNAGNUWOQKXIMPM3NSFPTBGLHQ.jpg?auth=13dd5c37bddfeecee1a7a7aa557d843b357ff756171c7c0bb6ef628604d7ce65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Barack Obama speaks during the dedication ceremony for the Obama Presidential Center, June 18, 2026, in Chicago. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA['Once' Oscar winner and Irish musician Glen Hansard dies in motorcycle crash]]></title><link>https://www.local10.com/entertainment/2026/07/29/once-oscar-winner-and-irish-musician-glen-hansard-dies-in-motorcycle-crash/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/29/once-oscar-winner-and-irish-musician-glen-hansard-dies-in-motorcycle-crash/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Irish singer-songwriter Glen Hansard, who won an Academy Award for the 2007 film “Once,” died in a motorcycle crash on the outskirts of Dublin early Wednesday, his management said. He was 56.]]></description><pubDate>Wed, 29 Jul 2026 15:38:16 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Irish singer-songwriter Glen Hansard, who won an Academy Award for the 2007 film “Once,” died in a motorcycle crash on the outskirts of Dublin early Wednesday, his management said. He was 56.</p><p>ATC Management told broadcaster RTE Hansard's family was “deeply shocked and heartbroken.”</p><p>News of his death brought tributes from fellow musicians including Bruce Springsteen, who said on Instagram he was “heartbroken” at the loss of “a great musician, a good friend and a generous and gracious man.”</p><p>Irish police said a man in his 50s died in single-vehicle motorcycle crash in Lucan, on the western outskirts of the Irish capital, before 4:30 a.m. Wednesday. The man, who they did not name, was treated at the scene but pronounced dead a short time later.</p><p>Hansard combined acting and a musical career. He played a member of a Dublin soul band in the hit 1991 movie “The Commitments” and won an Oscar in 2008 for the song “Falling Slowly,” which he co-wrote for the indie musical “Once" with co-star Markéta Irglová.</p><p>“Once,” a love story about two struggling musicians, was later adapted for Broadway, again with songs by Hansard and Irglová. It won eight Tony Awards in 2012, including best musical.</p><p>Hansard was long-serving front man for rock band The Frames, half of rock duo The Swell Season with Irglová and released solo albums including “Didn’t He Ramble,” which was nominated for a Grammy for Best Folk Album in 2016.</p><p>Ireland's President Catherine Connolly said he was one of Ireland’s great singer-songwriters.</p><p>“Glen was one of the vital driving influences of the Irish music world, bringing people together in the sharing of live music," Connolly said. "He will be sorely missed by all who knew him or experienced his work.”</p><p>Actor-comedian Chris O’Dowd said Hansard’s “energizing melodies and soulful, searching voice made the tough times more manageable, the stagnant times more beautiful, and the joyful times even more memorable.”</p><p>Hansard started out as a busker on the streets of Dublin. He became famous for leading the Christmas Eve busk outside Dublin's Gaiety Theatre, where members of the public gathered to see famous Irish musicians perform in aid of a homelessness charity.</p><p>Former Irish president Michael D. Higgins said Hansard was a “wonderful musician and performer” who also "placed great emphasis throughout his life to the importance of tackling the problems of society."</p><p>At the funeral of The Pogues frontman Shane MacGowan in 2023, Hansard performed a rousing version of The Pogues' song “Fairytale Of New York” with Irish singer Lisa O’Neill that had the congregation dancing in the aisles of the church.</p><p>Hansard is survived by his wife, Finnish poet Maire Saaritsa, and their 3-year-old son, Christy.</p><p>___</p><p>A previous version of this story incorrectly stated Hansard was awarded an Oscar in 2007. He received the award in 2008.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XIRVPQGHWBM337NRXHIEBTWBBA.jpg?auth=7c7cff0ec3e4a780387058dd5c8a1f35acd41e628172e32168d64d1ebfe0877e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Glen Hansard performs at Lollapalooza in Chicago's Grant Park on Sunday, Aug. 3, 2014. (Photo by Steve C. Mitchell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve C Mitchell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBZQA6ZAPXLMCRLAZBEINIHJYM.jpg?auth=56a51a25c43f0269541f10b384d12daa0deb3ad35baab86c3d9ab76b81169232&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Grammy-winning Irish singer/songwriter Glen Hansard performs at The Caverns in Pelham, Tenn., on March 29, 2019. (AP Photo/Ron Harris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YKC73UFGDETV462DKTQKCZM6E.jpg?auth=99975362abdaf42e666c3287c0611a0fc1d24c23c6e20e9390341d80bdefbef9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marketa Irglova, left, and Glen Hansard appear after performing during the 80th Academy Awards in Los Angeles on Feb. 24, 2008. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2IPRL7WQP245HGGBU4IHU2YFKM.jpg?auth=93306c5b0f3eccc27402c8b55beb39230e1e31081207bf6b85c889b47c3e4022&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Glen Hansard appears at the 58th annual Grammy Awards in Los Angeles on Feb. 15, 2016. (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[Investigators in Comey seashells case omitted key facts and distorted others, defense lawyers allege]]></title><link>https://www.local10.com/news/politics/2026/07/29/investigators-in-comey-seashells-case-omitted-key-facts-and-distorted-others-defense-lawyers-allege/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/investigators-in-comey-seashells-case-omitted-key-facts-and-distorted-others-defense-lawyers-allege/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal officials involved in the prosecution of James Comey misled judges, submitted false statements and withheld key facts during the course of the investigation, according to new defense filings that seek the dismissal of a case charging the former FBI director with threatening President Donald Trump on social media.]]></description><pubDate>Wed, 29 Jul 2026 11:33:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal officials involved in the prosecution of James Comey misled judges, submitted false statements and withheld key facts during the course of the investigation, according to new defense filings that seek the dismissal of a case charging the former FBI director with threatening President Donald Trump on social media.</p><p>Lawyers for Comey made the allegations of misconduct in motions filed late Tuesday that also call the case a vindictive and selective prosecution, request access to transcripts of grand jury proceedings to expose what they say are “irregularities” in how the indictment was secured, and describe “unlawful” surveillance of Comey by the Secret Service.</p><p>Taken together, the new motions, along with an earlier one this week that called Comey's social media post protected speech and not a threat, represent a multiprong defense effort to dismantle a case that defense lawyers say exemplifies a Trump administration retribution campaign targeting one of the president's most vocal critics.</p><p>“Ample objective evidence — much of which comes directly from government officials’ own public statements and admissions — establishes that the President’s animus toward Mr. Comey led to this vindictive and selective prosecution,” Comey’s lawyers wrote in one of the filings.</p><p>The case centers on a picture of seashells on the beach</p><p>Comey was charged in April with threatening Trump through a photo he posted on Instagram a year earlier depicting seashells he said he found on the beach in North Carolina in the numerical arrangement of “86 47.”</p><p>The Justice Department has said the photo constituted a threat against Trump, the 47th president. Comey deleted the post shortly after he put it up, saying he did not know that anyone interpreted the numbers as a call to violence. His lawyers have said that the slogan has long meant to “get rid of” or “eject” and has been featured on thousands of items sold online and regularly displayed at protests.</p><p>Defense lawyers say investigators who tried to prove that Comey intended a physical threat, or knew that the number “86” suggested violence, repeatedly came up empty but withheld that from federal magistrates as they applied for warrants to search the digital accounts of Comey and his wife.</p><p>For instance, the FBI searched an internal database of information about open and closed investigations for any indication of an association between Comey and the term “86” but found inconclusive results. An FBI agent also requested a review of the FBI file for the case against reputed mobster John Gambino, which Comey worked on as a young prosecutor, but found no references to the term “86.”</p><p>Investigators also interviewed a key government cooperator in the case, Salvatore Gravano, who said he did not recall ever discussing the term “86” with Comey or hearing it in connection with the trial.</p><p>“Evidence obtained during discovery supports at least a substantial preliminary showing that the affidavits submitted in support of two of the search warrants contained intentionally false statements and material omissions, and that those defects vitiate any conceivable showing of probable cause,” Comey's lawyers wrote.</p><p>Defense lawyers say the case is rooted in Trump's personal animus</p><p>In addition, defense lawyers say the warrant applications distort statements made to investigators by a person who knew Comey but has been now estranged from him for years.</p><p>The person, whose name is not revealed in the court filings, is described in the affidavit as saying that they immediately perceived Comey's post to have a violent meaning. But investigators omitted from the affidavit that the person had said their initial impression was that “86” referred to being “out of something on the menu” and only later concluded that it could be understood as a call to violence.</p><p>The person said that view was influenced by having listened to an episode of Rudy Giuliani's online show in which the Trump loyalist claimed that Comey had worked on mob cases as a prosecutor in which mafia members used “86” to mean “kill.” But the FBI's own investigation determined Giuliani's claims to be untrue, defense lawyers said.</p><p>The seashells case against Comey was the second in months targeting the ex-FBI director, a long-running Trump foe whom the president over the years has called a “corrupt piece of garbage” and other epithets.</p><p>An earlier case in Virginia accusing Comey of lying to Congress was dismissed in November after a judge concluded that the prosecutor who charged him and another Trump adversary, New York Attorney General Letitia James, was illegally appointed to the job.</p><p>Comey's lawyers describe the prosecutions as rooted in Trump's own personal animus, with the Secret Service closely coordinating with the Justice Department and with Trump, who received frequent updates on Air Force One.</p><p>As Comey returned to Washington with his wife to be interviewed by law enforcement about his post, Secret Service agents were directed to conduct “unlawful” electronic surveillance, “including as they stopped to visit the grave of their deceased son," his lawyers said. The surveillance had been requested by a senior Justice Department official.</p><p>Comey was the FBI director when Trump took office in 2017, having been appointed by then-President Barack Obama and serving before that as a senior Justice Department official in President George W. Bush’s administration. Trump fired Comey in May 2017 during an FBI investigation into potential ties between Russia and Trump’s presidential campaign. The men have been openly at odds ever since.</p><p>The Justice Department will have an opportunity to respond to the defense filings. The department has not elaborated on any evidence of intent the government has. But acting Attorney General Todd Blanche said earlier this year that prosecutors in every case prove intent with “witnesses, with documents, with the defendant himself to the extent it’s appropriate.”</p><p>“And that’s how we’ll prove intent in this case,” Blanche said in April, shortly after he was elevated to lead the department after Pam Bondi’s ouster.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2MWQFBDNXE4FWWBKHZED33S5A.jpg?auth=6c9bdb08c4ddb876896669a105375e2b6dea35aaef7fe25cc1238aace0b0fce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former FBI Director James Comey speaks during a Senate Intelligence Committee hearing on Capitol Hill in Washington, June 8, 2017. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Man faces 7 attempted murder charges for shooting into apartment, cops say]]></title><link>https://www.local10.com/news/local/2026/07/28/man-faces-7-attempted-murder-charges-for-shooting-into-apartment-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/man-faces-7-attempted-murder-charges-for-shooting-into-apartment-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A 35-year-old Broward County man is facing serious charges stemming from a shooting that occurred last week that was captured on surveillance footage. ]]></description><pubDate>Tue, 28 Jul 2026 20:40:56 +0000</pubDate><content:encoded><![CDATA[<p>A 35-year-old Miramar man is facing serious charges stemming from a North Miami Beach shooting last week that was captured on surveillance footage.</p><p><a href="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/un-hombre-es-acusado-de-siete-cargos-de-intento-de-asesinato-por-disparar-contra-departamento-dice-la-policia/">Leer en español</a></p><p>It happened at an apartment complex located along the 2100 block of Northeast 167th Street.</p><p>According to police, De’Undre Turner shot 10 rounds into an apartment unit and then fled the scene. </p><p>A warrant had been issued for his arrest, and he was picked up by police on Monday. </p><p>Police said Turner was the passenger in a car when he saw the victim walking down the street. Turner then accused the victim of breaking into his wife’s car, which led to the victim running to a friend’s apartment for shelter, authorities said. </p><p>Six people were inside the apartment at the time of the shooting, but no one was injured, according to officials.</p><p>Authorities said they were able to identify Turner thanks to a tattoo of lips located on the left side of his neck that was captured in the video footage and enhanced by police. </p><p>He is being held behind bars without bond on seven counts of second-degree attempted murder with a deadly weapon. </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[The 5 best midsize three-row SUVs, according to Edmunds]]></title><link>https://www.local10.com/business/2026/07/29/the-5-best-midsize-three-row-suvs-according-to-edmunds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/29/the-5-best-midsize-three-row-suvs-according-to-edmunds/</guid><dc:creator><![CDATA[By DAN FRIO of Edmunds, Associated Press]]></dc:creator><description><![CDATA[Size, space and utility have made the three-row SUV a mainstay of American family life. But with more than dozen mainstream models on the market, choosing one can feel daunting. Thankfully, Edmunds has tested them all and identified the five best midsize three-row SUVs. From the top-ranked Hyundai Palisade and its Kia Telluride sibling to the sporty Ford Explorer and the vast cabins of the Toyota Grand Highlander and Volkswagen Atlas, these are today’s top picks for driving your tribe. All of the following prices include destination fees.]]></description><pubDate>Wed, 29 Jul 2026 11:26:45 +0000</pubDate><content:encoded><![CDATA[<p>Size, space and utility have made the three-row SUV a mainstay of American family life. But with more than dozen mainstream models on the market, choosing one can feel daunting. Thankfully, Edmunds has tested them all and identified the five best midsize three-row SUVs. From the top-ranked Hyundai Palisade and its Kia Telluride sibling to the sporty Ford Explorer and the vast cabins of the Toyota Grand Highlander and Volkswagen Atlas, these are today’s top picks for driving your tribe. All of the following prices include destination fees.</p><p>Hyundai Palisade</p><p>The Hyundai Palisade tops Edmunds’ midsize three-row rankings. Its quiet, roomy interior gives everyone — even third-row passengers — ample room to spread out. An exceptionally smooth ride makes it ideal both for long highway travel and short local hops on typical city roads. The Palisade’s user-friendly tech, such as wireless smartphone connections and USB ports in all three rows, ensures the driver and passengers stay connected and entertained.</p><p>Maximum cargo capacity falls short of some rivals, but clever small-item storage throughout the cabin takes up the slack. Although one of the pricier picks in the class, the Palisade comes with generous features, high-end materials, and an industry-leading warranty. Edmunds also recommends getting the hybrid version if your budget allows. It gets up to an EPA-estimated 34 mpg in combined city/highway driving, and is quicker than the regular Palisade to boot.</p><p>2026 Palisade starting price: $41,035; hybrid version: $45,760</p><p>Kia Telluride</p><p>If the Palisade sounds appealing but you prefer a sportier look, the Kia Telluride makes an excellent alternative. It’s mechanically related to the Palisade and costs nearly the same, but the Kia offers its own compelling flavor. The tall, flat grille, vertical headlights and 20-inch wheels give the Telluride bold trucklike style, and its standard turbocharged engine generates more low-end punch than its base Palisade counterpart.</p><p>The Telluride also gets a bit more rear cargo space, excellent second-row legroom, and extra tech such as dual wireless phone chargers. Oddly, the available Telluride hybrid costs more than the hybrid Palisade, but the higher price gets you a few extra standard features, such as ventilated front seats and a more advanced cruise control system.</p><p>2027 Telluride starting price: $40,735; hybrid version: $48,035</p><p>Toyota Grand Highlander</p><p>The Toyota Grand Highlander is a subdued counterpoint to the glitzy Palisade or chunky Telluride. Its styling is more generic-looking, but otherwise the Grand Highlander will win you over with its smooth ride, excellent driver aids and roomy third-row seating. Folding down the second- and third-row seats opens up a massive amount of cargo space, so don’t be surprised when friends ask you to help them move.</p><p>Technology is also a strong suit, with features including wireless smartphone integration, abundant USB ports, and a capable web-connected voice assistant. There’s also the even more efficient Grand Highlander Hybrid that gets up to 36 mpg combined. The Grand Highlander is one of the pricier midsize three-row picks, but the premium interior materials and generous space still make it a good deal.</p><p>2026 Grand Highlander starting price: $43,855; hybrid version: $47,205</p><p>Ford Explorer</p><p>The Ford Explorer proves that three-row SUVs can also be sporty. The athlete of the class, the Explorer offers agile handling and acceleration. This is especially true of the Explorer ST, which packs a 400-horsepower V6 and can accelerate from zero to 60 mph in just 5.6 seconds. Tech highlights include a Google-integrated infotainment system with a big 13.2-inch touch screen, wireless smartphone connectivity and Ford’s optional BlueCruise hands-free driving system.</p><p>Small cargo space and tight third-row legroom diminish some of the Ford’s utility, and the rear seats aren’t as comfortable as those up front. Also, Ford doesn’t offer a hybrid version of the Explorer. But if you don’t mind trading some practicality for performance, the Explorer is an engaging pick.</p><p>2027 Explorer starting price: $40,260</p><p>Volkswagen Atlas</p><p>A spacious cabin and adult-size seating in all three rows help keep Volkswagen’s biggest SUV high in Edmunds’ rankings. The Atlas’ interior is quiet, and it’s easy to get in and out. Maximum cargo space is also massive, and both back rows fold flat for vanlike utility. The Atlas also rides smoothly over bumps but without the floaty feeling you notice in some rivals.</p><p>Impressively, VW has also stuffed a lot of standard features into the Atlas. Even the base trim comes with synthetic leather upholstery, heated and ventilated front seats, and a heated steering wheel. There are a few minor drawbacks to the Atlas, such as some distracting-to-use controls and no available hybrid powertrain option, but overall the Atlas gets plenty right.</p><p>2026 Atlas starting price: $40,785</p><p>Edmunds says</p><p>Whether you need a three-row SUV with cavernous cargo space, maximum fuel economy, or simply speed and performance, today’s top midsize picks deliver something for every buyer.</p><p>____________</p><p>This story was provided to The Associated Press by the automotive website Edmunds.</p><p>Dan Frio is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZIRHWMBCQDCOEAZNOCQ37GAO4.jpg?auth=f3f74c57b8f1f191c1dc7ca13329146c6b91a133ad48b7c94b3d9d337c526236&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Hyundai shows the 2026 Palisade. The Palisade has been redesigned for 2026 and features new styling and a roomy interior fitted with premium features and materials. (Courtesy of Hyundai Motor America via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WEMP3JVRTCAP2SYF7YT52Y67OY.jpg?auth=29e8b354b3c3aadb37fd40529131df0d08a1b6c17185677dc20b06141c6c199f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kia shows the 2027 Telluride. The redesigned 2027 Telluride's spacious cabin, smooth ride, and generous list of standard tech features make it an easy SUV to drive every day. (Courtesy of Kia America via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RNMOZVW3MEITODHTDXUZAYCU3A.jpg?auth=720263832742ecfd9e4e5c7c21cf6783acdb61c601b4b252e10ad7b1e26211ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2026 Grand Highlander. The Grand Highlander is an excellent choice for those who want to maximize passenger comfort and space without upgrading to a full-size SUV. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/62RKRUKFXM4Y3SODORFCHBMY4E.jpg?auth=dff267d158a1c3d105b7e592875cdcd5eceb310ad63f8f62f5305f039aa412a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Ford shows the 2027 Explorer. The Explorer stands out for its quick acceleration and engaging driving experience. It also offers a special Tremor version that is better equipped to handle dirt roads and light-duty off-road trails. (Courtesy of Ford Motor Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TBYEQTT6NRAB4SX7KB56DWIO4A.jpg?auth=614a4f5b985e22d0e57342e128d0e954ebf28198e40c6ea15b823737bc477ba7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Volkswagen shows the 2026 Atlas. The Atlas works well as a roomy family hauler with plenty of space for people and their cargo. It also comes with many standard features. (Courtesy of Volkswagen of America via AP)]]></media:description></media:content></item><item><title><![CDATA[Lauderhill neighborhood rocked by over a dozen overnight car break-ins]]></title><link>https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Surveillance video captured several suspected thieves breaking into multiple vehicles in a quiet Broward County neighborhood.]]></description><pubDate>Tue, 28 Jul 2026 20:39:17 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video captured several suspected thieves breaking into multiple vehicles in a quiet Broward County neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/07/28/reportan-mas-de-una-docena-de-robos-en-vehiculos-durante-la-noche-en-vecindario-de-lauderhill/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/reportan-mas-de-una-docena-de-robos-en-vehiculos-durante-la-noche-en-vecindario-de-lauderhill/">Leer en español</a></p><p>It happened along Northwest 23rd Street near 44th Avenue in Lauderhill just after 5 a.m. Tuesday. </p><p>Video footage shows the crooks, covering their faces with masks and hoodies, breaking into more than a dozen vehicles. </p><p>The criminals did not appear to be fazed by lights, cameras or  residents still inside their homes. </p><p>One of the victims was registered nurse Marry Gooding, who had her work bag, cash and personal information taken, and will also have to foot the bill to have her car repaired following the break-in. </p><p>“I am getting quotes this morning from $450 to $500,” she said. “In my wallet I had an $800 gift card from Costco. My debit card, my two credit cards.”</p><p>Gooding was just one of several neighbors who woke up to find their surveillance cameras also captured the thieves rummaging through their property.</p><p>“It’s like your life is stripped from you because everything is in your wallet,” she said. </p><p>The Lauderhill Police Department said it is investigating several car break-ins in the area and are reviewing surveillance video. </p><p>Anyone with information that may help police is urged to contact Lauderhill police or Broward Crime Stoppers at 954-493-TIPS. </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[Safety, teacher advocacy priorities for Broward School Board District 4 candidates]]></title><link>https://www.local10.com/news/local/2026/07/28/safety-teacher-advocacy-priorities-for-broward-school-board-district-4-candidates/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/safety-teacher-advocacy-priorities-for-broward-school-board-district-4-candidates/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Two candidates are vying for the Broward County School Board District 4 seat. ]]></description><pubDate>Tue, 28 Jul 2026 22:28:15 +0000</pubDate><content:encoded><![CDATA[<p>Two candidates are vying for the Broward County School Board District 4 seat. </p><p><a href="https://www.local10.com/espanol/2026/07/28/seguridad-y-defensa-de-maestros-prioridades-para-candidatos-a-la-junta-escolar-del-distrito-4-de-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/seguridad-y-defensa-de-maestros-prioridades-para-candidatos-a-la-junta-escolar-del-distrito-4-de-broward/">Leer en español</a></p><p>The seat is currently held by Lori Alhadeff, who is not seeking reelection. </p><p>Running in the election are Sharry Adler Kimmel, who received Alhadeff’s endorsement, and Nicole Morst, who is endorsed by School Board Member Debbi Hixon. </p><p>District 4 includes Coral Springs, Margate, North Lauderdale, Parkland and Tamarac.</p><p>“I am a champion of teachers,” said Kimmel. “I teach teachers how to be teachers, and I am a subject matter expert with a doctorate degree in education on all things K-12. I have budget experience, I have teaching experience, classroom experience, and I also have a lot of leadership experience.”</p><p>Said Morst: “I have been advocating for teachers and families in this district for the last nine years. I served as the North Area Advisory Chair this year, which represents nearly 70 schools in the north region of Broward County. I worked with the principals, the teachers, the parents to make sure that their concerns were heard and their needs are met.”</p><p>Both candidates discussed their approaches to tackling the district’s declining student enrollment and severe budget challenges.</p><p>“If we expect families to keep sending their kids to Broward schools, we have to invest in their facilities,” said Morst. “We have schools that have mold and broken ACs. And these conditions are not acceptable for our parents.”</p><p>Added Kimmel: “The first priority is to get the fiscal house in order. We have to monetize our assets. We have assets and we have to monetize those as if it was an emergency, because it is.”</p><p>Both candidates also addressed school safety and improvements.</p><p>“So part of my platform, once we monetize our assets, is to have bulletproof glass in every one of those panels at every single school,” said Kimmel. “So if the worst thing happens, worst case scenario and an active shooter makes their way somehow through all the other safety nets onto the campus, they can never do that again. They can never shoot through that glass.”</p><p>Said Morst: “I am the only one with a child that is currently enrolled and so I am in it every day. I know the challenges, I know what’s working and what needs to be fixed. And I understand the communities because I have been serving all over Broward. So I understand outside of just what’s in my school in my community, what’s happening at large.”</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[Pompano Beach to move forward with Broward Sheriff’s Office contract ]]></title><link>https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Pompano Beach commissioners met on Tuesday, with plans to move forward with a new contract with the Broward Sheriff’s Office.]]></description><pubDate>Tue, 28 Jul 2026 21:22:32 +0000</pubDate><content:encoded><![CDATA[<p>Pompano Beach commissioners met on Tuesday, with plans to move forward with a new contract with the Broward Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/07/28/pompano-beach-seguira-adelante-con-nuevo-contrato-con-la-oficina-del-sheriff-de-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/pompano-beach-seguira-adelante-con-nuevo-contrato-con-la-oficina-del-sheriff-de-broward/">Leer en español</a></p><p>Pompano Beach has its own fire rescue department, but commissioners found that starting a law enforcement agency was too expensive. </p><p>“It was the cost and the skillset to do it. With BSO, we have specialty crews that can help us with anything -- drugs, prostitution, crime of any kind, helicopters. We have a lot of support through BSO,” Pompano Beach Commissioner Darlene Smith said. “We wouldn’t have that, at least at the beginning, with our own police force.”</p><p>With their 4-2 vote on Tuesday evening, city leaders moved to finalize a new three-year contract. </p><p>The new contract with BSO will cost $71 million next fiscal year. </p><p>Smith said it would take about three years to get a new police force going. Commissioners voted unanimously to accept the new contract with a 5% rate increase cap each year, and a 90-day get-out clause for both sides. </p><p><b>Watch the meeting</b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/dyyVHkQqR9E?si=8bJKqUoalSsW2ErQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>]]></content:encoded></item><item><title><![CDATA[How artists transformed a former hospital in Los Angeles to examine human emotions]]></title><link>https://www.local10.com/news/national/2026/07/29/how-artists-transformed-a-former-hospital-in-los-angeles-to-examine-human-emotions/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/29/how-artists-transformed-a-former-hospital-in-los-angeles-to-examine-human-emotions/</guid><dc:creator><![CDATA[By ANNA FURMAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Just beyond an ambulance and wheelchair ramp wait Dr. Moodswing and Dr. Feelgood, dressed in starched white lab coats and ready to check you in with a neon orange patient wristband.]]></description><pubDate>Wed, 29 Jul 2026 11:05:39 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Just beyond an ambulance and wheelchair ramp wait Dr. Moodswing and Dr. Feelgood, dressed in starched white lab coats and ready to check you in with a neon orange patient wristband.</p><p>At this hospital though, it's not your vitals that will be examined, but your feelings.</p><p>The “Hospital of Emotions” is an immersive art experience that explores different facets of being human inside the long-shuttered St. Vincent Medical Center near downtown Los Angeles.</p><p>The former hospital was founded in 1856 by the Daughters of Charity religious order to treat poor people before it went bankrupt in 2020 and was bought by private investors. The site will be redeveloped into a homeless shelter and mental health and drug treatment facility, with the first phase opening later this year.</p><p>But until the end of September, the hospital rooms are filled with 80 installations by 70 artists. Each artist received around $14,000 to transform four floors of clinical space into explorations of feelings around everything from medical and family trauma to grief over climate change and immigration detention centers.</p><p>Sterile hospital spaces are turned into colorful art installations</p><p>The project was created in the spirit of Meow Wolf and other for-profit amusement centers that approach art as entertainment.</p><p>As in Pixar's “Inside Out,” color-coded creatures sprinkled throughout the show personify a range of emotions from joy and hope to anger and sadness. A fuzzy orange monster winks from behind a nurse’s station, while dueling green giants symbolizing jealousy face off in an otherwise normal exam room, their faces decorated with absurd, clownlike expressions.</p><p>IV bags are full of rainbow-colored liquids, overhead exam lights are festooned with a canopy of artificial flowers, and crutches are draped with campy, cartoonish wigs.</p><p>Enter the “Resilience Department” and you’ll find a prismatic, glass butterfly that refracts light, accompanied by an unsettling interactive audio piece about an artist’s experience having an epileptic seizure. The sound of grunts and labored breathing in headphones contrasts with screams, recorded and replayed in the room to create a surreal, out-of-body effect.</p><p>In the neighboring room, a thousand sunny-side up eggs are splayed all over the bed, walls and floor, which the artist, Melan Allen, said represent the eggs she was forced to eat during her childhood despite hating them. The room especially resonated with Sharon Maxwell, who drove from San Diego to see the show.</p><p>“I have lots of egg stories,” she said. “I’m in recovery from an eating disorder, so I’ve been in treatment, I’ve been in hospitals. It’s all very sterile.”</p><p>While going to the hospital can be an isolating experience, Maxwell said visiting an art show in one made her feel a renewed sense of connection. There aren't nurses, surgeons or patients here, and everyone is on equal footing as viewers.</p><p>“Being the person in the bed, being treated for mental health stuff, you’re kind of like a spectacle,” she said.</p><p>A sensitive look at anxiety, fear and trauma</p><p>In the “Fear Department,” a virtual character based off a real person gives a vulnerable speech about post-traumatic stress from serving in a combat zone and then reads a suicide note that combines multiple veterans' experiences using AI. The installation is titled “The Ward That Never Closed.”</p><p>Down the hall, another room is covered floor to ceiling in black-and-white portraits drawn with frenetic lines by an artist who spent 15 months at a U.S. immigration detention center.</p><p>“I left Russia in 2022 because of my political views and because I am gay. What I thought would be a search for safety became a prolonged encounter with fear,” Grisha Stepanian said.</p><p>His installation examines “how fear settles into the body, how it stays, even when there is no immediate danger. How safety, when it appears, feels temporary, almost unreal.”</p><p>The most successful rooms play with the visual language of a medical space without prescribing what to feel.</p><p>In another room in the “Fear Department,” artist Dongpu Ling created an eerie installation of transparent figurines — molded from packing tape — to bring a vision of her grandfather's to life. He died years ago in Shanghai, where he described seeing ghosts around his hospital bed just before dying.</p><p>Torqued into myriad positions, the blank-faced figures occupy gurneys and disappear into institutional-gray ceiling vents. The work was also informed by Ling's experience as a child spending 10 days in the hospital with a fever.</p><p>“I almost died. I couldn't eat,” she said. “I threw up blood three times a night.”</p><p>The process of creating the installation was intense, Ling said. When she tried to go to her studio room and accidentally went to the basement, where bodies are typically stored before going to funeral homes, she said she found something chilling: “It was freezing cold and dead silent.”</p><p>Recognizing a paradox of emotions</p><p>Ondrea Boggs, an ultrasound tech, said the installations reminded her of people’s tenacity and resilience even in the face of death — something she witnessed working in an intensive care unit and emergency room.</p><p>“I’m confronted with people struggling every day and getting through and being strong,” she said.</p><p>Boggs is moved when she sees a patient or their family able to stay hopeful during a difficult time.</p><p>“It’s encouraging for me to remember that that’s possible,” she said. “Even amongst moments of sadness you can still experience joy, it’s not like an isolated experience where you have to get through the sadness to experience joy, right? Both can be shared at the same time and both can be honored.”</p><p>For other visitors, the installations also reflected that paradox of emotions.</p><p>“There’s solace in someone else seeing our emotion — whether it’s joy and celebration or sorrow and pain. There’s something about the human experience where we need to be seen,” Maxwell said. “This art exhibit really shows that in a profound way. I think it put humanity on display in a really powerful way.”</p><p>___</p><p>Tickets cost $58, open through Sept. 30, 2026.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYSCRCPQULCZNRRBZCPGQTQEJI.jpg?auth=00ce4e182d65d0457746e101cb14eed1d24f12a6c4dc9c9fe5c0afd6215bf19f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor views an installation by Nathalie Auzepy during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJDML2SFELEDAXJ6SMWTGXARYA.jpg?auth=845dd69ce78ae2996ec2e64a07e7e20e1d10dde361a375177fbb8edcacaaf92f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Installations by Melan Allen, left, and Nathalie Auzepy are displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HOJMCTF42ISKFQMJ7JA3XLETTM.jpg?auth=61e6a3c4becefe7a4466878e395e4d3e0963b0c18794b13eb7b8840958ef448f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ondrea Boggs, left, and Sharon Maxwell take a selfie with "We See You Too," an installation by artists Alon Cohen Raz and Miran Nudell, during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JEAXINPCZZDDTNKERWNWHKPK6Y.jpg?auth=84ce6edf7add90c6a942ee28a9e4d43e9441cb8370991819fa5680f559ef46cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Installation by artist David Otis Johnson is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSA3ASAJVXZYA7NFONIDEHPUTQ.jpg?auth=85b59ab5737ee235ff0d3a2ccb86152d296c8f2e31de4ad7fa5a703da493fb89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor views an installation by Margüi while standing beside an installation by Guy "Dioz" Bloom during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTS5QHP2CTARKTMRZIWUJI2Z2E.jpg?auth=2e463a740c8fc771a9c0515849424b778fb7c96b497f49145a846c0b95fe6627&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A botanical installation by artist Lisa Waud titled "DRIP" is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQHOEW4V77ZW25EDKMRNYWPHWY.jpg?auth=c6fb0cb49daa8a8e15e5492f70bc6ea8aa698d6205d06824b8f5c508a1e94810&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neon-orange patient wristbands for visitors are displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSDEERHTVQO4OHSLDLPBHDTVP4.jpg?auth=e94c9cac911ecb93c7025874abe6b49f819321b489fc298519616060cebd68c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gil Hayun's installation "Age of Glory" is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D37E57POAHVSMK5YU6WIOSMEUE.jpg?auth=ce366b09e9a7bc8c7d80d971cad478b50ee1400864c43c7d64cda40e897c444b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The installation "Delivered" by artist Heriberto Gomes is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CHHZSCUVDZWZC4D5N4CKGBGBM.jpg?auth=b5952e4307fac0d8f3c41276f22c512342eb4356e7568c342b9785f3d156ff6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michelle Lougee's installation "The Transfusion" is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMSQAJM55DI37JT4YK3ZFMNDUE.jpg?auth=7fae140a3eaf23042734aa13c6f211bce400f9391b168777b4834adb62abf5aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An installation by artist Dongpu Ling is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DAXF6B4MMZJSKHFEPHBQCWP52U.jpg?auth=8ba1c20166c3845be628409ccdb79885d5f107bf4aea20a0b162d4d6a7dec2e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Moran Sanderovich's installation "Her Hair" is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRO7LGEQKWQF5G7HB356PFHYYM.jpg?auth=18084a931c532958f7190e42a1042c6eb52b12f1eb06d9911399bf003ac5d8a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor stands in the Gratitude Room, which is covered with handwritten notes, during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026.(AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFSVWGMKEXXK4U4EBYABW4FNBU.jpg?auth=4f0b33dc8e44145a979ba3e50547b42412f6a005c86dfdc91cadd1b9f663fde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrie Sullivan's installation "Layers of Hope" is displayed during the "Hospital of Emotions" exhibition inside a former hospital building in Los Angeles, Wednesday, July 22, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[FIFA's Infantino sets deadline for $20M offer to members in Kushner-backed World Cup investor plan]]></title><link>https://www.local10.com/sports/2026/07/29/fifas-infantino-sets-deadline-for-20m-offer-to-members-in-kushner-backed-world-cup-investor-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/fifas-infantino-sets-deadline-for-20m-offer-to-members-in-kushner-backed-world-cup-investor-plan/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — FIFA President Gianni Infantino set a Sept. 19 deadline on Wednesday for the 211 member federations to accept one-off $20 million offers as part of a project to sell stakes in the World Cup to private investors.]]></description><pubDate>Wed, 29 Jul 2026 14:24:19 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — FIFA President Gianni Infantino set a Sept. 19 deadline on Wednesday for the 211 member federations to accept one-off $20 million offers as part of a project to sell stakes in the World Cup to private investors.</p><p>The $20 billion FIFA subsidiary, bankrolled by the brother of Jared Kushner, was blasted by international soccer organizations. European soccer body UEFA aims to call its 55 member federations to an emergency online meeting, likely on Thursday.</p><p>“But having held discussions with many stakeholders across the game, UEFA knows there is significant and growing opposition to FIFA’s scheme,” the organization said in a statement.</p><p>The effort also marks Infantino's latest effort to align with those in the orbit of U.S. President Donald Trump: by creating the FIFA peace prize, letting Trump intervene in a process that led to United States forward Folarin Balogun playing at the World Cup, and now trying to lock in Joshua Kushner's investment firm to a 12-year ownership deal with the Switzerland-based not-for-profit soccer body.</p><p>Infantino set out the “singular and unique funding opportunity” in a letter detailing why he wants to create the $20 billion FIFA subsidiary — 20% owned by private investors — that would run the soccer body’s competitions and events like World Cups and Club World Cups.</p><p>“It is my duty and responsibility as FIFA president to present such game-changing opportunities to you, our members,” Infantino wrote in the letter seen by The Associated Press.</p><p>The proposal revealed Tuesday and backed by Joshua Kushner's investment firm Thrive Capital was met with immediate fury from Infantino’s former colleagues at UEFA, which said the World Cup “is not FIFA’s to sell.”</p><p>One option open to European soccer is threaten a boycott of FIFA competitions — a tactic used in 2021 when UEFA-led opposition helped stop Infantino's plan to play the World Cup every two years instead of four.</p><p>FIFA’s private equity plan is the latest ambitious project proposed during Infantino’s 11-year presidency in which he has increasingly seemed to be an executive leader acting without consulting with soccer’s major stakeholders.</p><p>Previous plans include creating a FIFA Peace Prize — awarded to Trump in December at the World Cup draw — and trying to push through a secretive $25 billion private equity plan in 2018 to create new and bigger men's competitions. That was resisted by UEFA.</p><p>Concerns about the latest and previously secret plan were aired Wednesday by the continental soccer bodies for Asia and the North American region known as CONCACAF.</p><p>“We are deeply concerned by the lack of due process,” CONCACAF said in a statement.</p><p>The Kuala Lumpur-based Asian Football Confederation said it was “disappointed that a matter of such significance entered the public domain before the AFC family had been afforded the opportunity to examine and discuss it.”</p><p>Continental bodies that organize their own international club and national-team competitions — such as the Champions League, European Championship and Copa America — likely will see threats to those events from FIFA wanting to increase revenue and value for investors by playing World Cups and Club World Cups for men and women more often, along with adding more teams.</p><p>The influential, 850-member European Football Clubs group — which has a joint venture with UEFA to manage the Champions League — said it “learned about this proposal in the same way as most global football stakeholders — without warning and through the media.”</p><p>Inviting in private investors could also, sports governance academic Antoine Duval suggested Wednesday “incentivize FIFA to further commodify the World Cup (think more hydration breaks and dynamic pricing ) in a drive to increase its revenue.”</p><p>What's on offer to FIFA member federations</p><p>If the FIFA Forward Enterprise subsidiary is approved by a majority of the 211 members, they also each are promised $20 million in funding from the four-year commercial cycle tied to the men’s 2030 World Cup.</p><p>That would lead, Infantinto wrote, to “a pool of diverse international investors” joining Joshua Kushner's Thrive as the anchor investor: “This process will be led by J.P. Morgan.”</p><p>If Infantino’s plan is rejected, those members will get their previously promised $10 million over the next four years, his letter stated.</p><p>The cash difference on offer Wednesday to FIFA members appears to be $86 million over 12 years compared to about $36 million in existing promised funding for rejecting the private equity deal.</p><p>The rushed deadline to claim an initial $20 million “says everything you need to know about this plan,” UEFA said. “FIFA cannot continue to use our sport to enrich themselves and their friends.”</p><p>Dozens of member federations typically rely on FIFA for funding, have national teams with little realistic chance of qualifying for World Cups, and whose best players rarely, if ever, join clubs playing at the highest level of international competitions.</p><p>FIFA's one-member, one-vote democratic system means the most powerful soccer nations on the field easily can be outvoted by those who rarely play top-level games.</p><p>Resistance in Britain</p><p>FIFA’s plan met quick opposition from British Prime Minister Andy Burnham, whose government is preparing to support hosting the 2035 Women’s World Cup in England, Scotland, Wales and Ireland. FIFA is set to confirm that lone bid for 2035 at an online meeting in November.</p><p>“Football does not belong to investors,” Burnham, a longtime soccer fan, said in a video message on Instagram. “Once you have sold a piece of (the World Cup), you have sold out. Football belongs to the fans. It always has, and it always will.”</p><p>Resistance by British lawmakers — including threats of legislation by then-Prime Minister Boris Johnson in 2021 — previously helped stop the divisive European Super League project that was an existential threat to UEFA's Champions League, and which Infantino had discreetly supported. J.P. Morgan</p><p>Infantino's future</p><p>Infantino has seemed to be cruising toward being reelected unopposed as FIFA president for a fourth and final term through 2031.</p><p>Promising more FIFA funds to member federations was a decisive part of his initial election-day speech in February 2016, and at his unopposed reelections in 2019 and 2023.</p><p>Some observers have long suspected Infantino wants a longer-term role running the sport. A CEO or commissioner role at a FIFA subsidiary FFE would fit that bill.</p><p>This week, Infantino has ignited frustration with his leadership beyond the usual circles in Europe, which have almost four months to commit to an election challenge.</p><p>The candidate entry deadline is Nov. 18 for an election scheduled next March 18 at Rabat in Morocco, which has been a key Infantino ally in recent years and will co-host the 2030 World Cup.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFXPCIDSKNPWHQFMX72O2FWMQ.jpg?auth=76887a32790b13793f9cd14dec211261c35f50399a3839374dc3d21448c99968&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during a news conference at the stadium in Mexico City, Wednesday, June 10, 2026, a day before the opening FIFA World Cup match between Mexico and South Africa. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Trump's attacks on mail balloting and concerns over delays turn midterms spotlight on Postal Service]]></title><link>https://www.local10.com/news/politics/2026/07/29/trumps-attacks-on-mail-balloting-and-concerns-over-delays-turn-midterms-spotlight-on-postal-service/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/trumps-attacks-on-mail-balloting-and-concerns-over-delays-turn-midterms-spotlight-on-postal-service/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Roughly six weeks before the first midterm ballots are mailed out, the U.S. Postal Service is emerging as a pivotal player in an election season that will determine control of Congress.]]></description><pubDate>Wed, 29 Jul 2026 15:24:34 +0000</pubDate><content:encoded><![CDATA[<p>Roughly six weeks before the first midterm ballots are mailed out, the U.S. Postal Service is emerging as a pivotal player in an election season that will determine control of Congress.</p><p>President Donald Trump is seeking greater control over mail balloting through an executive order while a change to how the agency processes mail is leading to criticism that it's failing to deliver ballots on time.</p><p>Democratic officials have raised concerns over the past week about how quickly the Postal Service will process ballots after tens of thousands of them in California and hundreds in Wisconsin arrived at local election offices too late to be counted in elections earlier this year. The top election offices in Kansas and Michigan are urging voters who want to cast their ballots early to avoid the mail and instead drop them off in person.</p><p>The Postal Service replied to those concerns by saying it remains “committed to fulfilling our role in the electoral process.”</p><p>“We provide a secure, efficient, and effective way for citizens to participate when policymakers decide to use mail as part of their elections,” it said in a statement Tuesday.</p><p>Trump's order puts more focus on mail ballots</p><p>The Postal Service faced similar questions about mail delivery in 2024, but the scrutiny this year is heightened because of an executive order Trump issued in March that seeks to create a national voter list to guide the Postal Service in deciding who gets a mail ballot.</p><p>The order has sparked multiple lawsuits and federal court orders, leading to a case now before the U.S. Supreme Court in which the administration is asking the justices to allow it to impose its restrictions on mail balloting.</p><p>Trump has lied for years about voter fraud to try to explain away his loss to Democrat Joe Biden in 2020, and mail balloting is a favorite target, even though he has used the method himself. During a recent stop in Michigan, he falsely characterized mail balloting as “inherently corrupt” and added, “Hopefully there will be no mail-in ballots."</p><p>A 2025 report from the research group Brookings identified about four cases of fraud for every 10 million mail ballots cast.</p><p>Despite Trump's attacks, the method remains popular with voters of both major parties. In 2024, nearly 30% of U.S. voters cast their ballots by mail, according to federal data. In Michigan, where competitive U.S. House and Senate races could help determine the balance of power in Congress, the state said it has sent out more than 2 million absentee ballots for the state's Aug. 4 primary.</p><p>“We want to keep vote by mail. We want to protect it. We want to expand it,” said Jonathan Smith, president of the 200,000-member American Postal Workers Union, which launched a campaign in April promoting it and is opposed to turning the Postal Service into an election administrator. “Why? Because it works.”</p><p>Legal battles intensify over Trump's order</p><p>The Postal Service proposed a rule in June in line with Trump's executive order that would create a national list of eligible voters, based on databases kept by other federal agencies. Only those on the list would be eligible to receive mail ballots.</p><p>Democratic officials in nearly two dozen states filed a federal lawsuit in Massachusetts. A federal judge there blocked Trump's order last month, and an appeals court upheld that ruling, prompting Trump's appeal to the Supreme Court. But the appeals court for the District of Columbia refused Tuesday to block the order in a separate case, calling a legal challenge premature.</p><p>Democratic senators and governors have written to the Postal Service urging it to abandon efforts to implement Trump's order.</p><p>“Donald Trump has shown he’ll stop at nothing to meddle in our upcoming elections," Wisconsin Sen. Tammy Baldwin said in a statement to The Associated Press. "At best, this new push will exacerbate already severe delays for mail-in voters and at worst, it will stop eligible Americans from casting their ballots.”</p><p>In a letter to Democratic senators earlier this month, the heads of the Postal Service said they were abiding by the court rulings that had halted the executive order. But Smith, of the postal workers union, told the AP on Tuesday that USPS information technology staffers who are union members are working on a planned portal for the list of eligible voters “behind the scenes.”</p><p>The Postal Service declined to respond to Smith's statements and said it could not comment about whether it's moving forward with work related to Trump's order because of the litigation.</p><p>The postal workers' union opposes the plan for a portal, a national list of eligible voters and using that list to determine who can receive a mail ballot. Smith said it shouldn't be postal workers' responsibility “to decide who can vote and who can’t vote.”</p><p>A plan to consolidate mail processing centers upsets officials</p><p>The Postal Service has been under financial stress for years and has been consolidating mail processing into fewer regional centers. Mail travels an average of 139 miles (224 kilometers) to reach one and sometimes 500 miles (805 kilometers), according to a recent Brookings report.</p><p>In January, a group of mostly Democratic senators said it was concerned about a decision to end twice-daily mail dispatches from local post offices to regional processing centers. The result is that mail arriving after the only daily dispatch would go out the next day.</p><p>California officials said the change was a factor in the state rejecting more than 148,000 ballots from its June primary, with 63% of them arriving too late despite a seven-day grace period. Officials worried that some ballots were postmarked at processing facilities the day after they were dropped off at a post office, possibly invalidating them. Wisconsin officials also said hundreds of ballots from an election in April arrived late.</p><p>The Postal Service said postmarks generally are being applied with automated equipment at processing centers, “in the same manner and to the same extent as before.” It said someone who wants to make sure their ballot envelope gets a timely postmark can get a free one applied by a postal worker.</p><p>A report on the 2024 election by the USPS Office of Inspector General said the Postal Service handled more than 59 million pieces of ballot mail from Sept. 1 to Nov. 15 that year and that 97.3% arrived on time.</p><p>Some state election officials advise voters to avoid the mail</p><p>The Michigan secretary of state’s office is advising voters to hand-deliver ballots to their local clerk’s office or a drop box.</p><p>“We’ve seen these issues over a number of election cycles now — they’re always concerning, and that’s why we’ve put out that guidance,” said Deputy Secretary of State Aghogho Edevbie.</p><p>The Postal Service said its Michigan centers are not seeing processing delays.</p><p>In Kansas, concerns about late ballot deliveries in the state's 2024 primary election prompted a quip on the social platform X from Secretary of State Scott Schwab, a Republican: “The Pony Express is more efficient at this point.” Asked his view now, spokesperson Whitney Tempel said Schwab still believes “keeping your ballot out of the hands of the federal government is best.”</p><p>Jamie Shew, a Democrat elected to oversee elections in Douglas County, home to the main University of Kansas campus, said his office is trying to change voters' perceptions.</p><p>“I think voters are used to, you can drop it off on Friday and we’re going to receive it by Election Day," Shew said Tuesday. “That’s just not the reality.”</p><p>California's state budget includes $10 million for social media campaigns and other efforts to discourage last-minute ballot mailings.</p><p>And the Postal Service said it hasn't changed its own longstanding advice for voters: They should get their ballots in the mail at least a week before their state's deadline for receiving them.</p><p>___</p><p>Associated Press writers Scott Bauer in Madison, Wis., Michael R. Blood in Los Angeles, Michael Casey in Boston, and Jacqueline GaNun in Lansing, Mich., contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXXGSCYKUANEF2UJPSUNFMJX44.jpg?auth=7c2e55b8843ad49ef45c5857b50fb3b06c6eb097fe393a1a93d4fb2da2ac7e1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delivery vans bearing the logo sit during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GU6ZU63CZX5JPY5EJNUQJREKXY.jpg?auth=8a0387b61736b0032cbaac8737548251f3229c4c393e4f9a59a65307b7583252&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Postal workers and their supporters rally in front of a post office in New York, Tuesday, July 28, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XUAPZ5FAGMPTRGH4YX2JCER4M.jpg?auth=0db049aed8569cb10c64ed90ff9a306b5b806ded2e342086b0db4f2c35a061da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person drops envelopes into a mailbox as postal workers participate in a national day of action outside a U.S. Post Office building, Tuesday, July 28, 2026, in Fort Worth, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I6KBOT4BUEBAGRZ4HBQDXEZEYI.jpg?auth=e9c01a26a9b2b253d606ca1c3107d46dd7ca4649ab9bd7c8dfc04db0686bb8f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joy L. Jackson, right, and Ketha Otis demonstrate against proposed changes to the U. S. Postal Service and President Donald Trump's executive order regarding a mail-in ballots Tuesday, July 28, 2026, in Miami Gardens, Fla.(AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMNBYZDUK67Q3L6SD3R57LA3GQ.jpg?auth=3601a8d8cd7d30e686c43f447b8ac51fd9859c56f855b1696860b352b76b9db7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erin Ludlam places a ballot in a drop-off box for the Democratic primaries at Blair-Caldwell Library, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content></item><item><title><![CDATA[July 29: Saharan dust returns to limit the rain chances, warm up the temperatures]]></title><link>https://www.local10.com/weather/2026/07/29/july-29-saharan-dust-returns-to-limit-the-rain-chances-warm-up-the-temperatures/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/29/july-29-saharan-dust-returns-to-limit-the-rain-chances-warm-up-the-temperatures/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Wednesday morning. A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m.]]></description><pubDate>Wed, 29 Jul 2026 10:28:52 +0000</pubDate><content:encoded><![CDATA[<p>Good Wednesday morning. A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the mid-90s, but heat indices will reach 105 to 108 degrees. Saharan dust returns to limit the rain chances and warm up the temperatures. Looking ahead, rain chances increase by the weekend. 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['Super Troopers' at 25: A quarter-century of mustaches and maple syrup — and a new film]]></title><link>https://www.local10.com/entertainment/2026/07/29/super-troopers-at-25-a-quarter-century-of-mustaches-and-maple-syrup-and-a-new-film/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/29/super-troopers-at-25-a-quarter-century-of-mustaches-and-maple-syrup-and-a-new-film/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A quarter of a century is a long time for mustache rides and syrup binges, but “Super Troopers” has gotten a lot of mileage out of the simple joys of friends goofing around.]]></description><pubDate>Wed, 29 Jul 2026 10:54:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A quarter of a century is a long time for mustache rides and syrup binges, but “Super Troopers” has gotten a lot of mileage out of the simple joys of friends goofing around.</p><p>The comedy troupe Broken Lizard, a group of college buddies who began performing together at Colgate University, broke through with 2001's “Super Troopers.” Made for less than $3 million, the movie cast Jay Chandrasekhar (who directed), Kevin Heffernan, Steve Lemme, Paul Soter and Erik Stolhanske as a group of juvenile Vermont state troopers. A then-Emmy-less Brian Cox played their cantankerous chief.</p><p>The movie became an unlikely cult hit, making many times over what it made in theaters ($23 million) on VHS and DVD. Roger Ebert begrudgingly called it “the kind of movie that makes you want to like it.”</p><p>Not all movies look like they were fun to make, but “Super Troopers” did. For Broken Lizard, the difference between the movie and the blooper reel is almost nonexistent. It's like they're living out the dream of every group of funny college pals.</p><p>“We talk about that being almost like the special sauce in the movies. You can’t fake 30 years of friendship. Even the best actors can’t do it,” Soter says before his fellow members make him question that declaration.</p><p>“OK, maybe Al Pacino could fake it.”</p><p>Broken Lizard has kept at it, making half a dozen other movies. In the intervening years, big-screen comedy has grown all but dead, so it hasn't always been easy. They resorted to crowdfunding to help finance 2018's “Super Troopers 2.”</p><p>But with “Super Troopers 3,” which Searchlight Pictures will release Aug. 7, they're back again in aviator sunglasses, broad-brimmed hats and, of course, mustaches. Alongside big-budget blockbusters like “Spider-Man: Brand New Day” and “The Odyssey,” “Super Troopers 3” will try to hold onto its narrow stretch of highway.</p><p>“It’s kind of a show-business miracle to be able to make eight or nine movies with your friends from college,” says Chandrasekhar. “We certainly never thought it could get this far.”</p><p>A comedy franchise built on speeding tickets</p><p>“Super Troopers” wasn't the first movie Broken Lizard made. In 1996, they released “Puddle Cruiser,” a comedy shot entirely on Colgate's campus. It didn't get distribution, so their only real hope for “Super Troopers” was that it play somewhere, anywhere. Around then, the quintet was performing in New York and touring college campuses. Road trips inspired the movie.</p><p>“We were getting pulled over a lot. You talk a lot of smack when you see the cops,” Lemme says. “But the second they pull up to the car, you’re immediately in butt-kissing mode. We always wondered what the cops were thinking, if they knew how much power they had over us and how much they could screw with us.”</p><p>One of the movie's most famous scenes featured two patrolmen (Lemme and Soter) pulling over a then-little-known Jim Gaffigan. During the course of giving him a ticket, they play a game where one has to say “meow” 10 times in place of “now.” Over the years, they've heard countless stories of everyone from police officers to pilots doing the same.</p><p>“My friend is a pilot for United Airlines and he said the aviation radio communication system is just drowning in meows,” Chandrasekhar says.</p><p>“Super Troopers,” the group has come to realize, has filtered into culture as much through traffic stops as streaming services. Sometimes, it's been to their benefit.</p><p>“I once got pulled over doing 120 miles per hour. The cop looked in the window. He said, ‘Mister, do you have any idea how fast you … Super Troopers?!’” recalls Lemme, laughing. “At the end, he brought over his ticket book and asked me for a photo and an autograph. His hands were trembling. I signed the ticket book, and made sure I didn’t sign on the dotted line. We took selfies by the side of the road.”</p><p>Maple syrup and mustaches</p><p>The guys of Broken Lizard are all now in their late 50s, but little of their dynamic has changed. In character, they playfully rag on each other — especially Heffernan's loud-mouthed Rodney Farva — but with an affection immediately recognizable to a certain kind of acerbic friend group.</p><p>That was true, too, over a recent interview by Zoom. Broken Lizard was in the middle of a cross-country promotional tour. (One stop included interrupting a Limp Bizkit concert, to register a noise complaint.)</p><p>“We have families and our own lives and stuff, and when we come together it’s like summer camp,” Heffernan says.</p><p>Twenty-five years of “Super Troopers” has meant a lot of months in mustaches. They usually shave them right away but have to grow them back for marketing the release. “The studio,” says Heffernan, “thinks the mustaches are the stars of the movie.”</p><p>Living with “Super Troopers” has other, stranger legacies. The first film memorably included a maple syrup chugging race. That, they all agree, they're too old for now.</p><p>“We’ve only done it once since,” says Chandrasekhar, shaking his head. “It’s not a good idea. It’s not a healthy choice.”</p><p>“We’ll go and do things like interviews or talk shows,” Lemme adds. “You walk in the room and every now and then you see a few bottles of maple syrup and your heart starts to sink.”</p><p>Turning a cult hit into a trilogy</p><p>In “Super Troopers 3,” times have also changed. The station gets their first electric police car, a development that figures surprisingly centrally to the plot. Capt. John O’Hagen (Cox) is struggling with retirement. Cox is returning to “Super Troopers” — one of his most randomly delightful screen credits — after his acclaimed run on HBO's “Succession.”</p><p>“He brings gravitas, and what’s great about that is it makes us more absurd and silly because we’ve got a real actor in the room,” says Soter. “We feel like idiots because we can barely hit our marks, and he’s super professional. It makes us end up being like goofy kids.”</p><p>But the main storyline is, for Chandrasekhar's Arcot “Thorny” Ramathorn, a diabolical development: His sister, Sarita (Hannah Simone), falls in love with Farva. As the two begin to plan a wedding, Thorny does whatever he can to sabotage the relationship.</p><p>“There’s love all over this movie,” says Lemme. “This is the most loving movie we’ve ever made.”</p><p>But it remains endlessly surprising to the Broken Lizard gang that “Super Troopers” has had the kind of life it has.</p><p>“George Lucas didn’t conceive of making a trilogy when he made ‘Star Wars,’ but it did very well, as did ‘Super Troopers,’” Lemme says. “So here we are making a trilogy.”</p><p>“We’re trying to bring back good old-fashioned R-rated American theatrical comedy. That’s sort of the mission here,” Chandrasekhar says.</p><p>Broken Lizard has sometimes mocked Hollywood's sequel baiting. At the end of 2006's “Beerfest,” they teased a fake follow-up, “Potfest,” that fans have continually asked about. Similarly, “Super Troopers 3" ends with a tag for a fourth movie.</p><p>“We're kind of kidding, but maybe we're not?” Lemme says.</p><p>“‘NYPD Blue’ made 250 episodes of their show, so we can do at least four or five of these little cop shows,” says Chandrasekhar, smiling.</p><p>“Yeah, and the ‘One Piece’ manga, they’ve done a thousand episodes,” Lemme says. “We’re going to do a thousand ‘Super Troopers’ movies.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LH7VLABAABKPG6GPH7FWC26XHU.jpg?auth=70aeae2da02546b84593860dfbc4c9b6ab7dc927c998e461086a58b40fba0948&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cast members, from left, Kevin Heffernan, Paul Soter, Steve Lemme, Jay Chandrasekhar and Eric Stolhanske pose for a portrait to promote the film "Super Troopers 3" on Monday, July 27, 2026, in Burbank, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMFX3AQN6XYLQ2KJEFIHUVVPAQ.jpg?auth=c38d08bb6c92d59d3d55ebe6e09d107a89a34ae5138c6150acb8d4abda4b84f1&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 Searchlight Pictures shows, from left, Nat Faxon, Kevin Heffernan, Jay Chandrasekhar, Steve Lemme, Paul Soter, Andrew Dismukes, and Erik Stolhanske from the film "Super Troopers 3." (Patrick Harbron/Searchlight Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Harbron</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H37RHPEU2LDWFPERSQQYS5FJJE.jpg?auth=ad5b07ba8ee3dfb79e2f5a4cdfc00b91fa20fec2e97ea3d6437e684c074b3eee&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 Searchlight Pictures shows, from left, Steve Lemme, Paul Soter, Brian Cox, Kevin Heffernan, Jay Chandrasekhar, Andrew Dismukes, and Erik Stolhanske from the film "Super Troopers 3." (Patrick Harbron/Searchlight Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Harbron</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUN3JVFZJKDZ5VJCKOXS2PCIGA.jpg?auth=df58eb283a1605730d035fc0e4252438083f6a37e03672effc98f68cb2f53465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director/cast member Jay Chandrasekhar, center, poses for a portrait with fellow cast members, from left, Kevin Heffernan, Paul Soter, Eric Stolhanske and Steve Lemme to promote the film "Super Troopers 3" on Monday, July 27, 2026, in Burbank, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Ukraine says it hits 2 major Russian oil refineries hours after Zelenskyy's meeting with Trump]]></title><link>https://www.local10.com/news/2026/07/29/ukraine-says-it-hits-2-major-russian-oil-refineries-hours-after-zelenskyys-meeting-with-trump/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/29/ukraine-says-it-hits-2-major-russian-oil-refineries-hours-after-zelenskyys-meeting-with-trump/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian forces hit two of Russia’s biggest oil refineries overnight in its latest long-range strikes, officials said Wednesday, as Kyiv deepened its economic, military and diplomatic pressure on Moscow.]]></description><pubDate>Wed, 29 Jul 2026 12:07:04 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian forces hit two of Russia’s biggest oil refineries overnight in its latest long-range strikes, officials said Wednesday, as Kyiv deepened its economic, military and diplomatic pressure on Moscow.</p><p>Ukraine’s almost daily long-range drone and missile strikes using domestically developed weapons have battered Russian oil facilities for months. The operation has brought a fuel crisis that is embarrassing the Kremlin more than four years after Russia’s all-out invasion of its neighbor.</p><p>The overnight attacks started fires at a Lukoil refinery in Russia’s Perm region, more than 1,500 kilometers (900 miles) from Ukraine, and a refinery in Ryazan, about 400 kilometers (180 miles) from the border, Ukraine’s Security Service and General Staff said in separate statements.</p><p>The refineries have a combined annual production capacity of around 220 million barrels of oil, according to Ukraine, and make a vital contribution to Russia's military effort and its government revenue.</p><p>It was not immediately possible to independently verify the claims. Ryazan Gov. Pavel Malkov said only that six people were taken to hospital after a drone attack. He said drone debris caused fires at unidentified “industrial sites.”</p><p>Russian online retailer Wildberries, a major supplier likened to Amazon that Ukraine has targeted in recent days, said it evacuated employees from a facility in Ryazan but provided no further details.</p><p>Russia has sophisticated air defenses but its vast territory is hard to comprehensively cover.</p><p>The attacks came hours after President Volodymyr Zelenskyy visited Washington on Tuesday for talks with U.S. President Donald Trump to push for more vital American help for Ukraine’s fight against its much bigger enemy.</p><p>“Russia must feel that every day of this war will only come at a higher cost for it. We need to weaken the aggressor and keep up the pressure to bring an end to this war closer,” Zelenskyy said on social media.</p><p>Ukraine’s recent high-profile successes against Russia have impressed Washington and helped restore U.S. goodwill after Trump’s reluctance at the start of his second term to keep supporting Kyiv. That stance had raised the specter of Ukraine and Europe having to stand up to Russian aggression alone.</p><p>Zelenskyy says he had a good meeting with Trump</p><p>Zelenskyy said he had a “good meeting” with the American president, and Trump described the meeting as a “Great Honor.” The talks took place behind closed doors.</p><p>“Many things were discussed. The meeting went very well!” Trump wrote on Truth Social.</p><p>Zelenskyy said he also had a meeting in Washington with representatives of both parties in the U.S. Senate, with more than 60 senators in attendance, as Ukraine pushes for more sanctions on Russia. He also met with representatives of Lockheed Martin, days after he welcomed a delegation from Raytheon to Kyiv.</p><p>The U.S. weapons manufacturers are a crucial source of sophisticated weaponry, such as Patriot air defense systems, that Ukraine hopes to make itself. Trump said earlier this month he would grant Ukraine licenses to manufacture the Patriots it needs to counter Russia’s ballistic missiles.</p><p>Zelenskyy says Ukraine is discussing joint production and technology exchange with both Lockheed Martin and Raytheon.</p><p>Ukraine is ready to share its cutting-edge — and battle-tested — drone technology. Its swift technical innovation has paid dividends as it helps pin down Russia’s bigger army on the front line and denies it supplies by hitting rear areas.</p><p>That has impressed countries around the world. Matthew Whitaker, the U.S. Ambassador to NATO, said during a visit to Ukraine earlier this week: “From reconnaissance and logistics to precision strikes, Ukraine has shown the world how unmanned systems can give smaller forces a decisive edge.”</p><p>US envoys to visit Kyiv but no date set</p><p>Prospects for a settlement to stop the fighting appear dim, despite a yearlong diplomatic push by the Trump administration.</p><p>But U.S. officials also agreed that Steve Witkoff and Jared Kushner, the president’s main envoys, would make a trip to Kyiv sometime in the future, according to a person familiar with the talks who was granted anonymity to discuss the closed-door meeting.</p><p>Maj. Gen. Mykhailo Drapatyi, the new commander-in-chief of Ukraine's military, said in a social media post on Wednesday that he had held his first phone conversation with Gen. Alexus G. Grynkewich, the Supreme Allied Commander Europe and Commander of U.S. European Command.</p><p>“I outlined my vision of Ukraine’s victory and the capabilities required to achieve it,” said Drapatyi, who was appointed last week as part of a government reshuffle.</p><p>“At this stage of the war, we must strengthen operations across multiple domains, prevent enemy infiltration into our defensive lines, and expand both long-range and medium-range precision strikes against the enemy,” he added.</p><p>Ukraine says it hits over 200 Russian vessels in 3 weeks</p><p>Ukrainian units also have struck 201 Russian vessels over the past three weeks in the Black Sea and Sea of Azov, which border both countries, a senior military official said.</p><p>The tally doesn’t include vessels hit by Ukraine’s Security Service and other military groups, a Ukrainian military commander who could be identified only by his call sign Magyar, in keeping with the rules of the Ukrainian military, said late Tuesday.</p><p>Ukrainian forces also struck a naval base used Russia’s Black Sea, according to the General Staff.</p><p>It reported other strikes on a radar station in Russia’s Bryansk region on the border and on a drone launch site and a road bridge in the occupied part of Ukraine’s eastern Donetsk region.</p><p>The Russian Defense Ministry reported Wednesday that its air defenses shot down 295 Ukrainian drones overnight above a number of Russian regions and occupied Crimea.</p><p>Russian glide bombs struck the northeastern city of Kharkiv and 17 other places in the region of the same name over the previous 24 hours, wounding 11 people, the head of the regional military administration, Oleh Syniehubov, said.</p><p>___</p><p>Hatton reported from Lisbon, Portugal.</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/6MXSFS2KUD36HERUY5KPYBEFGU.jpg?auth=8d07bcb9d3cc9bb9b3b948832ce5503fb6b1e8c1bd247b58ae9db701b75fe971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine President Volodymyr Zelenskyy, is joined by from left: Sen. Richard Blumenthal, D-Conn., Sen. Katie Boyd Britt, R-Ala., Sen. Roger Wicker, R-Miss., and Sen. James Risch, R-Idaho, as he arrives at the U.S. Capitol for a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HQB22TJPHDOVUBSQTDVPPVF6M.jpg?auth=a7d368983221e0c7915bc305131816e5d8535c8899dc85e8cbf30019f3e49834&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy stands with a bipartisan group of Senators in the Capitol building, Tuesday, July 28, 2026, in Washington. (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/WRNUX3H3NVDU2KZORPXOVA7SUE.jpg?auth=73910840f13790c5ff1d3026bf35c37c60321f82ea67dee251b8c3929a23f247&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy, center, speaks to reporters at the U.S. Capitol with from left: Sen. Richard Blumenthal, D-Conn., Sen. James Risch, R-Idaho, Sen. Roger Wicker, R-Miss., and Sen. Mark Kelly, D-Ariz., following a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOUDZK3CU36LORUY3T5DSLQ3YE.jpg?auth=cd404943d32106165c103eb9bb6dbbfcb119de89a8d14d80412765abca9ac838&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy, center, is joined by from left: Sen. Katie Britt, R-Ala., Sen. Richard Blumenthal, D-Conn., Sen. James Risch, R-Idaho, and Sen. Roger Wicker, R-Miss., as he arrives at the U.S. Capitol for a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</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>Breaking News: Driver slams car into Lauderhill home overnight</li><li><a href="https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/">TPS ending for Haitians sparks fears of lost tax revenue, labor shortage</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/lauderhill-neighborhood-rocked-by-over-a-dozen-overnight-car-break-ins/">Lauderhill neighborhood rocked by over a dozen overnight car break-ins</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[Fauci invokes the Fifth Amendment and declines to testify in GOP-led Senate panel's COVID-19 hearing]]></title><link>https://www.local10.com/news/world/2026/07/29/fauci-invokes-the-fifth-amendment-and-declines-to-testify-in-gop-led-senate-panels-covid-19-hearing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/fauci-invokes-the-fifth-amendment-and-declines-to-testify-in-gop-led-senate-panels-covid-19-hearing/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD and ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Dr. Anthony Fauci on Wednesday repeatedly invoked the Fifth Amendment and declined to answer dozens of questions from senators in a Republican-led committee hearing about his handling of the COVID-19 pandemic.]]></description><pubDate>Wed, 29 Jul 2026 16:40:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Dr. Anthony Fauci on Wednesday repeatedly invoked the Fifth Amendment and declined to answer dozens of questions from senators in a Republican-led committee hearing about his handling of the COVID-19 pandemic.</p><p>The decision, at least for now, shielded Fauci from answering questions that could expose him to accusations of lying under oath. Though he received a pardon in early 2025 from Democratic President Joe Biden, some Republicans pursuing a yearslong campaign for his arrest had suggested he could still face charges for any perjury committed during Wednesday’s hearing.</p><p>The scientist, who helped lead the nation’s COVID-19 response, was subpoenaed to testify under oath by Republican Sen. Rand Paul of Kentucky, who has long had an antagonistic relationship with Fauci.</p><p>In response to angry, sometimes mocking, questions from Republican senators, Fauci declined to answer more than 100 times, injecting new drama into partisan divides that have festered for years about the origins and handling of the pandemic. Fauci himself has become a polarizing figure, even receiving death threats that prompted him to seek security.</p><p>In his opening statement, Fauci said Paul has an “obvious obsession with calling for my prosecution.”</p><p>“The only conclusion I can reach is that the sole reason he is calling me before this committee is to get me to say something, anything, that could vindicate his repeated public pledges that I end up, in his words, quote, behind bars, unquote.” Fauci said, adding that while it pained him to do so, he was following his attorney’s advice by taking the Fifth.</p><p>Republicans accuse Fauci of lying while Democrats say he didn't deserve that</p><p>In the combative hearing, Paul and other Republicans accused Fauci of lying in earlier testimony about the origins of the coronavirus, something the longtime National Institutes of Health scientist has forcefully denied. Democrats called the hearing a politically motivated attempt at entrapping Fauci and praised the scientist for his work during the pandemic.</p><p>With Fauci declining to answer questions throughout, Paul dominated the approximately three-hour hearing, listing a litany of accusations and detailed questions about the pandemic.</p><p>“Today will be the capstone to Anthony Fauci's 40 years of abuse of power at NIH,” Paul said. “History will judge, but the facts as we now know them paint a sordid tale of dishonesty, misjudgment and ultimately the hubris, the likes of which the world has never seen.”</p><p>In one heated moment of the hearing, Paul ejected Fauci attorney David Schertler from the room after he tried to speak without being recognized. In a statement, Schertler said the removal was “outrageous and demonstrates the completely biased and baseless nature of this proceeding.” In another statement, he called Paul’s accusations about Fauci “false and disgraceful.”</p><p>Democratic senators praised Fauci and said he didn’t deserve the treatment he was getting.</p><p>“This hearing is designed to entrap you,” said Sen. Maggie Hassan of New Hampshire.</p><p>Paul has long argued Fauci should be criminally investigated based on his belief that the scientist was dishonest in previous testimony to Congress.</p><p>Paul announced late in the hearing that the committee would vote next week on whether to hold Fauci in contempt for declining to answer questions. The senator did not say whether he would push for a criminal contempt referral to federal prosecutors or another charge.</p><p>Paul releases some of Fauci's diary</p><p>Leading up to the hearing, Paul released more than 1,000 pages of Fauci’s personal diary covering the pandemic years. Pointing to some notes about early efforts at understanding how the virus emerged, Paul said on social media that what Fauci “wrote privately and what he told the country are two different stories.”</p><p>Some of the diary entries – including Fauci’s uncertainty in the pandemic’s earliest days as scientists around the world raced to understand the new virus and how best to curb it before vaccines could be created – already were reflected in a 2024 memoir and in interviews at the time.</p><p>But they have nonetheless drawn attention from people who blame Fauci for mask mandates, school closures and other policies they believe infringed on their rights as hundreds of thousands of people were dying.</p><p>Earlier Wednesday, President Donald Trump wrote on social media that he stopped relying on Fauci over the course of the pandemic because he felt the scientist made bad decisions on masks, shutdowns and other issues.</p><p>Health Secretary Robert F. Kennedy Jr., a longtime anti-vaccine activist before entering public office, said on social media that his department found the diary entries in government property and gave them to the committee.</p><p>Dozens of disease experts defend Fauci</p><p>Scientists also scrambled to Fauci’s defense ahead of the unusual hearing — the second time he has been back before Congress to discuss pandemic origins since leaving the government in 2022. While the COVID-19 pandemic introduced him to millions of Americans, he talked the nation through numerous outbreaks over decades, including HIV, Ebola and the 2001 anthrax attacks, while advising seven presidents.</p><p>In a public letter, more than 150 infectious-disease experts and other scientists wrote that “no credible evidence has been produced to support these absurd charges” and that they are “urging our elected representatives in Congress stop these witch-hunts.”</p><p>Among topics discussed at Wednesday's hearing was whether NIH-funded research in China may have played a role in how the pandemic started.</p><p>Many scientists believe the virus most likely emerged in nature and jumped from animals to people, coming to light when it spread at a wildlife market in the Chinese city of Wuhan. There’s no new scientific information supporting that the virus might instead have leaked from a laboratory, a theory Paul champions. A GOP-led subcommittee that studied the question in 2024 did not find any evidence linking Fauci to wrongdoing.</p><p>Fauci has long said publicly that he was open to both theories but that there’s more evidence supporting COVID-19’s natural origins.</p><p>Republicans also have accused Fauci of lying about whether his agency funded what's known as gain of function research — the practice of enhancing a virus in a lab to study its potential real-world impact — at a lab in Wuhan.</p><p>The NIH for years gave grants to a New York nonprofit called EcoHealth Alliance, which used some of the funds to work with a Chinese lab studying coronaviruses commonly carried by bats. But the definition of gain of function covers both general research and especially risky experiments to enhance the ability of potential pandemic viruses to spread or cause severe disease in humans. Fauci has previously stressed he was using the risky experiment definition and that “it would be molecularly impossible” for those bat virus experiments to have turned into the pandemic virus.</p><p>Trump, a Republican, last year paused some federally funded gain of function research, and on Tuesday his administration announced new rules to tighten oversight.</p><p>___</p><p>Swenson reported from New York.</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><p>___</p><p>Follow the AP's coverage of the coronavirus pandemic at https://apnews.com/hub/coronavirus-pandemic.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GN4HHCRAUQCMIK5GP4ERG4D7IQ.jpg?auth=15b42641c3a7a273b41f9732e092faae4f128d5c029401b9945c21878d5a41e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (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/3NR5GOTZTMGL22DWNL6LSJNDW4.jpg?auth=ea7224c9681cee2e97afdc704cdb642d76b22d0680cf83770fb024ae6dda1fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci is sworn in before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (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/X6EETHJELK2VY4FXBXULER7SUA.jpg?auth=9368a80a200a4670db7e044599e241c018131fd17e2b921bbc0bf6a73e69086b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (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/A74LQTQ3XRW4OKXBIZTAGIQGUY.jpg?auth=7d8e6fa8bc332372bc2bee51525c9ad7836593dbff0087fbfa1dd55636cafeec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Rand Paul, R-Ky., speaks as Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (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/QYKW52IRPEDVYLSLADMYJFXMDA.jpg?auth=868cbc3849c0c59a15cbf19365e892c65a6a6f4ad173da843d1a199f0c9b2c46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Gary Peters, D-Mich., speaks as Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[The Latest: Fire crews in southwest France battle massive blaze as they face extreme temperatures]]></title><link>https://www.local10.com/news/world/2026/07/29/the-latest-fire-crews-in-southwest-france-battle-massive-blaze-as-they-face-extreme-temperatures/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/the-latest-fire-crews-in-southwest-france-battle-massive-blaze-as-they-face-extreme-temperatures/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Firefighters in southwest France are fighting against a mega-fire four times the size of Paris.]]></description><pubDate>Wed, 29 Jul 2026 15:55:08 +0000</pubDate><content:encoded><![CDATA[<p>Firefighters in southwest France are fighting against a mega-fire four times the size of Paris.</p><p>Meanwhile, temperatures are expected to climb above 40 degrees Celsius (104 degrees Fahrenheit) on Wednesday. The heat wave and forecast winds could hamper progress against the blaze that has forced 220,000 people from their homes, authorities for the Gironde region around Bordeaux said.</p><p>Two firefighters died Wednesday while battling a wildfire in the Rethymno region of Crete, Greece’s fire department said. They were among about 125 firefighters confronting flames fanned by strong winds, with four helicopters and four water-dropping planes deployed.</p><p>In neighboring Spain, people are bracing for the fourth heat wave of the summer, with several blazes still burning out of control.</p><p>Across France and Spain, roughly 330,000 people have been driven from homes and vacation sites by huge wildfires.</p><p>Here's the latest:</p><p>Evacuees in Spain worry about wildfire’s economic impact as they return home to destruction</p><p>A wildfire now under control near Spain’s capital, Madrid, was one of the worst the area has ever seen, taking a hit to small businesses in villages and towns in the region.</p><p>Evacuees have now been allowed to return to their homes and businesses — some of whom are taking in the destruction left by the blaze.</p><p>The Monasterio Camping site — which offered tent sites, static caravans and bungalows for visitors — was severely affected by the wildfires.</p><p>“Economically, it’s a disaster, especially during this time, as it’s the peak season,” said manager Esteban Carrasco.</p><p>In the village of Pelayos de la Presa, the mayor is worried about the impact the fire will have on tourism. The village near the San Juan reservoir offers a green escape about an hour outside the capital.</p><p>Mayor Antonio Sin said he hoped authorities would “make a serious plan, based on a careful study of what we need to do, so that first, we restore it to its former state or make it even more beautiful, and second, to ensure this doesn’t happen again.”</p><p>‘Apocalypse’ on land, and for businesses</p><p>The head of the local chamber of commerce in the Bordeaux region says callers who dialed in to telephone helplines have at times cried over the loss of their homes or appealed for support after losing their businesses.</p><p>“It’s a physical apocalypse when you see all these sites where there’s nothing left aside from burnt homes and forests, and then there’s the economic apocalypse,” said Patrick Seguin, his voice choking with emotion in a phone interview.</p><p>He particularly lamented the ordeal faced by residents of Le Porge, a village where 183 homes were lost: “It was like a village in Ukraine that has been bombed. There’s nothing left.”</p><p>Two firefighters die in wildfire on southern Greek island of Crete</p><p>Two firefighters have died in a wildfire that broke out Wednesday on the southern Greek island of Crete, the fire department said.</p><p>The two were among more than 150 firefighters battling a wildfire in the region of Rethymno in Crete that broke out Wednesday afternoon.</p><p>“They fell heroically in the line of duty to protect the lives and property of citizens and the natural environment,” the department said in a written statement.</p><p>The flames were being fanned by strong winds in the area, which was hampering firefighting efforts. Four helicopters and four water-dropping planes were also deployed, the fire department said.</p><p>Evacuation orders were issued for several areas near the fire.</p><p>The circumstances of the two deaths were not immediately clear.</p><p>Local media said initial reports indicated that the two were trapped in their vehicle after becoming disoriented by the smoke.</p><p>Greece’s coast guard said two coast guard patrol boats and private vessels were on standby should an evacuation by sea become necessary in the Rethymno fire.</p><p>Spanish authorities say Madrid region and Ávila wildfires under control, and lift more evacuation orders</p><p>By Wednesday afternoon, firefighters had stabilized forest fires burning in the Madrid region and province of Ávila, Spain’s Interior Minister Fernando Grande-Marlaska said.</p><p>Authorities lifted all evacuation orders in Ávila and in additional villages affected in the Madrid region.</p><p>Together, the two fires burned about 700 square kilometers (270 square miles) — an area slightly larger than Chicago.</p><p>Despite the positive development, Spanish Prime Minister Pedro Sánchez urged caution as much of the country was baking under a fourth heatwave that began Wednesday.</p><p>Firefighters continued to battle a large wildfire in Castellón in eastern Spain.</p><p>Hottest day this week in France</p><p>Extreme heat strips moisture from vegetation and drives down humidity, turning grasses, brush and forest litter into faster-burning fuel.</p><p>Météo-France said Wednesday would be the hottest and driest day of the week, with elevated wildfire danger across every region of France. Drought now covers mainland France and Corsica, with soils nearing the record dryness reached in August 2022.</p><p>Smoke from the Gironde and Landes fires also pushed particulate pollution higher across both departments, regional air-quality monitors said.</p><p>Gironde authorities ordered 4,000 more people out of tourist sites along the Atlantic coast on Tuesday, widening what may be France’s largest peacetime evacuation.</p><p>“The situation remains complicated. That’s clear. We’re not out of the woods,” said Gironde prefect Sophie Brocas, who also authorized 60,000 evacuees to return to three Bordeaux suburbs untouched by fire.</p><p>The opposing movements — thousands ordered out of coastal resorts as others returned with mobile phones on and emergency bags packed — captured how precarious the situation remains.</p><p>Turkish wildfire triggers evacuation</p><p>Turkish authorities have evacuated around 200 residents and a state hospital as a preventive measure, as the wildfire in southwest Turkey continues to rage.</p><p>Ahmet Aras, the mayor of Mugla province, says strong winds are hampering efforts to bring the fire under control. Earlier, the blaze forced the closure of a highway in the region.</p><p>Firefighters were also tackling wildfires in other parts of the country, including in the neighboring province of Antalya where a number of holiday homes were evacuated as a protective step, the state-run Anadolu Agency reported.</p><p>Belgium sends planes, soldiers and firefighters to France to battle blaze</p><p>Belgium is deploying military staff and hardware to fight fires in France, the country’s defense minister said on Wednesday.</p><p>“Our military personnel have the expertise and resources necessary to support the fight against forest fires and thus help protect human lives, homes, and precious natural areas,” said Belgian Defence Minister Theo Francken, who posted videos online of 2 Panther firetrucks being loaded onto an A400M military cargo plane for transport to France.</p><p>As the pair of firetrucks take to the sky, a convoy of 9 water trucks with 10,000-liter tanks will drive to support France’s efforts to battle blazes. A total of 29 military personnel will be deployed to France for at least two weeks of round-the-clock rotational duty.</p><p>“When a friendly country faces a crisis of this magnitude, we don’t respond with words, but with actions,” Francken said.</p><p>Belgian Prime Minister Bart De Wever said on social media that “in these difficult times, our French neighbors can count on our solidarity.”</p><p>UK authorities declare drought in about half of England</p><p>Britain’s Environment Agency said on Wednesday that about half of England is now experiencing a drought as the country entered its fourth heat wave of the year.</p><p>Parts of central, eastern, and southern England are facing drought conditions, which came on quickly due to a combination of very low rainfall and high temperatures.</p><p>“Rivers are running low, farmers are having to harvest crops early, wildfire risk is increasing, and millions of people are living under restrictions on water use,’’ the agency said in a statement.</p><p>This is England’s second drought in a row and the third in the past five years as Britain’s climate changes, the agency said.</p><p>England has now entered its fourth heat wave of the year. That, combined with July rainfall that has been 1% of normal in southern England, means that water storage is being depleted and there is “no substantial rain on the way,” the agency said.</p><p>Wildfire on Greek island sparks evacuations</p><p>In Greece, firefighters were tackling several wildfires around the country, with the most serious being one that broke out Tuesday on the Aegean island of Paros.</p><p>Authorities urged people to evacuate from around 10 areas on the island – five on Tuesday and another five during the night, in the early hours of Wednesday.</p><p>Reinforcements of firefighting teams specialising in forest fires were sent from Athens, and two water-dropping planes and five helicopters were helping nearly 90 firefighters battling the flames on the ground, the fire department said.</p><p>Bordeaux winemaker says mega-fire will be bad for business</p><p>The Grand Verdus wine chateau near Bordeaux isn’t in the path of the monster fire, but it is bracing for the economic impact.</p><p>Edouard le Grix de la Salle, who runs the family business with his brother, is alarmed that France’s interior minister and other government authorities have urged people to avoid the Bordeaux region because of the blaze west of the historic city. August is a peak period for tourism in southwest France.</p><p>“It’s incredible that they’ve said such a thing, especially when wine tourism is becoming more and more important,” Grix de la Salle said in an Associated Press interview. “How did they not think about protecting that sector? And the cultural sector too—there’s so much to visit in Bordeaux. There are so many museums, there are châteaux. It’s unbelievable.”</p><p>Wildfire shuts down highway in Turkey</p><p>A wildfire in southwest Turkey has forced authorities to temporarily shut down a highway from the popular tourist hub of Fethiye to the city of Antalya.</p><p>The blaze began in an agricultural area in Mugla province on Wednesday before spreading into a nearby forest area, driven by strong winds.</p><p>Five airplanes, 11 helicopters, 40 fire trucks and hundreds of personnel were dispatched to extinguish the fire, the Mugla governor’s office said.</p><p>The statement called on motorists to use alternative routes and not to block emergency lanes.</p><p>Thousands of evacuees in Spain set to return home as Castellón blaze challenges firefighters</p><p>Tens of thousands of evacuees in central Spain were expected to return home starting Wednesday after firefighters made progress with blazes burning in the Madrid region and Ávila.</p><p>Authorities began lifting evacuation orders on several towns in the Madrid region late Tuesday, allowing some 20,000 people to return to their homes, along with 14,000 people who had been under shelter-at-home orders, according to Francisco Martín, the Madrid region’s central government representative.</p><p>Some villages in Ávila, which was battling the biggest fire in the history of Spain, were also expected to be allowed to go back to their homes. Authorities were expected to provide more details Wednesday afternoon.</p><p>Meanwhile, 10,000 people were still under evacuation orders due to a wildfire in Castellón in eastern Spain that authorities said was still not under control.</p><p>Spain braces for another heatwave as it battles fires</p><p>Spain’s weather agency AEMET is warning that the risk of wildfires remains very high or extreme across much of the country.</p><p>Back-to-back heatwaves have suffocated Spain this summer, with temperatures repeatedly exceeding 40 Celsius (104 degrees Fahrenheit).</p><p>The fresh heatwave was expected to mainly affect the northeast and parts of central Spain, while temperatures were pushing 40 Celsius (104 degrees Fahrenheit) in several inland areas in the normally hot, southern Andalusia region.</p><p>As heat wave stretches across Europe, UK health officials warn of risks</p><p>Temperatures are expected to reach 34 degrees Celsius (93 degrees Fahrenheit) in eastern England on Wednesday, pushing parts of the country into its fourth heat wave of the year, according to the UK Met Office.</p><p>The U.K. Health Security Agency has issued an amber heat-health advisory for London and southeast England, warning of increased risk to older people and the very young that may strain health and social care providers.</p><p>Temperatures are expected to drop on Thursday, with forecast highs around 27 degrees C (81 degrees Fahrenheit), the Met Office said.</p><p>This spring was the warmest ever recorded in England, and temperatures remained well above normal in June and July, the Met Office said earlier this month. The average mean temperature in England was 2.4 degrees (4.3 degrees Fahrenheit) above average between June 1 and July 15, the agency said.</p><p>French firefighters’ battle plan is “we strike quickly and strike hard”</p><p>So says Matthieu Jomain, a commander in the massive effort to contain the mega-blaze in southwest France that’s burned through an area four times the size of Paris.</p><p>Speaking Wednesday, Jomain said the blaze burning since last week isn’t growing any more but still isn’t beaten. A heat wave that will further dry out already arid forests and scrubland is heightening the risk of flames flaring again. Fire crews are bracing for forecast temperatures above 40 C (104 F).</p><p>“More than 2,200 firefighters are still deployed,” he said. “Almost all of France’s firefighters are there. Our European counterparts have come to lend us a hand on the ground and in the air. We have a fleet of over twenty aircraft.”</p><p>“The strategy remains the same. We strike quickly and strike hard at any new smoke emissions.”</p><p>How to keep the air inside your home clean during wildfires</p><p>Wildfire smoke can settle over cities for days — like the recent blanket over parts of the U.S. from burning fires in Canada, which has created hazardous air for millions of people across multiple states.</p><p>Health officials advise people to stay indoors — and to take steps to keep the air in your home clean:</p><p>1. If you have central air conditioning, it should clean the air in your home. Make sure filters are replaced on schedule and are of the highest level of filtration your system can handle.
                2. If you buy a portable air filter, look for a HEPA air filter or one that says it traps small particles of pollution. Ensure it does not generate ozone, another harmful air pollutant.
                3. Whether it’s a towel, some tape, or something else — plug areas where air could enter from outside.
                4. Exposure to wildfire smoke can lead to shortness of breath, chest tightness, headaches, and a burning sensation in the nose and eyes. If you’re wheezing, can’t catch your breath or are in distress, get to the emergency room immediately.</p><p>Survivors face an uncertain future</p><p>For the hundreds of thousands of evacuees, the question is the same: What will they find when they’re finally allowed to go home, or to what’s left of it?</p><p>With no word on when she’ll be able to return home, Elvira Menéndez will spend her third night on Sunday at the makeshift shelter set up in a sports complex in Villaviciosa de Odón, a 40-minute drive from the home she was forced to leave as the blaze neared.</p><p>On Friday afternoon, two major fires near Madrid merged into a single blaze. It later combined with another that was already burning in Ávila, north of the capital. This forced the government to declare a national fire emergency for the first time. Since then, the flames have also spread to Toledo, a province southwest. In all, the flames have scorched 77,000 hectares in the central part of the country alone.</p><p>Menéndez’s anguish was shared by Rocío Domínguez, who fled her house with only the clothes on her back. “All the clothes, all the memories, everything, everything, everything,” were left behind, she told The Associated Press.</p><p>French wildfire created a monster cloud, unleashing lightning that ignited more fires</p><p>France’s wildfire grew so powerful that its smoke column became a thunderstorm, generating lightning that struck the ground and ignited new fires beyond the original blaze, French officials said.</p><p>Put another way, that means the inferno was no longer simply being propelled by the weather. It was making its own. The thundercloud also produced violent, erratic winds capable of driving the flames in new directions.</p><p>The phenomenon, called a pyrocumulonimbus, or pyroCb, is rare in Europe and more commonly documented in North America and Australia, where it occurs only over some of the most extreme fires. France’s national firefighters federation said it had never before recorded one in the country.</p><p>At about 6:20 p.m. Friday, two days after the fire began, the departmental fire and rescue service said it had generated a pyrocumulonimbus. The cloud weakened overnight as humidity rose, then formed several times again.</p><p>Repeatedly, heat and smoke have surged upward into a vast black thundercloud, electrified and lit from within.</p><p>A 2:47 a.m. alert, a rabbit and 220,000 evacuees as France’s wildfire rages on</p><p>Europe is experiencing one of its biggest evacuations since World War II. Among the more than 220,000 people told to flee are Morgane Bonichot, her 9-year-old daughter and their pets.</p><p>Her daughter was in the blaze’s epicenter when it ignited last week, staying with an uncle in the midst of the pine forests, scrub and farmland being consumed by an inferno so virulent that it has morphed at times into a self-feeding firestorm, spitting lightning bolts that have sparked yet more flames.</p><p>Among the fire’s first evacuees, the daughter came home Friday. But with the flames spreading closer to her mother’s house west of Bordeaux, the daughter began preparing to flee again.</p><p>All told, regional authorities have emptied two dozen towns and villages, some ravaged by fire. Others between the blaze and Bordeaux, including Saint-Jean-d’Illac, were evacuated as a precaution by government officials who say their priority is making sure that no lives are lost.</p><p>Wildfires are more extreme in Europe and North America, but global burning is oddly decreasing</p><p>As wildfires in Europe and North America grow more extreme, key worldwide burning statistics are at a record low largely because Africa and Asia are controlling fire more.</p><p>Experts say these seemingly opposite trends are happening at the same time because of what humanity is doing to the planet.</p><p>Spain’s wildfire is that country’s largest on record at more than 193 square miles (500 square kilometers), while wildfires in Europe have burned just a bit under 2025’s all-time high. In Canada and the United States this summer, land burned by wildfires is at least 25% higher than the 10-year average and more than double what it was decades ago, according to national wildfire centers.</p><p>And yet the world went into July this year with record low global emissions from burning fires, a key measure of their prevalence, the European climate center Copernicus reported. That is because fires in Africa and Asia are way down due to changing agricultural practices, fire management and where people are moving to, said Mark Parrington, a senior scientist at Copernicus.</p><p>A heat wave threatens to reignite France’s mega-fire near Bordeaux</p><p>Fire crews battled a mega-fire four times the size of Paris in southwest France while facing tinderbox temperatures forecast to climb above 40 degrees Celsius (104 degrees Fahrenheit) on Wednesday.</p><p>The heat wave and forecast winds could hamper progress against the blaze that has forced 220,000 people from their homes, authorities for the Gironde region around Bordeaux said.</p><p>In a Wednesday morning update on the huge firefighting effort, Gironde authorities said the situation overnight had been “calm” and that the blaze hadn’t spread — although it’s still not contained a week after it started.</p><p>The onset of heat-wave temperatures and winds heightened the risk of flames flaring again.</p><p>On Tuesday, Gironde authorities ordered 4,000 more people evacuated from tourist sites along the Atlantic coast, widening what may be France’s largest peacetime evacuation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTJLQ7HLZH2X3EPQEKA3GN2RME.jpg?auth=b06e041d4e771623f5e507b767de87fb28b465d4a64e145cde54abf3eb040f28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man works to extinguish hot spots in an area burned by a wildfire near Casavieja, Ávila province, Spain, Wednesday, July 29, 2026. (AP Photo/Olmo Calvo)]]></media:description><media:credit role="author" scheme="urn:ebu">Olmo Calvo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FSLO7D2BCK6SJOK5B7HVHHS6U.jpg?auth=4e352d39df311f1a5483beac447527285dd3ae07b0efeb981a27a6ea17153693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fire crews are deployed to battle a wildfire near El Tiemblo, Madrid province, Spain, Wednesday, July 29, 2026. (AP Photo/Olmo Calvo)]]></media:description><media:credit role="author" scheme="urn:ebu">Olmo Calvo</media:credit></media:content></item><item><title><![CDATA[Francia lucha contra un megaincendio mientras una ola de calor amenaza con un nuevo repunte]]></title><link>https://www.local10.com/espanol/2026/07/29/francia-lucha-contra-un-megaincendio-mientras-una-ola-de-calor-amenaza-con-un-nuevo-repunte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/francia-lucha-contra-un-megaincendio-mientras-una-ola-de-calor-amenaza-con-un-nuevo-repunte/</guid><dc:creator><![CDATA[Por THOMAS ADAMSON, MARK CARLSON y EMMA DA SILVA, Associated Press]]></dc:creator><description><![CDATA[LEGE-CAP FERRET, Francia (AP) — Los bomberos luchaban el miércoles contra un incendio sin control en el suroeste de Francia que ha arrasado una superficie cuatro veces más grande que París mientras se prevé que las temperaturas alcancen los 40º Celsius (104º Fahrenheit), lo que amenazaba con convertir una noche tranquila en apenas un breve respiro.]]></description><pubDate>Wed, 29 Jul 2026 14:37:02 +0000</pubDate><content:encoded><![CDATA[<p>LEGE-CAP FERRET, Francia (AP) — Los bomberos luchaban el miércoles contra un incendio sin control en el suroeste de Francia que ha arrasado una superficie cuatro veces más grande que París mientras se prevé que las temperaturas alcancen los 40º Celsius (104º Fahrenheit), lo que amenazaba con convertir una noche tranquila en apenas un breve respiro.</p><p>Las autoridades de la región de Gironda informaron que el fuego no se propagó durante la noche, pero el aumento del calor y los vientos de la tarde podrían reavivar focos humeantes, hacer que las brasas superen los cortafuegos y abrir nuevos frentes fuera del alcance de los equipos de extinción.</p><p>En el centro de mando en Lège, los bomberos se inclinaban sobre mapas extendidos sobre el capó de un coche mientras realizaban un seguimiento de tres zonas de peligro: el norte de Cap-Ferret, el corredor boscoso alrededor de Marcheprime; Cestas y Saint-Jean-d’Illac, y un sitio militar cerca de Martignas, donde un importante foco obligó a un gran despliegue.</p><p>Más de 2.200 bomberos y más de 20 aeronaves seguían trabajando sobre el terreno, con el apoyo de equipos llegados de toda Francia y de socios europeos.</p><p>“Actuamos rápido y actuamos con contundencia ante cualquier nuevo foco de humo”, dijo el comandante de bomberos de Gironda, Matthieu Jomain.</p><p>Más allá del centro de mando, los civiles intentaban mantener la línea por sí mismos. En Souge, voluntarios inundaban los bordes de caminos de tierra mientras un conductor local de excavadora araba el suelo que aún ardía, tratando de evitar que las llamas volvieran a cruzar cuando llegara el esperado viento del oeste. En Lacanau, residentes bombeaban agua de un lago a tanques destinados a focos calientes y a las cisternas de los bomberos.</p><p>“Si algún día el fuego empieza en nuestra zona, sé muy bien que toda la gente aquí haría lo mismo por nosotros”, dijo Flavien Dubuch, de 33 años, que condujo desde Saint-Émilion con su padre para ayudar.</p><p>El día más caluroso de esta semana</p><p>El avance de los grandes incendios en las regiones de las Landas y Var se ha detenido. Eso deja a Gironda como la mayor batalla contra los incendios forestales que queda en Francia, apuntó el ministro del Interior, Laurent Nuñez.</p><p>El incendio de Gironda obligó al desalojo de 220.000 personas en el punto álgido de la crisis. Desde entonces, decenas de miles han podido regresar a sus casas, pero las autoridades advirtieron que el peligro aún no ha pasado.</p><p>El calor extremo elimina la humedad de la vegetación y reduce la humedad ambiental, convirtiendo pastos, matorrales y hojarasca forestal en combustible que arde más rápido.</p><p>Météo-France dijo que el miércoles sería el día más caluroso y seco de la semana, con un riesgo elevado de incendios forestales en todas las regiones de Francia . La sequía afecta ahora a la Francia continental y a Córcega, y el terreno se acerca al nivel récord de sequía que se alcanzó en agosto de 2022.</p><p>El humo de los incendios de Gironda y Landas también elevó la contaminación por partículas en ambos departamentos, informaron los monitores regionales de calidad del aire.</p><p>Las autoridades de Gironda ordenaron el desalojo de otras 4.000 personas el martes de sitios turísticos a lo largo de la costa atlántica, ampliando lo que podría ser la mayor evacuación en tiempos de paz en Francia.</p><p>“La situación sigue siendo complicada. Eso está claro. Aún no estamos fuera de peligro”, manifestó la prefecta de Gironda, Sophie Brocas, que también dio luz verde para que 60.000 evacuados regresaran a tres suburbios de Burdeos a los que no llegó el fuego.</p><p>Los movimientos opuestos —miles con orden de abandonar complejos turísticos costeros mientras otros regresaban con los celulares encendidos y bolsas de emergencia preparadas— captaron lo precaria que sigue siendo la situación.</p><p>Las consecuencias se estaban ampliando más allá de la zona quemada hacia la temporada alta de turismo en Burdeos.</p><p>Edouard le Grix de la Salle, que dirige Château du Grand Verdus con su hermano, afirmóque los llamados oficiales a evitar la región amenazaban su negocio de enoturismo. “¿Cómo no pensaron en proteger ese sector?”, dijo a The Associated Press.</p><p>En su momento más violento, el incendio de Gironda creó una nube negra de tormenta, electrificada e iluminada desde dentro, que generó rayos, vientos violentos y nuevos incendios más allá del frente original. El fenómeno, conocido como nube pirocumulonimbus, fue el primero registrado en Francia.</p><p>Miles comienzan a regresar a sus hogares en España</p><p>En el apogeo de la crisis, alrededor de 330.000 personas fueron obligadas a abandonar sus hogares y lugares de vacaciones en Francia y España.</p><p>Decenas de miles de personas comenzaron a regresar a sus hogares en el centro de España después de que los bomberos lograran avances alrededor de Madrid y Ávila. Se levantaron las órdenes de evacuación para unas 20.000 personas en la región de Madrid, así como las de confinamiento para otras 14.000.</p><p>Pero 10.000 personas siguen desalojadas en Castellón, en el este del país, donde un incendio seguía ardiendo sin control mientras España se preparaba para su cuarta ola de calor del verano.</p><p>Más de 1.160 kilómetros cuadrados (448 millas cuadradas) se han quemado en Francia este año, según el Ministerio del Interior.</p><p>Europa es el continente que más rápido se calienta en el mundo, más del doble del promedio global, según el servicio climático Copernicus de la Unión Europea. Europa occidental registró su junio más caluroso del que se tenga registro, y el calor extremo y la sequía generalizada contribuyeron a la propagación e intensificación de los incendios en Francia y España, de acuerdo con Copernicus.</p><p>_______</p><p>Adamson; John Leicester y Masha Macpherson informaron desde París; Suman Naishadham en Madrid y Alex Turnbull en Souge, Francia.</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/AV5CTJDHPL4YWAGQR3Q7NI2UTY.jpg?auth=cd8453c6f89a3cc3734f4753a899477aa4dadcd746386192681e89b6c4b82f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos luchan contra las llamas en Lanton, durante un enorme incendio en el sur de Francia, el 28 de julio de 2026. (AP Foto/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NWLDF6JUGXKEXR3BMR647FTSE.jpg?auth=64fc614a46c80c144a02f31b69459df584a190deea6c33b1774f4fd79b5116aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un De Havilland Canada Dash 8-400 arroja retardante sobre un bosque cerca de Saint-Jean-d'Illac, durante los incendios que arrasan el suroeste de Francia, el 28 de julio de 2026. (AP Foto/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Southern Europe burns as 2 firefighters die and France battles blaze 4 times the size of Paris]]></title><link>https://www.local10.com/news/world/2026/07/29/france-battles-wildfire-4-times-the-size-of-paris-as-2-firefighters-die-in-greece/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/france-battles-wildfire-4-times-the-size-of-paris-as-2-firefighters-die-in-greece/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, MARK CARLSON and EMMA DA SILVA, Associated Press]]></dc:creator><description><![CDATA[LEGE-CAP FERRET, France (AP) — An uncontained wildfire four times the size of Paris threatened to surge again in southwest France on Wednesday — as two firefighters died in Greece and crews across southern Europe confronted a punishing mix of heat, drought and strong winds.]]></description><pubDate>Wed, 29 Jul 2026 15:22:09 +0000</pubDate><content:encoded><![CDATA[<p>LEGE-CAP FERRET, France (AP) — An uncontained wildfire four times the size of Paris threatened to surge again in southwest France on Wednesday — as two firefighters died in Greece and crews across southern Europe confronted a punishing mix of heat, drought and strong winds.</p><p>The deaths on Crete brought a fatal new dimension to a wildfire emergency stretching from the Atlantic coast to the eastern Mediterranean. At the peak of the evacuations, a third of a million people were driven from homes and vacation sites in France and Spain.</p><p>In France’s Gironde region, authorities said the blaze had not spread during a calm night. But temperatures forecast to reach 40 C (104 F) and strengthening afternoon winds threatened to turn that respite into only a brief reprieve.</p><p>The landscape was so combustible that investigators believe routine brush-clearing work near a high-voltage line may have sparked the inferno, even though the work appeared to comply with regulations.</p><p>At the command center in Lège, firefighters bent over maps spread across a car hood, tracking three danger zones: northern Cap-Ferret; the wooded corridor around Marcheprime, Cestas and Saint-Jean-d’Illac; and a military site near Martignas, where a major outbreak forced a large deployment.</p><p>More than 2,200 firefighters and over 20 aircraft remained mobilized, backed by crews from across France and European partners.</p><p>“We strike quickly and strike hard at any new smoke emissions,” Gironde fire commander Matthieu Jomain said.</p><p>Beyond the command center, civilians were trying to hold the line themselves. At Souge, volunteers flooded the edges of dirt tracks while a local digger driver plowed through still-burning soil, trying to keep flames from crossing back when the expected west wind arrived. In Lacanau, residents pumped water from a lake into tanks headed for hot spots and firefighters’ cisterns.</p><p>“If one day the fire starts in our neck of the woods, I know very well that all the people here would do the same for us,” said Flavien Dubuch, 33, who drove from Saint-Émilion with his father to help.</p><p>Hottest day this week</p><p>The advance of major fires in the Landes and Var regions has been halted. That left Gironde as France’s biggest remaining wildfire battle, Interior Minister Laurent Nuñez said.</p><p>The Gironde fire forced 220,000 people to flee at the peak of the crisis. Tens of thousands have since been allowed home, but authorities warned that the danger had not passed.</p><p>Extreme heat strips moisture from vegetation and drives down humidity, turning grasses, brush and forest litter into faster-burning fuel.</p><p>Investigators believe contractors working near a high-voltage line for power-grid operator Enedis ignited the blaze while using a brush-cutting machine, Bordeaux prosecutor Renaud Gaudeul said.</p><p>Météo-France said Wednesday would be the hottest and driest day of the week, with elevated wildfire danger across every region of France. Drought now covers mainland France and Corsica, with soils nearing the record dryness reached in August 2022.</p><p>Smoke from the Gironde and Landes fires also pushed particulate pollution higher across both departments, regional air-quality monitors said.</p><p>Gironde authorities ordered 4,000 more people out of tourist sites along the Atlantic coast on Tuesday, widening what may be France’s largest peacetime evacuation.</p><p>“The situation remains complicated. That’s clear. We’re not out of the woods,” said Gironde prefect Sophie Brocas, who also authorized 60,000 evacuees to return to three Bordeaux suburbs untouched by fire.</p><p>The opposing movements — thousands ordered out of coastal resorts as others returned with mobile phones on and emergency bags packed — captured how precarious the situation remains.</p><p>The disruption was spreading beyond the burn zone into Bordeaux’s peak tourism season.</p><p>Edouard le Grix de la Salle, who runs Château du Grand Verdus with his brother, said official appeals to avoid the region threatened its wine-tourism trade. “How did they not think about protecting that sector?” he told The Associated Press.</p><p>At one point the Gironde blaze created a black thundercloud, electrified and lit from within, that generated lightning, violent winds and new fires beyond the original front. The pyrocumulonimbus was the first recorded in France.</p><p>Two firefighters died Wednesday while battling a wildfire in the Rethymno region of Crete, Greece’s fire department said. They were among about 125 firefighters confronting flames fanned by strong winds, with four helicopters and four water-dropping planes deployed.</p><p>The circumstances of their deaths were not immediately clear. The department said they died “in the line of duty to protect the lives and property of citizens and the natural environment.”</p><p>Tens of thousands begin returning home in Spain</p><p>At the height of the crisis, roughly 330,000 people were driven from homes and vacation sites across France and Spain.</p><p>Tens of thousands of people began returning home in central Spain after firefighters made progress around Madrid and Ávila. Evacuation orders were lifted for about 20,000 people in the Madrid region, while stay-at-home restrictions ended for another 14,000.</p><p>But 10,000 people remain under evacuation orders in Castellón, where a fire was still out of control as Spain braced for its fourth heat wave of the summer.</p><p>More than 1,160 square kilometers (448 square miles) have burned across France this year, according to the Interior Ministry.</p><p>Europe is the world’s fastest-warming continent, warming at more than twice the global average, according to the European Union’s Copernicus climate service. Western Europe recorded its hottest June on record, with extreme heat and widespread dryness contributing to the spread and intensification of fires in France and Spain, Copernicus said.</p><p>___</p><p>Adamson reported from Paris. Elena Becatoros in Athens, Suman Naishadham in Madrid, Alex Turnbull in Souge, France, and John Leicester and Masha Macpherson in Paris contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J4XIZCN4VUXL52Z7OXFJ3ZDAOI.jpg?auth=23452e24af8482ff9a3e1c6447411f35709b061f04493affe859b56a307985a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fire burns in a forest near Claouey, during wildfires in southwestern France, Wednesday, July 29, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWWNK622SQ64JNI22HCSPFPGCU.jpg?auth=b11f8be8dc970f949533a30e60beb3e7aee793d6843997b16580499aacc8c2b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A De Havilland Canada Dash 8-400 drops fire retardant over a forest near Saint-Jean-d'Illac, during wildfires in southwestern France, Tuesday, July 28, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6OQZMDWA6ECUK6S2TBYS7PEI4.jpg?auth=4bce6804003176f79249234adb25c5fd69f9c07367f7d4b059b322478d09c5a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A chart showing square miles burned in France throughout each year from 2006 to 2026. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NCVVIAYTWS5MVH5F3JJEY7T6TM.jpg?auth=520bbe45041864a09c45df96b601782d689ea25dad4ca699e8c714caf30492c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wildfires advances near Le Proge region, western France, Thursday, July 23, 2026. (AP Photo/Caroline Blumberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Blumberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYP37CBJVBH5IRNZCKCDDX4J24.jpg?auth=72438823f07b19a82c90c889a828b382c78876969d5abd3bae247894894fa9a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car burned by a wildfire sits in Piedralaves, Ávila province, Spain, as the fire continues to spread, Tuesday, July 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Russia accuses Telegram CEO Pavel Durov of aiding terrorism in its latest digital crackdown]]></title><link>https://www.local10.com/business/2026/07/29/russia-accuses-telegram-ceo-pavel-durov-of-aiding-terrorism-in-its-latest-digital-crackdown/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/29/russia-accuses-telegram-ceo-pavel-durov-of-aiding-terrorism-in-its-latest-digital-crackdown/</guid><dc:creator><![CDATA[By DASHA LITVINOVA, Associated Press]]></dc:creator><description><![CDATA[Russian authorities said Wednesday they had charged Pavel Durov, the founder and CEO of the popular messaging app Telegram, with aiding terrorism, the latest step by the Kremlin to bring the internet and digital communications under its control.]]></description><pubDate>Wed, 29 Jul 2026 13:22:40 +0000</pubDate><content:encoded><![CDATA[<p>Russian authorities said Wednesday they had charged Pavel Durov, the founder and CEO of the popular messaging app Telegram, with aiding terrorism, the latest step by the Kremlin to bring the internet and digital communications under its control.</p><p>The charges against the Russian-born Durov, who lives abroad, came as authorities have sought to restrict the use of Telegram as part of a widespread crackdown on online freedom that followed Moscow’s full-scale invasion of Ukraine in 2022.</p><p>The Federal Security Service, or FSB, said in a statement it had accused Telegram’s administration of failing to remove “numerous channels, chats and bots” allegedly used by "Ukrainian intelligence agencies, terrorist and extremist organizations to prepare and coordinate acts of sabotage and terrorism, mass murder, and cyber fraud" in Russia, which resulted in “numerous human casualties.”</p><p>The FSB accused Ukrainian security services of using a popular dating chatbot on Telegram to lure and recruit Russians for “sabotage and terrorist activities,” and said 46 users of the chatbot, from 12 to 22 years old, have been detained in Russia over the past year for assaulting law enforcement officers, arson and other acts.</p><p>It also said it was adding the name of the 41-year-old billionaire to international wanted lists.</p><p>Durov had said earlier this year that Russian authorities opened a criminal investigation against him, and he accused them of fabricating pretexts to restrict access to Telegram as part of an attempt to “suppress the right to privacy and free speech.”</p><p>If convicted, he could face up to life in prison in Russia.</p><p>Telegram, which boasts of more than 1 billion users worldwide, did not respond to a request for comment. Its official website links to an account on X that on Wednesday posted am image of Durov raising a middle finger to the camera.</p><p>Telegram's website says that the company is based in Dubai and that Durov, who holds dual citizenship in France and the United Arab Emirates, lives there, too.</p><p>Russia has sought to censor the internet</p><p>Under President Vladimir Putin, Russian authorities have engaged in multipronged efforts to rein in the internet, adopting restrictive laws and banning websites and platforms that don’t comply and focused on improving technology to monitor and manipulate online traffic.</p><p>Popular social media platforms, such as Facebook, Instagram and X, have been banned in Russia; YouTube has been throttled; popular messaging apps, such as Signal and Viber, have been blocked, and the most popular ones — WhatsApp and Telegram — have been restricted.</p><p>Russia’s popular Facebook-like social media platform Vkontakte, founded by Durov long before he launched Telegram, had come under the control of Kremlin-friendly companies. Russia tried to block Telegram between 2018-20 but failed.</p><p>While it’s still possible to circumvent some of the restrictions by using virtual private network services, many of them are routinely blocked, too.</p><p>At the same time, Russia actively promotes what it calls a “national” messaging app known as MAX, which critics say could be used for surveillance. The platform is touted as a one-stop shop for messaging, getting online government services, making payments and other activities. It openly says it will share user data with authorities upon request, and experts also say it doesn’t use end-to-end encryption.</p><p>The Telegram restrictions have elicited widespread discontent in Russia, and this year activists in multiple regions tried to organize protests against it, but authorities quashed nearly all their attempts.</p><p>Military bloggers also have denounced the crackdown, arguing the app is an indispensable communications tool for Russian troops in Ukraine and for activists running crowdfunding campaigns to help Moscow’s forces.</p><p>The government initially promised not to restrict Telegram on the battlefield, but a different message later came from the Kremlin. At a meeting with Putin for International Women’s Day, a servicewoman called Telegram “an adversarial communications tool” and agreed with him when he said that “the use of communications systems that are not ours, not under our control, poses a danger to personnel” in battle.</p><p>Despite the restrictions, multiple Russian officials still use Telegram and regularly update their "channels" — its term for blogs — on the platform. The Kremlin's Telegram page had more than 284,000 followers as of Wednesday.</p><p>Durov was arrested in France in 2024</p><p>In 2024, Durov was arrested in Paris amid allegations that his platform was being used for illicit activity, including drug trafficking and the distribution of images of child sexual abuse. French authorities handed him preliminary charges for allegedly allowing criminal activity on the platform. In March 2025, Durov said he had returned to Dubai after spending “several months” in France.</p><p>The Kremlin at the time criticized the French authorities for their move against Durov as selective. Putin's spokesman Dmitry Peskov said at the time that “yes, indeed, terrorists use Telegram. But terrorists also use cars. Why aren't they arresting the CEO of Renault or Citroen?”</p><p>Peskov didn't respond to a request for comment on what made Russian authorities change their position.</p><p>The Paris prosecutor's office told The Associated Press that Durov remains under formal investigation, facing an array of potential charges for alleged criminal activities linked to Telegram. French investigators have questioned him repeatedly, most recently this month, the office said in written comments Wednesday.</p><p>Russia is accused of using Telegram as a recruitment tool</p><p>Russia itself has faced accusations of using Telegram coordinate and recruit people to carry out acts of arson and sabotage in Ukraine and across Europe. In the U.K., a British man was recruited, likely by Russian military intelligence, on the platform to organize a plot in 2024 to set fire to a warehouse in London containing satellite equipment for Ukraine. He was also asked to kidnap a pro-Ukrainian exiled Russian billionaire living in London.</p><p>Dutch teenagers were arrested in the Netherlands in September after being contacted by Russian hackers on Telegram who wanted them to map Wi-Fi networks in The Hague. The city is the location of many sensitive organizations, including the International Criminal Court -- which has issued an arrest warrant for Putin -- as well as the Organization for the Prohibition of Chemical Weapons and Europol which helps European countries fight international crime.</p><p>Moscow has repeatedly denied involvement in acts of sabotage in Europe.</p><p>——</p><p>Associated Press writer Emma Burrows in London and John Leicester in Paris contributed.</p><p>___</p><p>This story has been corrected to show the potential penalty is life in prison, not 15 years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NBTECWPYQDSVG4JV6WXIYL2N74.jpg?auth=f117e0e0252e8e5df9debcc692aceae045d31631b7503a1da71d757e478fd750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Telegram co-founder Pavel Durov smiles following his meeting with Indonesian Communication and Information Minister Rudiantara in Jakarta, Indonesia, on Aug. 1, 2017. (AP Photo/Tatan Syuflana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4JQEUSRJABXNMCWMILP7NBB3E.jpg?auth=e0ce63261966c51b4d96f80090b021850a73e8a6e5def95d27e71b857031dfce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Telegram co-founder Pavel Durov appears at an event on Aug. 1, 2017 in Jakarta, Indonesia. (AP Photo/Tatan Syuflana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFRB74FRJMJPDLGVQMOOZNYBPI.jpg?auth=dff186ce4c01067de6173976c85991364b5033eb2a0968e44faca8e1dffd4314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters hold a portrait of messaging app Telegram co-founder Pavel Durov designed as an icon, protesting against the blocking of the app in Russia, during a May Day rally in St. Petersburg, Russia, Tuesday, May 1, 2018. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/OQGIKGWK3QFVLBYV7HAI3AWYOQ.jpg?auth=fe1567e5afa9730164eb01999f04cfb0f80a7cb19c3ee103b397cff804e1f3e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pavel Durov, founder of Russia's leading social network site VKontakte, or "in contact", stands in Red Square in Moscow, Russia, on Saturday, May 19, 2012. (AP Photo/Roman Kulik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Roman Kulik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMARRYMSBFHQZDEBYO5M4ISYNU.jpg?auth=00c94857424528b837e0c63c2781c5c1096bb10ce3bab75754afd140c424fbab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The app Telegram, center, a popular messenger app in Russia restricted by authorities, is shown on a smartphone in Moscow, Russia, Wednesday, July 29, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Ohtani’s bat stays hot, but his next bullpen session waits on 2 aching spots]]></title><link>https://www.local10.com/sports/2026/07/29/ohtanis-bat-stays-hot-but-his-next-bullpen-session-waits-on-2-aching-spots/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/ohtanis-bat-stays-hot-but-his-next-bullpen-session-waits-on-2-aching-spots/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Shohei Ohtani says his right biceps is not 100% in addition to his sore left knee, and both factored into the Los Angeles Dodgers' two-way superstar not throwing a bullpen last week.]]></description><pubDate>Wed, 29 Jul 2026 06:33:23 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani says his right biceps is not 100% in addition to his sore left knee, and both factored into the Los Angeles Dodgers' two-way superstar not throwing a bullpen last week.</p><p>The four-time MVP hasn't pitched in a game since July 3 but has continued to play regularly as the designated hitter for Los Angeles.</p><p>“My biceps is not 100%,” Ohtani said through a translator Tuesday night while speaking with media for the first time since before the All-Star break. "Just similar issue with the knee. Do we consider pushing this? It is still July. So I think the conversation would be a little different if we’re in August or September.”</p><p>Ohtani hit his 10th leadoff home run of the season in a 7-6 loss to the Seattle Mariners. It was his 28th leadoff shot as a Dodger, tying him with the late Davey Lopes for second all-time. Ohtani finished 3 for 4 with a walk, a double, three RBIs and a run.</p><p>"I do think that the road trip was exhausting for everyone. I do think that with the day off, he came in fresh and looked more like himself," manager Dave Roberts said. “Certainly the way he swung the bat, the way he’s running, he’s not compromised. Until I hear otherwise, he’s going to be in the lineup.”</p><p>Ohtani had a lubricant injection in his knee just before the All-Star break and he skipped the game in Philadelphia to rest.</p><p>“I really took the All-Star break as that opportunity to really stay off my knees,” he said. “It’s really something that I have to just deal with over the course of the season.”</p><p>Ohtani said in Japanese that the injection wasn't a cure-all and he mentioned “a decision that I'm going to ultimately make after the season's over” without clarifying what he was referring to.</p><p>He explained the lingering knee soreness was caused by pitching.</p><p>“In terms of running, I’m not exactly at 100% capacity,” he said. "When I know it’s not, then it’s always a little harder to be aggressive on the basepath.”</p><p>Ohtani said his knee is getting better, which is a priority.</p><p>“I don’t think the team has really come to a place exactly where, do I pitch through it or not?” he said. "That’s still really up in the air.”</p><p>If Ohtani's health issues don't improve, Roberts was asked whether it's possible the right-hander wouldn't pitch in the postseason for the two-time defending World Series champions.</p><p>“I guess anything’s possible, but for me, it’s highly unlikely,” Roberts said. “Given where we’re at in the calendar, if the knee continues to get better, the arm continues to feel better, I would expect him to pitch. All I know is that we’re trying to, I’m trying to, give him the best opportunity to be as healthy as possible, so he can help us on both ends of the baseball.”</p><p>Roberts said when Ohtani is cleared to pitch again, he'll need to go through a buildup process.</p><p>“I don’t think anyone can kind of foresee what that looks like,” the manager said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EEWZTU4UOULEXL4ZS2QWJOK4HE.jpg?auth=a18453ede93d96239dad304a11fac0adcf3546519fe8916564518d2bafb361c7&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 (17) celebrates his solo home run against the Seattle Mariners during the first inning of a baseball game Tuesday, July 28 2026, in Los Angeles. (AP Photo/Wally Skalij)]]></media:description><media:credit role="author" scheme="urn:ebu">Wally Skalij</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6OVKIFIQTYZG2T4TJAYEPBMGM.jpg?auth=987757a8e669c9da7d858b31df563841675b6d99476867b40d57a91892d335a7&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 (17) hits solo home run against the Seattle Mariners during the first inning of a baseball game Tuesday, July 28 2026, in Los Angeles. (AP Photo/Wally Skalij)]]></media:description><media:credit role="author" scheme="urn:ebu">Wally Skalij</media:credit></media:content></item><item><title><![CDATA[Fever do not answer questions about pro-Cunningham rally ahead of 105-95 win against Storm]]></title><link>https://www.local10.com/sports/2026/07/29/fever-do-not-answer-questions-about-pro-cunningham-rally-ahead-of-105-95-win-against-storm/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/29/fever-do-not-answer-questions-about-pro-cunningham-rally-ahead-of-105-95-win-against-storm/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Sophie Cunningham and Caitlin Clark were not made available to answer postgame questions about a rally before the Indiana Fever's 105-95 win over the Seattle Storm on Tuesday night in support of Cunningham's recent comments about transgender athletes.]]></description><pubDate>Wed, 29 Jul 2026 06:31:23 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Sophie Cunningham and Caitlin Clark were not made available to answer postgame questions about a rally before the Indiana Fever's 105-95 win over the Seattle Storm on Tuesday night in support of Cunningham's recent comments about transgender athletes.</p><p>A crowd of a few dozen gathered outside Climate Pledge Arena to both support Cunningham and promote statewide Initiatives 638 and 011, which would bar transgender students from participating in girls’ athletics at Washington schools.</p><p>Cunningham voiced support for barring transgender girls and women from girls’ and women’s sports in an ESPN article published last week. Cunningham was booed by Storm fans when she checked into Tuesday’s game, as well as when attempting her first free throws of the night.</p><p>Media members asked to speak to Cunningham and Clark postgame, but neither player was made available. Kelsey Mitchell and Monique Billings addressed the media instead, alongside head coach Stephanie White.</p><p>When White was asked about the rally and Cunningham’s recent comments, a Fever public relations representative intervened with the following statement:</p><p>“Neither our organization nor Sophie had any knowledge of this demonstration and no contact with its organizers,” the statement said. “Our only goal as a team, whether at home or away, is to win basketball games and make Fever fans for life, and we are united in that mission.”</p><p>Storm head coach Sonia Raman answered a question about the pregame protest following her team’s seventh consecutive loss.</p><p>“Seattle and this organization and Climate Pledge, we always want to be an area where people feel welcome coming into this building,” Raman said. “I think we’ve always done a really good job with that. So, I know our organization was working closely with Climate Pledge and the security just to make sure that everybody feels safe and included and welcome when they walk in this door.</p><p>“From what I understand, that was successful.”</p><p>Heather Weiner, a spokesperson for No Hate in Washington State, a coalition of doctors, nurses, anti-domestic violence groups and other community organizations opposing statewide Initiatives 638 and 011, found it to be a positive experience on the whole outside Climate Pledge Arena.</p><p>“Washington State is a very caring, inclusive place,” Weiner said. “We don’t always agree, but we do agree against hate, and we will come together about that.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E7QW2G73NRFUTVB3NNHQGOW7TM.jpg?auth=02d7bf492e1abe09674b671b9fe37ee2a7bd0668e0c892a965e77e2ddcc87085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham looks on during the national anthem before facing the Seattle Storm a WNBA basketball game, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6XUYSJ52VFDSQXI3AXPZ25HBYU.jpg?auth=aedb86a8d4a359f5df5dd9b735abe6c2c33bf5362675f05e5d62d70697b79a90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather in support of Indiana Fever guard Sophie Cunningham following her comments on transgender athletes before a WNBA basketball game between the Seattle Storm and the Indiana Fever, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPYI2BIBMGNIF3K6WTSFCE6HLY.jpg?auth=08cbd83ed1e75e1528e64a1f3ec70c53813d3a1445705823f9d792b483eb17fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan holds a sign for Indiana Fever guard Sophie Cunningham in reference to her comments on transgender athletes as a fan wearing Seattle Storm gear holds a competing sign during the first half of a WNBA basketball game, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJGDOFFXICCP4CIWB4VAULZZZ4.jpg?auth=a68a4ca330f39899783d732dce1be64d415df625b498676b2ece59095f90fd43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark, left, greets guard Sophie Cunningham (8) after Cunningham made a basket against the Seattle Storm during the first half of a WNBA basketball game, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HB7HS3A67OMN2DTR73CG6OZUW4.jpg?auth=214a20969c7756ad8ebd2c0eee09026d4e6390cd584c748bef5888cd39a96013&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People rally to support Indiana Fever guard Sophie Cunningham after her comments on transgender athletes in women's sports before a WNBA basketball game between the Seattle Storm and the Indiana Fever, Tuesday, July 28, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[US bans foreign-made humanoid robots, targeting China over national security]]></title><link>https://www.local10.com/business/2026/07/29/us-bans-foreign-made-humanoid-robots-targeting-china-over-national-security/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/29/us-bans-foreign-made-humanoid-robots-targeting-china-over-national-security/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — The U.S. Federal Communications Commission is banning imports of new foreign-made humanoid robots and power inverters, citing national security risks, in a move that targets China. Beijing quickly accused the U.S. of protectionism.]]></description><pubDate>Wed, 29 Jul 2026 12:15:27 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — The U.S. Federal Communications Commission is banning imports of new foreign-made humanoid robots and power inverters, citing national security risks, in a move that targets China. Beijing quickly accused the U.S. of protectionism.</p><p>The measures are likely to test relations with Beijing ahead of a planned U.S. visit by Chinese leader Xi Jinping to meet with U.S. President Donald Trump in September. China dominates the global market for humanoid robots with an estimated market share of roughly 85%.</p><p>The FCC’s ban also includes new imports of quadruped robots, often referred to as four-legged robot dogs. The agency said imports of advanced robots pose cybersecurity and other national security risks. Offshore production of such equipment also leaves U.S. supply chains vulnerable to disruptions.</p><p>The ban on power inverters, which are used to convert direct current (DC) electricity into alternating current (AC) electricity and are used in renewable energy systems, data centers and household appliances, could have sweeping ramifications.</p><p>This is the latest in US restrictions on Chinese imports</p><p>FCC chairperson Brendan Carr said Tuesday that the move was to “secure America’s critical supply chains.” He said the bans apply to “new versions” of such imports.</p><p>The FCC’s bans follow a slew of U.S. restrictions on imports of Chinese products, including drones, and on exports of U.S. advanced technology to China.</p><p>The U.S. is also weighing controls on use of Chinese open-source artificial intelligence models at a time when Chinese AI is rapidly gaining ground.</p><p>“It’s a steady drumbeat of potential flashpoints heading into (the) Trump-Xi summit planned for September,” said Samm Sacks, a senior fellow at the New America think tank focused on Chinese technology policies.</p><p>China has been rapidly expanding the use of robots, with policies supporting its technology sector. Morgan Stanley analysts forecast its market for humanoids could reach $15 billion by 2030.</p><p>“Chinese manufacturers have been scaling production and reducing costs faster than most overseas competitors,” said analyst Kangyuxiao Li at Morningstar.</p><p>“Restricting their access to the U.S. removes an important future market and protects U.S. developers from potential price competition,” he said. “However, it will not materially slow China’s overall humanoid development, given the size of its domestic manufacturing base and opportunities in other export markets.”</p><p>Of the around 15,000 humanoid robots shipped globally in 2025, Unitree and AGIBOT, two of China’s largest advanced robotics companies, each shipped more than 5,000. Their U.S. counterparts, like Tesla and Figure AI, each shipped a few hundred or less, according to the technology research and advisory group Omdia.</p><p>On the restrictions on power inverters, Cheng Wang, another Morningstar analyst, said the pressure on U.S. markets should be limited. The ban appears to not impact the continued use of existing devices nor the selling by Chinese companies of models that were previously approved by the United States.</p><p>China says protectionism will only hurt the US</p><p>China's Foreign Ministry hit back at the U.S. move, accusing Washington of overstretching the concept of national security to suppress Chinese companies.</p><p>China will take “all measures necessary” to defend the legitimate rights and interests of Chinese businesses, it said.</p><p>“Protectionism does not make the U.S. more competitive, and it will only hurt the interests of U.S. companies and consumers,” Mao Ning, a ministry spokesperson, told reporters at a regular press conference Wednesday in Beijing.</p><p>The new bans could also potentially interfere with collaborations between U.S. and Chinese technology companies, said Lian Jye Su, a chief analyst at Omdia.</p><p>Nvidia, for example, in June revealed a humanoid robot reference design which uses the humanoid chassis of China's Unitree.</p><p>The Pentagon recently included Unitree and several other major Chinese technology companies on its list of firms that it said have ties to or aid the Chinese military. Beijing has rejected that claim.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U36X5GHXTSVAGGNF63QBLSAJKU.jpg?auth=0eba0aff1d7594da5bf6784a4fae632842a06eba368eea726afac0fd7313954e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker reacts near a line of humanoid robots displayed at the World AI Conference in Shanghai, Friday, July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHRLBFSMJ56QQXQZX3BXE45JEE.jpg?auth=2d4698b20c6bda831cabd3b0d69ecc7732c207ea81de6bb51f95bf42ab981d90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A variety of robots are displayed at the World AI Conference in Shanghai, Friday, July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YD525KBOTMBRYA4EF5PTBDNFN4.jpg?auth=f1a26ba53802943137a797ee4ce0c2156c176f97f89bcbe35e95c2afe318d84c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humanoid robot waves Chinese national flags at the World AI Conference in Shanghai, Saturday, July 18, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Los incendios son más extremos en Europa y Norteamérica, pero los fuegos se reducen a nivel global]]></title><link>https://www.local10.com/espanol/2026/07/29/los-incendios-son-mas-extremos-en-europa-y-norteamerica-pero-los-fuegos-se-reducen-a-nivel-global/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/29/los-incendios-son-mas-extremos-en-europa-y-norteamerica-pero-los-fuegos-se-reducen-a-nivel-global/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Parece como si el mundo estuviera en llamas este verano. Pero, aunque los incendios forestales en Europa y Norteamérica se vuelven más extremos, estadísticas clave sobre la superficie quemada a nivel mundial están en un mínimo histórico, en gran medida porque África y Asia están controlando más el fuego.]]></description><pubDate>Wed, 29 Jul 2026 05:36:19 +0000</pubDate><content:encoded><![CDATA[<p>Parece como si el mundo estuviera en llamas este verano. Pero, aunque los incendios forestales en Europa y Norteamérica se vuelven más extremos, estadísticas clave sobre la superficie quemada a nivel mundial están en un mínimo histórico, en gran medida porque África y Asia están controlando más el fuego.</p><p>Los expertos señalan que estas tendencias aparentemente opuestas ocurren al mismo tiempo por lo que la humanidad le está haciendo al planeta.</p><p>“Sí parece una paradoja porque hablamos de aumentos de incendios, y sin embargo las cifras globales han ido bajando y bajando. Pero ambas cosas son ciertas”, comentó el científico experto en fuego Mike Flannigan, de la Universidad Thompson Rivers en Canadá.</p><p>España combate estos días el mayor incendio forestal registrado en el país, con más de 500 kilómetros cuadrados (193 millas cuadradas), mientras que los incendios en toda Europa están cerca de alcanzar el máximo histórico de 2025. En Canadá y Estados Unidos, la superficie quemada por incendios forestales este verano es al menos un 25% mayor que el promedio de 10 años y más del doble de lo que era hace décadas, según los centros nacionales de incendios forestales. Grandes zonas del continente quedaron asfixiadas por el humo, lo que provocó una calidad del aire insalubre.</p><p>Los incendios están empeorando en tamaño, intensidad, velocidad y frecuencia, especialmente en Estados Unidos, Canadá y Europa, afirmó la científica del fuego Jennifer Balch, de la Universidad de Colorado.</p><p>“Los incendios forestales extremos están aumentando a nivel mundial en distintas partes del mundo. Y esa es la parte que, ya sabe, nos tiene temblando de miedo”, señaló Balch.</p><p>Disminuyen los incendios en África y Asia</p><p>Y, sin embargo, el mundo llegó a julio de este año con emisiones globales récord a la baja provenientes de incendios, una medida clave de su presencia, informó el centro climático europeo Copernicus. Esto se debe a que los incendios en África y Asia han caído de forma marcada por cambios en las prácticas agrícolas, la gestión del fuego y hacia dónde se está desplazando la gente, explicó Mark Parrington, científico principal de Copernicus. Copernicus calculó que las emisiones de dióxido de carbono de este año por quema son las más bajas desde que los satélites comenzaron a medirlas hace casi 25 años —aproximadamente la mitad de lo que eran a inicios de la década de 2000.</p><p>“África domina la actividad global de incendios", explicó el científico del agua y del fuego Park Williams, de UCLA. "Así que si hay una tendencia en África, esa va a ser la tendencia en la actividad global de incendios. En el África subsahariana, la actividad de incendios en los últimos 25 años ha bajado de manera bastante drástica”.</p><p>En promedio, más de tres cuartas partes de las emisiones globales por la quema de material vegetal provienen de África y Asia, según las estadísticas de Copernicus. Menos de una octava parte proviene de Norteamérica y Europa.</p><p>Tradicionalmente, enormes incendios de pastizales en la sabana africana ardían cada año, en comparación con incendios forestales más intermitentes en otras regiones, lo que influía en los totales mundiales, dijo John Abatzoglou, científico del fuego de la Universidad de California en Merced. Pero, con más tierra destinada a vivienda y agricultura, los humanos están limitando los incendios en la sabana y también creando barreras para evitar que el fuego se propague, explicó.</p><p>En Asia y en la Amazonía, los incendios a menudo se usan para despejar tierras para la agricultura, indicaron los expertos. Por eso, dijo Williams, “en realidad todo está impulsado por el cambio demográfico humano”.</p><p>Huellas humanas en las tendencias de incendios en Norteamérica y Europa</p><p>En Norteamérica y Europa también hay “huellas humanas” en los incendios más extremos que dominan las noticias, pero eso proviene del cambio climático, afirmó Abatzoglou. El cambio climático derivado de la quema de carbón, petróleo y gas está haciendo que el clima sea más caluroso y más seco —condiciones ideales para incendios—, dijeron cinco expertos distintos a The Associated Press.</p><p>Las temperaturas más altas significan que los humanos “tenemos el pie en el acelerador” para incendios más grandes, “pero también hemos perdido los frenos frente al fuego” porque las noches más cálidas y húmedas no les dan a los bosques —ni a los bomberos— tiempo para recuperarse durante la oscuridad como antes, explicó Balch.</p><p>Cuando hace más calor, la atmósfera extrae más humedad del suelo, lo que lo deja más seco y más propenso a arder, señaló Flannigan. El cambio climático también aumenta la duración de la temporada de incendios en toda Norteamérica y especialmente en los bosques del norte, donde antes había sólo unos pocos días en que el clima favorecía los incendios forestales, pero ahora hay muchos más, añadió.</p><p>Y cuando el cambio climático vuelve el fuego más extremo en lugares con poblaciones más grandes, tiende a tener un mayor impacto al quemar propiedades más valiosas, dijo Flannigan.</p><p>Abatzoglou indicó que Norteamérica durante mucho tiempo ha hecho un buen trabajo suprimiendo incendios. Pero, con el cambio climático haciendo los incendios más intensos y frecuentes, “estamos perdiendo nuestra capacidad de hacerlo”, sostuvo.</p><p>El Niño aumentará los incendios</p><p>Es probable que la actividad de incendios empeore en los próximos meses debido al desarrollo de un El Niño súper fuerte. El patrón meteorológico por lo general desencadena incendios más peligrosos en los trópicos, y menos en Estados Unidos por el aumento de las lluvias, dijeron los expertos. Los gobiernos sudamericanos ya se están preparando.</p><p>“El resultado más predecible de El Niño va a ser más fuego tropical, específicamente en bosques tropicales”, afirmó Williams.</p><p>Williams dijo que El Niño podría incrementar los incendios en la región amazónica, el sudeste asiático y el Pacífico occidental.</p><p>Aunque El Niño implica más lluvia y menos incendios forestales en el oeste de Estados Unidos, también puede significar más crecimiento de pasto en los desiertos, lo que añade combustible para futuros incendios de pastizales, explicó Abatzoglou. Ejemplos de incendios de pastizales devastadores incluyen Los Ángeles en 2025 y Hawai en 2023.</p><p>Independientemente de El Niño, los científicos dijeron que las zonas de Norteamérica y Europa tendrán que mejorar la planificación y la adaptación ante el empeoramiento de los incendios forestales, incluidos fuegos prescritos para reducir el exceso de árboles y pastos.</p><p>“No es una cuestión de si nuestros paisajes van a arder, sino de cuándo van a arder”, advirtió Balch.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</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/2ML7JDR3ZBKH3ALOGRGBPOX3MQ.jpg?auth=bd689f2d05765ab259669c41e71730d6283b143ca096277ac195ce207b97a542&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un bombero vigila una operación de quema controlada en la lucha contra el incendio Bench en Warm Springs, Oregon, el 25 de julio de 2026. (AP Foto/Noah Berger, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LO2UGHFSEJIF7VWD7RP3VSIRXM.jpg?auth=797e01ac907df0a9f55316f79c36cff49841aea33d43d80e3be9eeb85dda2ad2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un incendio arde cerca de Ares, Francia, el 28 de julio de 2026. (AP Foto/Baz Ratner, Pool, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content></item><item><title><![CDATA[Fringe Israeli settler group is sneaking into Syria to try to claim land for a Jewish outpost]]></title><link>https://www.local10.com/news/2026/07/29/fringe-israeli-settler-group-is-sneaking-into-syria-to-try-to-claim-land-for-a-jewish-outpost/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/29/fringe-israeli-settler-group-is-sneaking-into-syria-to-try-to-claim-land-for-a-jewish-outpost/</guid><dc:creator><![CDATA[By NATALIE MELZER, ABBY SEWELL and JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[NAHARIYA, Israel (AP) — The Israeli military was about to launch a nighttime strike on a group of men in southern Syria when the soldiers noticed the long curls dangling from the temples of their targets. The troops held their fire.]]></description><pubDate>Wed, 29 Jul 2026 15:43:19 +0000</pubDate><content:encoded><![CDATA[<p>NAHARIYA, Israel (AP) — The Israeli military was about to launch a nighttime strike on a group of men in southern Syria when the soldiers noticed the long curls dangling from the temples of their targets. The troops held their fire.</p><p>These were not Syrian militants attempting to breach Israel's border, but religious Jews who had slipped into Syria and were on their way back.</p><p>The episode, first reported last week by Israel's public broadcaster and confirmed to The Associated Press by the Israeli military, has helped raise the profile of a fringe group of Israeli settlers that has staged numerous incursions into Syria, where they hope to establish Jewish settlements.</p><p>Israel's military has occupied the area in southern Syria for more than a year, but forays by civilian settler groups into the region have only recently became a regular occurrence.</p><p>The groups, with members numbering in the dozens, have attempted to cross from Israel to Syria every few days in recent weeks. The military is tasked with reining them in and, while most Israelis regard them as fringe, the wider settlement movement in Israel has strong backers in the country's far-right government.</p><p>The most prominent of the groups behind the incursions in Syria is known as “Pioneers of Bashan.”</p><p>Pioneers of Bashan are named after a biblical region</p><p>Formed early last year, the Pioneers of Bashan are a group of right-wing Israeli activists aiming to establish Jewish settlements inside Syria. They are named after the biblical region of Bashan, which includes part of modern-day Syria and neighboring Jordan.</p><p>They have their sights set on an area of southwestern Syria that includes the provinces of Quneitra, Daraa and Sweida.</p><p>Part of this area, including the summit of Mount Hermon, is a “buffer zone” Israel declared in December 2024, soon after the ouster of former Syrian President Bashar al-Assad in an insurgent offensive.</p><p>The region was known in Scripture for its fertile land and came to be associated with strength and divine providence. In the Bible, the Israelites under Moses conquered the Bashan from the mythical King Og and it was then handed to some of the Israelite tribes.</p><p>Members of the group claim a historical right to these lands and argue that their presence there will help Israel defend the Golan Heights, which Israel captured from Syria during the 1967 Mideast war and later annexed — a move not recognized by most of the international community.</p><p>Some claim that Israeli settlement of the areas would protect members of the Druze religious minority after violence erupted last year between Druze groups and Sunni Bedouin tribes and Syrian government security forces. Hundreds of civilians — mostly Druze — were killed in sectarian revenge attacks.</p><p>Amos Azaria, a Pioneers of Bashan leader, said the group aims to establish a “humanitarian corridor” from Israel to the Druze enclave of Sweida by depopulating adjacent Sunni-majority areas.</p><p>“The entire Daraa district ... must be cleared of the enemies seeking our destruction and instead be filled with Jewish settlement,” said Azaria, a computer science professor at Ariel University in the Israeli-occupied West Bank.</p><p>Aim to establish a Jewish outpost inside Syria</p><p>The group seeks first to establish a Jewish outpost in southern Syria next to the Israeli-controlled Golan Heights. Outposts, which settlers often call “young settlements,” describe rustic footholds in territory they desire.</p><p>Settlers normally establish outposts in the hope that one day Israel's government will legalize them. That's how many Jewish settlements in the Israeli-occupied West Bank — which rights groups say are major drivers of settler violence and displacement of Palestinians — got their start.</p><p>So far their incursions into Syria have been brief. The military has removed the activists before they have been able to build anything.</p><p>Videos on the group's X account from July 5 show a group of religious teens seated on the ground with their arms linked together, as soldiers try to pry them apart.</p><p>A second video shows soldiers shoving several of the activists and zip tying their hands behind their backs.</p><p>A video posted by the group in April shows several dozen activists waving Israeli flags and chanting on the roof of a house said to be on the outskirts of the Syrian village of Hader, in Quneitra, as Israeli soldiers look on.</p><p>Israeli military says the group compromises its operations</p><p>Israel's military says it takes a firm hand with the border-crossers. It has repeatedly condemned the group for diverting troops' attention from military operations and compromising their security. It says it detains civilians caught crossing the border and hands them over to police, saying it “expects law enforcement authorities to bring those involved to justice.”</p><p>Israel’s Channel 12 reported last week that no indictments have been filed so far.</p><p>The border-crossers say they have cozy relationships with members of Prime Minister Benjamin Netanyahu’s government. Several government ministers have expressed support for their cause, and the group’s social media platforms document meetings it has held with at least two cabinet ministers, Amihai Eliyahu and Shlomo Karhi.</p><p>“We have support from friends in the government and many members of the Knesset,” Azaria said.</p><p>Syria and Lebanon are more concerned about military occupation</p><p>Syrian officials have not commented publicly on the attempts by Israeli settler groups to enter Syria.</p><p>The Syrian government has condemned Israel’s occupation of southern Syria and frequently calls for Israeli forces to withdraw and for the international community to intervene. Israeli troops have carried out incursions and raids in areas of Syria outside the buffer zone, sometimes clashing with local residents, who have increasingly attempted to block roads to keep them out.</p><p>Since Oct. 7, 2023, a similar movement has staged occasional marches along the Gaza border calling to reestablish settlements in the Gaza Strip. Israel removed its 21 settlements as part of its 2005 withdrawal from Gaza.</p><p>The Lebanese government has also paid little attention to a fringe Israeli settler group — “Uri Tzafon,” or “Awaken, O North” — that has staged incursions into southern Lebanon. Like Syrian officials, the Lebanese government has focused on calling for withdrawal of the Israeli army from southern Lebanon.</p><p>Still, some have warned against entirely discounting the settler groups.</p><p>Lebanese Deputy Prime Minister Tarek Mitri wrote on X of the attempts by the Uri Tzafon group to enter the country, “It is true that they are a small and fringe group and they withdrew under orders from the Israeli army.”</p><p>But he pointed out that the movement to settle the West Bank began with an embattled band of right-wing religious activists, known as Gush Emunim, “which in its early days was a small group that faced some obstacles and difficulties.”</p><p>——</p><p>Sewell reported from Beirut. Frankel reported from Jerusalem. AP videojournalist Alon Bernstein contributed to this report from the Golan Heights.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPK2FGZFXMM4JDZQYJNVBUWCN4.jpg?auth=e0eb39a222be62901e87bbf868f0467b79cf8e1cca64093df62dba30cf62595e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The border between Syria and the Israeli-controlled Golan Heights town of Majdal Shams is seen Tuesday, July 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGZCUIMKICQPBMGIE5RMEK2OWM.jpg?auth=867258deb3f4abab6709bb7d8b83271057dff18f02c8a96dfd945799c69333f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A right-wing Israeli activist holds a sign which reads "Its about time to settle in the Bashan", in the Israeli-occupied Golan Heights, Tuesday, July 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ZCZIGHUFFUSG4WENVSOHPOVJE.jpg?auth=9a4cfda5b6ec4696814d848aed8235125e3ed9537fceb362fe4d62431a112943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A metal board in the shape of a gunman sits on an old bunker at an observation point on Mount Bental in the Israeli-occupied Golan Heights, Tuesday, July 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Iran launches renewed missile attacks as US and Saudis strike Tehran-backed militias in Iraq]]></title><link>https://www.local10.com/news/world/2026/07/29/iran-resumes-missile-attacks-as-us-and-saudis-strike-tehran-backed-militias-in-iraq/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/iran-resumes-missile-attacks-as-us-and-saudis-strike-tehran-backed-militias-in-iraq/</guid><dc:creator><![CDATA[By SAMY MAGDY and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Iran launched a barrage of missiles at American forces in the Middle East early Wednesday as the U.S. partnered with Saudi Arabia to strike Tehran-backed militias in neighboring Iraq, killing at least 20 fighters.]]></description><pubDate>Wed, 29 Jul 2026 16:22:47 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Iran launched a barrage of missiles at American forces in the Middle East early Wednesday as the U.S. partnered with Saudi Arabia to strike Tehran-backed militias in neighboring Iraq, killing at least 20 fighters.</p><p>Six Iranian advisers were also killed in the U.S.-Saudi strike, two Iraqi militia officials told the Associated Press. They spoke on condition of anonymity because they were not authorized to comment publicly.</p><p>The flare-up on multiple fronts, after several days of relative calm, raised the risk of a return to all-out war. It also underscored the difficulty of winding down a five-month conflict that has jolted the world economy and is unpopular among Americans. The fighting was also likely to add to concerns that the U.S. is further drawing down already diminished stockpiles of sophisticated munitions needed to defend its bases and allies.</p><p>Meanwhile, a Fox News reporter said in an on-air segment that he spoke with President Donald Trump who, using a series of vulgarities, told him the U.S. will hit back hard in response to the Iranian attacks.</p><p>Saudi Arabia had accused the Iraqi militias of firing drones against its oil facilities over the past two days. An umbrella group of Iraqi militias initially denied the allegations, while another Iran-backed group — the Houthi rebels in Yemen — said they had attacked Saudi energy facilities as part of a separate but related conflict.</p><p>Before the latest eruption, mediators had expressed optimism about bringing the U.S. and Iran back to the negotiating table. An interim agreement collapsed in recent weeks over renewed fighting in the Strait of Hormuz, a crucial waterway for global energy supplies that Iranian attacks have again effectively closed.</p><p>A regional official said mediators are “still trying with both sides” to restore calm and get the ceasefire back on track. He gave no details on whether progress was being made and spoke on condition of anonymity to discuss the closed-door diplomacy.</p><p>The renewed hostilities sent oil prices spiking. Brent crude, the international standard, jumped 3.1% to $84.58 a barrel.</p><p>Jordan intercepts missiles and US strikes militias in Iraq</p><p>Iran's paramilitary Revolutionary Guard said it fired ballistic missiles at Jordan's Muwaffaq Salti Air Base, a key U.S. military hub for the region, in a statement carried by the state-run IRNA news agency.</p><p>Jordan’s military said five Iranian missiles had been intercepted and destroyed. There were no immediate reports of casualties or damage.</p><p>The U.S. military later announced that American and Saudi fighter aircraft had struck multiple logistics and weapons sites in eastern Iraq in response to the alleged drone attacks on Saudi Arabia. The Saudi Defense Ministry warned that it “does not seek escalation but will respond to any aggression.”</p><p>The Popular Mobilization Forces, a coalition of primarily Shiite, Iran-backed armed groups that is officially under the command of the Iraqi military, said at least 20 fighters were killed and 32 others wounded in the overnight strikes.</p><p>Those groups joined the fight against the Islamic State group after it seized large sections of Iraq in 2014. The Iraqi government later designated it as an “independent military formation” within the armed forces, but the militias have significant autonomy, and some have attacked U.S. facilities.</p><p>The office of Iraqi President Nizar Amidi condemned Wednesday’s U.S.-Saudi airstrikes, calling them “an unacceptable attack and a blatant violation of Iraq’s sovereignty, targeting its official security institutions.”</p><p>Iraq’s National Security Council also condemned the strikes, saying in a statement that they had been carried out “while the Iraqi government was in contact with relevant parties to investigate and address all the concerns raised by the Saudi and American sides.” It said “a number of innocent people” had been killed and wounded.</p><p>A visit to Saudi Arabia by Iraqi Prime Minister Ali al-Zaidi that had been scheduled for Thursday was postponed indefinitely, said two Iraqi government officials on condition of anonymity because they were not authorized to comment publicly.</p><p>Attacks on Saudi oil facilities could worsen global energy crisis</p><p>Saudi Arabia is also locked in a renewed conflict with the Houthis. The rebels have declared a blockade of Saudi shipping that could choke off another crucial Middle East trade route, the Bab el-Mandeb strait from the Red Sea into the Gulf of Aden.</p><p>On Monday, the Houthis said they had launched drones targeting oil facilities used to transport oil across Saudi Arabia to the Red Sea port city of Yanbu, a key bypass for Saudi exports blocked by Iran’s chokehold on the Strait of Hormuz.</p><p>The rebels said their attack was in response to a Saudi drone they said had breached Yemen’s airspace.</p><p>Planet Labs satellite imagery from Monday analyzed by The Associated Press showed damage to Saudi Aramco’s Abqaiq oil-processing facility. The massive facility is capable of processing approximately 7 million barrels of crude oil per day.</p><p>In 2019, attacks on Abqaiq claimed by the Houthis disrupted production of 5.7 million barrels per day, spiking global oil prices and demonstrating the vulnerability of Saudi oil facilities to missile and drone attacks.</p><p>Separately, a regional official said an oil refinery in Jazan, on Saudi Arabia's Red Sea coast, has temporarily shut down due to “relatively significant” damage from a Houthi attack on Saturday. The official, who was not authorized to brief journalists and spoke on condition of anonymity, said it would take several days to be repaired. The refinery produces 400,000 barrels per day.</p><p>The Texas-based IIR Energy consultancy said the refinery was tentatively expected to restart on Aug. 15.</p><p>Iran rejects Oman proposal for managing Strait of Hormuz</p><p>The Strait of Hormuz has been a major flashpoint in the conflict. Iran's deputy foreign minister said his country rejected a proposal by Oman, which lies on the other side of the strait, to jointly manage ship traffic.</p><p>In an interview with Iran’s state-run television, Kazem Gharibabadi said Oman's proposal included dividing the strait into two routes, each allowing the transit of half the shipping through the waterway.</p><p>Iran offered a counterproposal with a temporary plan for transit of vessels through its territorial waters, he said, adding that Tehran's policy is for the strait “never to return to its prewar situation,” when ships moved freely.</p><p>___</p><p>Becatoros reported from Athens, Greece. Associated Press writers Qassim Abdul-Zahra in Baghdad, Abby Sewell in Beirut, David McHugh in Frankfurt, Germany, and Konstantin Toropin in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JL7VOHTY7NN6QX2IMEBI5VQNY.jpg?auth=98a862d47c40a5768df7382d552fff0e2979bc7881d7114cb13044d00a552cf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A damaged vehicle at the site of an airstrike on a Popular Mobilization Forces base in Mosul, Iraq, Wednesday, July 29, 2026. (AP Photo/Farid Abdulwahed)]]></media:description><media:credit role="author" scheme="urn:ebu">Farid Abdulwahed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPJGAUJONCT76MVAVNPSUAS3O4.jpg?auth=a6d0f6fd6e9b1d0ed6717f6f8a50451b6ca07e431d16e57f54a3edfadc27cb83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image provided by Planet Labs PBC on July 27, 2026 shows smoke rising from the Saudi Aramco oil processing facility in Abqaiq, Saudi Arabia, 2026. (Planet Labs PBC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Planet Labs PBC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UC5L32WTIFH2FS6JESOTBUJDGA.jpg?auth=d1251963355b97731bd04695f8aeb3f3392470bdcd03673cb24f632a3b6a9e9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iraqis inspect damaged structures at the site of an airstrike on a Popular Mobilization Forces base in Mosul, Iraq, Wednesday, July 29, 2026. (AP Photo/Farid Abdulwahed)]]></media:description><media:credit role="author" scheme="urn:ebu">Farid Abdulwahed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7EXWCWUEKDHUYMS5N3BPYKGQUY.jpg?auth=520171deccf4c77f7a5b62305984a57eabb3fdbbeed5a04abc45b428cacb3d07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged structures at the site of an airstrike on a Popular Mobilization Forces base in Mosul, Iraq, Wednesday, July 29, 2026. (AP Photo/Farid Abdulwahed)]]></media:description><media:credit role="author" scheme="urn:ebu">Farid Abdulwahed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DI5IOZTIMBXM4XM27GZEDNFZLQ.jpg?auth=4a16eab02a81c68056212e596a643a51b66bb064cbaa71ca52a52fb75345641d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged structures at the site of an airstrike on a Popular Mobilization Forces base in Mosul, Iraq, Wednesday, July 29, 2026. (AP Photo/Farid Abdulwahed)]]></media:description><media:credit role="author" scheme="urn:ebu">Farid Abdulwahed</media:credit></media:content></item><item><title><![CDATA[This Lebanese couple is among those returning to shattered homes under US-brokered deal with Israel]]></title><link>https://www.local10.com/news/world/2026/07/29/this-lebanese-couple-is-among-those-returning-to-shattered-homes-under-us-brokered-deal-with-israel/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/this-lebanese-couple-is-among-those-returning-to-shattered-homes-under-us-brokered-deal-with-israel/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[ZAWTAR AL-GHARBIEH, Lebanon (AP) — Mahasen Faqih and her husband returned this week to their village in southern Lebanon, digging through the debris of their home in search of their belongings, as part of the U.S.-brokered “pilot zones” agreement in which Israel agreed to withdraw in exchange for the disarmament of the Iran-backed Hezbollah militant group.]]></description><pubDate>Wed, 29 Jul 2026 08:07:47 +0000</pubDate><content:encoded><![CDATA[<p>ZAWTAR AL-GHARBIEH, Lebanon (AP) — Mahasen Faqih and her husband returned this week to their village in southern Lebanon, digging through the debris of their home in search of their belongings, as part of the U.S.-brokered “pilot zones” agreement in which Israel agreed to withdraw in exchange for the disarmament of the Iran-backed Hezbollah militant group.</p><p>The couple fled north shortly after the start of the latest Israel-Hezbollah war, in early March. Now, their home in Zawtar al-Gharbieh — one of three zones where Israel agreed to turn over control to the Lebanese army — is among homes so damaged that they're unlivable. But Faqih said they've vowed to stay, settling inside the large grocery shop that they own in the village as they wait to have their home demolished and rebuilt.</p><p>“Zawtar is our small homeland, and we are very happy,” Faqih, 58, said. “We will sleep here to tell the Israelis that we will stay in our land and will not leave it, no matter what happens.”</p><p>A week after the Lebanese army took control, only about 15 families have returned, according to Mayor Abed Ezzeldine, who says nearly half the village’s 500 homes have been destroyed and many others damaged.</p><p>Hezbollah is strongly opposed to the initial deal reached between Israel and Lebanon — which remain technically in a state of war since Israel’s establishment in 1948 — and to the direct talks between the nations, ongoing for nearly three months.</p><p>The latest Israel-Hezbollah war began March 2, when the Lebanese militant group fired rockets into Israel two days after Israel and the U.S. launched their war on Iran. Israel has since invaded Lebanon and occupied dozens of villages in the south along its border.</p><p>Under the deal, Israeli forces are supposed to withdraw from some occupied areas of southern Lebanon. But the location of the initial pilot zones generated some controversy in Lebanon. Israeli troops weren't present in most of the areas, raising questions about how a withdrawal could happen. In Zawtar al-Gharbieh, it's unclear whether troops were on the ground. But they were in adjacent areas, and the village was under heavy fire, preventing civilian residents and the Lebanese army from entering until last week.</p><p>The Israeli military has destroyed 24 centuries-old villages and 15,000 to 20,000 houses in Lebanon, Israeli Defense Minister Israel Katz told a TV station Tuesday. He said Israeli troops control 700 square kilometers (270 square miles) of southern Lebanon and “are preventing raids on the communities.”</p><p>Residents return to damaged or destroyed homes in Zawtar al-Gharbieh</p><p>On Tuesday, as Faqih sifted through debris, she was able to recover only nine plates from the kitchen. That room and the main sitting room were knocked out, with the ceiling partially collapsed. On the home's other side, an Israeli strike left a hole in the main bedroom's ceiling.</p><p>“We are gathering what remains of what we have collected over 45 years,” Faqih said, noting that she'd already sold $20,000 in jewelry to repair the home from damage in the 2024 Israel-Hezbollah war — something she can no longer afford. She hopes the government will help them rebuild.</p><p>Mayor Ezzeldine said Zawtar al-Gharbieh is "disaster-stricken.”</p><p>“You can see some homes standing, but they are not suitable for living and cannot be renovated,” he said. The municipality is doing its best to bring water by tanker trucks to residents who return, he said, and he hopes about 100 families will be in the village by week's end.</p><p>Lebanese army bulldozers were clearing debris from the village's streets. In the main square, trucks with mounted machine guns were parked near a partially destroyed blue-domed mosque. About 100 meters (109 yards) away, an armored personnel carrier blocked a road leading to the adjacent village of Zawtar al-Sharqiyah, which is fully occupied by Israeli troops.</p><p>During The Associated Press team's visit Tuesday to Zawtar al-Gharbieh, three strong explosions occurred in occupied areas, and brown smoke billowed.</p><p>More Lebanon-Israel talks are scheduled next month</p><p>In his comments Tuesday to Channel 14, an ultranationalist station in Israel, Defense Minister Katz said that in the 24 villages destroyed in Lebanon, “there were Shiites who acted as enemies on behalf of Hezbollah and threatened our borders, our residents, and constantly carried out provocations.”</p><p>“Not house by house, not incrimination — all these villages, their destruction has been completed,” he said.</p><p>His comments and the return of some residents to the pilot zone come as technical teams from Lebanon and Israel are scheduled to hold another round of talks in Rome over three days starting Aug. 4.</p><p>In Beirut, a Lebanese foreign ministry official said the talks will focus on finding other pilot zones to be handed over by Israel's military to the Lebanese side. The official spoke on condition of anonymity in line with regulations.</p><p>But in Zawtar al-Gharbieh, mayor Ezzeldine said he wouldn't call the pilot zone successful so far. Israeli troops are still stationed nearby, with drones continuously flying over the village, he said, adding that only the Lebanese army's presence is reassuring residents.</p><p>Faqih said that her family does not feel secure and that if Israel expands the pilot zones by a village every couple of months, it will take years “for it to withdraw and for the south to be liberated.”</p><p>“We don’t have safety, not even 1%,” she said. “I am not happy with the situation at all.”</p><p>______</p><p>Associated Press writer Natalie Melzer in Nahariya, Israel, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSSASW6T2VMQ22AWR6XFKMKQ2M.jpg?auth=baaf4c0a31eba2bcf880e70e64a2188f0fdaa61f0b5605ecf98f335539f3dde5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mahasen Faqih and her husband, Mohammed Sobeih, smile as they sit amid the rubble of their home after returning to it following the Israeli military operation in Zawtar al-Gharbieh, Lebanon, Tuesday, July 28, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6USSA66V34AREL3IWDJ5VFWS3M.jpg?auth=c0549dc34bf29d033473112cc9ef2387e52020319c055fdf752af32344fd5149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mahasen Faqih gestures toward the rubble of her neighborhood from inside her destroyed home after returning to it following the Israeli military operation in Zawtar al-Gharbieh, Lebanon, Tuesday, July 28, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZIOFBLTVFU4KQW6Z3AWL25CJA.jpg?auth=c01d67adb08a43083bb09c1a44a7e92cfe9c8db661ef70468338cb91b13cb311&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mahasen Faqih is seen through a shattered glass door as she checks her home, destroyed during the Israeli military operation, after returning to it in Zawtar al-Gharbieh, Lebanon, Tuesday, July 28, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SCIJNPYVMBWVPMGLF4VVAQ4OL4.jpg?auth=abc8ba8641191639df5b3417d68b3e8705b6dce5ae9f034d6f8d72c884e32eed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident stands behind a mirror riddled with bullet holes inside his home following an Israeli military operation in Zawtar al-Gharbieh, Lebanon, Tuesday, July 28, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBLMJ4K6BR4NQ6ZMLWZ4RXDXZ4.jpg?auth=9de458c9a293b5f2a708d57b88b8091e69a7eb75499b9f6833319df52fea18ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mohammed Sobeih clears debris inside his home after returning to it following the Israeli military operation in Zawtar al-Gharbieh, Lebanon, Tuesday, July 28, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[A 2:47 a.m. alert, a rabbit and 220,000 evacuees as France’s wildfire rages on]]></title><link>https://www.local10.com/news/world/2026/07/29/a-247-am-alert-a-rabbit-and-220000-evacuees-as-frances-wildfire-rages-on/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/a-247-am-alert-a-rabbit-and-220000-evacuees-as-frances-wildfire-rages-on/</guid><dc:creator><![CDATA[By EVA VAN DAM and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BORDEAUX, France (AP) — The mobile phone alert message marked “URGENT” came with a beeeeeeep in the dead of night.]]></description><pubDate>Wed, 29 Jul 2026 04:29:03 +0000</pubDate><content:encoded><![CDATA[<p>BORDEAUX, France (AP) — The mobile phone alert message marked “URGENT” came with a beeeeeeep in the dead of night.</p><p>“Evacuate now,” it said.</p><p>Suddenly awake, Morgane Bonichot scrambled. She grabbed her 9-year-old daughter, their rabbit and their dog but didn't think to pack underwear.</p><p>The 40-year-old childcare worker found herself swept up in one of the biggest evacuations Europe has seen since World War II, forced with more than 220,000 other people to flee a monster wildfire in southwest France that has consumed an area four times the size of Paris and is defying a massive effort, involving a dozen countries, to bring it under control.</p><p>In hindsight, Bonichot thinks maybe she should have seen it coming.</p><p>Her daughter was in the blaze's epicenter when it ignited last week, staying with an uncle in the midst of the pine forests, scrub and farmland being consumed by an inferno so virulent that it has morphed at times into a self-feeding firestorm, spitting lightning bolts that have sparked yet more flames.</p><p>Among the fire's first evacuees, the daughter came home Friday. But with the flames spreading closer to her mother's house west of Bordeaux, the daughter began preparing to flee again.</p><p>“She packed a suitcase with a lot of things, telling me, 'Mum, you need to pack your suitcase because we’re going to have to be evacuated,'” Bonichot said.</p><p>Just hours later, at 2:47 a.m., she got the evacuation order for their town, Saint-Jean-d’Illac, on her phone.</p><p>“Forest fire underway,” it said.</p><p>All told, regional authorities have emptied two dozen towns and villages, some ravaged by fire. Others between the blaze and Bordeaux, including Saint-Jean-d’Illac, were evacuated as a precaution by government officials who say their priority is making sure that no lives are lost.</p><p>After a pause in evacuations Monday, when the fire's spread stopped, they resumed Tuesday as flames flared again. An additional 4,000 people were moved from camping sites and holiday homes on the blaze's northern edge, increasing the number of people forced to flee: more than 220,000 in the Gironde region alone. In Spain, historic wildfires have also forced tens of thousands of evacuations, bringing the number displaced in southwest Europe to roughly a third of a million.</p><p>“We left just like that,” Bonichot said. “My car had broken down, so neighbors had to drive me, along with my little girl and the animals. But one of the neighbors had a cat, and with the smell of the rabbit it became very complicated. So she had to drop me off.”</p><p>After a few days staying with Bonichot's mother, they moved again, this time to a huge exhibition center in Bordeaux that city authorities have converted into a temporary shelter. It has camp beds, food, medical and veterinary services, clothes and volunteers doing what they can to make people comfortable.</p><p>The rabbit stays in a cage between the mother and daughter’s beds and the dog curls up in a large bowl. After a couple of days in the makeshift conditions, “I’m starting to become really exhausted,” Bonichot said.</p><p>But she doesn't want to go home until she's sure they won't be evacuated again.</p><p>“I just can’t put my animals through another journey. The only trip they should have to make now is the one back home. Otherwise, for the rabbit, the stress could be fatal.”</p><p>“And my dog was dehydrated,” she said. “Here, there’s air conditioning and everything, so for the moment he’s doing a little better.”</p><p>Gironde authorities have said evacuees won’t be allowed back until the fire is contained, although on Tuesday they gave the go-ahead for returns to three suburbs of Bordeaux that haven’t had fires. It's unknown when others might be allowed home. Fire trucks are still racing from one flare-up to the next, as aircraft drop water and retardant. Smoke clouds could be seen from kilometers away Tuesday.</p><p>Even when this inferno is beaten, the next one may not be far behind. Successive heat waves this year have turned European forests tinder-dry. They have also served as sobering reminders that human-caused climate change makes such extreme events increasingly likely.</p><p>“What really drives me crazy is that it makes me very worried about the future, because year after year it’s getting worse,” Bonichot said.</p><p>“It’s going to be a catastrophe.”</p><p>___</p><p>Leicester reported from Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TIX7PORBVN2QG4NAY7NH2LZY3E.jpg?auth=49069bbbd5d57887034bb0951ed40210606a444b78dfb2cde564a689cbb6f20c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morgane Bonichot, 40, takes a break from reading a newspaper in an evacuation center in Bordeaux, on Tuesday, July 28, 2026, where she, her daughter, their rabbit and dog are sheltering from wildfires in southwest France. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZENFTYRNPTU7WH3TZBMJGF4VNM.jpg?auth=aa093bfb77b85bc6c5f9f4b5b8dd62eb04dffbebf18e5eca124694732a56bd6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evacuee Morgane Bonichot, 40, sheltering in an evacuation center in Bordeaux, France, on Tuesday, July 28, 2026, shows an evacuation message she received on her mobile phone on Saturday, July 25, ordering her to flee wildfires in southwest France's Gironde region. (AP Photo/Eva van Dam) ADDITION: message received on Saturday, July 25]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYWFDMDKGF4NTMYY2M52B475MQ.jpg?auth=0ce9a42245952de4d6be5e1e58d7e37b4614e443715698998da47b5d55811bda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Camp beds for evacuees are laid out in a temporary shelter in Bordeaux, France, Tuesday, July 28, 2026, for some of the 220,000 people who have fled wildfires in France's southwest Gironde region. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CENZUBSPWFOY37QL2E4T3J4PMI.jpg?auth=012cf42e0104a6eb54d39ad0b7d6fa7e9028fef61f5eb07c6e3344c38cf11222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People collect food at a temporary shelter for those displaced by wildfires in Bordeaux, France, Tuesday, July 28, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QXVWKUPYCZZKKFWH7P6QVY45LA.jpg?auth=f3973ccbefeda00888f723b71875418b8be730b80bc236e8d9670b5f52a349fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An evacuee reads a newspaper report about wildfires in southwest France as he lays on a camp bed at a temporary shelter in Bordeaux, France, Tuesday, July 28, 2026. (AP Photo/Eva van Dam)]]></media:description><media:credit role="author" scheme="urn:ebu">Eva van Dam</media:credit></media:content></item><item><title><![CDATA[A new media ecosystem is taking root on the left, reshaping Democratic politics]]></title><link>https://www.local10.com/news/politics/2026/07/29/a-new-media-ecosystem-is-taking-root-on-the-left-reshaping-democratic-politics/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/29/a-new-media-ecosystem-is-taking-root-on-the-left-reshaping-democratic-politics/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Farah Berent, a physician assistant in Holland, Michigan, used to learn about politics from channels like ABC, CBS and CNN. But that changed as she decided that coverage of the war in Gaza was irreparably biased.]]></description><pubDate>Wed, 29 Jul 2026 12:09:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Farah Berent, a physician assistant in Holland, Michigan, used to learn about politics from channels like ABC, CBS and CNN. But that changed as she decided that coverage of the war in Gaza was irreparably biased.</p><p>"I couldn’t stand all the lies on the stations,″ said Berent, arguing that there wasn't enough attention being paid to Palestinian suffering. "I started going to Instagram to get my news.”</p><p>Berent is among many progressive-minded Americans who have sworn off legacy media institutions. They're turning to a widening mix of independent podcasts, social media accounts and digital news sites, part of an increasingly influential ecosystem that has boosted this year's wave of anti-establishment, left-leaning candidates who may not have gotten as much attention otherwise.</p><p>Liberals remain more likely than conservatives to trust mainstream outlets, but the splintering echoes how conservatives skeptical of their party created a collection of insurgent news sites years ago. The shift has elevated individual commentators with opinions on the news, some of whom have proven influential in driving people’s votes.</p><p>Ryan Grim, a co-founder of Drop Site News and a veteran of online political debates, said progressive politicians have sought out his platform to reach voters. In a change from previous election cycles, "they have ways to get covered even if the mainstream just basically ignores them,” he said.</p><p>One of those candidates is Abdul El-Sayed, who is running for U.S. Senate in Michigan and faces the more moderate U.S. Rep. Haley Stevens in the Aug 4. primary.</p><p>“I think in a lot of ways, where traditional media has been gatekeepers, we’re watching that gatekeeping function fall away,” El-Sayed said.</p><p>Anti-establishment media has exploded lately</p><p>These changes have been on display this year in places like New York City, where a slate of progressive congressional candidates endorsed by Mayor Zohran Mamdani defeated establishment-backed candidates.</p><p>Sara Hyler, a policy analyst in East Harlem, originally planned to support incumbent Rep. Adriano Espaillat in last month's Democratic primary. But then Hyler started learning about progressive outsider Darializa Avila Chevalier through YouTube videos and podcasts, including from the liberal media company MeidasTouch.</p><p>“My actual beliefs are to the left of Democrats. I don't want a moderate,” said Hyler, who ultimately voted for Avila Chevalier in hopes she could help nudge Congress toward progressive policies.</p><p>The rise of independent media has been part of a digital transformation that transcends politics, as chronically online Americans are turning toward news from social media and content creators. But it's not just the popularity of smartphones driving that change.</p><p>“There’s a complete lack of trust in any and all institutions now,” said Mike Nellis, a Democratic consultant who hosts a podcast, writes a Substack and posts political analysis on social media. “That has led people to turn to individuals, and so now you’re picking your flavor of person to listen to.”</p><p>Among conservatives, faith in mainstream media and in the more moderate wing of the Republican Party faltered years ago, with the rise of the Tea Party movement paving the way for an alternative right-wing media ecosystem, including sites like the Daily Caller, Breitbart and The Blaze. Trump also tapped into a loose constellation of podcasts, including "The Joe Rogan Experience," for his successful comeback campaign.</p><p>Reece Peck, a media culture professor at the College of Staten Island, said the left-wing version of that has happened slowly, beginning with the momentum of Sen. Bernie Sanders’ first presidential run in 2016. At the time, left-wing, anti-establishment YouTube accounts and podcasts like “The Young Turks” and “Chapo Trap House” were gaining attention but didn't reach the majority of Democratic voters.</p><p>Now Democrats have realized their faith in institutions didn't prevent Trump's return.</p><p>“The ground has been made fertile for an anti-establishment media politics, where it just wasn’t quite there with the voter base in those previous cycles,” Peck said. Even older, moderate liberals, he said, have started to ″throw their hands in the air and look for alternatives.”</p><p>YouTube accounts like ”Secular Talk" and “Breaking Points,” streamers like Hasan Piker and new digital journalism organizations like More Perfect Union and The Lever are among those that have seen their audiences multiply.</p><p>Grim said Drop Site has amassed 800,000 free and 60,000 paid subscribers since launching two years ago — more than he'd anticipated.</p><p>Saul Levin, a Michigan progressive organizer who recently started his own podcast about artificial intelligence data centers, said Trump’s attacks on the existing media landscape are part of the reason for that growth.</p><p>“The investigations and raids on numerous different journalists, the appointment of specifically aligned billionaires to lead various major news agencies, is very troubling,” he said. “Creators and new media outlets are stepping in and trying to fill gaps.”</p><p>Alternative media is prominent in the Michigan primary</p><p>The Michigan primary will be the latest test of the evolving media ecosystem, which El-Sayed, a longtime podcaster himself, has tried to harness. Various progressive outlets, creators and organizers have aggressively promoted his campaign.</p><p>El-Sayed said the rise of independent media has let voters compare news across different channels and notice biases, but he doesn't turn down opportunities on legacy media, either.</p><p>“I go on Fox News, I go on podcasts, I Twitch stream, we have a YouTube channel,” he said.</p><p>Stevens, who received endorsements from outgoing incumbent Sen. Gary Peters, Michigan Gov. Gretchen Whitmer and Senate Democratic Leader Chuck Schumer, has a more traditional approach. She's also backed by the American Israel Public Affairs Committee, or AIPAC, and its affiliated groups, which have spent close to $30 million on the race.</p><p>Stevens' campaign declined to comment for this story.</p><p>Reporting from progressive outlets has influenced how the race has unfolded. For example, Stevens parted ways with a campaign consultant when Drop Site revealed that she had also worked for tech company Palantir, which is controversial in liberal circles because of its government contracts involving immigration enforcement.</p><p>Democratic officials said Trump's return to the White House has also revived interest in the party's official channels. The Democratic National Committee's relatively new digital media offering, a rapid-response clipping and messaging account with the handle @FactPostNews, has amassed more than 2 billion impressions on Threads, X, Facebook, Instagram and Bluesky in 2026 alone.</p><p>“I remember thinking to myself, there’s a chance that this flops and doesn’t get any traction,” said DNC Deputy Chief Mobilization Officer Paulina Mangubat. “It's been really, really successful.”</p><p>At times, the mix of new voices on the left has erupted in public tensions.</p><p>Grim recently faced criticism for boosting failed Democratic candidate Graham Platner in Maine, and he was accused of trying to undermine the credibility of the sexual assault allegation that torpedoed Platner's campaign. Grim said while he recognized people were angry, his reporting on the allegation was meant to share additional context.</p><p>“If we’re going to litigate allegations in the court of public opinion, we can’t pick and choose what details we want to share with the public out of a fear of how they’ll be received,” he said.</p><p>More recently, when Drop Site interviewed progressive U.S. Rep. Ro Khanna of California, one of its journalists pressed Khanna on whether Hamas was justified to attack Israeli soldiers on Oct. 7, 2023. Khanna refused to agree.</p><p>But Grim said those are the kinds of tough questions independent media are there to ask — and that American voters increasingly want to see their representatives in Congress answer.</p><p>“People want to see you being accountable to questions, and if they don't agree with you, sometimes that's fine,” he said. “I think the smarter politicians are starting to recognize that.”</p><p>___</p><p>This story has been updated to correct Farah Berent's job to physician assistant, not teacher.</p><p>___</p><p>Associated Press writer Joey Cappelletti in Grand Rapids, Mich., contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBMHBXBZWC3L47LMTSKT3GR4UI.jpg?auth=a354d668b86a4afea33f92434d1823490a1ef1cfa189f57eddd8567c3f5de84d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Grim records a segment for the YouTube daily news show, Breaking Points, Monday, July 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3JVKNXRGTKYDD4CYG3P6RHZZWI.jpg?auth=655ff0adfa94fac2e4ae8b46ef8e09f3696e3b1a1ae03d9a2ce2855ee88b00f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed speaks during a U.S. Senate debate with U.S. Rep. Haley Stevens, Monday, July 27, 2026, in Southfield, Mich. (Robin Buckson/Detroit News via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Robin Buckson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UVLU3GYBVGUVCZ2K3BB6ASEDOQ.jpg?auth=10ab5bbf2330344f57f201021e26b4fe30ead389939771a8267bac4a9eb07632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Grim, left, and Krystal Ball record a segment for the YouTube daily news show, Breaking Points, Monday, July 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPHGKVHGRHW3ZHR64CAC6WQBTM.jpg?auth=17631a3f0c0a3849cc82048f58807b6690c4f2bb37b7f63622608b7c5e573771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Grim, of the YouTube daily news show, Breaking Points, poses for a portrait, Monday, July 27, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Lindsay Clancy's ex-husband testifies about the day she killed their 3 children]]></title><link>https://www.local10.com/news/2026/07/29/lindsay-clancys-ex-husband-resumes-testifying-about-the-day-she-killed-their-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/29/lindsay-clancys-ex-husband-resumes-testifying-about-the-day-she-killed-their-3-children/</guid><dc:creator><![CDATA[By MICHAEL CASEY and LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — More than three years after a Massachusetts mother strangled her three young children, her former husband described returning home to the aftermath and a jury listened Wednesday to his frantic 911 call, as her lawyers seek to prove she was in the grip of postpregnancy psychosis.]]></description><pubDate>Wed, 29 Jul 2026 15:43:14 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — More than three years after a Massachusetts mother strangled her three young children, her former husband described returning home to the aftermath and a jury listened Wednesday to his frantic 911 call, as her lawyers seek to prove she was in the grip of postpregnancy psychosis.</p><p>Patrick Clancy's last fleeting image of 3-year-old Dawson was his son on the couch eating chicken nuggets and green beans. Lindsay Clancy had asked her then-husband to pick up food and stop by the pharmacy. Prosecutors say this shows she acted intentionally and bears full responsibility for the deaths of Dawson, 5-year-old Cora, and 8-month-old Callan.</p><p>Jurors watched surveillance video from the pharmacy showing Patrick Clancy call his wife with a question about which medicine to get.</p><p>“She was pretty quiet. It sounded like she was busy,” he testified Wednesday. “I remember hanging up thinking she was probably in the middle of giving baths or something like that.”</p><p>When he came home, the house was silent.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988. There is also an online chat at 988lifeline.org</p><p>___</p><p>He searched until finding a lot of blood in the main bedroom. Lindsay Clancy had used multiple methods to try to end her own life. She remains paralyzed from the waist down after jumping from the home’s second-story window.</p><p>Badly injured but conscious, she told her husband that the kids were in the basement, without saying they were dead, he testified.</p><p>Jurors listened to the 911 call as he discovers the children, who were strangled with exercise bands. Patrick Clancy sobs and screams “Oh my God!” A confused dispatcher keeps asking what happened, before he says: “She killed the kids."</p><p>In the courtroom, Lindsay Clancy sobbed as the 911 call was played, and her parents also appeared to be crying. Patrick Clancy had left the court after finishing his testimony.</p><p>The trial will hinge on Lindsay Clancy’s mental state</p><p>Whether she killed her children is not in dispute. But her attorney argues that she was driven by postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth. Her lawyer said she had bipolar disorder, and that antidepressants prescribed after the birth of her third child worsened her condition.</p><p>On the day of the killings, Lindsay Clancy said she heard voices telling her, “This is your last chance. Kill the children so you can kill yourself,” according to her lawyer.</p><p>If convicted of murder, she faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p><p>Lindsay Clancy had sought care from experts in postpregnancy mood disorders, was put on multiple psychiatric medications, and when nothing worked, checked in to a psychiatric hospital. She killed the children 19 days after she was discharged.</p><p>Patrick Clancy testified Monday about her deteriorating mental health in the months before the killings, including describing intrusive thoughts of harming the children and of suicide. But he said she appeared to be doing better as recently as two weeks before the killings on Jan. 24, 2023.</p><p>He testified Monday that the day of the killings started as one of her “best days.” She took Cora to a doctor’s appointment and then returned home to build a snowman with the children and work on art projects.</p><p>Postpartum psychosis is rare, and is different from postpartum depression</p><p>Postpartum psychosis is estimated to afflict only 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality.</p><p>Postpartum depression is a mood disorder that can also be dangerous but is much more common.</p><p>Postpartum psychosis can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. In a journal article on the subject in 2023, researchers at the Medical University of Lublin in Poland said about half of people with postpartum psychosis have a previous history of psychiatric problems and the most common risk factor associated with the condition is bipolar affective disorder, which causes extreme mood swings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SVLWBBS6NVX6NDXOXZYLY6PJSE.jpg?auth=cd1b8e7cd126c50efc185bccc37a22bc0964836a86da1243e2056954c7d74fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Clancy reacts as images of himself and his children on vacation a month before they were killed is shown in the courtroom at Plymouth Superior Court in Plymouth, Mass., Monday, July 27, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EETAMWXRHFM3GYRSOCX2XORDIQ.jpg?auth=e0b659a9b0da4893051c5299ff4bc7afe482605d43e5a14385106d657434db74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy waits for the judge to call a prospective jury member into court in her murder trial where she is charged in the 2023 killing of her three children, Wednesday, July 22, 2026, in Plymouth Superior Court in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WNHUV3OPFWCPPNRJOHJ2YITVJI.jpg?auth=433bbc2cc7eb470136ee40b821aa8288f94790afb9189eb9da557f613681a1f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy fights back tears as the details of her children's death are read in court at Plymouth Superior Court in Plymouth, Mass., Monday, July 27, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLVB2WK6N32QFYTEX7G4ZVFGP4.jpg?auth=4328930ff6e7e8ca62540fca7e05a8ac79571111e205135410ee230c7f9a9d18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Clancy glances over at the defense table and his ex wife Lindsay Clancy is seated during her murder trial at the Plymouth Superior Court in Plymouth, Mass., Monday, July 27, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5LBAMJXZFOLN6GFGXWQEDRUCA.jpg?auth=199da5e54c1d2d3124af7b886fba40c990f678d2ea696a970790e1019c60f1d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jennifer Sprague, a prosecutor with the Plymouth County District Attorney's Office, enters a bag of prescription pills as evidence in Lindsay Clancy's trial, Monday, July 27, 2026, at Plymouth Superior Court in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item><item><title><![CDATA[Wildfires are more extreme in Europe and North America, but global burning is oddly decreasing]]></title><link>https://www.local10.com/tech/2026/07/29/wildfires-are-more-extreme-in-europe-and-north-america-but-global-burning-is-oddly-decreasing/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/29/wildfires-are-more-extreme-in-europe-and-north-america-but-global-burning-is-oddly-decreasing/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[It seems as if the world is afire this summer. But even as wildfires in Europe and North America grow more extreme, key worldwide burning statistics are at a record low largely because Africa and Asia are controlling fire more.]]></description><pubDate>Wed, 29 Jul 2026 15:10:44 +0000</pubDate><content:encoded><![CDATA[<p>It seems as if the world is afire this summer. But even as wildfires in Europe and North America grow more extreme, key worldwide burning statistics are at a record low largely because Africa and Asia are controlling fire more.</p><p>Experts say these seemingly opposite trends are happening at the same time because of what humanity is doing to the planet.</p><p>“It does seem like a paradox because we’re talking increases in fires, yet the global numbers have been going down and down. But they’re both true,” said fire scientist Mike Flannigan of Thompson Rivers University in Canada.</p><p>Spain's wildfire is that country's largest on record at more than 193 square miles (500 square kilometers) while wildfires in Europe have burned just a bit under 2025's all-time high. In Canada and the United States this summer, land burned by wildfires is at least 25% higher than the 10-year average and more than double what it was decades ago, according to national wildfire centers. Entire chunks of the continent were choked by smoke, causing unhealthy air quality.</p><p>Fires are worsening in terms of size, intensity, speed and frequency, especially in the U.S., Canada and Europe, said University of Colorado fire scientist Jennifer Balch.</p><p>“Extreme wildfires are on the rise globally in different parts of the world. And that’s the piece that you know has us shaking in our boots,'' Balch said.</p><p>Fires decrease in Africa, Asia</p><p>And yet the world went into July this year with record low global emissions from burning fires, a key measure of their prevalence, the European climate center Copernicus reported. That is because fires in Africa and Asia are way down due to changing agricultural practices, fire management and where people are moving to, said Mark Parrington, a senior scientist at Copernicus. Copernicus calculated that this year's carbon emissions from burning are the lowest since satellites first measured nearly 25 years ago — about half what they were in the early 2000s.</p><p>“Africa dominates the global fire activity,” said UCLA water and fire scientist Park Williams. “So if there’s a trend in Africa, then that’s going to be the trend in the global fire activity. In sub-Saharan Africa, fire activity over the last 25 years has gone down pretty dramatically.”</p><p>On average, more than three-quarters of the global emissions from the burning of plant material comes from Africa and Asia, Copernicus statistics show. Less than one-eighth comes from North America and Europe.</p><p>Traditionally, huge grassland fires on the African savanna burned each year, compared to more intermittent forest fires in other regions, influencing worldwide fire totals, said John Abatzaglou, a fire scientist at the University of California Merced. But with more land being used for housing and farming, humans are limiting savanna fires, while also creating barriers to prevent fires from spreading, he said.</p><p>In Asia and the Amazon fires are often used to clear land for agriculture, experts said. So, Williams said, “it really is all driven by human demographic change.”</p><p>Human fingerprints on North American and European fire trends</p><p>In North America and Europe there are also “human fingerprints” on the more extreme fires dominating the news, but that is from climate change Abatzaglou said. Climate change from the burning of coal, oil and gas is making it hotter and drier — ideal fire weather — five different experts told The Associated Press.</p><p>Hotter temperatures mean humans “have our foot on the gas pedal” for bigger fires, “but we also have lost the brakes on fire” because warmer and drier nights don't give forests — or firefighters — time to recover during darkness like they used to, Balch said.</p><p>When it gets hotter, the atmosphere sucks more moisture out of the ground, making it drier and easier to burn, Flannigan said. Climate change also increases the length of the burning season across North America and especially in northern forests where there used to be only a few days when the weather was conducive to wildfires, but now there are a lot more, he said.</p><p>And when climate change makes fire more extreme in places with larger populations, it tends to have a greater impact by burning more valuable property, Flannigan said.</p><p>Abatzaglou said that North America has long done a good job of fire suppression. But with climate change making fires more intense and frequent, “we're losing our ability to do that,” he said.</p><p>El Nino will add to fires</p><p>Fire activity is likely to get worse in the coming months because of the developing super strong El Nino. The weather pattern usually triggers more dangerous fires in the tropics, less so in the United States because of more rain, experts said. South American governments are already getting prepared.</p><p>“The most predictable outcome of El Nino is going to be more tropical fire, specifically tropical forests,” Williams said.</p><p>Williams said El Nino could increase fires in the Amazon region, Southeast Asia and the Western Pacific.</p><p>While El Nino means more rain and fewer forest fires in the U.S. West, it can also mean more grass growth in deserts that adds fuel for eventual grass fires, Abatzaglou said. Examples of devastating grass fires include Los Angeles in 2025 and Hawaii in 2023.</p><p>Regardless of El Nino, scientists said areas in North America and Europe will have to improve planning and adaptation for worsening wildfires, including prescribed burns to thin excess trees and grasses.</p><p>“It’s not a question of whether our landscapes are going to burn, it’s the question of when they’re going to burn,” Balch said.</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/DI6HTBSRR6WUS6A65HOLQEJSYM.jpg?auth=2883fc546f1d02967df66199764106f6d080b417b7a060b4dbd5d1813fe47383&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter monitors a firing operation while battling a wildfire called the Bench Fire in Warm Springs, Ore., July 25, 2026. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CI7PSBYHYOMO3V2JM7PHA57NQA.jpg?auth=5408badfcfdd940ab0a2d3dff7f0f53112a18a6de1a4e9f35b0ee5cdfb0b2e62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A wildfire burns near near Ares, France, July 28, 2026. (AP Photo/Baz Ratner, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCV6FZCBQV7OQS37IISUXLNTKI.jpg?auth=d8dc02167f4e57e1f51942e3490f95e10da310163acbaf6cd32ba1039ed762df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter battles a wildfire on the slopes above Simon's Town, South Africa, Dec. 19, 2023. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">TH</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVLVDIBXBJNJQIKP5OQVONMYN4.jpg?auth=37638be7687efe437b5c74223fd69d6d77793978e3dfebb27d2dd19f91a7eece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A volunteer uses a rake trying to help stop a wildfire from advancing in San Martin de Valdeiglesias, west of Madrid, Spain, July 26, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSOISYVLPCCU3BRDHBL7R7DYFE.jpg?auth=1906bd947dd2b96a7efcb064c09c5e23e12f811ed875be7774cd1f3c60578799&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter watches as a helicopter drops water on the Summit Fire while battling wildfires in Llano, Calif., July 10, 2026. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content></item><item><title><![CDATA[Oil prices jump following fighting with Iran, while sinking AI stocks drag Wall Street lower]]></title><link>https://www.local10.com/business/2026/07/29/oil-prices-jump-following-fighting-with-iran-while-sinking-ai-stocks-drag-wall-street-lower/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/29/oil-prices-jump-following-fighting-with-iran-while-sinking-ai-stocks-drag-wall-street-lower/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices are back to jumping on Wednesday, while sinking technology stocks are dragging Wall Street lower ahead of a Federal Reserve decision on what to do with interest rates.]]></description><pubDate>Wed, 29 Jul 2026 15:53:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are back to jumping on Wednesday, while sinking technology stocks are dragging Wall Street lower ahead of a Federal Reserve decision on what to do with interest rates.</p><p>The S&P 500 fell 0.9%. The Dow Jones Industrial Average was down 825 points, or 1.6%, as of 11:45 a.m. Eastern time, and the Nasdaq composite was 1.2% lower.</p><p>The action was even stronger in the oil market, where the price of Brent crude leaped 6.7% to $87.60 per barrel after fighting resumed in the war with Iran and raised worries about the global flow of oil. Iran launched a barrage of missiles at American forces in the Middle East, while the U.S. military partnered with Saudi Arabia to strike Tehran-backed militias in Iraq.</p><p>Brent oil’s price had swung as low as $72 early this month and as high as $102 last week on uncertainty about whether the United States and Iran could reach a deal to allow oil tankers to move freely again from the Middle East to customers worldwide.</p><p>The swings have raised worries that inflation will reaccelerate, just when it had begun to slow more than economists expected. That in turn has traders uncertain about what the Federal Reserve will announce after its two-day meeting on interest rates concludes later in the day.</p><p>Traders are betting on a roughly 36% probability that the Fed will raise its main interest rate, according to data from CME Group, which would be the first increase in three years. Higher rates can keep a lid on inflation, but they can also slow the economy and undercut prices for stocks and other investments.</p><p>Higher rates particularly hurt stocks seen as the most expensive, and scrutiny has already been rising on makers of computer chips and other winners of the frenzy around artificial-intelligence technology.</p><p>Unlike the dot-com bubble at the turn of the millennium, the recent surges for sellers of computer processors and memory are backed by real revenue and profits. But that exceptional growth won't be sustainable if AI does not produce as much profit and productivity as hoped.</p><p>The skepticism has hit South Korea’s stock market in particular because it’s dominated by two tech giants, Samsung Electronics and SK Hynix. Seoul’s Kospi index tumbled 6% Wednesday, a day after it plunged 10.8%, and trimmed its gain for the year so far to 34.4%.</p><p>SK Hynix’s stock in Seoul dropped 9.6%. It reported record amounts of revenue and profit for a quarter thanks to strong demand because of AI. But its 257% growth in revenue still wasn’t enough to meet analysts’ expectations.</p><p>On Wall Street, Nvidia was the heaviest weight on the S&P 500 after the chip company sank 2.6%. Rival Advanced Micro Devices fell 5.7%, and Micron Technology dropped 5.3%.</p><p>KLA Corp., whose products and services help make semiconductors, fell 8.5% even though it reported stronger-than-forecast profit and revenue for the latest quarter. Expectations were high after its stock surged nearly 150% in this year's first six months.</p><p>Helping to limit the U.S. stock market's losses was Apple, which added 0.1%. Analysts say it's almost become an “anti-AI” bet among Big Tech stocks because of its more limited spending on the technology versus rivals.</p><p>On Tuesday, gains for stocks outside of AI helped offset weakness for Micron and other tech companies. Analysts have been saying such a rotation in the market from AI to less-loved areas could be healthy, but the majority of U.S. stocks fell with tech on Wednesday.</p><p>In stock markets elsewhere around the world, indexes were mixed. Hong Kong’s Hang Seng rose 2%, and Japan's Nikkei 225 fell 1.5% for two of the bigger moves.</p><p>In the bond market, Treasury yields rose with oil prices. The yield on the 10-year Treasury climbed to 4.64% from 4.61% late Tuesday. High yields have already sent long-term U.S. mortgage rates to their highest level in nearly a year.</p><p>___</p><p>AP Business Writers Yuri Kageyama and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSHRF5ISLCVL6AXRYCXGES2BGU.jpg?auth=a9fea3db38a9953e4552e199fe92e697c9609ff8ad1e55062c5219b4004244e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The New York Stock Exchange is seen in New York, Thursday, March 19, 2026. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Two-day lobster mini season begins in South Florida]]></title><link>https://www.local10.com/news/local/2026/07/28/two-day-lobster-mini-season-begins-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/two-day-lobster-mini-season-begins-in-south-florida/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Annual lobster mini season begins on Wednesday at midnight. ]]></description><pubDate>Wed, 29 Jul 2026 02:47:53 +0000</pubDate><content:encoded><![CDATA[<p>Annual lobster mini season begins on Wednesday at midnight. </p><p>It’s a two-day event that draws out tourists and locals alike to Florida’s waters for some fun spiny lobster fishing. </p><p>While catching spiny lobster is fair game in most areas, those participating must have the proper license and permit, and there are strict rules that must be followed. </p><p>There is a daily limit of 12 lobsters per person everywhere except at Biscayne National Park and in Monroe County, where the maximum is six lobsters. </p><p>The carapace, or upper shell, of the lobster must be bigger than three inches measured in the water, and it’s not permitted to harvest any egg-bearing lobsters.</p><p>This year’s lobster mini season runs through the end of Thursday.</p><p>For more information on the rules for lobster mini season, check out the Florida Fish and Wildlife Conservation Commission <a href="https://myfwc.com/fishing/saltwater/recreational/lobster/" rel="" title="https://myfwc.com/fishing/saltwater/recreational/lobster/">official page on spiny lobster</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[El Taiger’s accused killer appears in Miami-Dade court]]></title><link>https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[The loved ones of slain Cuban artist José Manuel Carbajal Zaldívar, better known as “El Taiger,” were in the courtroom on Tuesday in Miami-Dade County. ]]></description><pubDate>Tue, 28 Jul 2026 21:13:40 +0000</pubDate><content:encoded><![CDATA[<p>The loved ones of slain Cuban artist José Manuel Carbajal Zaldívar, better known as “El Taiger,” were in the courtroom on Tuesday in Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/07/28/comparece-en-corte-de-miami-dade-presunto-asesino-de-el-taiger/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/comparece-en-corte-de-miami-dade-presunto-asesino-de-el-taiger/">Leer en español</a></p><p>Damián Valdez-Galloso appeared before Miami-Dade County Circuit Judge Marisa Tinkler Mendez accused of killing the 37-year-old “Cubatón” artist. </p><p>“He came out today, and he didn’t even look at any of us. He knew we were present. The judge knew, and there was a room full of officers, they definitely know that our presence is here and it is felt,” said Teresa Padrón, the victim’s former manager and friend. </p><p>Valdez-Galloso, 51, rejected a plea deal, and his defense attorney, Ricardo Hermida, told reporters in Spanish that it was a case of self-defense. </p><p>Facing more delays, as the possibility of a trial moved to next year, Padrón and a group of supporters wore T-shirts calling for justice. </p><p>“Even though we cannot speak and we cannot disrespect the court, our shirts speak for us,” Padrón said. </p><p>Detectives accused Valdez-Galloso of shooting Carbajal Zaldívar in the head shortly after 5:25 a.m. on Oct. 3, 2024, in Hialeah, records show. </p><p>Police officers found Carbajal Zaldívar injured at about 6:45 a.m. on Oct. 3, 2024, in a parked 2023 Mercedes-Benz sports utility vehicle near Northwest Ninth Avenue and 17th Street in Allapattah, records show. </p><p>A doctor pronounced Carbajal Zaldívar dead on Oct. 10, 2024, at Jackson Memorial Hospital. Miami-Dade Sheriff’s Office detectives investigated the homicide. </p><p>U.S. Marshals arrested Valdez-Galloso, a convicted felon, on Oct. 29, 2024, in Brooklyn, New York. He was extradited and booked <a href="https://www.miamidade.gov/global/release.page?Mduid_release=rel1730940927382500" target="_self" rel="" title="https://www.miamidade.gov/global/release.page?Mduid_release=rel1730940927382500">on Nov. 6, 2024</a>, at the Turner Guilford Knight Correctional Center in Miami-Dade. </p><p>Miami-Dade prosecutors filed a case against Valdez Galloso, a registered sex offender, on Nov. 7, 2024, and a grand jury indictment was filed on Jan. 29, 2025, court records show. </p><p>Valdez Galloso, who is under pre-trial detention, faced charges of first-degree murder with a deadly weapon, tampering with physical evidence, and possession of a weapon by a convicted felon. His next status hearing is at 9:15 a.m. on Sept. 2. </p><p><b>Related report</b>:<a href="https://www.local10.com/news/local/2025/11/12/cuban-rapper-chocolate-mc-found-guilty-in-murder-for-hire-case/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/12/cuban-rapper-chocolate-mc-found-guilty-in-murder-for-hire-case/"> Cuban rapper Chocolate MC found guilty in murder-for-hire case</a></p>]]></content:encoded></item><item><title><![CDATA[‘Going to lose billions’: TPS ending for Haitians sparks fears of lost tax revenue, labor shortage]]></title><link>https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The expiration of Temporary Protected Status for Haitian nationals living in the United States has raised concerns about a possible economic impact on South Florida.]]></description><pubDate>Tue, 28 Jul 2026 22:11:15 +0000</pubDate><content:encoded><![CDATA[<p>The expiration of Temporary Protected Status for Haitian nationals living in the United States has raised concerns about a possible economic impact on South Florida.</p><p><a href="https://www.local10.com/espanol/2026/07/28/el-termino-del-tps-para-haitianos-genera-temores-por-perdida-de-miles-de-millones-en-ingresos-fiscales-y-escasez-de-mano-de-obra/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/el-termino-del-tps-para-haitianos-genera-temores-por-perdida-de-miles-de-millones-en-ingresos-fiscales-y-escasez-de-mano-de-obra/">Leer en español</a></p><p>A manager at an establishment in Miami’s Little Haiti neighborhood said business was slower on Tuesday as many members in the community, it appears, are retreating from public life.</p><p>At the restaurant Chef Creole, State Rep. Wallace Aristide, D-Miami, said now that Haitian TPS beneficiaries have been stripped of their deportation protections and work permits, “I think you’re going to lose billions of dollars in the tax base when you take them out of the workplace, because these folks came here to work.”</p><p>Aristide, a Haitian American, said he is bracing for impact to the economy and South Florida seniors in the care of now-terminated TPS Haitian healthcare workers.</p><p>“I go into those (nursing) homes all the time and I spend a lot of time with seniors because it means a lot to me. Let’s make sure that we have something in place that these people could stay here,” Aristide said. “We’re making phone calls in Washington, reaching out to Congress and we’re reaching out to the Senate.”</p><p>Florida Chief Financial Officer Blaise Ingoglia, a Republican, sees things differently.</p><p>“They have been saying that the economy was going to crater and no one was going to be able to fill these jobs for two, three years,” he said. “Guess what? The economy is fine. We are humming along.”</p><p>He said, “I’ve said this before. I’ll continue to say it. The ‘T’ in TPS stands for ‘temporary.’”</p><p>TPS advocates say conditions in Haiti are not in a position for nationals to return safely, which was a designating criteria for TPS.</p><p>“If you don’t have papers, you can’t work, you can’t do anything,” resident Jean Baptiste said. “Haiti (is) no good now.”</p><p>A U.S. Department of Homeland Security spokesperson told Local 10 News in a statement, “What we would say now is it’s closing time which means you don’t have to go home, but you can’t stay here.”</p><p>Miami Roman Catholic Archbishop Thomas Wenski was in Washington D.C. on Tuesday to advocate for TPS recipients, championing <a href="https://www.congress.gov/bill/119th-congress/senate-bill/4814" target="_self" rel="" title="https://www.congress.gov/bill/119th-congress/senate-bill/4814">a Senate bill</a> that would extend TPS for Haitians for three years.</p><p>“They are working hard at many jobs nobody else would take or want and so having them removed from the workforce will have a negative impact on our economies, the economies of our communities,” he said. “(Senators’) response was they’re sympathetic, but they don’t think it’ll pass. But we say let’s get it passed and we’ll see what happens after that.”</p><p><b>MORE: Wenski in DC</b></p><p>Community organizers have also expressed fears of family separations, a major concern for TPS recipients with U.S.-born children.</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[Rescuers search for survivors after a 7.1 quake kills 18 in southwestern Japan]]></title><link>https://www.local10.com/news/world/2026/07/29/rescuers-search-for-survivors-after-a-71-quake-kills-18-in-southwestern-japan/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/29/rescuers-search-for-survivors-after-a-71-quake-kills-18-in-southwestern-japan/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[KUMAMOTO, Japan (AP) — Soldiers and emergency workers combed through a badly damaged shopping mall and collapsed houses looking for trapped survivors Wednesday after a powerful earthquake that killed at least 18 people, including a foreigner, in southwestern Japan.]]></description><pubDate>Wed, 29 Jul 2026 13:14:52 +0000</pubDate><content:encoded><![CDATA[<p>KUMAMOTO, Japan (AP) — Soldiers and emergency workers combed through a badly damaged shopping mall and collapsed houses looking for trapped survivors Wednesday after a powerful earthquake that killed at least 18 people, including a foreigner, in southwestern Japan.</p><p>The magnitude 7.1 earthquake that hit a day earlier in the Kumamoto area on the southern main island of Kyushu also left at least 62 people injured, six of them seriously, the prefectural government said. The tally has been steadily growing, fanning fears it may continue to rise.</p><p>Some of the most serious damage was at the Aeon Mall shopping center in the town of Kashima, which was bustling with thousands of people when the quake happened. The company said some 3,000 customers were evacuated to a parking lot before a gas explosion happened in another part of the mall, where some people were still working.</p><p>Fumika Ono was shopping at a mall with her older sister when the ground shook so fiercely she lost her balance and ducked. Children began screaming and goods scattered on the floor.</p><p>The 19-year-old was among the crowd of shoppers who managed to escape safely.</p><p>The sweltering weather heightened worries about the survivors as rescuers braved the heat. It remained unclear how many people might still be missing.</p><p>The mall’s second floor collapsed, trapping people. Witnesses said the explosion shook the area as much as the quake.</p><p>Three people remained missing, while four deaths were confirmed at the mall site, according to Aeon President Akio Yoshida.</p><p>“We take it seriously that an explosion happened and precious lives were lost,” Yoshida told a news conference in Kumamoto, where he bowed deeply along with two other executives.</p><p>Japanese media footage of the mall showed that part of the ceiling had caved in, and metal pieces and other debris were scattered about as helmeted and masked rescue workers searched the area.</p><p>Kiyoshi Matsunaga, 74, who lives in the mall's neighborhood and was at a supermarket just a few blocks away, said Tuesday's quake reminded him of a deadly quake 10 years ago that hit Kumamoto and killed 50 people.</p><p>He stopped in his tracks when the shaking began while he was pushing his cart toward a cash register. Things scattered from the shelves. He could not move, he recalled.</p><p>“I was frightened," he said.</p><p>Japan is one of the most quake-prone nations in the world.</p><p>In the Nuyamazu district, a pair of temple gates at a 16th-century Buddhist temple collapsed. They had just been repaired five years ago.</p><p>Yuki Kiyozumi, deputy chief priest at the temple, recalled how she had to crawl on the floor because the shaking was so violent. She had just returned home from a meeting and was about to feed her cat.</p><p>“I don’t even know if or how we can rebuild them again,” she said, while cleaning up damaged ornaments and furniture.</p><p>In nearby Yatsushiro, a chimney collapse at a Nippon Paper Industries factory killed five people while seven others were rescued from the debris, according to the Kumamoto prefectural government disaster team.</p><p>Four people were still believed to be trapped there, it said.</p><p>In the first reported death of a foreign national, a Vietnamese technical intern was killed after a crane fell on him at a factory where he worked, according to the Vietnamese government. He had arrived in Japan in January. Seven other Vietnamese technical interns at the factory evacuated safely</p><p>Separately, a Vietnamese woman married to one of the workers was injured when a wall collapsed and was being treated at a hospital.</p><p>Nearly 34,900 homes were still without electricity and some 15,000 homes without running water, Kumamoto officials said. More than 8,800 people left their homes to stay in over 400 shelters, where power sources were being added to provide air conditioning.</p><p>Aerial police footage showed some homes in residential areas were completely flattened, including a few that crumbled into a nearby river.</p><p>Japan's Self Defense Forces joined rescue workers in the search and rescue operations. Hundreds of professionals were helping with the effort, including firefighters from Taiwan.</p><p>“There are people who are still waiting to be rescued, and it’s a race against time,” Prime Minister Sanae Takaichi said. “We will go all out to find and rescue as many people as we can.”</p><p>Takaichi said the government was preparing to deliver food and other necessities to hard-hit areas. She also offered her condolences to the victims and sympathy to their relatives, while urging those affected by the quake to take care of themselves under the hot weather.</p><p>Bullet train services remained suspended. Although operations at Aso Kumamoto Airport resumed Wednesday, some airlines canceled flights as a precautionary measure.</p><p>___</p><p>Associated Press writers Yuri Kageyama in Tokyo and Aniruddha Ghosal in Hanoi, Vietnam contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GR33NN64AOI4VPUM7EABZDS5BU.jpg?auth=898638af19a2745b8b90b4355fe09d9fccd480e41441234e432baa7bf7e7424e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker walks in front of AEON Mall, which was damaged by an explosion following an earthquake, is seen in Kashima, Kumamoto Prefecture, southern Japan, Wednesday, July 29, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JE3XLV6HAAKB6XXST2OPJVX6ZM.jpg?auth=d4da25a55335312d8c38bf9b32d082d3d8d975462cbf0ab99e728b34e5809a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[AEON Mall, which was damaged by an explosion following an earthquake, is seen in Kashima, Kumamoto Prefecture, southern Japan, Wednesday, July 29, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWF4N3JM3HHZ5XPVD7GPMTUNHU.jpg?auth=4bcca2f4f39aa092acc9dae6b2387bed4d65d3f0c84acea9d98d0da86065a7e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man helps clean the damaged gate of Jofukuji Buddhist temple in Kumamoto, southwestern Japan, Wednesday, July 29, 2026, the day after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R4KU6JPWCGM4THMGL5RLNQ6TOU.jpg?auth=e10c2a9551705d3c988efe6ae4df922303c9b212115f431e9cb4aa43c29bcf8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kiyoshi Matsunaga, a local resident of Kumamoto, southwestern Japan, shows a damaged room of his home Wednesday, July 29, 2026, the day after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Blue Jays' Bieber struggles through 'worst' outing, walks 6 in two-thirds of an inning vs. Nats]]></title><link>https://www.local10.com/sports/2026/07/28/blue-jays-shane-bieber-struggles-with-control-walks-6-in-two-thirds-of-an-inning-vs-nats/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/blue-jays-shane-bieber-struggles-with-control-walks-6-in-two-thirds-of-an-inning-vs-nats/</guid><dc:creator><![CDATA[By PATRICK STEVENS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Toronto pitcher Shane Bieber’s start against the Washington Nationals was anything but a walk in the park.]]></description><pubDate>Wed, 29 Jul 2026 03:50:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Toronto pitcher Shane Bieber’s start against the Washington Nationals was anything but a walk in the park.</p><p>The former Cy Young Award winner issued walks to six of the nine batters he faced — including three with the bases loaded — before departing after two-thirds of an inning Tuesday night in the Blue Jays' 8-6 loss. In his previous 149 pitching appearances, the 31-year-old right-hander's high for walks was five.</p><p>According to Stathead/Baseball Reference, Bieber is the 11th pitcher in major league history to walk at least six while recording two outs or less, and the first to do so since Florida’s Ryan Dempster on Oct. 5, 2001, at Atlanta.</p><p>Bieber said he had difficulty gripping the ball and struggled with his command as a result. Bieber didn't walk anyone in his previous start Thursday, when he allowed one run in seven innings against Tampa Bay.</p><p>“You have to find a way to get through it, right, and I wasn't able to do that tonight,” Bieber said. “Ultimately, I follow up what was maybe my best start as a Blue Jay with what was definitely my worst.”</p><p>Bieber is the first Cy Young winner to have such an outing, although Hall of Famers Bob Feller and Christy Mathewson did, too. Bieber won the AL Cy Young in 2020.</p><p>Bieber threw 42 pitches, with only 15 strikes. He is the second player this season to throw that many pitches with so few strikes. Kansas City’s Eric Cerantola threw 14 strikes in a 42-pitch relief outing against Tampa Bay on June 30.</p><p>“I have no excuses,” Bieber said. “I have to find a way to get out of that first inning. Dry my hands off and change shirts and eat up innings after that. That's what I was trying to do and unfortunately I wasn't able to. I don't think I've ever had anything like that happen.”</p><p>Washington’s James Wood led off the first with a walk, and Luis García Jr. followed with a grounder to second. Dylan Crews then earned a free pass, and CJ Abrams followed with a well-placed infield single.</p><p>The typically free-swinging Keibert Ruiz followed with a four-pitch walk that scored the first run, and Daylen Lile drew another walk that pushed in another run. Nasim Nuñez hit a sacrifice fly before Jorbit Vivas loaded the bases again with the inning's fifth walk, prompting a mound visit from Toronto pitching coach Pete Walker.</p><p>Jacob Young then took six pitches --- three balls and then two called strikes followed by a slider well outside the zone --- to force in a fourth run. That prompted manager John Schneider to head to the mound and end Bieber’s outing.</p><p>It was Bieber's seventh start of the season after missing almost three months with elbow inflammation. He was limited to a combined nine regular-season starts over the previous two seasons after undergoing Tommy John surgery in April 2024.</p><p>“Kind of just the last thing we thought was going to happen with him right there,” Schneider said. “When you get up to that pitch count in the first, with him, with his history and everything, just didn't want to push it.”</p><p>Reliever Brendon Little got Wood to ground out to end the inning.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHT5ILS7XXVHY6YIQGNAMYTNAY.jpg?auth=17282b5e08cdef3330b916084bee54734a131ae0b42950b4be5b8e45d34a3981&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 Shane Bieber walks back to the dugout after he was pulled from a baseball game in the first inning against the Washington Nationals, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YK7S7LGMYGWEFWLHU5377VDGE.jpg?auth=be223069fdc17595d496c60af8aa2bf2aae3f41a48860958620ca1e39d768f11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays starting pitcher Shane Bieber, center, is pulled by manager John Schneider, left, during the first inning of a baseball game against the Washington Nationals, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJZP63OF3NUVSKPZAD4GEAFAAA.jpg?auth=ed96467a60445af4c01c71d3d5284ccf1b1a12ef06c3eb3815d28cf6a7d3e393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Dylan Crews, left, goes towards home to score on a bases loaded walk to Daylen Lile against Toronto Blue Jays pitcher Shane Bieber, right, during the first inning of a baseball game, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3W3HUIJI3UU3I7IKOO633OZ7EY.jpg?auth=8e6be86dbb5b5a2a2cc0426bc52f601780baa6a42ce6011bc72af1fc6226bceb&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 Shane Bieber throws during the first inning of a baseball game against the Washington Nationals, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M3IFMGO6CLRVTA6HFPP4LFQVYM.jpg?auth=8401ab5f2702394180c3235f205c6aebe9a3f39aa43d0148054c66b2f2b8a983&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 Shane Bieber, left, throws to Washington Nationals' Jorbit Vivas, right, during the first inning of a baseball game, Tuesday, July 28, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[India's capital part of aggressive electric vehicle targets in bid to curb air pollution]]></title><link>https://www.local10.com/business/2026/07/28/indias-capital-part-of-aggressive-electric-vehicle-targets-in-bid-to-curb-air-pollution/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/indias-capital-part-of-aggressive-electric-vehicle-targets-in-bid-to-curb-air-pollution/</guid><dc:creator><![CDATA[By SIBI ARASU and PIYUSH NAGPAL, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — In an affluent neighborhood in Delhi, electric vehicle charging stations near a popular shopping area were busy with drivers powering up their scooters, trucks and cars.]]></description><pubDate>Wed, 29 Jul 2026 02:54:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — In an affluent neighborhood in Delhi, electric vehicle charging stations near a popular shopping area were busy with drivers powering up their scooters, trucks and cars.</p><p>India's capital city is in dire need of more charging facilities, EV drivers say, to implement an ambitious plan to phase out gas vehicles in one of the world’s most polluted cities.</p><p>“Charging facilities are not up to the mark yet,” said Shyam Singh, a marketing executive who owns a two-wheel electric scooter, adding that it is hard for long-distance drivers to switch to EVs because the current battery range is not enough.</p><p>Delhi uses a bold approach to mainstream EVs</p><p>Delhi adopted a new policy on July 1 that aims to make the vast majority of newly registered vehicles electric by 2027. While existing gas-powered vehicles won't be banned, their numbers are expected to dwindle in the coming years.</p><p>Energy experts say the plan is one of the country’s most ambitious electric-vehicle policies and a significant step toward improving the city's air quality and reducing pollution.</p><p>The policy provides EV buyers with subsidies and waivers on registration fees and some road taxes, incentives to scrap gas vehicles, and it offers plans to expand the charging infrastructure. It also targets two- and three-wheelers that make up nearly 70% of vehicles in the city: Starting in 2027, any newly registered three-wheeled vehicles and small trucks must be electric, with two-wheelers the following year.</p><p>Currently, only about 5% of the 8.7 million vehicles registered in Delhi are electric. But EV registrations have been increasing, with over 100,000 in the past year, most of them two- and three-wheelers. Registrations for new gas-powered cars and bigger trucks will still be allowed for the time being.</p><p>The plan, which is expected to cost the local government 150 billion rupees ($1.5 billion), will offer cash amounts of up to 50,000 rupees ($522) for residents who purchase EVs and up to 100,000 rupees ($1,044) for those who scrap their old gasoline-powered vehicles.</p><p>“Delhi’s EV policy is one of the most ambitious policies that I have seen in India,” said Jaideep Saraswat, who leads work on clean power and electric mobility at the Vasudha Foundation. The deadlines, he added, send a signal to automakers and consumers that change is “inevitable.”</p><p>While states including Maharashtra, Karnataka, Telangana and Tamil Nadu have offered incentives for electric vehicle owners and manufacturers, cut taxes and pumped money into setting up charging stations, Delhi is the first to phase out gas-powered vehicles.</p><p>Going electric can reduce pollution</p><p>Severe air pollution in Delhi frequently forces school closures, construction bans and emergency public health measures, especially during the winter months. Vehicles cause about a quarter of air pollution in the National Capital Region surrounding Delhi, and two- and three-wheelers are responsible for nearly half of vehicular pollution in the city.</p><p>Ruchita Shah, an energy analyst for the global energy think tank Ember, said the city has long been a clean energy pioneer, including its earlier shift toward compressed natural gas vehicles to cut pollution. She said electric vehicles accounted for about 12.7% of Delhi’s new vehicle sales in the 2026 financial year, compared with 8.3% nationally.</p><p>The new policy’s most forward-looking feature, she said, is linking subsidies to tight deadlines after which some internal combustion engine vehicles can no longer be newly registered.</p><p>Sunil Dahiya, founder of environmental research organization Envirocatalyst, said cleaner vehicles could significantly reduce public exposure to roadside emissions. Still, he cautioned that the benefits will take time to fully materialize because existing gasoline, diesel, and CNG vehicles will continue to operate for years.</p><p>Charging infrastructure is a key hurdle</p><p>Some owners of gasoline-powered two-wheelers say this isn't the right time to go electric.</p><p>Siddhant Jha, a 22-year-old software engineer and northern Delhi resident, is worried about the longevity of EVs compared with his traditional two-wheeler, and the annual street flooding damaging a vehicle’s electrical components.</p><p>“I'd like to wait for a few years for better models and the 150,000 rupees ($1,566) I'll spend (on an EV) will make more sense then.”</p><p>Jha is also concerned about EV charging accessibility.</p><p>Shah, the energy analyst, said the policy’s success hinges on Delhi building sufficient charging infrastructure and sourcing more supplied power from renewable resources rather than fossil fuel plants. Most vehicle charging now happens at night, when solar power is unavailable, forcing the dependence on thermal power plants to meet demand.</p><p>Delhi must also upgrade its electricity grid — especially fast chargers needed by buses, cargo vehicles and cars — to meet the surge in demand and avoid grid failures, said Dahiya, the environmentalist.</p><p>Dahiya recommended installing battery storage at charging stations and adopting time-of-day pricing to incentivize charging when renewable power is more abundant.</p><p>Delhi's next challenges will be coordinating with surrounding states to decarbonize the electricity grid and public transport electrification, said Saraswat of the Vasudha Foundation.</p><p>“As a resident of Delhi, I’m sure each and every one will be extremely thrilled to have this policy. To see that winter where there is no smog, no pollution.”</p><p>___</p><p>Arasu reported from Bengaluru, India, and can be followed on X at @sibi123. Reach him at sarasu@ap.org.</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/2EHBP7O4NKLFQHJHYMEZXH3HPU.jpg?auth=17c57cb999e0588875b8356d25418ee2975cb9e7e770cc642cf26a739ca40158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delivery workers and drivers arrive at a battery-swapping station for electric vehicles in New Delhi, India, Monday, July 13, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJZUSCOUQPY62GGEWKXLLRMZUM.jpg?auth=71ca4643ec8d714cbc0a290ee3c488953d00c6d2fe2a8b55003b1ff0345c37f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person swaps their electric scooter battery at a battery-swapping station for electric vehicles in New Delhi, India, Monday, July 13, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJTUP62W4GHDOQKPC3QMLKITIY.jpg?auth=a4ad6884f8b55312bad31a1674ad82e97265d67be4f9a671447ae53f00655f6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two wheelers drive past an electric vehicle parked along a street in New Delhi, India, Monday, July 13, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YB6F47WF7BILRTQHMYJBIVO6A.jpg?auth=5d92b8a3a8682871b5bd208cb3440a62913f5f1aadc0d515eb6b527ebdbfe622&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Electric buses move through dense traffic alongside other vehicles and scooters in New Delhi, India, Tuesday, July 14, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHU6LNWBZRXYEBPCY5XFTY7VHE.jpg?auth=b03bb0104e3fb13b9beaff5e27db234dd0ade708bf8e36712d72bf3dab315c51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An electric vehicle maneuvers down a road in New Delhi, India, Monday, July 13, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPKJO6CMNB4ZN4PSZU7LPSJB4Y.jpg?auth=54c416b87e9326f42c58ae7dc190bca6f18fd162aa74777b4e094befba0d4c9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person charges his electric scooter at a roadside charging station in New Delhi, India, Monday, July 13, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 9]]></title><link>https://www.local10.com/news/local/2023/04/11/turn-on-tv-now-local-10-news-at-11/</link><guid isPermaLink="true">https://www.local10.com/news/local/2023/04/11/turn-on-tv-now-local-10-news-at-11/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this evening. Be sure to watch Local 10 at 9 p.m. for the latest updates.]]></description><pubDate>Wed, 22 Jul 2026 00:58:41 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this evening. Be sure to watch Local 10 at 9 p.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/28/going-to-lose-billions-tps-ending-for-haitians-sparks-fears-of-lost-tax-revenue-labor-shortage/">‘Going to lose billions’: TPS ending for Haitians sparks fears of lost tax revenue, labor shortage</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/28/el-taigers-accused-killer-appears-in-miami-dade-court-to-reject-plea-deal/">El Taiger’s accused killer appears in Miami-Dade court</a></li><li><a href="https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/2026/07/28/pompano-beach-to-approve-new-71m-contract-with-broward-sheriffs-office/">Pompano Beach to move forward with Broward Sheriff’s Office contract</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[New Red Sox infielder Curtis Mead to miss time with left wrist injury]]></title><link>https://www.local10.com/sports/2026/07/28/new-red-sox-infielder-curtis-mead-to-miss-time-with-left-wrist-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/new-red-sox-infielder-curtis-mead-to-miss-time-with-left-wrist-injury/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — Curtis Mead will miss an undetermined amount of time with a left wrist injury suffered in his first game with the Boston Red Sox.]]></description><pubDate>Wed, 29 Jul 2026 00:25:13 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — Curtis Mead will miss an undetermined amount of time with a left wrist injury suffered in his first game with the Boston Red Sox.</p><p>The Red Sox acquired Mead on Saturday in a trade that sent left-hander Connelly Early to Washington. Mead was injured in his second at-bat with Boston on Monday when he was hit on the wrist by Athletics starter Jack Perkins.</p><p>Red Sox manager Chad Tracy said on Monday that X-rays were negative, but further tests on Tuesday showed an injury that will knock Mead out of the lineup.</p><p>“Super disappointing. It doesn’t feel real happening in first game," Mead told reporters before the Red Sox faced the A's on Tuesday. “There will be a break in between the next one.”</p><p>Mead is hitting .253 with 17 home runs and 48 RBIs this season.</p><p>The Red Sox recalled infielder Nick Sogard from Triple-A Worcester to fill Mead's roster spot.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4NMKCXUA32SYOYFDYVKXYLGLM.jpg?auth=ab78f1e266de1cade82eb9baa4ff11b1f70f83308d5cbad6a0241266f799ab6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Curtis Mead reacts after being hit by a pitch during the fourth inning of a baseball game against the Athletics, Monday, July 27, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Notre Dame, Ohio State announce lucrative jersey patch sponsorship deals on the same day]]></title><link>https://www.local10.com/sports/2026/07/28/notre-dame-ohio-state-announce-lucrative-jersey-patch-sponsorship-deals-on-the-same-day/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/notre-dame-ohio-state-announce-lucrative-jersey-patch-sponsorship-deals-on-the-same-day/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Notre Dame and Ohio State reached lucrative jersey patch sponsorship deals totaling around $30 million at a time schools search for ways to cash in on the revenue-sharing era.]]></description><pubDate>Wed, 29 Jul 2026 00:14:01 +0000</pubDate><content:encoded><![CDATA[<p>Notre Dame and Ohio State reached lucrative jersey patch sponsorship deals totaling around $30 million at a time schools search for ways to cash in on the revenue-sharing era.</p><p>Ohio State announced a multiyear sponsorship deal with JPMorgan Chase on Tuesday. Terms were not released, but multiple outlets reported it at $17 million annually.</p><p>Also Tuesday, Notre Dame announced a jersey patch deal with financial services company SoFi Technologies worth $18 million to $20 million, according to multiple outlets.</p><p>A sprawling $2.8 billion House antitrust settlement approved by a federal judge last month cleared the way for schools to directly pay players through licensing deals — and they're already cashing in.</p><p>Notre Dame will feature patches on uniforms for every sport and SoFi will establish an annual $1.4 million fund to support Notre Dame’s “4 for Forever” campaign, funding scholarships in 26 sports and supporting student-athletes through financial education, career development and other opportunities.</p><p>"Our ‘4 for Forever’ promise at Notre Dame is paramount to providing the best student-athlete experience in the country,” Notre Dame athletic director Pete Bevacqua said in a statement. “SoFi shares in this commitment to developing strong, ambitious leaders who are set up for success at Notre Dame and beyond. Together, our relationship will create lasting value for our student-athletes and their families for generations to come.”</p><p>Ohio State jerseys and uniforms will feature a jersey patch of the Chase Bank logo in a deal that spans the department's 36 varsity sports.</p><p>“This relationship creates meaningful opportunities for our student-athletes that support the sustained excellence and competitiveness of our athletic programs, while honoring the tradition and values of Ohio State," Ohio State athletic director Ross Bjork said in a statement.</p><p>Multiple other schools have already announced jersey patch sponsorships.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X5CPTAD3GQ7OIM4Z3VL2GDEZ5Y.jpg?auth=5758ba321fd838a71314e403433660aadc962b248170d3598fee21418a69a60f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ohio State guard Kennedy Cambridge (3) brings the ball downcourt past Notre Dame guard KK Bransford (14) during the first half in the second round of the NCAA college basketball tournament, March 23, 2026, in Columbus, Ohio. (AP Photo/Tom E. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom E. Puskar</media:credit></media:content></item><item><title><![CDATA[Deadline passes for Trump to ask Supreme Court to reconsider birthright citizenship ruling]]></title><link>https://www.local10.com/news/politics/2026/07/28/deadline-passes-for-trump-to-ask-supreme-court-to-reconsider-birthright-citizenship-ruling/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/deadline-passes-for-trump-to-ask-supreme-court-to-reconsider-birthright-citizenship-ruling/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The deadline passed Tuesday for the Trump administration to ask the Supreme Court to reconsider its rejection of the president’s birthright citizenship restrictions, with no new filing on the docket.]]></description><pubDate>Wed, 29 Jul 2026 00:13:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The deadline passed Tuesday for the Trump administration to ask the Supreme Court to reconsider its rejection of the president’s birthright citizenship restrictions, with no new filing on the docket.</p><p>President Donald Trump vowed to seek a rehearing shortly after the opinion handed him a loss on a signature issue, but by Tuesday the 25-day window had elapsed with no new activity.</p><p>A petition would face long odds: The court has not agreed to rehear an argued case in more than 50 years.</p><p>The high court’s 6-3 decision in June struck down Trump’s executive order that would have denied automatic citizenship to children born in the United States whose parents are in the U.S. illegally or temporarily.</p><p>The Republican president’s restrictions on birthright citizenship had been blocked by several lower courts before reaching the justices, and they did not take effect anywhere in the U.S.</p><p>Still, three justices — Samuel Alito, Neil Gorsuch and Clarence Thomas – would have upheld them. A fourth justice, Brett Kavanaugh, found the Constitution wouldn't block the president's plan, though he found it did violate a federal law.</p><p>A week after the decision came down, Trump said in a social media post he would “be asking for a Rehearing by the United States Supreme Court, IMMEDIATELY.”</p><p>The White House and Justice Department did not immediately respond to messages seeking comment.</p><p>The last time the Supreme Court granted any petition to change an opinion was in 1965, and the last time it reversed a decision was almost a decade earlier, in a case from 1956, said Aaron-Andrew Bruhl, a law professor at William & Mary Law School.</p><p>The bar to grant a petition for rehearing is high. It would require at least one justice who ruled against Trump to change their mind and a majority of the court would have to agree, Bruhl said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JN637QAD32SGGKXGQOJIPUT4PI.jpg?auth=93c2dced662a6ae1c7390bd0e59a3e4bb32ada31fd90a6c09313813b8c2573c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's birthright citizenship ruling outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Senate takes first steps on Russian sanctions as Zelenskyy watches from Senate gallery]]></title><link>https://www.local10.com/news/politics/2026/07/28/senate-takes-first-steps-on-russian-sanctions-after-meeting-with-zelenskyy/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/senate-takes-first-steps-on-russian-sanctions-after-meeting-with-zelenskyy/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate took the first steps toward passage of a sweeping Russian sanctions bill on Tuesday with Ukrainian President Volodymyr Zelenskyy in the Capitol, moving forward on the legislation to penalize countries that continue to buy Russian oil, gas and other exports after more than a year of negotiations.]]></description><pubDate>Wed, 29 Jul 2026 01:47:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate took the first steps toward passage of a sweeping Russian sanctions bill on Tuesday with Ukrainian President Volodymyr Zelenskyy in the Capitol, moving forward on the legislation to penalize countries that continue to buy Russian oil, gas and other exports after more than a year of negotiations.</p><p>The bipartisan 86-12 procedural vote came hours after a funeral for Republican Sen. Lindsey Graham of South Carolina, the bill’s chief negotiator. Zelenskyy, who was in Washington to attend the service for Graham, met with senators beforehand and told them Ukraine is making gains in its war with Russia, but still needs more help from the U.S.</p><p>Zelenskyy then went to the Senate gallery to watch the vote, waving in support at the senators down below.</p><p>At the meeting, Zelenskyy told senators that the sanctions legislation "is important as a moral signal to a country that is weary and tired, though holding its own and then some against Russia," Republican Sen. Todd Young of Indiana said as he left the meeting.</p><p>In a post on X, Zelenskyy wrote, “We discussed many issues, first and foremost, anti-ballistic defense.”</p><p>“It was an honor to be present as the votes were counted," he said, adding, "This is the first step toward implementing Lindsey’s plans, and certainly a step toward peace.”</p><p>Graham and Sen. Richard Blumenthal, D-Conn., announced a deal with the White House on the sanctions legislation on July 10, a day before his sudden death, likely from an aortic tear. Graham had just returned from a trip to Ukraine, where he met with Zelenskyy.</p><p>Blumenthal said Graham told him that the deal they had struck was a “big effing deal” in the last conversation they had just before he died.</p><p>“It’s a significant part of his legacy,” Blumenthal said.</p><p>He said the bill has momentum partly because Ukraine is turning the tide in the war, because the bill was carefully negotiated and “there's feeling about Senator Graham.”</p><p>Zelenskyy's presence also helps, Blumenthal said, and “watching his face when he was in the gallery as we were voting was truly a moment of joy.”</p><p>Zelenskyy visits the Capitol</p><p>In Zelenskyy's latest visit to the Capitol, his message was “positive," Young said, and he talked about how the Ukrainians are making good progress against Russia in different areas of the war.</p><p>The bill is a “keystone in that overall effort” to handicap the Russian economy and drive Russian President Vladimir Putin to the negotiating table, Young said.</p><p>Zelenskyy told them that “they are winning the war now," said Sen. Jim Justice, R-W.Va.</p><p>“In the first year it was survival. The next three years was getting your feet under you. But now they are winning,” Justice said.</p><p>Sen. Mike Rounds, R-S.D., said Zelenskyy told the senators that “Putin would think a little bit more about trying to negotiate a settlement if the sanctions were in place and actually creating more irritation.”</p><p>The bill will “send Putin a bipartisan message in a language he understands,” said New Hampshire Sen. Jeanne Shaheen, a Democrat. “This is our best opportunity to support Ukraine. We are defending not just their country but the rest of Europe from an increasingly aggressive Russia.”</p><p>Zelenskyy met with President Donald Trump earlier in the day, and the two discussed ways that the U.S. could help in its war with Russia.</p><p>A long-sought deal on Russian sanctions</p><p>Graham, Blumenthal and other supporters of Ukraine had been working for more than a year to negotiate legislation that would win approval from both the White House and a majority of senators.</p><p>The bill allows the president to impose tariffs on the world’s top five purchasers of Russia oil or natural gas — with China and India at the top of that list. It provides exceptions for countries that import less than 15% of their natural gas from Russia and are taking steps to reduce those imports.</p><p>The legislation also includes sanctions on Putin, senior Russian political and military leaders, Russian financial institutions and Russian energy projects. It would expand U.S. sanctions to target older, reflagged oil tankers that Russia uses to circumvent existing U.S. sanctions on Russian oil and energy revenues.</p><p>The negotiated bill also includes waiver authority for the president, allowing the White House to waive sanctions or restrictions if the president certifies to Congress that the waiver is in the national interest.</p><p>Negotiators also added an extension of certain sanctions on Iran after Trump asked the Senate to add Iran to the bill.</p><p>Some Democrats are skeptical about tariff authority</p><p>While the president's authority was narrowed in the final negotiations, the latest version still met with some skepticism from Democrats who did not want to give Trump additional powers to impose tariffs.</p><p>“It is extremely dangerous to give Trump massive new tariff powers, particularly after we’ve seen the disastrous impacts of his corrupt, chaotic, and inflationary tariff spree," said Sen. Ron Wyden, D-Ore., in a statement with Rep. Richard Neal, D-Mass.</p><p>Wyden said he plans to offer an amendment to change some of the tariff provisions in the bill as the Senate debates the measure this week.</p><p>Arizona Sen. Ruben Gallego, a Democrat, said before the meeting he was still undecided on his final vote because of the tariff issue. He said he would listen to Zelenskyy's appeal and then make “a game-time decision.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEOVASMQEA3QJWOBUVZMHBS4EU.jpg?auth=9e26fa4c9fc9ede52d940129d64247a59cdbf6eda67c7e04dba95c75c4701f16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy arrives at the U.S. Capitol, Tuesday, July 28, 2026, in Washington. (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/XOUDZK3CU36LORUY3T5DSLQ3YE.jpg?auth=cd404943d32106165c103eb9bb6dbbfcb119de89a8d14d80412765abca9ac838&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy, center, is joined by from left: Sen. Katie Britt, R-Ala., Sen. Richard Blumenthal, D-Conn., Sen. James Risch, R-Idaho, and Sen. Roger Wicker, R-Miss., as he arrives at the U.S. Capitol for a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Pentagon ties new casualty category for renewed US-Iran fighting to the end of 'Operation Epic Fury']]></title><link>https://www.local10.com/news/politics/2026/07/28/pentagon-ties-new-casualty-category-for-renewed-us-iran-fighting-to-the-end-of-operation-epic-fury/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/pentagon-ties-new-casualty-category-for-renewed-us-iran-fighting-to-the-end-of-operation-epic-fury/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon said a new, separate category was created in its official casualty system to account for those killed and wounded in the renewed U.S.-Iran fighting because “Operation Epic Fury,” the military’s name for combat operations against Tehran, has ended.]]></description><pubDate>Tue, 28 Jul 2026 23:49:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon said a new, separate category was created in its official casualty system to account for those killed and wounded in the renewed U.S.-Iran fighting because “Operation Epic Fury,” the military’s name for combat operations against Tehran, has ended.</p><p>The Defense Casualty Analysis System, or DCAS, has removed the four soldiers killed and dozens of troops wounded in the latest exchange of fire from its official Iran war tally and placed them in a new category called “Overseas Operations.”</p><p>The overall total of wounded from the conflict now stands at 642 troops, between the figures listed under Operation Epic Fury and those listed in the new category in the Pentagon’s online system.</p><p>A Pentagon official said Tuesday that because Operation Epic Fury has concluded, the military has decided to classify casualties tied to the latest strikes in the new category. The official, who spoke on condition of anonymity to discuss internal matters, would not offer a date for the formal end of the operation.</p><p>That characterization raises questions about properly counting the impact to U.S. service members after the U.S. military carried out nearly two weeks of consecutive strikes against Iran in a bid to gain control of the Strait of Hormuz. Iran responded by striking neighboring countries in the Middle East that host U.S. forces.</p><p>After a few days of paused hostilities and efforts by mediators to get both sides back to negotiations, U.S. Central Command said Tuesday that it intercepted multiple ballistic missiles fired at American troops in the region. The U.S. and Iran had agreed to a tenuous ceasefire in April and signed an interim deal to end the war in mid-June before strikes began again this month when Iran attacked ships in the crucial shipping route.</p><p>After the four soldiers who were killed this month were removed from the Iran war death toll in the online system, Pentagon spokespeople said last week on social media that it was not an effort to hide the growing human cost of the conflict but rather the result of “anomalies” and “temporary data disruptions” that were being resolved “imminently.”</p><p>On Sunday, those troops appeared by name in the new “Overseas Operations” category. Three soldiers were killed after a base in Jordan was struck July 17 by Iranian ballistic missiles and drones, and one died in Iraq a day later during a controlled detonation of an Iranian drone.</p><p>Secretary of State Marco Rubio told reporters at a White House briefing in May that the operation had “concluded,” saying that “we achieved the objectives of that operation.”</p><p>When Defense Secretary Pete Hegseth testified before Congress last week, he didn’t argue that the Iran war had concluded and even offered lawmakers some cost estimates for the conflict that ran through Sept. 30.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBDROP4RHE6SBN2TD2VF5HVX6Y.jpg?auth=2fbd4c72c871b88141c25e77aa1d84b3b04e7f3b97f172656360f3f7e298ca39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A U.S. Army carry team moves a transfer case containing the remains of 1st Lt. Tyler James Feehan of Ewa Beach, Hawaii, Wednesday, July 22, 2026, at Dover Air Force Base, Del. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YO3A47SHIH3MEO6IQ55IOVE2JM.jpg?auth=c33790256f753a6bc6320deee0f0889b189d7b54efa49f8fea017f5b1e1a2fb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump and others salute as a U.S. Army carry team moves a transfer case containing the remains of 1st Lt. Tyler James Feehan, of Ewa Beach, Hawaii, Wednesday, July 22, 2026, at Dover Air Force Base, Del. (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[CBS' '60 minutes' announces new slate of correspondents for upcoming 59th season]]></title><link>https://www.local10.com/business/2026/07/28/cbs-60-minutes-announces-new-slate-of-correspondents-for-upcoming-59th-season/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/28/cbs-60-minutes-announces-new-slate-of-correspondents-for-upcoming-59th-season/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Two months after a major shakeup, CBS’s “60 Minutes” has hired a lineup of new correspondents and contributors in time for its 59th season, including Ross Douthat, a conservative opinion columnist at The New York Times, and Norah O'Donnell, former anchor of “CBS Evening News.”]]></description><pubDate>Tue, 28 Jul 2026 23:38:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Two months after a major shakeup, CBS’s “60 Minutes” has hired a lineup of new correspondents and contributors in time for its 59th season, including Ross Douthat, a conservative opinion columnist at The New York Times, and Norah O'Donnell, former anchor of “CBS Evening News.”</p><p>The show's new executive producer, Nick Bilton, announced the news in a staff memo Tuesday, shared on X. Joining Douthat and O'Donnell will be author Sebastian Junger, Trevor Phillips and Gianna Toboni. All will be contributors to the show.</p><p>The new journalists join current correspondents Lesley Stahl, Jon Wertheim and Bill Whitaker. Their hirings come two months after a shakeup at the storied program, led by the network's new editor-in-chief, Bari Weiss.</p><p>Weiss installed Bilton, who has little substantive broadcast news experience, as executive producer, replacing Tanya Simon, who was let go after a 30-plus year tenure with the show. Also let go were correspondents Sharyn Alfonsi and Cecilia Vega — and soon after, Scott Pelley, after a tense confrontation with his bosses over the changes.</p><p>In addition to the three dismissed, Anderson Cooper — whose primary job is at CNN — said earlier this year he was leaving of his own accord after two decades.</p><p>CBS News leaders enthused about the hires</p><p>Weiss and Tom Cibrowski, the CBS News president, praised the new hires in an internal memo. “We couldn’t be more excited about this news,” the two said, welcoming the new additions. “Onward!”</p><p>Bilton called Douthat “one of the preeminent public intellectuals in America today, a thinker of uncommon rigor and a journalist of deep empathy.” The columnist has spent nearly two decades at the Times and is an author of numerous books.</p><p>The producer called O’Donnell “a powerhouse.”</p><p>“You’ve seen her all over the network. She’s launched a new podcast. And you’ll see much more of her in our halls because Norah will be a correspondent on 60 Minutes."</p><p>Bilton praised Junger for his nonfiction work “The Perfect Storm,” about a catastrophic 1991 storm. The book “landed with an electric charge in the world of reported nonfiction, defining an intense and intimate form of storytelling and establishing Sebastian as a generational talent,” Bilton said.</p><p>Toboni joins“60 Minutes” as a contributor and CBS News as a national correspondent. Previously a senior correspondent with VICE News and VICE on HBO, she comes to the program from CNN.</p><p>Calling her a journalist of “extraordinary range,” Bilton noted that Toboni has interviewed members of ISIS, investigated cartel violence in Mexico and has written a book on the death penalty.</p><p>Also serving as contributor will be Trevor Phillips, announced last month as the news division's senior global affairs correspondent. Based in London, he is “one of the most respected and trusted voices in the United Kingdom for his ability to ask the toughest questions and hold anyone in power to account,” Bilton wrote in his memo.</p><p>‘60 Minutes’ has faced upheaval for a while</p><p>Turmoil had raged at “60 Minutes” for more than a year before the May shakeup. Much of it came after President Donald Trump sued the show over its editing of a 2024 interview with then-Democratic presidential candidate Kamala Harris.</p><p>That became part of a broader shakeup at CBS News after Weiss was named to the new role of editor-in-chief by parent company Paramount late last year following David Ellison’s arrival as the network’s corporate leader.</p><p>___</p><p>Jocelyn Noveck covers the intersection of media and entertainment for The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A7MTENDQCDPCSWPSPVSDLC2LH4.jpg?auth=0b951071256f607b766c37c55bac5c643db8b6b209b329400184bb5aa047b385&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Norah O'Donnell poses as she arrives at the annual White House Correspondents' Association Dinner in Washington, April 25, 2026. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DFUH3XXNFFDA7YURI427QROCZ4.jpg?auth=acea65d42e82894dabe333cb27696b42ac01cb2dddd38f6f407c6ef107274ab7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The CBS logo is displayed at the entrance to its headquarters, in New York Dec. 6, 2018. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[Former Golden Globes owners sue Penske Media alleging fraud in acquisition of awards show]]></title><link>https://www.local10.com/entertainment/2026/07/28/former-golden-globes-owners-sue-penske-media-alleging-fraud-in-acquisition-of-awards-show/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/28/former-golden-globes-owners-sue-penske-media-alleging-fraud-in-acquisition-of-awards-show/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Members of the Hollywood Foreign Press, which founded and for decades owned the Golden Globe Awards, have sued Penske Media Corporation and others, alleging they engaged in fraud to acquire the valuable awards show in an attempt to create an entertainment industry monopoly.]]></description><pubDate>Tue, 28 Jul 2026 23:32:53 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Members of the Hollywood Foreign Press, which founded and for decades owned the Golden Globe Awards, have sued Penske Media Corporation and others, alleging they engaged in fraud to acquire the valuable awards show in an attempt to create an entertainment industry monopoly.</p><p>The lawsuit filed in federal court in California on Tuesday alleges that Penske Media and owner Jay Penske colluded with holding company Eldridge Industries and its CEO Todd Boehly to fuel a backlash and boycott against the Globes to devalue it and acquire it, and to deceive the HFPA about a sale they were pressured into accepting.</p><p>“This case arises from a clandestine scheme to fraudulently acquire the prestigious and valuable 80-year-old Golden Globe Awards,” the lawsuit says, “and exert monopolistic control over the Hollywood trades, awards, and advertising markets, all in violation of state and federal unfair competition and antitrust laws.”</p><p>It alleges Boehly and Eldridge hid the involvement of Penske in the 2023 deal from the HFPA board, which never would have approved it if they had known of it. Penske Media's assets include Variety, Deadline, The Hollywood Reporter, Rolling Stone, Billboard and Dick Clark Productions, which owns or produces several awards shows including the American Music Awards and is now part owner of the Globes.</p><p>The lawsuit says the HFPA members were promised lifetime Golden Globes tickets and voting privileges, along with other perks, which Penske reneged on by attaching unworkable conditions. And it says the buyers infiltrated the HFPA leadership to push through the deal.</p><p>A representative of the Golden Globes’ current owners said in a statement that the lawsuit “continues the absurdity and irrationality that the industry has come to expect from the defunct organization formerly known as the HFPA.”</p><p>The Golden Globes, long treasured as a glitzy, champagne-soaked opening of Hollywood's awards season, has had a turbulent 2020s full of lawsuits and public controversies. In 2021, a Los Angeles Times investigation revealed the group had only one Black member.</p><p>That brought a public outcry and boycott that led to NBC refusing to air the awards in 2022. The lawsuit claims that Boehly and Penske “surreptitiously instigated” the boycott and used Penske's publications to fuel it.</p><p>After the 2023 acquisition and reorganization of the Globes, the show got a new broadcast home on CBS.</p><p>Boehly, who is also part owner of sports franchises including Chelsea FC and the Los Angeles Dodgers, was not named as a defendant, nor was his Eldridge Industries. The reasons weren't immediately clear, and the plaintiffs declined to comment. There was also no immediate reply to an email seeking comment from Boehly and his company.</p><p>The lawsuit also alleges that Penske and Boehly manipulated and misused California's nonprofit laws. It says the Golden Globe Foundation, established as the successor to the HFPA's philanthropic arm, was used to drive down the price of the acquisition, and that it functions a de facto extension of the for-profit entity established by Penske and Boehly, Globes LLC.</p><p>“This latest act of duplicity is a new low, even for the HFPA,” the Golden Globes statement said in response. “The attempt by former HFPA members to leverage the Golden Globe Foundation, an independent nonprofit, simply to secure Golden Globes tickets is an unfortunate distraction that inappropriately diverts resources from legitimate charitable causes.”</p><p>The statement adds, “We remain troubled that the HFPA, an organization so widely criticized for ethical failures, non-inclusivity, racism, and misconduct involving talent, continues to find attorneys willing to push such illegitimate claims.”</p><p>The lawsuit seeks at least $150 million in damages and asks the court to cancel the agreement to dissolve the HFPA.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VBBCRMUP62FVQNG6P6YD4262XU.jpg?auth=a34e27c368671dc80de4bd238b1dd94c0263b54f7d5e75a5a7faf398d91128c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Jan.. 6, 2009, file photo, Golden Globe statuettes are seen during a news conference at the Beverly Hilton Hotel in Beverly Hills, Calif. (AP Photo/Matt Sayles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Sayles</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56ELE7JP5JZ3FOKUT73QTSTTYE.jpg?auth=c45e795011d0fc2f418fada9517540240538c1a834daee11ab0d66b995d5f57d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Event signage appears above the red carpet at the 77th annual Golden Globe Awards, Sunday, Jan. 5, 2020, in Beverly Hills, Calif. (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[Trump meets with Zelenskyy and Netanyahu separately at the White House]]></title><link>https://www.local10.com/news/politics/2026/07/28/trump-meets-with-zelenskyy-and-netanyahu-at-the-white-house/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/28/trump-meets-with-zelenskyy-and-netanyahu-at-the-white-house/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[President Donald Trump met with Ukrainian President Volodymyr Zelenskyy and Israeli Prime Minister Benjamin Netanyahu on Tuesday at the White House. ]]></description><pubDate>Tue, 28 Jul 2026 23:06:22 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump met with Ukrainian President Volodymyr Zelenskyy and Israeli Prime Minister Benjamin Netanyahu on Tuesday at the White House. </p><p>Zelenskyy and Netanyahu were in Washington, D.C., to attend the funeral for Sen. Lindsey Graham, who died on July 11 at 71 after returning from Kyiv. </p><p>Netanyahu described the meeting with Trump as “a conversation” about “the common goal of ensuring that Iran does not have nuclear weapons.”</p><p>Meanwhile, Zelenskyy had reported Russia had provided satellite images to Iran of U.S. military bases in the Persian Gulf.</p><p>“The President and I discussed licenses for Patriot interceptor production and several other ideas that could help,” Zelenskyy wrote in a statement about the surface-to-air missiles.</p><p>Trump told reporters on Air Force One that he plans to discuss Zelenskyy’s report with Russian President Vladimir Putin.</p><p>“I don’t think they’ve been doing it, certainly not at a high level, and if they have, it has been very un-impactful,” Trump said. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/28/recent-fighting-with-iran-further-draws-down-key-us-air-defense-stockpiles-analysis-says/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/28/recent-fighting-with-iran-further-draws-down-key-us-air-defense-stockpiles-analysis-says/">Recent fighting with Iran further draws down key US air defense stockpiles, analysis says</a></li><li><a href="https://www.local10.com/news/world/2026/07/28/saudi-arabia-says-it-shot-down-more-drones-as-houthis-claim-to-have-turned-back-tanker/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/28/saudi-arabia-says-it-shot-down-more-drones-as-houthis-claim-to-have-turned-back-tanker/">The US military says it’s thwarted an Iranian missile attack on American troops</a></li><li><a href="https://www.local10.com/business/2026/07/28/americans-confidence-in-us-economy-fell-this-month-as-iran-conflict-sent-gas-prices-back-up/" target="_self" rel="" title="https://www.local10.com/business/2026/07/28/americans-confidence-in-us-economy-fell-this-month-as-iran-conflict-sent-gas-prices-back-up/">Americans’ confidence in US economy falls as Iran conflict sends gas prices higher</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Browns' Ward becomes NFL's highest-paid DB with 2-year, $62.2 million extension, AP source says]]></title><link>https://www.local10.com/sports/2026/07/28/browns-ward-becomes-nfls-highest-paid-db-with-2-year-622-million-extension-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/browns-ward-becomes-nfls-highest-paid-db-with-2-year-622-million-extension-ap-source-says/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Denzel Ward has agreed to a two-year extension with the Cleveland Browns that will make him the highest-paid defensive back in the NFL, a person familiar with the deal told The Associated Press.]]></description><pubDate>Tue, 28 Jul 2026 23:15:29 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Denzel Ward has agreed to a two-year extension with the Cleveland Browns that will make him the highest-paid defensive back in the NFL, a person familiar with the deal told The Associated Press.</p><p>The five-time Pro Brown cornerback will sign a two-year extension worth $62.2 million — including $52.3 million guaranteed, the person told the AP on condition of anonymity because the deal had not been publicly announced.</p><p>The $31.1 million average surpasses the $31 million average when Trent McDuffie signed a four-year, $124 million contract with the Los Angeles Rams after being traded by Kansas City in March.</p><p>The 29-year old Ward had two years remaining on a five-year, $100 million contract he signed in 2022.</p><p>Ward — who grew up less than an hour from Cleveland in Macedonia — is Cleveland's longest-tenured player after the franchise traded reigning AP Defensive Player of the Year Myles Garrett to the Rams in June. Ward was the fourth overall pick in the 2018 draft out of Ohio State.</p><p>Since entering the league in 2018, he leads the NFL with 104 passes defensed, and his 18 interceptions are tied for 19th. Ward had 39 tackles and picked off one pass in 15 games last season.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTJSXNPEXXE54DAOEPW27ETB5U.jpg?auth=7e30738cea73200298a760684f0075c9cd79349985505dd9cd4f12833ba7ad92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Browns cornerback Denzel Ward warms up before an NFL football game against the Cincinnati Bengals, Jan. 4, 2026, in Cincinnati. (AP Photo/Jeff Dean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Dean</media:credit></media:content></item><item><title><![CDATA[To lure students back to district, Broward elementary school to offer at least 3 ‘specials’]]></title><link>https://www.local10.com/news/local/2026/07/28/to-lure-students-back-to-district-broward-elementary-school-to-offer-at-least-3-specials/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/28/to-lure-students-back-to-district-broward-elementary-school-to-offer-at-least-3-specials/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[All elementary schools in the Broward school district will now have at least three specialties like music, art and physical education, officials announced on Tuesday. It is all part of an attempt to draw students back after enrollment took a major dip.]]></description><pubDate>Tue, 28 Jul 2026 22:18:57 +0000</pubDate><content:encoded><![CDATA[<p>All elementary schools in the Broward school district will now have at least three specialties like music, art and physical education, officials announced on Tuesday. It is all part of an attempt to draw students back after enrollment took a major dip.</p><p><a href="https://www.local10.com/espanol/2026/07/28/escuela-primaria-de-broward-ofrecera-al-menos-tres-materias-especiales-para-atraer-de-regreso-a-los-estudiantes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/28/escuela-primaria-de-broward-ofrecera-al-menos-tres-materias-especiales-para-atraer-de-regreso-a-los-estudiantes/">Leer en español</a></p><p>Fourteen Broward County elementary schools offered fewer than three specials last school year. After receiving negative feedback, district officials said they’re changing course.</p><p>“Specials like music, art, PE, media, those are the classes that really get kids excited about school, that nurture our students’ learning and make parents feel good about sending their kids to our schools,” Broward County School Board Chair Sarah Leonardi said.</p><p>Leonardi joined Superintendent Howard Hepburn and the rest of the school board in making the announcement on Tuesday.</p><p>“There was a call to action by our board, from listening to parents, constituents, teachers, and even students, to ensure that we have special instructional opportunities for all of our kids, especially in our elementary schools,” Hepburn said. </p><p>All 128 Broward elementary schools will have a minimum of three specials. Those are non-core subjects like art, music, or physical education. Previously, 14 smaller elementary campuses only offered two.</p><p>Frustration over some schools’ lack of specials was a driving factor for some families opting for charter or private schools. But district leaders are hoping this new $800,000 specials allocation will help bring families back.</p><p>“Our board wanted to make sure, regardless of the situation or the low enrollment at that school, that they get the best learning opportunities, just like any school that’s well-equipped to do the capacity,” Hepburn said.</p><p>Hepburn also announced an $8 million allocation to high schools to offer more classes and balance out class sizes.</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[Kubiak opens Raiders camp with Cousins atop QB depth chart and Mendoza pushed to compete]]></title><link>https://www.local10.com/sports/2026/07/28/kubiak-opens-raiders-camp-with-cousins-atop-qb-depth-chart-and-mendoza-pushed-to-compete/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/28/kubiak-opens-raiders-camp-with-cousins-atop-qb-depth-chart-and-mendoza-pushed-to-compete/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[HENDERSON, Nev. (AP) — As Klint Kubiak oversees his first training camp as a head coach, he is faced with the daunting task of figuring out how to juggle going with Kirk Cousins as the Raiders' starting quarterback — for now — while getting the most out of overall No. 1 draft pick Fernando Mendoza.]]></description><pubDate>Tue, 28 Jul 2026 23:01:57 +0000</pubDate><content:encoded><![CDATA[<p>HENDERSON, Nev. (AP) — As Klint Kubiak oversees his first training camp as a head coach, he is faced with the daunting task of figuring out how to juggle going with Kirk Cousins as the Raiders' starting quarterback — for now — while getting the most out of overall No. 1 draft pick Fernando Mendoza.</p><p>Kubiak made clear Tuesday that when Las Vegas takes the field early Wednesday for its first training camp practice that Cousins will run the first-team offense.</p><p>But there also will be plenty of focus on Mendoza, the Heisman Trophy winner who led Indiana to the national championship last season and whom so many fans have placed their hope that he is the long-awaited franchise quarterback. Mendoza operated the third-team offense in offseason practices behind Cousins and Aidan O'Connell, so the Raiders initially eased him into the lineup.</p><p>Now it comes down to performance.</p><p>“It’s important for me to be fair to the players and to put the best player out there,” Kubiak said. "When we go out to practice tomorrow, Kirk Cousins is the starting quarterback. He’s the guy, and he’s going to get a ton of reps. He deserves them because he has played really good football, but I want Fernando and I want Aidan to push him.”</p><p>Kubiak and his coaches enter camp with a plan for how to navigate the quarterbacks' competition early, but they are ready to make adjustments depending on how it plays out.</p><p>“We have a starting point on where those reps want to be for the guys," Kubiak said. "We’re really thoughtful about how many reps each guy’s getting up against what defense. There’s going to be times where it moves and certain guys are with the twos, certain guys are with the threes. We’ll get the second guy with the ones. We have an early-on plan, but it’s always a moving target.”</p><p>Crosby is back with the starters</p><p>Kubiak had said he expected star pass rusher Maxx Crosby, who underwent knee surgery in January, to be ready to go once camp begins.</p><p>That is indeed the case.</p><p>“He’s ready to practice,” Kubiak said. "As practice unfolds and we’re watching our players, it’s always a moving target. But as of right now, tomorrow is a pretty short workday, hour and 30 minutes. So, we’re expecting (Crosby) to be ready to take all those reps.”</p><p>Crosby's surgery was to repair a torn meniscus in his left knee that caused him to miss the final two games last season.</p><p>He was traded to Baltimore in March only to have the Ravens nix the deal four days later over a failed physical, someone with knowledge of the situation told The Associated Press at the time.</p><p>Crosby said in June he had moved on and was focused on playing for the Raiders.</p><p>McCoy gets his chance</p><p>The Raiders traded up a spot into the first selection of the fourth round of this year's draft to take cornerback Jermod McCoy.</p><p>He was thought to be a first-round talent before a torn ACL forced McCoy to miss all of last season at Tennessee.</p><p>Now McCoy will begin to show whether the Raiders' risk was a good one.</p><p>“The plan is to get him reps early and see how he responds in his recovery," Kubiak said. "It is a moving target with him. He’s a guy that’s worked extremely hard and has been dedicated to the program that we’ve put in front of him. Jermod hasn’t played football in a year, and we’re aware of that, but he’s ready to go practice tomorrow. We’re also going to be really smart with him and develop him the right way.”</p><p>First training camp in charge for new coach</p><p>Kubiak was hired in February after serving as offensive coordinator of Seattle's Super Bowl champions, and the 39-year-old hired some veteran assistants who can help his transition to running his own team.</p><p>He specifically mentioned Mike McCoy, Joe DeCamillis and Rick Dennison as coaches he could rely on.</p><p>“Those are guys that I lean on every day,” Kubiak said.</p><p>Few questions about health</p><p>All the players, Kubiak said, are set to practice when camp opens.</p><p>He also said the conditioning tests were encouraging.</p><p>“Guys did a great job there, but playing football is a whole lot different than running 60 yards,” Kubiak said. “So we’ll find out who the most self-motivated people were.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BAPJTIGQND6FFLFXJGCTYSXZIY.jpg?auth=c1460cf27040e181ca58ac1516dbca28d84ef2e5b4f04dbed33f6b7f1d7e4859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Las Vegas Raiders quarterback Fernando Mendoza throws during the NFL football team's practice Wednesday, June 10, 2026, in Henderson, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2Q7MW3RVKQQYFVSH3TBEVQXCI.jpg?auth=014594b630d7ff1caf6feb429b794f0efce6a1e75dfe0e66a416d8728024b1b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Broncos offensive tackle Garett Bolles, left, blocks Las Vegas Raiders defensive end Maxx Crosby during the second half of an NFL football game in Las Vegas, Dec. 7, 2025. (AP Photo/Gregory Bull, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Teen gets life without parole for killing 4 at Georgia’s Apalachee High School]]></title><link>https://www.local10.com/news/2026/07/28/teen-gets-life-without-parole-for-killing-4-at-georgias-apalachee-high-school/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/28/teen-gets-life-without-parole-for-killing-4-at-georgias-apalachee-high-school/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[A judge on Tuesday sentenced a teenager who killed two students and two teachers in a shooting at Apalachee High School in Georgia to serve life in prison without the possibility of parole, calling his crimes “deliberate, contemplated evil.”]]></description><pubDate>Tue, 28 Jul 2026 22:08:31 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Tuesday sentenced a teenager who killed two students and two teachers in a shooting at Apalachee High School in Georgia to serve life in prison without the possibility of parole, calling his crimes “deliberate, contemplated evil.”</p><p>Colt Gray, 16, had pleaded guilty Friday to 55 counts, including murder, in the Sept. 4, 2024, shooting at the school about 45 miles (73 kilometers) northeast of Atlanta.</p><p>Barrow County Superior Court Judge Nicholas Primm handed down the sentence after hearing from family members of those killed and victims, as well as investigators, Gray’s grandmother and a forensic psychologist who had evaluated Gray.</p><p>Murder carries a mandatory sentence of life in prison in Georgia, so the only decision Barrow County Superior Court Judge Nicholas Primm had to make was whether Gray should ever be eligible for parole. He decided the teen should never be allowed out.</p><p>“You do not seem to be tormented by what you did. You seem to relish following in the footsteps of the murderers you idolize. You aren’t wracked with guilt. You’re proud of yourself,” Primm said.</p><p>“We’ve seen no evidence he has any ability to develop a conscience or any ability ever to fully value human life,” District Attorney Brad Smith had said during his closing argument, insisting that Gray “cannot be in society.”</p><p>Defense attorney W. Charlton Allen told the judge his client was “not irretrievably broken.” Allowing him the possibility of parole would give him “an opportunity of hope,” Allen said, adding that a lack of hope “takes away the ability for him to change.”</p><p>The victims got the sentence they asked for</p><p>“This is not a happy day. This is a relief day, I would say,” Smith told reporters after the sentencing, adding that he hoped his team had “done honor” to the victims and their loved ones.</p><p>Teachers Richard “Ricky” Aspinwall, 39, and Cristina Irimie, 53, and students Mason Schermerhorn and Christian Angulo, both 14, died in the shooting. Another teacher and eight more students were wounded, seven of them hit by gunfire.</p><p>Victims of the shooting and family members of those killed conveyed their anger and grief to Primm on Friday, almost all of them asking him not to allow the possibility of parole.</p><p>Shayna Aspinwall, the wife of math teacher and football coach Richard Aspinwall, described “a life sentence of grief and trauma for those left behind.”</p><p>Investigators say Gray aspired to be a mass shooter</p><p>Investigators testified during the three-day sentencing hearing that Gray idolized mass shooters, talking about them online with other members of the “true crime community,” a group of young people online who are fascinated with such attacks. Gray had chatted online about gaining notoriety through a school shooting.</p><p>Prosecutors played recordings of phone conversations Gray had with his mother, Marcee Gray, from a youth detention center in the months after the shooting. During those calls, he directed his mother to look up what people were saying about him online. He was excited when she described “fan art” drawings depicting him or comments people made about him and the attention he was getting online.</p><p>Gray had the “mental wherewithal” to mimic details of other mass killings on the day of the shooting, Smith said. He placed those “Easter eggs,” anticipating that they would be mentioned in court one day and would perpetuate his fame, the prosecutor said.</p><p>“The shooting was not the culmination of the plan. The shooting was just one of the steps of the plan. The plan was ultimate and lifelong fame inside of the TCC,” Smith said, referencing the “true crime community.”</p><p>Gray’s grandmother says he needed help</p><p>“Colt got less stability than he needed, which made him even more vulnerable,” Allen, the defense attorney, argued. He said his client got wrapped up in an online community where he found the acceptance he craved but wasn’t getting at home.</p><p>Gray’s maternal grandmother, Debbie Polhamus, testified that the teen had a troubled childhood and that his parents failed him. Her grandson had grown “highly agitated and aggressive” in the weeks before the shooting, she said, adding that she had urged his parents to get him some help but they didn’t follow through.</p><p>“I tried to help Colt because nobody else was helping him,” she said.</p><p>Polhamus said she visits her grandson once a week at a youth detention center and that he has improved enormously with treatment and medication. She said her grandson has been doing a lot of reading and wants to study to get a GED diploma.</p><p>“I’d like to see him have a chance at some point to prove himself,” Polhamus said.</p><p>Gray was put in foster care while in detention because his father was in prison and there were concerns about his mother’s contact with him. Candice Broce, director of the state Division of Family &amp; Children Services and commissioner of the Georgia Department of Human Services, managed his case.</p><p>Broce testified that Gray appeared to show improvement. After Marcee Gray was barred from speaking with her son by a July 2025 no-contact order and he started taking medication, staff at the youth detention center told Broce it “changed him essentially into a different child,” she said.</p><p>The judge acknowledged that Gray had been failed by his parents, his extended family and, to a certain extent, society.</p><p>“But that failure does not absolve you from who you chose to idolize, worship and become,” Primm told Gray.</p>]]></content:encoded></item><item><title><![CDATA[Seguridad y defensa de maestros, prioridades para candidatos a la Junta Escolar del Distrito 4 de Broward ]]></title><link>https://www.local10.com/espanol/2026/07/28/seguridad-y-defensa-de-maestros-prioridades-para-candidatos-a-la-junta-escolar-del-distrito-4-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/28/seguridad-y-defensa-de-maestros-prioridades-para-candidatos-a-la-junta-escolar-del-distrito-4-de-broward/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Ambas candidatas también abordan seguridad escolar entre prioridades dentro de su candidatura.]]></description><pubDate>Tue, 28 Jul 2026 22:51:28 +0000</pubDate><content:encoded><![CDATA[<p>Dos candidatas compiten por el escaño del Distrito 4 de la Junta Escolar del Condado Broward.</p><p>El escaño actualmente lo ocupa Lori Alhadeff, quien no busca la reelección.</p><p>Las candidatas en la elección son Sharry Adler Kimmel, quien recibió el respaldo de Alhadeff, y Nicole Morst, quien cuenta con el respaldo de la miembro de la Junta Escolar Debbi Hixon.</p><p>El Distrito 4 incluye Coral Springs, Margate, North Lauderdale, Parkland y Tamarac.</p><p>“Soy una defensora de los maestros”, dijo Kimmel. “Enseño a maestros cómo ser maestros y soy una experta en la materia con un doctorado en educación sobre todo lo relacionado con K-12. Tengo experiencia en presupuestos, experiencia en enseñanza, experiencia en salones de clases y también tengo mucha experiencia en liderazgo”.</p><p>Morst dijo: “He estado defendiendo a los maestros y las familias en este distrito durante los últimos nueve años. Este año fui presidenta del Comité Asesor del Área Norte, que representa a casi 70 escuelas en la región norte del condado Broward. Trabajé con los directores, los maestros y los padres para asegurarme de que sus preocupaciones fueran escuchadas y sus necesidades fueran atendidas”.</p><p>Ambas candidatas hablaron sobre sus enfoques para abordar la disminución de la matrícula estudiantil del distrito y los graves desafíos presupuestarios.</p><p>“Si esperamos que las familias sigan enviando a sus hijos a las escuelas de Broward, tenemos que invertir en sus instalaciones”, dijo Morst. “Tenemos escuelas que tienen moho y aires acondicionados dañados. Y estas condiciones no son aceptables para nuestros padres”.</p><p>Kimmel agregó: “La primera prioridad es poner en orden la situación fiscal. Tenemos que monetizar nuestros activos. Tenemos activos y tenemos que monetizarlos como si fuera una emergencia porque lo es”.</p><p>Ambas candidatas también abordaron la seguridad escolar y las mejoras.</p><p>“Parte de mi plataforma, una vez que moneticemos nuestros activos, es tener vidrio a prueba de balas en cada uno de esos paneles en todas las escuelas”, dijo Kimmel. “Así que si ocurre lo peor, en el peor de los casos, y un atacante armado logra atravesar de alguna manera todas las demás medidas de seguridad hasta llegar al campus, nunca podrá hacerlo otra vez. Nunca podrá disparar a través de ese vidrio”.</p><p>Morst dijo: “Soy la única que tiene un hijo actualmente inscrito y por eso estoy involucrada todos los días. Conozco los desafíos, sé qué funciona y qué necesita ser arreglado. Y entiendo las comunidades porque he estado sirviendo en todo Broward. Así que entiendo más allá de lo que ocurre en mi escuela y en mi comunidad, lo que está pasando en general”.</p>]]></content:encoded></item></channel></rss>